{"version":3,"file":"pym19xtu_.CAHTRK6Y.mjs","names":["t","e","i","s","l","u","p","o","n","r","h","a","c","observer","_Fragment","fonts","css","className","fonts","css","className","fonts","css","className","fonts","css","className","addPropertyOverrides","enabledGestures","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","ButtonFonts","Button","FooterLink","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","mask","SVG","getProps","Component","className","css","Icon","SVG","getProps","Component","className","css","addPropertyOverrides","enabledGestures","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","Logo","MenuItem","Button","t","className","Menu","Cancel","css"],"sources":["https:/ga.jspm.io/npm:lenis@1.1.2/dist/lenis.mjs","https:/framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/G8FZBIufdcxDme09PKPy/SmoothScroll_Prod.js","https:/framerusercontent.com/modules/w9qv9e28LQhQBj2KItcz/yDeuIDZzQj5XCd7MXuRf/iQK1eV2pz.js","https:/framerusercontent.com/modules/lReWDEca7yEIOaCIbrnG/bLO6awZ17BKZYLCNMdUJ/Wr9hLb78C.js","https:/framerusercontent.com/modules/8OCNDASVIpdiRt8kaLcI/ZeIvOlOAZ5Hjibpmc2BQ/Y7e2kHsmt.js","https:/framerusercontent.com/modules/swfxDfkqxn5UgUcSGse6/JBVloAZtUJEy42fNsXFy/DB5CPUj7W.js","https:/framerusercontent.com/modules/5kppe0ns3oZggl7rqZVc/IWqnb7udXur5XXOT7Dc7/JyEYnkULz.js","https:/framerusercontent.com/modules/n84Kb1T8dL603tQN7Pre/6P0ntoJpXnVudJa2ORJ9/eB8C6l5Xn.js","https:/framerusercontent.com/modules/bUpgyMqZRKNMdGZeMGPA/fkoodNoUyQNU1zow05Rr/MLH8B4KT_.js","https:/framerusercontent.com/modules/sJ7uMojZ4nLEMG1Umtf3/RgHLSJn57HhcQZHt0Q4p/mZ_FiYlMU.js","https:/framerusercontent.com/modules/pzPUghdcLt6jWSSQTIqc/F39fn4oFgVyVLJ7DUIXS/hP0bcgrEe.js","https:/framerusercontent.com/modules/zjEonJdDWLQARONa1NiY/2y4nsXNEHs6maHqh6jqU/pA0bu1IhD.js","https:/framerusercontent.com/modules/h092FC83kuFF4zK1oZzW/40E18PPCyq9pgvsx0Ks7/xKV_A12aO.js","https:/framerusercontent.com/modules/3ysYz912EHULA1hLMQpr/BxPZKJ7p8xGtIXSziQCj/pym19xtu_.js"],"sourcesContent":["function clamp(t,e,i){return Math.max(t,Math.min(e,i))}class Animate{advance(t){if(!this.isRunning)return;let e=!1;if(this.lerp)this.value=function damp(t,e,i,s){return function lerp(t,e,i){return(1-i)*t+i*e}(t,e,1-Math.exp(-i*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0);else{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}e&&this.stop(),this.onUpdate?.(this.value,e)}stop(){this.isRunning=!1}fromTo(t,e,{lerp:i=.1,duration:s=1,easing:o=(t=>t),onStart:n,onUpdate:r}){this.from=this.value=t,this.to=e,this.lerp=i,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,n?.(),this.onUpdate=r}}class Dimensions{constructor({wrapper:t,content:e,autoResize:i=!0,debounce:s=250}={}){this.wrapper=t,this.content=e,i&&(this.debouncedResize=function debounce(t,e){let i;return function(){let s=arguments,o=this;clearTimeout(i),i=setTimeout((function(){t.apply(o,s)}),e)}}(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(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...e){let i=this.events[t]||[];for(let t=0,s=i.length;t<s;t++)i[t](...e)}on(t,e){return this.events[t]?.push(e)||(this.events[t]=[e]),()=>{this.events[t]=this.events[t]?.filter((t=>e!==t))}}off(t,e){this.events[t]=this.events[t]?.filter((t=>e!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(t,{wheelMultiplier:e=1,touchMultiplier:i=1}){this.element=t,this.wheelMultiplier=e,this.touchMultiplier=i,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,e){return this.emitter.on(t,e)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})};onTouchMove=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t,s=-(e-this.touchStart.x)*this.touchMultiplier,o=-(i-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:s,y:o},this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:t})};onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})};onWheel=e=>{let{deltaX:i,deltaY:s,deltaMode:o}=e;i*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,i*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:i,deltaY:s,event:e})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:t=window,content:e=document.documentElement,wheelEventsTarget:i=t,eventsTarget:s=i,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:r=.075,touchInertiaMultiplier:l=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=!h&&.1,infinite:u=!1,orientation:d=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w=!1,__experimental__naiveDimensions:S=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:t,deltaY:e,event:i})=>{if(i.ctrlKey)return;const s=i.type.includes(\"touch\"),o=i.type.includes(\"wheel\");this.isTouching=\"touchstart\"===i.type||\"touchmove\"===i.type;if(this.options.syncTouch&&s&&\"touchstart\"===i.type&&!this.isStopped&&!this.isLocked)return void this.reset();const n=0===t&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===t;if(n||r)return;let l=i.composedPath();l=l.slice(0,l.indexOf(this.rootElement));const h=this.options.prevent;if(l.find((t=>{var e,i,n,r,l;return(\"function\"==typeof h?null==h?void 0:h(t):h)||(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent\"))||s&&(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent-touch\"))||o&&(null===(n=t.hasAttribute)||void 0===n?void 0:n.call(t,\"data-lenis-prevent-wheel\"))||(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis\"))&&!(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void i.preventDefault();if(!(this.options.syncTouch&&s||this.options.smoothWheel&&o))return this.isScrolling=\"native\",void this.animate.stop();i.preventDefault();let a=e;\"both\"===this.options.gestureOrientation?a=Math.abs(e)>Math.abs(t)?e:t:\"horizontal\"===this.options.gestureOrientation&&(a=t);const c=s&&this.options.syncTouch,u=s&&\"touchend\"===i.type&&Math.abs(a)>5;u&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{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.2\",t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:e,wheelEventsTarget:i,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:r,touchInertiaMultiplier:l,duration:h,easing:a,lerp:c,infinite:u,gestureOrientation:p,orientation:d,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,__experimental__naiveDimensions:S},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:e,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.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.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,e){return this.emitter.on(t,e)}off(t,e){return this.emitter.off(t,e)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit({userData:t={}}={}){this.userData=t,this.emitter.emit(\"scroll\",this),this.userData={}}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 e=t-(this.time||t);this.time=t,this.animate.advance(.001*e)}scrollTo(t,{offset:e=0,immediate:i=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:r=!o&&this.options.lerp,onStart:l,onComplete:h,force:a=!1,programmatic:c=!0,userData:u={}}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(t))t=0;else if([\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let i;if(\"string\"==typeof t?i=document.querySelector(t):(null==t?void 0:t.nodeType)&&(i=t),i){if(this.options.wrapper!==window){const t=this.options.wrapper.getBoundingClientRect();e-=this.isHorizontal?t.left:t.top}const s=i.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t){if(t+=e,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),i)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));t!==this.targetScroll&&(c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:r,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==l||l(this)},onUpdate:(t,e)=>{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),e||this.emit({userData:u}),e&&(this.reset(),this.emit({userData:u}),null==h||h(this),this.__preventNextNativeScrollEvent=!0)}}))}}}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,e){return(t%e+e)%e}(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]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{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);};},[]);useEffect(()=>{const anchorLinks=[...document.querySelectorAll(\"a[href]\")];const handleClick=(e,href)=>{e.preventDefault();const decodedHref=decodeURIComponent(href);lenis.current.scrollTo(decodedHref);};anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.addEventListener(\"click\",e=>handleClick(e,href));});return()=>{anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.removeEventListener(\"click\",e=>handleClick(e,href));});};},[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://framer.university?utm_source=component).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map","// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter Tight-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-fWvEq .framer-styles-preset-1ll8lnj:not(.rich-text-wrapper), .framer-fWvEq .framer-styles-preset-1ll8lnj.rich-text-wrapper p { --framer-font-family: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 32px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-0d78775f-478f-40e2-a428-81b161bdc522, #ff4800); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-fWvEq\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter Tight-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Inter Tight\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}];export const css=['.framer-i64o2 .framer-styles-preset-yx98sj:not(.rich-text-wrapper), .framer-i64o2 .framer-styles-preset-yx98sj.rich-text-wrapper p { --framer-font-family: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aefc2bb2-5c17-41e5-b4dc-6d52ec819234, #71717a); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-i64o2\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-WZqLg .framer-styles-preset-bgayse:not(.rich-text-wrapper), .framer-WZqLg .framer-styles-preset-bgayse.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, #ffffff) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-WZqLg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-tIZ0g .framer-styles-preset-46zxtr:not(.rich-text-wrapper), .framer-tIZ0g .framer-styles-preset-46zxtr.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-0d78775f-478f-40e2-a428-81b161bdc522, #4f46e5); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, #ffffff); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-tIZ0g\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/swfxDfkqxn5UgUcSGse6/JBVloAZtUJEy42fNsXFy/DB5CPUj7W.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/urZ3awMxtDbEx0yitJA6/OcokU0wsYPR6Wao5M0CG/THebT4CM8.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8OCNDASVIpdiRt8kaLcI/ZeIvOlOAZ5Hjibpmc2BQ/Y7e2kHsmt.js\";const enabledGestures={XfPi1wmxG:{hover:true}};const serializationHash=\"framer-82v8M\";const variantClassNames={XfPi1wmxG:\"framer-v-glcz3s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,linkText,newTab,width,...props})=>{return{...props,LkXYjW9He:newTab??props.LkXYjW9He,pnGUqVuer:link??props.pnGUqVuer,YdMTuW2aH:linkText??props.YdMTuW2aH??\"Link\"};};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,pnGUqVuer,YdMTuW2aH,LkXYjW9He,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XfPi1wmxG\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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-glcz3s\",className,classNames),\"data-framer-name\":\"Footer link\",layoutDependency:layoutDependency,layoutId:\"XfPi1wmxG\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"XfPi1wmxG-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b55z8\",\"data-styles-preset\":\"THebT4CM8\",children:/*#__PURE__*/_jsx(Link,{href:pnGUqVuer,openInNewTab:LkXYjW9He,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bgayse\",\"data-styles-preset\":\"Y7e2kHsmt\",children:\"Link\"})})})}),className:\"framer-4qny6c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oN1FDBWT6\",style:{\"--variable-reference-LkXYjW9He-JyEYnkULz\":LkXYjW9He},text:YdMTuW2aH,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b55z8\",\"data-styles-preset\":\"THebT4CM8\",children:/*#__PURE__*/_jsx(Link,{href:pnGUqVuer,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-46zxtr\",\"data-styles-preset\":\"DB5CPUj7W\",children:\"Link\"})})})}),className:\"framer-1rvsq1c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"icn_H2qPK\",text:YdMTuW2aH,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"XfPi1wmxG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b55z8\",\"data-styles-preset\":\"THebT4CM8\",children:/*#__PURE__*/_jsx(Link,{href:pnGUqVuer,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bgayse\",\"data-styles-preset\":\"Y7e2kHsmt\",children:\"Link\"})})})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-82v8M.framer-1ichorh, .framer-82v8M .framer-1ichorh { display: block; }\",\".framer-82v8M.framer-glcz3s { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-82v8M .framer-4qny6c, .framer-82v8M .framer-1rvsq1c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-82v8M.framer-glcz3s { gap: 0px; } .framer-82v8M.framer-glcz3s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-82v8M.framer-glcz3s > :first-child { margin-top: 0px; } .framer-82v8M.framer-glcz3s > :last-child { margin-bottom: 0px; } }\",\".framer-82v8M.framer-v-glcz3s.hover.framer-glcz3s { justify-content: flex-end; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"UDTnlY0hv\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"pnGUqVuer\":\"link\",\"YdMTuW2aH\":\"linkText\",\"LkXYjW9He\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJyEYnkULz=withCSS(Component,css,\"framer-82v8M\");export default FramerJyEYnkULz;FramerJyEYnkULz.displayName=\"Footer link\";FramerJyEYnkULz.defaultProps={height:36,width:44};addPropertyControls(FramerJyEYnkULz,{pnGUqVuer:{title:\"Link\",type:ControlType.Link},YdMTuW2aH:{defaultValue:\"Link\",displayTextArea:false,title:\"Link text\",type:ControlType.String},LkXYjW9He:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerJyEYnkULz,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJyEYnkULz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UDTnlY0hv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"pnGUqVuer\\\":\\\"link\\\",\\\"YdMTuW2aH\\\":\\\"linkText\\\",\\\"LkXYjW9He\\\":\\\"newTab\\\"}\",\"framerIntrinsicWidth\":\"44\",\"framerIntrinsicHeight\":\"36\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (de48785)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/G8FZBIufdcxDme09PKPy/SmoothScroll_Prod.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/w9qv9e28LQhQBj2KItcz/yDeuIDZzQj5XCd7MXuRf/iQK1eV2pz.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/urZ3awMxtDbEx0yitJA6/OcokU0wsYPR6Wao5M0CG/THebT4CM8.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/lReWDEca7yEIOaCIbrnG/bLO6awZ17BKZYLCNMdUJ/Wr9hLb78C.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8OCNDASVIpdiRt8kaLcI/ZeIvOlOAZ5Hjibpmc2BQ/Y7e2kHsmt.js\";import FooterLink from\"https://framerusercontent.com/modules/5kppe0ns3oZggl7rqZVc/IWqnb7udXur5XXOT7Dc7/JyEYnkULz.js\";import Button from\"https://framerusercontent.com/modules/rDsQrWBRCbzdxPN9Cxif/ufmDOqVrMHYkpo2dSfU5/sqm2COJE7.js\";const ButtonFonts=getFonts(Button);const FooterLinkFonts=getFonts(FooterLink);const SmoothScrollFonts=getFonts(SmoothScroll);const cycleOrder=[\"CzAh83B1Z\",\"ctKnZ_2Km\",\"H5YHIiZnp\"];const serializationHash=\"framer-IilgU\";const variantClassNames={ctKnZ_2Km:\"framer-v-1t5ttrn\",CzAh83B1Z:\"framer-v-eagg0i\",H5YHIiZnp:\"framer-v-1xytoeg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"CzAh83B1Z\",Phone:\"H5YHIiZnp\",Tablet:\"ctKnZ_2Km\"};const getProps=({height,id,visible,width,...props})=>{return{...props,mwAVZx6C3:visible??props.mwAVZx6C3??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"CzAh83B1Z\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,mwAVZx6C3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CzAh83B1Z\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"H5YHIiZnp\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"H5YHIiZnp\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-eagg0i\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CzAh83B1Z\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(183, 161, 232, 0.8)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-55071dc9-92d0-4cdb-8ef9-67f5658ea748, rgb(9, 9, 11))\",...style},...addPropertyOverrides({ctKnZ_2Km:{\"data-framer-name\":\"Tablet\"},H5YHIiZnp:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ks4u5\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"PW95zUy64\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yn8uex\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Sb8vqbc4n\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10qb4c4\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"tlf0lRLau\",children:mwAVZx6C3&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d2xeb\",layoutDependency:layoutDependency,layoutId:\"USFagbm1M\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--framer-root-font-size, 1rem) * 1.8)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, rgb(255, 255, 255)))\"},children:\"Clear design starts with a clear conversation.\"})}),className:\"framer-6hx4d6\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KgjzQbmlG\",style:{\"--extracted-a0htzi\":\"var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({H5YHIiZnp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtMzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, rgb(255, 255, 255)))\"},children:\"Clear design starts with a clear conversation.\"})}),fonts:[\"GF;Inter Tight-300\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined},{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined},{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+0+58.8,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+0+0+0+0},H5YHIiZnp:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+0+0+0+0+41}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vo1l1c-container\",layoutDependency:layoutDependency,layoutId:\"dJmFumqs5-container\",nodeId:\"dJmFumqs5\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(Button,{gy1ASaLJE:\"var(--token-660e04ac-d2b1-40b5-8658-8911fd50db13, rgb(96, 49, 201))\",height:\"100%\",id:\"dJmFumqs5\",layoutId:\"dJmFumqs5\",LM_zkZ90I:resolvedLinks[0],SbxfN1EwY:true,style:{height:\"100%\"},v7ZhvR4tE:\"Let’s Talk\",variant:\"Qjuzl77Ec\",width:\"100%\",xCzZImOY5:\"rgba(97, 49, 201, 0.15)\",...addPropertyOverrides({ctKnZ_2Km:{LM_zkZ90I:resolvedLinks[1]},H5YHIiZnp:{LM_zkZ90I:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17ezsxy\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"sMFpYFJ8z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13zm4mk\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"L44OuHngj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ll8lnj\",\"data-styles-preset\":\"iQK1eV2pz\",children:\"Explore\"})}),className:\"framer-1fpakh4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mmui3U_Z7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o2BKdvRwK\"},implicitPathVariables:undefined},{href:{webPageId:\"o2BKdvRwK\"},implicitPathVariables:undefined},{href:{webPageId:\"o2BKdvRwK\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+44,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+44},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17v7kvr-container\",layoutDependency:layoutDependency,layoutId:\"keYaAq_jU-container\",nodeId:\"keYaAq_jU\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"keYaAq_jU\",layoutId:\"keYaAq_jU\",LkXYjW9He:false,pnGUqVuer:resolvedLinks1[0],style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"About\",...addPropertyOverrides({ctKnZ_2Km:{pnGUqVuer:resolvedLinks1[1]},H5YHIiZnp:{pnGUqVuer:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XQQoea3ls\"},implicitPathVariables:undefined},{href:{webPageId:\"XQQoea3ls\"},implicitPathVariables:undefined},{href:{webPageId:\"XQQoea3ls\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+81,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+81},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wy5lya-container\",layoutDependency:layoutDependency,layoutId:\"Ud_HkAbck-container\",nodeId:\"Ud_HkAbck\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"Ud_HkAbck\",layoutId:\"Ud_HkAbck\",LkXYjW9He:false,pnGUqVuer:resolvedLinks2[0],style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Work\",...addPropertyOverrides({ctKnZ_2Km:{pnGUqVuer:resolvedLinks2[1]},H5YHIiZnp:{pnGUqVuer:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gYTiVSiJI\"},implicitPathVariables:undefined},{href:{webPageId:\"gYTiVSiJI\"},implicitPathVariables:undefined},{href:{webPageId:\"gYTiVSiJI\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+118,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+118},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tzp3rc-container\",layoutDependency:layoutDependency,layoutId:\"CAdYvWB41-container\",nodeId:\"CAdYvWB41\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"CAdYvWB41\",layoutId:\"CAdYvWB41\",LkXYjW9He:false,pnGUqVuer:resolvedLinks3[0],style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Services\",...addPropertyOverrides({ctKnZ_2Km:{pnGUqVuer:resolvedLinks3[1]},H5YHIiZnp:{pnGUqVuer:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined},{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined},{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+155,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+155},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+155}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2izmo1-container\",layoutDependency:layoutDependency,layoutId:\"LxjmypsZD-container\",nodeId:\"LxjmypsZD\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"LxjmypsZD\",layoutId:\"LxjmypsZD\",LkXYjW9He:false,pnGUqVuer:resolvedLinks4[0],style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Contact\",...addPropertyOverrides({ctKnZ_2Km:{pnGUqVuer:resolvedLinks4[1]},H5YHIiZnp:{pnGUqVuer:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HkUVk8Fl5\"},implicitPathVariables:undefined},{href:{webPageId:\"HkUVk8Fl5\"},implicitPathVariables:undefined},{href:{webPageId:\"HkUVk8Fl5\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+192,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+192},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1zoxiy-container\",layoutDependency:layoutDependency,layoutId:\"q6Msclt9l-container\",nodeId:\"q6Msclt9l\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"q6Msclt9l\",layoutId:\"q6Msclt9l\",LkXYjW9He:false,pnGUqVuer:resolvedLinks5[0],style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"FAQs\",...addPropertyOverrides({ctKnZ_2Km:{pnGUqVuer:resolvedLinks5[1]},H5YHIiZnp:{pnGUqVuer:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nuil7z\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"k9RZx57ZD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ll8lnj\",\"data-styles-preset\":\"iQK1eV2pz\",children:\"Say Hello\"})}),className:\"framer-1ortch9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aQrSYOWNj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+44,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+44},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15847uk-container\",layoutDependency:layoutDependency,layoutId:\"Vq4oIAFIu-container\",nodeId:\"Vq4oIAFIu\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"Vq4oIAFIu\",layoutId:\"Vq4oIAFIu\",LkXYjW9He:true,pnGUqVuer:\"https://www.instagram.com/usmandzyns/profilecard/?igsh=dDJpamdwd2lqOHBt\",style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Instagram\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+81,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+81},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uwdepn-container\",layoutDependency:layoutDependency,layoutId:\"zEv0VCuah-container\",nodeId:\"zEv0VCuah\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"zEv0VCuah\",layoutId:\"zEv0VCuah\",LkXYjW9He:true,pnGUqVuer:\"https://www.facebook.com/share/19m2Wkai5j/?mibextid=wwXIfr\",style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Facebook\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+118,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+118},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ci8dug-container\",layoutDependency:layoutDependency,layoutId:\"L3fOFLRiC-container\",nodeId:\"L3fOFLRiC\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"L3fOFLRiC\",layoutId:\"L3fOFLRiC\",LkXYjW9He:true,pnGUqVuer:\"https://www.linkedin.com/company/usmandesigns/\",style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"LinkedIn\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+155,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+155},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+155}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kw3vmc-container\",layoutDependency:layoutDependency,layoutId:\"M6YmzUNR0-container\",nodeId:\"M6YmzUNR0\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"M6YmzUNR0\",layoutId:\"M6YmzUNR0\",LkXYjW9He:true,pnGUqVuer:\"https://x.com/usmandezyns?s=21&t=TcMSugQcYhefBOlz9CebGw\",style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"X (Formerly Twitter)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-140-1307)/2+0+0)+0+0+0+0+0+192,...addPropertyOverrides({ctKnZ_2Km:{y:(componentViewport?.y||0)+104+(((componentViewport?.height||200)-144-1033)/2+0+0)+0+0+0+96+0+0+192},H5YHIiZnp:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-64-971.2)/2+0+0)+0+0+0+336.2+0+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-isaq5x-container\",layoutDependency:layoutDependency,layoutId:\"J32pmT0sp-container\",nodeId:\"J32pmT0sp\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"J32pmT0sp\",layoutId:\"J32pmT0sp\",LkXYjW9He:true,pnGUqVuer:\"https://www.behance.net/muhammadusman135\",style:{height:\"100%\"},width:\"100%\",YdMTuW2aH:\"Behance\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rph4y2\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"koC0SPWve\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ll8lnj\",\"data-styles-preset\":\"iQK1eV2pz\",children:\"Email Me @\"})}),className:\"framer-1vzxw1n\",\"data-framer-name\":\"Contact\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R284hQXqK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19gtidc\",\"data-framer-name\":\"Footer link\",layoutDependency:layoutDependency,layoutId:\"Fl3esq6oV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b55z8\",\"data-styles-preset\":\"THebT4CM8\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@usmandesigns.net\",motionChild:true,nodeId:\"RJdP3PQlD\",openInNewTab:true,relValues:[],scopeId:\"eB8C6l5Xn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bgayse\",\"data-styles-preset\":\"Y7e2kHsmt\",children:\"info@usmandesigns.net\"})})})}),className:\"framer-1vxrm61\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RJdP3PQlD\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10hwz0p\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"yKXgwbpxK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ll8lnj\",\"data-styles-preset\":\"iQK1eV2pz\",style:{\"--framer-text-alignment\":\"center\"},children:\"Email Me @\"})}),className:\"framer-g25x4l\",\"data-framer-name\":\"Contact\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HvWmWVbvA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b55z8\",\"data-styles-preset\":\"THebT4CM8\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@usmandesigns.net\",motionChild:true,nodeId:\"CevNgqadX\",openInNewTab:true,relValues:[],scopeId:\"eB8C6l5Xn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bgayse\",\"data-styles-preset\":\"Y7e2kHsmt\",children:\"info@usmandesigns.net\"})})})}),className:\"framer-1p82d2u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CevNgqadX\",verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vwzxmm\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"pZ0CDKnPw\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"FMeoHFx_w\",openInNewTab:false,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fspaoa framer-2ocmnp\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"FMeoHFx_w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"151px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(183, 160, 232, 0.23))\"},children:\"USMAN DESIGNS\"})}),className:\"framer-1wju3zr\",fonts:[\"GF;Inter Tight-700\"],layoutDependency:layoutDependency,layoutId:\"NdK1ZQJbf\",style:{\"--extracted-r6o4lv\":\"rgba(183, 160, 232, 0.23)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ctKnZ_2Km:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"86px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(183, 160, 232, 0.23))\"},children:\"USMAN DESIGNS\"})})},H5YHIiZnp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(183, 160, 232, 0.23))\"},children:\"USMAN DESIGNS\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hty8ws\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Xs01E5Ls4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yx98sj\",\"data-styles-preset\":\"Wr9hLb78C\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aefc2bb2-5c17-41e5-b4dc-6d52ec819234, rgb(113, 113, 122)))\"},children:\"\\xa9 2025 . All rights reserved.\"})}),className:\"framer-1qrjx1a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i7g7BS_UE\",style:{\"--extracted-r6o4lv\":\"var(--token-aefc2bb2-5c17-41e5-b4dc-6d52ec819234, rgb(113, 113, 122))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ctKnZ_2Km:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yx98sj\",\"data-styles-preset\":\"Wr9hLb78C\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aefc2bb2-5c17-41e5-b4dc-6d52ec819234, rgb(113, 113, 122)))\"},children:\"\\xa9 2025 . All rights reserved.\"})})},H5YHIiZnp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aefc2bb2-5c17-41e5-b4dc-6d52ec819234, rgb(113, 113, 122)))\"},children:\"\\xa9 2025 . All rights reserved.\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uko8p4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wBvkSGTiC-container\",nodeId:\"wBvkSGTiC\",rendersWithMotion:true,scopeId:\"eB8C6l5Xn\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"wBvkSGTiC\",intensity:5,layoutId:\"wBvkSGTiC\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IilgU.framer-2ocmnp, .framer-IilgU .framer-2ocmnp { display: block; }\",\".framer-IilgU.framer-eagg0i { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 40px 0px; position: relative; width: 1440px; }\",\".framer-IilgU .framer-1ks4u5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-IilgU .framer-yn8uex { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IilgU .framer-10qb4c4 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-IilgU .framer-d2xeb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-IilgU .framer-6hx4d6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 505px; word-break: break-word; word-wrap: break-word; }\",\".framer-IilgU .framer-vo1l1c-container { flex: none; height: 56px; position: relative; width: auto; }\",\".framer-IilgU .framer-17ezsxy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-IilgU .framer-13zm4mk, .framer-IilgU .framer-1nuil7z, .framer-IilgU .framer-rph4y2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-IilgU .framer-1fpakh4, .framer-IilgU .framer-1ortch9, .framer-IilgU .framer-1vzxw1n, .framer-IilgU .framer-1vxrm61, .framer-IilgU .framer-1p82d2u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IilgU .framer-17v7kvr-container, .framer-IilgU .framer-1wy5lya-container, .framer-IilgU .framer-1tzp3rc-container, .framer-IilgU .framer-2izmo1-container, .framer-IilgU .framer-1zoxiy-container, .framer-IilgU .framer-15847uk-container, .framer-IilgU .framer-1uwdepn-container, .framer-IilgU .framer-1ci8dug-container, .framer-IilgU .framer-kw3vmc-container, .framer-IilgU .framer-isaq5x-container { flex: none; height: 25px; position: relative; width: auto; }\",\".framer-IilgU .framer-19gtidc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 25px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-IilgU .framer-10hwz0p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-IilgU .framer-g25x4l { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IilgU .framer-1vwzxmm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-IilgU .framer-1fspaoa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-IilgU .framer-1wju3zr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1200px; word-break: break-word; word-wrap: break-word; }\",\".framer-IilgU .framer-hty8ws { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IilgU .framer-1qrjx1a { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-IilgU .framer-1uko8p4-container { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; width: auto; z-index: 1; }\",\".framer-IilgU.framer-v-1t5ttrn.framer-eagg0i { gap: 60px; padding: 104px 0px 40px 0px; width: 810px; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-yn8uex { flex-direction: column; gap: 40px; max-width: 700px; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-10qb4c4 { align-self: unset; gap: 40px; height: min-content; justify-content: center; width: 100%; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-d2xeb { flex-direction: row; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-17ezsxy, .framer-IilgU.framer-v-1t5ttrn .framer-1qrjx1a, .framer-IilgU.framer-v-1xytoeg .framer-1qrjx1a { flex: none; width: 100%; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-1fspaoa { gap: 16px; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-1wju3zr { max-width: 700px; width: 100%; }\",\".framer-IilgU.framer-v-1t5ttrn .framer-hty8ws { align-content: center; align-items: center; flex-direction: column; gap: 16px; }\",\".framer-IilgU.framer-v-1xytoeg.framer-eagg0i { gap: 34px; padding: 24px 0px 40px 0px; width: 390px; }\",\".framer-IilgU.framer-v-1xytoeg .framer-yn8uex { flex-direction: column; gap: 24px; }\",\".framer-IilgU.framer-v-1xytoeg .framer-10qb4c4 { align-self: unset; gap: 24px; height: min-content; justify-content: center; order: 0; width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-d2xeb { gap: 16px; width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-6hx4d6, .framer-IilgU.framer-v-1xytoeg .framer-vo1l1c-container { width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-17ezsxy { flex: none; order: 2; width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-10hwz0p { flex: none; order: 1; width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-1fspaoa { gap: 24px; }\",\".framer-IilgU.framer-v-1xytoeg .framer-1wju3zr { max-width: 350px; width: 100%; }\",\".framer-IilgU.framer-v-1xytoeg .framer-hty8ws { align-content: center; align-items: center; flex-direction: column; gap: 24px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-IilgU[data-border=\"true\"]::after, .framer-IilgU [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 674\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ctKnZ_2Km\":{\"layout\":[\"fixed\",\"auto\"]},\"H5YHIiZnp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mwAVZx6C3\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramereB8C6l5Xn=withCSS(Component,css,\"framer-IilgU\");export default FramereB8C6l5Xn;FramereB8C6l5Xn.displayName=\"Footer\";FramereB8C6l5Xn.defaultProps={height:674,width:1440};addPropertyControls(FramereB8C6l5Xn,{variant:{options:[\"CzAh83B1Z\",\"ctKnZ_2Km\",\"H5YHIiZnp\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},mwAVZx6C3:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramereB8C6l5Xn,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qWSRToK8EPg.woff2\",weight:\"300\"},{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\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqWSRToK8EPg.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...ButtonFonts,...FooterLinkFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereB8C6l5Xn\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"mwAVZx6C3\\\":\\\"visible\\\"}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ctKnZ_2Km\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H5YHIiZnp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"674\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eB8C6l5Xn.map","// Generated by Framer (6ca5d98)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask='url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 12 L 18 12 L 18 10 L 0 10 Z M 0 7 L 18 7 L 18 5 L 0 5 Z M 0 0 L 0 2 L 18 2 L 18 0 Z\" fill=\"var(--esondr, rgb(0,0,0))\" height=\"12px\" id=\"QNTaq77W3\" transform=\"translate(3 6)\" width=\"18px\"/></svg>\\') alpha no-repeat center / auto var(--framer-icon-mask-mode, add), var(--framer-icon-mask, none)';const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({fill,height,id,width,...props})=>{return{...props,K5AAorpEW:fill??props.K5AAorpEW??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,K5AAorpEW,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-5AVC2\",className),layoutId:layoutId,ref:ref,style:{\"--esondr\":K5AAorpEW,...style}});});const css=[`.framer-5AVC2 { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--esondr); mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"K5AAorpEW\":\"fill\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Menu\",\"color\":{\"type\":\"variable\",\"value\":\"esondr\"},\"set\":{\"localId\":\"vectorSet/DnLsXE00W\",\"id\":\"DnLsXE00W\",\"moduleId\":\"JIScivAkNLgXrcOUxHXD\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-5AVC2\");Icon.displayName=\"Menu\";export default Icon;addPropertyControls(Icon,{K5AAorpEW:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Fill\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"K5AAorpEW\\\":\\\"fill\\\"}\",\"framerIntrinsicHeight\":\"24\",\"framerDisableUnlink\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerImmutableVariables\":\"true\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerVector\":\"{\\\"name\\\":\\\"Menu\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"esondr\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/DnLsXE00W\\\",\\\"id\\\":\\\"DnLsXE00W\\\",\\\"moduleId\\\":\\\"JIScivAkNLgXrcOUxHXD\\\"}}\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6ca5d98)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask='url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 10 0 C 4.47 0 0 4.47 0 10 C 0 15.53 4.47 20 10 20 C 15.53 20 20 15.53 20 10 C 20 4.47 15.53 0 10 0 Z M 10 18 C 5.59 18 2 14.41 2 10 C 2 5.59 5.59 2 10 2 C 14.41 2 18 5.59 18 10 C 18 14.41 14.41 18 10 18 Z M 13.59 5 L 10 8.59 L 6.41 5 L 5 6.41 L 8.59 10 L 5 13.59 L 6.41 15 L 10 11.41 L 13.59 15 L 15 13.59 L 11.41 10 L 15 6.41 Z\" fill=\"var(--esondr, rgb(0,0,0))\" height=\"20px\" id=\"p2W9joOEQ\" transform=\"translate(2 2)\" width=\"20px\"/></svg>\\') alpha no-repeat center / auto var(--framer-icon-mask-mode, add), var(--framer-icon-mask, none)';const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({fill,height,id,width,...props})=>{return{...props,K5AAorpEW:fill??props.K5AAorpEW??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,K5AAorpEW,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-t6OHK\",className),layoutId:layoutId,ref:ref,style:{\"--esondr\":K5AAorpEW,...style}});});const css=[`.framer-t6OHK { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--esondr); mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"K5AAorpEW\":\"fill\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Cancel\",\"color\":{\"type\":\"variable\",\"value\":\"esondr\"},\"set\":{\"localId\":\"vectorSet/DnLsXE00W\",\"id\":\"DnLsXE00W\",\"moduleId\":\"JIScivAkNLgXrcOUxHXD\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-t6OHK\");Icon.displayName=\"Cancel\";export default Icon;addPropertyControls(Icon,{K5AAorpEW:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Fill\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerVector\":\"{\\\"name\\\":\\\"Cancel\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"esondr\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/DnLsXE00W\\\",\\\"id\\\":\\\"DnLsXE00W\\\",\\\"moduleId\\\":\\\"JIScivAkNLgXrcOUxHXD\\\"}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"K5AAorpEW\\\":\\\"fill\\\"}\",\"framerImmutableVariables\":\"true\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (de48785)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={imrNjTLrl:{hover:true}};const serializationHash=\"framer-EGBWH\";const variantClassNames={imrNjTLrl:\"framer-v-faiydy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"imrNjTLrl\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"imrNjTLrl\",openInNewTab:false,scopeId:\"hP0bcgrEe\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-faiydy\",className,classNames)} framer-5icjni`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"imrNjTLrl\",ref:refBinding,style:{...style},...addPropertyOverrides({\"imrNjTLrl-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-gouchh\",layoutDependency:layoutDependency,layoutId:\"N3XgSn0Kj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26.296 42.261\" overflow=\"visible\"><path d=\"M 22.122 0 C 24.427 0 26.296 1.869 26.296 4.174 L 26.296 38.087 C 26.296 40.393 24.427 42.261 22.122 42.261 L 5.739 42.261 C 5.739 39.956 7.608 38.087 9.913 38.087 L 22.122 38.087 L 22.122 4.174 L 11.478 4.174 L 11.478 27.235 C 9.173 27.235 7.304 25.366 7.304 23.061 L 7.304 4.174 C 7.304 1.869 9.173 0 11.478 0 Z M 4.174 30.575 L 14.609 30.575 L 14.609 7.513 C 16.914 7.513 18.783 9.382 18.783 11.687 L 18.783 34.748 L 4.174 34.748 C 1.869 34.748 0 32.88 0 30.575 L 0 4.174 C 0 1.869 1.869 0 4.174 0 L 4.174 30.575 Z\" fill=\"rgb(254,235,203)\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({\"imrNjTLrl-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26.296 42.261\" overflow=\"visible\"><path d=\"M 22.122 0 C 24.427 0 26.296 1.869 26.296 4.174 L 26.296 38.087 C 26.296 40.393 24.427 42.261 22.122 42.261 L 5.739 42.261 C 5.739 39.956 7.608 38.087 9.913 38.087 L 22.122 38.087 L 22.122 4.174 L 11.478 4.174 L 11.478 27.235 C 9.173 27.235 7.304 25.366 7.304 23.061 L 7.304 4.174 C 7.304 1.869 9.173 0 11.478 0 Z M 4.174 30.575 L 14.609 30.575 L 14.609 7.513 C 16.914 7.513 18.783 9.382 18.783 11.687 L 18.783 34.748 L 4.174 34.748 C 1.869 34.748 0 32.88 0 30.575 L 0 4.174 C 0 1.869 1.869 0 4.174 0 L 4.174 30.575 Z\" fill=\"var(--token-0d78775f-478f-40e2-a428-81b161bdc522, rgb(183, 161, 232)) /* {&quot;name&quot;:&quot;Brand color lightest version&quot;} */\"></path></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1w136ke\",layoutDependency:layoutDependency,layoutId:\"Uqj6g047r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.557 42.261\" overflow=\"visible\"><path d=\"M 16.383 0 C 18.688 0 20.557 1.869 20.557 4.174 L 20.557 38.087 C 20.557 40.393 18.688 42.261 16.383 42.261 L 0 42.261 C 0 39.956 1.869 38.087 4.174 38.087 L 16.383 38.087 L 16.383 4.174 L 5.739 4.174 L 5.739 27.235 C 3.434 27.235 1.565 25.366 1.565 23.061 L 1.565 4.174 C 1.565 1.869 3.434 0 5.739 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kz9qwp\",layoutDependency:layoutDependency,layoutId:\"mYIUaLCbj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.783 34.748\" overflow=\"visible\"><path d=\"M 4.174 30.575 L 14.609 30.575 L 14.609 7.513 C 16.914 7.513 18.783 9.382 18.783 11.687 L 18.783 34.748 L 4.174 34.748 C 1.869 34.748 0 32.88 0 30.575 L 0 4.174 C 0 1.869 1.869 0 4.174 0 L 4.174 30.575 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1i16fmd\",layoutDependency:layoutDependency,layoutId:\"dmAdTCqSp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85.932 33.839\" overflow=\"visible\"><path d=\"M 9.899 0.229 L 14.44 0.229 L 14.44 10.945 C 14.44 12.219 14.135 13.321 13.525 14.252 C 12.921 15.178 12.077 15.894 10.993 16.4 C 9.91 16.901 8.652 17.152 7.22 17.152 C 5.777 17.152 4.514 16.901 3.43 16.4 C 2.347 15.894 1.503 15.178 0.898 14.252 C 0.3 13.321 0 12.219 0 10.945 L 0 0.229 L 4.541 0.229 L 4.541 10.553 C 4.541 11.07 4.655 11.533 4.884 11.941 C 5.107 12.338 5.435 12.666 5.832 12.888 C 6.24 13.117 6.703 13.232 7.22 13.232 C 7.743 13.232 8.206 13.117 8.608 12.888 C 9.005 12.666 9.333 12.338 9.556 11.941 C 9.785 11.533 9.899 11.07 9.899 10.552 Z M 25.155 5.456 C 25.112 4.912 24.907 4.487 24.543 4.182 C 24.183 3.877 23.636 3.725 22.901 3.725 C 22.433 3.725 22.049 3.782 21.749 3.896 C 21.455 4.005 21.237 4.155 21.096 4.345 C 20.955 4.534 20.878 4.763 20.875 4.999 C 20.865 5.2 20.9 5.382 20.982 5.546 C 21.069 5.704 21.205 5.848 21.39 5.979 C 21.575 6.104 21.812 6.218 22.1 6.322 C 22.389 6.425 22.732 6.518 23.13 6.599 L 24.502 6.894 C 25.427 7.09 26.22 7.348 26.879 7.669 C 27.537 7.991 28.076 8.369 28.496 8.805 C 28.915 9.235 29.223 9.719 29.419 10.258 C 29.62 10.798 29.723 11.386 29.729 12.023 C 29.723 13.123 29.449 14.054 28.904 14.816 C 28.359 15.578 27.581 16.158 26.568 16.556 C 25.561 16.953 24.349 17.152 22.934 17.152 C 21.48 17.152 20.211 16.937 19.128 16.506 C 18.049 16.076 17.211 15.415 16.612 14.522 C 16.019 13.623 15.719 12.475 15.714 11.075 L 20.026 11.075 C 20.053 11.587 20.181 12.017 20.41 12.366 C 20.639 12.714 20.96 12.978 21.374 13.158 C 21.793 13.338 22.291 13.427 22.868 13.427 C 23.353 13.427 23.758 13.368 24.085 13.248 C 24.412 13.128 24.66 12.962 24.829 12.749 C 24.995 12.544 25.087 12.287 25.09 12.023 C 25.088 11.776 24.998 11.539 24.837 11.353 C 24.679 11.157 24.417 10.983 24.053 10.83 C 23.688 10.672 23.195 10.525 22.574 10.389 L 20.908 10.03 C 19.427 9.709 18.259 9.172 17.404 8.421 C 16.555 7.664 16.133 6.632 16.138 5.325 C 16.133 4.264 16.416 3.335 16.988 2.54 C 17.565 1.74 18.362 1.116 19.381 0.67 C 20.405 0.223 21.578 0 22.901 0 C 24.251 0 25.419 0.226 26.405 0.678 C 27.39 1.13 28.15 1.767 28.684 2.589 C 29.223 3.406 29.495 4.362 29.5 5.456 Z M 30.996 0.229 L 36.648 0.229 L 40.536 9.703 L 40.732 9.703 L 44.62 0.229 L 50.271 0.229 L 50.271 16.956 L 45.828 16.956 L 45.828 7.286 L 45.698 7.286 L 41.973 16.825 L 39.294 16.825 L 35.57 7.22 L 35.439 7.22 L 35.439 16.956 L 30.996 16.956 Z M 56.309 16.956 L 51.408 16.956 L 56.929 0.229 L 63.137 0.229 L 68.658 16.956 L 63.757 16.956 L 60.098 4.835 L 59.968 4.835 Z M 55.394 10.356 L 64.607 10.356 L 64.607 13.754 L 55.394 13.754 Z M 84.282 0.229 L 84.282 16.956 L 80.492 16.956 L 74.448 8.168 L 74.35 8.168 L 74.35 16.956 L 69.809 16.956 L 69.809 0.229 L 73.664 0.229 L 79.61 8.984 L 79.74 8.984 L 79.74 0.229 Z M 4.335 33.63 L 0.273 33.63 L 0.273 21.085 L 4.463 21.085 C 5.693 21.085 6.748 21.336 7.63 21.839 C 8.512 22.337 9.188 23.054 9.658 23.989 C 10.132 24.92 10.368 26.037 10.368 27.339 C 10.368 28.646 10.13 29.769 9.652 30.709 C 9.178 31.648 8.492 32.371 7.594 32.877 C 6.695 33.379 5.609 33.63 4.335 33.63 Z M 2.166 31.976 L 4.23 31.976 C 5.186 31.976 5.98 31.797 6.613 31.437 C 7.247 31.074 7.72 30.549 8.035 29.863 C 8.349 29.173 8.506 28.332 8.506 27.339 C 8.506 26.355 8.349 25.52 8.035 24.834 C 7.724 24.148 7.261 23.627 6.644 23.272 C 6.027 22.917 5.262 22.739 4.347 22.739 L 2.166 22.739 Z M 14.792 33.63 L 14.792 21.085 L 22.657 21.085 L 22.657 22.715 L 16.685 22.715 L 16.685 26.537 L 22.247 26.537 L 22.247 28.16 L 16.685 28.16 L 16.685 32.001 L 22.731 32.001 L 22.731 33.63 Z M 34.098 24.381 C 34.033 23.801 33.763 23.352 33.289 23.033 C 32.816 22.711 32.219 22.549 31.501 22.549 C 30.986 22.549 30.541 22.631 30.165 22.794 C 29.789 22.953 29.498 23.174 29.289 23.456 C 29.085 23.733 28.983 24.05 28.983 24.405 C 28.983 24.703 29.052 24.961 29.191 25.177 C 29.337 25.396 29.527 25.582 29.749 25.722 C 29.982 25.865 30.231 25.986 30.496 26.084 C 30.762 26.178 31.017 26.255 31.262 26.317 L 32.487 26.635 C 32.887 26.733 33.297 26.866 33.718 27.033 C 34.136 27.199 34.53 27.422 34.888 27.695 C 35.248 27.968 35.537 28.307 35.758 28.712 C 35.983 29.116 36.095 29.6 36.095 30.163 C 36.095 30.874 35.911 31.505 35.544 32.056 C 35.18 32.607 34.651 33.042 33.957 33.361 C 33.267 33.679 32.432 33.839 31.452 33.839 C 30.513 33.839 29.7 33.69 29.014 33.391 C 28.328 33.093 27.791 32.671 27.403 32.124 C 27.015 31.572 26.8 30.919 26.76 30.163 L 28.658 30.163 C 28.695 30.617 28.842 30.994 29.1 31.297 C 29.361 31.595 29.694 31.817 30.098 31.964 C 30.506 32.107 30.954 32.179 31.439 32.179 C 31.974 32.179 32.45 32.095 32.867 31.928 C 33.287 31.756 33.618 31.519 33.859 31.217 C 34.1 30.911 34.22 30.553 34.22 30.145 C 34.22 29.773 34.114 29.469 33.902 29.232 C 33.694 28.995 33.41 28.799 33.051 28.644 C 32.695 28.489 32.293 28.352 31.844 28.234 L 30.361 27.829 C 29.357 27.556 28.56 27.154 27.972 26.623 C 27.388 26.092 27.096 25.389 27.096 24.515 C 27.096 23.793 27.292 23.162 27.684 22.623 C 28.077 22.084 28.607 21.665 29.277 21.367 C 29.947 21.065 30.702 20.914 31.543 20.914 C 32.393 20.914 33.142 21.063 33.792 21.361 C 34.445 21.659 34.959 22.069 35.335 22.592 C 35.711 23.111 35.907 23.707 35.923 24.381 Z M 42.319 21.085 L 42.319 33.63 L 40.427 33.63 L 40.427 21.085 Z M 55.636 25.048 C 55.518 24.677 55.358 24.344 55.158 24.05 C 54.968 23.759 54.73 23.502 54.454 23.29 C 54.173 23.074 53.855 22.91 53.517 22.807 C 53.169 22.696 52.788 22.641 52.371 22.641 C 51.665 22.641 51.027 22.823 50.46 23.186 C 49.892 23.55 49.443 24.083 49.112 24.785 C 48.786 25.483 48.622 26.339 48.622 27.352 C 48.622 28.368 48.788 29.228 49.118 29.931 C 49.449 30.633 49.903 31.166 50.478 31.529 C 51.054 31.893 51.709 32.074 52.445 32.074 C 53.126 32.074 53.721 31.936 54.227 31.658 C 54.728 31.39 55.139 30.981 55.409 30.482 C 55.691 29.971 55.832 29.371 55.832 28.681 L 56.322 28.773 L 52.732 28.773 L 52.732 27.211 L 57.663 27.211 L 57.663 28.638 C 57.663 29.692 57.439 30.607 56.99 31.382 C 56.544 32.154 55.928 32.75 55.14 33.171 C 54.356 33.592 53.457 33.802 52.445 33.802 C 51.309 33.802 50.313 33.541 49.455 33.018 C 48.602 32.495 47.936 31.754 47.458 30.794 C 46.98 29.831 46.742 28.687 46.742 27.364 C 46.742 26.363 46.88 25.465 47.158 24.669 C 47.436 23.872 47.826 23.197 48.328 22.641 C 48.823 22.09 49.431 21.653 50.111 21.361 C 50.797 21.063 51.546 20.914 52.359 20.914 C 53.037 20.914 53.668 21.014 54.251 21.214 C 54.84 21.414 55.362 21.698 55.82 22.065 C 56.278 22.429 56.666 22.873 56.965 23.376 C 57.268 23.879 57.472 24.436 57.578 25.048 Z M 72.262 21.085 L 72.262 33.63 L 70.522 33.63 L 64.146 24.43 L 64.029 24.43 L 64.029 33.63 L 62.136 33.63 L 62.136 21.085 L 63.888 21.085 L 70.271 30.298 L 70.387 30.298 L 70.387 21.085 Z M 83.935 24.381 C 83.87 23.801 83.6 23.352 83.126 23.033 C 82.653 22.711 82.057 22.549 81.338 22.549 C 80.823 22.549 80.378 22.631 80.002 22.794 C 79.627 22.953 79.335 23.174 79.126 23.456 C 78.922 23.733 78.82 24.05 78.82 24.405 C 78.82 24.703 78.89 24.961 79.028 25.177 C 79.174 25.396 79.364 25.582 79.586 25.722 C 79.819 25.865 80.068 25.986 80.333 26.084 C 80.599 26.178 80.854 26.255 81.099 26.317 L 82.324 26.635 C 82.724 26.733 83.135 26.866 83.555 27.033 C 83.974 27.199 84.367 27.422 84.725 27.695 C 85.084 27.968 85.381 28.315 85.595 28.712 C 85.82 29.116 85.932 29.6 85.932 30.163 C 85.932 30.874 85.748 31.505 85.381 32.056 C 85.017 32.607 84.489 33.042 83.794 33.361 C 83.104 33.679 82.269 33.839 81.289 33.839 C 80.349 33.839 79.537 33.69 78.851 33.391 C 78.165 33.093 77.628 32.671 77.24 32.124 C 76.852 31.572 76.637 30.919 76.597 30.163 L 78.495 30.163 C 78.532 30.617 78.679 30.994 78.937 31.297 C 79.198 31.595 79.531 31.817 79.935 31.964 C 80.343 32.107 80.791 32.179 81.277 32.179 C 81.812 32.179 82.287 32.095 82.704 31.928 C 83.124 31.756 83.455 31.519 83.696 31.217 C 83.937 30.911 84.058 30.553 84.058 30.145 C 84.058 29.773 83.951 29.469 83.739 29.232 C 83.531 28.995 83.247 28.799 82.887 28.644 C 82.532 28.489 82.13 28.352 81.681 28.234 L 80.199 27.829 C 79.194 27.556 78.398 27.154 77.809 26.623 C 77.226 26.092 76.933 25.389 76.933 24.515 C 76.933 23.793 77.13 23.162 77.522 22.623 C 77.914 22.084 78.445 21.665 79.114 21.367 C 79.784 21.065 80.54 20.914 81.381 20.914 C 82.23 20.914 82.979 21.063 83.629 21.361 C 84.282 21.659 84.797 22.069 85.172 22.592 C 85.548 23.111 85.744 23.707 85.76 24.381 Z\" fill=\"rgb(254,244,228)\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({\"imrNjTLrl-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85.932 33.839\" overflow=\"visible\"><path d=\"M 9.899 0.229 L 14.44 0.229 L 14.44 10.945 C 14.44 12.219 14.135 13.321 13.525 14.252 C 12.921 15.178 12.077 15.894 10.993 16.4 C 9.91 16.901 8.652 17.152 7.22 17.152 C 5.777 17.152 4.514 16.901 3.43 16.4 C 2.347 15.894 1.503 15.178 0.898 14.252 C 0.3 13.321 0 12.219 0 10.945 L 0 0.229 L 4.541 0.229 L 4.541 10.553 C 4.541 11.07 4.655 11.533 4.884 11.941 C 5.107 12.338 5.435 12.666 5.832 12.888 C 6.24 13.117 6.703 13.232 7.22 13.232 C 7.743 13.232 8.206 13.117 8.608 12.888 C 9.005 12.666 9.333 12.338 9.556 11.941 C 9.785 11.533 9.899 11.07 9.899 10.552 Z M 25.155 5.456 C 25.112 4.912 24.907 4.487 24.543 4.182 C 24.183 3.877 23.636 3.725 22.901 3.725 C 22.433 3.725 22.049 3.782 21.749 3.896 C 21.455 4.005 21.237 4.155 21.096 4.345 C 20.955 4.534 20.878 4.763 20.875 4.999 C 20.865 5.2 20.9 5.382 20.982 5.546 C 21.069 5.704 21.205 5.848 21.39 5.979 C 21.575 6.104 21.812 6.218 22.1 6.322 C 22.389 6.425 22.732 6.518 23.13 6.599 L 24.502 6.894 C 25.427 7.09 26.22 7.348 26.879 7.669 C 27.537 7.991 28.076 8.369 28.496 8.805 C 28.915 9.235 29.223 9.719 29.419 10.258 C 29.62 10.798 29.723 11.386 29.729 12.023 C 29.723 13.123 29.449 14.054 28.904 14.816 C 28.359 15.578 27.581 16.158 26.568 16.556 C 25.561 16.953 24.349 17.152 22.934 17.152 C 21.48 17.152 20.211 16.937 19.128 16.506 C 18.049 16.076 17.211 15.415 16.612 14.522 C 16.019 13.623 15.719 12.475 15.714 11.075 L 20.026 11.075 C 20.053 11.587 20.181 12.017 20.41 12.366 C 20.639 12.714 20.96 12.978 21.374 13.158 C 21.793 13.338 22.291 13.427 22.868 13.427 C 23.353 13.427 23.758 13.368 24.085 13.248 C 24.412 13.128 24.66 12.962 24.829 12.749 C 24.995 12.544 25.087 12.287 25.09 12.023 C 25.088 11.776 24.998 11.539 24.837 11.353 C 24.679 11.157 24.417 10.983 24.053 10.83 C 23.688 10.672 23.195 10.525 22.574 10.389 L 20.908 10.03 C 19.427 9.709 18.259 9.172 17.404 8.421 C 16.555 7.664 16.133 6.632 16.138 5.325 C 16.133 4.264 16.416 3.335 16.988 2.54 C 17.565 1.74 18.362 1.116 19.381 0.67 C 20.405 0.223 21.578 0 22.901 0 C 24.251 0 25.419 0.226 26.405 0.678 C 27.39 1.13 28.15 1.767 28.684 2.589 C 29.223 3.406 29.495 4.362 29.5 5.456 Z M 30.996 0.229 L 36.648 0.229 L 40.536 9.703 L 40.732 9.703 L 44.62 0.229 L 50.271 0.229 L 50.271 16.956 L 45.828 16.956 L 45.828 7.286 L 45.698 7.286 L 41.973 16.825 L 39.294 16.825 L 35.57 7.22 L 35.439 7.22 L 35.439 16.956 L 30.996 16.956 Z M 56.309 16.956 L 51.408 16.956 L 56.929 0.229 L 63.137 0.229 L 68.658 16.956 L 63.757 16.956 L 60.098 4.835 L 59.968 4.835 Z M 55.394 10.356 L 64.607 10.356 L 64.607 13.754 L 55.394 13.754 Z M 84.282 0.229 L 84.282 16.956 L 80.492 16.956 L 74.448 8.168 L 74.35 8.168 L 74.35 16.956 L 69.809 16.956 L 69.809 0.229 L 73.664 0.229 L 79.61 8.984 L 79.74 8.984 L 79.74 0.229 Z M 4.335 33.63 L 0.273 33.63 L 0.273 21.085 L 4.463 21.085 C 5.693 21.085 6.748 21.336 7.63 21.839 C 8.512 22.337 9.188 23.054 9.658 23.989 C 10.132 24.92 10.368 26.037 10.368 27.339 C 10.368 28.646 10.13 29.769 9.652 30.709 C 9.178 31.648 8.492 32.371 7.594 32.877 C 6.695 33.379 5.609 33.63 4.335 33.63 Z M 2.166 31.976 L 4.23 31.976 C 5.186 31.976 5.98 31.797 6.613 31.437 C 7.247 31.074 7.72 30.549 8.035 29.863 C 8.349 29.173 8.506 28.332 8.506 27.339 C 8.506 26.355 8.349 25.52 8.035 24.834 C 7.724 24.148 7.261 23.627 6.644 23.272 C 6.027 22.917 5.262 22.739 4.347 22.739 L 2.166 22.739 Z M 14.792 33.63 L 14.792 21.085 L 22.657 21.085 L 22.657 22.715 L 16.685 22.715 L 16.685 26.537 L 22.247 26.537 L 22.247 28.16 L 16.685 28.16 L 16.685 32.001 L 22.731 32.001 L 22.731 33.63 Z M 34.098 24.381 C 34.033 23.801 33.763 23.352 33.289 23.033 C 32.816 22.711 32.219 22.549 31.501 22.549 C 30.986 22.549 30.541 22.631 30.165 22.794 C 29.789 22.953 29.498 23.174 29.289 23.456 C 29.085 23.733 28.983 24.05 28.983 24.405 C 28.983 24.703 29.052 24.961 29.191 25.177 C 29.337 25.396 29.527 25.582 29.749 25.722 C 29.982 25.865 30.231 25.986 30.496 26.084 C 30.762 26.178 31.017 26.255 31.262 26.317 L 32.487 26.635 C 32.887 26.733 33.297 26.866 33.718 27.033 C 34.136 27.199 34.53 27.422 34.888 27.695 C 35.248 27.968 35.537 28.307 35.758 28.712 C 35.983 29.116 36.095 29.6 36.095 30.163 C 36.095 30.874 35.911 31.505 35.544 32.056 C 35.18 32.607 34.651 33.042 33.957 33.361 C 33.267 33.679 32.432 33.839 31.452 33.839 C 30.513 33.839 29.7 33.69 29.014 33.391 C 28.328 33.093 27.791 32.671 27.403 32.124 C 27.015 31.572 26.8 30.919 26.76 30.163 L 28.658 30.163 C 28.695 30.617 28.842 30.994 29.1 31.297 C 29.361 31.595 29.694 31.817 30.098 31.964 C 30.506 32.107 30.954 32.179 31.439 32.179 C 31.974 32.179 32.45 32.095 32.867 31.928 C 33.287 31.756 33.618 31.519 33.859 31.217 C 34.1 30.911 34.22 30.553 34.22 30.145 C 34.22 29.773 34.114 29.469 33.902 29.232 C 33.694 28.995 33.41 28.799 33.051 28.644 C 32.695 28.489 32.293 28.352 31.844 28.234 L 30.361 27.829 C 29.357 27.556 28.56 27.154 27.972 26.623 C 27.388 26.092 27.096 25.389 27.096 24.515 C 27.096 23.793 27.292 23.162 27.684 22.623 C 28.077 22.084 28.607 21.665 29.277 21.367 C 29.947 21.065 30.702 20.914 31.543 20.914 C 32.393 20.914 33.142 21.063 33.792 21.361 C 34.445 21.659 34.959 22.069 35.335 22.592 C 35.711 23.111 35.907 23.707 35.923 24.381 Z M 42.319 21.085 L 42.319 33.63 L 40.427 33.63 L 40.427 21.085 Z M 55.636 25.048 C 55.518 24.677 55.358 24.344 55.158 24.05 C 54.968 23.759 54.73 23.502 54.454 23.29 C 54.173 23.074 53.855 22.91 53.517 22.807 C 53.169 22.696 52.788 22.641 52.371 22.641 C 51.665 22.641 51.027 22.823 50.46 23.186 C 49.892 23.55 49.443 24.083 49.112 24.785 C 48.786 25.483 48.622 26.339 48.622 27.352 C 48.622 28.368 48.788 29.228 49.118 29.931 C 49.449 30.633 49.903 31.166 50.478 31.529 C 51.054 31.893 51.709 32.074 52.445 32.074 C 53.126 32.074 53.721 31.936 54.227 31.658 C 54.728 31.39 55.139 30.981 55.409 30.482 C 55.691 29.971 55.832 29.371 55.832 28.681 L 56.322 28.773 L 52.732 28.773 L 52.732 27.211 L 57.663 27.211 L 57.663 28.638 C 57.663 29.692 57.439 30.607 56.99 31.382 C 56.544 32.154 55.928 32.75 55.14 33.171 C 54.356 33.592 53.457 33.802 52.445 33.802 C 51.309 33.802 50.313 33.541 49.455 33.018 C 48.602 32.495 47.936 31.754 47.458 30.794 C 46.98 29.831 46.742 28.687 46.742 27.364 C 46.742 26.363 46.88 25.465 47.158 24.669 C 47.436 23.872 47.826 23.197 48.328 22.641 C 48.823 22.09 49.431 21.653 50.111 21.361 C 50.797 21.063 51.546 20.914 52.359 20.914 C 53.037 20.914 53.668 21.014 54.251 21.214 C 54.84 21.414 55.362 21.698 55.82 22.065 C 56.278 22.429 56.666 22.873 56.965 23.376 C 57.268 23.879 57.472 24.436 57.578 25.048 Z M 72.262 21.085 L 72.262 33.63 L 70.522 33.63 L 64.146 24.43 L 64.029 24.43 L 64.029 33.63 L 62.136 33.63 L 62.136 21.085 L 63.888 21.085 L 70.271 30.298 L 70.387 30.298 L 70.387 21.085 Z M 83.935 24.381 C 83.87 23.801 83.6 23.352 83.126 23.033 C 82.653 22.711 82.057 22.549 81.338 22.549 C 80.823 22.549 80.378 22.631 80.002 22.794 C 79.627 22.953 79.335 23.174 79.126 23.456 C 78.922 23.733 78.82 24.05 78.82 24.405 C 78.82 24.703 78.89 24.961 79.028 25.177 C 79.174 25.396 79.364 25.582 79.586 25.722 C 79.819 25.865 80.068 25.986 80.333 26.084 C 80.599 26.178 80.854 26.255 81.099 26.317 L 82.324 26.635 C 82.724 26.733 83.135 26.866 83.555 27.033 C 83.974 27.199 84.367 27.422 84.725 27.695 C 85.084 27.968 85.381 28.315 85.595 28.712 C 85.82 29.116 85.932 29.6 85.932 30.163 C 85.932 30.874 85.748 31.505 85.381 32.056 C 85.017 32.607 84.489 33.042 83.794 33.361 C 83.104 33.679 82.269 33.839 81.289 33.839 C 80.349 33.839 79.537 33.69 78.851 33.391 C 78.165 33.093 77.628 32.671 77.24 32.124 C 76.852 31.572 76.637 30.919 76.597 30.163 L 78.495 30.163 C 78.532 30.617 78.679 30.994 78.937 31.297 C 79.198 31.595 79.531 31.817 79.935 31.964 C 80.343 32.107 80.791 32.179 81.277 32.179 C 81.812 32.179 82.287 32.095 82.704 31.928 C 83.124 31.756 83.455 31.519 83.696 31.217 C 83.937 30.911 84.058 30.553 84.058 30.145 C 84.058 29.773 83.951 29.469 83.739 29.232 C 83.531 28.995 83.247 28.799 82.887 28.644 C 82.532 28.489 82.13 28.352 81.681 28.234 L 80.199 27.829 C 79.194 27.556 78.398 27.154 77.809 26.623 C 77.226 26.092 76.933 25.389 76.933 24.515 C 76.933 23.793 77.13 23.162 77.522 22.623 C 77.914 22.084 78.445 21.665 79.114 21.367 C 79.784 21.065 80.54 20.914 81.381 20.914 C 82.23 20.914 82.979 21.063 83.629 21.361 C 84.282 21.659 84.797 22.069 85.172 22.592 C 85.548 23.111 85.744 23.707 85.76 24.381 Z\" fill=\"var(--token-0d78775f-478f-40e2-a428-81b161bdc522, rgb(183, 161, 232)) /* {&quot;name&quot;:&quot;Brand color lightest version&quot;} */\"></path></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ufe7dd\",layoutDependency:layoutDependency,layoutId:\"m6f3_64_a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.44 16.923\" overflow=\"visible\"><path d=\"M 9.899 0 L 14.44 0 L 14.44 10.716 C 14.44 11.99 14.135 13.092 13.525 14.024 C 12.921 14.949 12.077 15.665 10.993 16.171 C 9.91 16.673 8.652 16.923 7.22 16.923 C 5.777 16.923 4.514 16.673 3.43 16.171 C 2.347 15.665 1.503 14.949 0.898 14.024 C 0.3 13.092 0 11.99 0 10.716 L 0 0 L 4.541 0 L 4.541 10.324 C 4.541 10.841 4.655 11.304 4.884 11.712 C 5.107 12.109 5.435 12.437 5.832 12.659 C 6.24 12.888 6.703 13.003 7.22 13.003 C 7.743 13.003 8.206 12.888 8.608 12.659 C 9.005 12.437 9.333 12.109 9.556 11.712 C 9.785 11.304 9.899 10.841 9.899 10.324 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-od7s67\",layoutDependency:layoutDependency,layoutId:\"arDnLUt4i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.015 17.152\" overflow=\"visible\"><path d=\"M 9.442 5.456 C 9.398 4.912 9.194 4.487 8.829 4.182 C 8.47 3.877 7.922 3.725 7.187 3.725 C 6.719 3.725 6.335 3.782 6.036 3.896 C 5.742 4.005 5.524 4.155 5.382 4.345 C 5.241 4.534 5.164 4.763 5.162 4.999 C 5.151 5.2 5.186 5.382 5.268 5.546 C 5.355 5.704 5.491 5.848 5.677 5.979 C 5.862 6.104 6.098 6.218 6.387 6.322 C 6.676 6.425 7.019 6.518 7.416 6.599 L 8.788 6.894 C 9.714 7.09 10.506 7.348 11.165 7.669 C 11.824 7.991 12.363 8.369 12.782 8.805 C 13.201 9.235 13.509 9.719 13.705 10.258 C 13.907 10.798 14.01 11.386 14.015 12.023 C 14.01 13.123 13.735 14.054 13.19 14.816 C 12.646 15.578 11.867 16.158 10.855 16.556 C 9.847 16.953 8.636 17.152 7.22 17.152 C 5.766 17.152 4.498 16.937 3.414 16.506 C 2.336 16.076 1.498 15.415 0.898 14.522 C 0.305 13.623 0.005 12.475 0 11.075 L 4.312 11.075 C 4.34 11.587 4.468 12.017 4.696 12.366 C 4.925 12.714 5.246 12.978 5.66 13.158 C 6.079 13.338 6.578 13.427 7.155 13.427 C 7.639 13.427 8.045 13.368 8.372 13.248 C 8.698 13.128 8.946 12.962 9.115 12.749 C 9.281 12.544 9.374 12.287 9.376 12.023 C 9.374 11.776 9.285 11.539 9.123 11.353 C 8.965 11.157 8.704 10.983 8.339 10.83 C 7.974 10.672 7.481 10.525 6.861 10.389 L 5.195 10.03 C 3.714 9.709 2.545 9.172 1.691 8.421 C 0.841 7.664 0.419 6.632 0.425 5.325 C 0.419 4.264 0.703 3.335 1.274 2.54 C 1.851 1.74 2.649 1.116 3.667 0.67 C 4.691 0.223 5.864 0 7.187 0 C 8.538 0 9.706 0.226 10.691 0.678 C 11.677 1.13 12.436 1.767 12.97 2.589 C 13.509 3.406 13.781 4.362 13.787 5.456 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fkna58\",layoutDependency:layoutDependency,layoutId:\"UFIv_3iN1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.275 16.727\" overflow=\"visible\"><path d=\"M 0 0 L 5.652 0 L 9.54 9.474 L 9.735 9.474 L 13.623 0 L 19.275 0 L 19.275 16.727 L 14.832 16.727 L 14.832 7.057 L 14.701 7.057 L 10.977 16.596 L 8.298 16.596 L 4.574 6.991 L 4.443 6.991 L 4.443 16.727 L 0 16.727 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8r8zux\",layoutDependency:layoutDependency,layoutId:\"gHh2qKBdq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.25 16.727\" overflow=\"visible\"><path d=\"M 4.901 16.727 L 0 16.727 L 5.521 0 L 11.729 0 L 17.25 16.727 L 12.349 16.727 L 8.69 4.606 L 8.56 4.606 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-112bemc\",layoutDependency:layoutDependency,layoutId:\"KhZE8Rrti\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.213 3.398\" overflow=\"visible\"><path d=\"M 0 0 L 9.213 0 L 9.213 3.398 L 0 3.398 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4br6i7\",layoutDependency:layoutDependency,layoutId:\"VCbmhjUWA\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.473 16.727\" overflow=\"visible\"><path d=\"M 14.473 0 L 14.473 16.727 L 10.683 16.727 L 4.639 7.939 L 4.541 7.939 L 4.541 16.727 L 0 16.727 L 0 0 L 3.855 0 L 9.801 8.756 L 9.931 8.756 L 9.931 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1h79hsb\",layoutDependency:layoutDependency,layoutId:\"JaVjuQV54\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.095 12.545\" overflow=\"visible\"><path d=\"M 4.061 12.545 L 0 12.545 L 0 0 L 4.19 0 C 5.419 0 6.475 0.251 7.357 0.753 C 8.239 1.251 8.915 1.968 9.384 2.903 C 9.858 3.835 10.095 4.951 10.095 6.254 C 10.095 7.561 9.856 8.684 9.378 9.623 C 8.905 10.563 8.219 11.285 7.32 11.792 C 6.422 12.294 5.336 12.545 4.061 12.545 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qk8z6w\",layoutDependency:layoutDependency,layoutId:\"fNn9F23Xk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.34 9.237\" overflow=\"visible\"><path d=\"M 0 9.237 L 2.064 9.237 C 3.02 9.237 3.814 9.057 4.447 8.698 C 5.08 8.335 5.554 7.81 5.868 7.124 C 6.183 6.434 6.34 5.593 6.34 4.6 C 6.34 3.616 6.183 2.781 5.868 2.095 C 5.558 1.409 5.094 0.888 4.478 0.533 C 3.861 0.177 3.095 0 2.181 0 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1clii1v\",layoutDependency:layoutDependency,layoutId:\"mludC7Aoe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.939 12.545\" overflow=\"visible\"><path d=\"M 0 12.545 L 0 0 L 7.865 0 L 7.865 1.629 L 1.893 1.629 L 1.893 5.452 L 7.455 5.452 L 7.455 7.075 L 1.893 7.075 L 1.893 10.916 L 7.939 10.916 L 7.939 12.545 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-klmyt4\",layoutDependency:layoutDependency,layoutId:\"Tp86nVA87\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.335 12.925\" overflow=\"visible\"><path d=\"M 7.338 3.467 C 7.273 2.887 7.003 2.438 6.53 2.119 C 6.056 1.797 5.46 1.636 4.741 1.636 C 4.226 1.636 3.781 1.717 3.406 1.88 C 3.03 2.04 2.738 2.26 2.53 2.542 C 2.326 2.82 2.223 3.136 2.223 3.492 C 2.223 3.79 2.293 4.047 2.432 4.264 C 2.577 4.482 2.767 4.668 2.989 4.809 C 3.222 4.951 3.471 5.072 3.737 5.17 C 4.002 5.264 4.257 5.342 4.502 5.403 L 5.727 5.721 C 6.127 5.819 6.538 5.952 6.958 6.12 C 7.377 6.286 7.771 6.508 8.129 6.781 C 8.488 7.055 8.778 7.393 8.998 7.798 C 9.223 8.202 9.335 8.686 9.335 9.25 C 9.335 9.96 9.151 10.591 8.784 11.142 C 8.42 11.694 7.892 12.129 7.197 12.447 C 6.507 12.766 5.672 12.925 4.692 12.925 C 3.753 12.925 2.94 12.776 2.254 12.478 C 1.568 12.18 1.031 11.757 0.643 11.21 C 0.255 10.659 0.041 10.005 0 9.25 L 1.899 9.25 C 1.936 9.703 2.083 10.081 2.34 10.383 C 2.601 10.681 2.934 10.903 3.338 11.051 C 3.747 11.194 4.194 11.265 4.68 11.265 C 5.215 11.265 5.691 11.181 6.107 11.014 C 6.528 10.842 6.858 10.605 7.099 10.303 C 7.34 9.997 7.461 9.64 7.461 9.231 C 7.461 8.86 7.355 8.556 7.142 8.319 C 6.934 8.082 6.65 7.886 6.291 7.73 C 5.936 7.575 5.533 7.439 5.084 7.32 L 3.602 6.916 C 2.597 6.642 1.801 6.24 1.213 5.709 C 0.629 5.178 0.337 4.476 0.337 3.602 C 0.337 2.879 0.533 2.248 0.925 1.709 C 1.317 1.17 1.848 0.752 2.518 0.453 C 3.187 0.151 3.943 0 4.784 0 C 5.633 0 6.383 0.149 7.032 0.447 C 7.686 0.745 8.2 1.156 8.576 1.678 C 8.951 2.197 9.147 2.793 9.164 3.467 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1spzezb\",layoutDependency:layoutDependency,layoutId:\"cKAAG0og5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.893 12.545\" overflow=\"visible\"><path d=\"M 1.893 0 L 1.893 12.545 L 0 12.545 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u39ys1\",layoutDependency:layoutDependency,layoutId:\"xISepMAhm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.922 12.888\" overflow=\"visible\"><path d=\"M 8.894 4.135 C 8.776 3.763 8.617 3.43 8.417 3.136 C 8.227 2.845 7.989 2.588 7.712 2.377 C 7.431 2.161 7.114 1.997 6.775 1.893 C 6.428 1.782 6.046 1.728 5.629 1.728 C 4.923 1.728 4.286 1.909 3.718 2.273 C 3.151 2.636 2.702 3.169 2.371 3.871 C 2.044 4.57 1.881 5.425 1.881 6.438 C 1.881 7.455 2.046 8.314 2.377 9.017 C 2.708 9.719 3.161 10.252 3.737 10.616 C 4.312 10.979 4.968 11.161 5.703 11.161 C 6.385 11.161 6.979 11.022 7.485 10.744 C 7.986 10.476 8.397 10.067 8.668 9.568 C 8.95 9.058 9.091 8.457 9.091 7.767 L 9.58 7.859 L 5.991 7.859 L 5.991 6.297 L 10.922 6.297 L 10.922 7.724 C 10.922 8.778 10.697 9.693 10.248 10.468 C 9.803 11.24 9.186 11.837 8.398 12.257 C 7.614 12.678 6.716 12.888 5.703 12.888 C 4.568 12.888 3.571 12.627 2.714 12.104 C 1.86 11.581 1.195 10.84 0.717 9.881 C 0.239 8.917 0 7.773 0 6.45 C 0 5.45 0.139 4.551 0.417 3.755 C 0.694 2.959 1.084 2.283 1.587 1.728 C 2.081 1.177 2.689 0.74 3.369 0.447 C 4.055 0.149 4.805 0 5.617 0 C 6.295 0 6.926 0.1 7.51 0.3 C 8.098 0.5 8.621 0.784 9.078 1.152 C 9.536 1.515 9.924 1.96 10.224 2.462 C 10.526 2.965 10.73 3.522 10.836 4.135 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-d8g5dk\",layoutDependency:layoutDependency,layoutId:\"I5AlFtL9g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.126 12.545\" overflow=\"visible\"><path d=\"M 10.126 0 L 10.126 12.545 L 8.386 12.545 L 2.009 3.344 L 1.893 3.344 L 1.893 12.545 L 0 12.545 L 0 0 L 1.752 0 L 8.135 9.213 L 8.251 9.213 L 8.251 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-84rybd\",layoutDependency:layoutDependency,layoutId:\"FEjTorl3F\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.335 12.925\" overflow=\"visible\"><path d=\"M 7.339 3.467 C 7.273 2.887 7.004 2.438 6.53 2.119 C 6.056 1.797 5.46 1.636 4.741 1.636 C 4.227 1.636 3.782 1.717 3.406 1.88 C 3.03 2.04 2.738 2.26 2.53 2.542 C 2.326 2.82 2.224 3.136 2.224 3.492 C 2.224 3.79 2.293 4.047 2.432 4.264 C 2.577 4.482 2.767 4.668 2.989 4.809 C 3.222 4.951 3.471 5.072 3.737 5.17 C 4.002 5.264 4.257 5.342 4.502 5.403 L 5.727 5.721 C 6.128 5.819 6.538 5.952 6.959 6.12 C 7.377 6.286 7.771 6.508 8.129 6.781 C 8.488 7.054 8.784 7.401 8.999 7.798 C 9.223 8.202 9.335 8.686 9.335 9.25 C 9.335 9.96 9.152 10.591 8.784 11.142 C 8.421 11.694 7.892 12.129 7.198 12.447 C 6.507 12.766 5.672 12.925 4.692 12.925 C 3.753 12.925 2.94 12.776 2.254 12.478 C 1.568 12.18 1.031 11.757 0.643 11.21 C 0.255 10.659 0.041 10.005 0 9.25 L 1.899 9.25 C 1.936 9.703 2.083 10.081 2.34 10.383 C 2.602 10.681 2.934 10.903 3.339 11.051 C 3.747 11.194 4.194 11.265 4.68 11.265 C 5.215 11.265 5.691 11.181 6.107 11.014 C 6.528 10.842 6.859 10.605 7.1 10.303 C 7.341 9.997 7.461 9.64 7.461 9.231 C 7.461 8.86 7.355 8.556 7.142 8.319 C 6.934 8.082 6.65 7.886 6.291 7.73 C 5.936 7.575 5.534 7.439 5.084 7.32 L 3.602 6.916 C 2.597 6.642 1.801 6.24 1.213 5.709 C 0.629 5.178 0.337 4.476 0.337 3.602 C 0.337 2.879 0.533 2.248 0.925 1.709 C 1.317 1.17 1.848 0.752 2.518 0.453 C 3.187 0.151 3.943 0 4.784 0 C 5.634 0 6.383 0.149 7.032 0.447 C 7.686 0.745 8.2 1.156 8.576 1.678 C 8.952 2.197 9.148 2.793 9.164 3.467 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EGBWH.framer-5icjni, .framer-EGBWH .framer-5icjni { display: block; }\",\".framer-EGBWH.framer-faiydy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-EGBWH .framer-gouchh { height: 43px; position: relative; width: 27px; }\",\".framer-EGBWH .framer-1w136ke { height: 43px; left: 6px; position: absolute; top: 0px; width: 21px; }\",\".framer-EGBWH .framer-kz9qwp { height: 35px; left: 0px; position: absolute; top: 0px; width: 19px; }\",\".framer-EGBWH .framer-1i16fmd { height: 34px; position: relative; width: 86px; }\",\".framer-EGBWH .framer-1ufe7dd { height: 17px; left: 0px; position: absolute; top: 0px; width: 15px; }\",\".framer-EGBWH .framer-od7s67 { height: 17px; left: 16px; position: absolute; top: 0px; width: 14px; }\",\".framer-EGBWH .framer-fkna58 { height: 17px; left: 31px; position: absolute; top: 0px; width: 20px; }\",\".framer-EGBWH .framer-8r8zux { height: 17px; left: 52px; position: absolute; top: 0px; width: 17px; }\",\".framer-EGBWH .framer-112bemc { height: 4px; left: 56px; position: absolute; top: 11px; width: 9px; }\",\".framer-EGBWH .framer-4br6i7 { height: 17px; left: 70px; position: absolute; top: 0px; width: 15px; }\",\".framer-EGBWH .framer-1h79hsb { height: 13px; left: 1px; position: absolute; top: 21px; width: 10px; }\",\".framer-EGBWH .framer-qk8z6w { height: 9px; left: 2px; position: absolute; top: 23px; width: 7px; }\",\".framer-EGBWH .framer-1clii1v { height: 13px; left: 15px; position: absolute; top: 21px; width: 8px; }\",\".framer-EGBWH .framer-klmyt4 { height: 13px; left: 27px; position: absolute; top: 21px; width: 10px; }\",\".framer-EGBWH .framer-1spzezb { height: 13px; left: 41px; position: absolute; top: 21px; width: 2px; }\",\".framer-EGBWH .framer-1u39ys1 { height: 13px; left: 47px; position: absolute; top: 21px; width: 11px; }\",\".framer-EGBWH .framer-d8g5dk { height: 13px; left: 62px; position: absolute; top: 21px; width: 10px; }\",\".framer-EGBWH .framer-84rybd { height: 13px; left: 77px; position: absolute; top: 21px; width: 10px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 43\n * @framerIntrinsicWidth 123\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"H5XQ3uwXN\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhP0bcgrEe=withCSS(Component,css,\"framer-EGBWH\");export default FramerhP0bcgrEe;FramerhP0bcgrEe.displayName=\"Logo\";FramerhP0bcgrEe.defaultProps={height:43,width:123};addFonts(FramerhP0bcgrEe,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhP0bcgrEe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"43\",\"framerIntrinsicWidth\":\"123\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"H5XQ3uwXN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hP0bcgrEe.map","// Generated by Framer (629c622)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter Tight-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-K4LVW .framer-styles-preset-zv16zk:not(.rich-text-wrapper), .framer-K4LVW .framer-styles-preset-zv16zk.rich-text-wrapper p { --framer-font-family: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: calc(var(--framer-root-font-size, 1rem) * 1); --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d12ced2c-f6c8-494a-aaa5-d6432e7ba34a, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-K4LVW\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4b136bb)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zjEonJdDWLQARONa1NiY/2y4nsXNEHs6maHqh6jqU/pA0bu1IhD.js\";const enabledGestures={Tn6NInMa2:{hover:true}};const cycleOrder=[\"Tn6NInMa2\",\"z1jungPc7\"];const serializationHash=\"framer-sr3wV\";const variantClassNames={Tn6NInMa2:\"framer-v-fqfl3t\",z1jungPc7:\"framer-v-17ioeh1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Destop:\"Tn6NInMa2\",Phone:\"z1jungPc7\"};const getProps=({click,color,height,id,link,title,width,...props})=>{return{...props,g5jSVbZUi:title??props.g5jSVbZUi??\"Menu item\",jcu_5voKy:click??props.jcu_5voKy,lMGlVrB7B:link??props.lMGlVrB7B,QJRa6y2Yk:color??props.QJRa6y2Yk??\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Tn6NInMa2\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,g5jSVbZUi,lMGlVrB7B,QJRa6y2Yk,jcu_5voKy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Tn6NInMa2\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1qicc49=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(jcu_5voKy){const res=await jcu_5voKy(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:lMGlVrB7B,motionChild:true,nodeId:\"Tn6NInMa2\",openInNewTab:false,scopeId:\"xKV_A12aO\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-fqfl3t\",className,classNames)} framer-ech8q7`,\"data-border\":true,\"data-framer-name\":\"Destop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Tn6NInMa2\",onTap:onTap1qicc49,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:800,borderBottomRightRadius:800,borderTopLeftRadius:800,borderTopRightRadius:800,boxShadow:\"inset 0.18065619053231785px 0.18065619053231785px 0.2554864347774618px -1.0833333333333333px rgba(255, 255, 255, 0), inset 0.6865599909730371px 0.6865599909730371px 0.9709424506168187px -2.1666666666666665px rgba(255, 255, 255, 0), inset 3px 3px 4.242640687119285px -3.25px rgba(255, 255, 255, 0), inset -0.18065619053231785px -0.18065619053231785px 0.2554864347774618px -1.0833333333333333px rgba(255, 255, 255, 0), inset -0.6865599909730371px -0.6865599909730371px 0.9709424506168187px -2.1666666666666665px rgba(255, 255, 255, 0), inset -3px -3px 4.242640687119285px -3.25px rgba(255, 255, 255, 0)\",WebkitBackdropFilter:\"none\",...style},variants:{\"Tn6NInMa2-hover\":{\"--border-color\":\"rgba(255, 255, 255, 0.15)\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.08)\",boxShadow:\"inset 0.18065619053231785px 0.18065619053231785px 0.2554864347774618px -1.0833333333333333px rgba(255, 255, 255, 0.51), inset 0.6865599909730371px 0.6865599909730371px 0.9709424506168187px -2.1666666666666665px rgba(255, 255, 255, 0.47), inset 3px 3px 4.242640687119285px -3.25px rgba(255, 255, 255, 0.28), inset -0.18065619053231785px -0.18065619053231785px 0.2554864347774618px -1.0833333333333333px rgba(255, 255, 255, 0.51), inset -0.6865599909730371px -0.6865599909730371px 0.9709424506168187px -2.1666666666666665px rgba(255, 255, 255, 0.47), inset -3px -3px 4.242640687119285px -3.25px rgba(255, 255, 255, 0.28)\",WebkitBackdropFilter:\"blur(5px)\"}},...addPropertyOverrides({\"Tn6NInMa2-hover\":{\"data-framer-name\":undefined},z1jungPc7:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zv16zk\",\"data-styles-preset\":\"pA0bu1IhD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-QJRa6y2Yk-xKV_A12aO))\"},children:\"Menu item\"})}),className:\"framer-7npx1l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OW8VimVF8\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-QJRa6y2Yk-xKV_A12aO)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-QJRa6y2Yk-xKV_A12aO\":QJRa6y2Yk},text:g5jSVbZUi,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({z1jungPc7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zv16zk\",\"data-styles-preset\":\"pA0bu1IhD\",children:\"Menu item\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sr3wV.framer-ech8q7, .framer-sr3wV .framer-ech8q7 { display: block; }\",\".framer-sr3wV.framer-fqfl3t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-sr3wV .framer-7npx1l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sr3wV.framer-v-17ioeh1.framer-fqfl3t { padding: 16px 0px 16px 0px; }\",...sharedStyle.css,'.framer-sr3wV[data-border=\"true\"]::after, .framer-sr3wV [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 48\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"z1jungPc7\":{\"layout\":[\"auto\",\"auto\"]},\"rz77QHfqB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"g5jSVbZUi\":\"title\",\"lMGlVrB7B\":\"link\",\"QJRa6y2Yk\":\"color\",\"jcu_5voKy\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxKV_A12aO=withCSS(Component,css,\"framer-sr3wV\");export default FramerxKV_A12aO;FramerxKV_A12aO.displayName=\"Menu item\";FramerxKV_A12aO.defaultProps={height:48,width:122};addPropertyControls(FramerxKV_A12aO,{variant:{options:[\"Tn6NInMa2\",\"z1jungPc7\"],optionTitles:[\"Destop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},g5jSVbZUi:{defaultValue:\"Menu item\",displayTextArea:false,title:\"Title\",type:ControlType.String},lMGlVrB7B:{title:\"Link\",type:ControlType.Link},QJRa6y2Yk:{defaultValue:'var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6)) /* {\"name\":\"white 60\"} */',title:\"Color\",type:ControlType.Color},jcu_5voKy:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerxKV_A12aO,[{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\":\"FramerxKV_A12aO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"122\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"g5jSVbZUi\\\":\\\"title\\\",\\\"lMGlVrB7B\\\":\\\"link\\\",\\\"QJRa6y2Yk\\\":\\\"color\\\",\\\"jcu_5voKy\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z1jungPc7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rz77QHfqB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xKV_A12aO.map","// Generated by Framer (3bdc3c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Instance,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Menu from\"https://framerusercontent.com/modules/bUpgyMqZRKNMdGZeMGPA/fkoodNoUyQNU1zow05Rr/MLH8B4KT_.js\";import Cancel from\"https://framerusercontent.com/modules/sJ7uMojZ4nLEMG1Umtf3/RgHLSJn57HhcQZHt0Q4p/mZ_FiYlMU.js\";import Logo from\"https://framerusercontent.com/modules/pzPUghdcLt6jWSSQTIqc/F39fn4oFgVyVLJ7DUIXS/hP0bcgrEe.js\";import Button from\"https://framerusercontent.com/modules/rDsQrWBRCbzdxPN9Cxif/ufmDOqVrMHYkpo2dSfU5/sqm2COJE7.js\";import MenuItem from\"https://framerusercontent.com/modules/h092FC83kuFF4zK1oZzW/40E18PPCyq9pgvsx0Ks7/xKV_A12aO.js\";const LogoFonts=getFonts(Logo);const MenuItemFonts=getFonts(MenuItem);const ButtonFonts=getFonts(Button);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const MotionNavWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.nav));const cycleOrder=[\"xlPMmsVun\",\"OlpzhIC7O\",\"F6UFalO0g\"];const serializationHash=\"framer-W4SI5\";const variantClassNames={F6UFalO0g:\"framer-v-1l5977r\",OlpzhIC7O:\"framer-v-18ok81i\",xlPMmsVun:\"framer-v-tfyfgp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:.3,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-96};const transition2={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition4={delay:.1,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"F6UFalO0g\",Desktop:\"xlPMmsVun\",Phone:\"OlpzhIC7O\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xlPMmsVun\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xlPMmsVun\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1k7gsc4=activeVariantCallback(async(...args)=>{setVariant(\"F6UFalO0g\");});const onTap1mlbshv=activeVariantCallback(async(...args)=>{setVariant(\"OlpzhIC7O\");});const jcu_5voKy1mlbshv=activeVariantCallback(async(...args)=>{setVariant(\"OlpzhIC7O\");});const i5ttWtJVD1mlbshv=activeVariantCallback(async(...args)=>{setVariant(\"OlpzhIC7O\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"OlpzhIC7O\",\"F6UFalO0g\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"OlpzhIC7O\")return false;return true;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"F6UFalO0g\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({F6UFalO0g:{value:transition3},OlpzhIC7O:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionNavWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-tfyfgp\",className,classNames),\"data-framer-appear-id\":\"tfyfgp\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"xlPMmsVun\",optimized:true,ref:refBinding,style:{background:\"linear-gradient(180deg, var(--token-55071dc9-92d0-4cdb-8ef9-67f5658ea748, rgb(9, 9, 11)) 0%, var(--token-55071dc9-92d0-4cdb-8ef9-67f5658ea748, rgb(9, 9, 11)) 100%)\",backgroundColor:\"var(--token-55071dc9-92d0-4cdb-8ef9-67f5658ea748, rgb(9, 9, 11))\",...style},variants:{OlpzhIC7O:{background:\"linear-gradient(180deg, var(--token-55071dc9-92d0-4cdb-8ef9-67f5658ea748, rgb(9, 1, 20)) 0%, rgb(8, 8, 10) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({F6UFalO0g:{\"data-framer-name\":\"Phone Open\"},OlpzhIC7O:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4cyoi\",layoutDependency:layoutDependency,layoutId:\"F7e1tzut5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,y:(componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-43)/2)+0,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+0+0},OlpzhIC7O:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||91)-48-43)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f7q3yj-container\",layoutDependency:layoutDependency,layoutId:\"SUkRzXQIl-container\",nodeId:\"SUkRzXQIl\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"SUkRzXQIl\",layoutId:\"SUkRzXQIl\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i5ijrs\",layoutDependency:layoutDependency,layoutId:\"h3K0OA3Fl\",...addPropertyOverrides({F6UFalO0g:{\"data-highlight\":true,onTap:onTap1mlbshv},OlpzhIC7O:{\"data-highlight\":true,onTap:onTap1k7gsc4}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(Instance,{animated:true,className:\"framer-rkvemm\",Component:Menu,layoutDependency:layoutDependency,layoutId:\"Fbov8F66n\",style:{\"--esondr\":\"var(--token-cbdda9cf-137e-4416-99f1-cd33d8d72195, rgb(254, 235, 203))\"},...addPropertyOverrides({F6UFalO0g:{Component:Cancel}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jevbox\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"oAuvPejTz\",transformTemplate:transformTemplate1,...addPropertyOverrides({F6UFalO0g:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"o2BKdvRwK\"},implicitPathVariables:undefined},{href:{webPageId:\"o2BKdvRwK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-32)+8,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+59+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aqo5nq-container\",layoutDependency:layoutDependency,layoutId:\"H5mQkzmwK-container\",nodeId:\"H5mQkzmwK\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(MenuItem,{g5jSVbZUi:\"About\",height:\"100%\",id:\"H5mQkzmwK\",layoutId:\"H5mQkzmwK\",lMGlVrB7B:resolvedLinks[0],QJRa6y2Yk:\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:\"Tn6NInMa2\",width:\"100%\",...addPropertyOverrides({F6UFalO0g:{jcu_5voKy:jcu_5voKy1mlbshv,lMGlVrB7B:resolvedLinks[1],variant:\"z1jungPc7\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gYTiVSiJI\"},implicitPathVariables:undefined},{href:{webPageId:\"gYTiVSiJI\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-32)+8,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+59+16+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ngaqxm-container\",layoutDependency:layoutDependency,layoutId:\"ffqOC33J3-container\",nodeId:\"ffqOC33J3\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(MenuItem,{g5jSVbZUi:\"Services\",height:\"100%\",id:\"ffqOC33J3\",layoutId:\"ffqOC33J3\",lMGlVrB7B:resolvedLinks1[0],QJRa6y2Yk:\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:\"Tn6NInMa2\",width:\"100%\",...addPropertyOverrides({F6UFalO0g:{jcu_5voKy:jcu_5voKy1mlbshv,lMGlVrB7B:resolvedLinks1[1],variant:\"z1jungPc7\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XQQoea3ls\"},implicitPathVariables:undefined},{href:{webPageId:\"XQQoea3ls\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-32)+8,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+59+16+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1515jtf-container\",layoutDependency:layoutDependency,layoutId:\"H_DVGHSCU-container\",nodeId:\"H_DVGHSCU\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(MenuItem,{g5jSVbZUi:\"Work\",height:\"100%\",id:\"H_DVGHSCU\",layoutId:\"H_DVGHSCU\",lMGlVrB7B:resolvedLinks2[0],QJRa6y2Yk:\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:\"Tn6NInMa2\",width:\"100%\",...addPropertyOverrides({F6UFalO0g:{jcu_5voKy:jcu_5voKy1mlbshv,lMGlVrB7B:resolvedLinks2[1],variant:\"z1jungPc7\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined},{href:{webPageId:\"a7pqIGGKS\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-32)+8,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+59+16+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bh3aly-container\",layoutDependency:layoutDependency,layoutId:\"z0GTS_4ra-container\",nodeId:\"z0GTS_4ra\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(MenuItem,{g5jSVbZUi:\"Contact\",height:\"100%\",id:\"z0GTS_4ra\",layoutId:\"z0GTS_4ra\",lMGlVrB7B:resolvedLinks3[0],QJRa6y2Yk:\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:\"Tn6NInMa2\",width:\"100%\",...addPropertyOverrides({F6UFalO0g:{jcu_5voKy:jcu_5voKy1mlbshv,lMGlVrB7B:resolvedLinks3[1],variant:\"z1jungPc7\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HkUVk8Fl5\"},implicitPathVariables:undefined},{href:{webPageId:\"HkUVk8Fl5\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-32)+8,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+59+16+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nhtflu-container\",layoutDependency:layoutDependency,layoutId:\"oJl7jdmLz-container\",nodeId:\"oJl7jdmLz\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(MenuItem,{g5jSVbZUi:\"FAQs\",height:\"100%\",id:\"oJl7jdmLz\",layoutId:\"oJl7jdmLz\",lMGlVrB7B:resolvedLinks4[0],QJRa6y2Yk:\"var(--token-b4b148d1-6c39-417b-9aba-f4f0df5f03b7, rgba(254, 235, 203, 0.6))\",variant:\"Tn6NInMa2\",width:\"100%\",...addPropertyOverrides({F6UFalO0g:{jcu_5voKy:jcu_5voKy1mlbshv,lMGlVrB7B:resolvedLinks4[1],variant:\"z1jungPc7\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x769c7\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"K6Y2PsOvz\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Sge1sqNXR\"},implicitPathVariables:undefined},{href:{webPageId:\"Sge1sqNXR\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,...addPropertyOverrides({F6UFalO0g:{y:(componentViewport?.y||0)+24+347+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-9j5n49-container\",layoutDependency:layoutDependency,layoutId:\"SBfLbAJbJ-container\",nodeId:\"SBfLbAJbJ\",rendersWithMotion:true,scopeId:\"pym19xtu_\",children:/*#__PURE__*/_jsx(Button,{gy1ASaLJE:\"var(--token-660e04ac-d2b1-40b5-8658-8911fd50db13, rgb(96, 49, 201))\",height:\"100%\",i5ttWtJVD:i5ttWtJVD1mlbshv,id:\"SBfLbAJbJ\",layoutId:\"SBfLbAJbJ\",LM_zkZ90I:resolvedLinks5[0],SbxfN1EwY:false,style:{height:\"100%\"},v7ZhvR4tE:\"Let’s Talk About Your Project\",variant:\"Qjuzl77Ec\",width:\"100%\",xCzZImOY5:\"rgba(97, 49, 201, 0.15)\",...addPropertyOverrides({F6UFalO0g:{LM_zkZ90I:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-W4SI5.framer-3wkfal, .framer-W4SI5 .framer-3wkfal { display: block; }\",\".framer-W4SI5.framer-tfyfgp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 96px; justify-content: space-between; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 1440px; }\",\".framer-W4SI5 .framer-1e4cyoi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-W4SI5 .framer-1f7q3yj-container, .framer-W4SI5 .framer-aqo5nq-container, .framer-W4SI5 .framer-1ngaqxm-container, .framer-W4SI5 .framer-1515jtf-container, .framer-W4SI5 .framer-bh3aly-container, .framer-W4SI5 .framer-nhtflu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-W4SI5 .framer-1i5ijrs { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-W4SI5 .framer-rkvemm { bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 0px; position: absolute; right: 0px; top: 0px; width: calc(100% - 0px); }\",\".framer-W4SI5 .framer-jevbox { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: absolute; right: 0px; top: 50%; width: min-content; z-index: 1; }\",\".framer-W4SI5 .framer-1x769c7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-W4SI5 .framer-9j5n49-container { flex: none; height: 56px; position: relative; width: auto; }\",\".framer-W4SI5.framer-v-18ok81i.framer-tfyfgp { height: min-content; padding: 24px; width: 390px; }\",\".framer-W4SI5.framer-v-18ok81i .framer-1e4cyoi { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\".framer-W4SI5.framer-v-18ok81i .framer-1f7q3yj-container, .framer-W4SI5.framer-v-1l5977r .framer-1f7q3yj-container { order: 0; }\",\".framer-W4SI5.framer-v-18ok81i .framer-1i5ijrs, .framer-W4SI5.framer-v-1l5977r .framer-1i5ijrs { cursor: pointer; order: 1; }\",\".framer-W4SI5.framer-v-18ok81i .framer-rkvemm { bottom: unset; height: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-W4SI5.framer-v-1l5977r.framer-tfyfgp { flex-direction: column; gap: 16px; height: min-content; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 24px; width: 390px; }\",\".framer-W4SI5.framer-v-1l5977r .framer-1e4cyoi { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-W4SI5.framer-v-1l5977r .framer-rkvemm { height: 24px; }\",\".framer-W4SI5.framer-v-1l5977r .framer-jevbox { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 16px; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-W4SI5.framer-v-1l5977r .framer-1x769c7 { flex: none; order: 2; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OlpzhIC7O\":{\"layout\":[\"fixed\",\"auto\"]},\"F6UFalO0g\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerpym19xtu_=withCSS(Component,css,\"framer-W4SI5\");export default Framerpym19xtu_;Framerpym19xtu_.displayName=\"Navigation\";Framerpym19xtu_.defaultProps={height:96,width:1440};addPropertyControls(Framerpym19xtu_,{variant:{options:[\"xlPMmsVun\",\"OlpzhIC7O\",\"F6UFalO0g\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerpym19xtu_,[{explicitInter:true,fonts:[]},...LogoFonts,...MenuItemFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpym19xtu_\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"96\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OlpzhIC7O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F6UFalO0g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pym19xtu_.map"],"mappings":"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"}