{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wPxBA3hovYI607Mkwa8l/7V6Te27CbXrEOzNxRQmo/jvWdeQ_L9.js"],
  "sourcesContent": ["// Generated by Framer (a10584e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DropDownMenuElement from\"https://framerusercontent.com/modules/sL2c4oiaVj6SjRCIscWW/3GCrefIXUq6QNNUWNGh6/lw4kCj2IZ.js\";import MENUITEM from\"https://framerusercontent.com/modules/L93ww9feD2RiDHqLKDGl/9hPj9i8EIrGXhyuIBoUv/OIEPeg6HM.js\";import MainSiteButton from\"https://framerusercontent.com/modules/w8fdwTqt7NbIM8yYM40Q/I1FFMOKjiAIY5VRDhLIg/x4JqHbcol.js\";const MENUITEMFonts=getFonts(MENUITEM);const DropDownMenuElementFonts=getFonts(DropDownMenuElement);const MotionDivWithFX=withFX(motion.div);const MainSiteButtonFonts=getFonts(MainSiteButton);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"sJWugyTIr\",\"OftAN7uwz\",\"Hs1WQCXTt\",\"pk6DUnBa0\",\"FGZASRee8\",\"bB3nJu3l8\"];const serializationHash=\"framer-2tYHc\";const variantClassNames={bB3nJu3l8:\"framer-v-vtaex4\",FGZASRee8:\"framer-v-11f2udi\",Hs1WQCXTt:\"framer-v-1v9mzzo\",OftAN7uwz:\"framer-v-do0cmb\",pk6DUnBa0:\"framer-v-wc0hsw\",sJWugyTIr:\"framer-v-axesx6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition3={delay:0,duration:.4,ease:[.36,.01,.07,.99],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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={Desktop_white:\"FGZASRee8\",desktop_white:\"Hs1WQCXTt\",Desktop:\"sJWugyTIr\",Tablet_on:\"pk6DUnBa0\",Tablet_white:\"bB3nJu3l8\",Tablet:\"OftAN7uwz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"sJWugyTIr\"};};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:\"sJWugyTIr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ek8pCkPC_txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Hs1WQCXTt\",\"pk6DUnBa0\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"Hs1WQCXTt\",\"pk6DUnBa0\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-axesx6\",className,classNames),\"data-framer-appear-id\":\"axesx6\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"sJWugyTIr\",ref:refBinding,style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 19%, rgba(255, 236, 219, 0) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{bB3nJu3l8:{backgroundColor:\"rgba(0, 0, 0, 0)\"},FGZASRee8:{backgroundColor:\"rgba(0, 0, 0, 0)\"},Hs1WQCXTt:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},pk6DUnBa0:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 100%, rgba(255, 236, 219, 0) 153%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({bB3nJu3l8:{\"data-framer-name\":\"Tablet_white\"},FGZASRee8:{\"data-framer-name\":\"Desktop_white\"},Hs1WQCXTt:{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"desktop_white\",optimized:true},OftAN7uwz:{\"data-framer-name\":\"Tablet\"},pk6DUnBa0:{\"data-framer-name\":\"Tablet_on\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13gsuqw\",layoutDependency:layoutDependency,layoutId:\"DPHDTigTO\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"qLEAr_bFo\",scopeId:\"jvWdeQ_L9\",...addPropertyOverrides({Hs1WQCXTt:{href:{webPageId:\"augiA20Il\"}},pk6DUnBa0:{href:{webPageId:\"augiA20Il\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h883e9 framer-7p9zfu\",\"data-framer-name\":\"Frame 162476122112\",fill:\"black\",intrinsicHeight:321,intrinsicWidth:1271,layoutDependency:layoutDependency,layoutId:\"qLEAr_bFo\",svg:'<svg width=\"1271\" height=\"321\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M312.157 98.51c0-4.797-2.467-9.128-6.588-11.584L173.466 8.246a30.002 30.002 0 0 0-30.775 0L10.589 86.927c-4.074 2.428-6.521 6.686-6.587 11.418l.006 21.036c-.165 4.982 2.326 9.514 6.58 12.049l46.44 27.669c.76.453.76 1.554 0 2.006l-46.44 27.659c-4.113 2.453-6.58 6.772-6.587 11.56v21.35c0 4.808 2.467 9.138 6.588 11.584l132.102 78.69a30.007 30.007 0 0 0 30.775 0l132.102-78.69c4.121-2.446 6.588-6.776 6.588-11.584v-21.35c-.008-4.788-2.474-9.107-6.588-11.559l-46.44-27.66a1.167 1.167 0 0 1 0-2.005l46.44-27.669c4.121-2.456 6.588-6.785 6.588-11.583V98.51h.001Zm-163.221 43.38a17.908 17.908 0 0 1 9.148-2.52c3.164 0 6.317.844 9.138 2.52l30.567 18.213-30.567 18.202a17.837 17.837 0 0 1-18.286 0l-30.567-18.202 30.567-18.213Zm132.645 68.122a1.17 1.17 0 0 1 0 2.008l-114.359 68.112a17.837 17.837 0 0 1-18.286 0l-114.36-68.113a1.168 1.168 0 0 1 0-2.007l21.43-12.769a13.836 13.836 0 0 0 6.755-11.886v-20.078a1.524 1.524 0 0 1 2.303-1.31l77.627 46.151a30.102 30.102 0 0 0 15.393 4.235 30.063 30.063 0 0 0 15.382-4.235l22.651-13.496a13.837 13.837 0 0 0 6.755-11.969l-.113-18.898a1.523 1.523 0 0 1 2.304-1.318l76.518 45.573Zm-28.435-55.263a1.524 1.524 0 0 1-2.303 1.311l-77.377-45.986a30.052 30.052 0 0 0-30.775 0l-22.796 13.578a13.837 13.837 0 0 0-6.756 11.97l.117 19.342a1.168 1.168 0 0 1-1.765 1.01l-76.914-45.792a1.168 1.168 0 0 1 0-2.007l114.359-68.113a17.812 17.812 0 0 1 9.148-2.53c3.164 0 6.317.844 9.138 2.53l114.359 68.113c.76.453.76 1.554 0 2.007l-21.68 12.915a13.835 13.835 0 0 0-6.755 11.887v19.765Zm123.398 58.861.331-.658c11.194-.331 28.978-8.234 36.552-16.466h.658c3.954 28.979 25.358 46.763 53.35 46.763 25.027 0 39.517-15.479 39.517-34.578 0-18.772-13.502-27.333-36.552-32.932l-19.76-4.61c-40.506-9.221-63.559-30.297-63.559-64.546 0-37.543 32.604-66.522 75.415-66.522 41.164 0 71.791 22.724 79.693 58.947l-.327.659c-10.54-.987-27.992 4.941-35.897 12.515l-.658-.329c-4.609-24.371-22.392-36.884-43.799-36.884s-34.905 12.184-34.905 28.65 16.133 25.686 36.552 30.626l19.103 4.281c39.845 9.221 64.214 28.65 64.214 68.827s-31.943 72.778-80.35 72.778c-44.129 0-81.012-23.709-89.574-66.521h-.004Zm809.116-97.147h21.4V61.138h36.89v55.325h23.38v32.93h-23.38v125.799h-36.89V149.393h-21.4v-32.93Zm-445.892 79.363c0-46.763 35.236-84.305 82.658-84.305 34.909 0 61.251 15.479 74.095 43.799l-.327.66c-10.54-.329-26.677 6.586-33.262 14.489l-.658-.329c-8.232-16.795-22.723-24.04-39.848-24.04-27.331 0-46.103 22.394-46.103 49.726s18.772 50.057 46.103 50.057c17.783 0 32.601-7.574 41.164-26.346l.661-.329c6.913 7.574 23.05 14.489 33.59 13.831l.327.658c-14.49 31.945-40.175 46.435-75.742 46.435-47.422 0-82.658-37.872-82.658-84.306Zm-175.519.001c0-46.434 33.59-83.974 80.023-83.974 52.361 0 84.635 41.822 77.719 95.172H599.485c4.281 25.358 23.053 41.164 47.753 41.164 21.403 0 37.213-12.184 43.141-28.65l.658-.329c5.928 7.903 20.418 14.819 29.966 14.489l.331.66c-14.16 31.614-42.483 45.774-74.753 45.774-48.08 0-82.331-37.542-82.331-84.305l-.001-.001Zm122.834-18.77c-4.609-21.076-20.088-34.249-43.137-34.249-22.395 0-37.544 13.173-43.141 34.249h86.278Zm329.307 18.77c0-46.434 33.59-83.974 80.02-83.974 52.36 0 84.64 41.822 77.72 95.172h-122.5c4.28 25.358 23.05 41.164 47.75 41.164 21.4 0 37.21-12.184 43.14-28.65l.66-.329c5.93 7.903 20.42 14.819 29.96 14.489l.33.66c-14.16 31.614-42.48 45.774-74.75 45.774-48.08 0-82.33-37.542-82.33-84.305v-.001Zm122.83-18.77c-4.61-21.076-20.08-34.249-43.13-34.249-22.4 0-37.55 13.173-43.14 34.249h86.27Zm-223.93-60.594h35.563v27.002c7.247-17.124 21.407-29.637 41.494-29.637 14.163 0 24.703 4.281 30.623 11.196l.34.66c-8.57 5.597-16.8 20.417-17.46 30.626h-.66c-3.62-2.964-10.535-4.939-18.44-4.939-26.673 0-34.909 25.686-34.909 53.348v70.474h-36.552l.001-158.73Z\" fill=\"#FF3912\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Hs1WQCXTt:{as:\"a\"},pk6DUnBa0:{as:\"a\"}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"WgoE4QoAc\",openInNewTab:false,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1h40w9d framer-7p9zfu\",\"data-framer-name\":\"Frame 162476\",fill:\"black\",intrinsicHeight:321,intrinsicWidth:1271,layoutDependency:layoutDependency,layoutId:\"WgoE4QoAc\",svg:'<svg width=\"1271\" height=\"321\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M312.157 98.51c0-4.797-2.467-9.128-6.588-11.584L173.466 8.246a30.002 30.002 0 0 0-30.775 0L10.589 86.927c-4.074 2.428-6.521 6.686-6.587 11.418l.006 21.036c-.165 4.982 2.326 9.514 6.58 12.049l46.44 27.669c.76.453.76 1.554 0 2.006l-46.44 27.659c-4.113 2.453-6.58 6.772-6.587 11.56v21.35c0 4.808 2.467 9.138 6.588 11.584l132.102 78.69a30.007 30.007 0 0 0 30.775 0l132.102-78.69c4.121-2.446 6.588-6.776 6.588-11.584v-21.35c-.008-4.788-2.474-9.107-6.588-11.559l-46.44-27.66a1.167 1.167 0 0 1 0-2.005l46.44-27.669c4.121-2.456 6.588-6.785 6.588-11.583V98.51h.001Zm-163.221 43.38a17.908 17.908 0 0 1 9.148-2.52c3.164 0 6.317.844 9.138 2.52l30.567 18.213-30.567 18.202a17.837 17.837 0 0 1-18.286 0l-30.567-18.202 30.567-18.213Zm132.645 68.122a1.17 1.17 0 0 1 0 2.008l-114.359 68.112a17.837 17.837 0 0 1-18.286 0l-114.36-68.113a1.168 1.168 0 0 1 0-2.007l21.43-12.769a13.836 13.836 0 0 0 6.755-11.886v-20.078a1.524 1.524 0 0 1 2.303-1.31l77.627 46.151a30.102 30.102 0 0 0 15.393 4.235 30.063 30.063 0 0 0 15.382-4.235l22.651-13.496a13.837 13.837 0 0 0 6.755-11.969l-.113-18.898a1.523 1.523 0 0 1 2.304-1.318l76.518 45.573Zm-28.435-55.263a1.524 1.524 0 0 1-2.303 1.311l-77.377-45.986a30.052 30.052 0 0 0-30.775 0l-22.796 13.578a13.837 13.837 0 0 0-6.756 11.97l.117 19.342a1.168 1.168 0 0 1-1.765 1.01l-76.914-45.792a1.168 1.168 0 0 1 0-2.007l114.359-68.113a17.812 17.812 0 0 1 9.148-2.53c3.164 0 6.317.844 9.138 2.53l114.359 68.113c.76.453.76 1.554 0 2.007l-21.68 12.915a13.835 13.835 0 0 0-6.755 11.887v19.765Zm123.398 58.861.331-.658c11.194-.331 28.978-8.234 36.552-16.466h.658c3.954 28.979 25.358 46.763 53.35 46.763 25.027 0 39.517-15.479 39.517-34.578 0-18.772-13.502-27.333-36.552-32.932l-19.76-4.61c-40.506-9.221-63.559-30.297-63.559-64.546 0-37.543 32.604-66.522 75.415-66.522 41.164 0 71.791 22.724 79.693 58.947l-.327.659c-10.54-.987-27.992 4.941-35.897 12.515l-.658-.329c-4.609-24.371-22.392-36.884-43.799-36.884s-34.905 12.184-34.905 28.65 16.133 25.686 36.552 30.626l19.103 4.281c39.845 9.221 64.214 28.65 64.214 68.827s-31.943 72.778-80.35 72.778c-44.129 0-81.012-23.709-89.574-66.521h-.004Zm809.116-97.147h21.4V61.138h36.89v55.325h23.38v32.93h-23.38v125.799h-36.89V149.393h-21.4v-32.93Zm-445.892 79.363c0-46.763 35.236-84.305 82.658-84.305 34.909 0 61.251 15.479 74.095 43.799l-.327.66c-10.54-.329-26.677 6.586-33.262 14.489l-.658-.329c-8.232-16.795-22.723-24.04-39.848-24.04-27.331 0-46.103 22.394-46.103 49.726s18.772 50.057 46.103 50.057c17.783 0 32.601-7.574 41.164-26.346l.661-.329c6.913 7.574 23.05 14.489 33.59 13.831l.327.658c-14.49 31.945-40.175 46.435-75.742 46.435-47.422 0-82.658-37.872-82.658-84.306Zm-175.519.001c0-46.434 33.59-83.974 80.023-83.974 52.361 0 84.635 41.822 77.719 95.172H599.485c4.281 25.358 23.053 41.164 47.753 41.164 21.403 0 37.213-12.184 43.141-28.65l.658-.329c5.928 7.903 20.418 14.819 29.966 14.489l.331.66c-14.16 31.614-42.483 45.774-74.753 45.774-48.08 0-82.331-37.542-82.331-84.305l-.001-.001Zm122.834-18.77c-4.609-21.076-20.088-34.249-43.137-34.249-22.395 0-37.544 13.173-43.141 34.249h86.278Zm329.307 18.77c0-46.434 33.59-83.974 80.02-83.974 52.36 0 84.64 41.822 77.72 95.172h-122.5c4.28 25.358 23.05 41.164 47.75 41.164 21.4 0 37.21-12.184 43.14-28.65l.66-.329c5.93 7.903 20.42 14.819 29.96 14.489l.33.66c-14.16 31.614-42.48 45.774-74.75 45.774-48.08 0-82.33-37.542-82.33-84.305v-.001Zm122.83-18.77c-4.61-21.076-20.08-34.249-43.13-34.249-22.4 0-37.55 13.173-43.14 34.249h86.27Zm-223.93-60.594h35.563v27.002c7.247-17.124 21.407-29.637 41.494-29.637 14.163 0 24.703 4.281 30.623 11.196l.34.66c-8.57 5.597-16.8 20.417-17.46 30.626h-.66c-3.62-2.964-10.535-4.939-18.44-4.939-26.673 0-34.909 25.686-34.909 53.348v70.474h-36.552l.001-158.73Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qle815\",layoutDependency:layoutDependency,layoutId:\"wEc1ipKDC\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-((componentViewport?.height||80)-0)*1)/2)+(0+(((componentViewport?.height||80)-0)*1-0-38)/2),...addPropertyOverrides({bB3nJu3l8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},OftAN7uwz:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},pk6DUnBa0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-y84mfp-container\",id:`${layoutId}-y84mfp`,layoutDependency:layoutDependency,layoutId:\"X5RwqVUvV-container\",nodeId:\"X5RwqVUvV\",ref:ref1,rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:[/*#__PURE__*/_jsx(MENUITEM,{ek8pCkPC_:ek8pCkPC_txyyif({overlay}),height:\"100%\",id:\"X5RwqVUvV\",layoutId:\"X5RwqVUvV\",TGuFc21C2:\"About\",variant:overlay.visible?\"gpaRJF6Lp\":\"gpaRJF6Lp\",width:\"100%\",...addPropertyOverrides({bB3nJu3l8:{variant:overlay.visible?\"gpaRJF6Lp\":\"RiyJSnqvr\"},FGZASRee8:{variant:overlay.visible?\"RiyJSnqvr\":\"RiyJSnqvr\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-y84mfp`,offsetX:192,offsetY:40,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-ar0rht\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"xm7O00G08\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-ad751a74-805d-49d9-80fa-6099e6acf886, rgb(255, 57, 18))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-krwtos-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"vtvZYpw3X-container\",nodeId:\"vtvZYpw3X\",rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(DropDownMenuElement,{height:\"100%\",id:\"vtvZYpw3X\",layoutId:\"vtvZYpw3X\",variant:\"IZaI6V8wl\",width:\"100%\",...addPropertyOverrides({Hs1WQCXTt:{style:{height:\"100%\"}}},baseVariant,gestureVariant)})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-((componentViewport?.height||80)-0)*1)/2)+(0+(((componentViewport?.height||80)-0)*1-0-38)/2),...addPropertyOverrides({bB3nJu3l8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},OftAN7uwz:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},pk6DUnBa0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-tformv-container\",id:`${layoutId}-tformv`,layoutDependency:layoutDependency,layoutId:\"XlFoNYOCx-container\",nodeId:\"XlFoNYOCx\",ref:ref3,rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:[/*#__PURE__*/_jsx(MENUITEM,{ek8pCkPC_:ek8pCkPC_txyyif({overlay:overlay1}),height:\"100%\",id:\"XlFoNYOCx\",layoutId:\"XlFoNYOCx\",TGuFc21C2:\"Ecosystem\",variant:overlay1.visible?\"gpaRJF6Lp\":\"gpaRJF6Lp\",width:\"100%\",...addPropertyOverrides({bB3nJu3l8:{variant:overlay1.visible?\"gpaRJF6Lp\":\"RiyJSnqvr\"},FGZASRee8:{variant:overlay1.visible?\"RiyJSnqvr\":\"RiyJSnqvr\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-tformv`,offsetX:71,offsetY:40,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1ryp3e7\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"uo3Cvk8Qz\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-ad751a74-805d-49d9-80fa-6099e6acf886, rgb(255, 57, 18))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 10px 8px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yv0e71-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fT_AuY2D6-container\",nodeId:\"fT_AuY2D6\",rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(DropDownMenuElement,{height:\"100%\",id:\"fT_AuY2D6\",layoutId:\"fT_AuY2D6\",variant:\"kaKfzGJi3\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-((componentViewport?.height||80)-0)*1)/2)+(0+(((componentViewport?.height||80)-0)*1-0-38)/2),...addPropertyOverrides({bB3nJu3l8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},OftAN7uwz:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},pk6DUnBa0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-jfraq1-container\",id:`${layoutId}-jfraq1`,layoutDependency:layoutDependency,layoutId:\"WpLGfSHKO-container\",nodeId:\"WpLGfSHKO\",ref:ref5,rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:[/*#__PURE__*/_jsx(MENUITEM,{ek8pCkPC_:ek8pCkPC_txyyif({overlay:overlay2}),height:\"100%\",id:\"WpLGfSHKO\",layoutId:\"WpLGfSHKO\",TGuFc21C2:\"Developers\",variant:\"gpaRJF6Lp\",width:\"100%\",...addPropertyOverrides({bB3nJu3l8:{variant:\"RiyJSnqvr\"},FGZASRee8:{variant:overlay2.visible?\"RiyJSnqvr\":\"RiyJSnqvr\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-jfraq1`,offsetX:-68,offsetY:40,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-sirexs\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"BczynM3D9\",ref:ref6,role:\"dialog\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-ad751a74-805d-49d9-80fa-6099e6acf886, rgb(255, 57, 18))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 10px 8px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fd4ptc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pAyXVqScU-container\",nodeId:\"pAyXVqScU\",rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(DropDownMenuElement,{height:\"100%\",id:\"pAyXVqScU\",layoutId:\"pAyXVqScU\",variant:\"DIG9iuKBj\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-((componentViewport?.height||80)-0)*1)/2)+(0+(((componentViewport?.height||80)-0)*1-0-38)/2),...addPropertyOverrides({bB3nJu3l8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},OftAN7uwz:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)},pk6DUnBa0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-38)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-txzmzp-container\",id:`${layoutId}-txzmzp`,layoutDependency:layoutDependency,layoutId:\"S8ea7hvF9-container\",nodeId:\"S8ea7hvF9\",ref:ref7,rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:[/*#__PURE__*/_jsx(MENUITEM,{ek8pCkPC_:ek8pCkPC_txyyif({overlay:overlay3}),height:\"100%\",id:\"S8ea7hvF9\",layoutId:\"S8ea7hvF9\",TGuFc21C2:\"Community\",variant:\"gpaRJF6Lp\",width:\"100%\",...addPropertyOverrides({bB3nJu3l8:{variant:\"RiyJSnqvr\"},FGZASRee8:{variant:overlay3.visible?\"RiyJSnqvr\":\"RiyJSnqvr\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-txzmzp`,offsetX:-209,offsetY:40,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-19svnzl\",\"data-border\":true,exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"FUI6SqLAI\",ref:ref8,role:\"dialog\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-ad751a74-805d-49d9-80fa-6099e6acf886, rgb(255, 57, 18))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 10px 8px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7v9v37-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RqGdvIqGr-container\",nodeId:\"RqGdvIqGr\",rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(DropDownMenuElement,{height:\"100%\",id:\"RqGdvIqGr\",layoutId:\"RqGdvIqGr\",variant:\"aKTFDan_u\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-((componentViewport?.height||80)-0)*1)/2)+(0+(((componentViewport?.height||80)-0)*1-0-52)/2),...addPropertyOverrides({bB3nJu3l8:{width:\"156px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-52)/2)},OftAN7uwz:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-52)/2)},pk6DUnBa0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||90)-0-((componentViewport?.height||90)-0)*1)/2)+(0+(((componentViewport?.height||90)-0)*1-0-52)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-r1dsbp-container\",layoutDependency:layoutDependency,layoutId:\"THg9fWOqN-container\",nodeId:\"THg9fWOqN\",rendersWithMotion:true,scopeId:\"jvWdeQ_L9\",children:/*#__PURE__*/_jsx(MainSiteButton,{B9HSM1hWC:\"Dashboard\",height:\"100%\",id:\"THg9fWOqN\",layoutId:\"THg9fWOqN\",o_DGoohyx:\"https://dash.scrt.network/bridge\",Pinqz8a9R:true,variant:\"S2GJgE2PO\",width:\"100%\",...addPropertyOverrides({bB3nJu3l8:{style:{width:\"100%\"}},Hs1WQCXTt:{Kc2U5cbkn:undefined}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2tYHc.framer-7p9zfu, .framer-2tYHc .framer-7p9zfu { display: block; }\",\".framer-2tYHc.framer-axesx6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 1200px; }\",\".framer-2tYHc .framer-13gsuqw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2tYHc .framer-h883e9 { aspect-ratio: 3.959501557632399 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 99px; }\",\".framer-2tYHc .framer-1h40w9d { aspect-ratio: 3.959501557632399 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; text-decoration: none; width: 99px; }\",\".framer-2tYHc .framer-1qle815 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2tYHc .framer-y84mfp-container, .framer-2tYHc .framer-krwtos-container, .framer-2tYHc .framer-tformv-container, .framer-2tYHc .framer-yv0e71-container, .framer-2tYHc .framer-jfraq1-container, .framer-2tYHc .framer-1fd4ptc-container, .framer-2tYHc .framer-txzmzp-container, .framer-2tYHc .framer-7v9v37-container, .framer-2tYHc .framer-r1dsbp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2tYHc .framer-ar0rht, .framer-2tYHc .framer-1ryp3e7, .framer-2tYHc .framer-sirexs, .framer-2tYHc .framer-19svnzl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2tYHc .framer-13gsuqw, .framer-2tYHc .framer-1qle815, .framer-2tYHc .framer-ar0rht, .framer-2tYHc .framer-1ryp3e7, .framer-2tYHc .framer-sirexs, .framer-2tYHc .framer-19svnzl { gap: 0px; } .framer-2tYHc .framer-13gsuqw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2tYHc .framer-13gsuqw > :first-child, .framer-2tYHc .framer-1qle815 > :first-child { margin-left: 0px; } .framer-2tYHc .framer-13gsuqw > :last-child, .framer-2tYHc .framer-1qle815 > :last-child { margin-right: 0px; } .framer-2tYHc .framer-1qle815 > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-2tYHc .framer-ar0rht > *, .framer-2tYHc .framer-1ryp3e7 > *, .framer-2tYHc .framer-sirexs > *, .framer-2tYHc .framer-19svnzl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2tYHc .framer-ar0rht > :first-child, .framer-2tYHc .framer-1ryp3e7 > :first-child, .framer-2tYHc .framer-sirexs > :first-child, .framer-2tYHc .framer-19svnzl > :first-child { margin-top: 0px; } .framer-2tYHc .framer-ar0rht > :last-child, .framer-2tYHc .framer-1ryp3e7 > :last-child, .framer-2tYHc .framer-sirexs > :last-child, .framer-2tYHc .framer-19svnzl > :last-child { margin-bottom: 0px; } }\",\".framer-2tYHc.framer-v-do0cmb.framer-axesx6, .framer-2tYHc.framer-v-wc0hsw.framer-axesx6, .framer-2tYHc.framer-v-vtaex4.framer-axesx6 { height: 90px; padding: 0px 30px 0px 30px; width: 810px; }\",\".framer-2tYHc.framer-v-do0cmb .framer-1qle815, .framer-2tYHc.framer-v-wc0hsw .framer-1qle815 { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2tYHc.framer-v-do0cmb .framer-1qle815 { gap: 0px; } .framer-2tYHc.framer-v-do0cmb .framer-1qle815 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2tYHc.framer-v-do0cmb .framer-1qle815 > :first-child { margin-left: 0px; } .framer-2tYHc.framer-v-do0cmb .framer-1qle815 > :last-child { margin-right: 0px; } }\",\".framer-2tYHc.framer-v-1v9mzzo .framer-h883e9, .framer-2tYHc.framer-v-wc0hsw .framer-h883e9 { text-decoration: none; }\",\".framer-2tYHc.framer-v-1v9mzzo .framer-krwtos-container { height: 450px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2tYHc.framer-v-wc0hsw .framer-1qle815 { gap: 0px; } .framer-2tYHc.framer-v-wc0hsw .framer-1qle815 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2tYHc.framer-v-wc0hsw .framer-1qle815 > :first-child { margin-left: 0px; } .framer-2tYHc.framer-v-wc0hsw .framer-1qle815 > :last-child { margin-right: 0px; } }\",\".framer-2tYHc.framer-v-11f2udi .framer-ar0rht { height: 382px; }\",\".framer-2tYHc.framer-v-vtaex4 .framer-1qle815 { gap: 10px; }\",\".framer-2tYHc.framer-v-vtaex4 .framer-r1dsbp-container { width: 156px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2tYHc.framer-v-vtaex4 .framer-1qle815 { gap: 0px; } .framer-2tYHc.framer-v-vtaex4 .framer-1qle815 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2tYHc.framer-v-vtaex4 .framer-1qle815 > :first-child { margin-left: 0px; } .framer-2tYHc.framer-v-vtaex4 .framer-1qle815 > :last-child { margin-right: 0px; } }\",'.framer-2tYHc[data-border=\"true\"]::after, .framer-2tYHc [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 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OftAN7uwz\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hs1WQCXTt\":{\"layout\":[\"fixed\",\"fixed\"]},\"pk6DUnBa0\":{\"layout\":[\"fixed\",\"fixed\"]},\"FGZASRee8\":{\"layout\":[\"fixed\",\"fixed\"]},\"bB3nJu3l8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjvWdeQ_L9=withCSS(Component,css,\"framer-2tYHc\");export default FramerjvWdeQ_L9;FramerjvWdeQ_L9.displayName=\"HEADER\";FramerjvWdeQ_L9.defaultProps={height:80,width:1200};addPropertyControls(FramerjvWdeQ_L9,{variant:{options:[\"sJWugyTIr\",\"OftAN7uwz\",\"Hs1WQCXTt\",\"pk6DUnBa0\",\"FGZASRee8\",\"bB3nJu3l8\"],optionTitles:[\"Desktop\",\"Tablet\",\"desktop_white\",\"Tablet_on\",\"Desktop_white\",\"Tablet_white\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjvWdeQ_L9,[{explicitInter:true,fonts:[]},...MENUITEMFonts,...DropDownMenuElementFonts,...MainSiteButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjvWdeQ_L9\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OftAN7uwz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hs1WQCXTt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pk6DUnBa0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FGZASRee8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bB3nJu3l8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jvWdeQ_L9.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "MENUITEMFonts", "getFonts", "OIEPeg6HM_default", "DropDownMenuElementFonts", "lw4kCj2IZ_default", "MotionDivWithFX", "withFX", "motion", "MainSiteButtonFonts", "x4JqHbcol_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "animation3", "animation4", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "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", "ek8pCkPC_txyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "LayoutGroup", "u", "Link", "SVG", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "overlay1", "overlay2", "overlay3", "css", "FramerjvWdeQ_L9", "withCSS", "jvWdeQ_L9_default", "addPropertyControls", "ControlType", "addFonts"]
}
