{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/TXhR1VriQwDbYQl0Jpzg/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/WakYt48mulcLlYH8EXnB/djgm8RANwXLyUfDVsfOa/YXXEBgJhj.js", "ssg:https://framerusercontent.com/modules/JPBRSC385R2su4CUQMv6/McyRKkmQMQkirfvmaqX5/Dark.js", "ssg:https://framerusercontent.com/modules/UvbC0VWVgrllKuh1Jk3C/PDsCprcnHuaWwFcvmyUA/KtD0F3FPh.js", "ssg:https://framerusercontent.com/modules/K8Td0rAWP1jalyvzIoCH/J5QLlMxz7qJLNMmG1Oe5/RadialBackground.js", "ssg:https://framerusercontent.com/modules/jl0COfrd5rfoVYorsaz2/sVGvNxZ8EFgtGdJr9EC4/fAPIltye4.js", "ssg:https://framerusercontent.com/modules/2Bqnl5Y3hn6VYqJ1xEnX/pUz0qkmujfXDqKfFvbsf/n3SuXMzgt.js", "ssg:https://framerusercontent.com/modules/E4nLYUwo7c0pA2YKNPrc/4pumTaCpXQ3pPhUCia2R/I5RiLKzsN.js", "ssg:https://framerusercontent.com/modules/Z0fPIxgOD09mLOLmpzu3/yjczz1CJqd9c5SwhOXwm/qf5ixHSXa.js", "ssg:https://framerusercontent.com/modules/qi9Ylc2d7dCP7f6u0PnF/d45mBaG2SjELgXmV2sD2/jVLWS7N3l.js", "ssg:https://framerusercontent.com/modules/8Vu5BnKXGSUoRDWKeBaK/vIrxuvOUaPJRvd3yejNT/XU4q1TBFS.js", "ssg:https://framerusercontent.com/modules/c2jGFqRRCtD8cPUbZSuL/5xsKnOouzTOHlT1RdPPT/nyNcWOd6t.js", "ssg:https://framerusercontent.com/modules/8irUnLADqCsuqvrrlcSE/NsLPmHMfqpI1fokPc86Q/NZ1gUq9mo.js", "ssg:https://framerusercontent.com/modules/UiDqLH2jvW35gUR7HWzR/WQAP6dEbx7hHCSEmM7KG/ZIpRm7bel.js", "ssg:https://framerusercontent.com/modules/Z1J3otS3LIKJFLwK3JYn/a89xD8MZKHddvcWrazw8/vRh7csaz5.js", "ssg:https://framerusercontent.com/modules/kiOBcFHLTk5nZvbHNNTU/BRpaQQG99Kd5x8YqX20e/sK0zbVbli.js", "ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js", "ssg:https://framerusercontent.com/modules/teEm5EwEugKboC1uglGv/K9Jh5ysMGroA31yoAPLF/yFdUEGKo6.js", "ssg:https://framerusercontent.com/modules/blbARhVhx0JAczWFYOc6/UfJ5ClV3vlD3fK02E6JH/qmCtDmNOt.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current){lenis.current.scrollTo(0,{immediate:true});}},[lenis]);// Watch for stop scroll elements\nuseEffect(()=>{const checkForStopScroll=()=>{const stopScrollElement=document.querySelector(\"[data-frameruni-stop-scroll]\");const htmlElement=document.documentElement;const hasHiddenOverflow=htmlElement.style.overflow===\"hidden\";if(lenis.current){if(stopScrollElement||hasHiddenOverflow){lenis.current.stop();}else{lenis.current.start();}}};// Initial check\ncheckForStopScroll();// Set up observers\nconst stopScrollObserver=new MutationObserver(checkForStopScroll);const htmlStyleObserver=new MutationObserver(checkForStopScroll);// Observe document for data-frameruni-stop-scroll attribute\nstopScrollObserver.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\"]});return()=>{stopScrollObserver.disconnect();htmlStyleObserver.disconnect();};},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=[...document.querySelectorAll(\"a[href]\")].filter(element=>{const anchor=element;// 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=>{const href=`#${anchor.href.split(\"#\").pop()}`;const decodedHref=decodeURIComponent(href);let scrollMargin=0;const targetElement=document.querySelector(decodedHref);if(targetElement){scrollMargin=parseInt(window.getComputedStyle(targetElement).scrollMarginTop);}return{href,scrollMargin,anchorElement:anchor};});const handleClick=(e,href,scrollMargin)=>{e.preventDefault();lenis.current.scrollTo(href,{offset:-scrollMargin});};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.addEventListener(\"click\",handlers[index]);});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.removeEventListener(\"click\",handlers[index]);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/P0GwQkg1O00X0hYts3pT4a64E.woff2\"}]}];export const css=['.framer-jhLc9 .framer-styles-preset-pbthm0:not(.rich-text-wrapper), .framer-jhLc9 .framer-styles-preset-pbthm0.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-jhLc9 .framer-styles-preset-pbthm0:not(.rich-text-wrapper), .framer-jhLc9 .framer-styles-preset-pbthm0.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-jhLc9 .framer-styles-preset-pbthm0:not(.rich-text-wrapper), .framer-jhLc9 .framer-styles-preset-pbthm0.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-jhLc9\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "/*\n * Theme variant by framer.today\n * v1.0.0\n * https://framer.today/license\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export const withResponsiveTheme=Component=>{return props=>{const[isDarkTheme,setIsDarkTheme]=useState(null);useEffect(()=>{const mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");const updateTheme=()=>{const currentToggleState=localStorage.getItem(\"currentToggleState\");console.log(\"currentToggleState:\",currentToggleState);console.log(\"mediaQuery.matches:\",mediaQuery.matches);setIsDarkTheme(currentToggleState===\"dark\"||currentToggleState===null&&mediaQuery.matches);};const osThemeChange=e=>{const currentToggleState=localStorage.getItem(\"currentToggleState\");console.log(\"OS Theme Change - currentToggleState:\",currentToggleState);console.log(\"OS Theme Change - e.matches:\",e.matches);if(currentToggleState===null){setIsDarkTheme(e.matches);}};updateTheme();window.addEventListener(\"themeChange\",updateTheme);mediaQuery.addEventListener(\"change\",osThemeChange);return()=>{window.removeEventListener(\"themeChange\",updateTheme);mediaQuery.removeEventListener(\"change\",osThemeChange);};},[]);console.log(\"Render - isDarkTheme:\",isDarkTheme);if(isDarkTheme===null){return null;}const variant=isDarkTheme?\"Dark\":\"Light\";return /*#__PURE__*/_jsx(Component,{...props,variant:variant});};};\nexport const __FramerMetadata__ = {\"exports\":{\"withResponsiveTheme\":{\"type\":\"reactHoc\",\"name\":\"withResponsiveTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Dark.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import RadialBackground from\"https://framerusercontent.com/modules/K8Td0rAWP1jalyvzIoCH/J5QLlMxz7qJLNMmG1Oe5/RadialBackground.js\";import{withResponsiveTheme}from\"https://framerusercontent.com/modules/JPBRSC385R2su4CUQMv6/McyRKkmQMQkirfvmaqX5/Dark.js\";const RadialBackgroundFonts=getFonts(RadialBackground);const MotionDivWithResponsiveThemeyfbrba=withCodeBoundaryForOverrides(motion.div,{nodeId:\"SlKKSP0gi\",override:withResponsiveTheme,scopeId:\"KtD0F3FPh\"});const cycleOrder=[\"SlKKSP0gi\",\"GD3O2nkU1\"];const serializationHash=\"framer-V2SnJ\";const variantClassNames={GD3O2nkU1:\"framer-v-1m54bei\",SlKKSP0gi:\"framer-v-yfbrba\"};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 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={Dark:\"SlKKSP0gi\",Light:\"GD3O2nkU1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"SlKKSP0gi\"};};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:\"SlKKSP0gi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"GD3O2nkU1\")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(MotionDivWithResponsiveThemeyfbrba,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-yfbrba\",className,classNames),\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"SlKKSP0gi\",ref:refBinding,style:{...style},...addPropertyOverrides({GD3O2nkU1:{\"data-framer-name\":\"Light\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xupyx7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"m3Z3dVmHh-container\",nodeId:\"m3Z3dVmHh\",rendersWithMotion:true,scopeId:\"KtD0F3FPh\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RadialBackground,{animationMode:\"play\",height:\"100%\",id:\"m3Z3dVmHh\",keyframes:{keyframe100A:{posX:50,posY:50,size:300},keyframe100B:{posX:50,posY:50,size:100},keyframe25A:{posX:50,posY:50,size:25},keyframe25B:{posX:50,posY:50,size:25},keyframe50A:{posX:50,posY:50,size:50},keyframe50B:{posX:50,posY:50,size:50},keyframe75A:{posX:50,posY:50,size:75},keyframe75B:{posX:50,posY:50,size:75},keyframeNumber:1,ratioPosition:true,ratioPosition0:0,ratioPosition100:1,ratioPosition25:.25,ratioPosition50:.5,ratioPosition75:.75,ratioSize:true,ratioSize0:0,ratioSize100:1,ratioSize25:.25,ratioSize50:.5,ratioSize75:.75},layoutId:\"m3Z3dVmHh\",radialA:{colors:{color0:\"rgb(0, 0, 0)\",color100:\"rgba(0, 176, 240, 0.7)\",color50:\"rgba(15, 15, 15, 0.57)\",stop0:0,stop100:42,stop50:10},posX:50,posY:50,size:200},radialB:{colors:{color0:\"rgb(151, 65, 171)\",color100:\"rgba(152, 65, 172, 0.1)\",color50:\"rgba(151, 65, 171, 0.3)\",stop0:0,stop100:0,stop50:100},posX:50,posY:50,size:100},style:{height:\"100%\",width:\"100%\"},transition:{delay:0,durationPos:30,durationSize:30,ease:\"easeInOut\",easeCustom:\"0.25, 0.1, 0.25, 1.0\",easeString:true,repeatDelay:0,repeatTimes:0,repeatType:\"reverse\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-V2SnJ.framer-di955h, .framer-V2SnJ .framer-di955h { display: block; }\",\".framer-V2SnJ.framer-yfbrba { height: 1920px; overflow: hidden; position: relative; width: 1920px; }\",\".framer-V2SnJ .framer-1xupyx7-container { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; position: absolute; top: 0px; width: 100%; z-index: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1920\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GD3O2nkU1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKtD0F3FPh=withCSS(Component,css,\"framer-V2SnJ\");export default FramerKtD0F3FPh;FramerKtD0F3FPh.displayName=\"Radial\";FramerKtD0F3FPh.defaultProps={height:1920,width:1920};addPropertyControls(FramerKtD0F3FPh,{variant:{options:[\"SlKKSP0gi\",\"GD3O2nkU1\"],optionTitles:[\"Dark\",\"Light\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKtD0F3FPh,[{explicitInter:true,fonts:[]},...RadialBackgroundFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKtD0F3FPh\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GD3O2nkU1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"1920\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KtD0F3FPh.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useAnimationControls}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Radial background effect\n * By Ee Venn Soh\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function RadialBackground(props){const radialStyle={backgroundImage:`repeating-radial-gradient( \n            ${props.radialA.colors.color0} ${props.radialA.colors.stop0}%, ${props.radialA.colors.color50} ${props.radialA.colors.stop50}%, \n            ${props.radialA.colors.color100} ${props.radialA.colors.stop100}%),\n        repeating-radial-gradient( \n            ${props.radialB.colors.color0} ${props.radialB.colors.stop0}%, ${props.radialB.colors.color50} ${props.radialB.colors.stop50}%, \n            ${props.radialB.colors.color100} ${props.radialB.colors.stop100}%)`,width:\"100%\",height:\"100%\"};// Custom Bezier cuve\nconst customBezier=props.transition.easeCustom.split(\",\").map(value=>parseFloat(value.trim()));// Generate size times\nconst generateSizeTimes=()=>{let properties=[];// 0%\nproperties.push(props.keyframes.ratioSize0);if(props.keyframes.keyframeNumber===4){// 25%\nproperties.push(props.keyframes.ratioSize25);}if(props.keyframes.keyframeNumber>=2){// 50%\nproperties.push(props.keyframes.ratioSize50);}if(props.keyframes.keyframeNumber===4){// 75%\nproperties.push(props.keyframes.ratioSize75);}// 100%\nproperties.push(props.keyframes.ratioSize100);return properties;};// Generate position times\nconst generatePosTimes=()=>{let properties=[];// 0%\nproperties.push(props.keyframes.ratioPosition0);if(props.keyframes.keyframeNumber===4){// 25%\nproperties.push(props.keyframes.ratioPosition25);}if(props.keyframes.keyframeNumber>=2){// 50%\nproperties.push(props.keyframes.ratioPosition50);}if(props.keyframes.keyframeNumber===4){// 75%\nproperties.push(props.keyframes.ratioPosition75);}// 100%\nproperties.push(props.keyframes.ratioPosition100);return properties;};// Generate backgroundSize and backgroundPos properties based on number of keyframes\nconst generateBackgroundProps=(keyframes,sizeOrPosX,sizeOrPosY,initial)=>{let properties=[];// 0% (Initial)\nproperties.push(`${props.radialA[sizeOrPosX]}% ${props.radialA[sizeOrPosY]}%, ${props.radialB[sizeOrPosX]}% ${props.radialB[sizeOrPosY]}%`);if(keyframes.keyframeNumber===4&&!initial){// 25%\nproperties.push(`${keyframes.keyframe25A[sizeOrPosX]}% ${keyframes.keyframe25A[sizeOrPosY]}%, ${keyframes.keyframe25B[sizeOrPosX]}% ${keyframes.keyframe25B[sizeOrPosY]}%`);}if(keyframes.keyframeNumber>=2&&!initial){// 50%\nproperties.push(`${keyframes.keyframe50A[sizeOrPosX]}% ${keyframes.keyframe50A[sizeOrPosY]}%, ${keyframes.keyframe50B[sizeOrPosX]}% ${keyframes.keyframe50B[sizeOrPosY]}%`);}if(keyframes.keyframeNumber===4&&!initial){// 75%\nproperties.push(`${keyframes.keyframe75A[sizeOrPosX]}% ${keyframes.keyframe75A[sizeOrPosY]}%, ${keyframes.keyframe75B[sizeOrPosX]}% ${keyframes.keyframe75B[sizeOrPosY]}%`);}if(!initial){// 100%\nproperties.push(`${keyframes.keyframe100A[sizeOrPosX]}% ${keyframes.keyframe100A[sizeOrPosY]}%, ${keyframes.keyframe100B[sizeOrPosX]}% ${keyframes.keyframe100B[sizeOrPosY]}%`);}return properties;};const radialVariants={initial:{backgroundSize:generateBackgroundProps(props.keyframes,\"size\",\"size\",true),backgroundPosition:generateBackgroundProps(props.keyframes,\"posX\",\"posY\",true)},hover:{backgroundSize:generateBackgroundProps(props.keyframes,\"size\",\"size\",false),backgroundPosition:generateBackgroundProps(props.keyframes,\"posX\",\"posY\",false)}};const transition={backgroundSize:{ease:props.transition.easeString?props.transition.ease:customBezier,times:props.keyframes.ratioSize?null:[...generateSizeTimes()],duration:props.transition.durationSize,repeatType:props.transition.repeatType,repeat:props.transition.repeatType!==\"custom\"?Infinity:props.transition.repeatTimes,repeatDelay:props.transition.repeatDelay,delay:props.transition.delay},backgroundPosition:{ease:props.transition.easeString?props.transition.ease:customBezier,times:props.keyframes.ratioPosition?null:[...generatePosTimes()],duration:props.transition.durationPos,repeatType:props.transition.repeatType,repeat:props.transition.repeatType!==\"custom\"?Infinity:props.transition.repeatTimes,repeatDelay:props.transition.repeatDelay,delay:props.transition.delay}};// Animation mode\nconst getAnimationModeProps=()=>{const controls=useAnimationControls();const handleMouseEnter=async()=>{if(props.animationMode===\"hover\"){await controls.start(\"hover\");}};const handleMouseLeave=async()=>{if(props.animationMode===\"hover\"){await controls.start(\"initial\");}};switch(props.animationMode){case\"play\":return{animate:\"hover\"};case\"hover\":return{animate:controls,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave};case\"static\":return{};default:return{};}};return /*#__PURE__*/ _jsx(motion.div,{style:radialStyle,variants:radialVariants,initial:\"initial\",transition:{...transition},...getAnimationModeProps()});};RadialBackground.displayName=\"Radial background\";RadialBackground.defaultProps={// Radial A\nradialA:{size:\"Hello World\",posX:50,posY:50,colors:{color0:\"rgba(255,0,0,0.5)\",stop0:0,color50:\"rgba(255,0,0,0.5)\",stop50:10,color100:\"rgba(255,0,0,0)\",stop100:20}},// Radial B\nradialB:{size:\"Hello World\",posX:50,posY:50,colors:{color0:\"rgba(255,0,0,0.5)\",stop0:0,color50:\"rgba(255,0,0,0.5)\",stop50:10,color100:\"rgba(255,0,0,0)\",stop100:20}},// Keyframes\nkeyframes:{keyframeNumber:1,keyframe25A:{size:25,posX:50,posY:50},keyframe50A:{size:50,posX:50,posY:50},keyframe75A:{size:75,posX:50,posY:50},keyframe100A:{size:100,posX:50,posY:50},keyframe25B:{size:25,posX:50,posY:50},keyframe50B:{size:50,posX:50,posY:50},keyframe75B:{size:75,posX:50,posY:50},keyframe100B:{size:100,posX:50,posY:50},ratioSize:true,ratioSize0:0,ratioSize25:.25,ratioSize50:.5,ratioSize75:.75,ratioSize100:1,ratioPosition:true,ratioPosition0:0,ratioPosition25:.25,ratioPosition50:.5,ratioPosition75:.75,ratioPosition100:1},transition:{durationSize:3,durationPos:3,repeatType:\"reverse\",easeString:true,ease:\"easeInOut\",easeCustom:\"0.25, 0.1, 0.25, 1.0\",delay:0,repeatTimes:0,repeatDelay:0},animationMode:\"hover\"};addPropertyControls(RadialBackground,{radialA:{title:\"Radial A\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:10},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},colors:{title:\"Color stops\",type:ControlType.Object,controls:{color0:{type:ControlType.Color,title:\"Start\",defaultValue:\"rgba(255,0,0,0.5)\"},stop0:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:0},color50:{type:ControlType.Color,title:\"Middle\",defaultValue:\"rgba(255,0,0,0.5)\"},stop50:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:10},color100:{type:ControlType.Color,title:\"End\",defaultValue:\"rgba(255,0,0,0)\"},stop100:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:20}}}}},radialB:{title:\"Radial B\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:10},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},colors:{title:\"Color stops\",type:ControlType.Object,controls:{color0:{type:ControlType.Color,title:\"Start\",defaultValue:\"rgba(255,0,0,0.5)\"},stop0:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:0},color50:{type:ControlType.Color,title:\"Middle\",defaultValue:\"rgba(255,0,0,0.5)\"},stop50:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:10},color100:{type:ControlType.Color,title:\"End\",defaultValue:\"rgba(255,0,0,0)\"},stop100:{title:\" \",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:20}}}}},keyframes:{title:\"Keyframes\",type:ControlType.Object,controls:{keyframeNumber:{title:\"Number\",type:ControlType.Enum,options:[1,2,4],optionTitles:[\"1\",\"2\",\"4\"],displaySegmentedControl:true,defaultValue:1,description:\"\\n Radial A\"},keyframe25A:{title:\"25%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:25},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>props.keyframeNumber===1||props.keyframeNumber===2},keyframe50A:{title:\"50%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>!(props.keyframeNumber===2||props.keyframeNumber===4)},keyframe75A:{title:\"75%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:75},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>props.keyframeNumber===1||props.keyframeNumber===2},keyframe100A:{title:\"100%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:100},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},description:\"\\n Radial B\"},keyframe25B:{title:\"25%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:25},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>props.keyframeNumber===1||props.keyframeNumber===2},keyframe50B:{title:\"50%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>!(props.keyframeNumber===2||props.keyframeNumber===4)},keyframe75B:{title:\"75%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:75},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},hidden:props=>props.keyframeNumber===1||props.keyframeNumber===2},keyframe100B:{title:\"100%\",type:ControlType.Object,controls:{size:{title:\"Size\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:100},posX:{title:\"Position X\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50},posY:{title:\"Position Y\",type:ControlType.Number,min:0,step:1,unit:\"%\",defaultValue:50}},description:\"\\n Ratio\"},ratioSize:{type:ControlType.Boolean,title:\"Size\",enabledTitle:\"Auto\",disabledTitle:\"Custom\",defaultValue:true},ratioSize0:{title:\"\u21B3 0%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:0,hidden:props=>props.ratioSize},ratioSize25:{title:\"\u21B3 25%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.25,hidden:props=>props.ratioSize||!(props.keyframeNumber===4)},ratioSize50:{title:\"\u21B3 50%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.5,hidden:props=>props.ratioSize||!(props.keyframeNumber===2||props.keyframeNumber===4)},ratioSize75:{title:\"\u21B3 75%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.75,hidden:props=>props.ratioSize||!(props.keyframeNumber===4)},ratioSize100:{title:\"\u21B3 100%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:1,description:\"Start from 0 \u2192 1\",hidden:props=>props.ratioSize},ratioPosition:{type:ControlType.Boolean,title:\"Position\",enabledTitle:\"Auto\",disabledTitle:\"Custom\",defaultValue:true},ratioPosition0:{title:\"\u21B3 0%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:0,hidden:props=>props.ratioPosition},ratioPosition25:{title:\"\u21B3 25%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.25,hidden:props=>props.ratioPosition||!(props.keyframeNumber===4)},ratioPosition50:{title:\"\u21B3 50%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.5,hidden:props=>props.ratioPosition||!(props.keyframeNumber===2||props.keyframeNumber===4)},ratioPosition75:{title:\"\u21B3 75%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:.75,hidden:props=>props.ratioPosition||!(props.keyframeNumber===4)},ratioPosition100:{title:\"\u21B3 100%\",type:ControlType.Number,min:0,step:.05,displayStepper:true,defaultValue:1,description:\"Start from 0 \u2192 1\",hidden:props=>props.ratioPosition}}},transition:{title:\"Transition\",type:ControlType.Object,controls:{durationSize:{title:\"Size\",type:ControlType.Number,min:0,step:.25,unit:\"s\",displayStepper:true,defaultValue:3,description:\"Total time to animate all *sizes*\"},durationPos:{title:\"Position\",type:ControlType.Number,min:0,step:.25,unit:\"s\",displayStepper:true,defaultValue:3,description:\"Total time to animate all *positions*\"},easeString:{title:\"Ease\",type:ControlType.Boolean,enabledTitle:\"Preset\",disabledTitle:\"Custom\",defaultValue:true},ease:{title:\" \",type:ControlType.Enum,options:[\"linear\",\"easeIn\",\"easeOut\",\"easeInOut\",\"circIn\",\"circOut\",\"circInOut\",\"backIn\",\"backOut\",\"backInOut\",\"anticipate\",],optionTitles:[\"Linear\",\"Ease In\",\"Ease Out\",\"Ease In Out\",\"Circ In\",\"Circ Out\",\"Circ In Out\",\"Back In\",\"Back Out\",\"Back In Out\",\"Anticipate\",],defaultValue:\"easeInOut\",hidden:props=>!props.easeString},easeCustom:{type:ControlType.String,title:\" \",placeholder:\"0.25, 0.1, 0.25, 1.0\",defaultValue:\"0.25, 0.1, 0.25, 1.0\",hidden:props=>props.easeString},delay:{title:\"Initial delay\",type:ControlType.Number,min:0,step:.25,unit:\"s\",displayStepper:true,defaultValue:0},repeatType:{title:\"Repeat\",type:ControlType.Enum,options:[\"loop\",\"reverse\",\"custom\"],optionTitles:[\"Loop\",\"Reverse\",\"Custom\"],defaultValue:\"reverse\",displaySegmentedControl:true},repeatTimes:{title:\"\u21B3 Times\",type:ControlType.Number,min:0,step:1,defaultValue:0,hidden:props=>props.repeatType!==\"custom\"},repeatDelay:{title:\"\u21B3 Repeat delay\",type:ControlType.Number,min:0,step:.25,unit:\"s\",defaultValue:0,hidden:props=>props.repeatType===\"custom\"}}},animationMode:{title:\"Mode\",type:ControlType.Enum,options:[\"play\",\"hover\",\"static\"],optionTitles:[\"Play\",\"Hover\",\"Static\"],displaySegmentedControl:true,defaultValue:\"play\",description:\"\\n \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 \\n \uD83D\uDCAC Feedback? [labs.eevennsoh.com](https://labs.eevennsoh.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RadialBackground\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RadialBackground.map", "// Generated by Framer (cf4c6d7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/klDByNsMIctGTupT7WqEhNtDctQ.woff2\"}]}];export const css=['.framer-kl9bX .framer-styles-preset-dn8bcc:not(.rich-text-wrapper), .framer-kl9bX .framer-styles-preset-dn8bcc.rich-text-wrapper p { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-kl9bX .framer-styles-preset-dn8bcc:not(.rich-text-wrapper), .framer-kl9bX .framer-styles-preset-dn8bcc.rich-text-wrapper p { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-kl9bX .framer-styles-preset-dn8bcc:not(.rich-text-wrapper), .framer-kl9bX .framer-styles-preset-dn8bcc.rich-text-wrapper p { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-kl9bX\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/klDByNsMIctGTupT7WqEhNtDctQ.woff2\"}]}];export const css=['.framer-NtT5O .framer-styles-preset-1bavr7r:not(.rich-text-wrapper), .framer-NtT5O .framer-styles-preset-1bavr7r.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-NtT5O .framer-styles-preset-1bavr7r:not(.rich-text-wrapper), .framer-NtT5O .framer-styles-preset-1bavr7r.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 27px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-NtT5O .framer-styles-preset-1bavr7r:not(.rich-text-wrapper), .framer-NtT5O .framer-styles-preset-1bavr7r.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Semibold\", \"Segoe UI Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-NtT5O\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/P0GwQkg1O00X0hYts3pT4a64E.woff2\"}]}];export const css=['.framer-yEzy8 .framer-styles-preset-je0qbz:not(.rich-text-wrapper), .framer-yEzy8 .framer-styles-preset-je0qbz.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #202024); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-yEzy8 .framer-styles-preset-je0qbz:not(.rich-text-wrapper), .framer-yEzy8 .framer-styles-preset-je0qbz.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #202024); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-yEzy8 .framer-styles-preset-je0qbz:not(.rich-text-wrapper), .framer-yEzy8 .framer-styles-preset-je0qbz.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #202024); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-yEzy8\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/jl0COfrd5rfoVYorsaz2/sVGvNxZ8EFgtGdJr9EC4/fAPIltye4.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2Bqnl5Y3hn6VYqJ1xEnX/pUz0qkmujfXDqKfFvbsf/n3SuXMzgt.js\";const enabledGestures={NlZV4i5AK:{hover:true},psyGDhzAf:{hover:true}};const cycleOrder=[\"psyGDhzAf\",\"NlZV4i5AK\"];const serializationHash=\"framer-bHzyK\";const variantClassNames={NlZV4i5AK:\"framer-v-il3eja\",psyGDhzAf:\"framer-v-holi4s\"};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\":\"psyGDhzAf\",\"Variant 2\":\"NlZV4i5AK\"};const getProps=({height,id,title,width,...props})=>{return{...props,DMJ7MxpRv:title??props.DMJ7MxpRv??\"Jetzt kostenlos testen!\",variant:humanReadableVariantMap[props.variant]??props.variant??\"psyGDhzAf\"};};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,DMJ7MxpRv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"psyGDhzAf\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":rdz3jxYNy\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"psyGDhzAf\",openInNewTab:false,scopeId:\"qf5ixHSXa\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-holi4s\",className,classNames)} framer-muxd8l`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"psyGDhzAf\",ref:refBinding,style:{backgroundColor:\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\",borderBottomLeftRadius:35,borderBottomRightRadius:35,borderTopLeftRadius:35,borderTopRightRadius:35,...style},variants:{\"NlZV4i5AK-hover\":{backgroundColor:\"rgb(126, 53, 143)\"},\"psyGDhzAf-hover\":{backgroundColor:\"rgb(126, 53, 143)\"},NlZV4i5AK:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({\"NlZV4i5AK-hover\":{\"data-framer-name\":undefined},\"psyGDhzAf-hover\":{\"data-framer-name\":undefined},NlZV4i5AK:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dn8bcc\",\"data-styles-preset\":\"fAPIltye4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Demo\"})}),className:\"framer-1wutqxn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jygykKwLq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{NlZV4i5AK:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({NlZV4i5AK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1bavr7r\",\"data-styles-preset\":\"n3SuXMzgt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Jetzt kostenlos testen!\"})}),text:DMJ7MxpRv}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bHzyK.framer-muxd8l, .framer-bHzyK .framer-muxd8l { display: block; }\",\".framer-bHzyK.framer-holi4s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bHzyK .framer-1wutqxn { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bHzyK.framer-holi4s { gap: 0px; } .framer-bHzyK.framer-holi4s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bHzyK.framer-holi4s > :first-child { margin-top: 0px; } .framer-bHzyK.framer-holi4s > :last-child { margin-bottom: 0px; } }\",\".framer-bHzyK.framer-v-il3eja.framer-holi4s { padding: 16px 24px 16px 24px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 73\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NlZV4i5AK\":{\"layout\":[\"auto\",\"auto\"]},\"EGjmZuk6j\":{\"layout\":[\"auto\",\"auto\"]},\"WGZMPD2bb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"DMJ7MxpRv\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqf5ixHSXa=withCSS(Component,css,\"framer-bHzyK\");export default Framerqf5ixHSXa;Framerqf5ixHSXa.displayName=\"Button Header\";Framerqf5ixHSXa.defaultProps={height:46,width:73};addPropertyControls(Framerqf5ixHSXa,{variant:{options:[\"psyGDhzAf\",\"NlZV4i5AK\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},DMJ7MxpRv:{defaultValue:\"Jetzt kostenlos testen!\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerqf5ixHSXa,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqf5ixHSXa\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"46\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"DMJ7MxpRv\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"73\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NlZV4i5AK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EGjmZuk6j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WGZMPD2bb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qf5ixHSXa.map", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/P0GwQkg1O00X0hYts3pT4a64E.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Y5jiP .framer-styles-preset-1i3rvlk:not(.rich-text-wrapper), .framer-Y5jiP .framer-styles-preset-1i3rvlk.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Y5jiP .framer-styles-preset-1i3rvlk:not(.rich-text-wrapper), .framer-Y5jiP .framer-styles-preset-1i3rvlk.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Y5jiP .framer-styles-preset-1i3rvlk:not(.rich-text-wrapper), .framer-Y5jiP .framer-styles-preset-1i3rvlk.rich-text-wrapper p { --framer-font-family: \"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Y5jiP\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-oxTwz .framer-styles-preset-1czzx9n:not(.rich-text-wrapper), .framer-oxTwz .framer-styles-preset-1czzx9n.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, #9841ac); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-link-text-decoration: underline; transition: color 0.15s cubic-bezier(0, 0, 1, 1) 0s; }\"];export const className=\"framer-oxTwz\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/E4nLYUwo7c0pA2YKNPrc/4pumTaCpXQ3pPhUCia2R/I5RiLKzsN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/WakYt48mulcLlYH8EXnB/djgm8RANwXLyUfDVsfOa/YXXEBgJhj.js\";const enabledGestures={kJt5XT0zu:{hover:true,pressed:true},vYVQ8sz4I:{pressed:true}};const cycleOrder=[\"kJt5XT0zu\",\"vYVQ8sz4I\"];const serializationHash=\"framer-OFaa7\";const variantClassNames={kJt5XT0zu:\"framer-v-c8m5mz\",vYVQ8sz4I:\"framer-v-np81ll\"};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={Default:\"kJt5XT0zu\",Mobile:\"vYVQ8sz4I\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,A0l7LGlKO:link??props.A0l7LGlKO,GjfHfPwLq:title??props.GjfHfPwLq??\"Projects\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kJt5XT0zu\"};};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,GjfHfPwLq,A0l7LGlKO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kJt5XT0zu\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:A0l7LGlKO,motionChild:true,nodeId:\"kJt5XT0zu\",openInNewTab:false,scopeId:\"nyNcWOd6t\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-c8m5mz\",className,classNames)} framer-1gzuekf`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"kJt5XT0zu\",ref:refBinding,style:{borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},...addPropertyOverrides({\"kJt5XT0zu-hover\":{\"data-framer-name\":undefined},\"kJt5XT0zu-pressed\":{\"data-framer-name\":undefined},\"vYVQ8sz4I-pressed\":{\"data-framer-name\":undefined},vYVQ8sz4I:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"Projects\"})}),className:\"framer-iu4b9x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NvFlAbZRp\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GjfHfPwLq,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vYVQ8sz4I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-je0qbz\",\"data-styles-preset\":\"I5RiLKzsN\",children:\"Projects\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OFaa7.framer-1gzuekf, .framer-OFaa7 .framer-1gzuekf { display: block; }\",\".framer-OFaa7.framer-c8m5mz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 202px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OFaa7 .framer-iu4b9x { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OFaa7.framer-c8m5mz { gap: 0px; } .framer-OFaa7.framer-c8m5mz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OFaa7.framer-c8m5mz > :first-child { margin-left: 0px; } .framer-OFaa7.framer-c8m5mz > :last-child { margin-right: 0px; } }\",\".framer-OFaa7.framer-v-c8m5mz.hover.framer-c8m5mz, .framer-OFaa7.framer-v-c8m5mz.pressed.framer-c8m5mz { height: min-content; padding: 8px; }\",\".framer-OFaa7.framer-v-np81ll.pressed.framer-c8m5mz { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OFaa7.framer-v-np81ll.pressed.framer-c8m5mz { gap: 0px; } .framer-OFaa7.framer-v-np81ll.pressed.framer-c8m5mz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OFaa7.framer-v-np81ll.pressed.framer-c8m5mz > :first-child { margin-left: 0px; } .framer-OFaa7.framer-v-np81ll.pressed.framer-c8m5mz > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 202\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vYVQ8sz4I\":{\"layout\":[\"fixed\",\"fixed\"]},\"aByrJxI_d\":{\"layout\":[\"fixed\",\"auto\"]},\"rAo2f7znP\":{\"layout\":[\"fixed\",\"auto\"]},\"g7tm7EKlz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GjfHfPwLq\":\"title\",\"A0l7LGlKO\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernyNcWOd6t=withCSS(Component,css,\"framer-OFaa7\");export default FramernyNcWOd6t;FramernyNcWOd6t.displayName=\"Menu Item\";FramernyNcWOd6t.defaultProps={height:40,width:202};addPropertyControls(FramernyNcWOd6t,{variant:{options:[\"kJt5XT0zu\",\"vYVQ8sz4I\"],optionTitles:[\"Default\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},GjfHfPwLq:{defaultValue:\"Projects\",displayTextArea:false,title:\"Title\",type:ControlType.String},A0l7LGlKO:{title:\"Link\",type:ControlType.Link}});addFonts(FramernyNcWOd6t,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernyNcWOd6t\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vYVQ8sz4I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aByrJxI_d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rAo2f7znP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g7tm7EKlz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"202\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"GjfHfPwLq\\\":\\\"title\\\",\\\"A0l7LGlKO\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nyNcWOd6t.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/qi9Ylc2d7dCP7f6u0PnF/d45mBaG2SjELgXmV2sD2/jVLWS7N3l.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8Vu5BnKXGSUoRDWKeBaK/vIrxuvOUaPJRvd3yejNT/XU4q1TBFS.js\";import MenuItem from\"https://framerusercontent.com/modules/c2jGFqRRCtD8cPUbZSuL/5xsKnOouzTOHlT1RdPPT/nyNcWOd6t.js\";import ButtonHeader from\"https://framerusercontent.com/modules/Z0fPIxgOD09mLOLmpzu3/yjczz1CJqd9c5SwhOXwm/qf5ixHSXa.js\";const ButtonHeaderFonts=getFonts(ButtonHeader);const MenuItemFonts=getFonts(MenuItem);const enabledGestures={GkBYaL1Q5:{hover:true},UmCBxRZXG:{hover:true}};const cycleOrder=[\"UmCBxRZXG\",\"GkBYaL1Q5\",\"CvKgvvHKK\",\"n9ZQr5AT5\"];const serializationHash=\"framer-iVJo3\";const variantClassNames={CvKgvvHKK:\"framer-v-76gj0j\",GkBYaL1Q5:\"framer-v-gtnehg\",n9ZQr5AT5:\"framer-v-mvo0vt\",UmCBxRZXG:\"framer-v-11jla6y\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,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 humanReadableVariantMap={\"Mobile Active\":\"n9ZQr5AT5\",Active:\"GkBYaL1Q5\",Default:\"UmCBxRZXG\",Mobile:\"CvKgvvHKK\"};const getProps=({cursor,height,id,width,...props})=>{return{...props,FuHjiuFDK:cursor??props.FuHjiuFDK,variant:humanReadableVariantMap[props.variant]??props.variant??\"UmCBxRZXG\"};};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,FuHjiuFDK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UmCBxRZXG\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ehagnp=activeVariantCallback(async(...args)=>{setVariant(\"GkBYaL1Q5\");});const onTap10q8ali=activeVariantCallback(async(...args)=>{setVariant(\"UmCBxRZXG\");});const onTapu3df1z=activeVariantCallback(async(...args)=>{setVariant(\"n9ZQr5AT5\");});const onTap1fh5auw=activeVariantCallback(async(...args)=>{setVariant(\"CvKgvvHKK\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"GkBYaL1Q5-hover\")return true;if([\"GkBYaL1Q5\",\"n9ZQr5AT5\"].includes(baseVariant))return true;return false;};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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-11jla6y\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"UmCBxRZXG\",ref:refBinding,style:{...style},...addPropertyOverrides({\"GkBYaL1Q5-hover\":{\"data-framer-name\":undefined},\"UmCBxRZXG-hover\":{\"data-framer-name\":undefined},CvKgvvHKK:{\"data-framer-name\":\"Mobile\"},GkBYaL1Q5:{\"data-framer-name\":\"Active\"},n9ZQr5AT5:{\"data-framer-name\":\"Mobile Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tjl4ev\",\"data-border\":true,\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"ox_o0XG6B\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e7e93b2c-63c5-4376-8417-0b771132ede7, rgb(122, 213, 250))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-88640853-b1ad-4e8c-8453-3f3b5e0ec786, rgba(15, 15, 15, 0))\",borderBottomLeftRadius:35,borderBottomRightRadius:35,borderTopLeftRadius:35,borderTopRightRadius:35,WebkitBackdropFilter:\"blur(10px)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qg9k8s\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"qkPuvpF0x\",children:[/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-11nls7v\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"hqc0katJx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mwa8l6\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lxHy0xnzg\",onTap:onTap1ehagnp,...addPropertyOverrides({CvKgvvHKK:{onTap:onTapu3df1z},GkBYaL1Q5:{onTap:onTap10q8ali},n9ZQr5AT5:{onTap:onTap1fh5auw}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9acaqe\",layoutDependency:layoutDependency,layoutId:\"Rf0po_38W\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ibrx4p\",layoutDependency:layoutDependency,layoutId:\"CcAQBjh0i\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s2rbxi\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"SIreWnqW6\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dwsm5g\",layoutDependency:layoutDependency,layoutId:\"POYBs19Ja\",style:{backgroundColor:\"var(--token-3d45185a-d0f2-4240-9977-f90878461118, rgb(0, 0, 0))\"},variants:{\"UmCBxRZXG-hover\":{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"},CvKgvvHKK:{backgroundColor:\"var(--token-3d45185a-d0f2-4240-9977-f90878461118, rgb(0, 174, 239))\"},GkBYaL1Q5:{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"},n9ZQr5AT5:{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8qb4pk\",layoutDependency:layoutDependency,layoutId:\"IPQVmEUUz\",style:{backgroundColor:\"var(--token-3d45185a-d0f2-4240-9977-f90878461118, rgb(0, 0, 0))\"},variants:{\"UmCBxRZXG-hover\":{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"},CvKgvvHKK:{backgroundColor:\"var(--token-3d45185a-d0f2-4240-9977-f90878461118, rgb(0, 174, 239))\"},GkBYaL1Q5:{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"},n9ZQr5AT5:{backgroundColor:\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239))\"}}})]})}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"The Pond Logo\",className:\"framer-1kp3mlg\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"bZpveTEkY\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5bkml3\",\"data-framer-name\":\"ThePondLogo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dkf7yZosC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 34\"><path d=\"M 31.823 13.833 C 31.823 12.424 30.642 11.28 29.193 11.28 C 28.84 11.28 28.504 11.353 28.199 11.472 C 27.242 11.857 26.568 12.772 26.574 13.833 C 26.574 13.942 26.595 14.046 26.606 14.15 C 26.694 14.82 27.051 15.428 27.6 15.841 C 27.787 15.981 27.985 16.101 28.204 16.189 L 28.204 18.035 L 23.612 20.625 L 21.613 21.754 L 21.527 21.8 L 16.583 24.588 L 12.942 22.544 L 10.937 21.421 L 8.938 22.549 L 7.527 23.345 L 5.474 24.505 C 5.025 24.167 4.474 23.953 3.865 23.953 C 3.266 23.953 2.716 24.161 2.272 24.494 L 2.021 24.354 L 2.021 22.357 L 2.015 20.105 L 2.015 16.012 L 2.881 15.523 L 5.089 14.275 C 5.533 14.603 6.078 14.806 6.677 14.806 C 7.281 14.806 7.826 14.598 8.27 14.265 L 10.328 15.419 L 12.333 16.543 L 14.679 17.858 L 15.978 18.586 L 17.983 19.71 L 19.72 18.732 L 19.988 18.581 L 21.094 17.957 C 21.533 18.28 22.078 18.477 22.671 18.477 C 24.12 18.477 25.296 17.328 25.296 15.919 L 25.296 15.877 C 25.269 14.489 24.104 13.365 22.671 13.37 C 22.212 13.37 21.784 13.495 21.41 13.698 C 20.603 14.135 20.047 14.967 20.047 15.929 C 20.047 16.049 20.068 16.163 20.084 16.277 L 18.721 17.047 L 17.988 17.463 L 15.69 16.173 L 14.348 15.419 L 16.903 13.979 L 24.446 9.73 L 24.606 9.642 C 24.82 9.798 25.056 9.923 25.312 10.011 C 25.585 10.105 25.873 10.167 26.183 10.167 C 27.632 10.167 28.808 9.018 28.808 7.608 C 28.808 7.499 28.787 7.4 28.776 7.296 C 28.711 6.784 28.487 6.304 28.135 5.918 C 27.76 5.507 27.258 5.216 26.686 5.107 C 26.52 5.076 26.355 5.055 26.178 5.06 C 24.729 5.06 23.553 6.209 23.553 7.619 C 23.553 7.738 23.575 7.853 23.591 7.967 L 22.629 8.513 L 20.629 9.642 L 15.909 12.304 L 12.354 14.307 L 9.291 12.59 C 9.307 12.481 9.323 12.377 9.323 12.263 C 9.323 12.148 9.302 12.044 9.291 11.935 L 13.76 9.418 L 14.086 9.236 L 15.765 8.29 L 20.811 5.445 L 22.81 4.316 L 20.806 3.193 L 18.806 4.322 L 13.76 7.166 L 13.086 7.546 L 11.761 8.295 L 8.297 10.25 C 7.841 9.905 7.281 9.716 6.704 9.714 C 6.105 9.714 5.56 9.917 5.116 10.25 C 4.563 10.661 4.201 11.269 4.111 11.94 C 4.095 12.049 4.079 12.159 4.079 12.273 C 4.079 12.388 4.1 12.497 4.116 12.611 L 2.047 13.776 L 2.047 9.642 L 15.096 2.252 L 17.096 1.123 L 15.091 0 L 0 8.508 L 0.011 14.894 L 0.011 23.491 L 0.016 25.488 L 1.272 26.19 C 1.256 26.299 1.24 26.403 1.24 26.517 C 1.24 27.927 2.422 29.071 3.87 29.071 C 4.469 29.071 5.014 28.868 5.458 28.535 L 7.538 29.7 L 9.542 30.823 L 15.139 33.959 L 22.19 29.981 L 24.189 28.852 L 29.22 26.018 L 30.23 25.451 L 30.23 23.199 L 29.22 23.766 L 28.226 24.328 L 27.867 24.531 L 27.221 24.895 L 22.19 27.729 L 20.191 28.857 L 15.139 31.707 L 11.547 29.695 L 9.542 28.571 L 6.468 26.845 C 6.484 26.736 6.5 26.626 6.5 26.512 C 6.5 26.408 6.479 26.309 6.468 26.21 L 8.537 25.045 L 10.948 23.683 L 14.589 25.727 L 16.593 26.85 L 18.593 25.722 L 22.538 23.496 L 23.623 22.882 L 25.622 21.754 L 28.209 20.292 L 30.214 19.164 L 30.214 16.179 C 31.16 15.794 31.829 14.879 31.829 13.823 Z M 21.928 15.237 C 22.051 15.113 22.212 15.024 22.388 14.977 C 22.474 14.957 22.564 14.936 22.655 14.936 C 23.222 14.936 23.676 15.378 23.676 15.929 C 23.676 16.48 23.222 16.922 22.655 16.922 C 22.089 16.922 21.634 16.48 21.634 15.929 C 21.634 15.659 21.746 15.409 21.928 15.232 Z M 25.43 6.911 C 25.553 6.792 25.708 6.709 25.879 6.662 C 25.97 6.636 26.061 6.62 26.157 6.62 C 26.723 6.62 27.178 7.062 27.178 7.613 C 27.178 7.94 27.012 8.246 26.734 8.43 L 26.665 8.466 C 26.515 8.55 26.338 8.607 26.151 8.607 C 25.585 8.607 25.13 8.165 25.13 7.613 C 25.13 7.338 25.243 7.093 25.43 6.911 Z M 5.993 11.519 C 6.094 11.431 6.212 11.363 6.34 11.321 C 6.442 11.285 6.549 11.264 6.666 11.264 C 6.794 11.264 6.917 11.29 7.03 11.332 C 7.131 11.368 7.222 11.42 7.302 11.483 C 7.538 11.665 7.693 11.94 7.693 12.258 C 7.693 12.575 7.538 12.85 7.302 13.032 C 7.123 13.172 6.901 13.249 6.671 13.251 C 6.559 13.251 6.447 13.23 6.345 13.194 C 5.93 13.061 5.65 12.683 5.65 12.258 C 5.65 11.961 5.784 11.696 5.998 11.514 Z M 3.87 27.511 C 3.742 27.511 3.619 27.485 3.507 27.443 C 3.405 27.406 3.314 27.354 3.234 27.287 C 2.999 27.105 2.849 26.829 2.849 26.512 C 2.849 26.247 2.956 26.013 3.127 25.831 C 3.261 25.69 3.437 25.592 3.635 25.545 C 3.71 25.529 3.79 25.514 3.87 25.514 C 3.988 25.514 4.095 25.534 4.196 25.571 C 4.325 25.612 4.442 25.68 4.539 25.763 C 4.861 26.033 4.976 26.471 4.827 26.858 C 4.678 27.246 4.296 27.502 3.87 27.5 Z M 30.209 13.968 C 30.177 14.197 30.07 14.4 29.909 14.551 C 29.797 14.655 29.658 14.733 29.503 14.78 C 29.46 14.79 29.412 14.806 29.37 14.811 C 29.327 14.811 29.284 14.821 29.236 14.827 L 29.209 14.827 C 29.145 14.827 29.081 14.811 29.017 14.806 C 28.616 14.733 28.3 14.431 28.215 14.046 C 28.199 13.979 28.188 13.906 28.188 13.828 C 28.188 13.75 28.199 13.682 28.215 13.61 C 28.268 13.37 28.413 13.168 28.61 13.027 L 28.819 12.908 C 28.942 12.861 29.07 12.83 29.209 12.83 C 29.728 12.83 30.15 13.204 30.219 13.688 C 30.225 13.729 30.236 13.776 30.236 13.823 C 30.236 13.87 30.23 13.911 30.219 13.958 Z\" fill=\"var(--token-3d45185a-d0f2-4240-9977-f90878461118, rgb(122, 213, 250)) /* {&quot;name&quot;:&quot;TextBlueWhite&quot;} */\"></path></svg>',svgContentId:12676626937,withExternalLayout:true,...addPropertyOverrides({GkBYaL1Q5:{svgContentId:10757999954},n9ZQr5AT5:{svgContentId:10757999954}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1li84ai\",layoutDependency:layoutDependency,layoutId:\"vFXk0v2oW\"})]}),/*#__PURE__*/_jsx(motion.button,{className:\"framer-wsviqj\",\"data-framer-cursor\":FuHjiuFDK,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"gjZQWOiw_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(0+((componentViewport?.height||62)-0-62)/2)+8+0+0+0+0,...addPropertyOverrides({\"UmCBxRZXG-hover\":{y:(componentViewport?.y||0)+(0+((componentViewport?.height||70)-0-70)/2)+12+0+0+0+0},GkBYaL1Q5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||227)-0-289)/2)+12+0+0+0+0},n9ZQr5AT5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||215)-0-277)/2)+12+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12rjy5c-container\",layoutDependency:layoutDependency,layoutId:\"CuzwBr1z3-container\",nodeId:\"CuzwBr1z3\",rendersWithMotion:true,scopeId:\"NZ1gUq9mo\",children:/*#__PURE__*/_jsx(ButtonHeader,{DMJ7MxpRv:\"Jetzt kostenlos testen!\",height:\"100%\",id:\"CuzwBr1z3\",layoutId:\"CuzwBr1z3\",variant:\"psyGDhzAf\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15dims1\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"xIWfwpsQD\",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}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({GkBYaL1Q5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||227)-0-289)/2)+12+0+56+0+0},n9ZQr5AT5:{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||215)-0-277)/2)+12+0+56+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v3mm26-container\",layoutDependency:layoutDependency,layoutId:\"lXXozEa5f-container\",nodeId:\"lXXozEa5f\",rendersWithMotion:true,scopeId:\"NZ1gUq9mo\",children:/*#__PURE__*/_jsx(MenuItem,{A0l7LGlKO:resolvedLinks[0],GjfHfPwLq:\"Home\",height:\"100%\",id:\"lXXozEa5f\",layoutId:\"lXXozEa5f\",style:{height:\"100%\",width:\"100%\"},variant:\"kJt5XT0zu\",width:\"100%\",...addPropertyOverrides({\"GkBYaL1Q5-hover\":{A0l7LGlKO:resolvedLinks[3]},GkBYaL1Q5:{A0l7LGlKO:resolvedLinks[1]},n9ZQr5AT5:{A0l7LGlKO:resolvedLinks[2],variant:\"vYVQ8sz4I\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UEfhN4XZv\"},implicitPathVariables:undefined},{href:{webPageId:\"UEfhN4XZv\"},implicitPathVariables:undefined},{href:{webPageId:\"UEfhN4XZv\"},implicitPathVariables:undefined},{href:{webPageId:\"UEfhN4XZv\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({GkBYaL1Q5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||227)-0-289)/2)+12+0+56+0+40},n9ZQr5AT5:{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||215)-0-277)/2)+12+0+56+0+36}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1atq6yu-container\",layoutDependency:layoutDependency,layoutId:\"zIOb3oI9o-container\",nodeId:\"zIOb3oI9o\",rendersWithMotion:true,scopeId:\"NZ1gUq9mo\",children:/*#__PURE__*/_jsx(MenuItem,{A0l7LGlKO:resolvedLinks1[0],GjfHfPwLq:\"ThePond\",height:\"100%\",id:\"zIOb3oI9o\",layoutId:\"zIOb3oI9o\",style:{height:\"100%\",width:\"100%\"},variant:\"kJt5XT0zu\",width:\"100%\",...addPropertyOverrides({\"GkBYaL1Q5-hover\":{A0l7LGlKO:resolvedLinks1[3]},GkBYaL1Q5:{A0l7LGlKO:resolvedLinks1[1]},n9ZQr5AT5:{A0l7LGlKO:resolvedLinks1[2],variant:\"vYVQ8sz4I\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wY_ImvGiv\"},implicitPathVariables:undefined},{href:{webPageId:\"wY_ImvGiv\"},implicitPathVariables:undefined},{href:{webPageId:\"wY_ImvGiv\"},implicitPathVariables:undefined},{href:{webPageId:\"wY_ImvGiv\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({GkBYaL1Q5:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||227)-0-289)/2)+12+0+56+0+80},n9ZQr5AT5:{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||215)-0-277)/2)+12+0+56+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a882al-container\",layoutDependency:layoutDependency,layoutId:\"n4fHm1fK9-container\",nodeId:\"n4fHm1fK9\",rendersWithMotion:true,scopeId:\"NZ1gUq9mo\",children:/*#__PURE__*/_jsx(MenuItem,{A0l7LGlKO:resolvedLinks2[0],GjfHfPwLq:\"Preise\",height:\"100%\",id:\"n4fHm1fK9\",layoutId:\"n4fHm1fK9\",style:{height:\"100%\",width:\"100%\"},variant:\"kJt5XT0zu\",width:\"100%\",...addPropertyOverrides({\"GkBYaL1Q5-hover\":{A0l7LGlKO:resolvedLinks2[3]},GkBYaL1Q5:{A0l7LGlKO:resolvedLinks2[1]},n9ZQr5AT5:{A0l7LGlKO:resolvedLinks2[2],variant:\"vYVQ8sz4I\"}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1865thq\",\"data-framer-name\":\"Copyright text\",layoutDependency:layoutDependency,layoutId:\"btV58y6ny\",style:{backgroundColor:\"rgba(46, 46, 46, 0)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},variants:{GkBYaL1Q5:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},n9ZQr5AT5:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1i3rvlk\",\"data-styles-preset\":\"jVLWS7N3l\",children:[\"ThePond \\xa92025 \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"YFcpniqIo\",openInNewTab:false,scopeId:\"NZ1gUq9mo\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Rechtliches\"})})]})}),className:\"framer-1vyf7dl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YFcpniqIo\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GkBYaL1Q5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1i3rvlk\",\"data-styles-preset\":\"jVLWS7N3l\",children:[\"ThePond \\xa92025 \",/*#__PURE__*/_jsx(Link,{href:{hash:\":R1myaOB7K\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"YFcpniqIo\",openInNewTab:false,scopeId:\"NZ1gUq9mo\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Rechtliches\"})})]})})},n9ZQr5AT5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1i3rvlk\",\"data-styles-preset\":\"jVLWS7N3l\",children:[\"ThePond \\xa92025 \",/*#__PURE__*/_jsx(Link,{href:{hash:\":R1myaOB7K\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"YFcpniqIo\",openInNewTab:false,scopeId:\"NZ1gUq9mo\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Rechtliches\"})})]})})}},baseVariant,gestureVariant)})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iVJo3.framer-6nb9r4, .framer-iVJo3 .framer-6nb9r4 { display: block; }\",\".framer-iVJo3.framer-11jla6y { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iVJo3 .framer-tjl4ev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-iVJo3 .framer-1qg9k8s { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iVJo3 .framer-11nls7v { 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: 0px; position: relative; width: min-content; }\",\".framer-iVJo3 .framer-mwa8l6 { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iVJo3 .framer-9acaqe { flex: none; height: 34px; overflow: visible; position: relative; width: 200px; }\",\".framer-iVJo3 .framer-ibrx4p { flex: none; height: 12px; overflow: visible; position: absolute; right: 0px; top: calc(50.00000000000002% - 12px / 2); width: 26px; }\",\".framer-iVJo3 .framer-1s2rbxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-iVJo3 .framer-1dwsm5g, .framer-iVJo3 .framer-8qb4pk { flex: none; height: 2px; overflow: hidden; position: relative; width: 26px; }\",\".framer-iVJo3 .framer-1kp3mlg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 0px 6px; position: absolute; top: 50%; width: min-content; }\",\".framer-iVJo3 .framer-5bkml3 { flex: none; height: 34px; position: relative; width: 32px; }\",\".framer-iVJo3 .framer-1li84ai { flex: none; height: 100%; overflow: visible; position: relative; width: 108px; }\",\".framer-iVJo3 .framer-wsviqj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iVJo3 .framer-12rjy5c-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-iVJo3 .framer-15dims1 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: auto; }\",\".framer-iVJo3 .framer-1v3mm26-container, .framer-iVJo3 .framer-1atq6yu-container, .framer-iVJo3 .framer-a882al-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-iVJo3 .framer-1865thq { -webkit-user-select: none; align-content: center; align-items: center; cursor: default; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 0px 8px 0px; position: relative; user-select: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-iVJo3 .framer-1vyf7dl { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iVJo3.framer-11jla6y, .framer-iVJo3 .framer-tjl4ev, .framer-iVJo3 .framer-1qg9k8s, .framer-iVJo3 .framer-mwa8l6, .framer-iVJo3 .framer-1s2rbxi, .framer-iVJo3 .framer-1kp3mlg, .framer-iVJo3 .framer-wsviqj, .framer-iVJo3 .framer-15dims1, .framer-iVJo3 .framer-1865thq { gap: 0px; } .framer-iVJo3.framer-11jla6y > *, .framer-iVJo3 .framer-mwa8l6 > *, .framer-iVJo3 .framer-1kp3mlg > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iVJo3.framer-11jla6y > :first-child, .framer-iVJo3 .framer-tjl4ev > :first-child, .framer-iVJo3 .framer-mwa8l6 > :first-child, .framer-iVJo3 .framer-1kp3mlg > :first-child, .framer-iVJo3 .framer-wsviqj > :first-child { margin-left: 0px; } .framer-iVJo3.framer-11jla6y > :last-child, .framer-iVJo3 .framer-tjl4ev > :last-child, .framer-iVJo3 .framer-mwa8l6 > :last-child, .framer-iVJo3 .framer-1kp3mlg > :last-child, .framer-iVJo3 .framer-wsviqj > :last-child { margin-right: 0px; } .framer-iVJo3 .framer-tjl4ev > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-iVJo3 .framer-1qg9k8s > *, .framer-iVJo3 .framer-1865thq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-iVJo3 .framer-1qg9k8s > :first-child, .framer-iVJo3 .framer-1s2rbxi > :first-child, .framer-iVJo3 .framer-15dims1 > :first-child, .framer-iVJo3 .framer-1865thq > :first-child { margin-top: 0px; } .framer-iVJo3 .framer-1qg9k8s > :last-child, .framer-iVJo3 .framer-1s2rbxi > :last-child, .framer-iVJo3 .framer-15dims1 > :last-child, .framer-iVJo3 .framer-1865thq > :last-child { margin-bottom: 0px; } .framer-iVJo3 .framer-1s2rbxi > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-iVJo3 .framer-wsviqj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iVJo3 .framer-15dims1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-iVJo3.framer-v-gtnehg .framer-tjl4ev, .framer-iVJo3.framer-v-mvo0vt .framer-tjl4ev, .framer-iVJo3.framer-v-11jla6y.hover .framer-tjl4ev { padding: 12px; }\",\".framer-iVJo3.framer-v-gtnehg .framer-1s2rbxi, .framer-iVJo3.framer-v-mvo0vt .framer-1s2rbxi, .framer-iVJo3.framer-v-11jla6y.hover .framer-1s2rbxi { gap: 12px; }\",\".framer-iVJo3.framer-v-gtnehg .framer-1v3mm26-container { order: 0; }\",\".framer-iVJo3.framer-v-gtnehg .framer-1atq6yu-container { order: 1; }\",\".framer-iVJo3.framer-v-gtnehg .framer-a882al-container { order: 2; }\",\".framer-iVJo3.framer-v-gtnehg .framer-1865thq, .framer-iVJo3.framer-v-mvo0vt .framer-1865thq { flex-direction: row; order: 3; padding: 8px 0px 4px 0px; will-change: unset; }\",\".framer-iVJo3.framer-v-gtnehg .framer-1vyf7dl, .framer-iVJo3.framer-v-mvo0vt .framer-1vyf7dl { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iVJo3.framer-v-gtnehg .framer-1s2rbxi, .framer-iVJo3.framer-v-gtnehg .framer-1865thq { gap: 0px; } .framer-iVJo3.framer-v-gtnehg .framer-1s2rbxi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iVJo3.framer-v-gtnehg .framer-1s2rbxi > :first-child { margin-top: 0px; } .framer-iVJo3.framer-v-gtnehg .framer-1s2rbxi > :last-child { margin-bottom: 0px; } .framer-iVJo3.framer-v-gtnehg .framer-1865thq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iVJo3.framer-v-gtnehg .framer-1865thq > :first-child { margin-left: 0px; } .framer-iVJo3.framer-v-gtnehg .framer-1865thq > :last-child { margin-right: 0px; } }\",\".framer-iVJo3.framer-v-76gj0j.framer-11jla6y, .framer-iVJo3.framer-v-mvo0vt.framer-11jla6y { cursor: unset; }\",\".framer-iVJo3.framer-v-76gj0j .framer-9acaqe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; padding: 0px; width: 142px; }\",\".framer-iVJo3.framer-v-76gj0j .framer-ibrx4p, .framer-iVJo3.framer-v-mvo0vt .framer-ibrx4p { order: 1; z-index: 1; }\",\".framer-iVJo3.framer-v-76gj0j .framer-1kp3mlg, .framer-iVJo3.framer-v-mvo0vt .framer-1kp3mlg { order: 0; z-index: 1; }\",\".framer-iVJo3.framer-v-76gj0j .framer-1li84ai, .framer-iVJo3.framer-v-mvo0vt .framer-1li84ai { width: 66px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iVJo3.framer-v-76gj0j .framer-9acaqe { gap: 0px; } .framer-iVJo3.framer-v-76gj0j .framer-9acaqe > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iVJo3.framer-v-76gj0j .framer-9acaqe > :first-child { margin-left: 0px; } .framer-iVJo3.framer-v-76gj0j .framer-9acaqe > :last-child { margin-right: 0px; } }\",\".framer-iVJo3.framer-v-mvo0vt .framer-9acaqe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; padding: 0px; width: 144px; }\",\".framer-iVJo3.framer-v-mvo0vt .framer-1v3mm26-container { height: 36px; order: 0; }\",\".framer-iVJo3.framer-v-mvo0vt .framer-1atq6yu-container { height: 36px; order: 1; }\",\".framer-iVJo3.framer-v-mvo0vt .framer-a882al-container { height: 36px; order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iVJo3.framer-v-mvo0vt .framer-9acaqe, .framer-iVJo3.framer-v-mvo0vt .framer-1s2rbxi, .framer-iVJo3.framer-v-mvo0vt .framer-1865thq { gap: 0px; } .framer-iVJo3.framer-v-mvo0vt .framer-9acaqe > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iVJo3.framer-v-mvo0vt .framer-9acaqe > :first-child, .framer-iVJo3.framer-v-mvo0vt .framer-1865thq > :first-child { margin-left: 0px; } .framer-iVJo3.framer-v-mvo0vt .framer-9acaqe > :last-child, .framer-iVJo3.framer-v-mvo0vt .framer-1865thq > :last-child { margin-right: 0px; } .framer-iVJo3.framer-v-mvo0vt .framer-1s2rbxi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iVJo3.framer-v-mvo0vt .framer-1s2rbxi > :first-child { margin-top: 0px; } .framer-iVJo3.framer-v-mvo0vt .framer-1s2rbxi > :last-child { margin-bottom: 0px; } .framer-iVJo3.framer-v-mvo0vt .framer-1865thq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-iVJo3.framer-v-11jla6y.hover .framer-1kp3mlg { padding: 0px 0px 0px 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iVJo3.framer-v-11jla6y.hover .framer-1s2rbxi { gap: 0px; } .framer-iVJo3.framer-v-11jla6y.hover .framer-1s2rbxi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iVJo3.framer-v-11jla6y.hover .framer-1s2rbxi > :first-child { margin-top: 0px; } .framer-iVJo3.framer-v-11jla6y.hover .framer-1s2rbxi > :last-child { margin-bottom: 0px; } }\",\".framer-iVJo3.framer-v-gtnehg.hover .framer-1865thq { will-change: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-iVJo3[data-border=\"true\"]::after, .framer-iVJo3 [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 62\n * @framerIntrinsicWidth 397\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"GkBYaL1Q5\":{\"layout\":[\"auto\",\"auto\"]},\"CvKgvvHKK\":{\"layout\":[\"auto\",\"auto\"]},\"n9ZQr5AT5\":{\"layout\":[\"auto\",\"auto\"]},\"L9XwhYdL2\":{\"layout\":[\"auto\",\"auto\"]},\"f1gmdZMNt\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FuHjiuFDK\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNZ1gUq9mo=withCSS(Component,css,\"framer-iVJo3\");export default FramerNZ1gUq9mo;FramerNZ1gUq9mo.displayName=\"Floating Nav\";FramerNZ1gUq9mo.defaultProps={height:62,width:397};addPropertyControls(FramerNZ1gUq9mo,{variant:{options:[\"UmCBxRZXG\",\"GkBYaL1Q5\",\"CvKgvvHKK\",\"n9ZQr5AT5\"],optionTitles:[\"Default\",\"Active\",\"Mobile\",\"Mobile Active\"],title:\"Variant\",type:ControlType.Enum},FuHjiuFDK:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerNZ1gUq9mo,[{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\"}]},...ButtonHeaderFonts,...MenuItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNZ1gUq9mo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"FuHjiuFDK\\\":\\\"cursor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GkBYaL1Q5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CvKgvvHKK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"n9ZQr5AT5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L9XwhYdL2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f1gmdZMNt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"397\",\"framerIntrinsicHeight\":\"62\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NZ1gUq9mo.map", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/S4yEUmOzaW4ozz8xPgIU4iaIp1A.woff2\"}]}];export const css=['.framer-M1Wq7 .framer-styles-preset-1jrx9dl:not(.rich-text-wrapper), .framer-M1Wq7 .framer-styles-preset-1jrx9dl.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3d45185a-d0f2-4240-9977-f90878461118, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-M1Wq7 .framer-styles-preset-1jrx9dl:not(.rich-text-wrapper), .framer-M1Wq7 .framer-styles-preset-1jrx9dl.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3d45185a-d0f2-4240-9977-f90878461118, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-M1Wq7 .framer-styles-preset-1jrx9dl:not(.rich-text-wrapper), .framer-M1Wq7 .framer-styles-preset-1jrx9dl.rich-text-wrapper h2 { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-3d45185a-d0f2-4240-9977-f90878461118, #00aeef); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-M1Wq7\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Segoe UI Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Segoe UI Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/S4yEUmOzaW4ozz8xPgIU4iaIp1A.woff2\"}]}];export const css=['.framer-aIVBg .framer-styles-preset-12znmgp:not(.rich-text-wrapper), .framer-aIVBg .framer-styles-preset-12znmgp.rich-text-wrapper p { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-aIVBg .framer-styles-preset-12znmgp:not(.rich-text-wrapper), .framer-aIVBg .framer-styles-preset-12znmgp.rich-text-wrapper p { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-aIVBg .framer-styles-preset-12znmgp:not(.rich-text-wrapper), .framer-aIVBg .framer-styles-preset-12znmgp.rich-text-wrapper p { --framer-font-family: \"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-aIVBg\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx}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 CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/WtTwrQcMhFJpd4DOJv98/Cookies.js\";const CookieBannerFonts=getFonts(CookieBanner);const cycleOrder=[\"QsdNNs74k\",\"BKpLeMCm8\"];const serializationHash=\"framer-5mkKr\";const variantClassNames={BKpLeMCm8:\"framer-v-14pyxe6\",QsdNNs74k:\"framer-v-koj6fv\"};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={Dark:\"BKpLeMCm8\",Light:\"QsdNNs74k\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"QsdNNs74k\"};};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:\"QsdNNs74k\",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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-koj6fv\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"QsdNNs74k\",ref:refBinding,style:{...style},...addPropertyOverrides({BKpLeMCm8:{\"data-framer-name\":\"Dark\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":MSlxqZT3n\",webPageId:\"qktVgY8T7\"},implicitPathVariables:undefined},{href:{hash:\":MSlxqZT3n\",webPageId:\"qktVgY8T7\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vp1zmw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HT_JyMn6O-container\",nodeId:\"HT_JyMn6O\",rendersWithMotion:true,scopeId:\"sK0zbVbli\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\",radius:16,width:0},colorBody:\"var(--token-991c6b02-3ac5-4f85-986b-a3115da0b317, rgb(15, 15, 15))\",colorTitle:\"var(--token-991c6b02-3ac5-4f85-986b-a3115da0b317, rgb(15, 15, 15))\",fill:\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(32, 32, 36))\",fontBody:{fontFamily:'\"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},fontTitle:{fontFamily:'\"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\"},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{fontFamily:'\"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,labels:{accept:\"Akzeptieren\",acceptAll:\"Alle akzeptieren\",confirm:\"Okay\",customize:\"Anpassen\",reject:\"Ablehnen\",rejectAll:\"Alle ablehnen\",save:\"Einstellungen Speichern\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\",shadow:{shadowBlur:0,shadowColor:\"rgba(0, 0, 0, 0.25)\",shadowX:0,shadowY:0}},secondary:{color:\"var(--token-991c6b02-3ac5-4f85-986b-a3115da0b317, rgb(15, 15, 15))\",fill:\"rgba(152, 65, 172, 0.1)\"},tapOpacity:.4},content:{euBlocking:true,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Wir verwenden Cookies, um deine Erfahrung zu verbessern, den Website-Traffic zu analysieren und personalisierte Inhalte bereitzustellen.\",euPolicy:{label:\"Datenschutz\",link:resolvedLinks[0],prefix:\"Weitere Informationen:\"},euShowReject:true,euTitle:\"Cookie Einstellungen\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"medium\"},gtmId:\"GTM-KNNL7CVZ\",height:\"100%\",id:\"HT_JyMn6O\",layoutId:\"HT_JyMn6O\",options:{analytics:{description:\"Erfassen Nutzungsdaten zur Analyse und Leistungsverbesserung der Webseite.\",title:\"Performance-Cookies\"},marketing:{description:\"Erm\\xf6glichen personalisierte Werbung und deren Erfolgsmessung\",title:\"Marketing-Cookies\"},necessary:{description:\"Gew\\xe4hrleisten Sicherheit und grundlegende Funktionen der Webseite.\",optional:true,title:\"Essenzielle Cookies\"},preferences:{description:\"Speichern Einstellungen und erm\\xf6glichen personalisierte Inhalte.\",title:\"Funktionale Cookies\"},preview:false,style:{background:\"rgba(152, 65, 172, 0.1)\",border:{color:\"rgba(152, 65, 172, 0.1)\",radius:12,width:1},fontBody:{fontFamily:'\"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif'},fontTitle:{fontFamily:'\"Segoe UI Bold\", \"Segoe UI Bold Placeholder\", sans-serif'},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\",toggleColorInactive:\"var(--token-4a34c86c-3c74-417a-a389-918a4eea3a2c, rgb(102, 102, 102))\"}},preview:false,trigger:{color:\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(32, 32, 36))\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{fontFamily:'\"Segoe UI Regular\", \"Segoe UI Regular Placeholder\", sans-serif',fontSize:\"20px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},type:\"text\"},width:\"100%\",...addPropertyOverrides({BKpLeMCm8:{content:{euBlocking:true,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Wir verwenden Cookies, um deine Erfahrung zu verbessern, den Website-Traffic zu analysieren und personalisierte Inhalte bereitzustellen.\",euPolicy:{label:\"Datenschutz\",link:resolvedLinks[1],prefix:\"Weitere Informationen:\"},euShowReject:true,euTitle:\"Cookie Einstellungen\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"medium\"}}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5mkKr.framer-1w3yq1c, .framer-5mkKr .framer-1w3yq1c { display: block; }\",\".framer-5mkKr.framer-koj6fv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 360px; }\",\".framer-5mkKr .framer-1vp1zmw-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5mkKr.framer-koj6fv { gap: 0px; } .framer-5mkKr.framer-koj6fv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5mkKr.framer-koj6fv > :first-child { margin-top: 0px; } .framer-5mkKr.framer-koj6fv > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BKpLeMCm8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersK0zbVbli=withCSS(Component,css,\"framer-5mkKr\");export default FramersK0zbVbli;FramersK0zbVbli.displayName=\"Cookie Banner\";FramersK0zbVbli.defaultProps={height:30,width:360};addPropertyControls(FramersK0zbVbli,{variant:{options:[\"QsdNNs74k\",\"BKpLeMCm8\"],optionTitles:[\"Light\",\"Dark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersK0zbVbli,[{explicitInter:true,fonts:[{family:\"Segoe UI Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/P0GwQkg1O00X0hYts3pT4a64E.woff2\"},{family:\"Segoe UI Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/S4yEUmOzaW4ozz8xPgIU4iaIp1A.woff2\"}]},...CookieBannerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersK0zbVbli\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BKpLeMCm8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"30\",\"framerIntrinsicWidth\":\"360\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sK0zbVbli.map", "import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_locale_toUpperCase.includes(country);});};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./region.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){var _banner_style_border;const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=((_banner_style_border=banner.style.border)===null||_banner_style_border===void 0?void 0:_banner_style_border.width)?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`]);function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||(policy===null||policy===void 0?void 0:policy.link);if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description===null||description===void 0?void 0:description.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&(policy===null||policy===void 0?void 0:policy.link)?\" \":null,(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0:policy.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;var _settings_hoverOpacity,_settings_tapOpacity;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:(_settings_hoverOpacity=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_settings_tapOpacity:.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/gvNUph1oNh8l2qQafSUu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/2J8Vj16bgt14C10mcUex/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){var _props_banner_style;const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:(_props_banner_style=props.banner.style)===null||_props_banner_style===void 0?void 0:_props_banner_style.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookies.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={e2luBF57Y:{hover:true},IMraBu7dp:{hover:true},oebSgRcs1:{hover:true},r7GtLky_p:{hover:true},yI22yIO5N:{hover:true}};const cycleOrder=[\"yI22yIO5N\",\"IMraBu7dp\",\"oebSgRcs1\",\"e2luBF57Y\",\"r7GtLky_p\"];const serializationHash=\"framer-jJWo1\";const variantClassNames={e2luBF57Y:\"framer-v-pvq9ni\",IMraBu7dp:\"framer-v-1s0vpgc\",oebSgRcs1:\"framer-v-1uapx72\",r7GtLky_p:\"framer-v-nw8wg3\",yI22yIO5N:\"framer-v-6j9epg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.15,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Facebook:\"IMraBu7dp\",Insta:\"yI22yIO5N\",LinkedIn:\"e2luBF57Y\",X:\"r7GtLky_p\",Xing:\"oebSgRcs1\"};const getProps=({height,id,link,width,...props})=>{return{...props,BFuqSVZDf:link??props.BFuqSVZDf,variant:humanReadableVariantMap[props.variant]??props.variant??\"yI22yIO5N\"};};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,BFuqSVZDf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yI22yIO5N\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"oebSgRcs1-hover\")return true;if(baseVariant===\"oebSgRcs1\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"IMraBu7dp-hover\")return true;if(baseVariant===\"IMraBu7dp\")return true;return false;};const isDisplayed2=()=>{if([\"IMraBu7dp-hover\",\"oebSgRcs1-hover\",\"e2luBF57Y-hover\",\"r7GtLky_p-hover\"].includes(gestureVariant))return false;if([\"IMraBu7dp\",\"oebSgRcs1\",\"e2luBF57Y\",\"r7GtLky_p\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(gestureVariant===\"e2luBF57Y-hover\")return true;if(baseVariant===\"e2luBF57Y\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"r7GtLky_p-hover\")return true;if(baseVariant===\"r7GtLky_p\")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:\"https://www.instagram.com/valuzegmbh/\",motionChild:true,nodeId:\"yI22yIO5N\",scopeId:\"yFdUEGKo6\",...addPropertyOverrides({e2luBF57Y:{href:\"https://www.linkedin.com/company/valuze-gmbh/\",openInNewTab:true},IMraBu7dp:{href:\"https://www.facebook.com/valuzegmbh/\",openInNewTab:true},oebSgRcs1:{href:\"https://www.xing.com/pages/valuzegmbh\",openInNewTab:true},r7GtLky_p:{href:BFuqSVZDf,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-6j9epg\",className,classNames)} framer-ub1gnc`,\"data-framer-name\":\"Insta\",layoutDependency:layoutDependency,layoutId:\"yI22yIO5N\",ref:refBinding,style:{...style},...addPropertyOverrides({\"e2luBF57Y-hover\":{\"data-framer-name\":undefined},\"IMraBu7dp-hover\":{\"data-framer-name\":undefined},\"oebSgRcs1-hover\":{\"data-framer-name\":undefined},\"r7GtLky_p-hover\":{\"data-framer-name\":undefined},\"yI22yIO5N-hover\":{\"data-framer-name\":undefined},e2luBF57Y:{\"data-framer-name\":\"LinkedIn\"},IMraBu7dp:{\"data-framer-name\":\"Facebook\"},oebSgRcs1:{\"data-framer-name\":\"Xing\"},r7GtLky_p:{\"data-framer-name\":\"X\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cn9ojd\",\"data-framer-name\":\"Brand-xing\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yeJk3UpJo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 34\"><path d=\"M 20.333 32 L 13 20.333 L 24.917 2 M 3.833 8.667 L 7.5 14.5 L 2 22\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9402284525,withExternalLayout:true,...addPropertyOverrides({\"oebSgRcs1-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 34\"><path d=\"M 20.333 32 L 13 20.333 L 24.917 2 M 3.833 8.667 L 7.5 14.5 L 2 22\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12352155040},oebSgRcs1:{svgContentId:8890677047}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ekftw8\",\"data-framer-name\":\"Brand-facebook\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NkXfn9Fnz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 34\"><path d=\"M 1.833 13.667 L 1.833 20.333 L 7.333 20.333 L 7.333 32 L 14.667 32 L 14.667 20.333 L 20.167 20.333 L 22 13.667 L 14.667 13.667 L 14.667 10.333 C 14.667 9.413 15.487 8.667 16.5 8.667 L 22 8.667 L 22 2 L 16.5 2 C 11.437 2 7.333 5.731 7.333 10.333 L 7.333 13.667 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11541539069,withExternalLayout:true,...addPropertyOverrides({\"IMraBu7dp-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 34\"><path d=\"M 1.785 13.455 L 1.785 20.121 L 7.285 20.121 L 7.285 31.788 L 14.618 31.788 L 14.618 20.121 L 20.118 20.121 L 21.951 13.455 L 14.618 13.455 L 14.618 10.121 C 14.618 9.201 15.439 8.455 16.451 8.455 L 21.951 8.455 L 21.951 1.788 L 16.451 1.788 C 11.389 1.788 7.285 5.519 7.285 10.121 L 7.285 13.455 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11255872802},IMraBu7dp:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 34\"><path d=\"M 1.785 13.455 L 1.785 20.121 L 7.285 20.121 L 7.285 31.788 L 14.618 31.788 L 14.618 20.121 L 20.118 20.121 L 21.951 13.455 L 14.618 13.455 L 14.618 10.121 C 14.618 9.201 15.439 8.455 16.451 8.455 L 21.951 8.455 L 21.951 1.788 L 16.451 1.788 C 11.389 1.788 7.285 5.519 7.285 10.121 L 7.285 13.455 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9568442469}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ql0ksz\",\"data-framer-name\":\"Brand-instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hWLpLSADc\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><g transform=\"translate(2.333 2.333)\" id=\"ss8883288251_1\"><path d=\"M 0 7.333 C 0 3.283 3.283 0 7.333 0 L 22 0 C 26.05 0 29.333 3.283 29.333 7.333 L 29.333 22 C 29.333 26.05 26.05 29.333 22 29.333 L 7.333 29.333 C 3.283 29.333 0 26.05 0 22 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.167 14.667 C 9.167 17.704 11.629 20.167 14.667 20.167 C 17.704 20.167 20.167 17.704 20.167 14.667 C 20.167 11.629 17.704 9.167 14.667 9.167 C 11.629 9.167 9.167 11.629 9.167 14.667 M 22.917 6.417 L 22.917 6.435\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:8883288251,withExternalLayout:true,...addPropertyOverrides({\"yI22yIO5N-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><g transform=\"translate(2.333 2.333)\" id=\"ss11122732321_1\"><path d=\"M 0 7.333 C 0 3.283 3.283 0 7.333 0 L 22 0 C 26.05 0 29.333 3.283 29.333 7.333 L 29.333 22 C 29.333 26.05 26.05 29.333 22 29.333 L 7.333 29.333 C 3.283 29.333 0 26.05 0 22 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.167 14.667 C 9.167 17.704 11.629 20.167 14.667 20.167 C 17.704 20.167 20.167 17.704 20.167 14.667 C 20.167 11.629 17.704 9.167 14.667 9.167 C 11.629 9.167 9.167 11.629 9.167 14.667 M 22.917 6.417 L 22.917 6.435\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:11122732321}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xfutf8\",\"data-framer-name\":\"Brand-linkedin\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KOhJ5PuaA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 34\"><g transform=\"translate(1.5 2)\" id=\"ss12676075006_1\"><path d=\"M 9.167 13.333 L 9.167 21.667 M 9.167 8.333 L 9.167 8.35 M 16.5 21.667 L 16.5 13.333 M 23.833 21.667 L 23.833 16.667 C 23.833 14.826 22.192 13.333 20.167 13.333 C 18.142 13.333 16.5 14.826 16.5 16.667\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 0 6.667 C 0 2.985 3.283 0 7.333 0 L 25.667 0 C 29.717 0 33 2.985 33 6.667 L 33 23.333 C 33 27.015 29.717 30 25.667 30 L 7.333 30 C 3.283 30 0 27.015 0 23.333 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:12676075006,withExternalLayout:true,...addPropertyOverrides({\"e2luBF57Y-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 34\"><g transform=\"translate(1.5 2)\" id=\"ss10110518503_1\"><path d=\"M 9.167 13.333 L 9.167 21.667 M 9.167 8.333 L 9.167 8.35 M 16.5 21.667 L 16.5 13.333 M 23.833 21.667 L 23.833 16.667 C 23.833 14.826 22.192 13.333 20.167 13.333 C 18.142 13.333 16.5 14.826 16.5 16.667\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 0 6.667 C 0 2.985 3.283 0 7.333 0 L 25.667 0 C 29.717 0 33 2.985 33 6.667 L 33 23.333 C 33 27.015 29.717 30 25.667 30 L 7.333 30 C 3.283 30 0 27.015 0 23.333 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10110518503},e2luBF57Y:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 34\"><g transform=\"translate(1.5 2)\" id=\"ss12040185920_1\"><path d=\"M 9.167 13.333 L 9.167 21.667 M 9.167 8.333 L 9.167 8.35 M 16.5 21.667 L 16.5 13.333 M 23.833 21.667 L 23.833 16.667 C 23.833 14.826 22.192 13.333 20.167 13.333 C 18.142 13.333 16.5 14.826 16.5 16.667\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 0 6.667 C 0 2.985 3.283 0 7.333 0 L 25.667 0 C 29.717 0 33 2.985 33 6.667 L 33 23.333 C 33 27.015 29.717 30 25.667 30 L 7.333 30 C 3.283 30 0 27.015 0 23.333 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:12040185920}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qc4w8o\",\"data-framer-name\":\"Brand-x-filled\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hint53l7q\",opacity:1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 11.231 3.091 C 11.658 3.091 12.067 3.268 12.359 3.581 L 12.476 3.723 L 19.082 12.73 L 28.271 3.544 C 28.848 2.968 29.773 2.94 30.384 3.479 C 30.995 4.018 31.083 4.939 30.585 5.584 L 30.456 5.729 L 20.932 15.252 L 30.609 28.45 C 30.935 28.895 30.999 29.481 30.777 29.986 C 30.555 30.491 30.081 30.839 29.532 30.9 L 29.364 30.909 L 22.769 30.909 C 22.342 30.909 21.933 30.732 21.641 30.419 L 21.524 30.277 L 14.915 21.269 L 5.729 30.456 C 5.152 31.032 4.227 31.06 3.616 30.521 C 3.005 29.982 2.917 29.061 3.415 28.416 L 3.544 28.271 L 13.065 18.746 L 3.391 5.55 C 3.065 5.105 3.001 4.519 3.223 4.014 C 3.445 3.509 3.919 3.161 4.468 3.1 L 4.636 3.091 Z\" fill=\"transparent\" stroke-width=\"3.1\" stroke=\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;TextBlackWhite&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10052303706,withExternalLayout:true,...addPropertyOverrides({\"r7GtLky_p-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 11.231 3.091 C 11.658 3.091 12.067 3.268 12.359 3.581 L 12.476 3.723 L 19.082 12.73 L 28.271 3.544 C 28.848 2.968 29.773 2.94 30.384 3.479 C 30.995 4.018 31.083 4.939 30.585 5.584 L 30.456 5.729 L 20.932 15.252 L 30.609 28.45 C 30.935 28.895 30.999 29.481 30.777 29.986 C 30.555 30.491 30.081 30.839 29.532 30.9 L 29.364 30.909 L 22.769 30.909 C 22.342 30.909 21.933 30.732 21.641 30.419 L 21.524 30.277 L 14.915 21.269 L 5.729 30.456 C 5.152 31.032 4.227 31.06 3.616 30.521 C 3.005 29.982 2.917 29.061 3.415 28.416 L 3.544 28.271 L 13.065 18.746 L 3.391 5.55 C 3.065 5.105 3.001 4.519 3.223 4.014 C 3.445 3.509 3.919 3.161 4.468 3.1 L 4.636 3.091 Z\" fill=\"transparent\" stroke-width=\"3.1\" stroke=\"var(--token-af70ccac-fab4-46b2-8176-5af34d3827ec, rgb(152, 65, 172))\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11176088077},r7GtLky_p:{svgContentId:10449805060}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jJWo1.framer-ub1gnc, .framer-jJWo1 .framer-ub1gnc { display: block; }\",\".framer-jJWo1.framer-6j9epg { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 12px 0px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-jJWo1 .framer-cn9ojd { flex: none; height: 34px; position: relative; width: 27px; }\",\".framer-jJWo1 .framer-1ekftw8 { flex: none; height: 34px; position: relative; width: 24px; }\",\".framer-jJWo1 .framer-ql0ksz, .framer-jJWo1 .framer-qc4w8o { flex: none; height: 34px; position: relative; width: 34px; }\",\".framer-jJWo1 .framer-xfutf8 { flex: none; height: 34px; position: relative; width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jJWo1.framer-6j9epg { gap: 0px; } .framer-jJWo1.framer-6j9epg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jJWo1.framer-6j9epg > :first-child { margin-top: 0px; } .framer-jJWo1.framer-6j9epg > :last-child { margin-bottom: 0px; } }\",\".framer-jJWo1.framer-v-1s0vpgc .framer-1ekftw8 { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IMraBu7dp\":{\"layout\":[\"auto\",\"auto\"]},\"oebSgRcs1\":{\"layout\":[\"auto\",\"auto\"]},\"e2luBF57Y\":{\"layout\":[\"auto\",\"auto\"]},\"r7GtLky_p\":{\"layout\":[\"auto\",\"auto\"]},\"HeThCgBsC\":{\"layout\":[\"auto\",\"auto\"]},\"qyh_ea6Fu\":{\"layout\":[\"auto\",\"auto\"]},\"pM9Ke6CfJ\":{\"layout\":[\"auto\",\"auto\"]},\"voCGvdDZW\":{\"layout\":[\"auto\",\"auto\"]},\"RHsvWNaCP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"BFuqSVZDf\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryFdUEGKo6=withCSS(Component,css,\"framer-jJWo1\");export default FrameryFdUEGKo6;FrameryFdUEGKo6.displayName=\"SocialIcon\";FrameryFdUEGKo6.defaultProps={height:34,width:58};addPropertyControls(FrameryFdUEGKo6,{variant:{options:[\"yI22yIO5N\",\"IMraBu7dp\",\"oebSgRcs1\",\"e2luBF57Y\",\"r7GtLky_p\"],optionTitles:[\"Insta\",\"Facebook\",\"Xing\",\"LinkedIn\",\"X\"],title:\"Variant\",type:ControlType.Enum},BFuqSVZDf:{title:\"Link\",type:ControlType.Link}});addFonts(FrameryFdUEGKo6,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryFdUEGKo6\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"34\",\"framerVariables\":\"{\\\"BFuqSVZDf\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"58\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IMraBu7dp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oebSgRcs1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"e2luBF57Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"r7GtLky_p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HeThCgBsC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qyh_ea6Fu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pM9Ke6CfJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"voCGvdDZW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RHsvWNaCP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yFdUEGKo6.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withResponsiveTheme}from\"https://framerusercontent.com/modules/JPBRSC385R2su4CUQMv6/McyRKkmQMQkirfvmaqX5/Dark.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/qi9Ylc2d7dCP7f6u0PnF/d45mBaG2SjELgXmV2sD2/jVLWS7N3l.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Z1J3otS3LIKJFLwK3JYn/a89xD8MZKHddvcWrazw8/vRh7csaz5.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8Vu5BnKXGSUoRDWKeBaK/vIrxuvOUaPJRvd3yejNT/XU4q1TBFS.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/WakYt48mulcLlYH8EXnB/djgm8RANwXLyUfDVsfOa/YXXEBgJhj.js\";import CookieBanner,*as CookieBannerInfo from\"https://framerusercontent.com/modules/kiOBcFHLTk5nZvbHNNTU/BRpaQQG99Kd5x8YqX20e/sK0zbVbli.js\";import SocialIcon from\"https://framerusercontent.com/modules/teEm5EwEugKboC1uglGv/K9Jh5ysMGroA31yoAPLF/yFdUEGKo6.js\";const SocialIconFonts=getFonts(SocialIcon);const CookieBannerFonts=getFonts(CookieBanner);const CookieBannerWithResponsiveTheme10kfcf3WithMappedReactPropsa9xp78=withMappedReactProps(withCodeBoundaryForOverrides(CookieBanner,{nodeId:\"TnicVTrwj\",override:withResponsiveTheme,scopeId:\"qmCtDmNOt\"}),CookieBannerInfo);const cycleOrder=[\"OoC7zXNcp\",\"yPmeC3jT_\",\"iBKmgm5LG\"];const serializationHash=\"framer-oYxrs\";const variantClassNames={iBKmgm5LG:\"framer-v-g4ebzq\",OoC7zXNcp:\"framer-v-9zd9m5\",yPmeC3jT_:\"framer-v-4wkq3m\"};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={Desktop:\"OoC7zXNcp\",Mobile:\"iBKmgm5LG\",Tablet:\"yPmeC3jT_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OoC7zXNcp\"};};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:\"OoC7zXNcp\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"iBKmgm5LG\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"iBKmgm5LG\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"yPmeC3jT_\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"yPmeC3jT_\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9zd9m5\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"OoC7zXNcp\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e7e93b2c-63c5-4376-8417-0b771132ede7, rgb(122, 213, 250))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderTopLeftRadius:60,borderTopRightRadius:60,...style},variants:{iBKmgm5LG:{borderTopLeftRadius:28,borderTopRightRadius:28},yPmeC3jT_:{borderTopLeftRadius:44,borderTopRightRadius:44}},...addPropertyOverrides({iBKmgm5LG:{\"data-framer-name\":\"Mobile\"},yPmeC3jT_:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oacity\",layoutDependency:layoutDependency,layoutId:\"OrffvHZsV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dhylsf\",\"data-framer-name\":\"SocialIcoms\",layoutDependency:layoutDependency,layoutId:\"twFlFzx6u\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+80+((componentViewport?.height||552.5)-96-64+0+0)+0+0+0,...addPropertyOverrides({iBKmgm5LG:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-40-857.4)/2+0+0)+0+0+0},yPmeC3jT_:{y:(componentViewport?.y||0)+32+((componentViewport?.height||488.5)-48-461.4+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-apbfdk-container\",layoutDependency:layoutDependency,layoutId:\"ZcPOyolTw-container\",nodeId:\"ZcPOyolTw\",rendersWithMotion:true,scopeId:\"qmCtDmNOt\",children:/*#__PURE__*/_jsx(SocialIcon,{BFuqSVZDf:\"https://www.instagram.com/valuzegmbh/\",height:\"100%\",id:\"ZcPOyolTw\",layoutId:\"ZcPOyolTw\",variant:\"yI22yIO5N\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+80+((componentViewport?.height||552.5)-96-64+0+0)+0+0+0,...addPropertyOverrides({iBKmgm5LG:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-40-857.4)/2+0+0)+0+0+0},yPmeC3jT_:{y:(componentViewport?.y||0)+32+((componentViewport?.height||488.5)-48-461.4+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e9cbl-container\",layoutDependency:layoutDependency,layoutId:\"vw1H8PAnF-container\",nodeId:\"vw1H8PAnF\",rendersWithMotion:true,scopeId:\"qmCtDmNOt\",children:/*#__PURE__*/_jsx(SocialIcon,{BFuqSVZDf:\"https://www.facebook.com/valuzegmbh/\",height:\"100%\",id:\"vw1H8PAnF\",layoutId:\"vw1H8PAnF\",variant:\"IMraBu7dp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+80+((componentViewport?.height||552.5)-96-64+0+0)+0+0+0,...addPropertyOverrides({iBKmgm5LG:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-40-857.4)/2+0+0)+0+0+0},yPmeC3jT_:{y:(componentViewport?.y||0)+32+((componentViewport?.height||488.5)-48-461.4+0+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v2x63g-container\",layoutDependency:layoutDependency,layoutId:\"RbPLX3vE_-container\",nodeId:\"RbPLX3vE_\",rendersWithMotion:true,scopeId:\"qmCtDmNOt\",children:/*#__PURE__*/_jsx(SocialIcon,{BFuqSVZDf:\"https://www.linkedin.com/company/valuze-gmbh/\",height:\"100%\",id:\"RbPLX3vE_\",layoutId:\"RbPLX3vE_\",variant:\"e2luBF57Y\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-178qgid\",layoutDependency:layoutDependency,layoutId:\"lvM65wZoB\",style:{backgroundColor:\"var(--token-05743270-a4ee-4d07-ac40-c83ea3ba6ed8, rgb(0, 0, 0))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1721ylz\",layoutDependency:layoutDependency,layoutId:\"w3UjBGofB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eafsu5\",layoutDependency:layoutDependency,layoutId:\"SjC4cdKxg\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-66q4q9\",layoutDependency:layoutDependency,layoutId:\"QmRmscWCM\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-uy8qcl\",layoutDependency:layoutDependency,layoutId:\"h9swASAgO\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-itl2mz\",layoutDependency:layoutDependency,layoutId:\"SsYJSbiX1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cg9e2l\",\"data-framer-name\":\"ThePondLogo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZeaB94oqA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64 70\"><path d=\"M 63.891 28.478 C 63.891 25.577 61.519 23.221 58.611 23.221 C 57.903 23.221 57.226 23.371 56.615 23.618 C 54.693 24.41 53.341 26.294 53.352 28.478 C 53.352 28.703 53.395 28.917 53.416 29.131 C 53.593 30.509 54.311 31.761 55.413 32.611 C 55.788 32.9 56.185 33.146 56.625 33.328 L 56.625 37.129 L 47.406 42.46 L 43.392 44.783 L 43.22 44.88 L 33.293 50.618 L 25.984 46.411 L 21.959 44.098 L 17.945 46.422 L 15.112 48.06 L 10.99 50.447 C 10.089 49.751 8.983 49.312 7.76 49.312 C 6.558 49.312 5.452 49.74 4.561 50.426 L 4.057 50.137 L 4.057 46.025 L 4.046 41.39 L 4.046 32.964 L 5.785 31.958 L 10.217 29.388 C 11.108 30.063 12.203 30.48 13.405 30.48 C 14.618 30.48 15.713 30.052 16.603 29.367 L 20.735 31.743 L 24.76 34.056 L 29.472 36.765 L 32.08 38.263 L 36.105 40.576 L 39.593 38.563 L 40.129 38.253 L 42.351 36.968 C 43.231 37.632 44.326 38.039 45.517 38.039 C 48.426 38.039 50.787 35.673 50.787 32.771 L 50.787 32.686 C 50.733 29.827 48.393 27.515 45.517 27.525 C 44.594 27.525 43.735 27.782 42.984 28.2 C 41.364 29.099 40.247 30.812 40.247 32.793 C 40.247 33.039 40.29 33.274 40.322 33.51 L 37.586 35.094 L 36.115 35.951 L 31.5 33.296 L 28.806 31.743 L 33.937 28.778 L 49.08 20.031 L 49.402 19.849 C 49.832 20.17 50.304 20.427 50.819 20.609 C 51.366 20.802 51.946 20.93 52.568 20.93 C 55.477 20.93 57.838 18.564 57.838 15.663 C 57.838 15.438 57.795 15.235 57.774 15.021 C 57.642 13.967 57.193 12.977 56.486 12.184 C 55.735 11.338 54.726 10.738 53.577 10.513 C 53.245 10.449 52.912 10.406 52.558 10.417 C 49.649 10.417 47.288 12.783 47.288 15.684 C 47.288 15.931 47.331 16.166 47.363 16.402 L 45.431 17.526 L 41.417 19.849 L 31.94 25.331 L 24.803 29.452 L 18.653 25.919 C 18.685 25.695 18.718 25.48 18.718 25.245 C 18.718 25.009 18.675 24.795 18.653 24.57 L 27.626 19.389 L 28.28 19.014 L 31.651 17.065 L 41.782 11.209 L 45.796 8.886 L 41.771 6.574 L 37.757 8.897 L 27.626 14.753 L 26.273 15.535 L 23.612 17.076 L 16.657 21.102 C 15.743 20.39 14.618 20.002 13.459 19.999 C 12.257 19.999 11.162 20.416 10.271 21.102 C 9.161 21.947 8.435 23.2 8.253 24.581 C 8.221 24.806 8.189 25.031 8.189 25.266 C 8.189 25.502 8.232 25.727 8.264 25.962 L 4.111 28.36 L 4.111 19.849 L 30.309 4.636 L 34.323 2.313 L 30.298 0 L 0 17.515 L 0.021 30.662 L 0.021 48.359 L 0.032 52.47 L 2.554 53.916 C 2.522 54.141 2.49 54.355 2.49 54.59 C 2.49 57.492 4.862 59.847 7.77 59.847 C 8.972 59.847 10.067 59.429 10.958 58.744 L 15.133 61.142 L 19.158 63.455 L 30.395 69.911 L 44.551 61.72 L 48.565 59.397 L 58.665 53.562 L 60.693 52.395 L 60.693 47.76 L 58.665 48.927 L 56.668 50.083 L 55.949 50.501 L 54.651 51.25 L 44.551 57.085 L 40.537 59.408 L 30.395 65.275 L 23.182 61.132 L 19.158 58.819 L 12.986 55.265 C 13.019 55.04 13.051 54.815 13.051 54.58 C 13.051 54.365 13.008 54.162 12.986 53.959 L 17.14 51.56 L 21.98 48.755 L 29.289 52.963 L 33.314 55.275 L 37.328 52.952 L 45.249 48.37 L 47.427 47.107 L 51.441 44.783 L 56.636 41.775 L 60.661 39.452 L 60.661 33.307 C 62.56 32.514 63.902 30.63 63.902 28.457 Z M 44.025 31.369 C 44.272 31.112 44.594 30.93 44.948 30.833 C 45.12 30.791 45.302 30.748 45.485 30.748 C 46.623 30.748 47.535 31.658 47.535 32.793 C 47.535 33.928 46.623 34.838 45.485 34.838 C 44.347 34.838 43.435 33.928 43.435 32.793 C 43.435 32.236 43.66 31.722 44.025 31.358 Z M 51.055 14.228 C 51.302 13.982 51.613 13.811 51.957 13.714 C 52.139 13.661 52.322 13.629 52.515 13.629 C 53.652 13.629 54.565 14.539 54.565 15.674 C 54.565 16.346 54.231 16.976 53.674 17.355 L 53.534 17.429 C 53.234 17.601 52.88 17.719 52.504 17.719 C 51.366 17.719 50.454 16.809 50.454 15.674 C 50.454 15.106 50.679 14.603 51.055 14.228 Z M 12.031 23.714 C 12.235 23.532 12.471 23.393 12.729 23.307 C 12.933 23.232 13.147 23.189 13.384 23.189 C 13.641 23.189 13.888 23.243 14.113 23.329 C 14.317 23.403 14.5 23.511 14.661 23.639 C 15.133 24.014 15.444 24.581 15.444 25.234 C 15.444 25.887 15.133 26.455 14.661 26.829 C 14.301 27.117 13.855 27.275 13.394 27.279 C 13.169 27.279 12.944 27.236 12.74 27.161 C 11.906 26.887 11.343 26.11 11.344 25.234 C 11.344 24.624 11.613 24.078 12.042 23.703 Z M 7.77 56.635 C 7.513 56.635 7.266 56.582 7.041 56.496 C 6.837 56.421 6.654 56.314 6.493 56.175 C 6.021 55.8 5.72 55.233 5.72 54.58 C 5.72 54.034 5.935 53.552 6.279 53.177 C 6.547 52.888 6.901 52.685 7.298 52.588 C 7.448 52.556 7.609 52.524 7.77 52.524 C 8.007 52.524 8.221 52.567 8.425 52.642 C 8.683 52.727 8.919 52.867 9.112 53.038 C 9.76 53.594 9.991 54.494 9.692 55.293 C 9.392 56.091 8.625 56.618 7.77 56.614 Z M 60.65 28.756 C 60.586 29.228 60.371 29.645 60.049 29.956 C 59.824 30.17 59.545 30.33 59.233 30.427 C 59.147 30.448 59.051 30.48 58.965 30.491 C 58.879 30.491 58.793 30.512 58.697 30.523 L 58.643 30.523 C 58.514 30.523 58.385 30.491 58.257 30.48 C 57.452 30.33 56.818 29.709 56.647 28.917 C 56.615 28.778 56.593 28.628 56.593 28.467 C 56.593 28.307 56.615 28.168 56.647 28.018 C 56.754 27.525 57.044 27.108 57.441 26.819 L 57.86 26.572 C 58.106 26.476 58.364 26.412 58.643 26.412 C 59.684 26.412 60.532 27.183 60.672 28.178 C 60.682 28.264 60.704 28.36 60.704 28.457 C 60.704 28.553 60.693 28.639 60.672 28.735 Z\" fill=\"var(--token-e7e93b2c-63c5-4376-8417-0b771132ede7, rgb(122, 213, 250))\"></path></svg>',svgContentId:12866937477,withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kumrsp\",layoutDependency:layoutDependency,layoutId:\"qeMIYqc6p\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rhazrv\",layoutDependency:layoutDependency,layoutId:\"x5NJm3FK_\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12znmgp\",\"data-styles-preset\":\"vRh7csaz5\",children:\"Kontakt\"})}),className:\"framer-7dh8hc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bEJ8i0fqM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hf02p8\",layoutDependency:layoutDependency,layoutId:\"WRkVFUuJl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"VALUZE GmbH\"})}),className:\"framer-c64bxw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E9VKGnPGb\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"Friedrichstra\\xdfe 6a\"})}),className:\"framer-1ojkpu4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gt25WqnrQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"90762 F\\xfcrth\"})}),className:\"framer-115506s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t8nQ8PHWA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+49 911 9515370\",motionChild:true,nodeId:\"z_BVTHry5\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"+49 9119515370\"})})})}),className:\"framer-mtoua3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z_BVTHry5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@valuze.de\",motionChild:true,nodeId:\"K9hu1XIZ2\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"info@valuze.de\"})})})}),className:\"framer-1c8rtlq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K9hu1XIZ2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ttpm9i\",layoutDependency:layoutDependency,layoutId:\"mX_y9cEgL\",children:/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"The Pond Logo\",className:\"framer-1etswcq\",layoutDependency:layoutDependency,layoutId:\"W3irVoKyr\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1k91k90\",\"data-framer-name\":\"ThePondClaim\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rLAc9ELjj\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 203 57\"><path d=\"M 60.456 16.093 L 79.902 16.093 L 79.902 19.703 L 72.309 19.703 L 72.309 40.347 L 68.04 40.347 L 68.04 19.703 L 60.456 19.703 Z M 82.838 40.347 L 82.838 15.317 L 86.937 15.317 L 86.937 25.212 C 87.549 24.471 88.342 23.905 89.306 23.521 C 90.26 23.138 91.305 22.946 92.44 22.946 C 93.836 22.946 95.034 23.242 96.043 23.835 C 98.051 25.012 99.06 27.061 99.06 29.972 L 99.06 40.338 L 94.962 40.338 L 94.962 30.513 C 94.962 29.275 94.647 28.299 94.025 27.575 C 93.404 26.843 92.494 26.476 91.287 26.476 C 90.08 26.476 88.999 26.851 88.171 27.61 C 87.342 28.368 86.937 29.336 86.937 30.539 L 86.937 40.347 Z M 116.741 35.883 L 118.588 38.342 C 117.714 39.083 116.678 39.658 115.462 40.077 C 114.255 40.486 112.985 40.696 111.67 40.696 C 110.427 40.696 109.256 40.504 108.166 40.111 C 107.103 39.74 106.123 39.178 105.275 38.455 C 104.428 37.714 103.78 36.781 103.312 35.657 C 102.843 34.532 102.609 33.285 102.609 31.925 C 102.609 30.565 102.834 29.327 103.294 28.203 C 103.753 27.069 104.383 26.128 105.176 25.361 C 105.978 24.593 106.914 24.001 107.995 23.582 C 109.076 23.164 110.22 22.954 111.436 22.954 C 112.652 22.954 113.841 23.172 114.886 23.617 C 115.94 24.053 116.813 24.663 117.525 25.43 C 118.236 26.189 118.786 27.095 119.173 28.15 C 119.56 29.205 119.75 30.33 119.75 31.542 C 119.75 32.039 119.723 32.527 119.659 33.006 L 106.716 33.006 C 106.851 34.384 107.392 35.482 108.329 36.284 C 109.274 37.078 110.472 37.479 111.94 37.479 C 112.796 37.479 113.643 37.339 114.471 37.069 C 115.3 36.79 116.066 36.406 116.75 35.901 Z M 106.761 30.304 L 115.741 30.304 C 115.669 29.545 115.462 28.857 115.129 28.255 C 114.782 27.634 114.264 27.119 113.634 26.764 C 112.985 26.398 112.247 26.215 111.409 26.215 C 110.166 26.215 109.13 26.59 108.292 27.331 C 107.446 28.081 106.941 29.066 106.761 30.304 Z M 133.188 31.89 L 128.171 31.89 L 128.171 40.347 L 123.992 40.347 L 123.992 16.093 L 133.161 16.093 C 134.512 16.093 135.737 16.294 136.845 16.686 C 137.953 17.079 138.863 17.636 139.583 18.343 C 140.304 19.04 140.853 19.86 141.241 20.81 C 141.628 21.76 141.817 22.789 141.817 23.896 C 141.817 25.003 141.619 26.093 141.213 27.069 C 140.829 28.022 140.247 28.889 139.502 29.615 C 138.764 30.33 137.845 30.897 136.764 31.298 C 135.683 31.699 134.494 31.899 133.206 31.899 Z M 128.171 19.676 L 128.171 28.316 L 132.612 28.316 C 134.179 28.316 135.404 27.932 136.269 27.157 C 137.142 26.381 137.575 25.317 137.575 23.957 C 137.575 22.597 137.142 21.533 136.269 20.801 C 135.386 20.051 134.17 19.685 132.612 19.685 L 128.171 19.685 Z M 152.679 40.696 C 150.968 40.696 149.428 40.329 148.041 39.597 C 146.676 38.862 145.548 37.775 144.78 36.459 C 143.979 35.107 143.582 33.564 143.582 31.838 C 143.582 30.548 143.816 29.345 144.285 28.229 C 144.744 27.122 145.384 26.18 146.212 25.404 C 147.032 24.628 148.005 24.027 149.122 23.608 C 150.257 23.172 151.454 22.963 152.733 22.963 C 154.445 22.963 155.985 23.329 157.372 24.062 C 158.75 24.777 159.84 25.823 160.651 27.183 C 161.461 28.525 161.858 30.068 161.858 31.794 C 161.858 33.085 161.623 34.288 161.146 35.412 C 160.687 36.52 160.038 37.47 159.21 38.246 C 158.399 39.013 157.426 39.615 156.291 40.059 C 155.156 40.495 153.958 40.704 152.688 40.704 Z M 157.714 31.803 C 157.714 30.243 157.237 28.961 156.291 27.95 C 155.355 26.947 154.166 26.442 152.716 26.442 C 151.265 26.442 150.076 26.947 149.113 27.959 C 148.158 28.952 147.672 30.243 147.672 31.821 C 147.672 33.399 148.149 34.68 149.095 35.7 C 150.049 36.72 151.238 37.226 152.67 37.226 C 154.103 37.226 155.292 36.711 156.255 35.691 C 157.219 34.663 157.705 33.364 157.705 31.803 Z M 181.547 29.981 L 181.547 40.347 L 177.458 40.347 L 177.458 30.199 C 177.458 29.04 177.143 28.133 176.503 27.479 C 175.864 26.817 174.963 26.485 173.81 26.485 C 172.531 26.485 171.522 26.886 170.766 27.68 C 170.018 28.482 169.64 29.519 169.64 30.783 L 169.64 40.347 L 165.533 40.347 L 165.533 23.294 L 168.892 23.294 L 169.235 25.613 C 169.883 24.75 170.703 24.088 171.703 23.634 C 172.702 23.181 173.81 22.946 175.026 22.946 C 177.116 22.946 178.719 23.582 179.845 24.846 C 180.971 26.11 181.529 27.819 181.529 29.972 Z M 198.796 25.326 L 198.796 15.326 L 202.894 15.326 L 202.894 40.356 L 199.534 40.356 L 199.192 37.914 C 198.548 38.809 197.672 39.525 196.652 39.989 C 195.616 40.46 194.5 40.704 193.302 40.704 C 192.104 40.704 191.095 40.495 190.086 40.068 C 189.077 39.641 188.213 39.048 187.483 38.281 C 186.753 37.496 186.186 36.554 185.772 35.439 C 185.357 34.323 185.159 33.128 185.159 31.855 C 185.159 30.879 185.276 29.946 185.501 29.066 C 185.727 28.177 186.069 27.366 186.528 26.625 C 186.988 25.884 187.537 25.239 188.177 24.698 C 188.816 24.158 189.573 23.73 190.446 23.425 C 191.32 23.12 192.266 22.972 193.275 22.972 C 194.436 22.972 195.49 23.172 196.445 23.565 C 197.4 23.966 198.183 24.559 198.805 25.343 Z M 189.257 31.821 C 189.257 33.46 189.708 34.767 190.617 35.752 C 191.536 36.738 192.716 37.226 194.148 37.226 C 194.77 37.226 195.337 37.13 195.869 36.929 C 196.391 36.729 196.841 36.459 197.211 36.119 C 197.58 35.779 197.895 35.378 198.156 34.907 C 198.418 34.436 198.607 33.948 198.733 33.425 C 198.859 32.902 198.913 32.352 198.913 31.777 C 198.913 30.225 198.472 28.944 197.598 27.95 C 196.724 26.947 195.553 26.442 194.085 26.442 C 192.617 26.442 191.473 26.939 190.581 27.924 C 189.699 28.909 189.248 30.208 189.248 31.812 Z M 89.053 53.607 L 88.008 53.607 L 87.351 51.846 L 84.478 51.846 L 83.829 53.607 L 82.838 53.607 L 85.369 46.99 L 86.486 46.99 Z M 85.91 47.966 L 84.775 51.052 L 87.054 51.052 Z M 90.891 53.607 L 89.927 53.607 L 89.927 46.99 L 90.891 46.99 Z M 95.692 53.607 L 94.755 53.607 L 94.755 48.951 L 95.538 48.951 L 95.628 49.675 C 95.773 49.396 95.944 49.187 96.151 49.056 C 96.358 48.925 96.628 48.856 96.953 48.856 C 97.169 48.856 97.385 48.882 97.592 48.934 L 97.448 49.78 C 97.259 49.727 97.079 49.701 96.908 49.701 C 96.529 49.701 96.241 49.815 96.043 50.05 C 95.953 50.155 95.881 50.285 95.827 50.451 C 95.728 50.721 95.683 51.07 95.683 51.497 L 95.683 53.616 Z M 101.762 52.465 L 102.195 53.04 C 101.96 53.249 101.681 53.406 101.357 53.528 C 101.033 53.642 100.69 53.703 100.321 53.703 C 99.988 53.703 99.673 53.65 99.375 53.546 C 99.078 53.441 98.817 53.284 98.592 53.092 C 98.367 52.892 98.195 52.639 98.06 52.343 C 97.934 52.038 97.871 51.689 97.871 51.323 C 97.871 50.957 97.934 50.617 98.06 50.311 C 98.186 50.006 98.349 49.745 98.565 49.536 C 98.781 49.326 99.033 49.161 99.321 49.047 C 99.916 48.814 100.582 48.814 101.177 49.047 C 101.465 49.169 101.699 49.326 101.897 49.536 C 102.096 49.745 102.24 49.989 102.348 50.277 C 102.456 50.564 102.51 50.869 102.51 51.192 C 102.51 51.331 102.51 51.462 102.483 51.576 L 98.826 51.576 C 98.871 51.994 99.024 52.325 99.303 52.569 C 99.583 52.814 99.934 52.927 100.366 52.927 C 100.618 52.927 100.862 52.883 101.105 52.805 C 101.348 52.726 101.573 52.613 101.762 52.474 Z M 98.835 50.896 L 101.573 50.896 C 101.546 50.547 101.42 50.259 101.204 50.024 C 101.096 49.902 100.961 49.815 100.799 49.745 C 100.636 49.675 100.456 49.649 100.267 49.649 C 99.889 49.649 99.574 49.762 99.321 49.998 C 99.06 50.224 98.907 50.529 98.853 50.904 Z M 107.581 53.031 L 107.473 53.703 C 107.293 53.703 107.122 53.677 106.959 53.624 C 106.806 53.572 106.671 53.494 106.563 53.38 C 106.455 53.27 106.397 53.122 106.401 52.97 C 106.248 53.206 106.023 53.38 105.725 53.502 C 105.437 53.624 105.122 53.685 104.78 53.685 C 104.302 53.685 103.897 53.563 103.573 53.328 C 103.411 53.215 103.294 53.058 103.203 52.875 C 103.113 52.691 103.068 52.491 103.068 52.273 C 103.068 51.811 103.248 51.445 103.618 51.166 C 103.978 50.887 104.5 50.747 105.176 50.747 C 105.545 50.747 105.942 50.791 106.338 50.869 L 106.338 50.59 C 106.338 50.416 106.311 50.268 106.248 50.137 C 106.185 50.006 106.104 49.91 105.996 49.832 C 105.888 49.753 105.761 49.701 105.617 49.666 C 105.473 49.631 105.32 49.614 105.14 49.614 C 104.897 49.614 104.654 49.649 104.401 49.71 C 104.158 49.771 103.933 49.858 103.726 49.963 L 103.429 49.326 C 103.672 49.161 103.951 49.03 104.275 48.96 C 104.6 48.882 104.942 48.838 105.275 48.838 C 105.924 48.838 106.41 48.978 106.752 49.248 C 107.086 49.518 107.257 49.919 107.257 50.451 L 107.257 52.351 C 107.257 52.526 107.284 52.674 107.329 52.77 C 107.374 52.875 107.455 52.953 107.581 53.014 Z M 106.338 51.916 L 106.338 51.584 C 105.969 51.506 105.599 51.471 105.248 51.471 C 104.401 51.471 103.978 51.724 103.978 52.238 C 103.978 52.36 104.005 52.474 104.05 52.569 C 104.095 52.665 104.167 52.744 104.257 52.796 C 104.347 52.848 104.437 52.892 104.546 52.918 C 104.654 52.944 104.762 52.962 104.879 52.962 C 105.104 52.962 105.329 52.918 105.545 52.831 C 105.762 52.744 105.951 52.622 106.104 52.456 C 106.257 52.29 106.338 52.116 106.338 51.916 Z M 112.111 49.562 L 112.111 46.781 L 113.057 46.781 L 113.057 53.607 L 112.274 53.607 L 112.184 52.901 C 111.994 53.154 111.751 53.354 111.454 53.494 C 111.157 53.633 110.841 53.703 110.508 53.703 C 110.202 53.703 109.914 53.65 109.644 53.537 C 109.373 53.424 109.13 53.267 108.923 53.066 C 108.725 52.866 108.563 52.613 108.446 52.308 C 108.328 52.003 108.265 51.671 108.265 51.305 C 108.265 50.843 108.355 50.425 108.545 50.059 C 108.725 49.684 108.995 49.396 109.337 49.187 C 109.68 48.978 110.076 48.864 110.517 48.864 C 110.841 48.864 111.139 48.925 111.427 49.039 C 111.706 49.152 111.931 49.326 112.102 49.562 Z M 109.229 51.279 C 109.229 51.523 109.265 51.75 109.337 51.959 C 109.409 52.168 109.517 52.334 109.652 52.474 C 109.932 52.753 110.283 52.892 110.706 52.892 C 110.931 52.892 111.139 52.848 111.328 52.761 C 111.517 52.674 111.67 52.552 111.787 52.395 C 112.03 52.081 112.147 51.706 112.147 51.262 C 112.147 50.791 112.012 50.407 111.742 50.111 C 111.472 49.815 111.121 49.666 110.688 49.666 C 110.256 49.666 109.914 49.815 109.634 50.111 C 109.364 50.407 109.229 50.8 109.229 51.288 Z M 114.85 48.952 L 116.219 52.561 L 117.66 48.952 L 118.633 48.952 L 116.255 54.592 C 116.111 54.941 115.895 55.211 115.624 55.385 C 115.354 55.568 115.057 55.656 114.724 55.656 C 114.489 55.656 114.255 55.612 114.021 55.525 L 114.147 54.784 C 114.3 54.819 114.426 54.836 114.534 54.836 C 114.76 54.836 114.958 54.775 115.12 54.662 C 115.291 54.548 115.435 54.339 115.552 54.043 L 115.714 53.642 L 113.805 48.952 L 114.841 48.952 Z M 122.145 49.736 L 121.263 49.736 L 121.263 48.951 L 122.145 48.951 L 122.145 48.254 C 122.145 47.748 122.29 47.356 122.578 47.086 C 122.875 46.816 123.28 46.676 123.812 46.676 C 124.055 46.676 124.325 46.711 124.604 46.772 L 124.487 47.513 C 124.226 47.469 124.028 47.452 123.902 47.452 C 123.587 47.452 123.361 47.53 123.244 47.696 C 123.136 47.844 123.082 48.08 123.082 48.402 L 123.082 48.943 L 124.343 48.943 L 124.343 49.727 L 123.082 49.727 L 123.082 53.589 L 122.136 53.589 L 122.136 49.727 Z M 127.162 53.703 C 126.82 53.703 126.496 53.642 126.19 53.528 C 125.901 53.413 125.638 53.244 125.415 53.031 C 125.199 52.822 125.028 52.569 124.902 52.264 C 124.775 51.968 124.712 51.637 124.712 51.288 C 124.712 50.826 124.82 50.399 125.037 50.032 C 125.253 49.658 125.55 49.379 125.928 49.169 C 126.307 48.969 126.721 48.864 127.189 48.864 C 127.532 48.864 127.847 48.925 128.153 49.039 C 128.459 49.152 128.721 49.318 128.937 49.527 C 129.153 49.736 129.324 49.989 129.459 50.294 C 129.585 50.599 129.648 50.922 129.648 51.27 C 129.648 51.619 129.585 51.95 129.459 52.256 C 129.333 52.552 129.162 52.814 128.937 53.031 C 128.466 53.472 127.835 53.717 127.18 53.711 Z M 127.162 52.901 C 127.595 52.901 127.955 52.744 128.243 52.439 C 128.531 52.134 128.675 51.741 128.675 51.27 C 128.675 50.8 128.531 50.416 128.243 50.12 C 127.955 49.823 127.595 49.666 127.162 49.666 C 126.73 49.666 126.37 49.815 126.081 50.12 C 125.793 50.425 125.649 50.808 125.649 51.279 C 125.649 51.75 125.793 52.142 126.072 52.447 C 126.361 52.753 126.712 52.901 127.144 52.901 Z M 131.567 53.607 L 130.63 53.607 L 130.63 48.951 L 131.414 48.951 L 131.504 49.675 C 131.648 49.396 131.819 49.187 132.026 49.056 C 132.233 48.925 132.504 48.856 132.828 48.856 C 133.044 48.856 133.26 48.882 133.467 48.934 L 133.323 49.78 C 133.134 49.727 132.954 49.701 132.783 49.701 C 132.404 49.701 132.116 49.815 131.918 50.05 C 131.828 50.155 131.756 50.285 131.702 50.451 C 131.603 50.721 131.558 51.07 131.558 51.497 L 131.558 53.616 Z M 140.997 53.607 L 136.701 53.607 L 136.701 46.99 L 140.916 46.99 L 140.916 47.809 L 137.665 47.809 L 137.665 49.858 L 140.493 49.858 L 140.493 50.678 L 137.665 50.678 L 137.665 52.779 L 140.997 52.779 L 140.997 53.598 Z M 146.248 50.782 L 146.248 53.607 L 145.303 53.607 L 145.303 50.826 C 145.303 50.468 145.204 50.189 145.005 49.989 C 144.807 49.78 144.528 49.675 144.177 49.675 C 143.78 49.675 143.465 49.797 143.231 50.05 C 142.997 50.294 142.88 50.617 142.88 51.009 L 142.88 53.607 L 141.934 53.607 L 141.934 48.951 L 142.718 48.951 L 142.808 49.623 C 142.988 49.379 143.222 49.187 143.501 49.056 C 143.789 48.925 144.096 48.856 144.447 48.856 C 145.014 48.856 145.456 49.03 145.771 49.379 C 146.086 49.727 146.239 50.189 146.239 50.774 Z M 146.879 49.736 L 146.879 48.951 L 147.753 48.951 L 147.753 47.408 L 148.689 47.408 L 148.689 48.951 L 149.914 48.951 L 149.914 49.736 L 148.689 49.736 L 148.689 51.794 C 148.689 52.151 148.761 52.421 148.915 52.596 C 148.969 52.665 149.059 52.726 149.185 52.787 C 149.239 52.814 149.293 52.84 149.356 52.857 C 149.464 52.892 149.599 52.927 149.761 52.953 L 149.644 53.703 C 149.239 53.703 148.887 53.624 148.572 53.467 C 148.32 53.345 148.122 53.162 147.978 52.936 C 147.824 52.685 147.746 52.398 147.753 52.107 L 147.753 49.736 Z M 154.211 52.465 L 154.643 53.04 C 154.409 53.249 154.13 53.406 153.805 53.528 C 153.481 53.642 153.139 53.703 152.77 53.703 C 152.436 53.703 152.121 53.65 151.824 53.546 C 151.527 53.441 151.265 53.284 151.04 53.092 C 150.815 52.892 150.644 52.639 150.509 52.343 C 150.383 52.038 150.32 51.689 150.32 51.323 C 150.32 50.957 150.383 50.617 150.509 50.311 C 150.635 50.006 150.797 49.745 151.013 49.536 C 151.229 49.326 151.482 49.161 151.77 49.047 C 152.365 48.814 153.03 48.814 153.625 49.047 C 153.913 49.169 154.148 49.326 154.346 49.536 C 154.544 49.745 154.688 49.989 154.796 50.277 C 154.904 50.564 154.958 50.869 154.958 51.192 C 154.958 51.331 154.958 51.462 154.931 51.576 L 151.274 51.576 C 151.319 51.994 151.473 52.325 151.752 52.569 C 152.031 52.814 152.382 52.927 152.815 52.927 C 153.067 52.927 153.31 52.883 153.553 52.805 C 153.796 52.726 154.022 52.613 154.211 52.474 Z M 151.292 50.896 L 154.03 50.896 C 154.003 50.547 153.877 50.259 153.661 50.024 C 153.553 49.902 153.418 49.815 153.256 49.745 C 153.094 49.675 152.914 49.649 152.724 49.649 C 152.346 49.649 152.031 49.762 151.779 49.998 C 151.517 50.224 151.364 50.529 151.31 50.904 Z M 156.85 53.607 L 155.913 53.607 L 155.913 48.951 L 156.697 48.951 L 156.787 49.675 C 156.931 49.396 157.102 49.187 157.309 49.056 C 157.516 48.925 157.787 48.856 158.111 48.856 C 158.327 48.856 158.543 48.882 158.75 48.934 L 158.606 49.78 C 158.417 49.727 158.237 49.701 158.066 49.701 C 157.688 49.701 157.399 49.815 157.201 50.05 C 157.111 50.155 157.039 50.285 156.985 50.451 C 156.886 50.721 156.841 51.07 156.841 51.497 L 156.841 53.616 Z M 159.435 55.56 L 159.435 48.951 L 160.218 48.951 L 160.309 49.658 C 160.498 49.405 160.741 49.204 161.038 49.065 C 161.335 48.925 161.651 48.856 161.984 48.856 C 162.29 48.856 162.578 48.908 162.849 49.021 C 163.119 49.135 163.362 49.291 163.56 49.501 C 163.758 49.701 163.92 49.954 164.037 50.259 C 164.155 50.564 164.218 50.896 164.218 51.253 C 164.218 51.715 164.128 52.134 163.938 52.5 C 163.749 52.866 163.488 53.162 163.146 53.371 C 162.803 53.581 162.407 53.685 161.966 53.685 C 161.642 53.685 161.344 53.624 161.056 53.511 C 160.777 53.398 160.552 53.223 160.381 52.988 L 160.381 55.551 L 159.435 55.551 Z M 163.263 51.279 C 163.263 51.026 163.227 50.8 163.155 50.599 C 163.083 50.39 162.975 50.224 162.84 50.094 C 162.56 49.815 162.209 49.675 161.786 49.675 C 161.561 49.675 161.353 49.719 161.164 49.806 C 160.975 49.893 160.822 50.015 160.705 50.172 C 160.462 50.486 160.345 50.861 160.345 51.305 C 160.345 51.767 160.48 52.151 160.75 52.456 C 161.02 52.752 161.371 52.901 161.813 52.901 C 162.254 52.901 162.587 52.752 162.858 52.456 C 163.128 52.16 163.263 51.767 163.263 51.279 Z M 166.163 53.607 L 165.227 53.607 L 165.227 48.951 L 166.01 48.951 L 166.1 49.675 C 166.244 49.396 166.415 49.187 166.623 49.056 C 166.83 48.925 167.1 48.856 167.424 48.856 C 167.64 48.856 167.857 48.882 168.064 48.934 L 167.92 49.78 C 167.73 49.727 167.55 49.701 167.379 49.701 C 167.001 49.701 166.713 49.815 166.515 50.05 C 166.424 50.155 166.352 50.285 166.298 50.451 C 166.199 50.721 166.154 51.07 166.154 51.497 L 166.154 53.616 Z M 169.658 47.853 C 169.541 47.966 169.388 48.027 169.226 48.027 C 169.064 48.027 168.91 47.966 168.784 47.853 C 168.667 47.74 168.604 47.591 168.604 47.426 C 168.604 47.26 168.667 47.121 168.784 47.007 C 168.91 46.885 169.055 46.833 169.226 46.833 C 169.397 46.833 169.541 46.894 169.658 47.007 C 169.784 47.121 169.838 47.269 169.838 47.426 C 169.838 47.583 169.775 47.731 169.658 47.853 Z M 169.694 53.607 L 168.757 53.607 L 168.757 48.952 L 169.694 48.952 Z M 170.586 53.058 L 171.027 52.465 C 171.252 52.622 171.468 52.735 171.685 52.814 C 171.892 52.892 172.117 52.927 172.36 52.927 C 172.801 52.927 173.099 52.814 173.252 52.613 C 173.306 52.535 173.333 52.439 173.333 52.334 C 173.333 52.125 173.225 51.968 173.009 51.863 C 172.764 51.749 172.507 51.661 172.243 51.602 C 172.063 51.558 171.928 51.515 171.838 51.488 C 171.531 51.393 171.279 51.253 171.09 51.087 C 170.874 50.887 170.766 50.608 170.766 50.25 C 170.766 50.024 170.811 49.823 170.901 49.64 C 170.991 49.457 171.117 49.309 171.279 49.204 C 171.603 48.978 172.018 48.864 172.513 48.864 C 173.117 48.864 173.657 49.03 174.116 49.361 L 173.738 49.971 C 173.567 49.867 173.387 49.78 173.171 49.719 C 172.972 49.658 172.766 49.626 172.558 49.623 C 172.405 49.623 172.261 49.64 172.135 49.675 C 172.009 49.71 171.901 49.771 171.811 49.858 C 171.721 49.945 171.676 50.059 171.676 50.189 C 171.673 50.343 171.747 50.489 171.874 50.582 C 171.937 50.625 172.009 50.669 172.099 50.712 C 172.189 50.747 172.279 50.782 172.378 50.817 C 172.477 50.843 172.576 50.878 172.693 50.913 L 172.747 50.913 C 173.126 51.018 173.405 51.114 173.585 51.209 C 173.72 51.279 173.828 51.358 173.927 51.454 C 174.143 51.645 174.252 51.924 174.252 52.29 C 174.252 52.526 174.207 52.726 174.107 52.918 C 174.008 53.101 173.873 53.249 173.702 53.363 C 173.351 53.589 172.91 53.703 172.387 53.703 C 172.036 53.703 171.73 53.65 171.45 53.546 C 171.171 53.441 170.883 53.284 170.568 53.058 Z M 178.818 52.465 L 179.25 53.04 C 179.016 53.249 178.737 53.406 178.413 53.528 C 178.089 53.642 177.746 53.703 177.377 53.703 C 177.044 53.703 176.728 53.65 176.431 53.546 C 176.134 53.441 175.873 53.284 175.648 53.092 C 175.422 52.892 175.251 52.639 175.116 52.343 C 174.99 52.038 174.927 51.689 174.927 51.323 C 174.927 50.957 174.99 50.617 175.116 50.311 C 175.242 50.006 175.404 49.745 175.621 49.536 C 175.837 49.326 176.089 49.161 176.377 49.047 C 176.972 48.814 177.638 48.814 178.233 49.047 C 178.521 49.169 178.755 49.326 178.953 49.536 C 179.151 49.745 179.295 49.989 179.404 50.277 C 179.512 50.564 179.566 50.869 179.566 51.192 C 179.566 51.331 179.566 51.462 179.539 51.576 L 175.882 51.576 C 175.927 51.994 176.08 52.325 176.359 52.569 C 176.638 52.814 176.99 52.927 177.422 52.927 C 177.674 52.927 177.917 52.883 178.161 52.805 C 178.404 52.726 178.629 52.613 178.818 52.474 Z M 175.891 50.896 L 178.629 50.896 C 178.602 50.547 178.476 50.259 178.26 50.024 C 178.152 49.902 178.016 49.815 177.854 49.745 C 177.692 49.675 177.512 49.649 177.323 49.649 C 176.945 49.649 176.629 49.762 176.377 49.998 C 176.116 50.224 175.963 50.529 175.909 50.904 Z M 181.358 53.52 C 181.232 53.642 181.088 53.703 180.908 53.703 C 180.728 53.703 180.584 53.642 180.457 53.52 C 180.331 53.398 180.268 53.249 180.268 53.084 C 180.268 52.918 180.331 52.77 180.457 52.648 C 180.584 52.526 180.728 52.465 180.908 52.465 C 181.088 52.465 181.232 52.526 181.358 52.648 C 181.484 52.77 181.547 52.918 181.547 53.084 C 181.547 53.249 181.484 53.398 181.358 53.52 Z M 53.619 23.19 C 53.619 20.827 51.629 18.909 49.188 18.909 C 48.593 18.909 48.026 19.031 47.512 19.232 C 45.9 19.877 44.765 21.411 44.774 23.19 C 44.774 23.373 44.81 23.547 44.828 23.722 C 44.976 24.844 45.579 25.863 46.504 26.555 C 46.819 26.79 47.152 26.991 47.522 27.139 L 47.522 30.234 L 39.784 34.576 L 36.416 36.467 L 36.272 36.546 L 27.94 41.219 L 21.806 37.792 L 18.429 35.909 L 15.06 37.801 L 12.682 39.135 L 9.223 41.079 C 8.467 40.512 7.539 40.155 6.512 40.155 C 5.503 40.155 4.576 40.504 3.828 41.062 L 3.405 40.826 L 3.405 37.479 L 3.396 33.704 L 3.396 26.843 L 4.855 26.023 L 8.575 23.931 C 9.322 24.48 10.241 24.82 11.25 24.82 C 12.268 24.82 13.186 24.471 13.934 23.913 L 17.402 25.849 L 20.779 27.732 L 24.734 29.938 L 26.922 31.158 L 30.3 33.041 L 33.227 31.402 L 33.678 31.149 L 35.542 30.103 C 36.281 30.644 37.199 30.975 38.199 30.975 C 40.64 30.975 42.622 29.048 42.622 26.686 L 42.622 26.616 C 42.577 24.288 40.613 22.405 38.199 22.414 C 37.425 22.414 36.704 22.623 36.073 22.963 C 34.713 23.695 33.777 25.09 33.777 26.703 C 33.777 26.904 33.813 27.095 33.84 27.287 L 31.543 28.578 L 30.309 29.275 L 26.436 27.113 L 24.175 25.849 L 28.48 23.434 L 41.19 16.311 L 41.46 16.163 C 41.82 16.425 42.216 16.634 42.649 16.782 C 43.108 16.939 43.594 17.044 44.117 17.044 C 46.558 17.044 48.539 15.117 48.539 12.754 C 48.539 12.571 48.503 12.406 48.485 12.231 C 48.375 11.373 47.998 10.567 47.404 9.921 C 46.774 9.232 45.927 8.744 44.963 8.561 C 44.684 8.509 44.405 8.474 44.108 8.483 C 41.667 8.483 39.685 10.409 39.685 12.772 C 39.685 12.972 39.721 13.164 39.748 13.356 L 38.127 14.271 L 34.758 16.163 L 26.805 20.627 L 20.815 23.983 L 15.654 21.106 C 15.681 20.923 15.708 20.749 15.708 20.557 C 15.708 20.365 15.672 20.191 15.654 20.008 L 23.184 15.788 L 23.734 15.483 L 26.562 13.896 L 35.065 9.128 L 38.433 7.236 L 35.056 5.353 L 31.687 7.245 L 23.184 12.013 L 22.049 12.65 L 19.816 13.905 L 13.979 17.183 C 13.212 16.604 12.268 16.288 11.295 16.285 C 10.286 16.285 9.367 16.625 8.62 17.183 C 7.688 17.872 7.079 18.892 6.926 20.016 C 6.899 20.2 6.872 20.383 6.872 20.574 C 6.872 20.766 6.908 20.949 6.935 21.141 L 3.45 23.094 L 3.45 16.163 L 25.436 3.775 L 28.805 1.883 L 25.427 0 L 0 14.263 L 0.018 24.968 L 0.018 39.379 L 0.027 42.727 L 2.144 43.904 C 2.117 44.087 2.09 44.261 2.09 44.453 C 2.09 46.816 4.08 48.733 6.521 48.733 C 7.53 48.733 8.449 48.393 9.196 47.836 L 12.7 49.788 L 16.078 51.671 L 25.508 56.928 L 37.389 50.259 L 40.757 48.367 L 49.233 43.616 L 50.935 42.666 L 50.935 38.891 L 49.233 39.841 L 47.558 40.783 L 46.954 41.123 L 45.864 41.733 L 37.389 46.484 L 34.02 48.376 L 25.508 53.154 L 19.455 49.78 L 16.078 47.897 L 10.899 45.002 C 10.926 44.819 10.953 44.636 10.953 44.444 C 10.953 44.27 10.917 44.104 10.899 43.939 L 14.384 41.986 L 18.447 39.702 L 24.58 43.128 L 27.958 45.011 L 31.327 43.119 L 37.974 39.388 L 39.802 38.359 L 43.171 36.467 L 47.531 34.018 L 50.908 32.126 L 50.908 27.122 C 52.502 26.477 53.628 24.942 53.628 23.172 Z M 36.947 25.544 C 37.154 25.334 37.425 25.186 37.722 25.108 C 37.866 25.073 38.019 25.038 38.172 25.038 C 39.127 25.038 39.892 25.779 39.892 26.703 C 39.892 27.627 39.127 28.368 38.172 28.368 C 37.217 28.368 36.452 27.627 36.452 26.703 C 36.452 26.25 36.641 25.831 36.947 25.535 Z M 42.847 11.586 C 43.054 11.386 43.315 11.246 43.603 11.168 C 43.757 11.124 43.91 11.098 44.072 11.098 C 45.027 11.098 45.792 11.839 45.792 12.763 C 45.792 13.311 45.512 13.823 45.045 14.132 L 44.927 14.193 C 44.675 14.332 44.378 14.428 44.063 14.428 C 43.108 14.428 42.342 13.687 42.342 12.763 C 42.342 12.301 42.532 11.891 42.847 11.586 Z M 10.097 19.31 C 10.268 19.162 10.466 19.049 10.682 18.979 C 10.854 18.918 11.034 18.883 11.232 18.883 C 11.448 18.883 11.655 18.927 11.844 18.996 C 12.015 19.058 12.169 19.145 12.304 19.249 C 12.7 19.554 12.961 20.016 12.961 20.548 C 12.961 21.08 12.7 21.542 12.304 21.847 C 12.002 22.081 11.628 22.21 11.241 22.213 C 11.052 22.213 10.863 22.179 10.691 22.118 C 9.992 21.894 9.519 21.261 9.521 20.548 C 9.521 20.051 9.746 19.607 10.106 19.302 Z M 6.521 46.118 C 6.305 46.118 6.098 46.075 5.909 46.005 C 5.738 45.944 5.584 45.857 5.449 45.743 C 5.053 45.438 4.801 44.976 4.801 44.444 C 4.801 44 4.981 43.607 5.269 43.302 C 5.494 43.067 5.792 42.901 6.125 42.823 C 6.251 42.797 6.386 42.77 6.521 42.77 C 6.719 42.77 6.899 42.805 7.071 42.866 C 7.287 42.936 7.485 43.049 7.647 43.189 C 8.191 43.642 8.385 44.375 8.133 45.025 C 7.882 45.675 7.238 46.105 6.521 46.101 Z M 50.899 23.416 C 50.845 23.8 50.665 24.14 50.395 24.393 C 50.206 24.567 49.971 24.698 49.71 24.776 C 49.638 24.794 49.557 24.82 49.485 24.829 C 49.413 24.829 49.341 24.846 49.26 24.855 L 49.215 24.855 C 49.107 24.855 48.999 24.829 48.891 24.82 C 48.215 24.698 47.684 24.192 47.54 23.547 C 47.512 23.434 47.494 23.312 47.494 23.181 C 47.494 23.05 47.512 22.937 47.54 22.815 C 47.63 22.414 47.873 22.074 48.206 21.839 L 48.557 21.638 C 48.764 21.56 48.981 21.507 49.215 21.507 C 50.089 21.507 50.8 22.135 50.917 22.946 C 50.926 23.015 50.944 23.094 50.944 23.172 C 50.944 23.251 50.935 23.321 50.917 23.399 Z\" fill=\"var(--token-c8439ac0-7c2e-4767-80a3-77096af38a88, rgb(0, 174, 239)) /* {&quot;name&quot;:&quot;TextBlueDarkBlue&quot;} */\"></path></svg>',svgContentId:9421563511,withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-zeo4v5\",\"data-framer-name\":\"ThePondLogo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pkwUmAPUb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 57\"><path d=\"M 50.913 23.189 C 50.913 20.827 49.023 18.909 46.706 18.909 C 46.141 18.909 45.602 19.031 45.115 19.231 C 43.584 19.877 42.506 21.411 42.515 23.189 C 42.515 23.372 42.549 23.547 42.566 23.721 C 42.707 24.843 43.279 25.863 44.157 26.554 C 44.456 26.79 44.773 26.99 45.123 27.139 L 45.123 30.233 L 37.777 34.575 L 34.578 36.467 L 34.441 36.545 L 26.53 41.218 L 20.706 37.792 L 17.499 35.909 L 14.3 37.8 L 12.042 39.134 L 8.758 41.078 C 8.039 40.512 7.158 40.154 6.184 40.154 C 5.226 40.154 4.345 40.503 3.635 41.061 L 3.233 40.825 L 3.233 37.478 L 3.224 33.703 L 3.224 26.842 L 4.61 26.023 L 8.142 23.93 C 8.852 24.48 9.724 24.82 10.682 24.82 C 11.649 24.82 12.521 24.471 13.231 23.913 L 16.524 25.848 L 19.731 27.731 L 23.485 29.937 L 25.564 31.157 L 28.771 33.04 L 31.55 31.402 L 31.978 31.149 L 33.748 30.103 C 34.45 30.643 35.322 30.974 36.271 30.974 C 38.589 30.974 40.471 29.048 40.471 26.685 L 40.471 26.615 C 40.428 24.288 38.563 22.405 36.271 22.413 C 35.536 22.413 34.852 22.623 34.253 22.963 C 32.962 23.695 32.072 25.09 32.072 26.703 C 32.072 26.903 32.106 27.095 32.132 27.287 L 29.951 28.577 L 28.779 29.274 L 25.102 27.112 L 22.955 25.848 L 27.043 23.433 L 39.111 16.311 L 39.367 16.163 C 39.71 16.424 40.086 16.634 40.496 16.782 C 40.933 16.939 41.394 17.043 41.89 17.043 C 44.208 17.043 46.09 15.117 46.09 12.754 C 46.09 12.571 46.056 12.405 46.038 12.231 C 45.934 11.373 45.576 10.567 45.012 9.921 C 44.413 9.232 43.61 8.744 42.694 8.561 C 42.429 8.509 42.164 8.474 41.882 8.482 C 39.564 8.482 37.683 10.409 37.683 12.772 C 37.683 12.972 37.717 13.164 37.742 13.356 L 36.203 14.271 L 33.004 16.163 L 25.452 20.626 L 19.765 23.983 L 14.864 21.106 C 14.89 20.923 14.916 20.748 14.916 20.557 C 14.916 20.365 14.881 20.19 14.864 20.007 L 22.014 15.788 L 22.536 15.483 L 25.221 13.896 L 33.295 9.128 L 36.494 7.236 L 33.287 5.353 L 30.088 7.244 L 22.014 12.013 L 20.937 12.65 L 18.816 13.905 L 13.274 17.183 C 12.545 16.603 11.649 16.288 10.725 16.285 C 9.767 16.285 8.895 16.625 8.185 17.183 C 7.3 17.871 6.722 18.891 6.577 20.016 C 6.551 20.199 6.526 20.382 6.526 20.574 C 6.526 20.766 6.56 20.949 6.585 21.141 L 3.276 23.093 L 3.276 16.163 L 24.152 3.775 L 27.351 1.883 L 24.144 0 L 0 14.262 L 0.017 24.968 L 0.017 39.378 L 0.026 42.726 L 2.036 43.903 C 2.01 44.086 1.984 44.26 1.984 44.452 C 1.984 46.815 3.874 48.732 6.192 48.732 C 7.15 48.732 8.022 48.392 8.732 47.835 L 12.059 49.787 L 15.266 51.67 L 24.221 56.927 L 35.502 50.258 L 38.7 48.366 L 46.748 43.615 L 48.365 42.665 L 48.365 38.89 L 46.748 39.84 L 45.158 40.782 L 44.584 41.122 L 43.55 41.732 L 35.502 46.483 L 32.303 48.375 L 24.221 53.152 L 18.474 49.779 L 15.266 47.896 L 10.349 45.001 C 10.374 44.818 10.4 44.635 10.4 44.443 C 10.4 44.269 10.366 44.103 10.349 43.938 L 13.658 41.985 L 17.516 39.701 L 23.34 43.127 L 26.547 45.01 L 29.746 43.118 L 36.058 39.387 L 37.794 38.358 L 40.992 36.467 L 45.132 34.017 L 48.339 32.125 L 48.339 27.121 C 49.853 26.476 50.922 24.942 50.922 23.172 Z M 35.083 25.543 C 35.279 25.334 35.536 25.186 35.818 25.107 C 35.955 25.072 36.1 25.038 36.246 25.038 C 37.152 25.038 37.879 25.779 37.879 26.703 C 37.879 27.627 37.152 28.368 36.246 28.368 C 35.339 28.368 34.612 27.627 34.612 26.703 C 34.612 26.249 34.792 25.831 35.083 25.534 Z M 40.685 11.586 C 40.881 11.385 41.129 11.246 41.403 11.168 C 41.548 11.124 41.694 11.098 41.848 11.098 C 42.754 11.098 43.481 11.839 43.481 12.763 C 43.481 13.311 43.215 13.823 42.771 14.132 L 42.66 14.193 C 42.421 14.332 42.138 14.428 41.839 14.428 C 40.933 14.428 40.206 13.687 40.206 12.763 C 40.206 12.301 40.385 11.891 40.685 11.586 Z M 9.587 19.31 C 9.75 19.162 9.938 19.048 10.143 18.979 C 10.306 18.918 10.477 18.883 10.665 18.883 C 10.87 18.883 11.067 18.926 11.247 18.996 C 11.409 19.057 11.555 19.144 11.683 19.249 C 12.059 19.554 12.307 20.016 12.307 20.548 C 12.307 21.08 12.059 21.542 11.683 21.847 C 11.396 22.081 11.041 22.21 10.674 22.213 C 10.494 22.213 10.314 22.178 10.152 22.117 C 9.487 21.894 9.039 21.261 9.04 20.548 C 9.04 20.051 9.254 19.606 9.596 19.301 Z M 6.192 46.117 C 5.987 46.117 5.79 46.074 5.61 46.004 C 5.448 45.943 5.303 45.856 5.174 45.742 C 4.798 45.437 4.559 44.975 4.559 44.443 C 4.559 43.999 4.73 43.606 5.003 43.301 C 5.217 43.066 5.499 42.9 5.816 42.822 C 5.935 42.796 6.064 42.77 6.192 42.77 C 6.38 42.77 6.551 42.804 6.714 42.865 C 6.919 42.935 7.107 43.048 7.261 43.188 C 7.777 43.641 7.962 44.374 7.723 45.024 C 7.484 45.674 6.873 46.104 6.192 46.1 Z M 48.331 23.416 C 48.279 23.8 48.108 24.14 47.852 24.392 C 47.672 24.567 47.45 24.698 47.202 24.776 C 47.133 24.793 47.056 24.82 46.988 24.828 C 46.919 24.828 46.851 24.846 46.774 24.854 L 46.731 24.854 C 46.629 24.854 46.526 24.828 46.423 24.82 C 45.782 24.698 45.277 24.192 45.14 23.547 C 45.115 23.433 45.098 23.311 45.098 23.181 C 45.098 23.05 45.115 22.937 45.14 22.814 C 45.226 22.413 45.457 22.073 45.773 21.838 L 46.107 21.638 C 46.304 21.559 46.509 21.507 46.731 21.507 C 47.561 21.507 48.236 22.134 48.348 22.945 C 48.356 23.015 48.373 23.093 48.373 23.172 C 48.373 23.25 48.365 23.32 48.348 23.399 Z\" fill=\"var(--token-e7e93b2c-63c5-4376-8417-0b771132ede7, rgb(122, 213, 250))\"></path></svg>',svgContentId:8954083559,withExternalLayout:true,...addPropertyOverrides({yPmeC3jT_:{svgContentId:12795705985}},baseVariant,gestureVariant)})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1te0hnb\",layoutDependency:layoutDependency,layoutId:\"owwsRXk4A\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qsgrp2\",layoutDependency:layoutDependency,layoutId:\"NW6NXpCoM\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12znmgp\",\"data-styles-preset\":\"vRh7csaz5\",children:\"Kontakt\"})}),className:\"framer-bpv6aj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HHnHid2j8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fliguy\",layoutDependency:layoutDependency,layoutId:\"jM74UllGe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"VALUZE GmbH\"})}),className:\"framer-6l7c25\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"odKs3_uEc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"Friedrichstra\\xdfe 6a\"})}),className:\"framer-frlr3h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"d6jnPR0_Z\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:\"90762 F\\xfcrth\"})}),className:\"framer-1c5i5qp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aMo8xq7gD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+49 911 9515370\",motionChild:true,nodeId:\"uV6boRwix\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"+49 911 9515370\"})})})}),className:\"framer-6j6zud\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uV6boRwix\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@valuze.de\",motionChild:true,nodeId:\"AmKfo9Bxr\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"info@valuze.de\"})})})}),className:\"framer-lv2kql\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AmKfo9Bxr\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8mpq0p\",layoutDependency:layoutDependency,layoutId:\"dewD2Uovd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a1lfdj\",layoutDependency:layoutDependency,layoutId:\"cuNguv1MJ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12znmgp\",\"data-styles-preset\":\"vRh7csaz5\",children:\"Legal\"})}),className:\"framer-1xwphra\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MP5ZBxepp\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12f6rwv\",layoutDependency:layoutDependency,layoutId:\"GE6oqHduC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.valuze.de/agb/\",motionChild:true,nodeId:\"vEQYODR8I\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"CSB / AGB\"})})})}),className:\"framer-1uugsmb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vEQYODR8I\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lkzitZsr5\"},motionChild:true,nodeId:\"EWrwi2UMj\",openInNewTab:false,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Impressum\"})})})}),className:\"framer-1lxu5hn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EWrwi2UMj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LffZopuEM\"},motionChild:true,nodeId:\"KcugJZNai\",openInNewTab:false,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Haftungsausschluss\"})})})}),className:\"framer-en4p1s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KcugJZNai\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-johg2g\",layoutDependency:layoutDependency,layoutId:\"Q2hu2xO_M\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m01tfu\",layoutDependency:layoutDependency,layoutId:\"DLCL9Ortu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12znmgp\",\"data-styles-preset\":\"vRh7csaz5\",children:\"Datenschutz\"})}),className:\"framer-bla32i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HQ0hLCAd5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15eye8d\",layoutDependency:layoutDependency,layoutId:\"SQ94Cmz47\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.valuze.de/dsb-isb/\",motionChild:true,nodeId:\"IOlN1BrXy\",openInNewTab:true,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"DSB / ISB\"})})})}),className:\"framer-haau5w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IOlN1BrXy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pbthm0\",\"data-styles-preset\":\"YXXEBgJhj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qktVgY8T7\"},motionChild:true,nodeId:\"sLOa6R3gl\",openInNewTab:false,scopeId:\"qmCtDmNOt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1czzx9n\",\"data-styles-preset\":\"XU4q1TBFS\",children:\"Datenschutzerkl\\xe4rung\"})})})}),className:\"framer-qtiyog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sLOa6R3gl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:198,y:(componentViewport?.y||0)+80+((componentViewport?.height||552.5)-96-64+0+0)+0+0+0+0+48+0+72,...addPropertyOverrides({iBKmgm5LG:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-40-857.4)/2+56+28)+0+0+0+416+0+40+0+72},yPmeC3jT_:{y:(componentViewport?.y||0)+32+((componentViewport?.height||488.5)-48-461.4+60+32)+0+0+0+0+44+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10kfcf3-container\",layoutDependency:layoutDependency,layoutId:\"TnicVTrwj-container\",nodeId:\"TnicVTrwj\",rendersWithMotion:true,scopeId:\"qmCtDmNOt\",children:/*#__PURE__*/_jsx(CookieBannerWithResponsiveTheme10kfcf3WithMappedReactPropsa9xp78,{height:\"100%\",id:\"TnicVTrwj\",layoutId:\"TnicVTrwj\",style:{width:\"100%\"},variant:\"QsdNNs74k\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yzl6l5\",layoutDependency:layoutDependency,layoutId:\"nh2Ya_q9K\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1i3rvlk\",\"data-styles-preset\":\"jVLWS7N3l\",children:\"\\xa9 2025 ThePond All Rights Reserved\"})}),className:\"framer-1ty8k5n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oWocALhu7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oYxrs.framer-1923ff6, .framer-oYxrs .framer-1923ff6 { display: block; }\",\".framer-oYxrs.framer-9zd9m5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 80px 16px 16px 16px; position: relative; width: 1400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-oYxrs .framer-1oacity { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 91%; }\",\".framer-oYxrs .framer-1dhylsf { 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: 0px; position: relative; width: 100%; }\",\".framer-oYxrs .framer-apbfdk-container, .framer-oYxrs .framer-1e9cbl-container, .framer-oYxrs .framer-v2x63g-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-oYxrs .framer-178qgid { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-oYxrs .framer-1721ylz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oYxrs .framer-eafsu5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-around; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oYxrs .framer-66q4q9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 277px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-oYxrs .framer-uy8qcl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-itl2mz, .framer-oYxrs .framer-1etswcq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-1cg9e2l { flex: none; height: 70px; position: relative; width: 64px; }\",\".framer-oYxrs .framer-kumrsp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-rhazrv, .framer-oYxrs .framer-1qsgrp2, .framer-oYxrs .framer-1a1lfdj, .framer-oYxrs .framer-m01tfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-7dh8hc, .framer-oYxrs .framer-c64bxw, .framer-oYxrs .framer-1ojkpu4, .framer-oYxrs .framer-115506s, .framer-oYxrs .framer-mtoua3, .framer-oYxrs .framer-1c8rtlq, .framer-oYxrs .framer-bpv6aj, .framer-oYxrs .framer-6l7c25, .framer-oYxrs .framer-frlr3h, .framer-oYxrs .framer-1c5i5qp, .framer-oYxrs .framer-6j6zud, .framer-oYxrs .framer-lv2kql, .framer-oYxrs .framer-1xwphra, .framer-oYxrs .framer-1uugsmb, .framer-oYxrs .framer-1lxu5hn, .framer-oYxrs .framer-en4p1s, .framer-oYxrs .framer-bla32i, .framer-oYxrs .framer-haau5w, .framer-oYxrs .framer-qtiyog, .framer-oYxrs .framer-1ty8k5n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-oYxrs .framer-1hf02p8, .framer-oYxrs .framer-1fliguy, .framer-oYxrs .framer-12f6rwv, .framer-oYxrs .framer-15eye8d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-ttpm9i { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-1k91k90 { flex: none; height: 57px; position: relative; width: 203px; }\",\".framer-oYxrs .framer-zeo4v5 { flex: none; height: 57px; position: relative; width: 51px; }\",\".framer-oYxrs .framer-1te0hnb, .framer-oYxrs .framer-8mpq0p, .framer-oYxrs .framer-johg2g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oYxrs .framer-10kfcf3-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-oYxrs .framer-yzl6l5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oYxrs.framer-9zd9m5, .framer-oYxrs .framer-1oacity, .framer-oYxrs .framer-1721ylz, .framer-oYxrs .framer-uy8qcl, .framer-oYxrs .framer-itl2mz, .framer-oYxrs .framer-kumrsp, .framer-oYxrs .framer-rhazrv, .framer-oYxrs .framer-1hf02p8, .framer-oYxrs .framer-ttpm9i, .framer-oYxrs .framer-1etswcq, .framer-oYxrs .framer-1te0hnb, .framer-oYxrs .framer-1qsgrp2, .framer-oYxrs .framer-1fliguy, .framer-oYxrs .framer-8mpq0p, .framer-oYxrs .framer-1a1lfdj, .framer-oYxrs .framer-12f6rwv, .framer-oYxrs .framer-johg2g, .framer-oYxrs .framer-m01tfu, .framer-oYxrs .framer-15eye8d, .framer-oYxrs .framer-yzl6l5 { gap: 0px; } .framer-oYxrs.framer-9zd9m5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-oYxrs.framer-9zd9m5 > :first-child, .framer-oYxrs .framer-1oacity > :first-child, .framer-oYxrs .framer-1721ylz > :first-child, .framer-oYxrs .framer-uy8qcl > :first-child, .framer-oYxrs .framer-itl2mz > :first-child, .framer-oYxrs .framer-kumrsp > :first-child, .framer-oYxrs .framer-1hf02p8 > :first-child, .framer-oYxrs .framer-ttpm9i > :first-child, .framer-oYxrs .framer-1etswcq > :first-child, .framer-oYxrs .framer-1te0hnb > :first-child, .framer-oYxrs .framer-1fliguy > :first-child, .framer-oYxrs .framer-8mpq0p > :first-child, .framer-oYxrs .framer-12f6rwv > :first-child, .framer-oYxrs .framer-johg2g > :first-child, .framer-oYxrs .framer-15eye8d > :first-child { margin-top: 0px; } .framer-oYxrs.framer-9zd9m5 > :last-child, .framer-oYxrs .framer-1oacity > :last-child, .framer-oYxrs .framer-1721ylz > :last-child, .framer-oYxrs .framer-uy8qcl > :last-child, .framer-oYxrs .framer-itl2mz > :last-child, .framer-oYxrs .framer-kumrsp > :last-child, .framer-oYxrs .framer-1hf02p8 > :last-child, .framer-oYxrs .framer-ttpm9i > :last-child, .framer-oYxrs .framer-1etswcq > :last-child, .framer-oYxrs .framer-1te0hnb > :last-child, .framer-oYxrs .framer-1fliguy > :last-child, .framer-oYxrs .framer-8mpq0p > :last-child, .framer-oYxrs .framer-12f6rwv > :last-child, .framer-oYxrs .framer-johg2g > :last-child, .framer-oYxrs .framer-15eye8d > :last-child { margin-bottom: 0px; } .framer-oYxrs .framer-1oacity > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-oYxrs .framer-1721ylz > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-oYxrs .framer-uy8qcl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oYxrs .framer-itl2mz > *, .framer-oYxrs .framer-ttpm9i > *, .framer-oYxrs .framer-1etswcq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-oYxrs .framer-kumrsp > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-oYxrs .framer-rhazrv > *, .framer-oYxrs .framer-1qsgrp2 > *, .framer-oYxrs .framer-1a1lfdj > *, .framer-oYxrs .framer-m01tfu > *, .framer-oYxrs .framer-yzl6l5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-oYxrs .framer-rhazrv > :first-child, .framer-oYxrs .framer-1qsgrp2 > :first-child, .framer-oYxrs .framer-1a1lfdj > :first-child, .framer-oYxrs .framer-m01tfu > :first-child, .framer-oYxrs .framer-yzl6l5 > :first-child { margin-left: 0px; } .framer-oYxrs .framer-rhazrv > :last-child, .framer-oYxrs .framer-1qsgrp2 > :last-child, .framer-oYxrs .framer-1a1lfdj > :last-child, .framer-oYxrs .framer-m01tfu > :last-child, .framer-oYxrs .framer-yzl6l5 > :last-child { margin-right: 0px; } .framer-oYxrs .framer-1hf02p8 > *, .framer-oYxrs .framer-1fliguy > *, .framer-oYxrs .framer-12f6rwv > *, .framer-oYxrs .framer-15eye8d > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-oYxrs .framer-1te0hnb > *, .framer-oYxrs .framer-8mpq0p > *, .framer-oYxrs .framer-johg2g > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-oYxrs.framer-v-4wkq3m.framer-9zd9m5 { flex-wrap: nowrap; padding: 32px 8px 16px 8px; width: 830px; }\",\".framer-oYxrs.framer-v-4wkq3m .framer-1oacity { gap: 24px; width: 95%; }\",\".framer-oYxrs.framer-v-4wkq3m .framer-1721ylz { align-content: center; align-items: center; gap: 40px; }\",\".framer-oYxrs.framer-v-4wkq3m .framer-1te0hnb, .framer-oYxrs.framer-v-4wkq3m .framer-8mpq0p, .framer-oYxrs.framer-v-4wkq3m .framer-johg2g { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oYxrs.framer-v-4wkq3m .framer-1oacity, .framer-oYxrs.framer-v-4wkq3m .framer-1721ylz, .framer-oYxrs.framer-v-4wkq3m .framer-1te0hnb, .framer-oYxrs.framer-v-4wkq3m .framer-8mpq0p, .framer-oYxrs.framer-v-4wkq3m .framer-johg2g { gap: 0px; } .framer-oYxrs.framer-v-4wkq3m .framer-1oacity > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-oYxrs.framer-v-4wkq3m .framer-1oacity > :first-child, .framer-oYxrs.framer-v-4wkq3m .framer-1721ylz > :first-child, .framer-oYxrs.framer-v-4wkq3m .framer-1te0hnb > :first-child, .framer-oYxrs.framer-v-4wkq3m .framer-8mpq0p > :first-child, .framer-oYxrs.framer-v-4wkq3m .framer-johg2g > :first-child { margin-top: 0px; } .framer-oYxrs.framer-v-4wkq3m .framer-1oacity > :last-child, .framer-oYxrs.framer-v-4wkq3m .framer-1721ylz > :last-child, .framer-oYxrs.framer-v-4wkq3m .framer-1te0hnb > :last-child, .framer-oYxrs.framer-v-4wkq3m .framer-8mpq0p > :last-child, .framer-oYxrs.framer-v-4wkq3m .framer-johg2g > :last-child { margin-bottom: 0px; } .framer-oYxrs.framer-v-4wkq3m .framer-1721ylz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-oYxrs.framer-v-4wkq3m .framer-1te0hnb > *, .framer-oYxrs.framer-v-4wkq3m .framer-8mpq0p > *, .framer-oYxrs.framer-v-4wkq3m .framer-johg2g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-oYxrs.framer-v-g4ebzq.framer-9zd9m5 { flex-wrap: nowrap; gap: 28px; justify-content: center; padding: 24px 24px 16px 24px; width: 390px; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-1oacity { gap: 20px; width: 106%; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-178qgid { width: 98%; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-1721ylz { gap: 32px; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-eafsu5 { flex-direction: column; gap: 32px; justify-content: center; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-66q4q9 { flex: none; min-height: unset; width: 100%; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-uy8qcl { order: 1; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-kumrsp { order: 0; }\",\".framer-oYxrs.framer-v-g4ebzq .framer-8mpq0p, .framer-oYxrs.framer-v-g4ebzq .framer-johg2g { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oYxrs.framer-v-g4ebzq.framer-9zd9m5, .framer-oYxrs.framer-v-g4ebzq .framer-1oacity, .framer-oYxrs.framer-v-g4ebzq .framer-1721ylz, .framer-oYxrs.framer-v-g4ebzq .framer-eafsu5, .framer-oYxrs.framer-v-g4ebzq .framer-8mpq0p, .framer-oYxrs.framer-v-g4ebzq .framer-johg2g { gap: 0px; } .framer-oYxrs.framer-v-g4ebzq.framer-9zd9m5 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-oYxrs.framer-v-g4ebzq.framer-9zd9m5 > :first-child, .framer-oYxrs.framer-v-g4ebzq .framer-1oacity > :first-child, .framer-oYxrs.framer-v-g4ebzq .framer-1721ylz > :first-child, .framer-oYxrs.framer-v-g4ebzq .framer-eafsu5 > :first-child, .framer-oYxrs.framer-v-g4ebzq .framer-8mpq0p > :first-child, .framer-oYxrs.framer-v-g4ebzq .framer-johg2g > :first-child { margin-top: 0px; } .framer-oYxrs.framer-v-g4ebzq.framer-9zd9m5 > :last-child, .framer-oYxrs.framer-v-g4ebzq .framer-1oacity > :last-child, .framer-oYxrs.framer-v-g4ebzq .framer-1721ylz > :last-child, .framer-oYxrs.framer-v-g4ebzq .framer-eafsu5 > :last-child, .framer-oYxrs.framer-v-g4ebzq .framer-8mpq0p > :last-child, .framer-oYxrs.framer-v-g4ebzq .framer-johg2g > :last-child { margin-bottom: 0px; } .framer-oYxrs.framer-v-g4ebzq .framer-1oacity > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-oYxrs.framer-v-g4ebzq .framer-1721ylz > *, .framer-oYxrs.framer-v-g4ebzq .framer-eafsu5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-oYxrs.framer-v-g4ebzq .framer-8mpq0p > *, .framer-oYxrs.framer-v-g4ebzq .framer-johg2g > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-oYxrs[data-border=\"true\"]::after, .framer-oYxrs [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 552.5\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yPmeC3jT_\":{\"layout\":[\"fixed\",\"auto\"]},\"iBKmgm5LG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqmCtDmNOt=withCSS(Component,css,\"framer-oYxrs\");export default FramerqmCtDmNOt;FramerqmCtDmNOt.displayName=\"Footer\";FramerqmCtDmNOt.defaultProps={height:552.5,width:1400};addPropertyControls(FramerqmCtDmNOt,{variant:{options:[\"OoC7zXNcp\",\"yPmeC3jT_\",\"iBKmgm5LG\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqmCtDmNOt,[{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\"}]},...SocialIconFonts,...CookieBannerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqmCtDmNOt\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"552.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yPmeC3jT_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iBKmgm5LG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "checkForStopScroll", "stopScrollElement", "hasHiddenOverflow", "stopScrollObserver", "htmlStyleObserver", "allElements", "element", "window", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "isInternalLink", "hasHash", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "withResponsiveTheme", "Component", "props", "isDarkTheme", "setIsDarkTheme", "ye", "ue", "mediaQuery", "window", "updateTheme", "currentToggleState", "osThemeChange", "e", "p", "KtD0F3FPh_exports", "__export", "__FramerMetadata__", "KtD0F3FPh_default", "RadialBackground", "props", "radialStyle", "customBezier", "value", "generateSizeTimes", "properties", "generatePosTimes", "generateBackgroundProps", "keyframes", "sizeOrPosX", "sizeOrPosY", "initial", "radialVariants", "transition", "getAnimationModeProps", "controls", "useAnimationControls", "handleMouseEnter", "handleMouseLeave", "p", "motion", "addPropertyControls", "ControlType", "RadialBackgroundFonts", "getFonts", "RadialBackground", "MotionDivWithResponsiveThemeyfbrba", "withCodeBoundaryForOverrides", "motion", "withResponsiveTheme", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerKtD0F3FPh", "withCSS", "KtD0F3FPh_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "DMJ7MxpRv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "Framerqf5ixHSXa", "withCSS", "qf5ixHSXa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GjfHfPwLq", "A0l7LGlKO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramernyNcWOd6t", "withCSS", "nyNcWOd6t_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonHeaderFonts", "getFonts", "qf5ixHSXa_default", "MenuItemFonts", "nyNcWOd6t_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "FuHjiuFDK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ehagnp", "args", "onTap10q8ali", "onTapu3df1z", "onTap1fh5auw", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "RichText2", "Link", "css", "FramerNZ1gUq9mo", "withCSS", "NZ1gUq9mo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "sK0zbVbli_exports", "__export", "__FramerMetadata__", "sK0zbVbli_default", "DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "CookieBannerFonts", "getFonts", "CookieBanner", "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", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramersK0zbVbli", "withCSS", "sK0zbVbli_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "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", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "BFuqSVZDf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "Link", "u", "SVG", "css", "FrameryFdUEGKo6", "withCSS", "yFdUEGKo6_default", "addPropertyControls", "ControlType", "addFonts", "SocialIconFonts", "getFonts", "yFdUEGKo6_default", "CookieBannerFonts", "sK0zbVbli_default", "CookieBannerWithResponsiveTheme10kfcf3WithMappedReactPropsa9xp78", "withMappedReactProps", "withCodeBoundaryForOverrides", "withResponsiveTheme", "sK0zbVbli_exports", "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", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "RichText2", "Link", "css", "FramerqmCtDmNOt", "withCSS", "qmCtDmNOt_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
