{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/vSbWMqpNwBMuPgzyHonb/9jLKCLItdecOdkrI14PV/BkmjJvZFG.js", "ssg:https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/zzi5l3Wa7sGOrRpCpx9P/xgUb5l8X3t4HQHEYrYCY/ThemeToggle.js", "ssg:https://framerusercontent.com/modules/gJCT4RwBsCqxPaxrPASu/gzAFzFJPhrDheZ0j2xKf/kVWt4Gw4k.js", "ssg:https://framerusercontent.com/modules/2kXrhs3wfBTbeae5qYkD/BtU1M2lDtyQrvdhcBSlx/hf5BIlSWJ.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/types@10.17.1/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.6.3/tslib.es6.mjs", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.18.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/4AKRGBZgTGTg8JLEKMNt/0pJqeLCYW4K0CbWQEaBl/ifzq8aIw9.js", "ssg:https://framerusercontent.com/modules/SOrPrWaM9QpvzZlpuYW9/ne5UZ8iMpr2sjWzuouxB/vmOVu5cUh.js", "ssg:https://framerusercontent.com/modules/ajJf7qaDYh0sCJJByqZl/aIta8RGbEoGGlTkFgl0O/WEVx_o6xY.js", "ssg:https://framerusercontent.com/modules/RcLMCWvPR0Pi0es4d0lq/JD6qnmrR0W6xEd3iLa8E/d7vHpVVfq.js", "ssg:https://framerusercontent.com/modules/nhkYysLHuOWTqC8WwNtR/Dhy2LejCBxji6oHBl0lI/KOrmEwJzd.js", "ssg:https://framerusercontent.com/modules/Dh7TW8OpLTtSoQhgjMWp/hlQXbzVdIgTxEY8ceHbb/YTwv_he3k.js", "ssg:https://framerusercontent.com/modules/yIkFAxxjKE5ZqxTOBLKr/GuOokOmf4mHm9OUFrY4Q/WiVy2KMkq.js", "ssg:https://framerusercontent.com/modules/ZYVXi9la5VQ7akh8ZrPw/Ppg5KB8SFNSgIJdLXHjV/c0QoSB5wD.js", "ssg:https://framerusercontent.com/modules/D20hw8LEF8TWtjbHus1x/o8LSdti41a7kCKU7tUZz/SHf4mzAuS.js", "ssg:https://framerusercontent.com/modules/q2wm8JPqgWgm6iDvTUyc/fc1M2waf649jcYMfxEmh/Xo5Jtb2_c.js", "ssg:https://framerusercontent.com/modules/wLc6NJR2NE3vRbIiJQyG/zcmqECwqF7k9mbh6i9Js/kpqjAWsyb.js", "ssg:https://framerusercontent.com/modules/PxXXlFYwTyX4rbvbvDx6/thtczrBLtxnku1hvC53U/MwWOYmvCO.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,withCSS}from\"framer\";import Lenis from\"lenis\";import{useEffect,useRef}from\"react\";function SmoothScrollComponent(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current){try{lenis.current.scrollTo(0,{immediate:true});}catch(error){console.error(\"Error scrolling to top:\",error);}}},[lenis]);// Watch for stop scroll elements\nuseEffect(()=>{const checkForStopScroll=()=>{try{const stopScrollElement=document.querySelector(\"[data-frameruni-stop-scroll]\");const htmlElement=document.documentElement;const hasHiddenOverflow=htmlElement&&htmlElement.style&&htmlElement.style.overflow===\"hidden\";if(lenis.current){if(stopScrollElement||hasHiddenOverflow){lenis.current.stop();}else{lenis.current.start();}}}catch(error){console.error(\"Error in checkForStopScroll:\",error);}};// Initial check\ncheckForStopScroll();// Set up observers\nlet stopScrollObserver;let htmlStyleObserver;try{stopScrollObserver=new MutationObserver(checkForStopScroll);htmlStyleObserver=new MutationObserver(checkForStopScroll);// Observe document for data-frameruni-stop-scroll attribute\nif(document&&document.documentElement){stopScrollObserver.observe(document.documentElement,{childList:true,subtree:true,attributes:true,attributeFilter:[\"data-frameruni-stop-scroll\"]});// Observe only the HTML element for style changes\nhtmlStyleObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});}}catch(error){console.error(\"Error setting up observers:\",error);}return()=>{try{if(stopScrollObserver)stopScrollObserver.disconnect();if(htmlStyleObserver)htmlStyleObserver.disconnect();}catch(error){console.error(\"Error disconnecting observers:\",error);}};},[]);useEffect(()=>{try{if(!document)return;const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];if(!element)continue;try{const computedStyle=window.getComputedStyle(element);if(computedStyle&&computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}catch(styleError){console.error(\"Error getting computed style:\",styleError);}}}catch(error){console.error(\"Error in overflow detection:\",error);}},[]);useEffect(()=>{try{if(typeof Lenis!==\"function\"){console.error(\"Lenis is not available\");return;}lenis.current=new Lenis({duration:(intensity||10)/10});const raf=time=>{if(lenis.current){try{lenis.current.raf(time);requestAnimationFrame(raf);}catch(error){console.error(\"Error in animation frame:\",error);}}};const animationId=requestAnimationFrame(raf);return()=>{cancelAnimationFrame(animationId);if(lenis.current){try{lenis.current.destroy();lenis.current=null;}catch(error){console.error(\"Error destroying Lenis:\",error);}}};}catch(error){console.error(\"Error initializing Lenis:\",error);return()=>{};}},[intensity]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{try{if(!document||!lenis.current)return;// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=Array.from(document.querySelectorAll(\"a[href]\")||[]).filter(element=>{if(!element)return false;const anchor=element;if(!anchor.href)return false;// Only handle internal anchor links\nconst isInternalLink=anchor.href.startsWith(window.location.origin)||anchor.href.startsWith(\"./\")||anchor.href.startsWith(\"/\");const hasHash=anchor.href.includes(\"#\");return isInternalLink&&hasHash;}).map(anchor=>{try{const anchorElement=anchor;const href=anchorElement.href.includes(\"#\")?`#${anchorElement.href.split(\"#\").pop()}`:\"\";const decodedHref=href?decodeURIComponent(href):\"\";let scrollMargin=0;try{if(decodedHref){const targetElement=document.querySelector(decodedHref);if(targetElement){const marginStyle=window.getComputedStyle(targetElement).scrollMarginTop;scrollMargin=marginStyle?parseInt(marginStyle)||0:0;}}}catch(targetError){console.error(\"Error finding target element:\",targetError);}return{href,scrollMargin,anchorElement:anchorElement};}catch(anchorError){console.error(\"Error processing anchor:\",anchorError);return null;}}).filter(Boolean);const handleClick=(e,href,scrollMargin)=>{try{if(e&&e.preventDefault)e.preventDefault();if(lenis.current&&href){lenis.current.scrollTo(href,{offset:-(scrollMargin||0)});}}catch(error){console.error(\"Error in anchor click handler:\",error);}};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.addEventListener(\"click\",handlers[index]);}});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.removeEventListener(\"click\",handlers[index]);}});};}catch(error){console.error(\"Error setting up anchor links:\",error);return()=>{};}},[lenis]);return /*#__PURE__*/_jsx(\"div\",{style:props.style});}/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */const SmoothScroll=withCSS(SmoothScrollComponent,[\"html.lenis { height: auto; }\",\".lenis.lenis-smooth { scroll-behavior: auto !important; }\",\".lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }\",\".lenis.lenis-stopped { overflow: hidden; }\",\".lenis.lenis-scrolling iframe { pointer-events: none; }\"],\"\");export default SmoothScroll;SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,min:0,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={DfJIrDr7p:{hover:true},Ti5aa0Iab:{hover:true}};const cycleOrder=[\"DfJIrDr7p\",\"Ti5aa0Iab\"];const serializationHash=\"framer-Pwcmy\";const variantClassNames={DfJIrDr7p:\"framer-v-17wcyjy\",Ti5aa0Iab:\"framer-v-yadn83\"};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 humanReadableVariantMap={closed:\"DfJIrDr7p\",opened:\"Ti5aa0Iab\"};const getProps=({click,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DfJIrDr7p\",WnekyysO_:click??props.WnekyysO_};};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,WnekyysO_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DfJIrDr7p\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapspcpu7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(WnekyysO_){const res=await WnekyysO_(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"Ti5aa0Iab-hover\")return false;if(baseVariant===\"Ti5aa0Iab\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"Ti5aa0Iab-hover\")return true;if(baseVariant===\"Ti5aa0Iab\")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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17wcyjy\",className,classNames),\"data-framer-name\":\"closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DfJIrDr7p\",onTap:onTapspcpu7,ref:refBinding,style:{...style},...addPropertyOverrides({\"DfJIrDr7p-hover\":{\"data-framer-name\":undefined},\"Ti5aa0Iab-hover\":{\"data-framer-name\":undefined},Ti5aa0Iab:{\"data-framer-name\":\"opened\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iguc0v\",\"data-framer-name\":\"menu closed\",layoutDependency:layoutDependency,layoutId:\"VnlH8CHkS\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-392c5g\",\"data-framer-name\":\"Rectangle 5\",layoutDependency:layoutDependency,layoutId:\"fdrMef7MI\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ayhhnt\",\"data-framer-name\":\"Rectangle 6\",layoutDependency:layoutDependency,layoutId:\"spqOs4tad\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5z13tn\",\"data-framer-name\":\"Rectangle 5\",layoutDependency:layoutDependency,layoutId:\"hWC6yAPsK\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-50r7w7\",\"data-framer-name\":\"Rectangle 6\",layoutDependency:layoutDependency,layoutId:\"wOQcKRwoj\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jcfl8a\",\"data-framer-name\":\"menu opened\",layoutDependency:layoutDependency,layoutId:\"jwJQfh1aM\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1b3c0ho\",\"data-framer-name\":\"Vector 5\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YBlVFLG3h\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9.5 9.5 L 9.5 0.5 L 0.5 0.5 L 0.5 3.5 L 6.5 3.5 L 6.5 9.5 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11795790730,withExternalLayout:true,...addPropertyOverrides({\"Ti5aa0Iab-hover\":{svgContentId:11127404923}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hnbhyl\",\"data-framer-name\":\"Vector 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WIwV7JKPM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0.5 0.5 L 0.5 9.5 L 9.5 9.5 L 9.5 6.5 L 3.5 6.5 L 3.5 0.5 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10247492473,withExternalLayout:true,...addPropertyOverrides({\"Ti5aa0Iab-hover\":{svgContentId:11998539142}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7waf1a\",\"data-framer-name\":\"Vector 6\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DEwiOcRnx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0.5 9.5 L 0.5 0.5 L 9.5 0.5 L 9.5 3.5 L 3.5 3.5 L 3.5 9.5 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11149472024,withExternalLayout:true,...addPropertyOverrides({\"Ti5aa0Iab-hover\":{svgContentId:10769898057}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-utm9b3\",\"data-framer-name\":\"Vector 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Tq7ocUwS0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 9.5 0.5 L 9.5 9.5 L 0.5 9.5 L 0.5 6.5 L 6.5 6.5 L 6.5 0.5 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9158722556,withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pwcmy.framer-a4scsx, .framer-Pwcmy .framer-a4scsx { display: block; }\",\".framer-Pwcmy.framer-17wcyjy { cursor: pointer; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-Pwcmy .framer-1iguc0v { flex: none; height: 26px; left: calc(50% - 26px / 2); overflow: visible; position: absolute; top: calc(50% - 26px / 2); width: 26px; }\",\".framer-Pwcmy .framer-392c5g, .framer-Pwcmy .framer-utm9b3 { flex: none; height: 10px; left: 0px; position: absolute; top: 0px; width: 10px; }\",\".framer-Pwcmy .framer-1ayhhnt, .framer-Pwcmy .framer-hnbhyl { flex: none; height: 10px; position: absolute; right: 0px; top: 0px; width: 10px; }\",\".framer-Pwcmy .framer-5z13tn, .framer-Pwcmy .framer-1b3c0ho { bottom: 0px; flex: none; height: 10px; left: 0px; position: absolute; width: 10px; }\",\".framer-Pwcmy .framer-50r7w7, .framer-Pwcmy .framer-7waf1a { bottom: 0px; flex: none; height: 10px; position: absolute; right: 0px; width: 10px; }\",\".framer-Pwcmy .framer-1jcfl8a { flex: none; height: 26px; left: calc(50.00000000000002% - 26px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 26px; }\",\".framer-Pwcmy.framer-v-17wcyjy.hover .framer-392c5g, .framer-Pwcmy.framer-v-yadn83.hover .framer-utm9b3 { left: 2px; top: 2px; }\",\".framer-Pwcmy.framer-v-17wcyjy.hover .framer-1ayhhnt, .framer-Pwcmy.framer-v-yadn83.hover .framer-hnbhyl { right: 2px; top: 2px; }\",\".framer-Pwcmy.framer-v-17wcyjy.hover .framer-5z13tn, .framer-Pwcmy.framer-v-yadn83.hover .framer-1b3c0ho { bottom: 2px; left: 2px; }\",\".framer-Pwcmy.framer-v-17wcyjy.hover .framer-50r7w7, .framer-Pwcmy.framer-v-yadn83.hover .framer-7waf1a { bottom: 2px; right: 2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ti5aa0Iab\":{\"layout\":[\"fixed\",\"fixed\"]},\"Lj4cGZ4Qy\":{\"layout\":[\"fixed\",\"fixed\"]},\"anAmmaZ2R\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"WnekyysO_\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBkmjJvZFG=withCSS(Component,css,\"framer-Pwcmy\");export default FramerBkmjJvZFG;FramerBkmjJvZFG.displayName=\"burger\";FramerBkmjJvZFG.defaultProps={height:32,width:32};addPropertyControls(FramerBkmjJvZFG,{variant:{options:[\"DfJIrDr7p\",\"Ti5aa0Iab\"],optionTitles:[\"closed\",\"opened\"],title:\"Variant\",type:ControlType.Enum},WnekyysO_:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerBkmjJvZFG,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBkmjJvZFG\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"32\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ti5aa0Iab\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Lj4cGZ4Qy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"anAmmaZ2R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"WnekyysO_\\\":\\\"click\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BkmjJvZFG.map", "function assign(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var e={read:function(e){'\"'===e[0]&&(e=e.slice(1,-1));return e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function init(e,t){function set(n,r,i){if(\"undefined\"!==typeof document){i=assign({},t,i);\"number\"===typeof i.expires&&(i.expires=new Date(Date.now()+864e5*i.expires));i.expires&&(i.expires=i.expires.toUTCString());n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var o=\"\";for(var c in i)if(i[c]){o+=\"; \"+c;true!==i[c]&&(o+=\"=\"+i[c].split(\";\")[0])}return document.cookie=n+\"=\"+e.write(r,n)+o}}function get(t){if(\"undefined\"!==typeof document&&(!arguments.length||t)){var n=document.cookie?document.cookie.split(\"; \"):[];var r={};for(var i=0;i<n.length;i++){var o=n[i].split(\"=\");var c=o.slice(1).join(\"=\");try{var a=decodeURIComponent(o[0]);r[a]=e.read(c,a);if(t===a)break}catch(e){}}return t?r[t]:r}}return Object.create({set:set,get:get,remove:function(e,t){set(e,\"\",assign({},t,{expires:-1}))},withAttributes:function(e){return init(this.converter,assign({},this.attributes,e))},withConverter:function(e){return init(assign({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var t=init(e,{path:\"/\"});export{t as default};\n\n//# sourceMappingURL=js.cookie.mjs.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,Image}from\"framer\";import{motion}from\"framer-motion\";import{useState,useEffect,useRef}from\"react\";import Cookies from\"js-cookie\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";// Sun and moon icons from tabler-icons.io\nconst THEME_ATTRIBUTE=\"framestack-theme\";const COOKIE_NAME=\"framestack-theme\";const STYLE_ID=\"framestack-theme-toggle\";const SIGNAL_NAME=\"framestack-theme-changed\";const THEMES=[\"light\",\"dark\",\"deviceTheme\"];const useThemeStore=createStore(\"deviceTheme\");function extractBodySection(inputString){const searchStr=\"body{\";const startIndex=inputString.indexOf(searchStr);if(startIndex!==-1){const endIndex=inputString.indexOf(\"}\",startIndex+searchStr.length);if(endIndex!==-1){const bodySection=inputString.substring(startIndex+searchStr.length,endIndex);return bodySection;}}return null// Return null if \"body{\" or \"}\" is not found\n;}function makeBorderStyle(border){return border?{borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.color}:[];}/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function ThemeToggle(props){const{toggle,dropdown,dropdownOptions,icons,transition}=props;let isPreview=false;let initialTheme=props.defaultTheme;if(typeof document!==\"undefined\"){if(document.body.hasAttribute(\"data-framer-theme\")){if(initialTheme==\"deviceTheme\"){initialTheme=document.body.getAttribute(\"data-framer-theme\");}isPreview=true;}else if(document.body.hasAttribute(THEME_ATTRIBUTE)){initialTheme=document.body.getAttribute(THEME_ATTRIBUTE);}else if(props.saveTheme){const storedTheme=Cookies.get(COOKIE_NAME);if(THEMES.includes(storedTheme)){initialTheme=storedTheme;}}}let deviceTheme=\"light\";if(isPreview&&document.body.hasAttribute(\"data-framer-theme\")){deviceTheme=document.body.getAttribute(\"data-framer-theme\");}else if(typeof window!=\"undefined\"&&window?.matchMedia){deviceTheme=window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\";}const[theme,setTheme]=useThemeStore();const[activeTheme,setActiveTheme]=useState(initialTheme==\"deviceTheme\"?deviceTheme:initialTheme)// light or dark\n;const[originalPreviewTheme,setOriginalPreviewTheme]=useState(initialTheme);const themeRef=useRef(theme);const selectRef=useRef(null);function changeTheme(newTheme){let newActiveTheme=newTheme;if(newTheme==\"deviceTheme\"){if(isPreview){newActiveTheme=originalPreviewTheme;}else{newActiveTheme=deviceTheme;}}setTheme(newTheme);setActiveTheme(newActiveTheme);if(isPreview){document.body.setAttribute(\"data-framer-theme\",newActiveTheme);}document.body.setAttribute(THEME_ATTRIBUTE,newTheme);document.documentElement.setAttribute(THEME_ATTRIBUTE,newTheme);if(props.saveTheme){Cookies.set(COOKIE_NAME,newTheme,{expires:365})// Expires in 1 year\n;}window.dispatchEvent(new CustomEvent(SIGNAL_NAME));}function toggleTheme(){const newActiveTheme=activeTheme==\"light\"?\"dark\":\"light\";if(props.resetToDeviceTheme){changeTheme(newActiveTheme==deviceTheme?\"deviceTheme\":newActiveTheme);}else{changeTheme(newActiveTheme);}}function onSelectChange(){if(selectRef.current){changeTheme(THEMES[selectRef.current.selectedIndex]);}}const handleThemeChange=event=>{if(themeRef.current==\"deviceTheme\"){setActiveTheme(event.matches?\"dark\":\"light\");}};useEffect(()=>{themeRef.current=theme// Update the ref whenever the theme state changes\n;if(theme==\"deviceTheme\"){if(isPreview){setActiveTheme(originalPreviewTheme);}else{setActiveTheme(deviceTheme);}}else{setActiveTheme(theme);}},[theme]);useEffect(()=>{if(initialTheme!=theme){changeTheme(initialTheme);}// const themeAttr = document.body.getAttribute(THEME_ATTRIBUTE)\n// if (themeAttr) {\n//     changeTheme(themeAttr)\n// }\nconst mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");mediaQuery.addEventListener(\"change\",handleThemeChange);if(!isPreview){let generateStyle=true;// Check if <head> already has theme attribute\nconst headElement=document.querySelector(\"head\");if(headElement){if(headElement.querySelector(`style#${STYLE_ID}`)){generateStyle=false;}}// Generate <style> with color styles\nif(generateStyle){let style=document.querySelector(\"style[data-framer-css-ssr-minified]\");if(style&&style?.textContent){const styleText=style.textContent;const darkLocation=styleText.indexOf(\"@media (prefers-color-scheme: dark){body{--token\");if(darkLocation!==-1){var styleElement=document.createElement(\"style\");styleElement.id=STYLE_ID;styleElement.textContent=`body[${THEME_ATTRIBUTE}=\"light\"] {${extractBodySection(styleText)}} body[${THEME_ATTRIBUTE}=\"dark\"] {${extractBodySection(styleText.substring(darkLocation))}} ${props.setColorScheme?`html {color-scheme: light dark; } html[${THEME_ATTRIBUTE}=\"light\"] { color-scheme: light; } html[${THEME_ATTRIBUTE}=\"dark\"] { color-scheme: dark; } `:\"\"}`;document.head.appendChild(styleElement);}}}}return()=>mediaQuery.removeEventListener(\"change\",handleThemeChange);},[]);switch(props.componentStyle){case\"toggle\":const{height,padding,shadow}=toggle;return /*#__PURE__*/_jsx(motion.button,{onClick:toggleTheme,style:{all:\"unset\",display:\"inline-flex\",alignItems:\"center\",justifyContent:\"center\",height:height-padding*2,aspectRatio:1,backgroundColor:toggle.switch,borderRadius:toggle.radius-padding,boxShadow:shadow?`${shadow.x}px ${shadow.y}px ${shadow.blur}px ${shadow.spread}px ${shadow.color}`:\"none\",boxSizing:\"border-box\",cursor:\"pointer\",color:icons?.color,...makeBorderStyle(toggle.switchBorder),...props.style},whileHover:{color:icons?.hoverColor||icons?.color,rotate:360},initial:false,transition:transition,children:icons&&/*#__PURE__*/_jsx(Icon,{theme:activeTheme,style:{position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\"},...icons})});case\"dropdown\":const{showDeviceTheme}=dropdownOptions;const themeTitles={light:dropdownOptions.lightText,dark:dropdownOptions.darkText,deviceTheme:dropdownOptions.deviceThemeText};return /*#__PURE__*/_jsxs(motion.div,{style:{display:\"flex\",flexDirection:\"row\",gap:dropdown.gap,alignItems:\"center\",justifyContent:\"space-between\",backgroundColor:dropdown.fill,color:dropdown.fontColor,borderRadius:dropdown.radiusIsMixed?`${dropdown.radiusTopLeft}px ${dropdown.radiusTopRight}px ${dropdown.radiusBottomRight}px ${dropdown.radiusBottomLeft}px`:`${dropdown.radius}px`,padding:dropdown.paddingIsMixed?`${dropdown.paddingTopLeft}px ${dropdown.paddingTopRight}px ${dropdown.paddingBottomRight}px ${dropdown.paddingBottomLeft}px`:`${dropdown.padding}px`,userSelect:\"none\",boxSizing:\"border-box\",cursor:\"pointer\",\"--icon-color\":icons?.color,...makeBorderStyle(props.border),...dropdown.font,...props.style},whileHover:{color:dropdown.fontColorHover||dropdown.fontColor,\"--icon-color\":icons?.hoverColor||icons?.color},initial:false,transition:transition,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",gap:dropdown.gap,textWrap:props.style?.width==\"100%\"?\"wrap\":\"nowrap\"},children:[icons&&/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Icon,{theme:activeTheme,...props.icons,style:{color:\"var(--icon-color)\"}})}),!showDeviceTheme&&theme==\"deviceTheme\"?themeTitles[deviceTheme]:themeTitles[theme]]}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\",color:dropdown.arrow},children:dropdown.arrow&&/*#__PURE__*/_jsx(Icon,{theme:\"arrow\",size:18})}),/*#__PURE__*/_jsxs(\"select\",{ref:selectRef,name:\"theme\",onChange:onSelectChange,style:{position:\"absolute\",inset:0,opacity:0},children:[/*#__PURE__*/_jsx(\"option\",{value:\"light\",selected:theme==\"light\"||!showDeviceTheme&&deviceTheme==\"light\",children:themeTitles.light}),/*#__PURE__*/_jsx(\"option\",{value:\"dark\",selected:theme==\"dark\"||!showDeviceTheme&&deviceTheme==\"dark\",children:themeTitles.dark}),showDeviceTheme&&/*#__PURE__*/_jsx(\"option\",{value:\"deviceTheme\",selected:theme==\"deviceTheme\",children:themeTitles.deviceTheme})]})]});case\"custom\":return /*#__PURE__*/_jsx(\"div\",{onClick:toggleTheme,children:activeTheme==\"light\"?props.customLight:props.customDark});}}ThemeToggle.displayName=\"Theme Toggle\";const borderControls={color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}};const toggleShadowDefault={color:\"rgba(0, 0, 0, 0.2)\",x:0,y:2,blur:4,spread:0};const iconsDefault={type:\"default\",color:\"#333333\",size:18,opacity:1};addPropertyControls(ThemeToggle,{defaultTheme:{type:ControlType.Enum,defaultValue:\"deviceTheme\",options:[\"deviceTheme\",\"light\",\"dark\"],optionTitles:[\"Device Theme\",\"Light\",\"Dark\"],title:\"Default\"},saveTheme:{type:ControlType.Boolean,defaultValue:true,title:\"Save Cookie\"},componentStyle:{type:ControlType.Enum,defaultValue:\"toggle\",options:[\"toggle\",\"dropdown\",\"custom\"],optionTitles:[\"Toggle\",\"Dropdown\",\"Custom\"],title:\"Style\"},toggle:{type:ControlType.Object,buttonTitle:\"Options\",icon:\"boolean\",controls:{height:{type:ControlType.Number,defaultValue:32,min:1,step:1},fill:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true},switch:{type:ControlType.Color,defaultValue:\"#FFF\"},switchBorder:{type:ControlType.Object,optional:true,controls:borderControls},shadow:{type:ControlType.Object,defaultValue:toggleShadowDefault,optional:true,controls:{color:{type:ControlType.Color,defaultValue:toggleShadowDefault.color},x:{type:ControlType.Number,defaultValue:toggleShadowDefault.x,displayStepper:true},y:{type:ControlType.Number,defaultValue:toggleShadowDefault.y,displayStepper:true},blur:{type:ControlType.Number,defaultValue:toggleShadowDefault.blur,min:0,displayStepper:true},spread:{type:ControlType.Number,defaultValue:toggleShadowDefault.spread,displayStepper:true}}},padding:{type:ControlType.Number,defaultValue:4,min:0,step:1,displayStepper:true},radius:{type:ControlType.Number,defaultValue:16,min:0}},hidden:props=>props.componentStyle!==\"toggle\"},dropdown:{type:ControlType.Object,buttonTitle:\"Options\",controls:{fill:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},fontColorHover:{type:ControlType.Color,optional:true,title:\"Hover Font Color\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1}},arrow:{type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\",optional:true},gap:{type:ControlType.Number,defaultValue:8,min:0,step:1},padding:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTopLeft\",\"paddingTopRight\",\"paddingBottomRight\",\"paddingBottomLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},radius:{type:ControlType.FusedNumber,defaultValue:10,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0}},hidden:props=>props.componentStyle!==\"dropdown\"},dropdownOptions:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Options\",// buttonTitle: \"Options\",\ncontrols:{showDeviceTheme:{type:ControlType.Boolean,defaultValue:true},deviceThemeText:{type:ControlType.String,defaultValue:\"Device Theme\",hidden:props=>!props.showDeviceTheme},lightText:{type:ControlType.String,defaultValue:\"Light\"},darkText:{type:ControlType.String,defaultValue:\"Dark\"}},hidden:props=>props.componentStyle!==\"dropdown\"},icons:{type:ControlType.Object,defaultValue:iconsDefault,optional:true,controls:{type:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"svg\",\"image\"],optionTitles:[\"Default\",\"SVG\",\"Image\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},lightSvg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"Light SVG\",hidden:props=>props.type!=\"svg\"},darkSvg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"Dark SVG\",hidden:props=>props.type!=\"svg\"},lightImage:{type:ControlType.ResponsiveImage,title:\"Light\",hidden:props=>props.type!=\"image\"},darkImage:{type:ControlType.ResponsiveImage,title:\"Dark\",hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"fill\",\"fit\",\"stretch\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},color:{type:ControlType.Color,defaultValue:iconsDefault.color,hidden:props=>props.type!=\"default\"&&props.type!=\"svg\"},hoverColor:{type:ControlType.Color,optional:true,hidden:props=>props.type!=\"default\"&&props.type!=\"svg\"},size:{type:ControlType.Number,defaultValue:iconsDefault.size,min:1,step:1,displayStepper:true},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}},hidden:props=>props.componentStyle==\"custom\"},border:{type:ControlType.Object,optional:true,controls:borderControls,hidden:props=>props.componentStyle==\"custom\"},customLight:{type:ControlType.ComponentInstance,title:\"Light\",hidden:props=>props.componentStyle!==\"custom\"},customDark:{type:ControlType.ComponentInstance,title:\"Dark\",hidden:props=>props.componentStyle!==\"custom\"},resetToDeviceTheme:{type:ControlType.Boolean,defaultValue:true,// description:\n//     \"Uses the device theme when the toggle is switched to the current device theme.\",\nhidden:props=>props.componentStyle!==\"toggle\"},setColorScheme:{type:ControlType.Boolean,defaultValue:true,title:\"Theme Scroll Bars\"},transition:{type:ControlType.Transition,hidden:props=>props.type==\"custom\"}});function Icon(props){const{theme,type,size,lightSvg,darkSvg,lightImage,darkImage,sizing,opacity,style={}}=props;switch(type){case\"svg\":if(theme==\"light\"&&!lightSvg.length||theme==\"dark\"&&!darkSvg.length){return /*#__PURE__*/_jsx(\"div\",{});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"theme-toggle-icon\",style:{width:size,height:size,opacity,pointerEvents:\"none\",...style},dangerouslySetInnerHTML:{__html:(theme==\"light\"?lightSvg:darkSvg).replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}}),/*#__PURE__*/_jsx(\"style\",{children:`.theme-toggle-icon svg { display: block; }`})]});case\"image\":return /*#__PURE__*/_jsx(Image,{background:{fit:sizing,...theme==\"light\"?lightImage:darkImage},style:{opacity,width:size,height:size,...style}});case\"default\":return /*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",strokeWidth:\"2\",stroke:\"currentColor\",fill:\"none\",strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{opacity,...style},children:[/*#__PURE__*/_jsx(\"path\",{stroke:\"none\",d:\"M0 0h24v24H0z\",fill:\"none\"}),theme==\"light\"?[/*#__PURE__*/_jsx(\"path\",{d:\"M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z\",strokeWidth:\"0\",fill:\"currentColor\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z\",strokeWidth:\"0\",fill:\"currentColor\"})]:theme==\"dark\"?/*#__PURE__*/_jsx(\"path\",{d:\"M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z\",strokeWidth:\"0\",fill:\"currentColor\"}):// Arrow\n/*#__PURE__*/_jsx(\"path\",{d:\"M6 9l6 6l6 -6\"})]});}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ThemeToggle\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ThemeToggle.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={ND7avtkhA:{hover:true}};const cycleOrder=[\"K9MUPBUPW\",\"ND7avtkhA\"];const serializationHash=\"framer-NhW4n\";const variantClassNames={K9MUPBUPW:\"framer-v-1nzmxnk\",ND7avtkhA:\"framer-v-mqwao6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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 humanReadableVariantMap={active:\"K9MUPBUPW\",link:\"ND7avtkhA\"};const getProps=({fontSize,gap,height,id,link,text,width,...props})=>{return{...props,MweGDElhx:fontSize??props.MweGDElhx??80,PwpYb3LdR:text??props.PwpYb3LdR??\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\",tLIlrs8j6:link??props.tLIlrs8j6,variant:humanReadableVariantMap[props.variant]??props.variant??\"K9MUPBUPW\",YSZufrsI7:gap??props.YSZufrsI7??20};};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,PwpYb3LdR,tLIlrs8j6,MweGDElhx,YSZufrsI7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K9MUPBUPW\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"ND7avtkhA-hover\")return false;if(baseVariant===\"ND7avtkhA\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:tLIlrs8j6,motionChild:true,nodeId:\"K9MUPBUPW\",openInNewTab:false,scopeId:\"kVWt4Gw4k\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1nzmxnk\",className,classNames)} framer-dve7wl`,\"data-framer-name\":\"active\",layoutDependency:layoutDependency,layoutId:\"K9MUPBUPW\",ref:refBinding,style:{\"--vwhhey\":numberToPixelString(YSZufrsI7),...style},...addPropertyOverrides({\"ND7avtkhA-hover\":{\"data-framer-name\":undefined},ND7avtkhA:{\"data-framer-name\":\"link\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11y68ps\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"wJhhkX1bW\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgV2lkZSBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Wide Cyr Medium\", \"Druk Wide Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-MweGDElhx-kVWt4Gw4k) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\"})}),className:\"framer-1pg0va0\",\"data-framer-name\":\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\",fonts:[\"CUSTOM;Druk Wide Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"QMnI38FMc\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-MweGDElhx-kVWt4Gw4k\":MweGDElhx},text:PwpYb3LdR,variants:{\"ND7avtkhA-hover\":{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},ND7avtkhA:{\"--extracted-1kkmzbh\":\"1px\",\"--extracted-1nvstw5\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--extracted-r6o4lv\":\"var(--token-b15ce25e-87e3-4e68-9183-262599b66a34, rgba(3, 3, 3, 0))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"ND7avtkhA-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgV2lkZSBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Wide Cyr Medium\", \"Druk Wide Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-MweGDElhx-kVWt4Gw4k) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\",\"--framer-text-stroke-color\":\"var(--extracted-1nvstw5, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\",\"--framer-text-stroke-width\":\"var(--extracted-1kkmzbh, 1px)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\"})})},ND7avtkhA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgV2lkZSBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Wide Cyr Medium\", \"Druk Wide Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-MweGDElhx-kVWt4Gw4k) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b15ce25e-87e3-4e68-9183-262599b66a34, rgba(3, 3, 3, 0)))\",\"--framer-text-stroke-color\":\"var(--extracted-1nvstw5, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\",\"--framer-text-stroke-width\":\"var(--extracted-1kkmzbh, 1px)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NhW4n.framer-dve7wl, .framer-NhW4n .framer-dve7wl { display: block; }\",\".framer-NhW4n.framer-1nzmxnk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: var(--vwhhey); height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NhW4n .framer-11y68ps { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-NhW4n .framer-1pg0va0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NhW4n.framer-v-mqwao6.framer-1nzmxnk { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 605\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ND7avtkhA\":{\"layout\":[\"auto\",\"auto\"]},\"seREhinJ4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PwpYb3LdR\":\"text\",\"tLIlrs8j6\":\"link\",\"MweGDElhx\":\"fontSize\",\"YSZufrsI7\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerkVWt4Gw4k=withCSS(Component,css,\"framer-NhW4n\");export default FramerkVWt4Gw4k;FramerkVWt4Gw4k.displayName=\"nav-link\";FramerkVWt4Gw4k.defaultProps={height:96,width:605};addPropertyControls(FramerkVWt4Gw4k,{variant:{options:[\"K9MUPBUPW\",\"ND7avtkhA\"],optionTitles:[\"active\",\"link\"],title:\"Variant\",type:ControlType.Enum},PwpYb3LdR:{defaultValue:\"\u0433\u043B\u0430\u0432\u043D\u0430\u044F\",displayTextArea:false,title:\"Text\",type:ControlType.String},tLIlrs8j6:{title:\"Link\",type:ControlType.Link},MweGDElhx:{defaultValue:80,title:\"Font Size\",type:ControlType.Number},YSZufrsI7:{defaultValue:20,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerkVWt4Gw4k,[{explicitInter:true,fonts:[{family:\"Druk Wide Cyr Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/9NFS0tfd3DVMOKZnkhYtK3Yw.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkVWt4Gw4k\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"PwpYb3LdR\\\":\\\"text\\\",\\\"tLIlrs8j6\\\":\\\"link\\\",\\\"MweGDElhx\\\":\\\"fontSize\\\",\\\"YSZufrsI7\\\":\\\"gap\\\"}\",\"framerIntrinsicWidth\":\"605\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"96\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ND7avtkhA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"seREhinJ4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kVWt4Gw4k.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,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 NavLink from\"https://framerusercontent.com/modules/gJCT4RwBsCqxPaxrPASu/gzAFzFJPhrDheZ0j2xKf/kVWt4Gw4k.js\";const NavLinkFonts=getFonts(NavLink);const cycleOrder=[\"mKcHvDVSD\",\"ClHIBCO0E\",\"wWJq5RJkR\",\"ADcIWsSDu\",\"TTk09xYjE\",\"fDMr05kwx\",\"pRMv9bUsY\"];const serializationHash=\"framer-895yD\";const variantClassNames={ADcIWsSDu:\"framer-v-a0yupg\",ClHIBCO0E:\"framer-v-1b25gzf\",fDMr05kwx:\"framer-v-67fnxr\",mKcHvDVSD:\"framer-v-ky7544\",pRMv9bUsY:\"framer-v-dp08cp\",TTk09xYjE:\"framer-v-1910bw2\",wWJq5RJkR:\"framer-v-e6fues\"};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 humanReadableVariantMap={about:\"ClHIBCO0E\",blog:\"TTk09xYjE\",contacts:\"fDMr05kwx\",main:\"mKcHvDVSD\",none:\"pRMv9bUsY\",service:\"wWJq5RJkR\",works:\"ADcIWsSDu\"};const getProps=({fontSize,gap,height,id,width,...props})=>{return{...props,byvpMTuMH:fontSize??props.byvpMTuMH??80,pKknGUOlJ:gap??props.pKknGUOlJ??20,variant:humanReadableVariantMap[props.variant]??props.variant??\"mKcHvDVSD\"};};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,byvpMTuMH,pKknGUOlJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mKcHvDVSD\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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(scopingClassNames,\"framer-ky7544\",className,classNames),\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"mKcHvDVSD\",ref:refBinding,style:{...style},...addPropertyOverrides({ADcIWsSDu:{\"data-framer-name\":\"works\"},ClHIBCO0E:{\"data-framer-name\":\"about\"},fDMr05kwx:{\"data-framer-name\":\"contacts\"},pRMv9bUsY:{\"data-framer-name\":\"none\"},TTk09xYjE:{\"data-framer-name\":\"blog\"},wWJq5RJkR:{\"data-framer-name\":\"service\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+0+0),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+0+0)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+0+0)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+0+0)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+0+0)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h7ingz-container\",layoutDependency:layoutDependency,layoutId:\"gmMEJOTeO-container\",nodeId:\"gmMEJOTeO\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"gmMEJOTeO\",layoutId:\"gmMEJOTeO\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u0413\u043B\u0430\u0432\u043D\u0430\u044F\",tLIlrs8j6:resolvedLinks[0],variant:\"K9MUPBUPW\",width:\"100%\",YSZufrsI7:pKknGUOlJ,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks[3],variant:\"ND7avtkhA\"},ClHIBCO0E:{tLIlrs8j6:resolvedLinks[1],variant:\"ND7avtkhA\"},fDMr05kwx:{tLIlrs8j6:resolvedLinks[5],variant:\"ND7avtkhA\"},pRMv9bUsY:{tLIlrs8j6:resolvedLinks[6],variant:\"ND7avtkhA\"},TTk09xYjE:{tLIlrs8j6:resolvedLinks[4],variant:\"ND7avtkhA\"},wWJq5RJkR:{tLIlrs8j6:resolvedLinks[2],variant:\"ND7avtkhA\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+96+10),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+96+10)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+96+10)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+96+10)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+96+10)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+96+10)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mrgf2x-container\",layoutDependency:layoutDependency,layoutId:\"LPEiTZndR-container\",nodeId:\"LPEiTZndR\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"LPEiTZndR\",layoutId:\"LPEiTZndR\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438\",tLIlrs8j6:resolvedLinks1[0],variant:\"ND7avtkhA\",width:\"100%\",YSZufrsI7:20,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks1[3]},ClHIBCO0E:{tLIlrs8j6:resolvedLinks1[1],variant:\"K9MUPBUPW\"},fDMr05kwx:{tLIlrs8j6:resolvedLinks1[5]},pRMv9bUsY:{tLIlrs8j6:resolvedLinks1[6]},TTk09xYjE:{tLIlrs8j6:resolvedLinks1[4]},wWJq5RJkR:{tLIlrs8j6:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+192+20),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+192+20)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+192+20)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+192+20)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+192+20)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+192+20)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7i9bmx-container\",layoutDependency:layoutDependency,layoutId:\"QrJbnAqat-container\",nodeId:\"QrJbnAqat\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"QrJbnAqat\",layoutId:\"QrJbnAqat\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u0423\u0441\u043B\u0443\u0433\u0438\",tLIlrs8j6:resolvedLinks2[0],variant:\"ND7avtkhA\",width:\"100%\",YSZufrsI7:20,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks2[3]},ClHIBCO0E:{tLIlrs8j6:resolvedLinks2[1]},fDMr05kwx:{tLIlrs8j6:resolvedLinks2[5]},pRMv9bUsY:{tLIlrs8j6:resolvedLinks2[6]},TTk09xYjE:{tLIlrs8j6:resolvedLinks2[4]},wWJq5RJkR:{tLIlrs8j6:resolvedLinks2[2],variant:\"K9MUPBUPW\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+288+30),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+288+30)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+288+30)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+288+30)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+288+30)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+288+30)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1599y7v-container\",layoutDependency:layoutDependency,layoutId:\"GA_d26fud-container\",nodeId:\"GA_d26fud\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"GA_d26fud\",layoutId:\"GA_d26fud\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u041A\u0435\u0439\u0441\u044B\",tLIlrs8j6:resolvedLinks3[0],variant:\"ND7avtkhA\",width:\"100%\",YSZufrsI7:20,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks3[3],variant:\"K9MUPBUPW\"},ClHIBCO0E:{tLIlrs8j6:resolvedLinks3[1]},fDMr05kwx:{tLIlrs8j6:resolvedLinks3[5]},pRMv9bUsY:{tLIlrs8j6:resolvedLinks3[6]},TTk09xYjE:{tLIlrs8j6:resolvedLinks3[4]},wWJq5RJkR:{tLIlrs8j6:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+384+40),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+384+40)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+384+40)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+384+40)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+384+40)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+384+40)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2rc8oy-container\",layoutDependency:layoutDependency,layoutId:\"V3A5npCm1-container\",nodeId:\"V3A5npCm1\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"V3A5npCm1\",layoutId:\"V3A5npCm1\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u0411\u043B\u043E\u0433\",tLIlrs8j6:resolvedLinks4[0],variant:\"ND7avtkhA\",width:\"100%\",YSZufrsI7:20,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks4[3]},ClHIBCO0E:{tLIlrs8j6:resolvedLinks4[1]},fDMr05kwx:{tLIlrs8j6:resolvedLinks4[5]},pRMv9bUsY:{tLIlrs8j6:resolvedLinks4[6]},TTk09xYjE:{tLIlrs8j6:resolvedLinks4[4],variant:\"K9MUPBUPW\"},wWJq5RJkR:{tLIlrs8j6:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,y:(componentViewport?.y||0)+0+(((componentViewport?.height||626)-0-626)/2+480+50),...addPropertyOverrides({ADcIWsSDu:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+480+50)},fDMr05kwx:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+480+50)},pRMv9bUsY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+480+50)},TTk09xYjE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+480+50)},wWJq5RJkR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-626)/2+480+50)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t2cxr7-container\",layoutDependency:layoutDependency,layoutId:\"j1yV68Wkv-container\",nodeId:\"j1yV68Wkv\",rendersWithMotion:true,scopeId:\"hf5BIlSWJ\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"j1yV68Wkv\",layoutId:\"j1yV68Wkv\",MweGDElhx:byvpMTuMH,PwpYb3LdR:\"\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B\",tLIlrs8j6:resolvedLinks5[0],variant:\"ND7avtkhA\",width:\"100%\",YSZufrsI7:20,...addPropertyOverrides({ADcIWsSDu:{tLIlrs8j6:resolvedLinks5[3]},ClHIBCO0E:{tLIlrs8j6:resolvedLinks5[1]},fDMr05kwx:{tLIlrs8j6:resolvedLinks5[5],variant:\"K9MUPBUPW\"},pRMv9bUsY:{tLIlrs8j6:resolvedLinks5[6]},TTk09xYjE:{tLIlrs8j6:resolvedLinks5[4]},wWJq5RJkR:{tLIlrs8j6:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-895yD.framer-1vg5dsk, .framer-895yD .framer-1vg5dsk { display: block; }\",\".framer-895yD.framer-ky7544 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-895yD .framer-h7ingz-container, .framer-895yD .framer-mrgf2x-container, .framer-895yD .framer-7i9bmx-container, .framer-895yD .framer-1599y7v-container, .framer-895yD .framer-2rc8oy-container, .framer-895yD .framer-1t2cxr7-container { flex: none; height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 626\n * @framerIntrinsicWidth 817.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ClHIBCO0E\":{\"layout\":[\"auto\",\"auto\"]},\"wWJq5RJkR\":{\"layout\":[\"auto\",\"auto\"]},\"ADcIWsSDu\":{\"layout\":[\"auto\",\"auto\"]},\"TTk09xYjE\":{\"layout\":[\"auto\",\"auto\"]},\"fDMr05kwx\":{\"layout\":[\"auto\",\"auto\"]},\"pRMv9bUsY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"byvpMTuMH\":\"fontSize\",\"pKknGUOlJ\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerhf5BIlSWJ=withCSS(Component,css,\"framer-895yD\");export default Framerhf5BIlSWJ;Framerhf5BIlSWJ.displayName=\"nav\";Framerhf5BIlSWJ.defaultProps={height:626,width:817.5};addPropertyControls(Framerhf5BIlSWJ,{variant:{options:[\"mKcHvDVSD\",\"ClHIBCO0E\",\"wWJq5RJkR\",\"ADcIWsSDu\",\"TTk09xYjE\",\"fDMr05kwx\",\"pRMv9bUsY\"],optionTitles:[\"main\",\"about\",\"service\",\"works\",\"blog\",\"contacts\",\"none\"],title:\"Variant\",type:ControlType.Enum},byvpMTuMH:{defaultValue:80,title:\"Font Size\",type:ControlType.Number},pKknGUOlJ:{defaultValue:20,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(Framerhf5BIlSWJ,[{explicitInter:true,fonts:[]},...NavLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhf5BIlSWJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"626\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"byvpMTuMH\\\":\\\"fontSize\\\",\\\"pKknGUOlJ\\\":\\\"gap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ClHIBCO0E\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wWJq5RJkR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ADcIWsSDu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TTk09xYjE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fDMr05kwx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pRMv9bUsY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"817.5\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hf5BIlSWJ.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as o,steps as h}from\"@motionone/easing\";const l={ease:o(.25,.1,.25,1),\"ease-in\":o(.42,0,1,1),\"ease-in-out\":o(.42,0,.58,1),\"ease-out\":o(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return o(...s);const a=l[s];if(a)return a;if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return h(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:o,duration:h=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\",autoplay:d=true}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||s.easing;if(a(o)){const t=o.createAnimation(i);o=t.easing;i=t.keyframes||i;h=t.duration||h}this.repeat=m;this.easing=n(o)?e:getEasingFunction(o);this.updateDuration(h);const f=r(i,c,n(o)?o.map(getEasingFunction):e);this.tick=i=>{var e;l;let s=0;s=this.pauseTime!==void 0?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);this.playState===\"finished\"&&this.pauseTime===void 0&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);r===1&&n--;const o=n%2;(p===\"reverse\"||p===\"alternate\"&&o||p===\"alternate-reverse\"&&!o)&&(r=1-r);const h=s>=this.totalDuration?1:Math.min(r,1);const m=f(this.easing(h));t(m);const c=this.pauseTime===void 0&&(this.playState===\"finished\"||s>=this.totalDuration+u);if(c){this.playState=\"finished\";(e=this.resolve)===null||e===void 0?void 0:e.call(this,m)}else this.playState!==\"idle\"&&(this.frameRequestId=requestAnimationFrame(this.tick))};d&&this.play()}play(){const t=performance.now();this.playState=\"running\";this.pauseTime!==void 0?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId);(t=this.reject)===null||t===void 0?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){this.pauseTime!==void 0||this.rate===0?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n//# sourceMappingURL=index.es.js.map\n", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "class MotionValue{setAnimation(i){this.animation=i;i===null||i===void 0?void 0:i.finished.then((()=>this.clearAnimation())).catch((()=>{}))}clearAnimation(){this.animation=this.generator=void 0}}export{MotionValue};\n//# sourceMappingURL=index.es.js.map\n", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(typeof t!==\"function\"&&t!==null)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=t===null?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols===\"function\"){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect===\"object\"&&typeof Reflect.decorate===\"function\")i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __esDecorate(e,t,r,n,o,a){function accept(e){if(e!==void 0&&typeof e!==\"function\")throw new TypeError(\"Function expected\");return e}var i=n.kind,c=i===\"getter\"?\"get\":i===\"setter\"?\"set\":\"value\";var s=!t&&e?n.static?e:e.prototype:null;var l=t||(s?Object.getOwnPropertyDescriptor(s,n.name):{});var u,_=false;for(var f=r.length-1;f>=0;f--){var p={};for(var y in n)p[y]=y===\"access\"?{}:n[y];for(var y in n.access)p.access[y]=n.access[y];p.addInitializer=function(e){if(_)throw new TypeError(\"Cannot add initializers after decoration has completed\");a.push(accept(e||null))};var d=(0,r[f])(i===\"accessor\"?{get:l.get,set:l.set}:l[c],p);if(i===\"accessor\"){if(d===void 0)continue;if(d===null||typeof d!==\"object\")throw new TypeError(\"Object expected\");(u=accept(d.get))&&(l.get=u);(u=accept(d.set))&&(l.set=u);(u=accept(d.init))&&o.unshift(u)}else(u=accept(d))&&(i===\"field\"?o.unshift(u):l[c]=u)}s&&Object.defineProperty(s,n.name,l);_=true}function __runInitializers(e,t,r){var n=arguments.length>2;for(var o=0;o<t.length;o++)r=n?t[o].call(e,r):t[o].call(e);return n?r:void 0}function __propKey(e){return typeof e===\"symbol\"?e:\"\".concat(e)}function __setFunctionName(e,t,r){typeof t===\"symbol\"&&(t=t.description?\"[\".concat(t.description,\"]\"):\"\");return Object.defineProperty(e,\"name\",{configurable:true,value:r?\"\".concat(r,\" \",t):t})}function __metadata(e,t){if(typeof Reflect===\"object\"&&typeof Reflect.metadata===\"function\")return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},typeof Symbol===\"function\"&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(c){if(r)throw new TypeError(\"Generator is already executing.\");while(a&&(a=0,c[0]&&(i=0)),i)try{if(r=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;(n=0,o)&&(c=[c[0]&2,o.value]);switch(c[0]){case 0:case 1:o=c;break;case 4:i.label++;return{value:c[1],done:false};case 5:i.label++;n=c[1];c=[0];continue;case 7:c=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){i=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(c[0]===6&&i.label<o[1]){i.label=o[1];o=c;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(c);break}o[2]&&i.ops.pop();i.trys.pop();continue}c=t.call(e,i)}catch(e){c=[6,e];n=0}finally{r=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){n===void 0&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)n===\"default\"||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=typeof Symbol===\"function\"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length===\"number\")return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=typeof Symbol===\"function\"&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((t===void 0||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||arguments.length===2)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\",awaitReturn),n[Symbol.asyncIterator]=function(){return this},n;function awaitReturn(e){return function(t){return Promise.resolve(t).then(e,reject)}}function verb(e,t){if(o[e]){n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))};t&&(n[e]=t(n[e]))}}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:false}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=typeof __values===\"function\"?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(r!=null)for(var o in r)o!==\"default\"&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(r===\"a\"&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(typeof t===\"function\"?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return r===\"m\"?n:r===\"a\"?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(n===\"m\")throw new TypeError(\"Private method is not writable\");if(n===\"a\"&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(typeof t===\"function\"?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return n===\"a\"?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(t===null||typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Cannot use 'in' operator on non-object\");return typeof e===\"function\"?t===e:e.has(t)}function __addDisposableResource(e,t,r){if(t!==null&&t!==void 0){if(typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Object expected.\");var n,o;if(r){if(!Symbol.asyncDispose)throw new TypeError(\"Symbol.asyncDispose is not defined.\");n=t[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError(\"Symbol.dispose is not defined.\");n=t[Symbol.dispose];r&&(o=n)}if(typeof n!==\"function\")throw new TypeError(\"Object not disposable.\");o&&(n=function(){try{o.call(this)}catch(e){return Promise.reject(e)}});e.stack.push({value:t,dispose:n,async:r})}else r&&e.stack.push({async:true});return t}var r=typeof SuppressedError===\"function\"?SuppressedError:function(e,t,r){var n=new Error(r);return n.name=\"SuppressedError\",n.error=e,n.suppressed=t,n};function __disposeResources(e){function fail(t){e.error=e.hasError?new r(t,e.error,\"An error was suppressed during disposal.\"):t;e.hasError=true}function next(){while(e.stack.length){var t=e.stack.pop();try{var r=t.dispose&&t.dispose.call(t.value);if(t.async)return Promise.resolve(r).then(next,(function(e){fail(e);return next()}))}catch(e){fail(e)}}if(e.hasError)throw e.error}return next()}var n={__extends:__extends,__assign:__assign,__rest:__rest,__decorate:__decorate,__param:__param,__metadata:__metadata,__awaiter:__awaiter,__generator:__generator,__createBinding:e,__exportStar:__exportStar,__values:__values,__read:__read,__spread:__spread,__spreadArrays:__spreadArrays,__spreadArray:__spreadArray,__await:__await,__asyncGenerator:__asyncGenerator,__asyncDelegator:__asyncDelegator,__asyncValues:__asyncValues,__makeTemplateObject:__makeTemplateObject,__importStar:__importStar,__importDefault:__importDefault,__classPrivateFieldGet:__classPrivateFieldGet,__classPrivateFieldSet:__classPrivateFieldSet,__classPrivateFieldIn:__classPrivateFieldIn,__addDisposableResource:__addDisposableResource,__disposeResources:__disposeResources};export{__addDisposableResource,__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__disposeResources,__esDecorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__propKey,__read,__rest,__runInitializers,__setFunctionName,__spread,__spreadArray,__spreadArrays,__values,n as default};\n//# sourceMappingURL=tslib.es6.mjs.map\n", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i,restDistance:h}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);const g=Math.abs(d)<5;i||(i=g?.01:2);h||(h=g?.005:.5);let m;if(l<1){const e=f*Math.sqrt(1-l*l);m=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else m=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=m(e);const t=e===0?c:calcGeneratorVelocity(m,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>i!==void 0&&e<i||h!==void 0&&e>h;const nearestBoundary=e=>i===void 0?h:h===void 0||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=c===void 0?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&p===void 0){t=true;applyFriction(e);checkCatchBoundary(e)}if(p!==void 0&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));n===void 0&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;i.length===1&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(n!==null&&n!==void 0?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n//# sourceMappingURL=index.es.js.map\n", "import{getEasingFunction as e,Animation as t}from\"@motionone/animation\";import{invariant as n}from\"hey-listen\";import{MotionValue as o}from\"@motionone/types\";import{noopReturn as i,addUniqueItem as s,progress as r,isFunction as a,defaults as c,isCubicBezier as l,isString as f,isEasingGenerator as u,isEasingList as d,isNumber as g,time as m,noop as h,removeItem as p,mix as v,getEasingForSegment as y,defaultOffset as w,fillOffset as E,velocityPerSecond as b,interpolate as A}from\"@motionone/utils\";import{__rest as S}from\"tslib\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as z,glide as V}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(e,t){e.has(t)||e.set(t,new o);return e.get(t)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const M={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const B={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:i},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const N=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{N.push(e+t);k.set(asTransformCssVar(e+t),B[e])}))}));const compareTransformOrder=(e,t)=>N.indexOf(e)-N.indexOf(t);const $=new Set(N);const isTransform=e=>$.has(e);const addTransformToElement=(e,t)=>{M[t]&&(t=M[t]);const{transforms:n}=getAnimationData(e);s(n,t);e.style.transform=buildTransformTemplate(n)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const C=new Set;function registerCssVariable(e){if(!C.has(e)){C.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const j={cssRegisterProperty:()=>typeof CSS!==\"undefined\"&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const P={};const R={};for(const e in j)R[e]=()=>{P[e]===void 0&&(P[e]=j[e]());return P[e]};const H=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const o=Math.round(t/H);for(let t=0;t<o;t++)n+=e(r(0,o-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>a(e)?R.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:c.easing:l(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)e[n]===null&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){M[e]&&(e=M[e]);return isTransform(e)?asTransformCssVar(e):e}const I={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&n!==0){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&e.playState!==\"finished\")try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getUnitConverter(e,t){var n;let o=(t===null||t===void 0?void 0:t.toDefaultUnit)||i;const s=e[e.length-1];if(f(s)){const e=((n=s.match(/(-?[\\d.]+)([a-z%]*)/))===null||n===void 0?void 0:n[2])||\"\";e&&(o=t=>t+e)}return o}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={},i){const s=getDevToolsRecord();const r=o.record!==false&&s;let l;let{duration:f=c.duration,delay:p=c.delay,endDelay:v=c.endDelay,repeat:y=c.repeat,easing:w=c.easing,persist:E=false,direction:b,offset:A,allowWebkitAcceleration:S=false,autoplay:O=true}=o;const x=getAnimationData(e);const z=isTransform(t);let V=R.waapi();z&&addTransformToElement(e,t);const W=getStyleName(t);const L=getMotionValue(x.values,W);const T=k.get(W);stopAnimation(L.animation,!(u(w)&&L.generator)&&o.record!==false);return()=>{const readInitialValue=()=>{var t,n;return(n=(t=I.get(e,W))!==null&&t!==void 0?t:T===null||T===void 0?void 0:T.initialValue)!==null&&n!==void 0?n:0};let c=hydrateKeyframes(keyframesList(n),readInitialValue);const x=getUnitConverter(c,T);if(u(w)){const e=w.createAnimation(c,t!==\"opacity\",readInitialValue,W,L);w=e.easing;c=e.keyframes||c;f=e.duration||f}isCssVar(W)&&(R.cssRegisterProperty()?registerCssVariable(W):V=false);z&&!R.linearEasing()&&(a(w)||d(w)&&w.some(a))&&(V=false);if(V){T&&(c=c.map((e=>g(e)?T.toDefaultUnit(e):e)));c.length!==1||R.partialKeyframes()&&!r||c.unshift(readInitialValue());const t={delay:m.ms(p),duration:m.ms(f),endDelay:m.ms(v),easing:d(w)?void 0:convertEasing(w,f),direction:b,iterations:y+1,fill:\"both\"};l=e.animate({[W]:c,offset:A,easing:d(w)?w.map((e=>convertEasing(e,f))):void 0},t);l.finished||(l.finished=new Promise(((e,t)=>{l.onfinish=e;l.oncancel=t})));const n=c[c.length-1];l.finished.then((()=>{if(!E){I.set(e,W,n);l.cancel()}})).catch(h);S||(l.playbackRate=1.000001)}else if(i&&z){c=c.map((e=>typeof e===\"string\"?parseFloat(e):e));c.length===1&&c.unshift(parseFloat(readInitialValue()));l=new i((t=>{I.set(e,W,x?x(t):t)}),c,Object.assign(Object.assign({},o),{duration:f,easing:w}))}else{const t=c[c.length-1];I.set(e,W,T&&g(t)?T.toDefaultUnit(t):t)}r&&s(e,t,c,{duration:f,delay:p,easing:w,repeat:y,offset:A},\"motion-one\");L.setAnimation(l);l&&!O&&l.pause();return l}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(typeof e===\"string\")if(t){(n=t[e])!==null&&n!==void 0?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=c.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},U);const getActiveAnimation=e=>e.animations[0];const U={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return m.s((n===null||n===void 0?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return n===null||n===void 0?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(h));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return typeof(n===null||n===void 0?void 0:n[t])===\"undefined\"?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=m.ms(n);case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(t=.1,{start:n=0,from:o=0,easing:i}={}){return(s,r)=>{const a=g(o)?o:getFromIndex(o,r);const c=Math.abs(a-s);let l=t*c;if(i){const n=r*t;const o=e(i);l=o(l/n)*n}return n+l}}function getFromIndex(e,t){if(e===\"first\")return 0;{const n=t-1;return e===\"last\"?n:n/2}}function resolveOption(e,t,n){return a(e)?e(t,n):e}function createAnimate(e){return function animate(t,o,i={}){t=resolveElements(t);const s=t.length;n(Boolean(s),\"No valid element provided.\");n(Boolean(o),\"No keyframes defined.\");const r=[];for(let n=0;n<s;n++){const a=t[n];for(const t in o){const c=getOptions(i,t);c.delay=resolveOption(c.delay,n,s);const l=animateStyle(a,t,o[t],c,e);r.push(l)}}return withControls(r,i,i.duration)}}const F=createAnimate(t);function calcNextTime(e,t,n,o){var i;return g(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):t===\"<\"?n:(i=o.get(t))!==null&&i!==void 0?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){p(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:v(i,s,o[r]),easing:y(n,r)})}function compareByTime(e,t){return e.at===t.at?e.value===null?1:-1:e.at-t.at}function timeline(e,n={}){var o;const i=createAnimationsFromTimeline(e,n);const s=i.map((e=>animateStyle(...e,t))).filter(Boolean);return withControls(s,n,(o=i[0])===null||o===void 0?void 0:o[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:o={}}=t,i=S(t,[\"defaultOptions\"]);const s=[];const a=new Map;const l={};const d=new Map;let g=0;let m=0;let h=0;for(let t=0;t<e.length;t++){const i=e[t];if(f(i)){d.set(i,m);continue}if(!Array.isArray(i)){d.set(i.name,calcNextTime(m,i.at,g,d));continue}const[s,r,p={}]=i;p.at!==void 0&&(m=calcNextTime(m,p.at,g,d));let v=0;const y=resolveElements(s,l);const b=y.length;for(let e=0;e<b;e++){const t=y[e];const i=getElementSequence(t,a);for(const t in r){const s=getValueSequence(t,i);let a=keyframesList(r[t]);const l=getOptions(p,t);let{duration:f=o.duration||c.duration,easing:d=o.easing||c.easing}=l;if(u(d)){n(t===\"opacity\"||a.length>1,\"spring must be provided 2 keyframes within timeline()\");const e=d.createAnimation(a,t!==\"opacity\",(()=>0),t);d=e.easing;a=e.keyframes||a;f=e.duration||f}const g=resolveOption(p.delay,e,b)||0;const y=m+g;const A=y+f;let{offset:S=w(a.length)}=l;S.length===1&&S[0]===0&&(S[1]=1);const O=S.length-a.length;O>0&&E(S,O);a.length===1&&a.unshift(null);addKeyframes(s,a,d,S,y,A);v=Math.max(g+f,v);h=Math.max(A,h)}}g=m;m+=v}a.forEach(((e,t)=>{for(const n in e){const a=e[n];a.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];l.push(n);f.push(r(0,h,t));u.push(o||c.easing)}if(f[0]!==0){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(f[f.length-1]!==1){f.push(1);l.push(null)}s.push([t,n,l,Object.assign(Object.assign(Object.assign({},o),{duration:h,easing:u,offset:f}),i)])}}));return s}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function canGenerate(e){return g(e)&&!isNaN(e)}function getAsNumber(e){return f(e)?parseFloat(e):e}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s},n)));return o.get(a)};const getKeyframes=(e,n)=>{t.has(e)||t.set(e,O(e,n));return t.get(e)};return{createAnimation:(e,t=true,n,o,s)=>{let r;let a;let c;let l=0;let f=i;const u=e.length;if(t){f=getUnitConverter(e,o?k.get(getStyleName(o)):void 0);const t=e[u-1];c=getAsNumber(t);if(u>1&&e[0]!==null)a=getAsNumber(e[0]);else{const e=s===null||s===void 0?void 0:s.generator;if(e){const{animation:t,generatorStartTime:n}=s;const o=(t===null||t===void 0?void 0:t.startTime)||n||0;const i=(t===null||t===void 0?void 0:t.currentTime)||performance.now()-o;const r=e(i).current;a=r;l=x((t=>e(t).current),i,r)}else n&&(a=getAsNumber(n()))}}if(canGenerate(a)&&canGenerate(c)){const e=getGenerator(a,c,l,o===null||o===void 0?void 0:o.includes(\"scale\"));r=Object.assign(Object.assign({},getKeyframes(e,f)),{easing:\"linear\"});if(s){s.generator=e;s.generatorStartTime=performance.now()}}if(!r){const e=getKeyframes(getGenerator(0,100));r={easing:\"ease\",duration:e.overshootDuration}}return r}}}}const G=createGeneratorEasing(z);const q=createGeneratorEasing(V);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(typeof IntersectionObserver===\"undefined\")return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);a(n)?r.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:typeof i===\"number\"?i:K[i]});s.forEach((e=>c.observe(e)));return()=>c.disconnect()}const _=new WeakMap;let Z;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;(o=_.get(e))===null||o===void 0?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){typeof ResizeObserver!==\"undefined\"&&(Z=new ResizeObserver(notifyAll))}function resizeElement(e,t){Z||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=_.get(e);if(!n){n=new Set;_.set(e,n)}n.add(t);Z===null||Z===void 0?void 0:Z.observe(e)}));return()=>{n.forEach((e=>{const n=_.get(e);n===null||n===void 0?void 0:n.delete(t);(n===null||n===void 0?void 0:n.size)||(Z===null||Z===void 0?void 0:Z.unobserve(e))}))}}const X=new Set;let Y;function createWindowResizeHandler(){Y=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};X.forEach((e=>e(t)))};window.addEventListener(\"resize\",Y)}function resizeWindow(e){X.add(e);Y||createWindowResizeHandler();return()=>{X.delete(e);!X.size&&Y&&(Y=void 0)}}function resize(e,t){return a(e)?resizeWindow(e):resizeElement(e,t)}const J=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const Q={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:a}=Q[t];const c=i.current;const l=n.time;i.current=e[`scroll${a}`];i.scrollLength=e[`scroll${s}`]-e[`client${s}`];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=r(0,i.scrollLength,i.current);const f=o-l;i.velocity=f>J?0:b(i.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&o.tagName!==\"svg\")o=o.parentNode}return n}const ee={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const te={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;te[e]!==void 0&&(e=te[e]);if(f(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}g(e)&&(o=t*e);return n+o}const ne=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:ne;let s=0;let r=0;if(g(e))i=[e,e];else if(f(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,te[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const oe={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=ee.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=s===\"y\"?\"height\":\"width\";const a=i!==e?calcInset(i,e):oe;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=A(w(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:a(t)?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,t){e.pause();e.forEachNative(((e,{easing:t})=>{var n,o;if(e.updateDuration){t||(e.easing=i);e.updateDuration(1)}else{const i={duration:1e3};t||(i.easing=\"linear\");(o=(n=e.effect)===null||n===void 0?void 0:n.updateTiming)===null||o===void 0?void 0:o.call(n,i)}}));return()=>{e.currentTime=t.progress}}const ie=new WeakMap;const se=new WeakMap;const re=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=re.get(n);if(!i){i=new Set;re.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!ie.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};ie.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&se.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=ie.get(n);const c=requestAnimationFrame(a);return()=>{var t;typeof e!==\"function\"&&e.stop();cancelAnimationFrame(c);const o=re.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=ie.get(n);ie.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);(t=se.get(n))===null||t===void 0?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return typeof e===\"object\"}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ae;function processScheduledAnimations(){if(!ae)return;const e=ae.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ae=void 0}function scheduleAnimation(e){if(ae)s(ae,e);else{ae=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ae&&p(ae,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ce={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||o.pointerType===\"mouse\"){n();dispatchPointerEvent(e,t,o)}};const le={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const fe={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ue={inView:ce,hover:le,press:fe};const de=[\"initial\",\"animate\",...Object.keys(ue),\"exit\"];const ge=new WeakMap;function createMotionState(e={},o){let i;let s=o?o.getDepth()+1:0;const r={initial:true,animate:true};const a={};const c={};for(const t of de)c[t]=typeof e[t]===\"string\"?e[t]:o===null||o===void 0?void 0:o.getContext()[t];const l=e.initial===false?\"animate\":\"initial\";let f=resolveVariant(e[l]||c[l],e.variants)||{},u=S(f,[\"transition\"]);const d=Object.assign({},u);function*animateUpdates(){var n,o;const s=u;u={};const a={};for(const t of de){if(!r[t])continue;const i=resolveVariant(e[t]);if(i)for(const t in i)if(t!==\"transition\"){u[t]=i[t];a[t]=getOptions((o=(n=i.transition)!==null&&n!==void 0?n:e.transition)!==null&&o!==void 0?o:{},t)}}const c=new Set([...Object.keys(u),...Object.keys(s)]);const l=[];c.forEach((e=>{var n;u[e]===void 0&&(u[e]=d[e]);if(hasChanged(s[e],u[e])){(n=d[e])!==null&&n!==void 0?n:d[e]=I.get(i,e);l.push(animateStyle(i,e,u[e],a[e],t))}}));yield;const f=l.map((e=>e())).filter(Boolean);if(!f.length)return;const g=u;i.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(f.map((e=>e.finished))).then((()=>{i.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(h)}const setGesture=(e,t)=>()=>{r[e]=t;scheduleAnimation(g)};const updateGestureSubscriptions=()=>{for(const t in ue){const n=ue[t].isActive(e);const o=a[t];if(n&&!o)a[t]=ue[t].subscribe(i,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!n&&o){o();delete a[t]}}};const g={update:t=>{if(i){e=t;updateGestureSubscriptions();scheduleAnimation(g)}},setActive:(e,t)=>{if(i){r[e]=t;scheduleAnimation(g)}},animateUpdates:animateUpdates,getDepth:()=>s,getTarget:()=>u,getOptions:()=>e,getContext:()=>c,mount:e=>{n(Boolean(e),\"Animation state must be mounted with valid Element\");i=e;ge.set(i,g);updateGestureSubscriptions();return()=>{ge.delete(i);unscheduleAnimation(g);for(const e in a)a[e]()}},isMounted:()=>Boolean(i)};return g}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){M[o]&&(o=M[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=k.get(o);r&&(s=g(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{ee as ScrollOffset,F as animate,animateStyle,createAnimate,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,ge as mountedStates,resize,scroll,G as spring,stagger,I as style,timeline,withControls};\n//# sourceMappingURL=index.es.js.map\n", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-JSGCz\";const variantClassNames={D5rXNu9WN:\"framer-v-kbjuli\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.2,type:\"spring\"};const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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:\"D5rXNu9WN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-kbjuli\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"D5rXNu9WN\",ref:refBinding,style:{backgroundColor:\"var(--token-88dda395-4122-41e9-95b1-a4e242f5b636, rgb(3, 3, 3))\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t33mzu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DY4tkkTlm-container\",nodeId:\"DY4tkkTlm\",rendersWithMotion:true,scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:5,overflow:false},gap:0,height:\"100%\",hoverFactor:0,id:\"DY4tkkTlm\",layoutId:\"DY4tkkTlm\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"FA9r2V90k\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-jlp7pr framer-12c8ff2\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"FA9r2V90k\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f4lq74\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"Hu0AuNCTt\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ehqvyt\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"xBLuWzxtx\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mju5mk\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"z4dNJy75g\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041B\u0435\u043D\u0434\u0438\u043D\u0433\"})}),className:\"framer-1j8aaf3\",\"data-framer-name\":\"\u041B\u0435\u043D\u0434\u0438\u043D\u0433\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"o1ZUWSP8d\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14e3jiv\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"IunCm2k2O\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ayg5yl\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"LWbnUsWcO\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qirgab\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"uajCRRJts\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qg4yyk\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"MJPuv_e5Q\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0410\u0443\u0434\u0438\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u044B\"})}),className:\"framer-6il7o0\",\"data-framer-name\":\"\u0410\u0443\u0434\u0438\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u044B\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"zYSXP_SDd\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eHn47LTnp\"},motionChild:true,nodeId:\"TbTKWNKNi\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-496mnz framer-12c8ff2\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"TbTKWNKNi\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lfir1w\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"HxOJCoOS_\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11s8sdt\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"RR0acQCmg\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rui994\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"gO3pBVq9q\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0422\u0430\u0440\u0433\u0435\u0442\"})}),className:\"framer-ryrxmx\",\"data-framer-name\":\"\u0422\u0430\u0440\u0433\u0435\u0442\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"bqiyrply2\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"fdpYsTMRj\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1prl3k7 framer-12c8ff2\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"fdpYsTMRj\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xv9965\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"KmiL965dH\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f279m1\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"n_hvbbVPw\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mmobin\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"cZsFH3A1q\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0421\u0430\u0439\u0442 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438\"})}),className:\"framer-t9ypty\",\"data-framer-name\":\"\u0421\u0430\u0439\u0442 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"Qtk8Z1TJT\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"ZOHKpA5QH\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-gioskc framer-12c8ff2\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"ZOHKpA5QH\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1suvwcy\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"ITCIr2Drh\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9055so\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"UzzTAjec5\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hmkn4s\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"rm5It2tF8\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u043C\u0430\u0433\u0430\u0437\u0438\u043D\"})}),className:\"framer-1oll25t\",\"data-framer-name\":\"\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u043C\u0430\u0433\u0430\u0437\u0438\u043D\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"O3AF6KYuk\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"pIYVAlF8v\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5yli37 framer-12c8ff2\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"pIYVAlF8v\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hxoqdz\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"oTyZcX43U\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ghiw8o\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"nk9fgXHzZ\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4xnwmp\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"E0Sj4BPCn\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\"})}),className:\"framer-ejc38f\",\"data-framer-name\":\"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"bmCcdx2Ui\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eHn47LTnp\"},motionChild:true,nodeId:\"BbanaH6DA\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-fbf9kd framer-12c8ff2\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"BbanaH6DA\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-is4lwv\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"dcAiAbqZp\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-698s3g\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"WI2GU8CZF\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-adngts\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"su9fpE8b7\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u0430\u044F \u0440\u0435\u043A\u043B\u0430\u043C\u0430\"})}),className:\"framer-1b008ly\",\"data-framer-name\":\"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u0430\u044F \u0440\u0435\u043A\u043B\u0430\u043C\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"qv566ea8H\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"v3vtUntVF\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-noo8v4 framer-12c8ff2\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"v3vtUntVF\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17vu2mr\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"EA5DdecjN\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gdnsya\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"h41nJmlvM\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f10z8b\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"nuigaSBmf\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0410\u0443\u0434\u0438\u0442 \u044E\u0437\u0430\u0431\u0438\u0442\u0438\u043B\u0438\"})}),className:\"framer-1t45yqk\",\"data-framer-name\":\"\u0410\u0443\u0434\u0438\u0442 \u044E\u0437\u0430\u0431\u0438\u0442\u0438\u043B\u0438 \u0441\u0430\u0439\u0442\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"NSTiSnx8r\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"hjRMyVtVC\",openInNewTab:false,scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-12lprbx framer-12c8ff2\",\"data-framer-name\":\"9\",layoutDependency:layoutDependency,layoutId:\"hjRMyVtVC\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r9ubnr\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"xWFhBfAOZ\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15q4ft2\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"lVL9KmbOv\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxai3c\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"Mr3Z95sBn\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"SEO-\u0430\u0443\u0434\u0438\u0442\"})}),className:\"framer-32xdjk\",\"data-framer-name\":\"SEO-\u0430\u0443\u0434\u0438\u0442\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"retBmnSzL\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"Jc8cHzhTH\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1acabpk framer-12c8ff2\",\"data-framer-name\":\"10\",layoutDependency:layoutDependency,layoutId:\"Jc8cHzhTH\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tve2ln\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"iMV0NuUnc\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lgvjpg\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"LQ6TMHxN9\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pto4k7\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"XCcAKAcVM\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0412\u0435\u0431 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430\"})}),className:\"framer-1vzquyy\",\"data-framer-name\":\"\u0412\u0435\u0431 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"CzgRtM5O4\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"Cdi8ERcOG\",scopeId:\"ifzq8aIw9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-15xgoem framer-12c8ff2\",\"data-framer-name\":\"11\",layoutDependency:layoutDependency,layoutId:\"Cdi8ERcOG\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-154i4wp\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"M5IEsmSnL\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ka8ah0\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"YpTdfF0fI\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rvg661\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"nZVggjIMP\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0421\u043B\u043E\u0436\u043D\u044B\u0435 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u044B\"})}),className:\"framer-6i5n9y\",\"data-framer-name\":\"\u0421\u043B\u043E\u0436\u043D\u044B\u0435 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u044B\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"cwkbaXPrd\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JSGCz.framer-12c8ff2, .framer-JSGCz .framer-12c8ff2 { display: block; }\",\".framer-JSGCz.framer-kbjuli { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1918px; }\",\".framer-JSGCz .framer-1t33mzu-container { flex: 1 0 0px; height: 32px; position: relative; width: 1px; }\",\".framer-JSGCz .framer-jlp7pr, .framer-JSGCz .framer-496mnz, .framer-JSGCz .framer-1prl3k7, .framer-JSGCz .framer-gioskc, .framer-JSGCz .framer-5yli37, .framer-JSGCz .framer-fbf9kd, .framer-JSGCz .framer-noo8v4, .framer-JSGCz .framer-12lprbx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 25px; position: relative; text-decoration: none; width: min-content; }\",\".framer-JSGCz .framer-f4lq74, .framer-JSGCz .framer-ayg5yl, .framer-JSGCz .framer-1lfir1w, .framer-JSGCz .framer-1xv9965, .framer-JSGCz .framer-1suvwcy, .framer-JSGCz .framer-1hxoqdz, .framer-JSGCz .framer-is4lwv, .framer-JSGCz .framer-17vu2mr, .framer-JSGCz .framer-1r9ubnr, .framer-JSGCz .framer-1tve2ln, .framer-JSGCz .framer-154i4wp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 3px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-JSGCz .framer-ehqvyt, .framer-JSGCz .framer-qirgab, .framer-JSGCz .framer-11s8sdt, .framer-JSGCz .framer-1f279m1, .framer-JSGCz .framer-9055so, .framer-JSGCz .framer-1ghiw8o, .framer-JSGCz .framer-698s3g, .framer-JSGCz .framer-gdnsya, .framer-JSGCz .framer-15q4ft2, .framer-JSGCz .framer-1lgvjpg, .framer-JSGCz .framer-ka8ah0 { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-JSGCz .framer-mju5mk, .framer-JSGCz .framer-qg4yyk, .framer-JSGCz .framer-rui994, .framer-JSGCz .framer-mmobin, .framer-JSGCz .framer-1hmkn4s, .framer-JSGCz .framer-4xnwmp, .framer-JSGCz .framer-adngts, .framer-JSGCz .framer-f10z8b, .framer-JSGCz .framer-yxai3c, .framer-JSGCz .framer-pto4k7, .framer-JSGCz .framer-rvg661 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 5px 4px 5px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-JSGCz .framer-1j8aaf3, .framer-JSGCz .framer-6il7o0, .framer-JSGCz .framer-ryrxmx, .framer-JSGCz .framer-t9ypty, .framer-JSGCz .framer-1oll25t, .framer-JSGCz .framer-ejc38f, .framer-JSGCz .framer-1b008ly, .framer-JSGCz .framer-1t45yqk, .framer-JSGCz .framer-32xdjk, .framer-JSGCz .framer-1vzquyy, .framer-JSGCz .framer-6i5n9y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JSGCz .framer-14e3jiv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 25px; position: relative; width: min-content; }\",\".framer-JSGCz .framer-1acabpk, .framer-JSGCz .framer-15xgoem { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 21px; position: relative; text-decoration: none; width: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 1918\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerifzq8aIw9=withCSS(Component,css,\"framer-JSGCz\");export default Framerifzq8aIw9;Framerifzq8aIw9.displayName=\"line\";Framerifzq8aIw9.defaultProps={height:32,width:1918};addFonts(Framerifzq8aIw9,[{explicitInter:true,fonts:[{family:\"Druk Text Cyr Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/JIXB10OdyxKTq7OllpXHLxnUxA.woff2\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerifzq8aIw9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1918\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ifzq8aIw9.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-43pEf\";const variantClassNames={QGVkv8oPV:\"framer-v-1f6ei59\"};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:\"QGVkv8oPV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1f6ei59\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QGVkv8oPV\",ref:refBinding,style:{backgroundColor:\"var(--token-88dda395-4122-41e9-95b1-a4e242f5b636, rgb(3, 3, 3))\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sqge5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"H7Wl_GdgG-container\",nodeId:\"H7Wl_GdgG\",rendersWithMotion:true,scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:5,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"H7Wl_GdgG\",layoutId:\"H7Wl_GdgG\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"vcaRvVhb3\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11xzbh0 framer-19z46r9\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"vcaRvVhb3\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oowtiv\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"NE1RdJ7Lj\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wy0lmu\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"gZnGosuSF\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1inztbu\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"hLJnFHTFN\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041B\u0435\u043D\u0434\u0438\u043D\u0433\"})}),className:\"framer-f5alpx\",\"data-framer-name\":\"\u041B\u0435\u043D\u0434\u0438\u043D\u0433\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"kd_47bXg_\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kqx056\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"Mb0BuluUL\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ct5b4y\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"uqC6a0AI_\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3d7kt2\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"GyvPzLNWh\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9wfnjk\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"FTydt3KC1\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0410\u0443\u0434\u0438\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u044B\"})}),className:\"framer-9lco5i\",\"data-framer-name\":\"\u0410\u0443\u0434\u0438\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u044B\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"JBArkMt3J\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eHn47LTnp\"},motionChild:true,nodeId:\"be_ziA68b\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-115812r framer-19z46r9\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"be_ziA68b\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l6xmor\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"qwlp4Gq87\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ti09uq\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"yGVljZEI9\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aye2x1\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"dMYgGKiNl\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0422\u0430\u0440\u0433\u0435\u0442\"})}),className:\"framer-1yvhj2u\",\"data-framer-name\":\"\u0422\u0430\u0440\u0433\u0435\u0442\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"P_DabF5C5\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"L0hdXWIgE\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1uq3ine framer-19z46r9\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"L0hdXWIgE\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vbrsts\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"k36eE8Iwi\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b2i2xu\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"oI7N0_xpL\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbh9np\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"KI4haoSuT\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0421\u0430\u0439\u0442 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438\"})}),className:\"framer-2fmxbh\",\"data-framer-name\":\"\u0421\u0430\u0439\u0442 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"gb4_slRNQ\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"cafJSqcEP\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8g1tjd framer-19z46r9\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"cafJSqcEP\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lrae8u\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"eGwlQUjP3\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ufyuei\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"HSaAwZHw4\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s7px0\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"CR3BqkByV\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u043C\u0430\u0433\u0430\u0437\u0438\u043D\"})}),className:\"framer-9gofkq\",\"data-framer-name\":\"\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u043C\u0430\u0433\u0430\u0437\u0438\u043D\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"opTwNPDqa\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"tOMD8l8UW\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1i4l0bx framer-19z46r9\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"tOMD8l8UW\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zw4a8m\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"v_eXifq5n\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h2yrxq\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"avMi9TQD2\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1075tm6\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"SFwe6k1IE\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\"})}),className:\"framer-1n0a8wm\",\"data-framer-name\":\"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"Ms145yh4N\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eHn47LTnp\"},motionChild:true,nodeId:\"zwdMvlzzZ\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1wc9oyu framer-19z46r9\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"zwdMvlzzZ\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-utmocy\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"nzI0_a3Mp\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j20a8b\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"YNoxxDB9i\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rutn60\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"j6Y7fRRJt\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u0430\u044F \u0440\u0435\u043A\u043B\u0430\u043C\u0430\"})}),className:\"framer-1uvlm7t\",\"data-framer-name\":\"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u0430\u044F \u0440\u0435\u043A\u043B\u0430\u043C\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"FotOMKT5c\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"DND5kZqYO\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8ftrdk framer-19z46r9\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"DND5kZqYO\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4j523q\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"WK50svNMZ\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uql3hl\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"TnvonoL5q\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p7hetl\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"y8mTfMvs1\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0410\u0443\u0434\u0438\u0442 \u044E\u0437\u0430\u0431\u0438\u0442\u0438\u043B\u0438\"})}),className:\"framer-ej47bd\",\"data-framer-name\":\"\u0410\u0443\u0434\u0438\u0442 \u044E\u0437\u0430\u0431\u0438\u0442\u0438\u043B\u0438 \u0441\u0430\u0439\u0442\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"xjZWYhSBu\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"uMxeLPTFi\",openInNewTab:false,scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-v3r8bg framer-19z46r9\",\"data-framer-name\":\"9\",layoutDependency:layoutDependency,layoutId:\"uMxeLPTFi\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3d5x0\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"UUxaudYcb\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mom7ah\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"sbMqYSQ5t\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o067va\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"yi5qdPFi3\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"SEO-\u0430\u0443\u0434\u0438\u0442\"})}),className:\"framer-f34mui\",\"data-framer-name\":\"SEO-\u0430\u0443\u0434\u0438\u0442\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"eIry5qTbR\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EYbJ92ciD\"},motionChild:true,nodeId:\"n2m6jDEfa\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-vmp278 framer-19z46r9\",\"data-framer-name\":\"10\",layoutDependency:layoutDependency,layoutId:\"n2m6jDEfa\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ntkphj\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"wd3IpgXV9\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1286fup\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"T0TIz7AAV\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x8es73\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"VJ1GX4sFN\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0412\u0435\u0431 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430\"})}),className:\"framer-tf36zc\",\"data-framer-name\":\"\u0412\u0435\u0431 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u043A\u0430\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"E62hCvIYf\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cth1e5Q98\"},motionChild:true,nodeId:\"QGkpU_5hK\",scopeId:\"vmOVu5cUh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1n79wy4 framer-19z46r9\",\"data-framer-name\":\"11\",layoutDependency:layoutDependency,layoutId:\"QGkpU_5hK\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-22bp88\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"fxvKAGmz8\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-122gwmd\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"h4LtS1uOV\",style:{backgroundColor:\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mqkngf\",\"data-framer-name\":\"link\",layoutDependency:layoutDependency,layoutId:\"NqgzMqUSf\",style:{backgroundColor:\"rgba(193, 224, 165, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RydWsgVGV4dCBDeXIgTWVkaXVt\",\"--framer-font-family\":'\"Druk Text Cyr Medium\", \"Druk Text Cyr Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255)))\"},children:\"\u0421\u043B\u043E\u0436\u043D\u044B\u0435 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u044B\"})}),className:\"framer-1ky3vwh\",\"data-framer-name\":\"\u0421\u043B\u043E\u0436\u043D\u044B\u0435 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u044B\",fonts:[\"CUSTOM;Druk Text Cyr Medium\"],layoutDependency:layoutDependency,layoutId:\"bmnoIZfY7\",style:{\"--extracted-r6o4lv\":\"var(--token-fe3641c3-0ace-4f1b-97e2-40f70222f38b, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-43pEf.framer-19z46r9, .framer-43pEf .framer-19z46r9 { display: block; }\",\".framer-43pEf.framer-1f6ei59 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1918px; }\",\".framer-43pEf .framer-sqge5-container { flex: 1 0 0px; height: 32px; position: relative; width: 1px; }\",\".framer-43pEf .framer-11xzbh0, .framer-43pEf .framer-115812r, .framer-43pEf .framer-1uq3ine, .framer-43pEf .framer-8g1tjd, .framer-43pEf .framer-1i4l0bx, .framer-43pEf .framer-1wc9oyu, .framer-43pEf .framer-8ftrdk, .framer-43pEf .framer-v3r8bg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 25px; position: relative; text-decoration: none; width: min-content; }\",\".framer-43pEf .framer-1oowtiv, .framer-43pEf .framer-ct5b4y, .framer-43pEf .framer-1l6xmor, .framer-43pEf .framer-1vbrsts, .framer-43pEf .framer-lrae8u, .framer-43pEf .framer-zw4a8m, .framer-43pEf .framer-utmocy, .framer-43pEf .framer-4j523q, .framer-43pEf .framer-1m3d5x0, .framer-43pEf .framer-1ntkphj, .framer-43pEf .framer-22bp88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 3px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-43pEf .framer-1wy0lmu, .framer-43pEf .framer-3d7kt2, .framer-43pEf .framer-ti09uq, .framer-43pEf .framer-1b2i2xu, .framer-43pEf .framer-ufyuei, .framer-43pEf .framer-h2yrxq, .framer-43pEf .framer-1j20a8b, .framer-43pEf .framer-1uql3hl, .framer-43pEf .framer-1mom7ah, .framer-43pEf .framer-1286fup, .framer-43pEf .framer-122gwmd { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-43pEf .framer-1inztbu, .framer-43pEf .framer-9wfnjk, .framer-43pEf .framer-aye2x1, .framer-43pEf .framer-1mbh9np, .framer-43pEf .framer-1s7px0, .framer-43pEf .framer-1075tm6, .framer-43pEf .framer-1rutn60, .framer-43pEf .framer-p7hetl, .framer-43pEf .framer-o067va, .framer-43pEf .framer-1x8es73, .framer-43pEf .framer-1mqkngf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 5px 4px 5px; position: relative; width: min-content; }\",\".framer-43pEf .framer-f5alpx, .framer-43pEf .framer-9lco5i, .framer-43pEf .framer-1yvhj2u, .framer-43pEf .framer-2fmxbh, .framer-43pEf .framer-9gofkq, .framer-43pEf .framer-1n0a8wm, .framer-43pEf .framer-1uvlm7t, .framer-43pEf .framer-ej47bd, .framer-43pEf .framer-f34mui, .framer-43pEf .framer-tf36zc, .framer-43pEf .framer-1ky3vwh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-43pEf .framer-1kqx056 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 25px; position: relative; width: min-content; }\",\".framer-43pEf .framer-vmp278, .framer-43pEf .framer-1n79wy4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 2px 21px; position: relative; text-decoration: none; width: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 1918\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervmOVu5cUh=withCSS(Component,css,\"framer-43pEf\");export default FramervmOVu5cUh;FramervmOVu5cUh.displayName=\"line mobile\";FramervmOVu5cUh.defaultProps={height:32,width:1918};addFonts(FramervmOVu5cUh,[{explicitInter:true,fonts:[{family:\"Druk Text Cyr Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/JIXB10OdyxKTq7OllpXHLxnUxA.woff2\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervmOVu5cUh\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1918\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vmOVu5cUh.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"JTC0Z_J28\",\"EHSMudJTZ\"];const serializationHash=\"framer-Jz64a\";const variantClassNames={EHSMudJTZ:\"framer-v-16azjmu\",JTC0Z_J28:\"framer-v-sdfq17\"};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 humanReadableVariantMap={\"Variant 1\":\"JTC0Z_J28\",\"Variant 2\":\"EHSMudJTZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JTC0Z_J28\"};};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:\"JTC0Z_J28\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapih673k=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"EHSMudJTZ\");});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:\"JTC0Z_J28\",scopeId:\"WEVx_o6xY\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-sdfq17\",className,classNames)} framer-1mitbnb`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JTC0Z_J28\",ref:refBinding,style:{...style},...addPropertyOverrides({EHSMudJTZ:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":true,onTap:onTapih673k}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10do9f8\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pdPBxTTf_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 24\"><path d=\"M 0.501 23.046 L 0.501 0.469 L 8.207 0.469 L 8.207 18.801 L 6.22 18.35 L 17.057 0.469 L 27.201 0.469 L 27.201 23.046 L 19.495 23.046 L 19.495 4.232 L 21.482 4.683 L 10.344 23.046 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9880438261,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.7 15.17\"><path d=\"M 0.317 14.568 L 0.317 0.296 L 5.188 0.296 L 5.188 11.885 L 3.932 11.599 L 10.782 0.296 L 17.194 0.296 L 17.194 14.568 L 12.323 14.568 L 12.323 2.675 L 13.579 2.96 L 6.539 14.568 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:12654935063}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qujddb\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"y_P2L3Qc0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33 28\"><path d=\"M 0.813 27.531 L 0.813 16.182 L 6.563 16.182 L 8.309 16.243 L 23.238 16.243 L 25.226 16.182 L 32.42 16.182 L 32.42 27.531 L 25.136 27.531 L 25.136 23.046 L 8.098 23.046 L 8.098 27.531 Z M 5.327 0.469 L 28.567 0.469 L 28.567 21.18 L 20.8 21.18 L 20.8 3.72 L 24.292 7.212 L 9.452 7.212 L 12.582 4.593 C 12.783 5.396 12.893 6.158 12.913 6.881 C 12.953 7.603 12.973 8.286 12.973 8.928 C 12.973 11.175 12.753 13.042 12.311 14.527 C 11.87 16.012 11.197 17.126 10.294 17.868 C 9.411 18.591 8.287 18.952 6.923 18.952 L 3.672 16.303 C 4.394 15.4 4.926 14.206 5.267 12.721 C 5.628 11.236 5.809 9.429 5.809 7.302 C 5.809 6.279 5.769 5.205 5.689 4.081 C 5.608 2.957 5.488 1.753 5.327 0.469 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:11462423607,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.86 17.7\"><path d=\"M 0.21 17.228 L 0.21 10.054 L 3.845 10.054 L 4.949 10.092 L 14.387 10.092 L 15.643 10.054 L 20.191 10.054 L 20.191 17.228 L 15.586 17.228 L 15.586 14.393 L 4.816 14.393 L 4.816 17.228 Z M 3.065 0.121 L 17.755 0.121 L 17.755 13.213 L 12.845 13.213 L 12.845 2.177 L 15.053 4.384 L 5.671 4.384 L 7.651 2.728 C 7.778 3.236 7.847 3.718 7.86 4.175 C 7.885 4.631 7.898 5.063 7.898 5.469 C 7.898 6.889 7.759 8.069 7.479 9.008 C 7.201 9.947 6.775 10.651 6.204 11.12 C 5.646 11.577 4.936 11.805 4.073 11.805 L 2.018 10.13 C 2.475 9.56 2.811 8.805 3.027 7.866 C 3.255 6.927 3.369 5.786 3.369 4.441 C 3.369 3.794 3.344 3.115 3.293 2.405 C 3.242 1.695 3.166 0.933 3.065 0.121 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9264647931}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tj330t\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QAPSc7pBq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 24\"><path d=\"M 21.396 9.078 L 21.396 14.437 L 4.388 14.437 L 4.388 9.078 Z M 9.717 11.757 L 8.332 20.156 L 5.382 16.905 L 22.51 16.905 L 22.51 23.046 L 0.656 23.046 L 2.311 11.757 L 0.656 0.469 L 22.36 0.469 L 22.36 6.61 L 5.382 6.61 L 8.332 3.359 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:10638872345,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.54 15.17\"><path d=\"M 13.28 5.564 L 13.28 8.951 L 2.529 8.951 L 2.529 5.564 Z M 5.898 7.257 L 5.022 12.566 L 3.157 10.511 L 13.984 10.511 L 13.984 14.393 L 0.17 14.393 L 1.216 7.257 L 0.17 0.121 L 13.89 0.121 L 13.89 4.003 L 3.157 4.003 L 5.022 1.948 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:10637746284}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1otnacp\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qdTt9f0DK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 14.061 0.469 C 16.108 0.469 17.854 0.81 19.298 1.492 C 20.763 2.155 21.877 3.108 22.64 4.352 C 23.402 5.576 23.784 7.021 23.784 8.687 C 23.784 10.353 23.402 11.807 22.64 13.052 C 21.877 14.276 20.763 15.229 19.298 15.912 C 17.854 16.574 16.108 16.905 14.061 16.905 L 4.519 16.905 L 4.519 10.854 L 13.549 10.854 C 14.312 10.854 14.904 10.664 15.325 10.282 C 15.747 9.901 15.957 9.369 15.957 8.687 C 15.957 7.985 15.747 7.453 15.325 7.091 C 14.904 6.71 14.312 6.52 13.549 6.52 L 5.181 6.52 L 8.673 3.028 L 8.673 23.046 L 0.906 23.046 L 0.906 0.469 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9472086605,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.17 15.17\"><path d=\"M 8.888 0.296 C 10.182 0.296 11.286 0.512 12.199 0.943 C 13.125 1.362 13.829 1.965 14.312 2.751 C 14.793 3.525 15.035 4.438 15.035 5.491 C 15.035 6.544 14.793 7.464 14.312 8.25 C 13.829 9.024 13.125 9.627 12.199 10.058 C 11.286 10.477 10.182 10.686 8.888 10.686 L 2.856 10.686 L 2.856 6.861 L 8.565 6.861 C 9.047 6.861 9.421 6.741 9.687 6.5 C 9.954 6.259 10.087 5.923 10.087 5.491 C 10.087 5.047 9.954 4.711 9.687 4.483 C 9.421 4.242 9.047 4.121 8.565 4.121 L 3.275 4.121 L 5.482 1.914 L 5.482 14.568 L 0.573 14.568 L 0.573 0.296 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:11338866344}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ig77l5\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ChUnFq78k\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 24\"><path d=\"M 21.311 9.078 L 21.311 14.437 L 4.303 14.437 L 4.303 9.078 Z M 9.631 11.757 L 8.247 20.156 L 5.296 16.905 L 22.425 16.905 L 22.425 23.046 L 0.57 23.046 L 2.226 11.757 L 0.57 0.469 L 22.274 0.469 L 22.274 6.61 L 5.296 6.61 L 8.247 3.359 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:8920576280,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.54 15.17\"><path d=\"M 13.258 5.564 L 13.258 8.951 L 2.507 8.951 L 2.507 5.564 Z M 5.875 7.257 L 5 12.566 L 3.135 10.511 L 13.963 10.511 L 13.963 14.393 L 0.148 14.393 L 1.194 7.257 L 0.148 0.121 L 13.867 0.121 L 13.867 4.003 L 3.135 4.003 L 5 1.948 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:12257248417}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mbc3wn\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GiELiqAr1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><path d=\"M 25.248 0.469 L 25.248 23.046 L 17.482 23.046 L 17.482 3.84 L 20.974 7.332 L 4.478 7.332 L 7.97 3.84 L 7.97 23.046 L 0.203 23.046 L 0.203 0.469 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:10850246842,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.44 15.17\"><path d=\"M 15.96 0.296 L 15.96 14.568 L 11.051 14.568 L 11.051 2.428 L 13.258 4.635 L 2.83 4.635 L 5.038 2.428 L 5.038 14.568 L 0.128 14.568 L 0.128 0.296 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:12248086860}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4yqx0m\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PTxtN0e4M\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><path d=\"M 16.978 12.088 L 17.58 10.704 C 19.286 10.764 20.711 11.035 21.855 11.517 C 22.998 11.998 23.851 12.671 24.413 13.533 C 24.995 14.376 25.286 15.39 25.286 16.574 C 25.286 17.798 25.005 18.902 24.443 19.885 C 23.901 20.868 23.069 21.641 21.945 22.203 C 20.821 22.765 19.416 23.046 17.73 23.046 L 0 23.046 L 1.716 11.456 L 0 0.469 L 17.098 0.469 C 19.185 0.469 20.821 0.961 22.005 1.944 C 23.189 2.907 23.781 4.252 23.781 5.978 C 23.781 6.961 23.56 7.884 23.119 8.747 C 22.677 9.61 21.955 10.342 20.951 10.945 C 19.968 11.527 18.643 11.908 16.978 12.088 Z M 7.586 21.36 L 4.636 17.898 L 15.262 17.898 C 15.924 17.898 16.446 17.728 16.827 17.387 C 17.209 17.025 17.399 16.544 17.399 15.942 C 17.399 15.4 17.209 14.938 16.827 14.557 C 16.466 14.176 15.924 13.985 15.202 13.985 L 6.291 13.985 L 6.291 8.928 L 14.058 8.928 C 14.58 8.928 15.011 8.767 15.352 8.446 C 15.713 8.125 15.894 7.714 15.894 7.212 C 15.894 6.75 15.734 6.369 15.412 6.068 C 15.091 5.767 14.64 5.616 14.058 5.616 L 4.666 5.616 L 7.586 2.155 L 9.121 11.456 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:8996442516,withExternalLayout:true,...addPropertyOverrides({EHSMudJTZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.44 15.17\"><path d=\"M 10.732 7.467 L 11.113 6.591 C 12.191 6.629 13.092 6.801 13.815 7.105 C 14.538 7.409 15.077 7.834 15.432 8.38 C 15.8 8.913 15.984 9.553 15.984 10.302 C 15.984 11.076 15.806 11.773 15.451 12.395 C 15.109 13.016 14.582 13.505 13.872 13.86 C 13.161 14.215 12.273 14.393 11.208 14.393 L 0 14.393 L 1.085 7.067 L 0 0.121 L 10.808 0.121 C 12.128 0.121 13.161 0.432 13.91 1.054 C 14.658 1.663 15.033 2.513 15.033 3.604 C 15.033 4.225 14.893 4.809 14.614 5.354 C 14.335 5.9 13.878 6.363 13.244 6.743 C 12.622 7.111 11.785 7.352 10.732 7.467 Z M 4.795 13.327 L 2.93 11.139 L 9.647 11.139 C 10.066 11.139 10.396 11.031 10.637 10.816 C 10.878 10.587 10.999 10.283 10.999 9.902 C 10.999 9.56 10.878 9.268 10.637 9.027 C 10.409 8.786 10.066 8.665 9.609 8.665 L 3.977 8.665 L 3.977 5.469 L 8.886 5.469 C 9.216 5.469 9.489 5.367 9.705 5.164 C 9.933 4.961 10.047 4.701 10.047 4.384 C 10.047 4.092 9.946 3.851 9.743 3.661 C 9.54 3.471 9.254 3.375 8.886 3.375 L 2.949 3.375 L 4.795 1.187 L 5.766 7.067 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:11961390236}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Jz64a.framer-1mitbnb, .framer-Jz64a .framer-1mitbnb { display: block; }\",\".framer-Jz64a.framer-sdfq17 { gap: 0px; height: 27px; overflow: hidden; position: relative; text-decoration: none; width: 192px; }\",\".framer-Jz64a .framer-10do9f8 { flex: none; height: 24px; left: 165px; position: absolute; top: -1px; width: 28px; }\",\".framer-Jz64a .framer-1qujddb { flex: none; height: 28px; left: 130px; position: absolute; top: 0px; width: 33px; }\",\".framer-Jz64a .framer-tj330t { flex: none; height: 24px; left: 106px; position: absolute; top: -1px; width: 23px; }\",\".framer-Jz64a .framer-1otnacp { flex: none; height: 24px; left: 81px; position: absolute; top: -1px; width: 24px; }\",\".framer-Jz64a .framer-ig77l5 { flex: none; height: 24px; left: 56px; position: absolute; top: -1px; width: 23px; }\",\".framer-Jz64a .framer-1mbc3wn { flex: none; height: 24px; left: 28px; position: absolute; top: -1px; width: 26px; }\",\".framer-Jz64a .framer-4yqx0m { flex: none; height: 24px; left: 0px; position: absolute; top: -1px; width: 26px; }\",\".framer-Jz64a.framer-v-16azjmu.framer-sdfq17 { cursor: pointer; width: 124px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-10do9f8 { height: 15px; left: 104px; top: 5px; width: 18px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-1qujddb { height: 18px; left: 82px; top: 5px; width: 21px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-tj330t { height: 15px; left: 67px; top: 5px; width: 15px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-1otnacp { height: 15px; left: 51px; top: 5px; width: 15px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-ig77l5 { height: 15px; left: 35px; top: 5px; width: 15px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-1mbc3wn { height: 15px; left: 18px; top: 5px; width: 16px; }\",\".framer-Jz64a.framer-v-16azjmu .framer-4yqx0m { height: 15px; left: 0px; top: 5px; width: 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 192\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EHSMudJTZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWEVx_o6xY=withCSS(Component,css,\"framer-Jz64a\");export default FramerWEVx_o6xY;FramerWEVx_o6xY.displayName=\"logo\";FramerWEVx_o6xY.defaultProps={height:27,width:192};addPropertyControls(FramerWEVx_o6xY,{variant:{options:[\"JTC0Z_J28\",\"EHSMudJTZ\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWEVx_o6xY,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWEVx_o6xY\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EHSMudJTZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"192\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"27\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WEVx_o6xY.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ThemeToggle from\"https://framerusercontent.com/modules/zzi5l3Wa7sGOrRpCpx9P/xgUb5l8X3t4HQHEYrYCY/ThemeToggle.js\";import Burger from\"https://framerusercontent.com/modules/vSbWMqpNwBMuPgzyHonb/9jLKCLItdecOdkrI14PV/BkmjJvZFG.js\";import Nav from\"https://framerusercontent.com/modules/2kXrhs3wfBTbeae5qYkD/BtU1M2lDtyQrvdhcBSlx/hf5BIlSWJ.js\";import Line from\"https://framerusercontent.com/modules/4AKRGBZgTGTg8JLEKMNt/0pJqeLCYW4K0CbWQEaBl/ifzq8aIw9.js\";import LineMobile from\"https://framerusercontent.com/modules/SOrPrWaM9QpvzZlpuYW9/ne5UZ8iMpr2sjWzuouxB/vmOVu5cUh.js\";import Logo from\"https://framerusercontent.com/modules/ajJf7qaDYh0sCJJByqZl/aIta8RGbEoGGlTkFgl0O/WEVx_o6xY.js\";const LogoFonts=getFonts(Logo);const ThemeToggleFonts=getFonts(ThemeToggle);const BurgerFonts=getFonts(Burger);const LineMobileFonts=getFonts(LineMobile);const LineFonts=getFonts(Line);const NavFonts=getFonts(Nav);const NavControls=getPropertyControls(Nav);const LogoControls=getPropertyControls(Logo);const cycleOrder=[\"CpvPpz4J3\",\"qVaeCKngl\",\"JKQ3oUcca\"];const serializationHash=\"framer-Yx2ib\";const variantClassNames={CpvPpz4J3:\"framer-v-1i3zj3\",JKQ3oUcca:\"framer-v-1kfqsql\",qVaeCKngl:\"framer-v-oipjz3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition2={bounce:.25,delay:0,duration:.2,type:\"spring\"};const animation={opacity:.6,rotate:-5,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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 humanReadableEnumMap={about:\"ClHIBCO0E\",blog:\"TTk09xYjE\",contacts:\"fDMr05kwx\",main:\"mKcHvDVSD\",none:\"pRMv9bUsY\",service:\"wWJq5RJkR\",works:\"ADcIWsSDu\"};const humanReadableEnumMap1={\"Variant 1\":\"JTC0Z_J28\",\"Variant 2\":\"EHSMudJTZ\"};const humanReadableVariantMap={Closed:\"qVaeCKngl\",mobile:\"JKQ3oUcca\",Opened:\"CpvPpz4J3\"};const getProps=({fontSize,gap,height,id,logo,padding,padding2,variant1,width,...props})=>{return{...props,b2CupRqg0:padding??props.b2CupRqg0??\"32px 60px 32px 60px\",EaW2yH2zi:padding2??props.EaW2yH2zi??\"60px\",EXeT44CMD:gap??props.EXeT44CMD??20,InuJadapx:humanReadableEnumMap[variant1]??variant1??props.InuJadapx??\"mKcHvDVSD\",QqeicFrXU:humanReadableEnumMap1[logo]??logo??props.QqeicFrXU??\"JTC0Z_J28\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CpvPpz4J3\",X9ZaBKetU:fontSize??props.X9ZaBKetU??80};};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,InuJadapx,b2CupRqg0,EaW2yH2zi,X9ZaBKetU,QqeicFrXU,EXeT44CMD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CpvPpz4J3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const WnekyysO_1iymsy1=activeVariantCallback(async(...args)=>{setVariant(\"qVaeCKngl\");});const WnekyysO_7f5kod=activeVariantCallback(async(...args)=>{setVariant(\"CpvPpz4J3\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"JKQ3oUcca\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"JKQ3oUcca\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1i3zj3\",className,classNames),\"data-framer-name\":\"Opened\",layoutDependency:layoutDependency,layoutId:\"CpvPpz4J3\",ref:refBinding,style:{background:\"linear-gradient(180deg, var(--token-645c2b6e-6026-4a72-8536-17eed079fde2, rgb(193, 224, 165)) 0%, var(--token-1cf2d6a6-b133-4ee3-a0aa-53d1202a133d, rgba(193, 224, 165, 0.7)) 100%)\",...style},...addPropertyOverrides({JKQ3oUcca:{\"data-framer-name\":\"mobile\"},qVaeCKngl:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sod8km\",\"data-framer-name\":\"header\",layoutDependency:layoutDependency,layoutId:\"LHMBSzEUv\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9gbzpo\",\"data-framer-name\":\"header\",layoutDependency:layoutDependency,layoutId:\"q2nm4Cx0z\",style:{\"--1jfnjd2\":numberToPixelString(b2CupRqg0),background:\"linear-gradient(180deg, var(--token-645c2b6e-6026-4a72-8536-17eed079fde2, rgba(193, 224, 165, 0.7)) 0%, var(--token-1cf2d6a6-b133-4ee3-a0aa-53d1202a133d, rgba(193, 224, 165, 0.4)) 100%)\"},variants:{JKQ3oUcca:{background:\"linear-gradient(180deg, var(--token-645c2b6e-6026-4a72-8536-17eed079fde2, rgb(193, 224, 165)) 0%, var(--token-1cf2d6a6-b133-4ee3-a0aa-53d1202a133d, rgba(193, 224, 165, 0.7)) 100%)\"},qVaeCKngl:{background:\"linear-gradient(180deg, var(--token-645c2b6e-6026-4a72-8536-17eed079fde2, rgb(193, 224, 165)) 0%, var(--token-1cf2d6a6-b133-4ee3-a0aa-53d1202a133d, rgba(193, 224, 165, 0.7)) 100%)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klir1v\",layoutDependency:layoutDependency,layoutId:\"iXdQNNBO6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mx1jfh-container\",layoutDependency:layoutDependency,layoutId:\"djxS2hZNk-container\",nodeId:\"djxS2hZNk\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",whileHover:animation,children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"djxS2hZNk\",layoutId:\"djxS2hZNk\",style:{height:\"100%\"},variant:QqeicFrXU,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jrjtey\",layoutDependency:layoutDependency,layoutId:\"OpoGaNDCY\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vegl8x-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"ycuWj3jPJ-container\",nodeId:\"ycuWj3jPJ\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",children:/*#__PURE__*/_jsx(ThemeToggle,{componentStyle:\"toggle\",customDark:[],customLight:[],defaultTheme:\"deviceTheme\",dropdown:{arrow:\"rgba(0, 0, 0, 0.5)\",fill:\"rgb(237, 237, 237)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"rgb(0, 0, 0)\",gap:8,padding:8,paddingBottomLeft:8,paddingBottomRight:8,paddingIsMixed:false,paddingTopLeft:8,paddingTopRight:8,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusIsMixed:false,radiusTopLeft:10,radiusTopRight:10},dropdownOptions:{darkText:\"Dark\",deviceThemeText:\"Device Theme\",lightText:\"Light\",showDeviceTheme:true},height:\"100%\",icons:{color:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",darkSvg:\"\",hoverColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",lightSvg:\"\",opacity:1,size:30,sizing:\"fill\",type:\"default\"},id:\"ycuWj3jPJ\",layoutId:\"ycuWj3jPJ\",resetToDeviceTheme:true,saveTheme:false,setColorScheme:true,style:{height:\"100%\",width:\"100%\"},toggle:{height:36,padding:4,radius:0,switch:\"rgba(255, 255, 255, 0)\",switchBorder:{color:\"rgba(34, 34, 34, 0)\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1}},transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pjlhcs-container\",layoutDependency:layoutDependency,layoutId:\"p4PnfWDlo-container\",nodeId:\"p4PnfWDlo\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",children:/*#__PURE__*/_jsx(Burger,{height:\"100%\",id:\"p4PnfWDlo\",layoutId:\"p4PnfWDlo\",variant:\"Ti5aa0Iab\",width:\"100%\",WnekyysO_:WnekyysO_1iymsy1,...addPropertyOverrides({JKQ3oUcca:{variant:\"DfJIrDr7p\",WnekyysO_:WnekyysO_7f5kod},qVaeCKngl:{variant:\"DfJIrDr7p\",WnekyysO_:WnekyysO_7f5kod}},baseVariant,gestureVariant)})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JKQ3oUcca:{height:32,width:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nvmcvm-container\",layoutDependency:layoutDependency,layoutId:\"QIC84quIo-container\",nodeId:\"QIC84quIo\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",children:/*#__PURE__*/_jsx(LineMobile,{height:\"100%\",id:\"QIC84quIo\",layoutId:\"QIC84quIo\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vivylu-container\",layoutDependency:layoutDependency,layoutId:\"zo8mrWzhE-container\",nodeId:\"zo8mrWzhE\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"zo8mrWzhE\",layoutId:\"zo8mrWzhE\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sds8ic\",\"data-framer-name\":\"links\",layoutDependency:layoutDependency,layoutId:\"QlMAg1eVb\",style:{\"--1ccfpbs\":numberToPixelString(EaW2yH2zi),backgroundColor:\"var(--token-d72cfe90-979b-44a9-8b89-a4078be6467d, rgb(193, 224, 165))\"},variants:{JKQ3oUcca:{backgroundColor:\"var(--token-e3cab213-9e9f-4b8c-8e6a-d6cde2b2a14e, rgba(193, 224, 165, 0))\"},qVaeCKngl:{backgroundColor:\"var(--token-e3cab213-9e9f-4b8c-8e6a-d6cde2b2a14e, rgba(193, 224, 165, 0))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:626,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iznrby-container\",layoutDependency:layoutDependency,layoutId:\"qvjsXcd8Z-container\",nodeId:\"qvjsXcd8Z\",rendersWithMotion:true,scopeId:\"d7vHpVVfq\",children:/*#__PURE__*/_jsx(Nav,{byvpMTuMH:X9ZaBKetU,height:\"100%\",id:\"qvjsXcd8Z\",layoutId:\"qvjsXcd8Z\",pKknGUOlJ:EXeT44CMD,variant:InuJadapx,width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Yx2ib.framer-1nyfkui, .framer-Yx2ib .framer-1nyfkui { display: block; }\",\".framer-Yx2ib.framer-1i3zj3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1918px; }\",\".framer-Yx2ib .framer-sod8km { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Yx2ib .framer-9gbzpo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: var(--1jfnjd2); position: relative; width: 100%; z-index: 1; }\",\".framer-Yx2ib .framer-1klir1v { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Yx2ib .framer-1mx1jfh-container { flex: none; height: 27px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Yx2ib .framer-jrjtey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Yx2ib .framer-vegl8x-container { flex: none; height: 32px; position: relative; width: 32px; z-index: 2; }\",\".framer-Yx2ib .framer-pjlhcs-container, .framer-Yx2ib .framer-iznrby-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Yx2ib .framer-1nvmcvm-container, .framer-Yx2ib .framer-vivylu-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Yx2ib .framer-sds8ic { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: var(--1ccfpbs); position: relative; width: 100%; }\",\".framer-Yx2ib.framer-v-oipjz3.framer-1i3zj3 { height: 128px; }\",\".framer-Yx2ib.framer-v-oipjz3 .framer-1klir1v, .framer-Yx2ib.framer-v-1kfqsql .framer-1klir1v { order: 0; }\",\".framer-Yx2ib.framer-v-oipjz3 .framer-jrjtey, .framer-Yx2ib.framer-v-1kfqsql .framer-jrjtey { order: 1; }\",\".framer-Yx2ib.framer-v-oipjz3 .framer-vivylu-container { z-index: 5; }\",\".framer-Yx2ib.framer-v-1kfqsql.framer-1i3zj3 { height: 112px; width: 320px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 840\n * @framerIntrinsicWidth 1918\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qVaeCKngl\":{\"layout\":[\"fixed\",\"fixed\"]},\"JKQ3oUcca\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"InuJadapx\":\"variant1\",\"b2CupRqg0\":\"padding\",\"EaW2yH2zi\":\"padding2\",\"X9ZaBKetU\":\"fontSize\",\"QqeicFrXU\":\"logo\",\"EXeT44CMD\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerd7vHpVVfq=withCSS(Component,css,\"framer-Yx2ib\");export default Framerd7vHpVVfq;Framerd7vHpVVfq.displayName=\"header\";Framerd7vHpVVfq.defaultProps={height:840,width:1918};addPropertyControls(Framerd7vHpVVfq,{variant:{options:[\"CpvPpz4J3\",\"qVaeCKngl\",\"JKQ3oUcca\"],optionTitles:[\"Opened\",\"Closed\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},InuJadapx:NavControls?.[\"variant\"]&&{...NavControls[\"variant\"],defaultValue:\"mKcHvDVSD\",description:undefined,hidden:undefined,title:\"Variant\"},b2CupRqg0:{defaultValue:\"32px 60px 32px 60px\",title:\"Padding\",type:ControlType.Padding},EaW2yH2zi:{defaultValue:\"60px\",title:\"Padding 2\",type:ControlType.Padding},X9ZaBKetU:{defaultValue:80,title:\"Font Size\",type:ControlType.Number},QqeicFrXU:LogoControls?.[\"variant\"]&&{...LogoControls[\"variant\"],defaultValue:\"JTC0Z_J28\",description:undefined,hidden:undefined,title:\"logo\"},EXeT44CMD:{defaultValue:20,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(Framerd7vHpVVfq,[{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\"}]},...LogoFonts,...ThemeToggleFonts,...BurgerFonts,...LineMobileFonts,...LineFonts,...NavFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerd7vHpVVfq\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1918\",\"framerVariables\":\"{\\\"InuJadapx\\\":\\\"variant1\\\",\\\"b2CupRqg0\\\":\\\"padding\\\",\\\"EaW2yH2zi\\\":\\\"padding2\\\",\\\"X9ZaBKetU\\\":\\\"fontSize\\\",\\\"QqeicFrXU\\\":\\\"logo\\\",\\\"EXeT44CMD\\\":\\\"gap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"840\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qVaeCKngl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JKQ3oUcca\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b83b17b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-RwPEQ\";const variantClassNames={TOmfgv8Rl:\"framer-v-1nqo2lu\"};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:\"TOmfgv8Rl\",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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:269,pixelWidth:269,src:\"https://framerusercontent.com/images/BrQuXIzeW7nZ4txS0qljJGOoU.png\"},className:cx(scopingClassNames,\"framer-1nqo2lu\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TOmfgv8Rl\",ref:refBinding,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RwPEQ.framer-57o2vi, .framer-RwPEQ .framer-57o2vi { display: block; }\",\".framer-RwPEQ.framer-1nqo2lu { height: 20px; position: relative; width: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKOrmEwJzd=withCSS(Component,css,\"framer-RwPEQ\");export default FramerKOrmEwJzd;FramerKOrmEwJzd.displayName=\"default cursor\";FramerKOrmEwJzd.defaultProps={height:20,width:20};addFonts(FramerKOrmEwJzd,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKOrmEwJzd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"20\",\"framerIntrinsicHeight\":\"20\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KOrmEwJzd.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={gicoS6KP7:{hover:true},XEWJqfRjy:{hover:true}};const cycleOrder=[\"XEWJqfRjy\",\"gicoS6KP7\"];const serializationHash=\"framer-Qa2Tr\";const variantClassNames={gicoS6KP7:\"framer-v-nrl3fd\",XEWJqfRjy:\"framer-v-7ji38q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Black:\"gicoS6KP7\",White:\"XEWJqfRjy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XEWJqfRjy\"};};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:\"XEWJqfRjy\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7ji38q\",className,classNames),\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"XEWJqfRjy\",ref:refBinding,style:{...style},...addPropertyOverrides({\"gicoS6KP7-hover\":{\"data-framer-name\":undefined},\"XEWJqfRjy-hover\":{\"data-framer-name\":undefined},gicoS6KP7:{\"data-framer-name\":\"Black\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1d04bmo\",\"data-framer-name\":\"arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"evVreLsNy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 14 5.04 L 23.333 14 M 23.333 14 L 14 22.96 M 23.333 14 L 4.667 14\" fill=\"transparent\" stroke-width=\"1.75\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10172288701,withExternalLayout:true,...addPropertyOverrides({gicoS6KP7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 14 5.04 L 23.333 14 M 23.333 14 L 14 22.96 M 23.333 14 L 4.667 14\" fill=\"transparent\" stroke-width=\"1.75\" stroke=\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9653921162}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2fxqtz\",\"data-framer-name\":\"arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"snP2RYXB1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 14 5.04 L 23.333 14 M 23.333 14 L 14 22.96 M 23.333 14 L 4.667 14\" fill=\"transparent\" stroke-width=\"1.75\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11339455776,withExternalLayout:true,...addPropertyOverrides({gicoS6KP7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 14 5.04 L 23.333 14 M 23.333 14 L 14 22.96 M 23.333 14 L 4.667 14\" fill=\"transparent\" stroke-width=\"1.75\" stroke=\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9760143799}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Qa2Tr.framer-1wcbfx5, .framer-Qa2Tr .framer-1wcbfx5 { display: block; }\",\".framer-Qa2Tr.framer-7ji38q { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 24px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 28px; }\",\".framer-Qa2Tr .framer-1d04bmo, .framer-Qa2Tr .framer-2fxqtz { flex: none; height: 28px; position: relative; width: 28px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qa2Tr.framer-7ji38q { gap: 0px; } .framer-Qa2Tr.framer-7ji38q > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Qa2Tr.framer-7ji38q > :first-child { margin-left: 0px; } .framer-Qa2Tr.framer-7ji38q > :last-child { margin-right: 0px; } }\",\".framer-Qa2Tr.framer-v-nrl3fd.framer-7ji38q { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-Qa2Tr.framer-v-7ji38q.hover.framer-7ji38q { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 28\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gicoS6KP7\":{\"layout\":[\"fixed\",\"fixed\"]},\"kbEp0rKeu\":{\"layout\":[\"fixed\",\"fixed\"]},\"fFy4N_4bq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerYTwv_he3k=withCSS(Component,css,\"framer-Qa2Tr\");export default FramerYTwv_he3k;FramerYTwv_he3k.displayName=\"Arrow/Arrow Icon\";FramerYTwv_he3k.defaultProps={height:28,width:28};addPropertyControls(FramerYTwv_he3k,{variant:{options:[\"XEWJqfRjy\",\"gicoS6KP7\"],optionTitles:[\"White\",\"Black\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYTwv_he3k,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYTwv_he3k\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"28\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gicoS6KP7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kbEp0rKeu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fFy4N_4bq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"28\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YTwv_he3k.map", "// Generated by Framer (98a2bb2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ArrowArrowIcon from\"https://framerusercontent.com/modules/Dh7TW8OpLTtSoQhgjMWp/hlQXbzVdIgTxEY8ceHbb/YTwv_he3k.js\";const ArrowArrowIconFonts=getFonts(ArrowArrowIcon);const enabledGestures={cCbtMKtAo:{hover:true},dAgqdWG0z:{hover:true},gjYSMO30t:{hover:true},IvhNUDJiu:{hover:true},KFZqvMivS:{hover:true},kKUAX1JqE:{hover:true},qDuqCDFaW:{hover:true},v16KCMkmf:{hover:true},vqQ4O9xYX:{hover:true},ykjTTG4Uu:{hover:true}};const cycleOrder=[\"dAgqdWG0z\",\"v16KCMkmf\",\"ykjTTG4Uu\",\"kKUAX1JqE\",\"qDuqCDFaW\",\"IvhNUDJiu\",\"gjYSMO30t\",\"KFZqvMivS\",\"vqQ4O9xYX\",\"cCbtMKtAo\",\"gp7QYWj1L\"];const serializationHash=\"framer-guOJa\";const variantClassNames={cCbtMKtAo:\"framer-v-1yi82sy\",dAgqdWG0z:\"framer-v-4wzqgb\",gjYSMO30t:\"framer-v-1ca99nq\",gp7QYWj1L:\"framer-v-arst6n\",IvhNUDJiu:\"framer-v-yi66s5\",KFZqvMivS:\"framer-v-djfyot\",kKUAX1JqE:\"framer-v-giqitd\",qDuqCDFaW:\"framer-v-157bgza\",v16KCMkmf:\"framer-v-16yg1bh\",vqQ4O9xYX:\"framer-v-1u3rtcl\",ykjTTG4Uu:\"framer-v-umemgb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:50,delay:0,mass:.1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1 (Large)\":\"dAgqdWG0z\",\"Variant 1 (Medium)\":\"v16KCMkmf\",\"Variant 1 (Small)\":\"ykjTTG4Uu\",\"Variant 2 (Large)\":\"kKUAX1JqE\",\"Variant 2 (Medium)\":\"qDuqCDFaW\",\"Variant 2 (Small)\":\"IvhNUDJiu\",\"Variant 3\":\"gjYSMO30t\",\"Variant 4\":\"KFZqvMivS\",\"Variant 5\":\"vqQ4O9xYX\",\"Variant 6\":\"cCbtMKtAo\",\"Variant 7\":\"gp7QYWj1L\"};const getProps=({click,height,id,link,title,width,...props})=>{return{...props,HsO5TLWwv:link??props.HsO5TLWwv,nrvg8nnVx:title??props.nrvg8nnVx??\"Get In Touch\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dAgqdWG0z\",XkITBDJoS:click??props.XkITBDJoS};};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,nrvg8nnVx,HsO5TLWwv,XkITBDJoS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dAgqdWG0z\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1b7x5jz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XkITBDJoS){const res=await XkITBDJoS(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"vqQ4O9xYX-hover\",\"cCbtMKtAo-hover\"].includes(gestureVariant))return true;if([\"vqQ4O9xYX\",\"cCbtMKtAo\",\"gp7QYWj1L\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"kKUAX1JqE-hover\",\"qDuqCDFaW-hover\",\"IvhNUDJiu-hover\",\"gjYSMO30t-hover\",\"vqQ4O9xYX-hover\",\"KFZqvMivS-hover\"].includes(gestureVariant))return true;if([\"kKUAX1JqE\",\"qDuqCDFaW\",\"IvhNUDJiu\",\"gjYSMO30t\",\"KFZqvMivS\",\"vqQ4O9xYX\"].includes(baseVariant))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__*/_jsx(Link,{href:HsO5TLWwv,motionChild:true,nodeId:\"dAgqdWG0z\",openInNewTab:false,scopeId:\"WiVy2KMkq\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-4wzqgb\",className,classNames)} framer-d0luy`,\"data-border\":true,\"data-framer-name\":\"Variant 1 (Large)\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dAgqdWG0z\",onTap:onTap1b7x5jz,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:70,borderBottomRightRadius:70,borderTopLeftRadius:70,borderTopRightRadius:70,...style},variants:{cCbtMKtAo:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},gjYSMO30t:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},gp7QYWj1L:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},KFZqvMivS:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},vqQ4O9xYX:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"cCbtMKtAo-hover\":{\"data-framer-name\":undefined},\"dAgqdWG0z-hover\":{\"data-framer-name\":undefined},\"gjYSMO30t-hover\":{\"data-framer-name\":undefined},\"IvhNUDJiu-hover\":{\"data-framer-name\":undefined},\"KFZqvMivS-hover\":{\"data-framer-name\":undefined},\"kKUAX1JqE-hover\":{\"data-framer-name\":undefined},\"qDuqCDFaW-hover\":{\"data-framer-name\":undefined},\"v16KCMkmf-hover\":{\"data-framer-name\":undefined},\"vqQ4O9xYX-hover\":{\"data-framer-name\":undefined},\"ykjTTG4Uu-hover\":{\"data-framer-name\":undefined},cCbtMKtAo:{\"data-framer-name\":\"Variant 6\"},gjYSMO30t:{\"data-framer-name\":\"Variant 3\"},gp7QYWj1L:{\"data-framer-name\":\"Variant 7\"},IvhNUDJiu:{\"data-framer-name\":\"Variant 2 (Small)\"},KFZqvMivS:{\"data-framer-name\":\"Variant 4\"},kKUAX1JqE:{\"data-framer-name\":\"Variant 2 (Large)\"},qDuqCDFaW:{\"data-framer-name\":\"Variant 2 (Medium)\"},v16KCMkmf:{\"data-framer-name\":\"Variant 1 (Medium)\"},vqQ4O9xYX:{\"data-framer-name\":\"Variant 5\"},ykjTTG4Uu:{\"data-framer-name\":\"Variant 1 (Small)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18nu8gr\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"sH9nhzU5E\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})}),className:\"framer-1hnpub7\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"uMY0rG5YR\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",opacity:0},text:nrvg8nnVx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})}),className:\"framer-ssv1ek\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"hVC7OClts\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},text:nrvg8nnVx,transformTemplate:transformTemplate1,variants:{\"cCbtMKtAo-hover\":{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},cCbtMKtAo:{\"--extracted-r6o4lv\":\"var(--token-dcd6bf1f-f0cc-4cb2-9e5c-61be33a3cac5, rgba(3, 3, 3, 0.6))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cCbtMKtAo-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})},cCbtMKtAo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dcd6bf1f-f0cc-4cb2-9e5c-61be33a3cac5, rgba(3, 3, 3, 0.6)))\"},children:\"Get In Touch\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(3, 3, 3))\"},children:\"Get In Touch\"})}),className:\"framer-k9ibrm\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HFfkB_yHF\",style:{\"--extracted-r6o4lv\":\"rgb(3, 3, 3)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},text:nrvg8nnVx,transformTemplate:transformTemplate1,variants:{\"dAgqdWG0z-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},\"IvhNUDJiu-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},\"kKUAX1JqE-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},\"qDuqCDFaW-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},\"v16KCMkmf-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},\"ykjTTG4Uu-hover\":{\"--extracted-r6o4lv\":\"var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255))\"},cCbtMKtAo:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},gjYSMO30t:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},gp7QYWj1L:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},KFZqvMivS:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"},vqQ4O9xYX:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dAgqdWG0z-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},\"gjYSMO30t-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})}),fonts:[\"Inter-Medium\"]},\"IvhNUDJiu-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},\"KFZqvMivS-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})}),fonts:[\"Inter-Medium\"]},\"kKUAX1JqE-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},\"qDuqCDFaW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},\"v16KCMkmf-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},\"ykjTTG4Uu-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1fc4afaa-c766-400d-988e-8be6ba05c0f2, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})})},cCbtMKtAo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})},gjYSMO30t:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})},gp7QYWj1L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})},KFZqvMivS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})},vqQ4O9xYX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Get In Touch\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d7l4um\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ClBYefrDw\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f2zqf4\",layoutDependency:layoutDependency,layoutId:\"z5QmgnXmp\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r4rfdx\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"M8TkAkSlu\",style:{rotate:0},variants:{gjYSMO30t:{rotate:0},IvhNUDJiu:{rotate:-45},KFZqvMivS:{rotate:-45},kKUAX1JqE:{rotate:-45},qDuqCDFaW:{rotate:-45},vqQ4O9xYX:{rotate:-45}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"gjYSMO30t-hover\":{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+-40},\"IvhNUDJiu-hover\":{width:\"24px\"},\"kKUAX1JqE-hover\":{width:\"24px\"},\"qDuqCDFaW-hover\":{width:\"24px\"},gjYSMO30t:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0},IvhNUDJiu:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(14+((componentViewport?.height||59)-28-24)/2)+0},KFZqvMivS:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0},kKUAX1JqE:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(24+((componentViewport?.height||79)-48-24)/2)+0},qDuqCDFaW:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(16+((componentViewport?.height||63)-32-24)/2)+0},vqQ4O9xYX:{height:24,width:\"28px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13mzb7o-container\",layoutDependency:layoutDependency,layoutId:\"SEO8God4x-container\",nodeId:\"SEO8God4x\",rendersWithMotion:true,scopeId:\"WiVy2KMkq\",children:/*#__PURE__*/_jsx(ArrowArrowIcon,{height:\"100%\",id:\"SEO8God4x\",layoutId:\"SEO8God4x\",style:{height:\"100%\",width:\"100%\"},variant:\"XEWJqfRjy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"28px\",...addPropertyOverrides({\"gjYSMO30t-hover\":{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0},gjYSMO30t:{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+24- -12},IvhNUDJiu:{height:24,y:(componentViewport?.y||0)+(14+((componentViewport?.height||59)-28-24)/2)+0},KFZqvMivS:{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0},kKUAX1JqE:{height:24,y:(componentViewport?.y||0)+(24+((componentViewport?.height||79)-48-24)/2)+0},qDuqCDFaW:{height:24,y:(componentViewport?.y||0)+(16+((componentViewport?.height||63)-32-24)/2)+0},vqQ4O9xYX:{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-7-24)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fqdfiy-container\",layoutDependency:layoutDependency,layoutId:\"H1Qub2eRO-container\",nodeId:\"H1Qub2eRO\",rendersWithMotion:true,scopeId:\"WiVy2KMkq\",style:{rotate:0},variants:{\"IvhNUDJiu-hover\":{rotate:0},\"kKUAX1JqE-hover\":{rotate:0},\"qDuqCDFaW-hover\":{rotate:0},gjYSMO30t:{rotate:-45},KFZqvMivS:{rotate:0},vqQ4O9xYX:{rotate:0}},children:/*#__PURE__*/_jsx(ArrowArrowIcon,{height:\"100%\",id:\"H1Qub2eRO\",layoutId:\"H1Qub2eRO\",style:{height:\"100%\",width:\"100%\"},variant:\"gicoS6KP7\",width:\"100%\",...addPropertyOverrides({gjYSMO30t:{variant:\"XEWJqfRjy\"},KFZqvMivS:{variant:\"XEWJqfRjy\"},vqQ4O9xYX:{variant:\"XEWJqfRjy\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-guOJa.framer-d0luy, .framer-guOJa .framer-d0luy { display: block; }\",\".framer-guOJa.framer-4wzqgb { 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: hidden; padding: 24px 38px 24px 36px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-guOJa .framer-18nu8gr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; z-index: 1; }\",\".framer-guOJa .framer-1hnpub7 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-guOJa .framer-ssv1ek { flex: none; height: auto; left: 49%; overflow: visible; position: absolute; top: 52%; white-space: pre; width: auto; z-index: 2; }\",\".framer-guOJa .framer-k9ibrm { flex: none; height: auto; left: 49%; overflow: visible; position: absolute; top: 219%; white-space: pre; width: auto; z-index: 2; }\",\".framer-guOJa .framer-1d7l4um { bottom: -141px; flex: none; height: 2px; left: -120px; overflow: hidden; position: absolute; width: 49%; z-index: 1; }\",\".framer-guOJa .framer-f2zqf4 { bottom: -20px; flex: none; height: 20px; left: calc(49.729729729729755% - 15px / 2); overflow: hidden; position: absolute; width: 15px; will-change: var(--framer-will-change-override, transform); }\",\".framer-guOJa .framer-r4rfdx { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 28px; }\",\".framer-guOJa .framer-13mzb7o-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-guOJa .framer-fqdfiy-container { bottom: 0px; flex: none; left: -44px; position: absolute; top: 0px; width: 28px; z-index: 1; }\",\".framer-guOJa.framer-v-16yg1bh.framer-4wzqgb { padding: 16px 28px 16px 28px; }\",\".framer-guOJa.framer-v-umemgb.framer-4wzqgb { padding: 14px 24px 14px 24px; }\",\".framer-guOJa.framer-v-giqitd.framer-4wzqgb { gap: 5px; padding: 24px 38px 24px 38px; }\",\".framer-guOJa.framer-v-giqitd .framer-r4rfdx, .framer-guOJa.framer-v-157bgza .framer-r4rfdx, .framer-guOJa.framer-v-yi66s5 .framer-r4rfdx, .framer-guOJa.framer-v-1ca99nq .framer-r4rfdx, .framer-guOJa.framer-v-djfyot .framer-r4rfdx, .framer-guOJa.framer-v-1u3rtcl .framer-r4rfdx { height: var(--framer-aspect-ratio-supported, 28px); }\",\".framer-guOJa.framer-v-157bgza.framer-4wzqgb { gap: 5px; padding: 16px 28px 16px 28px; }\",\".framer-guOJa.framer-v-yi66s5.framer-4wzqgb { gap: 0px; padding: 14px 24px 14px 24px; }\",\".framer-guOJa.framer-v-1ca99nq.framer-4wzqgb, .framer-guOJa.framer-v-djfyot.framer-4wzqgb, .framer-guOJa.framer-v-1u3rtcl.framer-4wzqgb, .framer-guOJa.framer-v-1yi82sy.framer-4wzqgb, .framer-guOJa.framer-v-arst6n.framer-4wzqgb { gap: 5px; padding: 0px 0px 7px 0px; will-change: unset; }\",\".framer-guOJa.framer-v-1ca99nq .framer-fqdfiy-container { bottom: -40px; height: 28px; left: 0px; right: 0px; top: unset; width: unset; }\",\".framer-guOJa.framer-v-1u3rtcl .framer-1d7l4um { bottom: 0px; height: 1px; left: -83px; width: 38%; }\",\".framer-guOJa.framer-v-1yi82sy .framer-1d7l4um { bottom: 0px; height: 1px; left: -83px; width: 30%; }\",\".framer-guOJa.framer-v-arst6n .framer-1d7l4um { bottom: 0px; height: 1px; left: 1px; width: 97%; }\",\".framer-guOJa.framer-v-4wzqgb.hover .framer-ssv1ek, .framer-guOJa.framer-v-16yg1bh.hover .framer-ssv1ek, .framer-guOJa.framer-v-umemgb.hover .framer-ssv1ek, .framer-guOJa.framer-v-giqitd.hover .framer-ssv1ek, .framer-guOJa.framer-v-157bgza.hover .framer-ssv1ek, .framer-guOJa.framer-v-yi66s5.hover .framer-ssv1ek, .framer-guOJa.framer-v-1ca99nq.hover .framer-ssv1ek, .framer-guOJa.framer-v-djfyot.hover .framer-ssv1ek { top: -100%; }\",\".framer-guOJa.framer-v-4wzqgb.hover .framer-k9ibrm, .framer-guOJa.framer-v-16yg1bh.hover .framer-k9ibrm, .framer-guOJa.framer-v-umemgb.hover .framer-k9ibrm, .framer-guOJa.framer-v-giqitd.hover .framer-k9ibrm, .framer-guOJa.framer-v-157bgza.hover .framer-k9ibrm, .framer-guOJa.framer-v-yi66s5.hover .framer-k9ibrm, .framer-guOJa.framer-v-1ca99nq.hover .framer-k9ibrm { top: 50%; }\",\".framer-guOJa.framer-v-4wzqgb.hover .framer-f2zqf4 { bottom: -63px; height: unset; left: unset; right: -2px; top: -59px; width: 102%; }\",\".framer-guOJa.framer-v-16yg1bh.hover .framer-f2zqf4 { bottom: -62px; height: unset; left: unset; right: -2px; top: -59px; width: 102%; }\",\".framer-guOJa.framer-v-umemgb.hover .framer-f2zqf4 { bottom: -64px; height: unset; left: unset; right: -2px; top: -61px; width: 102%; }\",\".framer-guOJa.framer-v-giqitd.hover .framer-f2zqf4 { bottom: -69px; height: 214px; left: calc(49.729729729729755% - 101.9047619047619% / 2); width: 102%; }\",\".framer-guOJa.framer-v-giqitd.hover .framer-13mzb7o-container, .framer-guOJa.framer-v-157bgza.hover .framer-13mzb7o-container, .framer-guOJa.framer-v-yi66s5.hover .framer-13mzb7o-container { left: unset; right: -44px; width: 24px; }\",\".framer-guOJa.framer-v-giqitd.hover .framer-fqdfiy-container, .framer-guOJa.framer-v-157bgza.hover .framer-fqdfiy-container, .framer-guOJa.framer-v-yi66s5.hover .framer-fqdfiy-container, .framer-guOJa.framer-v-1u3rtcl.hover .framer-fqdfiy-container, .framer-guOJa.framer-v-djfyot.hover .framer-fqdfiy-container { left: 0px; right: 0px; width: unset; }\",\".framer-guOJa.framer-v-157bgza.hover .framer-f2zqf4 { bottom: -69px; height: 202px; left: calc(49.729729729729755% - 102.020202020202% / 2); width: 102%; }\",\".framer-guOJa.framer-v-yi66s5.hover .framer-f2zqf4 { bottom: -71px; height: 193px; left: calc(50.00000000000002% - 101.57894736842105% / 2); width: 102%; }\",\".framer-guOJa.framer-v-1ca99nq.hover.framer-4wzqgb, .framer-guOJa.framer-v-1u3rtcl.hover.framer-4wzqgb, .framer-guOJa.framer-v-djfyot.hover.framer-4wzqgb, .framer-guOJa.framer-v-1yi82sy.hover.framer-4wzqgb { will-change: unset; }\",\".framer-guOJa.framer-v-1ca99nq.hover .framer-13mzb7o-container { bottom: unset; height: 28px; top: -40px; }\",\".framer-guOJa.framer-v-1ca99nq.hover .framer-fqdfiy-container { bottom: 0px; height: unset; top: 0px; width: unset; }\",\".framer-guOJa.framer-v-1u3rtcl.hover .framer-1d7l4um { bottom: 0px; left: 0px; width: 97%; }\",\".framer-guOJa.framer-v-1u3rtcl.hover .framer-13mzb7o-container, .framer-guOJa.framer-v-djfyot.hover .framer-13mzb7o-container { left: unset; right: -44px; width: 28px; }\",\".framer-guOJa.framer-v-djfyot.hover .framer-k9ibrm { left: 49%; top: 52%; }\",\".framer-guOJa.framer-v-1yi82sy.hover .framer-18nu8gr { order: 0; }\",\".framer-guOJa.framer-v-1yi82sy.hover .framer-1d7l4um { left: 1px; width: 97%; }\",\".framer-guOJa.framer-v-1yi82sy.hover .framer-f2zqf4 { order: 1; }\",'.framer-guOJa[data-border=\"true\"]::after, .framer-guOJa [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 79\n * @framerIntrinsicWidth 187\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"v16KCMkmf\":{\"layout\":[\"auto\",\"auto\"]},\"ykjTTG4Uu\":{\"layout\":[\"auto\",\"auto\"]},\"kKUAX1JqE\":{\"layout\":[\"auto\",\"auto\"]},\"qDuqCDFaW\":{\"layout\":[\"auto\",\"auto\"]},\"IvhNUDJiu\":{\"layout\":[\"auto\",\"auto\"]},\"gjYSMO30t\":{\"layout\":[\"auto\",\"auto\"]},\"KFZqvMivS\":{\"layout\":[\"auto\",\"auto\"]},\"vqQ4O9xYX\":{\"layout\":[\"auto\",\"auto\"]},\"cCbtMKtAo\":{\"layout\":[\"auto\",\"auto\"]},\"gp7QYWj1L\":{\"layout\":[\"auto\",\"auto\"]},\"jlji3B441\":{\"layout\":[\"auto\",\"auto\"]},\"Z5j8tFEvz\":{\"layout\":[\"auto\",\"auto\"]},\"uPvAdFBTv\":{\"layout\":[\"auto\",\"auto\"]},\"ERiCtzsAG\":{\"layout\":[\"auto\",\"auto\"]},\"d3kV6W4xj\":{\"layout\":[\"auto\",\"auto\"]},\"yx3HOwR4J\":{\"layout\":[\"auto\",\"auto\"]},\"tlk57aBkN\":{\"layout\":[\"auto\",\"auto\"]},\"eGCR5y4ru\":{\"layout\":[\"auto\",\"auto\"]},\"A0VZ6xQqA\":{\"layout\":[\"auto\",\"auto\"]},\"nk3_HqTXv\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"nrvg8nnVx\":\"title\",\"HsO5TLWwv\":\"link\",\"XkITBDJoS\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWiVy2KMkq=withCSS(Component,css,\"framer-guOJa\");export default FramerWiVy2KMkq;FramerWiVy2KMkq.displayName=\"Button/Button\";FramerWiVy2KMkq.defaultProps={height:79,width:187};addPropertyControls(FramerWiVy2KMkq,{variant:{options:[\"dAgqdWG0z\",\"v16KCMkmf\",\"ykjTTG4Uu\",\"kKUAX1JqE\",\"qDuqCDFaW\",\"IvhNUDJiu\",\"gjYSMO30t\",\"KFZqvMivS\",\"vqQ4O9xYX\",\"cCbtMKtAo\",\"gp7QYWj1L\"],optionTitles:[\"Variant 1 (Large)\",\"Variant 1 (Medium)\",\"Variant 1 (Small)\",\"Variant 2 (Large)\",\"Variant 2 (Medium)\",\"Variant 2 (Small)\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},nrvg8nnVx:{defaultValue:\"Get In Touch\",displayTextArea:false,title:\"Title\",type:ControlType.String},HsO5TLWwv:{title:\"Link\",type:ControlType.Link},XkITBDJoS:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerWiVy2KMkq,[{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\",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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...ArrowArrowIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWiVy2KMkq\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"79\",\"framerIntrinsicWidth\":\"187\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v16KCMkmf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ykjTTG4Uu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kKUAX1JqE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qDuqCDFaW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IvhNUDJiu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gjYSMO30t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KFZqvMivS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vqQ4O9xYX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cCbtMKtAo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gp7QYWj1L\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jlji3B441\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Z5j8tFEvz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uPvAdFBTv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ERiCtzsAG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"d3kV6W4xj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yx3HOwR4J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tlk57aBkN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eGCR5y4ru\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A0VZ6xQqA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nk3_HqTXv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"nrvg8nnVx\\\":\\\"title\\\",\\\"HsO5TLWwv\\\":\\\"link\\\",\\\"XkITBDJoS\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WiVy2KMkq.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={aa5wQvBdD:{hover:true},kxqBkCupg:{hover:true},oZ4Y6dJub:{hover:true},sbD7uPZSw:{hover:true}};const cycleOrder=[\"oZ4Y6dJub\",\"kxqBkCupg\",\"sbD7uPZSw\",\"aa5wQvBdD\"];const serializationHash=\"framer-cxCYP\";const variantClassNames={aa5wQvBdD:\"framer-v-zazsdd\",kxqBkCupg:\"framer-v-1chl3nf\",oZ4Y6dJub:\"framer-v-rlznu1\",sbD7uPZSw:\"framer-v-18pcfur\"};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:600,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={action:\"aa5wQvBdD\",tg:\"kxqBkCupg\",vk:\"sbD7uPZSw\",wp:\"oZ4Y6dJub\"};const getProps=({click,height,hover,id,link,width,...props})=>{return{...props,BmrZCMYQ0:click??props.BmrZCMYQ0,pfJrG_7PY:hover??props.pfJrG_7PY,variant:humanReadableVariantMap[props.variant]??props.variant??\"oZ4Y6dJub\",w31lnCe_O:link??props.w31lnCe_O};};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,w31lnCe_O,pfJrG_7PY,BmrZCMYQ0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oZ4Y6dJub\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzoe5nj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(BmrZCMYQ0){const res=await BmrZCMYQ0(...args);if(res===false)return false;}});const onMouseEnter6tgmss=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(pfJrG_7PY){const res=await pfJrG_7PY(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"kxqBkCupg-hover\",\"sbD7uPZSw-hover\",\"aa5wQvBdD-hover\"].includes(gestureVariant))return false;if([\"kxqBkCupg\",\"sbD7uPZSw\",\"aa5wQvBdD\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"sbD7uPZSw-hover\")return true;if(baseVariant===\"sbD7uPZSw\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"kxqBkCupg-hover\")return true;if(baseVariant===\"kxqBkCupg\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"aa5wQvBdD-hover\")return true;if(baseVariant===\"aa5wQvBdD\")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__*/_jsx(Link,{href:w31lnCe_O,motionChild:true,nodeId:\"oZ4Y6dJub\",openInNewTab:true,scopeId:\"c0QoSB5wD\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-rlznu1\",className,classNames)} framer-9bwwyc`,\"data-framer-name\":\"wp\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"oZ4Y6dJub\",onMouseEnter:onMouseEnter6tgmss,onTap:onTapzoe5nj,ref:refBinding,style:{...style},...addPropertyOverrides({\"aa5wQvBdD-hover\":{\"data-framer-name\":undefined},\"kxqBkCupg-hover\":{\"data-framer-name\":undefined},\"oZ4Y6dJub-hover\":{\"data-framer-name\":undefined},\"sbD7uPZSw-hover\":{\"data-framer-name\":undefined},aa5wQvBdD:{\"data-framer-name\":\"action\"},kxqBkCupg:{\"data-framer-name\":\"tg\"},sbD7uPZSw:{\"data-framer-name\":\"vk\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1j2fiy\",\"data-framer-name\":\"wp\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NDANztWig\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 28.244 10.913 C 27.212 9.871 25.984 9.045 24.63 8.483 C 23.276 7.92 21.823 7.634 20.357 7.639 C 14.215 7.639 9.209 12.645 9.209 18.788 C 9.209 20.756 9.726 22.669 10.694 24.356 L 9.119 30.139 L 15.025 28.586 C 16.656 29.475 18.49 29.947 20.357 29.947 C 26.5 29.947 31.506 24.941 31.506 18.799 C 31.506 15.818 30.347 13.016 28.244 10.913 Z M 20.357 28.057 C 18.692 28.057 17.061 27.607 15.632 26.764 L 15.295 26.561 L 11.785 27.484 L 12.719 24.064 L 12.494 23.715 C 11.569 22.238 11.077 20.53 11.076 18.787 C 11.076 13.68 15.239 9.517 20.346 9.517 C 22.821 9.517 25.15 10.485 26.894 12.24 C 27.757 13.099 28.441 14.122 28.907 15.248 C 29.372 16.373 29.609 17.58 29.605 18.799 C 29.627 23.906 25.465 28.057 20.357 28.057 Z M 25.442 21.127 C 25.161 20.992 23.789 20.317 23.541 20.216 C 23.282 20.126 23.102 20.081 22.911 20.351 C 22.72 20.632 22.191 21.262 22.034 21.442 C 21.876 21.634 21.707 21.656 21.426 21.51 C 21.145 21.375 20.245 21.071 19.187 20.126 C 18.355 19.384 17.804 18.472 17.635 18.191 C 17.477 17.91 17.612 17.764 17.759 17.617 C 17.882 17.494 18.04 17.291 18.175 17.134 C 18.31 16.976 18.366 16.852 18.456 16.672 C 18.546 16.481 18.501 16.324 18.434 16.189 C 18.366 16.054 17.804 14.681 17.579 14.119 C 17.354 13.579 17.117 13.646 16.949 13.635 L 16.409 13.635 C 16.217 13.635 15.925 13.702 15.666 13.984 C 15.419 14.265 14.699 14.94 14.699 16.312 C 14.699 17.685 15.7 19.012 15.835 19.192 C 15.97 19.384 17.804 22.196 20.594 23.4 C 21.257 23.692 21.775 23.861 22.18 23.985 C 22.844 24.199 23.451 24.165 23.935 24.097 C 24.475 24.019 25.589 23.422 25.814 22.77 C 26.05 22.117 26.05 21.566 25.971 21.442 C 25.892 21.319 25.724 21.262 25.442 21.127 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9781061646,withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-lep84m\",\"data-framer-name\":\"wp\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Ir1dVwKB8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 28.244 10.913 C 27.212 9.871 25.984 9.045 24.63 8.483 C 23.276 7.92 21.823 7.634 20.357 7.639 C 14.215 7.639 9.209 12.645 9.209 18.788 C 9.209 20.756 9.726 22.669 10.694 24.356 L 9.119 30.139 L 15.025 28.586 C 16.656 29.475 18.49 29.947 20.357 29.947 C 26.5 29.947 31.506 24.941 31.506 18.799 C 31.506 15.818 30.347 13.016 28.244 10.913 Z M 20.357 28.057 C 18.692 28.057 17.061 27.607 15.632 26.764 L 15.295 26.561 L 11.785 27.484 L 12.719 24.064 L 12.494 23.715 C 11.569 22.238 11.077 20.53 11.076 18.787 C 11.076 13.68 15.239 9.517 20.346 9.517 C 22.821 9.517 25.15 10.485 26.894 12.24 C 27.757 13.099 28.441 14.122 28.907 15.248 C 29.372 16.373 29.609 17.58 29.605 18.799 C 29.627 23.906 25.465 28.057 20.357 28.057 Z M 25.442 21.127 C 25.161 20.992 23.789 20.317 23.541 20.216 C 23.282 20.126 23.102 20.081 22.911 20.351 C 22.72 20.632 22.191 21.262 22.034 21.442 C 21.876 21.634 21.707 21.656 21.426 21.51 C 21.145 21.375 20.245 21.071 19.187 20.126 C 18.355 19.384 17.804 18.472 17.635 18.191 C 17.477 17.91 17.612 17.764 17.759 17.617 C 17.882 17.494 18.04 17.291 18.175 17.134 C 18.31 16.976 18.366 16.852 18.456 16.672 C 18.546 16.481 18.501 16.324 18.434 16.189 C 18.366 16.054 17.804 14.681 17.579 14.119 C 17.354 13.579 17.117 13.646 16.949 13.635 L 16.409 13.635 C 16.217 13.635 15.925 13.702 15.666 13.984 C 15.419 14.265 14.699 14.94 14.699 16.312 C 14.699 17.685 15.7 19.012 15.835 19.192 C 15.97 19.384 17.804 22.196 20.594 23.4 C 21.257 23.692 21.775 23.861 22.18 23.985 C 22.844 24.199 23.451 24.165 23.935 24.097 C 24.475 24.019 25.589 23.422 25.814 22.77 C 26.05 22.117 26.05 21.566 25.971 21.442 C 25.892 21.319 25.724 21.262 25.442 21.127 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9781061646,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p3jn2j\",\"data-framer-name\":\"vk\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eL9qFEtC_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 13.288 12.558 L 13.307 13.489 L 13.325 14.058 C 13.536 18.548 15.151 20.816 16.629 21.79 L 16.629 12.558 L 22.161 12.558 L 22.161 17.794 C 22.683 17.534 23.222 17.129 23.735 16.589 C 24.594 15.684 25.296 14.488 25.647 13.249 L 25.842 12.558 L 31.357 12.558 L 31.122 13.699 C 30.819 15.174 30.234 16.576 29.399 17.827 L 29.23 18.075 C 28.602 18.965 27.854 19.761 27.01 20.441 C 27.995 21.099 28.881 21.9 29.636 22.82 L 29.835 23.07 C 30.816 24.332 31.536 25.777 31.954 27.322 L 32.277 28.52 L 26.318 28.52 L 26.124 27.826 C 25.826 26.759 25.239 25.796 24.429 25.044 L 24.264 24.896 C 23.647 24.364 22.931 23.966 22.161 23.722 L 22.161 28.52 L 20.774 28.52 C 16.692 28.52 13.389 27.111 11.099 24.453 C 8.969 21.982 7.797 18.527 7.581 14.368 L 7.55 13.527 L 7.53 12.558 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9531508080,withExternalLayout:true,...addPropertyOverrides({sbD7uPZSw:{svgContentId:10457176504}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1n0ckdc\",\"data-framer-name\":\"vk\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"srERuy0nm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 13.288 12.558 L 13.307 13.489 L 13.325 14.058 C 13.536 18.548 15.151 20.816 16.629 21.79 L 16.629 12.558 L 22.161 12.558 L 22.161 17.794 C 22.683 17.534 23.222 17.129 23.735 16.589 C 24.594 15.684 25.296 14.488 25.647 13.249 L 25.842 12.558 L 31.357 12.558 L 31.122 13.699 C 30.819 15.174 30.234 16.576 29.399 17.827 L 29.23 18.075 C 28.602 18.965 27.854 19.761 27.01 20.441 C 27.995 21.099 28.881 21.9 29.636 22.82 L 29.835 23.07 C 30.816 24.332 31.536 25.777 31.954 27.322 L 32.277 28.52 L 26.318 28.52 L 26.124 27.826 C 25.826 26.759 25.239 25.796 24.429 25.044 L 24.264 24.896 C 23.647 24.364 22.931 23.966 22.161 23.722 L 22.161 28.52 L 20.774 28.52 C 16.692 28.52 13.389 27.111 11.099 24.453 C 8.969 21.982 7.797 18.527 7.581 14.368 L 7.55 13.527 L 7.53 12.558 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9531508080,withExternalLayout:true,...addPropertyOverrides({sbD7uPZSw:{svgContentId:10457176504}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rff7h4\",\"data-framer-name\":\"tg\",layoutDependency:layoutDependency,layoutId:\"x8Oxcx8Q3\",style:{borderBottomLeftRadius:125,borderBottomRightRadius:125,borderTopLeftRadius:125,borderTopRightRadius:125},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8ltts\",\"data-framer-name\":\"Vector (Stroke)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"j6pxB5pOy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 25\"><path d=\"M 23.598 1.108 L 23.834 1.131 L 24.067 1.171 C 24.531 1.266 24.97 1.453 25.36 1.72 L 25.551 1.86 L 25.732 2.013 C 26.083 2.33 26.367 2.714 26.567 3.143 L 26.66 3.361 L 26.738 3.584 C 26.903 4.111 26.943 4.67 26.853 5.216 L 26.852 5.217 L 24.37 20.275 L 24.37 20.277 C 23.938 22.883 21.13 24.468 18.66 23.318 L 18.422 23.198 C 17.29 22.583 15.583 21.622 14.031 20.608 L 14.03 20.607 C 13.641 20.352 12.769 19.765 12.015 19.057 C 11.642 18.707 11.218 18.255 10.903 17.731 C 10.703 17.398 10.469 16.902 10.414 16.311 C 10.007 16.52 9.606 16.688 9.196 16.797 C 8.586 16.96 8.038 16.976 7.517 16.912 L 7.295 16.879 C 5.836 16.636 4.448 16.256 3.276 15.77 L 3.276 15.769 C 0.248 14.512 0.506 10.421 3.267 9.258 L 21.983 1.377 L 21.984 1.376 L 22.205 1.292 C 22.652 1.138 23.126 1.076 23.598 1.108 Z M 23.578 3.014 C 23.287 2.975 22.991 3.014 22.721 3.128 L 4.004 11.009 C 2.699 11.559 2.632 13.446 4.005 14.015 C 5.021 14.436 6.265 14.782 7.607 15.005 C 8.343 15.128 8.958 15.005 10.138 14.287 C 11.475 13.473 15.521 10.579 18.041 8.677 C 19.055 7.911 19.447 8.392 18.588 9.225 C 16.399 11.345 12.568 14.912 12.327 15.861 C 12.047 16.971 14.327 18.53 15.071 19.017 C 16.56 19.99 18.215 20.922 19.329 21.528 C 20.661 22.251 22.255 21.419 22.496 19.966 L 24.978 4.908 C 25.026 4.618 24.995 4.321 24.889 4.047 C 24.782 3.774 24.605 3.534 24.375 3.352 C 24.144 3.17 23.869 3.053 23.578 3.014 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9657413574,withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-165ksvf\",\"data-framer-name\":\"tg\",layoutDependency:layoutDependency,layoutId:\"RbvuKnwmb\",style:{borderBottomLeftRadius:125,borderBottomRightRadius:125,borderTopLeftRadius:125,borderTopRightRadius:125},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5bqtnf\",\"data-framer-name\":\"Vector (Stroke)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"r9L5lIiif\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 25\"><path d=\"M 23.598 1.108 L 23.834 1.131 L 24.067 1.171 C 24.531 1.266 24.97 1.453 25.36 1.72 L 25.551 1.86 L 25.732 2.013 C 26.083 2.33 26.367 2.714 26.567 3.143 L 26.66 3.361 L 26.738 3.584 C 26.903 4.111 26.943 4.67 26.853 5.216 L 26.852 5.217 L 24.37 20.275 L 24.37 20.277 C 23.938 22.883 21.13 24.468 18.66 23.318 L 18.422 23.198 C 17.29 22.583 15.583 21.622 14.031 20.608 L 14.03 20.607 C 13.641 20.352 12.769 19.765 12.015 19.057 C 11.642 18.707 11.218 18.255 10.903 17.731 C 10.703 17.398 10.469 16.902 10.414 16.311 C 10.007 16.52 9.606 16.688 9.196 16.797 C 8.586 16.96 8.038 16.976 7.517 16.912 L 7.295 16.879 C 5.836 16.636 4.448 16.256 3.276 15.77 L 3.276 15.769 C 0.248 14.512 0.506 10.421 3.267 9.258 L 21.983 1.377 L 21.984 1.376 L 22.205 1.292 C 22.652 1.138 23.126 1.076 23.598 1.108 Z M 23.578 3.014 C 23.287 2.975 22.991 3.014 22.721 3.128 L 4.004 11.009 C 2.699 11.559 2.632 13.446 4.005 14.015 C 5.021 14.436 6.265 14.782 7.607 15.005 C 8.343 15.128 8.958 15.005 10.138 14.287 C 11.475 13.473 15.521 10.579 18.041 8.677 C 19.055 7.911 19.447 8.392 18.588 9.225 C 16.399 11.345 12.568 14.912 12.327 15.861 C 12.047 16.971 14.327 18.53 15.071 19.017 C 16.56 19.99 18.215 20.922 19.329 21.528 C 20.661 22.251 22.255 21.419 22.496 19.966 L 24.978 4.908 C 25.026 4.618 24.995 4.321 24.889 4.047 C 24.782 3.774 24.605 3.534 24.375 3.352 C 24.144 3.17 23.869 3.053 23.578 3.014 Z\" fill=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"></path></svg>',svgContentId:9657413574,withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-px2a10\",\"data-framer-name\":\"action button\",layoutDependency:layoutDependency,layoutId:\"UMT5Ik7Bk\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-13pq177\",layoutDependency:layoutDependency,layoutId:\"epynWkIuT\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26.078\" overflow=\"visible\"><g><path d=\"M 8.45 22.1 L 7.8 22.1 C 2.6 22.1 0 20.8 0 14.3 L 0 7.8 C 0 2.6 2.6 0 7.8 0 L 18.2 0 C 23.4 0 26 2.6 26 7.8 L 26 14.3 C 26 19.5 23.4 22.1 18.2 22.1 L 17.55 22.1 C 17.147 22.1 16.757 22.295 16.51 22.62 L 14.56 25.22 C 13.702 26.364 12.298 26.364 11.44 25.22 L 9.49 22.62 C 9.282 22.334 8.801 22.1 8.45 22.1 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 18.403 11.5 L 18.414 11.5 M 13.2 11.5 L 13.212 11.5 M 8 11.5 L 8.012 11.5\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-uqdg3\",layoutDependency:layoutDependency,layoutId:\"MDOpYu4EO\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26.078\" overflow=\"visible\"><path d=\"M 8.45 22.1 L 7.8 22.1 C 2.6 22.1 0 20.8 0 14.3 L 0 7.8 C 0 2.6 2.6 0 7.8 0 L 18.2 0 C 23.4 0 26 2.6 26 7.8 L 26 14.3 C 26 19.5 23.4 22.1 18.2 22.1 L 17.55 22.1 C 17.147 22.1 16.757 22.295 16.51 22.62 L 14.56 25.22 C 13.702 26.364 12.298 26.364 11.44 25.22 L 9.49 22.62 C 9.282 22.334 8.801 22.1 8.45 22.1 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1qghf5l\",layoutDependency:layoutDependency,layoutId:\"TXeXuaRku\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.414 1\" overflow=\"visible\"><path d=\"M 10.403 0 L 10.414 0 M 5.2 0 L 5.212 0 M 0 0 L 0.012 0\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-168d2em\",layoutDependency:layoutDependency,layoutId:\"whBrqW6j6\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.011 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1odms8l\",layoutDependency:layoutDependency,layoutId:\"J9hDhfI79\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.012 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1e82e5k\",layoutDependency:layoutDependency,layoutId:\"hgI2MTpVY\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.012 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mzynfe\",\"data-framer-name\":\"action button\",layoutDependency:layoutDependency,layoutId:\"Ytj8bywf1\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1eg7w0f\",layoutDependency:layoutDependency,layoutId:\"kiAbqwxne\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26.078\" overflow=\"visible\"><g><path d=\"M 8.45 22.1 L 7.8 22.1 C 2.6 22.1 0 20.8 0 14.3 L 0 7.8 C 0 2.6 2.6 0 7.8 0 L 18.2 0 C 23.4 0 26 2.6 26 7.8 L 26 14.3 C 26 19.5 23.4 22.1 18.2 22.1 L 17.55 22.1 C 17.147 22.1 16.757 22.295 16.51 22.62 L 14.56 25.22 C 13.702 26.364 12.298 26.364 11.44 25.22 L 9.49 22.62 C 9.282 22.334 8.801 22.1 8.45 22.1 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 18.403 11.5 L 18.414 11.5 M 13.2 11.5 L 13.212 11.5 M 8 11.5 L 8.012 11.5\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hxa2ds\",layoutDependency:layoutDependency,layoutId:\"Unt9oMNVR\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 26.078\" overflow=\"visible\"><path d=\"M 8.45 22.1 L 7.8 22.1 C 2.6 22.1 0 20.8 0 14.3 L 0 7.8 C 0 2.6 2.6 0 7.8 0 L 18.2 0 C 23.4 0 26 2.6 26 7.8 L 26 14.3 C 26 19.5 23.4 22.1 18.2 22.1 L 17.55 22.1 C 17.147 22.1 16.757 22.295 16.51 22.62 L 14.56 25.22 C 13.702 26.364 12.298 26.364 11.44 25.22 L 9.49 22.62 C 9.282 22.334 8.801 22.1 8.45 22.1 Z\" fill=\"transparent\" stroke-width=\"1.9\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-14c67d5\",layoutDependency:layoutDependency,layoutId:\"bIZA3mw1f\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.414 1\" overflow=\"visible\"><path d=\"M 10.403 0 L 10.414 0 M 5.2 0 L 5.212 0 M 0 0 L 0.012 0\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uyn8jw\",layoutDependency:layoutDependency,layoutId:\"aMaoIAN70\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.011 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-85puyk\",layoutDependency:layoutDependency,layoutId:\"gaBL9FUls\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.012 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18j62re\",layoutDependency:layoutDependency,layoutId:\"v26ereqV5\",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 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.012 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cxCYP.framer-9bwwyc, .framer-cxCYP .framer-9bwwyc { display: block; }\",\".framer-cxCYP.framer-rlznu1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 40px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 40px; }\",\".framer-cxCYP .framer-1j2fiy, .framer-cxCYP .framer-lep84m, .framer-cxCYP .framer-1p3jn2j, .framer-cxCYP .framer-1n0ckdc { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-cxCYP .framer-1rff7h4, .framer-cxCYP .framer-165ksvf { flex: none; gap: 0px; height: 40px; overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cxCYP .framer-8ltts, .framer-cxCYP .framer-5bqtnf { flex: none; height: 25px; left: calc(49.99974012374878% - 28px / 2); position: absolute; top: calc(51.59777641296387% - 25px / 2); width: 28px; }\",\".framer-cxCYP .framer-px2a10, .framer-cxCYP .framer-1mzynfe { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-cxCYP .framer-13pq177, .framer-cxCYP .framer-1eg7w0f { height: 26px; left: 7px; position: absolute; top: 7px; width: 26px; }\",\".framer-cxCYP .framer-uqdg3, .framer-cxCYP .framer-hxa2ds { height: 26px; left: 0px; position: absolute; top: 0px; width: 26px; }\",\".framer-cxCYP .framer-1qghf5l, .framer-cxCYP .framer-14c67d5 { height: 1px; left: 8px; position: absolute; top: 12px; width: 11px; }\",\".framer-cxCYP .framer-168d2em, .framer-cxCYP .framer-1uyn8jw { height: 1px; left: 11px; position: absolute; top: 0px; width: 1px; }\",\".framer-cxCYP .framer-1odms8l, .framer-cxCYP .framer-85puyk { height: 1px; left: 5px; position: absolute; top: 0px; width: 1px; }\",\".framer-cxCYP .framer-1e82e5k, .framer-cxCYP .framer-18j62re { height: 1px; left: 0px; position: absolute; top: 0px; width: 1px; }\",\".framer-cxCYP.framer-v-zazsdd .framer-px2a10 { order: 6; }\",\".framer-cxCYP.framer-v-zazsdd .framer-1mzynfe { order: 7; }\",\".framer-cxCYP.framer-v-rlznu1.hover.framer-rlznu1, .framer-cxCYP.framer-v-1chl3nf.hover.framer-rlznu1, .framer-cxCYP.framer-v-18pcfur.hover.framer-rlznu1 { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kxqBkCupg\":{\"layout\":[\"fixed\",\"fixed\"]},\"sbD7uPZSw\":{\"layout\":[\"fixed\",\"fixed\"]},\"aa5wQvBdD\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yao25Xx4N\":{\"layout\":[\"fixed\",\"fixed\"]},\"UGBxuWqYn\":{\"layout\":[\"fixed\",\"fixed\"]},\"NJdeduMuF\":{\"layout\":[\"fixed\",\"fixed\"]},\"k9k6Z4RpK\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"w31lnCe_O\":\"link\",\"pfJrG_7PY\":\"hover\",\"BmrZCMYQ0\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerc0QoSB5wD=withCSS(Component,css,\"framer-cxCYP\");export default Framerc0QoSB5wD;Framerc0QoSB5wD.displayName=\"Menu/Social Link\";Framerc0QoSB5wD.defaultProps={height:40,width:40};addPropertyControls(Framerc0QoSB5wD,{variant:{options:[\"oZ4Y6dJub\",\"kxqBkCupg\",\"sbD7uPZSw\",\"aa5wQvBdD\"],optionTitles:[\"wp\",\"tg\",\"vk\",\"action\"],title:\"Variant\",type:ControlType.Enum},w31lnCe_O:{title:\"Link\",type:ControlType.Link},pfJrG_7PY:{title:\"Hover\",type:ControlType.EventHandler},BmrZCMYQ0:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerc0QoSB5wD,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc0QoSB5wD\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"w31lnCe_O\\\":\\\"link\\\",\\\"pfJrG_7PY\\\":\\\"hover\\\",\\\"BmrZCMYQ0\\\":\\\"click\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kxqBkCupg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sbD7uPZSw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aa5wQvBdD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yao25Xx4N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UGBxuWqYn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NJdeduMuF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k9k6Z4RpK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c0QoSB5wD.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={Ay1hr92GW:{hover:true}};const serializationHash=\"framer-UpW7F\";const variantClassNames={Ay1hr92GW:\"framer-v-x1gl07\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({footerLink,height,id,link,title,width,...props})=>{return{...props,cBDAeStM9:title??props.cBDAeStM9??\"Title\",oq88WCjeV:link??props.oq88WCjeV,pl1E3Y0Bd:footerLink??props.pl1E3Y0Bd??14};};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,cBDAeStM9,oq88WCjeV,pl1E3Y0Bd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Ay1hr92GW\",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:oq88WCjeV,motionChild:true,nodeId:\"Ay1hr92GW\",openInNewTab:false,scopeId:\"SHf4mzAuS\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-x1gl07\",className,classNames)} framer-1yhul1o`,\"data-framer-name\":\"Line From Left\",layoutDependency:layoutDependency,layoutId:\"Ay1hr92GW\",ref:refBinding,style:{...style},...addPropertyOverrides({\"Ay1hr92GW-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l2ko7m\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"TqQSggB9h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-pl1E3Y0Bd-SHf4mzAuS) * 1px)\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Title\"})}),className:\"framer-p94vi4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tn8N0q0o8\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--variable-reference-pl1E3Y0Bd-SHf4mzAuS\":pl1E3Y0Bd,opacity:0},text:cBDAeStM9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-pl1E3Y0Bd-SHf4mzAuS) * 1px)\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Title\"})}),className:\"framer-44eefh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UqSXQyKqf\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--variable-reference-pl1E3Y0Bd-SHf4mzAuS\":pl1E3Y0Bd},text:cBDAeStM9,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ay1hr92GW-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-pl1E3Y0Bd-SHf4mzAuS) * 1px)\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"Title\"})}),className:\"framer-1dd8mxm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ck5lce4dB\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--variable-reference-pl1E3Y0Bd-SHf4mzAuS\":pl1E3Y0Bd},text:cBDAeStM9,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ay1hr92GW-hover\":{transformTemplate:transformTemplate3}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nox9br\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"Rd8r8i0lJ\",style:{backgroundColor:\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\"}})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UpW7F.framer-1yhul1o, .framer-UpW7F .framer-1yhul1o { display: block; }\",\".framer-UpW7F.framer-x1gl07 { 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: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UpW7F .framer-1l2ko7m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-UpW7F .framer-p94vi4 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-UpW7F .framer-44eefh { flex: none; height: auto; left: 50%; overflow: visible; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 2; }\",\".framer-UpW7F .framer-1dd8mxm { bottom: -49px; flex: none; height: auto; left: 50%; overflow: visible; position: absolute; white-space: pre; width: auto; z-index: 2; }\",\".framer-UpW7F .framer-1nox9br { bottom: 0px; flex: none; height: 2px; left: -50px; overflow: hidden; position: absolute; width: 1%; z-index: 1; }\",\".framer-UpW7F.framer-v-x1gl07.hover .framer-44eefh { top: -25px; }\",\".framer-UpW7F.framer-v-x1gl07.hover .framer-1dd8mxm { bottom: unset; left: 0px; top: 50%; }\",\".framer-UpW7F.framer-v-x1gl07.hover .framer-1nox9br { bottom: 3px; height: 1px; left: calc(49.12280701754388% - 105.26315789473684% / 2); width: 105%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31\n * @framerIntrinsicWidth 28.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Rn3IvPQgm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cBDAeStM9\":\"title\",\"oq88WCjeV\":\"link\",\"pl1E3Y0Bd\":\"footerLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSHf4mzAuS=withCSS(Component,css,\"framer-UpW7F\");export default FramerSHf4mzAuS;FramerSHf4mzAuS.displayName=\"Menu/Page Link\";FramerSHf4mzAuS.defaultProps={height:31,width:28.5};addPropertyControls(FramerSHf4mzAuS,{cBDAeStM9:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},oq88WCjeV:{title:\"Link\",type:ControlType.Link},pl1E3Y0Bd:{defaultValue:14,title:\"Footer link\",type:ControlType.Number}});addFonts(FramerSHf4mzAuS,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSHf4mzAuS\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"31\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Rn3IvPQgm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"cBDAeStM9\\\":\\\"title\\\",\\\"oq88WCjeV\\\":\\\"link\\\",\\\"pl1E3Y0Bd\\\":\\\"footerLink\\\"}\",\"framerIntrinsicWidth\":\"28.5\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SHf4mzAuS.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,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 ButtonButton from\"https://framerusercontent.com/modules/yIkFAxxjKE5ZqxTOBLKr/GuOokOmf4mHm9OUFrY4Q/WiVy2KMkq.js\";const ButtonButtonFonts=getFonts(ButtonButton);const cycleOrder=[\"stPIqjzUK\",\"yoqufMZlx\",\"JGZTgzwaV\",\"rMJnGu5dh\",\"JD4tego4f\",\"RLURcd1y5\",\"Rt0J3TO4Q\"];const serializationHash=\"framer-lK1KU\";const variantClassNames={JD4tego4f:\"framer-v-1kinc5z\",JGZTgzwaV:\"framer-v-5xrwka\",RLURcd1y5:\"framer-v-17f4qvx\",rMJnGu5dh:\"framer-v-19pe4th\",Rt0J3TO4Q:\"framer-v-14lduvb\",stPIqjzUK:\"framer-v-hzgvwr\",yoqufMZlx:\"framer-v-zr1bd5\"};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 humanReadableVariantMap={about:\"yoqufMZlx\",blog:\"JD4tego4f\",contacts:\"RLURcd1y5\",main:\"stPIqjzUK\",none:\"Rt0J3TO4Q\",services:\"JGZTgzwaV\",works:\"rMJnGu5dh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"stPIqjzUK\"};};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:\"stPIqjzUK\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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(scopingClassNames,\"framer-hzgvwr\",className,classNames),\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"stPIqjzUK\",ref:refBinding,style:{...style},...addPropertyOverrides({JD4tego4f:{\"data-framer-name\":\"blog\"},JGZTgzwaV:{\"data-framer-name\":\"services\"},RLURcd1y5:{\"data-framer-name\":\"contacts\"},rMJnGu5dh:{\"data-framer-name\":\"works\"},Rt0J3TO4Q:{\"data-framer-name\":\"none\"},yoqufMZlx:{\"data-framer-name\":\"about\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lczvr7-container\",layoutDependency:layoutDependency,layoutId:\"gZD8XRKt5-container\",nodeId:\"gZD8XRKt5\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks[0],id:\"gZD8XRKt5\",layoutId:\"gZD8XRKt5\",nrvg8nnVx:\"\u0413\u041B\u0410\u0412\u041D\u0410\u042F\",variant:\"gp7QYWj1L\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks[4],variant:\"cCbtMKtAo\"},JGZTgzwaV:{HsO5TLWwv:resolvedLinks[2],variant:\"cCbtMKtAo\"},RLURcd1y5:{HsO5TLWwv:resolvedLinks[5],variant:\"cCbtMKtAo\"},rMJnGu5dh:{HsO5TLWwv:resolvedLinks[3],variant:\"cCbtMKtAo\"},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks[6],variant:\"cCbtMKtAo\"},yoqufMZlx:{HsO5TLWwv:resolvedLinks[1],variant:\"cCbtMKtAo\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined},{href:{webPageId:\"yK2tXvaOP\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yyq0c0-container\",layoutDependency:layoutDependency,layoutId:\"lr6cwIxjx-container\",nodeId:\"lr6cwIxjx\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks1[0],id:\"lr6cwIxjx\",layoutId:\"lr6cwIxjx\",nrvg8nnVx:\"\u041E \u041A\u041E\u041C\u041F\u0410\u041D\u0418\u0418\",variant:\"cCbtMKtAo\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks1[4]},JGZTgzwaV:{HsO5TLWwv:resolvedLinks1[2]},RLURcd1y5:{HsO5TLWwv:resolvedLinks1[5]},rMJnGu5dh:{HsO5TLWwv:resolvedLinks1[3]},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks1[6]},yoqufMZlx:{HsO5TLWwv:resolvedLinks1[1],variant:\"gp7QYWj1L\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined},{href:{webPageId:\"Gz83ADz6n\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l5192h-container\",layoutDependency:layoutDependency,layoutId:\"N_Sf5EmHl-container\",nodeId:\"N_Sf5EmHl\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks2[0],id:\"N_Sf5EmHl\",layoutId:\"N_Sf5EmHl\",nrvg8nnVx:\"\u0423\u0421\u041B\u0423\u0413\u0418\",variant:\"cCbtMKtAo\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks2[4]},JGZTgzwaV:{HsO5TLWwv:resolvedLinks2[2],variant:\"gp7QYWj1L\"},RLURcd1y5:{HsO5TLWwv:resolvedLinks2[5]},rMJnGu5dh:{HsO5TLWwv:resolvedLinks2[3]},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks2[6]},yoqufMZlx:{HsO5TLWwv:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined},{href:{webPageId:\"pOHGKAdYX\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8ccl9j-container\",layoutDependency:layoutDependency,layoutId:\"zEJHB1bxN-container\",nodeId:\"zEJHB1bxN\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks3[0],id:\"zEJHB1bxN\",layoutId:\"zEJHB1bxN\",nrvg8nnVx:\"\u041A\u0415\u0419\u0421\u042B\",variant:\"cCbtMKtAo\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks3[4]},JGZTgzwaV:{HsO5TLWwv:resolvedLinks3[2]},RLURcd1y5:{HsO5TLWwv:resolvedLinks3[5]},rMJnGu5dh:{HsO5TLWwv:resolvedLinks3[3],variant:\"gp7QYWj1L\"},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks3[6]},yoqufMZlx:{HsO5TLWwv:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined},{href:{webPageId:\"NqV17jvYR\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yzcg56-container\",layoutDependency:layoutDependency,layoutId:\"cupmwaYqm-container\",nodeId:\"cupmwaYqm\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks4[0],id:\"cupmwaYqm\",layoutId:\"cupmwaYqm\",nrvg8nnVx:\"\u0411\u041B\u041E\u0413\",variant:\"cCbtMKtAo\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks4[4],variant:\"gp7QYWj1L\"},JGZTgzwaV:{HsO5TLWwv:resolvedLinks4[2]},RLURcd1y5:{HsO5TLWwv:resolvedLinks4[5]},rMJnGu5dh:{HsO5TLWwv:resolvedLinks4[3]},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks4[6]},yoqufMZlx:{HsO5TLWwv:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined},{href:{webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:(componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-79)/2),...addPropertyOverrides({JD4tego4f:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},JGZTgzwaV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},RLURcd1y5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},rMJnGu5dh:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)},Rt0J3TO4Q:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-79)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17jtay7-container\",layoutDependency:layoutDependency,layoutId:\"UTUSrRAqE-container\",nodeId:\"UTUSrRAqE\",rendersWithMotion:true,scopeId:\"Xo5Jtb2_c\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks5[0],id:\"UTUSrRAqE\",layoutId:\"UTUSrRAqE\",nrvg8nnVx:\"\u041A\u041E\u041D\u0422\u0410\u041A\u0422\u042B\",variant:\"cCbtMKtAo\",width:\"100%\",...addPropertyOverrides({JD4tego4f:{HsO5TLWwv:resolvedLinks5[4]},JGZTgzwaV:{HsO5TLWwv:resolvedLinks5[2]},RLURcd1y5:{HsO5TLWwv:resolvedLinks5[5],variant:\"gp7QYWj1L\"},rMJnGu5dh:{HsO5TLWwv:resolvedLinks5[3]},Rt0J3TO4Q:{HsO5TLWwv:resolvedLinks5[6]},yoqufMZlx:{HsO5TLWwv:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lK1KU.framer-jqqu1i, .framer-lK1KU .framer-jqqu1i { display: block; }\",\".framer-lK1KU.framer-hzgvwr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lK1KU .framer-1lczvr7-container, .framer-lK1KU .framer-1yyq0c0-container, .framer-lK1KU .framer-1l5192h-container, .framer-lK1KU .framer-8ccl9j-container, .framer-lK1KU .framer-yzcg56-container, .framer-lK1KU .framer-17jtay7-container { flex: none; height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 626.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yoqufMZlx\":{\"layout\":[\"auto\",\"auto\"]},\"JGZTgzwaV\":{\"layout\":[\"auto\",\"auto\"]},\"rMJnGu5dh\":{\"layout\":[\"auto\",\"auto\"]},\"JD4tego4f\":{\"layout\":[\"auto\",\"auto\"]},\"RLURcd1y5\":{\"layout\":[\"auto\",\"auto\"]},\"Rt0J3TO4Q\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXo5Jtb2_c=withCSS(Component,css,\"framer-lK1KU\");export default FramerXo5Jtb2_c;FramerXo5Jtb2_c.displayName=\"nav footer\";FramerXo5Jtb2_c.defaultProps={height:38,width:626.5};addPropertyControls(FramerXo5Jtb2_c,{variant:{options:[\"stPIqjzUK\",\"yoqufMZlx\",\"JGZTgzwaV\",\"rMJnGu5dh\",\"JD4tego4f\",\"RLURcd1y5\",\"Rt0J3TO4Q\"],optionTitles:[\"main\",\"about\",\"services\",\"works\",\"blog\",\"contacts\",\"none\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXo5Jtb2_c,[{explicitInter:true,fonts:[]},...ButtonButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXo5Jtb2_c\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"38\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yoqufMZlx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JGZTgzwaV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rMJnGu5dh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JD4tego4f\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RLURcd1y5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Rt0J3TO4Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"626.5\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98a2bb2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuSocialLink from\"https://framerusercontent.com/modules/ZYVXi9la5VQ7akh8ZrPw/Ppg5KB8SFNSgIJdLXHjV/c0QoSB5wD.js\";import MenuPageLink from\"https://framerusercontent.com/modules/D20hw8LEF8TWtjbHus1x/o8LSdti41a7kCKU7tUZz/SHf4mzAuS.js\";import ButtonButton from\"https://framerusercontent.com/modules/yIkFAxxjKE5ZqxTOBLKr/GuOokOmf4mHm9OUFrY4Q/WiVy2KMkq.js\";import NavFooter from\"https://framerusercontent.com/modules/q2wm8JPqgWgm6iDvTUyc/fc1M2waf649jcYMfxEmh/Xo5Jtb2_c.js\";const MotionDivWithFX=withFX(motion.div);const ButtonButtonFonts=getFonts(ButtonButton);const NavFooterFonts=getFonts(NavFooter);const MenuSocialLinkFonts=getFonts(MenuSocialLink);const MenuPageLinkFonts=getFonts(MenuPageLink);const NavFooterControls=getPropertyControls(NavFooter);const cycleOrder=[\"MI8DR22un\",\"jiXfUTZ3D\"];const serializationHash=\"framer-j3vxg\";const variantClassNames={jiXfUTZ3D:\"framer-v-84pty\",MI8DR22un:\"framer-v-189axt4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition2={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation1={opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:100};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 humanReadableEnumMap={about:\"yoqufMZlx\",blog:\"JD4tego4f\",contacts:\"RLURcd1y5\",main:\"stPIqjzUK\",none:\"Rt0J3TO4Q\",services:\"JGZTgzwaV\",works:\"rMJnGu5dh\"};const humanReadableEnumMap1={Horizontal:\"row\",Vertical:\"column\"};const humanReadableEnumMap2={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap3={Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Variant 1\":\"MI8DR22un\",\"Variant 2\":\"jiXfUTZ3D\"};const getProps=({align,align4,directionLinks,distribute,distribute2,fontSize,fontSize2,fontSize3,footerLink,gap,gapLinks,height,id,padding,padding2,padding3,variant1,visible,width,...props})=>{return{...props,APCS28RmO:padding??props.APCS28RmO??\"160px 60px 0px 60px\",BKV73_CyJ:visible??props.BKV73_CyJ??true,Bnajr1QZO:humanReadableEnumMap2[distribute2]??distribute2??props.Bnajr1QZO??\"flex-end\",CAseGSQMc:padding2??props.CAseGSQMc??\"300px 0px 300px 0px\",cwc4S2Cq3:padding3??props.cwc4S2Cq3??\"50px 0px 50px 0px\",jmt_WvdrK:humanReadableEnumMap3[align]??align??props.jmt_WvdrK??\"flex-start\",KmZ_WJKOE:fontSize??props.KmZ_WJKOE??120,NEKedgtjh:fontSize3??props.NEKedgtjh??14,neVxSsEQh:humanReadableEnumMap[variant1]??variant1??props.neVxSsEQh??\"stPIqjzUK\",OQiBZc71_:footerLink??props.OQiBZc71_??14,pNOaoEpmt:gapLinks??props.pNOaoEpmt??20,SDSCBhy2g:humanReadableEnumMap2[distribute]??distribute??props.SDSCBhy2g??\"flex-end\",TrMXo2SMG:gap??props.TrMXo2SMG??\"0px 0px\",V0uL3UVUi:humanReadableEnumMap3[align4]??align4??props.V0uL3UVUi??\"flex-end\",V7lM_bkps:fontSize2??props.V7lM_bkps??22,variant:humanReadableVariantMap[props.variant]??props.variant??\"MI8DR22un\",yrIqaoYC1:humanReadableEnumMap1[directionLinks]??directionLinks??props.yrIqaoYC1??\"row\"};};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,KmZ_WJKOE,neVxSsEQh,APCS28RmO,pNOaoEpmt,yrIqaoYC1,BKV73_CyJ,CAseGSQMc,V7lM_bkps,SDSCBhy2g,cwc4S2Cq3,OQiBZc71_,Bnajr1QZO,NEKedgtjh,jmt_WvdrK,V0uL3UVUi,TrMXo2SMG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MI8DR22un\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"jiXfUTZ3D\")return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-189axt4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MI8DR22un\",ref:refBinding,style:{\"--1hux2ia\":numberToPixelString(APCS28RmO),...style},...addPropertyOverrides({jiXfUTZ3D:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p0tsk3\",\"data-border\":true,\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"dZE4v04FA\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1859x\",\"data-framer-name\":\"frame\",layoutDependency:layoutDependency,layoutId:\"HDS5I_R8L\",style:{\"--1ykm9i\":numberToPixelString(CAseGSQMc)},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ff31y\",\"data-framer-name\":\"frame\",layoutDependency:layoutDependency,layoutId:\"aQSfK3yEL\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-5yklle\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"TWoRDPZd1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-V7lM_bkps-kpqjAWsyb) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"\u0425\u043E\u0442\u0438\u0442\u0435 \u043E\u0431\u0441\u0443\u0434\u0438\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442?\"})}),className:\"framer-15a2131\",\"data-framer-name\":\"\u0425\u043E\u0442\u0438\u0442\u0435 \u043E\u0431\u0441\u0443\u0434\u0438\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442?\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"iGRfXg0zE\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-V7lM_bkps-kpqjAWsyb\":V7lM_bkps},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-KmZ_WJKOE-kpqjAWsyb) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u0432\u043C\u0435\u0441\u0442\u0435\"})}),className:\"framer-1n3x9w5\",\"data-framer-name\":\"\u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u0432\u043C\u0435\u0441\u0442\u0435\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"FnlXTdhja\",style:{\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-KmZ_WJKOE-kpqjAWsyb\":KmZ_WJKOE},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BB2JSRGO_\",webPageId:\"MRcxOJ5Ic\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1llvfw-container\",layoutDependency:layoutDependency,layoutId:\"PaVpPe74G-container\",nodeId:\"PaVpPe74G\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",HsO5TLWwv:resolvedLinks[0],id:\"PaVpPe74G\",layoutId:\"PaVpPe74G\",nrvg8nnVx:\"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438\",variant:\"kKUAX1JqE\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14cc3s4\",\"data-framer-name\":\"frame\",layoutDependency:layoutDependency,layoutId:\"LOimJqLK_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-onkzf4\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"mwk7zpWpe\",style:{\"--7pvf0s\":numberToPixelString(cwc4S2Cq3),\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[BKV73_CyJ&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n4souq-container\",layoutDependency:layoutDependency,layoutId:\"Pej5dVWHR-container\",nodeId:\"Pej5dVWHR\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(NavFooter,{height:\"100%\",id:\"Pej5dVWHR\",layoutId:\"Pej5dVWHR\",variant:neVxSsEQh,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-143h2cj\",\"data-framer-name\":\"socials\",layoutDependency:layoutDependency,layoutId:\"erUGKP1bj\",style:{\"--hql27\":SDSCBhy2g},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qoqiqh-container\",layoutDependency:layoutDependency,layoutId:\"zeS8brLbN-container\",nodeId:\"zeS8brLbN\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(MenuSocialLink,{height:\"100%\",id:\"zeS8brLbN\",layoutId:\"zeS8brLbN\",variant:\"kxqBkCupg\",w31lnCe_O:\"https://t.me/mikeahead\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17d5i8i-container\",layoutDependency:layoutDependency,layoutId:\"nD902fR64-container\",nodeId:\"nD902fR64\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(MenuSocialLink,{height:\"100%\",id:\"nD902fR64\",layoutId:\"nD902fR64\",variant:\"sbD7uPZSw\",w31lnCe_O:\"https://t.me/Ahead_Studio_manager\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-185w6q4-container\",layoutDependency:layoutDependency,layoutId:\"qn8lvTZW0-container\",nodeId:\"qn8lvTZW0\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(MenuSocialLink,{height:\"100%\",id:\"qn8lvTZW0\",layoutId:\"qn8lvTZW0\",variant:\"oZ4Y6dJub\",w31lnCe_O:\"https://wa.me/79166714831\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-74a82a\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"SO1LCQc1k\",style:{\"--127jrw2\":yrIqaoYC1,\"--1skyar3\":yrIqaoYC1===\"column\"?undefined:\"1 0 0px\",\"--3esqdm\":yrIqaoYC1===\"column\"?\"100%\":\"1px\",\"--bzwdyr\":numberToPixelString(TrMXo2SMG)},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sbc3vo\",\"data-framer-name\":\"copyright\",layoutDependency:layoutDependency,layoutId:\"piTBQxcI5\",style:{\"--18cla5a\":jmt_WvdrK},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-NEKedgtjh-kpqjAWsyb) * 1px)\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"\\xa9 2009\u20132025 \u041E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0439 \u0441\u0430\u0439\u0442 \u041E\u041E\u041E \\xab\u0412\u041F\u0415\u0420\u0415\u0414\u0418\\xbb (\u041E\u0413\u0420\u041D 1237700591644).\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-NEKedgtjh-kpqjAWsyb) * 1px)\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"\u041B\u044E\u0431\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043B\u0438\u0431\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u043E\u0432 \u0438\u043B\u0438 \u043F\u043E\u0434\u0431\u043E\u0440\u043A\u0438 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u043E\u0432 \u0441\u0430\u0439\u0442\u0430, \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u0434\u0438\u0437\u0430\u0439\u043D\u0430 \u0438 \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u043B\u0438\u0448\u044C \u0441 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043F\u0440\u0430\u0432\u043E\u043E\u0431\u043B\u0430\u0434\u0430\u0442\u0435\u043B\u044F \u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0441\u043E \u0441\u0441\u044B\u043B\u043A\u043E\u0439 \u043D\u0430 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A: https://a-head.ru \u0438\u043B\u0438 https://\u0432\u043F\u0435\u0440\u0435\u0434\u0438.\u0440\u0444\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"calc(var(--variable-reference-NEKedgtjh-kpqjAWsyb) * 1px)\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3)))\"},children:\"\u0412\u0441\u0435 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043D\u044B \u0437\u0430\u043A\u043E\u043D\u043E\u0434\u0430\u0442\u0435\u043B\u044C\u0441\u0442\u0432\u043E\u043C \u0420\u043E\u0441\u0441\u0438\u0439\u0441\u043A\u043E\u0439 \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u0438\"})]}),className:\"framer-8ltds6\",\"data-framer-name\":\"\\xa9 2025 \u0414\u0438\u0434\u0436\u0438\u0442\u0430\u043B-\u0441\u0442\u0443\u0434\u0438\u044F \u041E\u041E\u041E \\xab\u0412\u041F\u0415\u0420\u0415\u0414\u0418\\xbb (\u041E\u0413\u0420\u041D 1237700591644)\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JIXM7SObr\",style:{\"--extracted-1iakedh\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--extracted-2gxw0f\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--extracted-r6o4lv\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-NEKedgtjh-kpqjAWsyb\":NEKedgtjh},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tmlfk4\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"wAJtDm4BC\",style:{\"--4v4z1q\":numberToPixelString(pNOaoEpmt),\"--dhdbkv\":Bnajr1QZO,\"--okfuc7\":V0uL3UVUi},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PrseZkmiA\"},implicitPathVariables:undefined},{href:{webPageId:\"PrseZkmiA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13a9jtl-container\",layoutDependency:layoutDependency,layoutId:\"AZVTUkTx2-container\",nodeId:\"AZVTUkTx2\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(MenuPageLink,{cBDAeStM9:\"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438\",height:\"100%\",id:\"AZVTUkTx2\",layoutId:\"AZVTUkTx2\",oq88WCjeV:resolvedLinks1[0],pl1E3Y0Bd:OQiBZc71_,width:\"100%\",...addPropertyOverrides({jiXfUTZ3D:{oq88WCjeV:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E74IoyEPR\"},implicitPathVariables:undefined},{href:{webPageId:\"E74IoyEPR\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vion80-container\",layoutDependency:layoutDependency,layoutId:\"egfaGU0iM-container\",nodeId:\"egfaGU0iM\",rendersWithMotion:true,scopeId:\"kpqjAWsyb\",children:/*#__PURE__*/_jsx(MenuPageLink,{cBDAeStM9:\"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u0438 \u0437\u0430\u0449\u0438\u0442\u044B \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\",height:\"100%\",id:\"egfaGU0iM\",layoutId:\"egfaGU0iM\",oq88WCjeV:resolvedLinks2[0],pl1E3Y0Bd:OQiBZc71_,width:\"100%\",...addPropertyOverrides({jiXfUTZ3D:{oq88WCjeV:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j3vxg.framer-1pyiaw0, .framer-j3vxg .framer-1pyiaw0 { display: block; }\",\".framer-j3vxg.framer-189axt4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1918px; overflow: hidden; padding: var(--1hux2ia); position: relative; width: 1918px; }\",\".framer-j3vxg .framer-1p0tsk3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-j3vxg .framer-o1859x { 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: var(--1ykm9i); position: relative; width: 100%; }\",\".framer-j3vxg .framer-16ff31y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1798px; }\",\".framer-j3vxg .framer-5yklle { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-j3vxg .framer-15a2131, .framer-j3vxg .framer-1n3x9w5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-j3vxg .framer-1llvfw-container, .framer-j3vxg .framer-n4souq-container, .framer-j3vxg .framer-1qoqiqh-container, .framer-j3vxg .framer-17d5i8i-container, .framer-j3vxg .framer-185w6q4-container, .framer-j3vxg .framer-13a9jtl-container, .framer-j3vxg .framer-1vion80-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-j3vxg .framer-14cc3s4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-j3vxg .framer-onkzf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: var(--7pvf0s); position: relative; width: 100%; }\",\".framer-j3vxg .framer-143h2cj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: var(--hql27); overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-j3vxg .framer-74a82a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: var(--127jrw2); flex-wrap: nowrap; gap: var(--bzwdyr); height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-j3vxg .framer-sbc3vo { align-content: var(--18cla5a); align-items: var(--18cla5a); display: flex; flex: var(--1skyar3); flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--3esqdm); }\",\".framer-j3vxg .framer-8ltds6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-j3vxg .framer-1tmlfk4 { align-content: var(--okfuc7); align-items: var(--okfuc7); display: flex; flex: var(--1skyar3); flex-direction: column; flex-wrap: nowrap; gap: var(--4v4z1q); height: min-content; justify-content: var(--dhdbkv); overflow: visible; padding: 0px; position: relative; width: var(--3esqdm); }\",'.framer-j3vxg[data-border=\"true\"]::after, .framer-j3vxg [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 1355\n * @framerIntrinsicWidth 1918\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1918px\",null,null]},\"jiXfUTZ3D\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1918px\",null,null]}}}\n * @framerVariables {\"KmZ_WJKOE\":\"fontSize\",\"neVxSsEQh\":\"variant1\",\"APCS28RmO\":\"padding\",\"pNOaoEpmt\":\"gapLinks\",\"yrIqaoYC1\":\"directionLinks\",\"BKV73_CyJ\":\"visible\",\"CAseGSQMc\":\"padding2\",\"V7lM_bkps\":\"fontSize2\",\"SDSCBhy2g\":\"distribute\",\"cwc4S2Cq3\":\"padding3\",\"OQiBZc71_\":\"footerLink\",\"Bnajr1QZO\":\"distribute2\",\"NEKedgtjh\":\"fontSize3\",\"jmt_WvdrK\":\"align\",\"V0uL3UVUi\":\"align4\",\"TrMXo2SMG\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerkpqjAWsyb=withCSS(Component,css,\"framer-j3vxg\");export default FramerkpqjAWsyb;FramerkpqjAWsyb.displayName=\"footer\";FramerkpqjAWsyb.defaultProps={height:1355,width:1918};addPropertyControls(FramerkpqjAWsyb,{variant:{options:[\"MI8DR22un\",\"jiXfUTZ3D\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},KmZ_WJKOE:{defaultValue:120,title:\"Font Size\",type:ControlType.Number},neVxSsEQh:NavFooterControls?.[\"variant\"]&&{...NavFooterControls[\"variant\"],defaultValue:\"stPIqjzUK\",description:undefined,hidden:undefined,title:\"Variant\"},APCS28RmO:{defaultValue:\"160px 60px 0px 60px\",title:\"Padding\",type:ControlType.Padding},pNOaoEpmt:{defaultValue:20,min:0,title:\"Gap links\",type:ControlType.Number},yrIqaoYC1:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction links\",type:ControlType.Enum},BKV73_CyJ:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},CAseGSQMc:{defaultValue:\"300px 0px 300px 0px\",title:\"Padding 2\",type:ControlType.Padding},V7lM_bkps:{defaultValue:22,title:\"Font Size 2\",type:ControlType.Number},SDSCBhy2g:{defaultValue:\"flex-end\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},cwc4S2Cq3:{defaultValue:\"50px 0px 50px 0px\",title:\"Padding 3\",type:ControlType.Padding},OQiBZc71_:{defaultValue:14,title:\"Footer Link\",type:ControlType.Number},Bnajr1QZO:{defaultValue:\"flex-end\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute 2\",type:ControlType.Enum},NEKedgtjh:{defaultValue:14,title:\"Font Size 3\",type:ControlType.Number},jmt_WvdrK:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Align\",type:ControlType.Enum},V0uL3UVUi:{defaultValue:\"flex-end\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Align 4\",type:ControlType.Enum},TrMXo2SMG:{defaultValue:\"0px 0px\",title:\"Gap\",type:ControlType.Gap}});addFonts(FramerkpqjAWsyb,[{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\",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\"}]},...ButtonButtonFonts,...NavFooterFonts,...MenuSocialLinkFonts,...MenuPageLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkpqjAWsyb\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1918\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1918px\\\",null,null]},\\\"jiXfUTZ3D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1918px\\\",null,null]}}}\",\"framerVariables\":\"{\\\"KmZ_WJKOE\\\":\\\"fontSize\\\",\\\"neVxSsEQh\\\":\\\"variant1\\\",\\\"APCS28RmO\\\":\\\"padding\\\",\\\"pNOaoEpmt\\\":\\\"gapLinks\\\",\\\"yrIqaoYC1\\\":\\\"directionLinks\\\",\\\"BKV73_CyJ\\\":\\\"visible\\\",\\\"CAseGSQMc\\\":\\\"padding2\\\",\\\"V7lM_bkps\\\":\\\"fontSize2\\\",\\\"SDSCBhy2g\\\":\\\"distribute\\\",\\\"cwc4S2Cq3\\\":\\\"padding3\\\",\\\"OQiBZc71_\\\":\\\"footerLink\\\",\\\"Bnajr1QZO\\\":\\\"distribute2\\\",\\\"NEKedgtjh\\\":\\\"fontSize3\\\",\\\"jmt_WvdrK\\\":\\\"align\\\",\\\"V0uL3UVUi\\\":\\\"align4\\\",\\\"TrMXo2SMG\\\":\\\"gap\\\"}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1355\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuSocialLink from\"https://framerusercontent.com/modules/ZYVXi9la5VQ7akh8ZrPw/Ppg5KB8SFNSgIJdLXHjV/c0QoSB5wD.js\";import ArrowArrowIcon from\"https://framerusercontent.com/modules/Dh7TW8OpLTtSoQhgjMWp/hlQXbzVdIgTxEY8ceHbb/YTwv_he3k.js\";const MenuSocialLinkFonts=getFonts(MenuSocialLink);const ArrowArrowIconFonts=getFonts(ArrowArrowIcon);const cycleOrder=[\"XpEvkNafX\",\"ofG2Am4wm\"];const serializationHash=\"framer-mS81V\";const variantClassNames={ofG2Am4wm:\"framer-v-63gseb\",XpEvkNafX:\"framer-v-kqng9w\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={hidden:\"XpEvkNafX\",visible:\"ofG2Am4wm\"};const getProps=({click,height,id,link,overlay,width,...props})=>{return{...props,DFPgZ9fql:click??props.DFPgZ9fql,j0NYgO7G9:link??props.j0NYgO7G9,llqqo_0dw:overlay??props.llqqo_0dw,variant:humanReadableVariantMap[props.variant]??props.variant??\"XpEvkNafX\"};};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,j0NYgO7G9,DFPgZ9fql,llqqo_0dw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XpEvkNafX\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap3msym7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(DFPgZ9fql){const res=await DFPgZ9fql(...args);if(res===false)return false;}});const onTap1yzt5zt=activeVariantCallback(async(...args)=>{if(llqqo_0dw){const res=await llqqo_0dw(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-kqng9w\",className,classNames),\"data-framer-name\":\"hidden\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XpEvkNafX\",onTap:onTap3msym7,ref:refBinding,style:{...style},...addPropertyOverrides({ofG2Am4wm:{\"data-framer-name\":\"visible\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nv7cpq\",layoutDependency:layoutDependency,layoutId:\"xY8EH7GX9\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xmlwp4\",\"data-border\":true,\"data-framer-name\":\"action button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aCldYjgeL\",onTap:onTap1yzt5zt,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d72cfe90-979b-44a9-8b89-a4078be6467d, rgb(193, 224, 165))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+166+0+0+9,...addPropertyOverrides({ofG2Am4wm:{y:(componentViewport?.y||0)+1+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vgezfs-container\",layoutDependency:layoutDependency,layoutId:\"RclulKcSU-container\",nodeId:\"RclulKcSU\",rendersWithMotion:true,scopeId:\"MwWOYmvCO\",children:/*#__PURE__*/_jsx(MenuSocialLink,{height:\"100%\",id:\"RclulKcSU\",layoutId:\"RclulKcSU\",variant:\"aa5wQvBdD\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:j0NYgO7G9,motionChild:true,nodeId:\"pw2coMjH8\",scopeId:\"MwWOYmvCO\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-l9rw92 framer-136054o\",\"data-border\":true,\"data-framer-name\":\"backtotop\",layoutDependency:layoutDependency,layoutId:\"pw2coMjH8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-af9340c9-ce8e-40e2-8f14-980acbae8017, rgb(3, 3, 3))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d72cfe90-979b-44a9-8b89-a4078be6467d, rgb(193, 224, 165))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"29px\",y:(componentViewport?.y||0)+166+0+68+15,...addPropertyOverrides({ofG2Am4wm:{y:(componentViewport?.y||0)+1+0+68+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1snzet7-container\",layoutDependency:layoutDependency,layoutId:\"CFTGgYnEy-container\",nodeId:\"CFTGgYnEy\",rendersWithMotion:true,scopeId:\"MwWOYmvCO\",style:{rotate:-90},children:/*#__PURE__*/_jsx(ArrowArrowIcon,{height:\"100%\",id:\"CFTGgYnEy\",layoutId:\"CFTGgYnEy\",style:{height:\"100%\",width:\"100%\"},variant:\"XEWJqfRjy\",width:\"100%\"})})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mS81V.framer-136054o, .framer-mS81V .framer-136054o { display: block; }\",\".framer-mS81V.framer-kqng9w { cursor: pointer; gap: 10px; height: 148px; overflow: hidden; position: relative; width: 58px; }\",\".framer-mS81V .framer-1nv7cpq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 166px; width: min-content; }\",\".framer-mS81V .framer-xmlwp4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 58px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-mS81V .framer-1vgezfs-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-mS81V .framer-l9rw92 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 58px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-mS81V .framer-1snzet7-container { flex: none; height: 28px; left: calc(50.00000000000002% - 29px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 29px; z-index: 1; }\",\".framer-mS81V.framer-v-63gseb .framer-1nv7cpq { top: 1px; }\",\".framer-mS81V.framer-v-63gseb .framer-xmlwp4 { order: 0; }\",\".framer-mS81V.framer-v-63gseb .framer-l9rw92 { order: 3; }\",'.framer-mS81V[data-border=\"true\"]::after, .framer-mS81V [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 148\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ofG2Am4wm\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"j0NYgO7G9\":\"link\",\"DFPgZ9fql\":\"click\",\"llqqo_0dw\":\"overlay\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMwWOYmvCO=withCSS(Component,css,\"framer-mS81V\");export default FramerMwWOYmvCO;FramerMwWOYmvCO.displayName=\"top-scroll\";FramerMwWOYmvCO.defaultProps={height:148,width:58};addPropertyControls(FramerMwWOYmvCO,{variant:{options:[\"XpEvkNafX\",\"ofG2Am4wm\"],optionTitles:[\"hidden\",\"visible\"],title:\"Variant\",type:ControlType.Enum},j0NYgO7G9:{title:\"Link\",type:ControlType.Link},DFPgZ9fql:{title:\"Click\",type:ControlType.EventHandler},llqqo_0dw:{title:\"Overlay\",type:ControlType.EventHandler}});addFonts(FramerMwWOYmvCO,[{explicitInter:true,fonts:[]},...MenuSocialLinkFonts,...ArrowArrowIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMwWOYmvCO\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"58\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"148\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"j0NYgO7G9\\\":\\\"link\\\",\\\"DFPgZ9fql\\\":\\\"click\\\",\\\"llqqo_0dw\\\":\\\"overlay\\\"}\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ofG2Am4wm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MwWOYmvCO.map"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "Lenis", "h", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScrollComponent", "props", "intensity", "lenis", "pe", "ue", "error", "checkForStopScroll", "stopScrollElement", "htmlElement", "hasHiddenOverflow", "stopScrollObserver", "htmlStyleObserver", "allElements", "element", "computedStyle", "window", "styleError", "Lenis", "raf", "time", "animationId", "anchorLinksData", "anchor", "isInternalLink", "hasHash", "anchorElement", "href", "decodedHref", "scrollMargin", "targetElement", "marginStyle", "targetError", "anchorError", "handleClick", "e", "handlers", "index", "p", "SmoothScroll", "withCSS", "SmoothScroll_Prod_default", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WnekyysO_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapspcpu7", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "css", "FramerBkmjJvZFG", "withCSS", "BkmjJvZFG_default", "addPropertyControls", "ControlType", "addFonts", "assign", "t", "n", "r", "e", "init", "set", "i", "c", "get", "o", "a", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "THEME_ATTRIBUTE", "COOKIE_NAME", "STYLE_ID", "SIGNAL_NAME", "THEMES", "useThemeStore", "createStore", "extractBodySection", "inputString", "searchStr", "startIndex", "endIndex", "makeBorderStyle", "border", "ThemeToggle", "props", "toggle", "dropdown", "dropdownOptions", "icons", "transition", "isPreview", "initialTheme", "storedTheme", "t", "deviceTheme", "window", "theme", "setTheme", "activeTheme", "setActiveTheme", "ye", "originalPreviewTheme", "setOriginalPreviewTheme", "themeRef", "pe", "selectRef", "changeTheme", "newTheme", "newActiveTheme", "toggleTheme", "onSelectChange", "handleThemeChange", "event", "ue", "mediaQuery", "generateStyle", "headElement", "style", "styleText", "darkLocation", "styleElement", "height", "padding", "shadow", "p", "motion", "Icon", "showDeviceTheme", "themeTitles", "u", "borderControls", "ControlType", "toggleShadowDefault", "iconsDefault", "addPropertyControls", "type", "size", "lightSvg", "darkSvg", "lightImage", "darkImage", "sizing", "opacity", "l", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "gap", "height", "id", "link", "text", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "PwpYb3LdR", "tLIlrs8j6", "MweGDElhx", "YSZufrsI7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText", "css", "FramerkVWt4Gw4k", "withCSS", "kVWt4Gw4k_default", "addPropertyControls", "ControlType", "addFonts", "NavLinkFonts", "getFonts", "kVWt4Gw4k_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "gap", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "byvpMTuMH", "pKknGUOlJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "Framerhf5BIlSWJ", "withCSS", "hf5BIlSWJ_default", "addPropertyControls", "ControlType", "addFonts", "addUniqueItem", "t", "e", "clamp", "t", "e", "n", "isNumber", "isEasingList", "wrap", "o", "getEasingForSegment", "mix", "noop", "noopReturn", "progress", "fillOffset", "s", "defaultOffset", "interpolate", "f", "r", "isCubicBezier", "isEasingGenerator", "isFunction", "isString", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "steps", "clamp", "l", "cubicBezier", "u", "getEasingFunction", "s", "isFunction", "isCubicBezier", "a", "t", "i", "steps", "noopReturn", "Animation", "o", "h", "m", "c", "p", "d", "isEasingGenerator", "isEasingList", "f", "interpolate", "e", "n", "r", "n", "e", "t", "r", "MotionValue", "i", "__rest", "t", "r", "o", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "m", "glide", "isOutOfBounds", "nearestBoundary", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "getAnimationData", "getMotionValue", "t", "MotionValue", "L", "T", "M", "D", "B", "noopReturn", "k", "asTransformCssVar", "N", "compareTransformOrder", "$", "isTransform", "addTransformToElement", "n", "addUniqueItem", "buildTransformTemplate", "transformListToString", "isCssVar", "C", "registerCssVariable", "testAnimation", "j", "P", "R", "H", "generateLinearEasingPoints", "o", "progress", "convertEasing", "isFunction", "isCubicBezier", "cubicBezierAsString", "hydrateKeyframes", "keyframesList", "getStyleName", "I", "e", "stopAnimation", "getUnitConverter", "s", "isString", "getDevToolsRecord", "window", "animateStyle", "r", "l", "f", "p", "v", "w", "E", "b", "A", "S", "O", "x", "z", "V", "isEasingGenerator", "readInitialValue", "c", "isEasingList", "isNumber", "noop", "getOptions", "resolveElements", "createAnimation", "withControls", "U", "getActiveAnimation", "selectFinished", "resolveOption", "t", "n", "isFunction", "createAnimate", "o", "resolveElements", "s", "r", "a", "c", "getOptions", "l", "animateStyle", "withControls", "F", "Animation", "canGenerate", "isNumber", "getAsNumber", "isString", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "l", "f", "noopReturn", "u", "getUnitConverter", "k", "getStyleName", "calcGeneratorVelocity", "G", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "_", "Z", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "X", "Y", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "ce", "o", "s", "__rest", "inView$1", "mouseEvent", "le", "fe", "onPointerUp", "window", "onPointerDown", "ue", "de", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "Link", "u", "RichText", "css", "Framerifzq8aIw9", "withCSS", "ifzq8aIw9_default", "addFonts", "TickerFonts", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "Link", "u", "RichText", "css", "FramervmOVu5cUh", "withCSS", "vmOVu5cUh_default", "addFonts", "TickerFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapih673k", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "SVG", "css", "FramerWEVx_o6xY", "withCSS", "WEVx_o6xY_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "WEVx_o6xY_default", "ThemeToggleFonts", "ThemeToggle", "BurgerFonts", "BkmjJvZFG_default", "LineMobileFonts", "vmOVu5cUh_default", "LineFonts", "ifzq8aIw9_default", "NavFonts", "hf5BIlSWJ_default", "NavControls", "getPropertyControls", "LogoControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "numberToPixelString", "value", "transition2", "animation", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "fontSize", "gap", "height", "id", "logo", "padding", "padding2", "variant1", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "InuJadapx", "b2CupRqg0", "EaW2yH2zi", "X9ZaBKetU", "QqeicFrXU", "EXeT44CMD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "WnekyysO_1iymsy1", "args", "WnekyysO_7f5kod", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerd7vHpVVfq", "withCSS", "d7vHpVVfq_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerKOrmEwJzd", "withCSS", "KOrmEwJzd_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "css", "FramerYTwv_he3k", "withCSS", "YTwv_he3k_default", "addPropertyControls", "ControlType", "addFonts", "ArrowArrowIconFonts", "getFonts", "YTwv_he3k_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "nrvg8nnVx", "HsO5TLWwv", "XkITBDJoS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1b7x5jz", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerWiVy2KMkq", "withCSS", "WiVy2KMkq_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "link", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "w31lnCe_O", "pfJrG_7PY", "BmrZCMYQ0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzoe5nj", "args", "onMouseEnter6tgmss", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "Link", "u", "SVG", "css", "Framerc0QoSB5wD", "withCSS", "c0QoSB5wD_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "footerLink", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "cBDAeStM9", "oq88WCjeV", "pl1E3Y0Bd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "css", "FramerSHf4mzAuS", "withCSS", "SHf4mzAuS_default", "addPropertyControls", "ControlType", "addFonts", "ButtonButtonFonts", "getFonts", "WiVy2KMkq_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerXo5Jtb2_c", "withCSS", "Xo5Jtb2_c_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "ButtonButtonFonts", "getFonts", "WiVy2KMkq_default", "NavFooterFonts", "Xo5Jtb2_c_default", "MenuSocialLinkFonts", "c0QoSB5wD_default", "MenuPageLinkFonts", "SHf4mzAuS_default", "NavFooterControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableEnumMap2", "humanReadableEnumMap3", "humanReadableVariantMap", "getProps", "align", "align4", "directionLinks", "distribute", "distribute2", "fontSize", "fontSize2", "fontSize3", "footerLink", "gap", "gapLinks", "height", "id", "padding", "padding2", "padding3", "variant1", "visible", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "KmZ_WJKOE", "neVxSsEQh", "APCS28RmO", "pNOaoEpmt", "yrIqaoYC1", "BKV73_CyJ", "CAseGSQMc", "V7lM_bkps", "SDSCBhy2g", "cwc4S2Cq3", "OQiBZc71_", "Bnajr1QZO", "NEKedgtjh", "jmt_WvdrK", "V0uL3UVUi", "TrMXo2SMG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "css", "FramerkpqjAWsyb", "withCSS", "kpqjAWsyb_default", "addPropertyControls", "ControlType", "addFonts", "MenuSocialLinkFonts", "getFonts", "c0QoSB5wD_default", "ArrowArrowIconFonts", "YTwv_he3k_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "overlay", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "j0NYgO7G9", "DFPgZ9fql", "llqqo_0dw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3msym7", "args", "onTap1yzt5zt", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "css", "FramerMwWOYmvCO", "withCSS", "MwWOYmvCO_default", "addPropertyControls", "ControlType", "addFonts"]
}
