{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/fiOFX0qZ8SpmBMkXzxdj/8sRMarNRVJwmS98H4C2G/G5MFvb4EC.js", "ssg:https://framerusercontent.com/modules/bD83SEzqulqaRX3QBhfX/YxMVrgLtIR7n8V7mx5bO/GSy8yr4NJ.js", "ssg:https://framerusercontent.com/modules/vMEy3bdSUQ30iLk2C4RA/esv8W55A5Ry0m3zT6Hjh/mLCy54vFD.js", "ssg:https://framerusercontent.com/modules/aXZHmIFGaJQ3ANoQjfIX/Wx70H6f2uGtJ5qo8tIE3/q26bs7mVI.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);// Check Overlay overflow\nuseEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const checkOverflow=()=>{const htmlStyle=window.getComputedStyle(document.documentElement);const isOverflowHidden=htmlStyle.overflow===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}};// Set up MutationObserver for the html element\nconst htmlObserver=new MutationObserver(mutations=>{for(const mutation of mutations){if(mutation.type===\"attributes\"&&mutation.attributeName===\"style\"){checkOverflow();}}});// Observe the html element for style changes\nhtmlObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});// Initial check\ncheckOverflow();return()=>{htmlObserver.disconnect();};}},[]);// useEffect(() => {\n//     const overlayElement = document.getElementById(\"overlay\")\n//     if (overlayElement) {\n//         const handleMutation = (mutationsList, observer) => {\n//             for (const mutation of mutationsList) {\n//                 if (\n//                     mutation.type === \"childList\" &&\n//                     overlayElement.children.length > 0\n//                 ) {\n//                     // Check if the html tag has the style \"overflow: hidden;\"\n//                     const htmlElement = document.documentElement\n//                     console.log(htmlElement, \"htmlElement\")\n//                     const computedStyle =\n//                         window.getComputedStyle(htmlElement)\n//                     console.log(\"computedStyle\", computedStyle)\n//                     const isOverflowHidden =\n//                         computedStyle.overflow === \"hidden\"\n//                     console.log(\"isOverflowHidden\", isOverflowHidden)\n//                     if (isOverflowHidden) {\n//                         overlayElement.setAttribute(\n//                             \"data-lenis-prevent\",\n//                             \"true\"\n//                         )\n//                     }\n//                 }\n//             }\n//         }\n//         const observer = new MutationObserver(handleMutation)\n//         observer.observe(overlayElement, {\n//             childList: true,\n//             attributes: true,\n//             subtree: true,\n//         })\n//         return () => observer.disconnect()\n//     }\n// }, [])\nuseEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=[...document.querySelectorAll(\"a[href]\")].filter(anchor=>anchor.href.includes(\"#\")).map(anchor=>{const href=`#${anchor.href.split(\"#\").pop()}`;const decodedHref=decodeURIComponent(href);let scrollMargin=0;const targetElement=document.querySelector(decodedHref);if(targetElement){scrollMargin=parseInt(window.getComputedStyle(targetElement).scrollMarginTop);}return{href,scrollMargin,anchorElement:anchor};});const handleClick=(e,href,scrollMargin)=>{e.preventDefault();lenis.current.scrollTo(href,{offset:-scrollMargin});};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.addEventListener(\"click\",handlers[index]);});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.removeEventListener(\"click\",handlers[index]);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/98ufmHofuttGf2LrXe3f/VyHeRhjDexDSZH0Q7Wfh/oAvWA_yi_.js\";const enabledGestures={d9SSpSpU2:{hover:true},DwEdAvuUF:{hover:true},GYPVoBIfa:{hover:true},KUaTxlSd5:{hover:true},NVw7Gl2zq:{hover:true},Ow5HbG06_:{hover:true},QPemxtqEh:{hover:true},SAXCJEHTe:{hover:true},X_O_HGcby:{hover:true},XpEn3KcW2:{hover:true},yRUT_P1a3:{hover:true},ys2_TMKwg:{hover:true}};const cycleOrder=[\"ys2_TMKwg\",\"KUaTxlSd5\",\"DwEdAvuUF\",\"yRUT_P1a3\",\"Ow5HbG06_\",\"GYPVoBIfa\",\"X_O_HGcby\",\"XpEn3KcW2\",\"d9SSpSpU2\",\"QPemxtqEh\",\"NVw7Gl2zq\",\"SAXCJEHTe\"];const serializationHash=\"framer-BZ4ha\";const variantClassNames={d9SSpSpU2:\"framer-v-m60qoi\",DwEdAvuUF:\"framer-v-7x4ayp\",GYPVoBIfa:\"framer-v-xtc0nv\",KUaTxlSd5:\"framer-v-x1zjbs\",NVw7Gl2zq:\"framer-v-h5c9ae\",Ow5HbG06_:\"framer-v-p4hfko\",QPemxtqEh:\"framer-v-t0k4t5\",SAXCJEHTe:\"framer-v-jmyspv\",X_O_HGcby:\"framer-v-1mcyy59\",XpEn3KcW2:\"framer-v-cxm6bk\",yRUT_P1a3:\"framer-v-1ugimwl\",ys2_TMKwg:\"framer-v-1i518y8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={About:\"d9SSpSpU2\",Bookshelf:\"Ow5HbG06_\",Contact:\"SAXCJEHTe\",Home:\"ys2_TMKwg\",Journey:\"QPemxtqEh\",Links:\"NVw7Gl2zq\",Playground:\"X_O_HGcby\",Projects:\"KUaTxlSd5\",Shop:\"DwEdAvuUF\",Songs:\"GYPVoBIfa\",Toolstack:\"XpEn3KcW2\",Writing:\"yRUT_P1a3\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,um1QZqQtW:link!==null&&link!==void 0?link:props.um1QZqQtW,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ys2_TMKwg\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,um1QZqQtW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ys2_TMKwg\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"KUaTxlSd5-hover\",\"DwEdAvuUF-hover\",\"yRUT_P1a3-hover\",\"Ow5HbG06_-hover\",\"GYPVoBIfa-hover\",\"X_O_HGcby-hover\",\"XpEn3KcW2-hover\",\"d9SSpSpU2-hover\",\"QPemxtqEh-hover\",\"NVw7Gl2zq-hover\",\"SAXCJEHTe-hover\"].includes(gestureVariant))return false;if([\"KUaTxlSd5\",\"DwEdAvuUF\",\"yRUT_P1a3\",\"Ow5HbG06_\",\"GYPVoBIfa\",\"X_O_HGcby\",\"XpEn3KcW2\",\"d9SSpSpU2\",\"QPemxtqEh\",\"NVw7Gl2zq\",\"SAXCJEHTe\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"SAXCJEHTe-hover\")return true;if(baseVariant===\"SAXCJEHTe\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"NVw7Gl2zq-hover\")return true;if(baseVariant===\"NVw7Gl2zq\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"QPemxtqEh-hover\")return true;if(baseVariant===\"QPemxtqEh\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"d9SSpSpU2-hover\")return true;if(baseVariant===\"d9SSpSpU2\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"XpEn3KcW2-hover\")return true;if(baseVariant===\"XpEn3KcW2\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"X_O_HGcby-hover\")return true;if(baseVariant===\"X_O_HGcby\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"GYPVoBIfa-hover\")return true;if(baseVariant===\"GYPVoBIfa\")return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"yRUT_P1a3-hover\")return true;if(baseVariant===\"yRUT_P1a3\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"Ow5HbG06_-hover\")return true;if(baseVariant===\"Ow5HbG06_\")return true;return false;};const isDisplayed10=()=>{if(gestureVariant===\"DwEdAvuUF-hover\")return true;if(baseVariant===\"DwEdAvuUF\")return true;return false;};const isDisplayed11=()=>{if(gestureVariant===\"KUaTxlSd5-hover\")return true;if(baseVariant===\"KUaTxlSd5\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:um1QZqQtW,nodeId:\"ys2_TMKwg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1i518y8\",className,classNames)} framer-13ylq06`,\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"ys2_TMKwg\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-e6eba580-7881-42d0-9f6d-20edebfb8792, rgba(12, 20, 28, 0))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"d9SSpSpU2-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"DwEdAvuUF-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"GYPVoBIfa-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"KUaTxlSd5-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"NVw7Gl2zq-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"Ow5HbG06_-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"QPemxtqEh-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"SAXCJEHTe-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"X_O_HGcby-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"XpEn3KcW2-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"yRUT_P1a3-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"ys2_TMKwg-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"}},...addPropertyOverrides({\"d9SSpSpU2-hover\":{\"data-framer-name\":undefined},\"DwEdAvuUF-hover\":{\"data-framer-name\":undefined},\"GYPVoBIfa-hover\":{\"data-framer-name\":undefined},\"KUaTxlSd5-hover\":{\"data-framer-name\":undefined},\"NVw7Gl2zq-hover\":{\"data-framer-name\":undefined},\"Ow5HbG06_-hover\":{\"data-framer-name\":undefined},\"QPemxtqEh-hover\":{\"data-framer-name\":undefined},\"SAXCJEHTe-hover\":{\"data-framer-name\":undefined},\"X_O_HGcby-hover\":{\"data-framer-name\":undefined},\"XpEn3KcW2-hover\":{\"data-framer-name\":undefined},\"yRUT_P1a3-hover\":{\"data-framer-name\":undefined},\"ys2_TMKwg-hover\":{\"data-framer-name\":undefined},d9SSpSpU2:{\"data-framer-name\":\"About\"},DwEdAvuUF:{\"data-framer-name\":\"Shop\"},GYPVoBIfa:{\"data-framer-name\":\"Songs\"},KUaTxlSd5:{\"data-framer-name\":\"Projects\"},NVw7Gl2zq:{\"data-framer-name\":\"Links\"},Ow5HbG06_:{\"data-framer-name\":\"Bookshelf\"},QPemxtqEh:{\"data-framer-name\":\"Journey\"},SAXCJEHTe:{\"data-framer-name\":\"Contact\"},X_O_HGcby:{\"data-framer-name\":\"Playground\"},XpEn3KcW2:{\"data-framer-name\":\"Toolstack\"},yRUT_P1a3:{\"data-framer-name\":\"Writing\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r69l9h\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iq5toa\",\"data-framer-name\":\"Hover - ellipse\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4sQLY6igVL\",style:{backgroundColor:\"var(--token-e6eba580-7881-42d0-9f6d-20edebfb8792, rgba(12, 20, 28, 0))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ieyiy9\",\"data-framer-name\":\"Icon Frame\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4xIFJtZfvW\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1hw7kw\",\"data-framer-name\":\"vuesax/bold/home\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4rICmeUoKs\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.83 8.01 L 14.28 2.77 C 13 1.75 11 1.74 9.73 2.76 L 3.18 8.01 C 2.24 8.76 1.67 10.26 1.87 11.44 L 3.13 18.98 C 3.42 20.67 4.99 22 6.7 22 L 17.3 22 C 18.99 22 20.59 20.64 20.88 18.97 L 22.14 11.43 C 22.32 10.26 21.75 8.76 20.83 8.01 Z M 12.75 18 C 12.75 18.41 12.41 18.75 12 18.75 C 11.59 18.75 11.25 18.41 11.25 18 L 11.25 15 C 11.25 14.59 11.59 14.25 12 14.25 C 12.41 14.25 12.75 14.59 12.75 15 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:10214928813,withExternalLayout:true,...addPropertyOverrides({\"ys2_TMKwg-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.83 8.01 L 14.28 2.77 C 13 1.75 11 1.74 9.73 2.76 L 3.18 8.01 C 2.24 8.76 1.67 10.26 1.87 11.44 L 3.13 18.98 C 3.42 20.67 4.99 22 6.7 22 L 17.3 22 C 18.99 22 20.59 20.64 20.88 18.97 L 22.14 11.43 C 22.32 10.26 21.75 8.76 20.83 8.01 Z M 12.75 18 C 12.75 18.41 12.41 18.75 12 18.75 C 11.59 18.75 11.25 18.41 11.25 18 L 11.25 15 C 11.25 14.59 11.59 14.25 12 14.25 C 12.41 14.25 12.75 14.59 12.75 15 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:8856595440}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1cs7ljz\",\"data-framer-name\":\"vuesax/bold/sms\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4BfpRkvvPV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 3.5 L 7 3.5 C 4 3.5 2 5 2 8.5 L 2 15.5 C 2 19 4 20.5 7 20.5 L 17 20.5 C 20 20.5 22 19 22 15.5 L 22 8.5 C 22 5 20 3.5 17 3.5 Z M 17.47 9.59 L 14.34 12.09 C 13.68 12.62 12.84 12.88 12 12.88 C 11.16 12.88 10.31 12.62 9.66 12.09 L 6.53 9.59 C 6.21 9.33 6.16 8.85 6.41 8.53 C 6.67 8.21 7.14 8.15 7.46 8.41 L 10.59 10.91 C 11.35 11.52 12.64 11.52 13.4 10.91 L 16.53 8.41 C 16.85 8.15 17.33 8.2 17.58 8.53 C 17.84 8.85 17.79 9.33 17.47 9.59 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9822926983,withExternalLayout:true,...addPropertyOverrides({\"SAXCJEHTe-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 3.5 L 7 3.5 C 4 3.5 2 5 2 8.5 L 2 15.5 C 2 19 4 20.5 7 20.5 L 17 20.5 C 20 20.5 22 19 22 15.5 L 22 8.5 C 22 5 20 3.5 17 3.5 Z M 17.47 9.59 L 14.34 12.09 C 13.68 12.62 12.84 12.88 12 12.88 C 11.16 12.88 10.31 12.62 9.66 12.09 L 6.53 9.59 C 6.21 9.33 6.16 8.85 6.41 8.53 C 6.67 8.21 7.14 8.15 7.46 8.41 L 10.59 10.91 C 11.35 11.52 12.64 11.52 13.4 10.91 L 16.53 8.41 C 16.85 8.15 17.33 8.2 17.58 8.53 C 17.84 8.85 17.79 9.33 17.47 9.59 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:8857420399},SAXCJEHTe:{svgContentId:11586085289}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yn8zp9\",\"data-framer-name\":\"vuesax/bold/slider-vertical\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4WMFg934k5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 15 L 22 9 C 22 7.34 20.66 6 19 6 L 5 6 C 3.34 6 2 7.34 2 9 L 2 15 C 2 16.66 3.34 18 5 18 L 19 18 C 20.66 18 22 16.66 22 15 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 5.929 19.5 L 18.069 19.5 C 18.389 19.5 18.619 19.79 18.559 20.1 C 18.289 21.58 17.419 22 15.329 22 L 8.669 22 C 6.569 22 5.709 21.58 5.439 20.1 C 5.379 19.79 5.609 19.5 5.929 19.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 8.669 2 L 15.329 2 C 17.429 2 18.289 2.42 18.559 3.9 C 18.619 4.21 18.379 4.5 18.069 4.5 L 5.929 4.5 C 5.609 4.5 5.379 4.21 5.439 3.9 C 5.709 2.42 6.569 2 8.669 2 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:8754708862,withExternalLayout:true,...addPropertyOverrides({\"NVw7Gl2zq-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 15 L 22 9 C 22 7.34 20.66 6 19 6 L 5 6 C 3.34 6 2 7.34 2 9 L 2 15 C 2 16.66 3.34 18 5 18 L 19 18 C 20.66 18 22 16.66 22 15 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 5.929 19.5 L 18.069 19.5 C 18.389 19.5 18.619 19.79 18.559 20.1 C 18.289 21.58 17.419 22 15.329 22 L 8.669 22 C 6.569 22 5.709 21.58 5.439 20.1 C 5.379 19.79 5.609 19.5 5.929 19.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 8.669 2 L 15.329 2 C 17.429 2 18.289 2.42 18.559 3.9 C 18.619 4.21 18.379 4.5 18.069 4.5 L 5.929 4.5 C 5.609 4.5 5.379 4.21 5.439 3.9 C 5.709 2.42 6.569 2 8.669 2 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:12239353600},NVw7Gl2zq:{svgContentId:12636379532}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-uy7kku\",\"data-framer-name\":\"vuesax/bold/routing-2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4lKgih7mgC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.998 19.75 L 9.318 19.75 C 8.158 19.75 7.147 19.05 6.747 17.97 C 6.338 16.89 6.638 15.7 7.508 14.93 L 15.498 7.94 C 15.977 7.52 15.988 6.95 15.848 6.56 C 15.697 6.17 15.318 5.75 14.678 5.75 L 11.998 5.75 C 11.588 5.75 11.248 5.41 11.248 5 C 11.248 4.59 11.588 4.25 11.998 4.25 L 14.678 4.25 C 15.838 4.25 16.848 4.95 17.247 6.03 C 17.657 7.11 17.358 8.3 16.488 9.07 L 8.498 16.06 C 8.018 16.48 8.008 17.05 8.148 17.44 C 8.297 17.83 8.678 18.25 9.318 18.25 L 11.998 18.25 C 12.408 18.25 12.748 18.59 12.748 19 C 12.748 19.41 12.408 19.75 11.998 19.75 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 20 15 L 17 15 C 15.9 15 15 15.9 15 17 L 15 20 C 15 21.1 15.9 22 17 22 L 20 22 C 21.1 22 22 21.1 22 20 L 22 17 C 22 15.9 21.1 15 20 15 Z M 18.51 19.5 C 17.96 19.5 17.51 19.05 17.51 18.5 C 17.51 17.95 17.95 17.5 18.51 17.5 L 18.52 17.5 C 19.07 17.5 19.52 17.95 19.52 18.5 C 19.52 19.05 19.07 19.5 18.51 19.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 5.469 2 C 3.539 2 1.969 3.57 1.969 5.5 C 1.969 7.43 3.539 9 5.469 9 C 7.399 9 8.969 7.43 8.969 5.5 C 8.969 3.57 7.409 2 5.469 2 Z M 5.509 6.5 C 4.959 6.5 4.509 6.05 4.509 5.5 C 4.509 4.95 4.949 4.5 5.509 4.5 L 5.519 4.5 C 6.069 4.5 6.519 4.95 6.519 5.5 C 6.519 6.05 6.069 6.5 5.509 6.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9074407382,withExternalLayout:true,...addPropertyOverrides({\"QPemxtqEh-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.998 19.75 L 9.318 19.75 C 8.158 19.75 7.147 19.05 6.747 17.97 C 6.338 16.89 6.638 15.7 7.508 14.93 L 15.498 7.94 C 15.977 7.52 15.988 6.95 15.848 6.56 C 15.697 6.17 15.318 5.75 14.678 5.75 L 11.998 5.75 C 11.588 5.75 11.248 5.41 11.248 5 C 11.248 4.59 11.588 4.25 11.998 4.25 L 14.678 4.25 C 15.838 4.25 16.848 4.95 17.247 6.03 C 17.657 7.11 17.358 8.3 16.488 9.07 L 8.498 16.06 C 8.018 16.48 8.008 17.05 8.148 17.44 C 8.297 17.83 8.678 18.25 9.318 18.25 L 11.998 18.25 C 12.408 18.25 12.748 18.59 12.748 19 C 12.748 19.41 12.408 19.75 11.998 19.75 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 20 15 L 17 15 C 15.9 15 15 15.9 15 17 L 15 20 C 15 21.1 15.9 22 17 22 L 20 22 C 21.1 22 22 21.1 22 20 L 22 17 C 22 15.9 21.1 15 20 15 Z M 18.51 19.5 C 17.96 19.5 17.51 19.05 17.51 18.5 C 17.51 17.95 17.95 17.5 18.51 17.5 L 18.52 17.5 C 19.07 17.5 19.52 17.95 19.52 18.5 C 19.52 19.05 19.07 19.5 18.51 19.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 5.469 2 C 3.539 2 1.969 3.57 1.969 5.5 C 1.969 7.43 3.539 9 5.469 9 C 7.399 9 8.969 7.43 8.969 5.5 C 8.969 3.57 7.409 2 5.469 2 Z M 5.509 6.5 C 4.959 6.5 4.509 6.05 4.509 5.5 C 4.509 4.95 4.949 4.5 5.509 4.5 L 5.519 4.5 C 6.069 4.5 6.519 4.95 6.519 5.5 C 6.519 6.05 6.069 6.5 5.509 6.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:9127390701},QPemxtqEh:{svgContentId:12713003326}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-bgdwri\",\"data-framer-name\":\"vuesax/bold/frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4whWlC4Tzv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 2 C 9.38 2 7.25 4.13 7.25 6.75 C 7.25 9.32 9.26 11.4 11.88 11.49 C 11.96 11.48 12.04 11.48 12.1 11.49 C 12.12 11.49 12.13 11.49 12.15 11.49 C 12.16 11.49 12.16 11.49 12.17 11.49 C 14.73 11.4 16.74 9.32 16.75 6.75 C 16.75 4.13 14.62 2 12 2 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 17.081 14.149 C 14.291 12.289 9.741 12.289 6.931 14.149 C 5.661 14.999 4.961 16.149 4.961 17.379 C 4.961 18.609 5.661 19.749 6.921 20.589 C 8.321 21.529 10.161 21.999 12.001 21.999 C 13.841 21.999 15.681 21.529 17.081 20.589 C 18.341 19.739 19.041 18.599 19.041 17.359 C 19.031 16.129 18.341 14.989 17.081 14.149 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11116687636,withExternalLayout:true,...addPropertyOverrides({\"d9SSpSpU2-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 2 C 9.38 2 7.25 4.13 7.25 6.75 C 7.25 9.32 9.26 11.4 11.88 11.49 C 11.96 11.48 12.04 11.48 12.1 11.49 C 12.12 11.49 12.13 11.49 12.15 11.49 C 12.16 11.49 12.16 11.49 12.17 11.49 C 14.73 11.4 16.74 9.32 16.75 6.75 C 16.75 4.13 14.62 2 12 2 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 17.081 14.149 C 14.291 12.289 9.741 12.289 6.931 14.149 C 5.661 14.999 4.961 16.149 4.961 17.379 C 4.961 18.609 5.661 19.749 6.921 20.589 C 8.321 21.529 10.161 21.999 12.001 21.999 C 13.841 21.999 15.681 21.529 17.081 20.589 C 18.341 19.739 19.041 18.599 19.041 17.359 C 19.031 16.129 18.341 14.989 17.081 14.149 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:11781333813},d9SSpSpU2:{svgContentId:9064462058}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1b7100i\",\"data-framer-name\":\"vuesax/bold/note-2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4gpLoN6Yw_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.678 19.959 C 12.953 20.023 12.978 20.383 12.71 20.472 L 11.13 20.992 C 7.16 22.272 5.07 21.202 3.78 17.232 L 2.5 13.282 C 1.22 9.312 2.28 7.212 6.25 5.932 L 6.774 5.758 C 7.177 5.625 7.569 6.029 7.455 6.438 C 7.398 6.64 7.344 6.852 7.29 7.072 L 6.31 11.262 C 5.21 15.972 6.82 18.572 11.53 19.692 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 17.17 3.209 L 15.5 2.819 C 12.16 2.029 10.17 2.679 9 5.099 C 8.7 5.709 8.46 6.449 8.26 7.299 L 7.28 11.489 C 6.3 15.669 7.59 17.729 11.76 18.718 L 13.44 19.119 C 14.02 19.259 14.56 19.349 15.06 19.389 C 18.18 19.689 19.84 18.229 20.68 14.619 L 21.66 10.438 C 22.64 6.259 21.36 4.189 17.17 3.209 Z M 15.29 13.329 C 15.2 13.669 14.9 13.889 14.56 13.889 C 14.5 13.889 14.44 13.879 14.37 13.869 L 11.46 13.129 C 11.06 13.029 10.82 12.619 10.92 12.219 C 11.02 11.819 11.43 11.579 11.83 11.679 L 14.74 12.419 C 15.15 12.519 15.39 12.929 15.29 13.329 Z M 18.22 9.949 C 18.13 10.289 17.83 10.509 17.49 10.509 C 17.43 10.509 17.37 10.499 17.3 10.489 L 12.45 9.259 C 12.05 9.159 11.81 8.749 11.91 8.349 C 12.01 7.949 12.42 7.709 12.82 7.809 L 17.67 9.039 C 18.08 9.129 18.32 9.539 18.22 9.949 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9133713990,withExternalLayout:true,...addPropertyOverrides({\"XpEn3KcW2-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.678 19.959 C 12.953 20.023 12.978 20.383 12.71 20.472 L 11.13 20.992 C 7.16 22.272 5.07 21.202 3.78 17.232 L 2.5 13.282 C 1.22 9.312 2.28 7.212 6.25 5.932 L 6.774 5.758 C 7.177 5.625 7.569 6.029 7.455 6.438 C 7.398 6.64 7.344 6.852 7.29 7.072 L 6.31 11.262 C 5.21 15.972 6.82 18.572 11.53 19.692 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 17.17 3.209 L 15.5 2.819 C 12.16 2.029 10.17 2.679 9 5.099 C 8.7 5.709 8.46 6.449 8.26 7.299 L 7.28 11.489 C 6.3 15.669 7.59 17.729 11.76 18.718 L 13.44 19.119 C 14.02 19.259 14.56 19.349 15.06 19.389 C 18.18 19.689 19.84 18.229 20.68 14.619 L 21.66 10.438 C 22.64 6.259 21.36 4.189 17.17 3.209 Z M 15.29 13.329 C 15.2 13.669 14.9 13.889 14.56 13.889 C 14.5 13.889 14.44 13.879 14.37 13.869 L 11.46 13.129 C 11.06 13.029 10.82 12.619 10.92 12.219 C 11.02 11.819 11.43 11.579 11.83 11.679 L 14.74 12.419 C 15.15 12.519 15.39 12.929 15.29 13.329 Z M 18.22 9.949 C 18.13 10.289 17.83 10.509 17.49 10.509 C 17.43 10.509 17.37 10.499 17.3 10.489 L 12.45 9.259 C 12.05 9.159 11.81 8.749 11.91 8.349 C 12.01 7.949 12.42 7.709 12.82 7.809 L 17.67 9.039 C 18.08 9.129 18.32 9.539 18.22 9.949 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:9573297406},XpEn3KcW2:{svgContentId:9819747983}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1w4vjk2\",\"data-framer-name\":\"vuesax/bold/game\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4EMInX9uxV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.65 5.719 L 7.35 5.719 C 4.4 5.719 2 8.119 2 11.069 L 2 16.649 C 2 19.599 4.4 21.999 7.35 21.999 L 16.65 21.999 C 19.6 21.999 22 19.599 22 16.649 L 22 11.069 C 22 8.119 19.6 5.719 16.65 5.719 Z M 14.5 12.019 C 14.5 11.469 14.95 11.019 15.5 11.019 C 16.05 11.019 16.5 11.469 16.5 12.019 C 16.5 12.569 16.05 13.029 15.5 13.029 C 14.95 13.029 14.5 12.589 14.5 12.039 Z M 10.13 16.069 C 9.98 16.219 9.79 16.289 9.6 16.289 C 9.41 16.289 9.22 16.219 9.07 16.069 L 8.04 15.039 L 7.05 16.029 C 6.9 16.179 6.71 16.249 6.52 16.249 C 6.33 16.249 6.14 16.179 5.99 16.029 C 5.7 15.739 5.7 15.259 5.99 14.969 L 6.98 13.979 L 6.02 13.019 C 5.73 12.729 5.73 12.249 6.02 11.959 C 6.31 11.669 6.79 11.669 7.08 11.959 L 8.04 12.919 L 9.03 11.929 C 9.32 11.639 9.8 11.639 10.09 11.929 C 10.38 12.219 10.38 12.699 10.09 12.989 L 9.1 13.979 L 10.13 15.009 C 10.42 15.299 10.42 15.779 10.13 16.069 Z M 13.54 14.999 C 12.99 14.999 12.53 14.549 12.53 13.999 C 12.53 13.449 12.97 12.999 13.52 12.999 L 13.54 12.999 C 14.09 12.999 14.54 13.449 14.54 13.999 C 14.54 14.549 14.1 14.999 13.54 14.999 Z M 15.5 16.969 C 14.95 16.969 14.5 16.529 14.5 15.979 L 14.5 15.959 C 14.5 15.409 14.95 14.959 15.5 14.959 C 16.05 14.959 16.5 15.409 16.5 15.959 C 16.5 16.509 16.06 16.969 15.5 16.969 Z M 17.48 14.999 C 16.93 14.999 16.47 14.549 16.47 13.999 C 16.47 13.449 16.91 12.999 17.46 12.999 L 17.48 12.999 C 18.03 12.999 18.48 13.449 18.48 13.999 C 18.48 14.549 18.04 14.999 17.48 14.999 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 13.639 2.71 L 13.629 3.65 C 13.619 4.53 12.889 5.26 11.999 5.26 C 11.849 5.26 11.759 5.36 11.759 5.49 C 11.759 5.62 11.859 5.72 11.989 5.72 L 10.379 5.72 C 10.369 5.65 10.359 5.57 10.359 5.49 C 10.359 4.59 11.089 3.86 11.979 3.86 C 12.129 3.86 12.229 3.76 12.229 3.63 L 12.239 2.69 C 12.249 2.31 12.559 2 12.939 2 L 12.949 2 C 13.339 2 13.639 2.32 13.639 2.71 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:12586750478,withExternalLayout:true,...addPropertyOverrides({\"X_O_HGcby-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.65 5.719 L 7.35 5.719 C 4.4 5.719 2 8.119 2 11.069 L 2 16.649 C 2 19.599 4.4 21.999 7.35 21.999 L 16.65 21.999 C 19.6 21.999 22 19.599 22 16.649 L 22 11.069 C 22 8.119 19.6 5.719 16.65 5.719 Z M 14.5 12.019 C 14.5 11.469 14.95 11.019 15.5 11.019 C 16.05 11.019 16.5 11.469 16.5 12.019 C 16.5 12.569 16.05 13.029 15.5 13.029 C 14.95 13.029 14.5 12.589 14.5 12.039 Z M 10.13 16.069 C 9.98 16.219 9.79 16.289 9.6 16.289 C 9.41 16.289 9.22 16.219 9.07 16.069 L 8.04 15.039 L 7.05 16.029 C 6.9 16.179 6.71 16.249 6.52 16.249 C 6.33 16.249 6.14 16.179 5.99 16.029 C 5.7 15.739 5.7 15.259 5.99 14.969 L 6.98 13.979 L 6.02 13.019 C 5.73 12.729 5.73 12.249 6.02 11.959 C 6.31 11.669 6.79 11.669 7.08 11.959 L 8.04 12.919 L 9.03 11.929 C 9.32 11.639 9.8 11.639 10.09 11.929 C 10.38 12.219 10.38 12.699 10.09 12.989 L 9.1 13.979 L 10.13 15.009 C 10.42 15.299 10.42 15.779 10.13 16.069 Z M 13.54 14.999 C 12.99 14.999 12.53 14.549 12.53 13.999 C 12.53 13.449 12.97 12.999 13.52 12.999 L 13.54 12.999 C 14.09 12.999 14.54 13.449 14.54 13.999 C 14.54 14.549 14.1 14.999 13.54 14.999 Z M 15.5 16.969 C 14.95 16.969 14.5 16.529 14.5 15.979 L 14.5 15.959 C 14.5 15.409 14.95 14.959 15.5 14.959 C 16.05 14.959 16.5 15.409 16.5 15.959 C 16.5 16.509 16.06 16.969 15.5 16.969 Z M 17.48 14.999 C 16.93 14.999 16.47 14.549 16.47 13.999 C 16.47 13.449 16.91 12.999 17.46 12.999 L 17.48 12.999 C 18.03 12.999 18.48 13.449 18.48 13.999 C 18.48 14.549 18.04 14.999 17.48 14.999 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 13.639 2.71 L 13.629 3.65 C 13.619 4.53 12.889 5.26 11.999 5.26 C 11.849 5.26 11.759 5.36 11.759 5.49 C 11.759 5.62 11.859 5.72 11.989 5.72 L 10.379 5.72 C 10.369 5.65 10.359 5.57 10.359 5.49 C 10.359 4.59 11.089 3.86 11.979 3.86 C 12.129 3.86 12.229 3.76 12.229 3.63 L 12.239 2.69 C 12.249 2.31 12.559 2 12.939 2 L 12.949 2 C 13.339 2 13.639 2.32 13.639 2.71 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10524850483},X_O_HGcby:{svgContentId:9513780015}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1044vl2\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4dhPc8HgHB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 4 18 C 2.9 18 1.958 17.608 1.175 16.825 C 0.392 16.042 0 15.1 0 14 C 0 12.9 0.392 11.958 1.175 11.175 C 1.958 10.392 2.9 10 4 10 C 4.383 10 4.733 10.05 5.05 10.15 C 5.383 10.233 5.7 10.367 6 10.55 L 6 0 L 12 0 L 12 4 L 8 4 L 8 14 C 8 15.1 7.608 16.042 6.825 16.825 C 6.042 17.608 5.1 18 4 18 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11491986506,withExternalLayout:true,...addPropertyOverrides({\"GYPVoBIfa-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 4 18 C 2.9 18 1.958 17.608 1.175 16.825 C 0.392 16.042 0 15.1 0 14 C 0 12.9 0.392 11.958 1.175 11.175 C 1.958 10.392 2.9 10 4 10 C 4.383 10 4.733 10.05 5.05 10.15 C 5.383 10.233 5.7 10.367 6 10.55 L 6 0 L 12 0 L 12 4 L 8 4 L 8 14 C 8 15.1 7.608 16.042 6.825 16.825 C 6.042 17.608 5.1 18 4 18 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10653920529},GYPVoBIfa:{svgContentId:10234338461}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p368cm\",\"data-framer-name\":\"vuesax/bold/path\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4h8yf0XsGe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.02 10.7 L 17.9 12.04 C 17.5 12.29 16.99 12.23 16.66 11.9 L 12.13 7.37 C 11.8 7.04 11.74 6.53 11.99 6.13 L 13.33 4.01 C 14.15 2.72 15.79 2.66 17 3.86 L 20.18 7.04 C 21.3 8.17 21.23 9.93 20.02 10.7 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 14.711 19.95 L 5.991 20.97 C 5.913 20.98 5.836 20.987 5.761 20.992 C 5.076 21.032 4.906 20.225 5.391 19.739 L 7.981 17.15 C 8.301 16.84 8.301 16.35 7.981 16.04 C 7.681 15.73 7.191 15.73 6.871 16.04 L 4.281 18.629 C 3.796 19.115 2.996 18.944 3.032 18.259 C 3.036 18.187 3.042 18.114 3.051 18.04 L 4.081 9.32 C 4.341 7.14 5.141 6.42 7.441 6.56 L 8.941 6.65 C 9.431 6.68 9.891 6.89 10.241 7.24 L 16.791 13.79 C 17.141 14.14 17.351 14.6 17.371 15.09 L 17.461 16.59 C 17.691 18.9 16.901 19.7 14.711 19.95 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:12497415097,withExternalLayout:true,...addPropertyOverrides({\"yRUT_P1a3-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.02 10.7 L 17.9 12.04 C 17.5 12.29 16.99 12.23 16.66 11.9 L 12.13 7.37 C 11.8 7.04 11.74 6.53 11.99 6.13 L 13.33 4.01 C 14.15 2.72 15.79 2.66 17 3.86 L 20.18 7.04 C 21.3 8.17 21.23 9.93 20.02 10.7 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 14.711 19.95 L 5.991 20.97 C 5.913 20.98 5.836 20.987 5.761 20.992 C 5.076 21.032 4.906 20.225 5.391 19.739 L 7.981 17.15 C 8.301 16.84 8.301 16.35 7.981 16.04 C 7.681 15.73 7.191 15.73 6.871 16.04 L 4.281 18.629 C 3.796 19.115 2.996 18.944 3.032 18.259 C 3.036 18.187 3.042 18.114 3.051 18.04 L 4.081 9.32 C 4.341 7.14 5.141 6.42 7.441 6.56 L 8.941 6.65 C 9.431 6.68 9.891 6.89 10.241 7.24 L 16.791 13.79 C 17.141 14.14 17.351 14.6 17.371 15.09 L 17.461 16.59 C 17.691 18.9 16.901 19.7 14.711 19.95 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:8914359938},yRUT_P1a3:{svgContentId:11144857639}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-14mxpps\",\"data-framer-name\":\"vuesax/bold/book\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4rytTbBGEh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 4.85 L 22 16.74 C 22 17.71 21.21 18.6 20.24 18.72 L 19.93 18.76 C 18.29 18.98 15.98 19.66 14.12 20.44 C 13.47 20.71 12.75 20.22 12.75 19.51 L 12.75 5.6 C 12.75 5.23 12.96 4.89 13.29 4.71 C 15.12 3.72 17.89 2.84 19.77 2.68 L 19.83 2.68 C 21.03 2.68 22 3.65 22 4.85 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 10.71 4.71 C 8.88 3.72 6.11 2.84 4.23 2.68 L 4.16 2.68 C 2.96 2.68 1.99 3.65 1.99 4.85 L 1.99 16.74 C 1.99 17.71 2.78 18.6 3.75 18.72 L 4.06 18.76 C 5.7 18.98 8.01 19.66 9.87 20.44 C 10.52 20.71 11.24 20.22 11.24 19.51 L 11.24 5.6 C 11.24 5.22 11.04 4.89 10.71 4.71 Z M 5 7.74 L 7.25 7.74 C 7.66 7.74 8 8.08 8 8.49 C 8 8.91 7.66 9.24 7.25 9.24 L 5 9.24 C 4.59 9.24 4.25 8.91 4.25 8.49 C 4.25 8.08 4.59 7.74 5 7.74 Z M 8 12.24 L 5 12.24 C 4.59 12.24 4.25 11.91 4.25 11.49 C 4.25 11.08 4.59 10.74 5 10.74 L 8 10.74 C 8.41 10.74 8.75 11.08 8.75 11.49 C 8.75 11.91 8.41 12.24 8 12.24 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9786669303,withExternalLayout:true,...addPropertyOverrides({\"Ow5HbG06_-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 4.85 L 22 16.74 C 22 17.71 21.21 18.6 20.24 18.72 L 19.93 18.76 C 18.29 18.98 15.98 19.66 14.12 20.44 C 13.47 20.71 12.75 20.22 12.75 19.51 L 12.75 5.6 C 12.75 5.23 12.96 4.89 13.29 4.71 C 15.12 3.72 17.89 2.84 19.77 2.68 L 19.83 2.68 C 21.03 2.68 22 3.65 22 4.85 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 10.71 4.71 C 8.88 3.72 6.11 2.84 4.23 2.68 L 4.16 2.68 C 2.96 2.68 1.99 3.65 1.99 4.85 L 1.99 16.74 C 1.99 17.71 2.78 18.6 3.75 18.72 L 4.06 18.76 C 5.7 18.98 8.01 19.66 9.87 20.44 C 10.52 20.71 11.24 20.22 11.24 19.51 L 11.24 5.6 C 11.24 5.22 11.04 4.89 10.71 4.71 Z M 5 7.74 L 7.25 7.74 C 7.66 7.74 8 8.08 8 8.49 C 8 8.91 7.66 9.24 7.25 9.24 L 5 9.24 C 4.59 9.24 4.25 8.91 4.25 8.49 C 4.25 8.08 4.59 7.74 5 7.74 Z M 8 12.24 L 5 12.24 C 4.59 12.24 4.25 11.91 4.25 11.49 C 4.25 11.08 4.59 10.74 5 10.74 L 8 10.74 C 8.41 10.74 8.75 11.08 8.75 11.49 C 8.75 11.91 8.41 12.24 8 12.24 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10159208554},Ow5HbG06_:{svgContentId:12549991303}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1njf3kj\",\"data-framer-name\":\"vuesax/bold/shop\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vaMBx5pc4f71INuiAM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22.36 8.27 L 22.07 5.5 C 21.65 2.48 20.28 1.25 17.35 1.25 L 14.99 1.25 L 13.51 1.25 L 10.47 1.25 L 8.99 1.25 L 6.59 1.25 C 3.65 1.25 2.29 2.48 1.86 5.53 L 1.59 8.28 C 1.49 9.35 1.78 10.39 2.41 11.2 C 3.17 12.19 4.34 12.75 5.64 12.75 C 6.9 12.75 8.11 12.12 8.87 11.11 C 9.55 12.12 10.71 12.75 12 12.75 C 13.29 12.75 14.42 12.15 15.11 11.15 C 15.88 12.14 17.07 12.75 18.31 12.75 C 19.64 12.75 20.84 12.16 21.59 11.12 C 22.19 10.32 22.46 9.31 22.36 8.27 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 11.351 16.66 C 10.081 16.79 9.121 17.87 9.121 19.15 L 9.121 21.89 C 9.121 22.16 9.341 22.38 9.611 22.38 L 14.381 22.38 C 14.651 22.38 14.871 22.16 14.871 21.89 L 14.871 19.5 C 14.881 17.41 13.651 16.42 11.351 16.66 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 21.369 14.398 L 21.369 17.378 C 21.369 20.138 19.129 22.378 16.369 22.378 C 16.099 22.378 15.879 22.158 15.879 21.888 L 15.879 19.498 C 15.879 18.218 15.489 17.218 14.729 16.538 C 14.059 15.928 13.149 15.628 12.019 15.628 C 11.769 15.628 11.519 15.638 11.249 15.668 C 9.469 15.848 8.119 17.348 8.119 19.148 L 8.119 21.888 C 8.119 22.158 7.899 22.378 7.629 22.378 C 4.869 22.378 2.629 20.138 2.629 17.378 L 2.629 14.418 C 2.629 13.718 3.319 13.248 3.969 13.478 C 4.239 13.568 4.509 13.638 4.789 13.678 C 4.909 13.698 5.039 13.718 5.159 13.718 C 5.319 13.738 5.479 13.748 5.639 13.748 C 6.799 13.748 7.939 13.318 8.839 12.578 C 9.699 13.318 10.819 13.748 11.999 13.748 C 13.189 13.748 14.289 13.338 15.149 12.598 C 16.049 13.328 17.169 13.748 18.309 13.748 C 18.489 13.748 18.669 13.738 18.839 13.718 C 18.959 13.708 19.069 13.698 19.179 13.678 C 19.489 13.638 19.769 13.548 20.049 13.458 C 20.699 13.238 21.369 13.718 21.369 14.398 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11453962969,withExternalLayout:true,...addPropertyOverrides({\"DwEdAvuUF-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22.36 8.27 L 22.07 5.5 C 21.65 2.48 20.28 1.25 17.35 1.25 L 14.99 1.25 L 13.51 1.25 L 10.47 1.25 L 8.99 1.25 L 6.59 1.25 C 3.65 1.25 2.29 2.48 1.86 5.53 L 1.59 8.28 C 1.49 9.35 1.78 10.39 2.41 11.2 C 3.17 12.19 4.34 12.75 5.64 12.75 C 6.9 12.75 8.11 12.12 8.87 11.11 C 9.55 12.12 10.71 12.75 12 12.75 C 13.29 12.75 14.42 12.15 15.11 11.15 C 15.88 12.14 17.07 12.75 18.31 12.75 C 19.64 12.75 20.84 12.16 21.59 11.12 C 22.19 10.32 22.46 9.31 22.36 8.27 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 11.351 16.66 C 10.081 16.79 9.121 17.87 9.121 19.15 L 9.121 21.89 C 9.121 22.16 9.341 22.38 9.611 22.38 L 14.381 22.38 C 14.651 22.38 14.871 22.16 14.871 21.89 L 14.871 19.5 C 14.881 17.41 13.651 16.42 11.351 16.66 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 21.369 14.398 L 21.369 17.378 C 21.369 20.138 19.129 22.378 16.369 22.378 C 16.099 22.378 15.879 22.158 15.879 21.888 L 15.879 19.498 C 15.879 18.218 15.489 17.218 14.729 16.538 C 14.059 15.928 13.149 15.628 12.019 15.628 C 11.769 15.628 11.519 15.638 11.249 15.668 C 9.469 15.848 8.119 17.348 8.119 19.148 L 8.119 21.888 C 8.119 22.158 7.899 22.378 7.629 22.378 C 4.869 22.378 2.629 20.138 2.629 17.378 L 2.629 14.418 C 2.629 13.718 3.319 13.248 3.969 13.478 C 4.239 13.568 4.509 13.638 4.789 13.678 C 4.909 13.698 5.039 13.718 5.159 13.718 C 5.319 13.738 5.479 13.748 5.639 13.748 C 6.799 13.748 7.939 13.318 8.839 12.578 C 9.699 13.318 10.819 13.748 11.999 13.748 C 13.189 13.748 14.289 13.338 15.149 12.598 C 16.049 13.328 17.169 13.748 18.309 13.748 C 18.489 13.748 18.669 13.738 18.839 13.718 C 18.959 13.708 19.069 13.698 19.179 13.678 C 19.489 13.638 19.769 13.548 20.049 13.458 C 20.699 13.238 21.369 13.718 21.369 14.398 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:12630489896},DwEdAvuUF:{svgContentId:8777583497}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-nd6wkx\",\"data-framer-name\":\"vuesax/bold/projects\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"T_bKpEaZA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 20.901 9.85 L 21.491 19.74 C 21.511 20.01 21.381 20.19 21.311 20.27 C 21.231 20.36 21.061 20.5 20.781 20.5 L 18.051 20.5 L 20.211 9.85 Z M 22.001 6 L 21.991 6.02 C 22.011 6.26 21.991 6.51 21.931 6.76 L 14.561 20.29 C 14.321 21.3 13.421 22 12.381 22 L 20.781 22 C 22.071 22 23.091 20.91 22.991 19.62 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 11.45 2.241 C 11.55 1.841 11.3 1.431 10.9 1.331 C 10.5 1.241 10.09 1.481 9.99 1.881 L 9.49 3.951 L 11.03 3.951 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 18.051 2.209 C 18.141 1.799 17.881 1.409 17.471 1.319 C 17.071 1.229 16.671 1.489 16.581 1.899 L 16.131 3.969 L 17.671 3.969 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 21.82 5.331 C 21.49 4.531 20.71 3.961 19.75 3.961 L 17.67 3.961 L 17.11 6.551 C 17.03 6.901 16.72 7.141 16.38 7.141 C 16.33 7.141 16.27 7.141 16.22 7.121 C 15.82 7.031 15.56 6.631 15.64 6.231 L 16.13 3.951 L 11.03 3.951 L 10.4 6.551 C 10.32 6.891 10.01 7.121 9.67 7.121 C 9.61 7.121 9.55 7.111 9.49 7.101 C 9.09 7.001 8.84 6.601 8.94 6.191 L 9.48 3.941 L 7.45 3.941 C 6.47 3.941 5.6 4.581 5.31 5.521 L 1.1 19.071 C 0.66 20.521 1.73 22.001 3.24 22.001 L 16.38 22.001 C 17.42 22.001 18.32 21.301 18.56 20.291 L 21.93 6.761 C 21.99 6.511 22.01 6.261 21.99 6.021 C 21.97 5.781 21.92 5.541 21.82 5.331 Z M 14.7 16.751 L 6.7 16.751 C 6.29 16.751 5.95 16.411 5.95 16.001 C 5.95 15.591 6.29 15.251 6.7 15.251 L 14.7 15.251 C 15.11 15.251 15.45 15.591 15.45 16.001 C 15.45 16.411 15.11 16.751 14.7 16.751 Z M 15.7 12.751 L 7.7 12.751 C 7.29 12.751 6.95 12.411 6.95 12.001 C 6.95 11.591 7.29 11.251 7.7 11.251 L 15.7 11.251 C 16.11 11.251 16.45 11.591 16.45 12.001 C 16.45 12.411 16.11 12.751 15.7 12.751 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:10096282558,withExternalLayout:true,...addPropertyOverrides({\"KUaTxlSd5-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 20.901 9.85 L 21.491 19.74 C 21.511 20.01 21.381 20.19 21.311 20.27 C 21.231 20.36 21.061 20.5 20.781 20.5 L 18.051 20.5 L 20.211 9.85 Z M 22.001 6 L 21.991 6.02 C 22.011 6.26 21.991 6.51 21.931 6.76 L 14.561 20.29 C 14.321 21.3 13.421 22 12.381 22 L 20.781 22 C 22.071 22 23.091 20.91 22.991 19.62 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 11.45 2.241 C 11.55 1.841 11.3 1.431 10.9 1.331 C 10.5 1.241 10.09 1.481 9.99 1.881 L 9.49 3.951 L 11.03 3.951 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 18.051 2.209 C 18.141 1.799 17.881 1.409 17.471 1.319 C 17.071 1.229 16.671 1.489 16.581 1.899 L 16.131 3.969 L 17.671 3.969 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 21.82 5.331 C 21.49 4.531 20.71 3.961 19.75 3.961 L 17.67 3.961 L 17.11 6.551 C 17.03 6.901 16.72 7.141 16.38 7.141 C 16.33 7.141 16.27 7.141 16.22 7.121 C 15.82 7.031 15.56 6.631 15.64 6.231 L 16.13 3.951 L 11.03 3.951 L 10.4 6.551 C 10.32 6.891 10.01 7.121 9.67 7.121 C 9.61 7.121 9.55 7.111 9.49 7.101 C 9.09 7.001 8.84 6.601 8.94 6.191 L 9.48 3.941 L 7.45 3.941 C 6.47 3.941 5.6 4.581 5.31 5.521 L 1.1 19.071 C 0.66 20.521 1.73 22.001 3.24 22.001 L 16.38 22.001 C 17.42 22.001 18.32 21.301 18.56 20.291 L 21.93 6.761 C 21.99 6.511 22.01 6.261 21.99 6.021 C 21.97 5.781 21.92 5.541 21.82 5.331 Z M 14.7 16.751 L 6.7 16.751 C 6.29 16.751 5.95 16.411 5.95 16.001 C 5.95 15.591 6.29 15.251 6.7 15.251 L 14.7 15.251 C 15.11 15.251 15.45 15.591 15.45 16.001 C 15.45 16.411 15.11 16.751 14.7 16.751 Z M 15.7 12.751 L 7.7 12.751 C 7.29 12.751 6.95 12.411 6.95 12.001 C 6.95 11.591 7.29 11.251 7.7 11.251 L 15.7 11.251 C 16.11 11.251 16.45 11.591 16.45 12.001 C 16.45 12.411 16.11 12.751 15.7 12.751 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10516085458},KUaTxlSd5:{svgContentId:12286137278}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Home\"})}),className:\"framer-clkna7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ge48M4kOb\",style:{\"--extracted-r6o4lv\":\"var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,variants:{\"ys2_TMKwg-hover\":{\"--extracted-r6o4lv\":\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"d9SSpSpU2-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"About\"})})},\"DwEdAvuUF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Shop\"})})},\"GYPVoBIfa-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Songs\"})})},\"KUaTxlSd5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Projects\"})})},\"NVw7Gl2zq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Links\"})})},\"Ow5HbG06_-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Bookshelf\"})})},\"QPemxtqEh-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Journey\"})})},\"SAXCJEHTe-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Contact\"})})},\"X_O_HGcby-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Playground\"})})},\"XpEn3KcW2-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Toolstack\"})})},\"yRUT_P1a3-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",children:\"Writing\"})})},\"ys2_TMKwg-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)))\"},children:\"Home\"})})},d9SSpSpU2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"About\"})})},DwEdAvuUF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Shop\"})})},GYPVoBIfa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Songs\"})})},KUaTxlSd5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Projects\"})})},NVw7Gl2zq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Links\"})})},Ow5HbG06_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Bookshelf\"})})},QPemxtqEh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Journey\"})})},SAXCJEHTe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Contact\"})})},X_O_HGcby:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Playground\"})})},XpEn3KcW2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Toolstack\"})})},yRUT_P1a3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1izfskz\",\"data-styles-preset\":\"oAvWA_yi_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c17c7679-858b-407a-a4c5-978a28ab1f62, rgba(11, 19, 27, 0.3)))\"},children:\"Writing\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BZ4ha.framer-13ylq06, .framer-BZ4ha .framer-13ylq06 { display: block; }\",\".framer-BZ4ha.framer-1i518y8 { cursor: pointer; height: 56px; overflow: visible; position: relative; text-decoration: none; width: 203px; }\",\".framer-BZ4ha .framer-r69l9h { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; top: 0px; width: 56px; }\",\".framer-BZ4ha .framer-1iq5toa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); left: 0px; position: absolute; top: 0px; width: 56px; }\",\".framer-BZ4ha .framer-ieyiy9 { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-BZ4ha .framer-1hw7kw, .framer-BZ4ha .framer-1cs7ljz, .framer-BZ4ha .framer-1yn8zp9, .framer-BZ4ha .framer-uy7kku, .framer-BZ4ha .framer-bgdwri, .framer-BZ4ha .framer-1b7100i, .framer-BZ4ha .framer-1w4vjk2, .framer-BZ4ha .framer-1p368cm, .framer-BZ4ha .framer-14mxpps, .framer-BZ4ha .framer-nd6wkx { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-BZ4ha .framer-1044vl2 { flex: none; height: 18px; left: 6px; position: absolute; top: 3px; width: 12px; }\",\".framer-BZ4ha .framer-1njf3kj { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-BZ4ha .framer-clkna7 { flex: none; height: auto; left: 60px; position: absolute; top: 52%; white-space: pre; width: auto; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 203\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KUaTxlSd5\":{\"layout\":[\"fixed\",\"fixed\"]},\"DwEdAvuUF\":{\"layout\":[\"fixed\",\"fixed\"]},\"yRUT_P1a3\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ow5HbG06_\":{\"layout\":[\"fixed\",\"fixed\"]},\"GYPVoBIfa\":{\"layout\":[\"fixed\",\"fixed\"]},\"X_O_HGcby\":{\"layout\":[\"fixed\",\"fixed\"]},\"XpEn3KcW2\":{\"layout\":[\"fixed\",\"fixed\"]},\"d9SSpSpU2\":{\"layout\":[\"fixed\",\"fixed\"]},\"QPemxtqEh\":{\"layout\":[\"fixed\",\"fixed\"]},\"NVw7Gl2zq\":{\"layout\":[\"fixed\",\"fixed\"]},\"SAXCJEHTe\":{\"layout\":[\"fixed\",\"fixed\"]},\"cWac8zoUh\":{\"layout\":[\"fixed\",\"fixed\"]},\"r2l8fp2Pd\":{\"layout\":[\"fixed\",\"fixed\"]},\"cm6FgK6Of\":{\"layout\":[\"fixed\",\"fixed\"]},\"J6LgMX6rH\":{\"layout\":[\"fixed\",\"fixed\"]},\"DNGfJk_9y\":{\"layout\":[\"fixed\",\"fixed\"]},\"K_RZH2D_9\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z4MLoc14D\":{\"layout\":[\"fixed\",\"fixed\"]},\"dnwmBR_mu\":{\"layout\":[\"fixed\",\"fixed\"]},\"gJWqWHkwh\":{\"layout\":[\"fixed\",\"fixed\"]},\"aGABuBle9\":{\"layout\":[\"fixed\",\"fixed\"]},\"FkZnVyZEQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"dx_uj7pRw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"um1QZqQtW\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerG5MFvb4EC=withCSS(Component,css,\"framer-BZ4ha\");export default FramerG5MFvb4EC;FramerG5MFvb4EC.displayName=\"Misc/Nav icon expanded\";FramerG5MFvb4EC.defaultProps={height:56,width:203};addPropertyControls(FramerG5MFvb4EC,{variant:{options:[\"ys2_TMKwg\",\"KUaTxlSd5\",\"DwEdAvuUF\",\"yRUT_P1a3\",\"Ow5HbG06_\",\"GYPVoBIfa\",\"X_O_HGcby\",\"XpEn3KcW2\",\"d9SSpSpU2\",\"QPemxtqEh\",\"NVw7Gl2zq\",\"SAXCJEHTe\"],optionTitles:[\"Home\",\"Projects\",\"Shop\",\"Writing\",\"Bookshelf\",\"Songs\",\"Playground\",\"Toolstack\",\"About\",\"Journey\",\"Links\",\"Contact\"],title:\"Variant\",type:ControlType.Enum},um1QZqQtW:{title:\"Link\",type:ControlType.Link}});addFonts(FramerG5MFvb4EC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG5MFvb4EC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"203\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KUaTxlSd5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DwEdAvuUF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yRUT_P1a3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ow5HbG06_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GYPVoBIfa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X_O_HGcby\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XpEn3KcW2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d9SSpSpU2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QPemxtqEh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NVw7Gl2zq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SAXCJEHTe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cWac8zoUh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r2l8fp2Pd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cm6FgK6Of\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J6LgMX6rH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DNGfJk_9y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K_RZH2D_9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z4MLoc14D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dnwmBR_mu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gJWqWHkwh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aGABuBle9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FkZnVyZEQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dx_uj7pRw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"um1QZqQtW\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./G5MFvb4EC.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BTNvHB7Pt:{hover:true},dIkbqN0RV:{hover:true},FHqPH84nc:{hover:true},gLBlbWSIE:{hover:true},Ica13oaMz:{hover:true},LtR_XNIce:{hover:true},Lxbe25SbC:{hover:true},N9fvJpiA0:{hover:true},Rwi6hzEvM:{hover:true},tHtbIT07Q:{hover:true},tPBXFlg3Z:{hover:true},YpqngXW5c:{hover:true}};const cycleOrder=[\"Lxbe25SbC\",\"dIkbqN0RV\",\"LtR_XNIce\",\"tHtbIT07Q\",\"Rwi6hzEvM\",\"FHqPH84nc\",\"N9fvJpiA0\",\"Ica13oaMz\",\"gLBlbWSIE\",\"tPBXFlg3Z\",\"BTNvHB7Pt\",\"YpqngXW5c\"];const serializationHash=\"framer-yWVFE\";const variantClassNames={BTNvHB7Pt:\"framer-v-6v4whs\",dIkbqN0RV:\"framer-v-1ojh1p2\",FHqPH84nc:\"framer-v-1l7rwos\",gLBlbWSIE:\"framer-v-1qn9key\",Ica13oaMz:\"framer-v-r9dt4v\",LtR_XNIce:\"framer-v-wqeeod\",Lxbe25SbC:\"framer-v-1q09tij\",N9fvJpiA0:\"framer-v-kv9axl\",Rwi6hzEvM:\"framer-v-17ivfha\",tHtbIT07Q:\"framer-v-xsahdm\",tPBXFlg3Z:\"framer-v-uij3w4\",YpqngXW5c:\"framer-v-171lkrp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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={About:\"gLBlbWSIE\",Bookshelf:\"Rwi6hzEvM\",Contact:\"YpqngXW5c\",Home:\"Lxbe25SbC\",Journey:\"tPBXFlg3Z\",Links:\"BTNvHB7Pt\",Playground:\"N9fvJpiA0\",Projects:\"dIkbqN0RV\",Shop:\"LtR_XNIce\",Songs:\"FHqPH84nc\",Toolstack:\"Ica13oaMz\",Writing:\"tHtbIT07Q\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Lxbe25SbC\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Lxbe25SbC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"LtR_XNIce-hover\",\"tHtbIT07Q-hover\",\"Rwi6hzEvM-hover\",\"FHqPH84nc-hover\",\"N9fvJpiA0-hover\",\"Ica13oaMz-hover\",\"gLBlbWSIE-hover\",\"tPBXFlg3Z-hover\",\"BTNvHB7Pt-hover\",\"YpqngXW5c-hover\"].includes(gestureVariant))return false;if([\"LtR_XNIce\",\"tHtbIT07Q\",\"Rwi6hzEvM\",\"FHqPH84nc\",\"N9fvJpiA0\",\"Ica13oaMz\",\"gLBlbWSIE\",\"tPBXFlg3Z\",\"BTNvHB7Pt\",\"YpqngXW5c\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"YpqngXW5c-hover\")return true;if(baseVariant===\"YpqngXW5c\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"BTNvHB7Pt-hover\")return true;if(baseVariant===\"BTNvHB7Pt\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"tPBXFlg3Z-hover\")return true;if(baseVariant===\"tPBXFlg3Z\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"gLBlbWSIE-hover\")return true;if(baseVariant===\"gLBlbWSIE\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"Ica13oaMz-hover\")return true;if(baseVariant===\"Ica13oaMz\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"N9fvJpiA0-hover\")return true;if(baseVariant===\"N9fvJpiA0\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"FHqPH84nc-hover\")return true;if(baseVariant===\"FHqPH84nc\")return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"tHtbIT07Q-hover\")return true;if(baseVariant===\"tHtbIT07Q\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"Rwi6hzEvM-hover\")return true;if(baseVariant===\"Rwi6hzEvM\")return true;return false;};const isDisplayed10=()=>{if(gestureVariant===\"LtR_XNIce-hover\")return true;if(baseVariant===\"LtR_XNIce\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1q09tij\",className,classNames),\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"Lxbe25SbC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"BTNvHB7Pt-hover\":{\"data-framer-name\":undefined},\"dIkbqN0RV-hover\":{\"data-framer-name\":undefined},\"FHqPH84nc-hover\":{\"data-framer-name\":undefined},\"gLBlbWSIE-hover\":{\"data-framer-name\":undefined},\"Ica13oaMz-hover\":{\"data-framer-name\":undefined},\"LtR_XNIce-hover\":{\"data-framer-name\":undefined},\"Lxbe25SbC-hover\":{\"data-framer-name\":undefined},\"N9fvJpiA0-hover\":{\"data-framer-name\":undefined},\"Rwi6hzEvM-hover\":{\"data-framer-name\":undefined},\"tHtbIT07Q-hover\":{\"data-framer-name\":undefined},\"tPBXFlg3Z-hover\":{\"data-framer-name\":undefined},\"YpqngXW5c-hover\":{\"data-framer-name\":undefined},BTNvHB7Pt:{\"data-framer-name\":\"Links\"},dIkbqN0RV:{\"data-framer-name\":\"Projects\"},FHqPH84nc:{\"data-framer-name\":\"Songs\"},gLBlbWSIE:{\"data-framer-name\":\"About\"},Ica13oaMz:{\"data-framer-name\":\"Toolstack\"},LtR_XNIce:{\"data-framer-name\":\"Shop\"},N9fvJpiA0:{\"data-framer-name\":\"Playground\"},Rwi6hzEvM:{\"data-framer-name\":\"Bookshelf\"},tHtbIT07Q:{\"data-framer-name\":\"Writing\"},tPBXFlg3Z:{\"data-framer-name\":\"Journey\"},YpqngXW5c:{\"data-framer-name\":\"Contact\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-182951z\",\"data-framer-name\":\"Hover - ellipse\",layoutDependency:layoutDependency,layoutId:\"sQLY6igVL\",style:{backgroundColor:\"var(--token-e6eba580-7881-42d0-9f6d-20edebfb8792, rgba(12, 20, 28, 0))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{\"BTNvHB7Pt-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"dIkbqN0RV-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"FHqPH84nc-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"gLBlbWSIE-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"Ica13oaMz-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"LtR_XNIce-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"Lxbe25SbC-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"N9fvJpiA0-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"Rwi6hzEvM-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"tHtbIT07Q-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"tPBXFlg3Z-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"},\"YpqngXW5c-hover\":{backgroundColor:\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y11agk\",\"data-framer-name\":\"Icon Frame\",layoutDependency:layoutDependency,layoutId:\"xIFJtZfvW\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1i9084s\",\"data-framer-name\":\"vuesax/bold/home\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rICmeUoKs\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.83 8.01 L 14.28 2.77 C 13 1.75 11 1.74 9.73 2.76 L 3.18 8.01 C 2.24 8.76 1.67 10.26 1.87 11.44 L 3.13 18.98 C 3.42 20.67 4.99 22 6.7 22 L 17.3 22 C 18.99 22 20.59 20.64 20.88 18.97 L 22.14 11.43 C 22.32 10.26 21.75 8.76 20.83 8.01 Z M 12.75 18 C 12.75 18.41 12.41 18.75 12 18.75 C 11.59 18.75 11.25 18.41 11.25 18 L 11.25 15 C 11.25 14.59 11.59 14.25 12 14.25 C 12.41 14.25 12.75 14.59 12.75 15 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:10214928813,withExternalLayout:true,...addPropertyOverrides({\"dIkbqN0RV-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 20.901 9.85 L 21.491 19.74 C 21.511 20.01 21.381 20.19 21.311 20.27 C 21.231 20.36 21.061 20.5 20.781 20.5 L 18.051 20.5 L 20.211 9.85 Z M 22.001 6 L 21.991 6.02 C 22.011 6.26 21.991 6.51 21.931 6.76 L 14.561 20.29 C 14.321 21.3 13.421 22 12.381 22 L 20.781 22 C 22.071 22 23.091 20.91 22.991 19.62 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 11.45 2.241 C 11.55 1.841 11.3 1.431 10.9 1.331 C 10.5 1.241 10.09 1.481 9.99 1.881 L 9.49 3.951 L 11.03 3.951 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 18.051 2.209 C 18.141 1.799 17.881 1.409 17.471 1.319 C 17.071 1.229 16.671 1.489 16.581 1.899 L 16.131 3.969 L 17.671 3.969 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 21.82 5.331 C 21.49 4.531 20.71 3.961 19.75 3.961 L 17.67 3.961 L 17.11 6.551 C 17.03 6.901 16.72 7.141 16.38 7.141 C 16.33 7.141 16.27 7.141 16.22 7.121 C 15.82 7.031 15.56 6.631 15.64 6.231 L 16.13 3.951 L 11.03 3.951 L 10.4 6.551 C 10.32 6.891 10.01 7.121 9.67 7.121 C 9.61 7.121 9.55 7.111 9.49 7.101 C 9.09 7.001 8.84 6.601 8.94 6.191 L 9.48 3.941 L 7.45 3.941 C 6.47 3.941 5.6 4.581 5.31 5.521 L 1.1 19.071 C 0.66 20.521 1.73 22.001 3.24 22.001 L 16.38 22.001 C 17.42 22.001 18.32 21.301 18.56 20.291 L 21.93 6.761 C 21.99 6.511 22.01 6.261 21.99 6.021 C 21.97 5.781 21.92 5.541 21.82 5.331 Z M 14.7 16.751 L 6.7 16.751 C 6.29 16.751 5.95 16.411 5.95 16.001 C 5.95 15.591 6.29 15.251 6.7 15.251 L 14.7 15.251 C 15.11 15.251 15.45 15.591 15.45 16.001 C 15.45 16.411 15.11 16.751 14.7 16.751 Z M 15.7 12.751 L 7.7 12.751 C 7.29 12.751 6.95 12.411 6.95 12.001 C 6.95 11.591 7.29 11.251 7.7 11.251 L 15.7 11.251 C 16.11 11.251 16.45 11.591 16.45 12.001 C 16.45 12.411 16.11 12.751 15.7 12.751 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10003872769},\"Lxbe25SbC-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.83 8.01 L 14.28 2.77 C 13 1.75 11 1.74 9.73 2.76 L 3.18 8.01 C 2.24 8.76 1.67 10.26 1.87 11.44 L 3.13 18.98 C 3.42 20.67 4.99 22 6.7 22 L 17.3 22 C 18.99 22 20.59 20.64 20.88 18.97 L 22.14 11.43 C 22.32 10.26 21.75 8.76 20.83 8.01 Z M 12.75 18 C 12.75 18.41 12.41 18.75 12 18.75 C 11.59 18.75 11.25 18.41 11.25 18 L 11.25 15 C 11.25 14.59 11.59 14.25 12 14.25 C 12.41 14.25 12.75 14.59 12.75 15 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:8856595440},dIkbqN0RV:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 20.901 9.85 L 21.491 19.74 C 21.511 20.01 21.381 20.19 21.311 20.27 C 21.231 20.36 21.061 20.5 20.781 20.5 L 18.051 20.5 L 20.211 9.85 Z M 22.001 6 L 21.991 6.02 C 22.011 6.26 21.991 6.51 21.931 6.76 L 14.561 20.29 C 14.321 21.3 13.421 22 12.381 22 L 20.781 22 C 22.071 22 23.091 20.91 22.991 19.62 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 11.45 2.241 C 11.55 1.841 11.3 1.431 10.9 1.331 C 10.5 1.241 10.09 1.481 9.99 1.881 L 9.49 3.951 L 11.03 3.951 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 18.051 2.209 C 18.141 1.799 17.881 1.409 17.471 1.319 C 17.071 1.229 16.671 1.489 16.581 1.899 L 16.131 3.969 L 17.671 3.969 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 21.82 5.331 C 21.49 4.531 20.71 3.961 19.75 3.961 L 17.67 3.961 L 17.11 6.551 C 17.03 6.901 16.72 7.141 16.38 7.141 C 16.33 7.141 16.27 7.141 16.22 7.121 C 15.82 7.031 15.56 6.631 15.64 6.231 L 16.13 3.951 L 11.03 3.951 L 10.4 6.551 C 10.32 6.891 10.01 7.121 9.67 7.121 C 9.61 7.121 9.55 7.111 9.49 7.101 C 9.09 7.001 8.84 6.601 8.94 6.191 L 9.48 3.941 L 7.45 3.941 C 6.47 3.941 5.6 4.581 5.31 5.521 L 1.1 19.071 C 0.66 20.521 1.73 22.001 3.24 22.001 L 16.38 22.001 C 17.42 22.001 18.32 21.301 18.56 20.291 L 21.93 6.761 C 21.99 6.511 22.01 6.261 21.99 6.021 C 21.97 5.781 21.92 5.541 21.82 5.331 Z M 14.7 16.751 L 6.7 16.751 C 6.29 16.751 5.95 16.411 5.95 16.001 C 5.95 15.591 6.29 15.251 6.7 15.251 L 14.7 15.251 C 15.11 15.251 15.45 15.591 15.45 16.001 C 15.45 16.411 15.11 16.751 14.7 16.751 Z M 15.7 12.751 L 7.7 12.751 C 7.29 12.751 6.95 12.411 6.95 12.001 C 6.95 11.591 7.29 11.251 7.7 11.251 L 15.7 11.251 C 16.11 11.251 16.45 11.591 16.45 12.001 C 16.45 12.411 16.11 12.751 15.7 12.751 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:12286137278}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ow4bal\",\"data-framer-name\":\"vuesax/bold/sms\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BfpRkvvPV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 3.5 L 7 3.5 C 4 3.5 2 5 2 8.5 L 2 15.5 C 2 19 4 20.5 7 20.5 L 17 20.5 C 20 20.5 22 19 22 15.5 L 22 8.5 C 22 5 20 3.5 17 3.5 Z M 17.47 9.59 L 14.34 12.09 C 13.68 12.62 12.84 12.88 12 12.88 C 11.16 12.88 10.31 12.62 9.66 12.09 L 6.53 9.59 C 6.21 9.33 6.16 8.85 6.41 8.53 C 6.67 8.21 7.14 8.15 7.46 8.41 L 10.59 10.91 C 11.35 11.52 12.64 11.52 13.4 10.91 L 16.53 8.41 C 16.85 8.15 17.33 8.2 17.58 8.53 C 17.84 8.85 17.79 9.33 17.47 9.59 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9822926983,withExternalLayout:true,...addPropertyOverrides({\"YpqngXW5c-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 3.5 L 7 3.5 C 4 3.5 2 5 2 8.5 L 2 15.5 C 2 19 4 20.5 7 20.5 L 17 20.5 C 20 20.5 22 19 22 15.5 L 22 8.5 C 22 5 20 3.5 17 3.5 Z M 17.47 9.59 L 14.34 12.09 C 13.68 12.62 12.84 12.88 12 12.88 C 11.16 12.88 10.31 12.62 9.66 12.09 L 6.53 9.59 C 6.21 9.33 6.16 8.85 6.41 8.53 C 6.67 8.21 7.14 8.15 7.46 8.41 L 10.59 10.91 C 11.35 11.52 12.64 11.52 13.4 10.91 L 16.53 8.41 C 16.85 8.15 17.33 8.2 17.58 8.53 C 17.84 8.85 17.79 9.33 17.47 9.59 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:8857420399},YpqngXW5c:{svgContentId:11586085289}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p5spbk\",\"data-framer-name\":\"vuesax/bold/slider-vertical\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WMFg934k5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 15 L 22 9 C 22 7.34 20.66 6 19 6 L 5 6 C 3.34 6 2 7.34 2 9 L 2 15 C 2 16.66 3.34 18 5 18 L 19 18 C 20.66 18 22 16.66 22 15 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 5.929 19.5 L 18.069 19.5 C 18.389 19.5 18.619 19.79 18.559 20.1 C 18.289 21.58 17.419 22 15.329 22 L 8.669 22 C 6.569 22 5.709 21.58 5.439 20.1 C 5.379 19.79 5.609 19.5 5.929 19.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 8.669 2 L 15.329 2 C 17.429 2 18.289 2.42 18.559 3.9 C 18.619 4.21 18.379 4.5 18.069 4.5 L 5.929 4.5 C 5.609 4.5 5.379 4.21 5.439 3.9 C 5.709 2.42 6.569 2 8.669 2 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:8754708862,withExternalLayout:true,...addPropertyOverrides({\"BTNvHB7Pt-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 15 L 22 9 C 22 7.34 20.66 6 19 6 L 5 6 C 3.34 6 2 7.34 2 9 L 2 15 C 2 16.66 3.34 18 5 18 L 19 18 C 20.66 18 22 16.66 22 15 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 5.929 19.5 L 18.069 19.5 C 18.389 19.5 18.619 19.79 18.559 20.1 C 18.289 21.58 17.419 22 15.329 22 L 8.669 22 C 6.569 22 5.709 21.58 5.439 20.1 C 5.379 19.79 5.609 19.5 5.929 19.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 8.669 2 L 15.329 2 C 17.429 2 18.289 2.42 18.559 3.9 C 18.619 4.21 18.379 4.5 18.069 4.5 L 5.929 4.5 C 5.609 4.5 5.379 4.21 5.439 3.9 C 5.709 2.42 6.569 2 8.669 2 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:12239353600},BTNvHB7Pt:{svgContentId:12636379532}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1oe2j0z\",\"data-framer-name\":\"vuesax/bold/routing-2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"lKgih7mgC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.998 19.75 L 9.318 19.75 C 8.158 19.75 7.147 19.05 6.747 17.97 C 6.338 16.89 6.638 15.7 7.508 14.93 L 15.498 7.94 C 15.977 7.52 15.988 6.95 15.848 6.56 C 15.697 6.17 15.318 5.75 14.678 5.75 L 11.998 5.75 C 11.588 5.75 11.248 5.41 11.248 5 C 11.248 4.59 11.588 4.25 11.998 4.25 L 14.678 4.25 C 15.838 4.25 16.848 4.95 17.247 6.03 C 17.657 7.11 17.358 8.3 16.488 9.07 L 8.498 16.06 C 8.018 16.48 8.008 17.05 8.148 17.44 C 8.297 17.83 8.678 18.25 9.318 18.25 L 11.998 18.25 C 12.408 18.25 12.748 18.59 12.748 19 C 12.748 19.41 12.408 19.75 11.998 19.75 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 20 15 L 17 15 C 15.9 15 15 15.9 15 17 L 15 20 C 15 21.1 15.9 22 17 22 L 20 22 C 21.1 22 22 21.1 22 20 L 22 17 C 22 15.9 21.1 15 20 15 Z M 18.51 19.5 C 17.96 19.5 17.51 19.05 17.51 18.5 C 17.51 17.95 17.95 17.5 18.51 17.5 L 18.52 17.5 C 19.07 17.5 19.52 17.95 19.52 18.5 C 19.52 19.05 19.07 19.5 18.51 19.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 5.469 2 C 3.539 2 1.969 3.57 1.969 5.5 C 1.969 7.43 3.539 9 5.469 9 C 7.399 9 8.969 7.43 8.969 5.5 C 8.969 3.57 7.409 2 5.469 2 Z M 5.509 6.5 C 4.959 6.5 4.509 6.05 4.509 5.5 C 4.509 4.95 4.949 4.5 5.509 4.5 L 5.519 4.5 C 6.069 4.5 6.519 4.95 6.519 5.5 C 6.519 6.05 6.069 6.5 5.509 6.5 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9074407382,withExternalLayout:true,...addPropertyOverrides({\"tPBXFlg3Z-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.998 19.75 L 9.318 19.75 C 8.158 19.75 7.147 19.05 6.747 17.97 C 6.338 16.89 6.638 15.7 7.508 14.93 L 15.498 7.94 C 15.977 7.52 15.988 6.95 15.848 6.56 C 15.697 6.17 15.318 5.75 14.678 5.75 L 11.998 5.75 C 11.588 5.75 11.248 5.41 11.248 5 C 11.248 4.59 11.588 4.25 11.998 4.25 L 14.678 4.25 C 15.838 4.25 16.848 4.95 17.247 6.03 C 17.657 7.11 17.358 8.3 16.488 9.07 L 8.498 16.06 C 8.018 16.48 8.008 17.05 8.148 17.44 C 8.297 17.83 8.678 18.25 9.318 18.25 L 11.998 18.25 C 12.408 18.25 12.748 18.59 12.748 19 C 12.748 19.41 12.408 19.75 11.998 19.75 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 20 15 L 17 15 C 15.9 15 15 15.9 15 17 L 15 20 C 15 21.1 15.9 22 17 22 L 20 22 C 21.1 22 22 21.1 22 20 L 22 17 C 22 15.9 21.1 15 20 15 Z M 18.51 19.5 C 17.96 19.5 17.51 19.05 17.51 18.5 C 17.51 17.95 17.95 17.5 18.51 17.5 L 18.52 17.5 C 19.07 17.5 19.52 17.95 19.52 18.5 C 19.52 19.05 19.07 19.5 18.51 19.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 5.469 2 C 3.539 2 1.969 3.57 1.969 5.5 C 1.969 7.43 3.539 9 5.469 9 C 7.399 9 8.969 7.43 8.969 5.5 C 8.969 3.57 7.409 2 5.469 2 Z M 5.509 6.5 C 4.959 6.5 4.509 6.05 4.509 5.5 C 4.509 4.95 4.949 4.5 5.509 4.5 L 5.519 4.5 C 6.069 4.5 6.519 4.95 6.519 5.5 C 6.519 6.05 6.069 6.5 5.509 6.5 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:9127390701},tPBXFlg3Z:{svgContentId:12713003326}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-7k18t7\",\"data-framer-name\":\"vuesax/bold/frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"whWlC4Tzv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 2 C 9.38 2 7.25 4.13 7.25 6.75 C 7.25 9.32 9.26 11.4 11.88 11.49 C 11.96 11.48 12.04 11.48 12.1 11.49 C 12.12 11.49 12.13 11.49 12.15 11.49 C 12.16 11.49 12.16 11.49 12.17 11.49 C 14.73 11.4 16.74 9.32 16.75 6.75 C 16.75 4.13 14.62 2 12 2 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 17.081 14.149 C 14.291 12.289 9.741 12.289 6.931 14.149 C 5.661 14.999 4.961 16.149 4.961 17.379 C 4.961 18.609 5.661 19.749 6.921 20.589 C 8.321 21.529 10.161 21.999 12.001 21.999 C 13.841 21.999 15.681 21.529 17.081 20.589 C 18.341 19.739 19.041 18.599 19.041 17.359 C 19.031 16.129 18.341 14.989 17.081 14.149 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11116687636,withExternalLayout:true,...addPropertyOverrides({\"gLBlbWSIE-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 2 C 9.38 2 7.25 4.13 7.25 6.75 C 7.25 9.32 9.26 11.4 11.88 11.49 C 11.96 11.48 12.04 11.48 12.1 11.49 C 12.12 11.49 12.13 11.49 12.15 11.49 C 12.16 11.49 12.16 11.49 12.17 11.49 C 14.73 11.4 16.74 9.32 16.75 6.75 C 16.75 4.13 14.62 2 12 2 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 17.081 14.149 C 14.291 12.289 9.741 12.289 6.931 14.149 C 5.661 14.999 4.961 16.149 4.961 17.379 C 4.961 18.609 5.661 19.749 6.921 20.589 C 8.321 21.529 10.161 21.999 12.001 21.999 C 13.841 21.999 15.681 21.529 17.081 20.589 C 18.341 19.739 19.041 18.599 19.041 17.359 C 19.031 16.129 18.341 14.989 17.081 14.149 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:11781333813},gLBlbWSIE:{svgContentId:9064462058}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1jkb54f\",\"data-framer-name\":\"vuesax/bold/note-2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gpLoN6Yw_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.678 19.959 C 12.953 20.023 12.978 20.383 12.71 20.472 L 11.13 20.992 C 7.16 22.272 5.07 21.202 3.78 17.232 L 2.5 13.282 C 1.22 9.312 2.28 7.212 6.25 5.932 L 6.774 5.758 C 7.177 5.625 7.569 6.029 7.455 6.438 C 7.398 6.64 7.344 6.852 7.29 7.072 L 6.31 11.262 C 5.21 15.972 6.82 18.572 11.53 19.692 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 17.17 3.209 L 15.5 2.819 C 12.16 2.029 10.17 2.679 9 5.099 C 8.7 5.709 8.46 6.449 8.26 7.299 L 7.28 11.489 C 6.3 15.669 7.59 17.729 11.76 18.718 L 13.44 19.119 C 14.02 19.259 14.56 19.349 15.06 19.389 C 18.18 19.689 19.84 18.229 20.68 14.619 L 21.66 10.438 C 22.64 6.259 21.36 4.189 17.17 3.209 Z M 15.29 13.329 C 15.2 13.669 14.9 13.889 14.56 13.889 C 14.5 13.889 14.44 13.879 14.37 13.869 L 11.46 13.129 C 11.06 13.029 10.82 12.619 10.92 12.219 C 11.02 11.819 11.43 11.579 11.83 11.679 L 14.74 12.419 C 15.15 12.519 15.39 12.929 15.29 13.329 Z M 18.22 9.949 C 18.13 10.289 17.83 10.509 17.49 10.509 C 17.43 10.509 17.37 10.499 17.3 10.489 L 12.45 9.259 C 12.05 9.159 11.81 8.749 11.91 8.349 C 12.01 7.949 12.42 7.709 12.82 7.809 L 17.67 9.039 C 18.08 9.129 18.32 9.539 18.22 9.949 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9133713990,withExternalLayout:true,...addPropertyOverrides({\"Ica13oaMz-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.678 19.959 C 12.953 20.023 12.978 20.383 12.71 20.472 L 11.13 20.992 C 7.16 22.272 5.07 21.202 3.78 17.232 L 2.5 13.282 C 1.22 9.312 2.28 7.212 6.25 5.932 L 6.774 5.758 C 7.177 5.625 7.569 6.029 7.455 6.438 C 7.398 6.64 7.344 6.852 7.29 7.072 L 6.31 11.262 C 5.21 15.972 6.82 18.572 11.53 19.692 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 17.17 3.209 L 15.5 2.819 C 12.16 2.029 10.17 2.679 9 5.099 C 8.7 5.709 8.46 6.449 8.26 7.299 L 7.28 11.489 C 6.3 15.669 7.59 17.729 11.76 18.718 L 13.44 19.119 C 14.02 19.259 14.56 19.349 15.06 19.389 C 18.18 19.689 19.84 18.229 20.68 14.619 L 21.66 10.438 C 22.64 6.259 21.36 4.189 17.17 3.209 Z M 15.29 13.329 C 15.2 13.669 14.9 13.889 14.56 13.889 C 14.5 13.889 14.44 13.879 14.37 13.869 L 11.46 13.129 C 11.06 13.029 10.82 12.619 10.92 12.219 C 11.02 11.819 11.43 11.579 11.83 11.679 L 14.74 12.419 C 15.15 12.519 15.39 12.929 15.29 13.329 Z M 18.22 9.949 C 18.13 10.289 17.83 10.509 17.49 10.509 C 17.43 10.509 17.37 10.499 17.3 10.489 L 12.45 9.259 C 12.05 9.159 11.81 8.749 11.91 8.349 C 12.01 7.949 12.42 7.709 12.82 7.809 L 17.67 9.039 C 18.08 9.129 18.32 9.539 18.22 9.949 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:9573297406},Ica13oaMz:{svgContentId:9819747983}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ni1s1d\",\"data-framer-name\":\"vuesax/bold/game\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EMInX9uxV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.65 5.719 L 7.35 5.719 C 4.4 5.719 2 8.119 2 11.069 L 2 16.649 C 2 19.599 4.4 21.999 7.35 21.999 L 16.65 21.999 C 19.6 21.999 22 19.599 22 16.649 L 22 11.069 C 22 8.119 19.6 5.719 16.65 5.719 Z M 14.5 12.019 C 14.5 11.469 14.95 11.019 15.5 11.019 C 16.05 11.019 16.5 11.469 16.5 12.019 C 16.5 12.569 16.05 13.029 15.5 13.029 C 14.95 13.029 14.5 12.589 14.5 12.039 Z M 10.13 16.069 C 9.98 16.219 9.79 16.289 9.6 16.289 C 9.41 16.289 9.22 16.219 9.07 16.069 L 8.04 15.039 L 7.05 16.029 C 6.9 16.179 6.71 16.249 6.52 16.249 C 6.33 16.249 6.14 16.179 5.99 16.029 C 5.7 15.739 5.7 15.259 5.99 14.969 L 6.98 13.979 L 6.02 13.019 C 5.73 12.729 5.73 12.249 6.02 11.959 C 6.31 11.669 6.79 11.669 7.08 11.959 L 8.04 12.919 L 9.03 11.929 C 9.32 11.639 9.8 11.639 10.09 11.929 C 10.38 12.219 10.38 12.699 10.09 12.989 L 9.1 13.979 L 10.13 15.009 C 10.42 15.299 10.42 15.779 10.13 16.069 Z M 13.54 14.999 C 12.99 14.999 12.53 14.549 12.53 13.999 C 12.53 13.449 12.97 12.999 13.52 12.999 L 13.54 12.999 C 14.09 12.999 14.54 13.449 14.54 13.999 C 14.54 14.549 14.1 14.999 13.54 14.999 Z M 15.5 16.969 C 14.95 16.969 14.5 16.529 14.5 15.979 L 14.5 15.959 C 14.5 15.409 14.95 14.959 15.5 14.959 C 16.05 14.959 16.5 15.409 16.5 15.959 C 16.5 16.509 16.06 16.969 15.5 16.969 Z M 17.48 14.999 C 16.93 14.999 16.47 14.549 16.47 13.999 C 16.47 13.449 16.91 12.999 17.46 12.999 L 17.48 12.999 C 18.03 12.999 18.48 13.449 18.48 13.999 C 18.48 14.549 18.04 14.999 17.48 14.999 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 13.639 2.71 L 13.629 3.65 C 13.619 4.53 12.889 5.26 11.999 5.26 C 11.849 5.26 11.759 5.36 11.759 5.49 C 11.759 5.62 11.859 5.72 11.989 5.72 L 10.379 5.72 C 10.369 5.65 10.359 5.57 10.359 5.49 C 10.359 4.59 11.089 3.86 11.979 3.86 C 12.129 3.86 12.229 3.76 12.229 3.63 L 12.239 2.69 C 12.249 2.31 12.559 2 12.939 2 L 12.949 2 C 13.339 2 13.639 2.32 13.639 2.71 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:12586750478,withExternalLayout:true,...addPropertyOverrides({\"N9fvJpiA0-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.65 5.719 L 7.35 5.719 C 4.4 5.719 2 8.119 2 11.069 L 2 16.649 C 2 19.599 4.4 21.999 7.35 21.999 L 16.65 21.999 C 19.6 21.999 22 19.599 22 16.649 L 22 11.069 C 22 8.119 19.6 5.719 16.65 5.719 Z M 14.5 12.019 C 14.5 11.469 14.95 11.019 15.5 11.019 C 16.05 11.019 16.5 11.469 16.5 12.019 C 16.5 12.569 16.05 13.029 15.5 13.029 C 14.95 13.029 14.5 12.589 14.5 12.039 Z M 10.13 16.069 C 9.98 16.219 9.79 16.289 9.6 16.289 C 9.41 16.289 9.22 16.219 9.07 16.069 L 8.04 15.039 L 7.05 16.029 C 6.9 16.179 6.71 16.249 6.52 16.249 C 6.33 16.249 6.14 16.179 5.99 16.029 C 5.7 15.739 5.7 15.259 5.99 14.969 L 6.98 13.979 L 6.02 13.019 C 5.73 12.729 5.73 12.249 6.02 11.959 C 6.31 11.669 6.79 11.669 7.08 11.959 L 8.04 12.919 L 9.03 11.929 C 9.32 11.639 9.8 11.639 10.09 11.929 C 10.38 12.219 10.38 12.699 10.09 12.989 L 9.1 13.979 L 10.13 15.009 C 10.42 15.299 10.42 15.779 10.13 16.069 Z M 13.54 14.999 C 12.99 14.999 12.53 14.549 12.53 13.999 C 12.53 13.449 12.97 12.999 13.52 12.999 L 13.54 12.999 C 14.09 12.999 14.54 13.449 14.54 13.999 C 14.54 14.549 14.1 14.999 13.54 14.999 Z M 15.5 16.969 C 14.95 16.969 14.5 16.529 14.5 15.979 L 14.5 15.959 C 14.5 15.409 14.95 14.959 15.5 14.959 C 16.05 14.959 16.5 15.409 16.5 15.959 C 16.5 16.509 16.06 16.969 15.5 16.969 Z M 17.48 14.999 C 16.93 14.999 16.47 14.549 16.47 13.999 C 16.47 13.449 16.91 12.999 17.46 12.999 L 17.48 12.999 C 18.03 12.999 18.48 13.449 18.48 13.999 C 18.48 14.549 18.04 14.999 17.48 14.999 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 13.639 2.71 L 13.629 3.65 C 13.619 4.53 12.889 5.26 11.999 5.26 C 11.849 5.26 11.759 5.36 11.759 5.49 C 11.759 5.62 11.859 5.72 11.989 5.72 L 10.379 5.72 C 10.369 5.65 10.359 5.57 10.359 5.49 C 10.359 4.59 11.089 3.86 11.979 3.86 C 12.129 3.86 12.229 3.76 12.229 3.63 L 12.239 2.69 C 12.249 2.31 12.559 2 12.939 2 L 12.949 2 C 13.339 2 13.639 2.32 13.639 2.71 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10524850483},N9fvJpiA0:{svgContentId:9513780015}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-7n0h2b\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dhPc8HgHB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 4 18 C 2.9 18 1.958 17.608 1.175 16.825 C 0.392 16.042 0 15.1 0 14 C 0 12.9 0.392 11.958 1.175 11.175 C 1.958 10.392 2.9 10 4 10 C 4.383 10 4.733 10.05 5.05 10.15 C 5.383 10.233 5.7 10.367 6 10.55 L 6 0 L 12 0 L 12 4 L 8 4 L 8 14 C 8 15.1 7.608 16.042 6.825 16.825 C 6.042 17.608 5.1 18 4 18 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11491986506,withExternalLayout:true,...addPropertyOverrides({\"FHqPH84nc-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 4 18 C 2.9 18 1.958 17.608 1.175 16.825 C 0.392 16.042 0 15.1 0 14 C 0 12.9 0.392 11.958 1.175 11.175 C 1.958 10.392 2.9 10 4 10 C 4.383 10 4.733 10.05 5.05 10.15 C 5.383 10.233 5.7 10.367 6 10.55 L 6 0 L 12 0 L 12 4 L 8 4 L 8 14 C 8 15.1 7.608 16.042 6.825 16.825 C 6.042 17.608 5.1 18 4 18 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10653920529},FHqPH84nc:{svgContentId:10234338461}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-12lclwo\",\"data-framer-name\":\"vuesax/bold/path\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h8yf0XsGe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.02 10.7 L 17.9 12.04 C 17.5 12.29 16.99 12.23 16.66 11.9 L 12.13 7.37 C 11.8 7.04 11.74 6.53 11.99 6.13 L 13.33 4.01 C 14.15 2.72 15.79 2.66 17 3.86 L 20.18 7.04 C 21.3 8.17 21.23 9.93 20.02 10.7 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 14.711 19.95 L 5.991 20.97 C 5.913 20.98 5.836 20.987 5.761 20.992 C 5.076 21.032 4.906 20.225 5.391 19.739 L 7.981 17.15 C 8.301 16.84 8.301 16.35 7.981 16.04 C 7.681 15.73 7.191 15.73 6.871 16.04 L 4.281 18.629 C 3.796 19.115 2.996 18.944 3.032 18.259 C 3.036 18.187 3.042 18.114 3.051 18.04 L 4.081 9.32 C 4.341 7.14 5.141 6.42 7.441 6.56 L 8.941 6.65 C 9.431 6.68 9.891 6.89 10.241 7.24 L 16.791 13.79 C 17.141 14.14 17.351 14.6 17.371 15.09 L 17.461 16.59 C 17.691 18.9 16.901 19.7 14.711 19.95 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:12497415097,withExternalLayout:true,...addPropertyOverrides({\"tHtbIT07Q-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 20.02 10.7 L 17.9 12.04 C 17.5 12.29 16.99 12.23 16.66 11.9 L 12.13 7.37 C 11.8 7.04 11.74 6.53 11.99 6.13 L 13.33 4.01 C 14.15 2.72 15.79 2.66 17 3.86 L 20.18 7.04 C 21.3 8.17 21.23 9.93 20.02 10.7 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 14.711 19.95 L 5.991 20.97 C 5.913 20.98 5.836 20.987 5.761 20.992 C 5.076 21.032 4.906 20.225 5.391 19.739 L 7.981 17.15 C 8.301 16.84 8.301 16.35 7.981 16.04 C 7.681 15.73 7.191 15.73 6.871 16.04 L 4.281 18.629 C 3.796 19.115 2.996 18.944 3.032 18.259 C 3.036 18.187 3.042 18.114 3.051 18.04 L 4.081 9.32 C 4.341 7.14 5.141 6.42 7.441 6.56 L 8.941 6.65 C 9.431 6.68 9.891 6.89 10.241 7.24 L 16.791 13.79 C 17.141 14.14 17.351 14.6 17.371 15.09 L 17.461 16.59 C 17.691 18.9 16.901 19.7 14.711 19.95 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:8914359938},tHtbIT07Q:{svgContentId:11144857639}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1slk5vp\",\"data-framer-name\":\"vuesax/bold/book\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rytTbBGEh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 4.85 L 22 16.74 C 22 17.71 21.21 18.6 20.24 18.72 L 19.93 18.76 C 18.29 18.98 15.98 19.66 14.12 20.44 C 13.47 20.71 12.75 20.22 12.75 19.51 L 12.75 5.6 C 12.75 5.23 12.96 4.89 13.29 4.71 C 15.12 3.72 17.89 2.84 19.77 2.68 L 19.83 2.68 C 21.03 2.68 22 3.65 22 4.85 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 10.71 4.71 C 8.88 3.72 6.11 2.84 4.23 2.68 L 4.16 2.68 C 2.96 2.68 1.99 3.65 1.99 4.85 L 1.99 16.74 C 1.99 17.71 2.78 18.6 3.75 18.72 L 4.06 18.76 C 5.7 18.98 8.01 19.66 9.87 20.44 C 10.52 20.71 11.24 20.22 11.24 19.51 L 11.24 5.6 C 11.24 5.22 11.04 4.89 10.71 4.71 Z M 5 7.74 L 7.25 7.74 C 7.66 7.74 8 8.08 8 8.49 C 8 8.91 7.66 9.24 7.25 9.24 L 5 9.24 C 4.59 9.24 4.25 8.91 4.25 8.49 C 4.25 8.08 4.59 7.74 5 7.74 Z M 8 12.24 L 5 12.24 C 4.59 12.24 4.25 11.91 4.25 11.49 C 4.25 11.08 4.59 10.74 5 10.74 L 8 10.74 C 8.41 10.74 8.75 11.08 8.75 11.49 C 8.75 11.91 8.41 12.24 8 12.24 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:9786669303,withExternalLayout:true,...addPropertyOverrides({\"Rwi6hzEvM-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 4.85 L 22 16.74 C 22 17.71 21.21 18.6 20.24 18.72 L 19.93 18.76 C 18.29 18.98 15.98 19.66 14.12 20.44 C 13.47 20.71 12.75 20.22 12.75 19.51 L 12.75 5.6 C 12.75 5.23 12.96 4.89 13.29 4.71 C 15.12 3.72 17.89 2.84 19.77 2.68 L 19.83 2.68 C 21.03 2.68 22 3.65 22 4.85 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 10.71 4.71 C 8.88 3.72 6.11 2.84 4.23 2.68 L 4.16 2.68 C 2.96 2.68 1.99 3.65 1.99 4.85 L 1.99 16.74 C 1.99 17.71 2.78 18.6 3.75 18.72 L 4.06 18.76 C 5.7 18.98 8.01 19.66 9.87 20.44 C 10.52 20.71 11.24 20.22 11.24 19.51 L 11.24 5.6 C 11.24 5.22 11.04 4.89 10.71 4.71 Z M 5 7.74 L 7.25 7.74 C 7.66 7.74 8 8.08 8 8.49 C 8 8.91 7.66 9.24 7.25 9.24 L 5 9.24 C 4.59 9.24 4.25 8.91 4.25 8.49 C 4.25 8.08 4.59 7.74 5 7.74 Z M 8 12.24 L 5 12.24 C 4.59 12.24 4.25 11.91 4.25 11.49 C 4.25 11.08 4.59 10.74 5 10.74 L 8 10.74 C 8.41 10.74 8.75 11.08 8.75 11.49 C 8.75 11.91 8.41 12.24 8 12.24 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:10159208554},Rwi6hzEvM:{svgContentId:12549991303}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-g3iife\",\"data-framer-name\":\"vuesax/bold/shop\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"f71INuiAM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22.36 8.27 L 22.07 5.5 C 21.65 2.48 20.28 1.25 17.35 1.25 L 14.99 1.25 L 13.51 1.25 L 10.47 1.25 L 8.99 1.25 L 6.59 1.25 C 3.65 1.25 2.29 2.48 1.86 5.53 L 1.59 8.28 C 1.49 9.35 1.78 10.39 2.41 11.2 C 3.17 12.19 4.34 12.75 5.64 12.75 C 6.9 12.75 8.11 12.12 8.87 11.11 C 9.55 12.12 10.71 12.75 12 12.75 C 13.29 12.75 14.42 12.15 15.11 11.15 C 15.88 12.14 17.07 12.75 18.31 12.75 C 19.64 12.75 20.84 12.16 21.59 11.12 C 22.19 10.32 22.46 9.31 22.36 8.27 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 11.351 16.66 C 10.081 16.79 9.121 17.87 9.121 19.15 L 9.121 21.89 C 9.121 22.16 9.341 22.38 9.611 22.38 L 14.381 22.38 C 14.651 22.38 14.871 22.16 14.871 21.89 L 14.871 19.5 C 14.881 17.41 13.651 16.42 11.351 16.66 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path><path d=\"M 21.369 14.398 L 21.369 17.378 C 21.369 20.138 19.129 22.378 16.369 22.378 C 16.099 22.378 15.879 22.158 15.879 21.888 L 15.879 19.498 C 15.879 18.218 15.489 17.218 14.729 16.538 C 14.059 15.928 13.149 15.628 12.019 15.628 C 11.769 15.628 11.519 15.638 11.249 15.668 C 9.469 15.848 8.119 17.348 8.119 19.148 L 8.119 21.888 C 8.119 22.158 7.899 22.378 7.629 22.378 C 4.869 22.378 2.629 20.138 2.629 17.378 L 2.629 14.418 C 2.629 13.718 3.319 13.248 3.969 13.478 C 4.239 13.568 4.509 13.638 4.789 13.678 C 4.909 13.698 5.039 13.718 5.159 13.718 C 5.319 13.738 5.479 13.748 5.639 13.748 C 6.799 13.748 7.939 13.318 8.839 12.578 C 9.699 13.318 10.819 13.748 11.999 13.748 C 13.189 13.748 14.289 13.338 15.149 12.598 C 16.049 13.328 17.169 13.748 18.309 13.748 C 18.489 13.748 18.669 13.738 18.839 13.718 C 18.959 13.708 19.069 13.698 19.179 13.678 C 19.489 13.638 19.769 13.548 20.049 13.458 C 20.699 13.238 21.369 13.718 21.369 14.398 Z\" fill=\"var(--token-376485fe-ee2c-4f0b-9221-49086a3eaaab, rgb(202, 203, 205)) /* {&quot;name&quot;:&quot;Bottomnav-icon&quot;} */\"></path></svg>',svgContentId:11453962969,withExternalLayout:true,...addPropertyOverrides({\"LtR_XNIce-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22.36 8.27 L 22.07 5.5 C 21.65 2.48 20.28 1.25 17.35 1.25 L 14.99 1.25 L 13.51 1.25 L 10.47 1.25 L 8.99 1.25 L 6.59 1.25 C 3.65 1.25 2.29 2.48 1.86 5.53 L 1.59 8.28 C 1.49 9.35 1.78 10.39 2.41 11.2 C 3.17 12.19 4.34 12.75 5.64 12.75 C 6.9 12.75 8.11 12.12 8.87 11.11 C 9.55 12.12 10.71 12.75 12 12.75 C 13.29 12.75 14.42 12.15 15.11 11.15 C 15.88 12.14 17.07 12.75 18.31 12.75 C 19.64 12.75 20.84 12.16 21.59 11.12 C 22.19 10.32 22.46 9.31 22.36 8.27 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 11.351 16.66 C 10.081 16.79 9.121 17.87 9.121 19.15 L 9.121 21.89 C 9.121 22.16 9.341 22.38 9.611 22.38 L 14.381 22.38 C 14.651 22.38 14.871 22.16 14.871 21.89 L 14.871 19.5 C 14.881 17.41 13.651 16.42 11.351 16.66 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path><path d=\"M 21.369 14.398 L 21.369 17.378 C 21.369 20.138 19.129 22.378 16.369 22.378 C 16.099 22.378 15.879 22.158 15.879 21.888 L 15.879 19.498 C 15.879 18.218 15.489 17.218 14.729 16.538 C 14.059 15.928 13.149 15.628 12.019 15.628 C 11.769 15.628 11.519 15.638 11.249 15.668 C 9.469 15.848 8.119 17.348 8.119 19.148 L 8.119 21.888 C 8.119 22.158 7.899 22.378 7.629 22.378 C 4.869 22.378 2.629 20.138 2.629 17.378 L 2.629 14.418 C 2.629 13.718 3.319 13.248 3.969 13.478 C 4.239 13.568 4.509 13.638 4.789 13.678 C 4.909 13.698 5.039 13.718 5.159 13.718 C 5.319 13.738 5.479 13.748 5.639 13.748 C 6.799 13.748 7.939 13.318 8.839 12.578 C 9.699 13.318 10.819 13.748 11.999 13.748 C 13.189 13.748 14.289 13.338 15.149 12.598 C 16.049 13.328 17.169 13.748 18.309 13.748 C 18.489 13.748 18.669 13.738 18.839 13.718 C 18.959 13.708 19.069 13.698 19.179 13.678 C 19.489 13.638 19.769 13.548 20.049 13.458 C 20.699 13.238 21.369 13.718 21.369 14.398 Z\" fill=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\"></path></svg>',svgContentId:12630489896},LtR_XNIce:{svgContentId:8777583497}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yWVFE.framer-v71rmm, .framer-yWVFE .framer-v71rmm { display: block; }\",\".framer-yWVFE.framer-1q09tij { cursor: pointer; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-yWVFE .framer-182951z { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); left: 0px; position: absolute; top: 0px; width: 56px; }\",\".framer-yWVFE .framer-y11agk { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-yWVFE .framer-1i9084s, .framer-yWVFE .framer-1ow4bal, .framer-yWVFE .framer-1p5spbk, .framer-yWVFE .framer-1oe2j0z, .framer-yWVFE .framer-7k18t7, .framer-yWVFE .framer-1jkb54f, .framer-yWVFE .framer-1ni1s1d, .framer-yWVFE .framer-12lclwo, .framer-yWVFE .framer-1slk5vp { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-yWVFE .framer-7n0h2b { flex: none; height: 18px; left: 6px; position: absolute; top: 3px; width: 12px; }\",\".framer-yWVFE .framer-g3iife { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dIkbqN0RV\":{\"layout\":[\"fixed\",\"fixed\"]},\"LtR_XNIce\":{\"layout\":[\"fixed\",\"fixed\"]},\"tHtbIT07Q\":{\"layout\":[\"fixed\",\"fixed\"]},\"Rwi6hzEvM\":{\"layout\":[\"fixed\",\"fixed\"]},\"FHqPH84nc\":{\"layout\":[\"fixed\",\"fixed\"]},\"N9fvJpiA0\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ica13oaMz\":{\"layout\":[\"fixed\",\"fixed\"]},\"gLBlbWSIE\":{\"layout\":[\"fixed\",\"fixed\"]},\"tPBXFlg3Z\":{\"layout\":[\"fixed\",\"fixed\"]},\"BTNvHB7Pt\":{\"layout\":[\"fixed\",\"fixed\"]},\"YpqngXW5c\":{\"layout\":[\"fixed\",\"fixed\"]},\"g17ohQZ_j\":{\"layout\":[\"fixed\",\"fixed\"]},\"aogPQyR01\":{\"layout\":[\"fixed\",\"fixed\"]},\"VAlwbje9o\":{\"layout\":[\"fixed\",\"fixed\"]},\"aiVyMvJUr\":{\"layout\":[\"fixed\",\"fixed\"]},\"NCo7TvST5\":{\"layout\":[\"fixed\",\"fixed\"]},\"fpmEu2DHz\":{\"layout\":[\"fixed\",\"fixed\"]},\"KchQY9406\":{\"layout\":[\"fixed\",\"fixed\"]},\"X9srTmzBX\":{\"layout\":[\"fixed\",\"fixed\"]},\"OxbZuW5vt\":{\"layout\":[\"fixed\",\"fixed\"]},\"fYflypMwr\":{\"layout\":[\"fixed\",\"fixed\"]},\"NArmctv5E\":{\"layout\":[\"fixed\",\"fixed\"]},\"wv2hZrPWI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGSy8yr4NJ=withCSS(Component,css,\"framer-yWVFE\");export default FramerGSy8yr4NJ;FramerGSy8yr4NJ.displayName=\"Misc/Nav Icon\";FramerGSy8yr4NJ.defaultProps={height:56,width:56};addPropertyControls(FramerGSy8yr4NJ,{variant:{options:[\"Lxbe25SbC\",\"dIkbqN0RV\",\"LtR_XNIce\",\"tHtbIT07Q\",\"Rwi6hzEvM\",\"FHqPH84nc\",\"N9fvJpiA0\",\"Ica13oaMz\",\"gLBlbWSIE\",\"tPBXFlg3Z\",\"BTNvHB7Pt\",\"YpqngXW5c\"],optionTitles:[\"Home\",\"Projects\",\"Shop\",\"Writing\",\"Bookshelf\",\"Songs\",\"Playground\",\"Toolstack\",\"About\",\"Journey\",\"Links\",\"Contact\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGSy8yr4NJ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGSy8yr4NJ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"56\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dIkbqN0RV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LtR_XNIce\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tHtbIT07Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Rwi6hzEvM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FHqPH84nc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N9fvJpiA0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ica13oaMz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gLBlbWSIE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tPBXFlg3Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BTNvHB7Pt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YpqngXW5c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g17ohQZ_j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aogPQyR01\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VAlwbje9o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aiVyMvJUr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NCo7TvST5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fpmEu2DHz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KchQY9406\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X9srTmzBX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OxbZuW5vt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fYflypMwr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NArmctv5E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wv2hZrPWI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GSy8yr4NJ.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MiscNavIconExpanded from\"https://framerusercontent.com/modules/fiOFX0qZ8SpmBMkXzxdj/8sRMarNRVJwmS98H4C2G/G5MFvb4EC.js\";import MiscNavIcon from\"https://framerusercontent.com/modules/bD83SEzqulqaRX3QBhfX/YxMVrgLtIR7n8V7mx5bO/GSy8yr4NJ.js\";const MiscNavIconFonts=getFonts(MiscNavIcon);const MiscNavIconExpandedFonts=getFonts(MiscNavIconExpanded);const enabledGestures={jd_N4EJZS:{hover:true}};const cycleOrder=[\"jd_N4EJZS\",\"ywIgToVtp\"];const serializationHash=\"framer-zocku\";const variantClassNames={jd_N4EJZS:\"framer-v-1pbko64\",ywIgToVtp:\"framer-v-883aog\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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={\"Variant 2\":\"ywIgToVtp\",Default:\"jd_N4EJZS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"jd_N4EJZS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jd_N4EJZS\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"jd_N4EJZS-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"jd_N4EJZS-hover\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pbko64\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"jd_N4EJZS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b872d7e3-2ba6-4dc6-8e02-71ace6674a75, rgba(12, 19, 27, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-95fa5252-2e4e-43e6-983f-e40c7e5e61f9, rgb(255, 255, 255))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,boxShadow:\"none\",...style},variants:{\"jd_N4EJZS-hover\":{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 0.6767630924950936px 0.4060578554970562px -1px rgba(12, 20, 28, 0.06209), 0px 2.05233022163884px 1.2313981329833041px -2px rgba(12, 20, 28, 0.05821), 0px 5.425255493261792px 3.2551532959570757px -3px rgba(12, 20, 28, 0.04868), 0px 17px 10.200000000000001px -4px rgba(12, 20, 28, 0.016)\"}},...addPropertyOverrides({\"jd_N4EJZS-hover\":{\"data-framer-name\":undefined},ywIgToVtp:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-16-56)/2+0+0),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y63df8-container\",layoutDependency:layoutDependency,layoutId:\"jd_N4EJZSanDAWC5Th-container\",children:/*#__PURE__*/_jsx(MiscNavIcon,{height:\"100%\",id:\"jd_N4EJZSanDAWC5Th\",layoutId:\"jd_N4EJZSanDAWC5Th\",style:{height:\"100%\",width:\"100%\"},variant:\"Lxbe25SbC\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"jd_N4EJZS-hover\":{height:56,width:\"207px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-16-56)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x13vuz-container\",layoutDependency:layoutDependency,layoutId:\"BTsLCG2mz-container\",children:/*#__PURE__*/_jsx(MiscNavIconExpanded,{height:\"100%\",id:\"BTsLCG2mz\",layoutId:\"BTsLCG2mz\",style:{height:\"100%\",width:\"100%\"},um1QZqQtW:resolvedLinks[0],variant:\"ys2_TMKwg\",width:\"100%\",...addPropertyOverrides({\"jd_N4EJZS-hover\":{um1QZqQtW:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zocku.framer-1gr53mc, .framer-zocku .framer-1gr53mc { display: block; }\",\".framer-zocku.framer-1pbko64 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zocku .framer-1y63df8-container { flex: none; height: 56px; position: relative; width: 56px; }\",\".framer-zocku .framer-x13vuz-container { flex: none; height: 56px; position: relative; width: 207px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zocku.framer-1pbko64 { gap: 0px; } .framer-zocku.framer-1pbko64 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zocku.framer-1pbko64 > :first-child { margin-top: 0px; } .framer-zocku.framer-1pbko64 > :last-child { margin-bottom: 0px; } }\",\".framer-zocku.framer-v-883aog.framer-1pbko64 { cursor: unset; }\",\".framer-zocku.framer-v-1pbko64.hover.framer-1pbko64 { gap: 0px; }\",\".framer-zocku.framer-v-1pbko64.hover .framer-x13vuz-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zocku.framer-v-1pbko64.hover.framer-1pbko64 { gap: 0px; } .framer-zocku.framer-v-1pbko64.hover.framer-1pbko64 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zocku.framer-v-1pbko64.hover.framer-1pbko64 > :first-child { margin-top: 0px; } .framer-zocku.framer-v-1pbko64.hover.framer-1pbko64 > :last-child { margin-bottom: 0px; } }\",'.framer-zocku[data-border=\"true\"]::after, .framer-zocku [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 72\n * @framerIntrinsicWidth 72\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ywIgToVtp\":{\"layout\":[\"auto\",\"auto\"]},\"NhhvnKwCY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermLCy54vFD=withCSS(Component,css,\"framer-zocku\");export default FramermLCy54vFD;FramermLCy54vFD.displayName=\"Misc/Expandable Nav\";FramermLCy54vFD.defaultProps={height:72,width:72};addPropertyControls(FramermLCy54vFD,{variant:{options:[\"jd_N4EJZS\",\"ywIgToVtp\"],optionTitles:[\"Default\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermLCy54vFD,[{explicitInter:true,fonts:[]},...MiscNavIconFonts,...MiscNavIconExpandedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermLCy54vFD\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"72\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ywIgToVtp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NhhvnKwCY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"72\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MiscNavIconExpanded from\"https://framerusercontent.com/modules/fiOFX0qZ8SpmBMkXzxdj/8sRMarNRVJwmS98H4C2G/G5MFvb4EC.js\";const MiscNavIconExpandedFonts=getFonts(MiscNavIconExpanded);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"bBeekYS4X\",\"gmcC30Qrc\"];const serializationHash=\"framer-L7ywd\";const variantClassNames={bBeekYS4X:\"framer-v-1ika39z\",gmcC30Qrc:\"framer-v-1ci6ivs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={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:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:140,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!==null&&value!==void 0?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={Mobile:\"gmcC30Qrc\",Tablet:\"bBeekYS4X\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bBeekYS4X\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bBeekYS4X\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1ika39z\",className,classNames),\"data-framer-name\":\"Tablet\",layoutDependency:layoutDependency,layoutId:\"bBeekYS4X\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gmcC30Qrc:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-ljlnfz\",\"data-border\":true,\"data-framer-name\":\"Misc/Menu Bar - tab or mobile\",\"data-highlight\":true,id:`${layoutId}-ljlnfz`,layoutDependency:layoutDependency,layoutId:\"OaehC55hO\",onTap:onTapizu9gt({overlay}),ref:ref2,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-74082fba-a04b-494b-9929-23114b8064f7, rgba(12, 19, 27, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-95fa5252-2e4e-43e6-983f-e40c7e5e61f9, rgb(255, 255, 255))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,boxShadow:\"0px 0.7706121473730309px 0.7706121473730309px -0.75px rgba(12, 20, 28, 0.11763), 0px 2.098581519347499px 2.098581519347499px -1.5px rgba(12, 20, 28, 0.11354), 0px 4.607725472128369px 4.607725472128369px -2.25px rgba(12, 20, 28, 0.10582), 0px 10.228098487462267px 10.228098487462267px -3px rgba(12, 20, 28, 0.08853), 0px 26px 26px -3.75px rgba(12, 20, 28, 0.04)\"},...addPropertyOverrides({gmcC30Qrc:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vx0ptj\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"UrgGW2Wjw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1sg7cvf\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VYJ0gFWyJ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 14 16 L 26 16\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 14 20 L 26 20\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 14 24 L 26 24\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9757257262,withExternalLayout:true,...addPropertyOverrides({gmcC30Qrc:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 7 8 L 13 8\" fill=\"transparent\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 7 10 L 13 10\" fill=\"transparent\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 7 12 L 13 12\" fill=\"transparent\" stroke=\"var(--token-8056d279-4388-496c-b0ab-8ec93edb0b33, rgb(12, 19, 27)) /* {&quot;name&quot;:&quot;text color&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9686423594}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-ljlnfz`,offsetX:-111.0000582463108,offsetY:16.00001376448199,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-o0eim2\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"pDzEoAb84\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"var(--token-95fa5252-2e4e-43e6-983f-e40c7e5e61f9, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cpww3c\",\"data-framer-name\":\"Navigation Items\",layoutDependency:layoutDependency,layoutId:\"Ad1l6aNKw\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"251px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-12+12+0+0,...addPropertyOverrides({gmcC30Qrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-22+12+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10zow0m-container\",layoutDependency:layoutDependency,layoutId:\"M_vpMsobf-container\",children:/*#__PURE__*/_jsx(MiscNavIconExpanded,{height:\"100%\",id:\"M_vpMsobf\",layoutId:\"M_vpMsobf\",style:{height:\"100%\",width:\"100%\"},um1QZqQtW:resolvedLinks[0],variant:\"ys2_TMKwg\",width:\"100%\",...addPropertyOverrides({gmcC30Qrc:{um1QZqQtW:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L7ywd.framer-16t3csk, .framer-L7ywd .framer-16t3csk { display: block; }\",\".framer-L7ywd.framer-1ika39z { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; min-height: 60px; overflow: visible; padding: 0px; position: relative; width: 56px; }\",\".framer-L7ywd .framer-ljlnfz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 8px; position: relative; top: 0px; width: min-content; z-index: 1; }\",\".framer-L7ywd .framer-vx0ptj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-L7ywd .framer-1sg7cvf { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-L7ywd .framer-o0eim2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: auto; padding: 12px 0px 12px 0px; position: relative; width: 283px; }\",\".framer-L7ywd .framer-1cpww3c { 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: 251px; }\",\".framer-L7ywd .framer-10zow0m-container { flex: none; height: 56px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-L7ywd.framer-1ika39z, .framer-L7ywd .framer-ljlnfz, .framer-L7ywd .framer-vx0ptj, .framer-L7ywd .framer-o0eim2, .framer-L7ywd .framer-1cpww3c { gap: 0px; } .framer-L7ywd.framer-1ika39z > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-L7ywd.framer-1ika39z > :first-child, .framer-L7ywd .framer-1cpww3c > :first-child { margin-top: 0px; } .framer-L7ywd.framer-1ika39z > :last-child, .framer-L7ywd .framer-1cpww3c > :last-child { margin-bottom: 0px; } .framer-L7ywd .framer-ljlnfz > *, .framer-L7ywd .framer-o0eim2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-L7ywd .framer-ljlnfz > :first-child, .framer-L7ywd .framer-vx0ptj > :first-child, .framer-L7ywd .framer-o0eim2 > :first-child { margin-left: 0px; } .framer-L7ywd .framer-ljlnfz > :last-child, .framer-L7ywd .framer-vx0ptj > :last-child, .framer-L7ywd .framer-o0eim2 > :last-child { margin-right: 0px; } .framer-L7ywd .framer-vx0ptj > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-L7ywd .framer-1cpww3c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-L7ywd.framer-v-1ci6ivs.framer-1ika39z { height: 36px; min-height: unset; width: 36px; }\",\".framer-L7ywd.framer-v-1ci6ivs .framer-ljlnfz { left: 50%; top: 50%; }\",\".framer-L7ywd.framer-v-1ci6ivs .framer-1sg7cvf { height: 20px; width: 20px; }\",'.framer-L7ywd[data-border=\"true\"]::after, .framer-L7ywd [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 60\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gmcC30Qrc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerq26bs7mVI=withCSS(Component,css,\"framer-L7ywd\");export default Framerq26bs7mVI;Framerq26bs7mVI.displayName=\"Misc/Nav - Mobile and Tablet\";Framerq26bs7mVI.defaultProps={height:60,width:56};addPropertyControls(Framerq26bs7mVI,{variant:{options:[\"bBeekYS4X\",\"gmcC30Qrc\"],optionTitles:[\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerq26bs7mVI,[{explicitInter:true,fonts:[]},...MiscNavIconExpandedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerq26bs7mVI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gmcC30Qrc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"56\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "checkOverflow", "window", "htmlObserver", "mutations", "mutation", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "um1QZqQtW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerG5MFvb4EC", "withCSS", "G5MFvb4EC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerGSy8yr4NJ", "withCSS", "GSy8yr4NJ_default", "addPropertyControls", "ControlType", "addFonts", "MiscNavIconFonts", "getFonts", "GSy8yr4NJ_default", "MiscNavIconExpandedFonts", "G5MFvb4EC_default", "enabledGestures", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "FramermLCy54vFD", "withCSS", "mLCy54vFD_default", "addPropertyControls", "ControlType", "addFonts", "MiscNavIconExpandedFonts", "getFonts", "G5MFvb4EC_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapizu9gt", "overlay", "paginationInfo", "args", "ref1", "pe", "ref2", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "l", "u", "SVG", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "Framerq26bs7mVI", "withCSS", "q26bs7mVI_default", "addPropertyControls", "ControlType", "addFonts"]
}
