{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/11ESVHhCyl2YUkxbseoQ/1nHvxJd1hqosXG9cD1wF/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/6jHpifC14pZv1SKQ56y1/d7eDckdfDkgdLirq1tbr/q76vyXuxb.js", "ssg:https://framerusercontent.com/modules/ddMig27Vj4gdnidqxQmV/glGPtTpSz5gHOwbNgMOO/serTvl8yg.js", "ssg:https://framerusercontent.com/modules/5LiXitORxNydHF2Wy7KL/s8oNKWR4ZMSmDnXV8og8/Z3gDuzKFn.js", "ssg:https://framerusercontent.com/modules/6j2vjPtaZQ53U2dm2iOx/c1BV9RxXyFxggsnq7CUw/gLCJ8xV_k.js", "ssg:https://framerusercontent.com/modules/xhG0LbuRlrTnVVeRLrIw/AcRe7WRoTXXbHnTx3Er6/yNZHSAx4u.js", "ssg:https://framerusercontent.com/modules/5HvFt74HRiiysqNVqRXZ/aMsWLsf2xh0fcny08Vix/Jmig7qleX.js"],
  "sourcesContent": ["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,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(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return 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?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Hind-medium\",\"FS;Hind-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JZZ2AFP6WP7A7PFBGMX4IKU4DF5MH442/XWZL6GJX4QPP5LWADCJYAWBHEPGZ5DLF/6F4HHRBZ5NPBXT65PL7SDBNVARW23JQU.woff2\",weight:\"500\"},{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7ZK6IYDRKMZBZFY3IDDMJN4QWGQUYOSX/IZPX7B534B2BMHKXZBFFHOIGTDTWR63K/7R6D73ZDYBRNYQDD64PSGICFNG56HQBZ.woff2\",weight:\"700\"}]}];export const css=['.framer-eggnF .framer-styles-preset-zksbv5:not(.rich-text-wrapper), .framer-eggnF .framer-styles-preset-zksbv5.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8ab60fd3-49e5-42c8-9d18-7ac3d88803cd, #363636); --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-eggnF .framer-styles-preset-zksbv5:not(.rich-text-wrapper), .framer-eggnF .framer-styles-preset-zksbv5.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8ab60fd3-49e5-42c8-9d18-7ac3d88803cd, #363636); --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-eggnF .framer-styles-preset-zksbv5:not(.rich-text-wrapper), .framer-eggnF .framer-styles-preset-zksbv5.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8ab60fd3-49e5-42c8-9d18-7ac3d88803cd, #363636); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-eggnF\";\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\"}}}", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Hind-medium\",\"FS;Hind-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JZZ2AFP6WP7A7PFBGMX4IKU4DF5MH442/XWZL6GJX4QPP5LWADCJYAWBHEPGZ5DLF/6F4HHRBZ5NPBXT65PL7SDBNVARW23JQU.woff2\",weight:\"500\"},{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7ZK6IYDRKMZBZFY3IDDMJN4QWGQUYOSX/IZPX7B534B2BMHKXZBFFHOIGTDTWR63K/7R6D73ZDYBRNYQDD64PSGICFNG56HQBZ.woff2\",weight:\"700\"}]}];export const css=['.framer-CycH6 .framer-styles-preset-15c2nmh:not(.rich-text-wrapper), .framer-CycH6 .framer-styles-preset-15c2nmh.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.45em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c7589b68-96fc-4f5c-b057-b4e9a66670e5, #787878); --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-CycH6 .framer-styles-preset-15c2nmh:not(.rich-text-wrapper), .framer-CycH6 .framer-styles-preset-15c2nmh.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.45em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c7589b68-96fc-4f5c-b057-b4e9a66670e5, #787878); --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-CycH6 .framer-styles-preset-15c2nmh:not(.rich-text-wrapper), .framer-CycH6 .framer-styles-preset-15c2nmh.rich-text-wrapper p { --framer-font-family: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-family-bold: \"Hind\", \"Hind Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.45em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c7589b68-96fc-4f5c-b057-b4e9a66670e5, #787878); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-CycH6\";\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\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={OXUNceBdn:{hover:true}};const serializationHash=\"framer-lUyL9\";const variantClassNames={OXUNceBdn:\"framer-v-1llbxjy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:.8,stiffness:360,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({footerLink,height,id,linkText,newTab,width,...props})=>{var _ref;return{...props,Ea2TAF3N6:footerLink!==null&&footerLink!==void 0?footerLink:props.Ea2TAF3N6,HxZR7WWtH:newTab!==null&&newTab!==void 0?newTab:props.HxZR7WWtH,IaSpHpHCV:(_ref=linkText!==null&&linkText!==void 0?linkText:props.IaSpHpHCV)!==null&&_ref!==void 0?_ref:\"Footer Links\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,IaSpHpHCV,Ea2TAF3N6,HxZR7WWtH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OXUNceBdn\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Ea2TAF3N6,nodeId:\"OXUNceBdn\",openInNewTab:HxZR7WWtH,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1llbxjy\",className,classNames)} framer-hqswdn`,\"data-framer-name\":\"Footer Link\",layoutDependency:layoutDependency,layoutId:\"OXUNceBdn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"OXUNceBdn-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7SGluZC1tZWRpdW0=\",\"--framer-font-family\":'\"Hind\", \"Hind Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 71, 71))\"},children:\"Footer Links\"})}),className:\"framer-1sr0964\",\"data-framer-name\":\"Footer Text\",fonts:[\"FS;Hind-medium\"],layoutDependency:layoutDependency,layoutId:\"mWB0fG0i2\",style:{\"--extracted-r6o4lv\":\"rgb(71, 71, 71)\",opacity:.75},text:IaSpHpHCV,variants:{\"OXUNceBdn-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lUyL9.framer-hqswdn, .framer-lUyL9 .framer-hqswdn { display: block; }\",\".framer-lUyL9.framer-1llbxjy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-lUyL9 .framer-1sr0964 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lUyL9.framer-1llbxjy { gap: 0px; } .framer-lUyL9.framer-1llbxjy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lUyL9.framer-1llbxjy > :first-child { margin-left: 0px; } .framer-lUyL9.framer-1llbxjy > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 79\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZUIDTfymR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"IaSpHpHCV\":\"linkText\",\"Ea2TAF3N6\":\"footerLink\",\"HxZR7WWtH\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ3gDuzKFn=withCSS(Component,css,\"framer-lUyL9\");export default FramerZ3gDuzKFn;FramerZ3gDuzKFn.displayName=\"Footer Link\";FramerZ3gDuzKFn.defaultProps={height:20,width:79};addPropertyControls(FramerZ3gDuzKFn,{IaSpHpHCV:{defaultValue:\"Footer Links\",displayTextArea:false,title:\"Link Text\",type:ControlType.String},Ea2TAF3N6:{title:\"Footer Link\",type:ControlType.Link},HxZR7WWtH:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerZ3gDuzKFn,[{explicitInter:true,fonts:[{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JZZ2AFP6WP7A7PFBGMX4IKU4DF5MH442/XWZL6GJX4QPP5LWADCJYAWBHEPGZ5DLF/6F4HHRBZ5NPBXT65PL7SDBNVARW23JQU.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ3gDuzKFn\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerIntrinsicWidth\":\"79\",\"framerVariables\":\"{\\\"IaSpHpHCV\\\":\\\"linkText\\\",\\\"Ea2TAF3N6\\\":\\\"footerLink\\\",\\\"HxZR7WWtH\\\":\\\"newTab\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZUIDTfymR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z3gDuzKFn.map", "// Generated by Framer (cf4c6d7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,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 sharedStyle1 from\"https://framerusercontent.com/modules/6jHpifC14pZv1SKQ56y1/d7eDckdfDkgdLirq1tbr/q76vyXuxb.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ddMig27Vj4gdnidqxQmV/glGPtTpSz5gHOwbNgMOO/serTvl8yg.js\";import FooterLink from\"https://framerusercontent.com/modules/5LiXitORxNydHF2Wy7KL/s8oNKWR4ZMSmDnXV8og8/Z3gDuzKFn.js\";const FooterLinkFonts=getFonts(FooterLink);const cycleOrder=[\"mlklEqKbg\",\"FiMXvYNqR\"];const serializationHash=\"framer-wmhCI\";const variantClassNames={FiMXvYNqR:\"framer-v-12kiak2\",mlklEqKbg:\"framer-v-1hkd0v4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"mlklEqKbg\",Mobile:\"FiMXvYNqR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mlklEqKbg\"};};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:\"mlklEqKbg\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1hkd0v4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"mlklEqKbg\",ref:refBinding,style:{...style},...addPropertyOverrides({FiMXvYNqR:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ywxmcw\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"UctJ5rseD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17jxtkk\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Lh4DFVdvl\",style:{backgroundColor:\"rgba(0, 0, 0, 0.15)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ktixfu\",\"data-framer-name\":\"5 Col Grid\",layoutDependency:layoutDependency,layoutId:\"hFRsE9Yxi\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xm70sv\",\"data-framer-name\":\"Footer Branding\",layoutDependency:layoutDependency,layoutId:\"F1Kfo8LYF\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-52n4ga\",\"data-framer-name\":\"Item Wrapper\",layoutDependency:layoutDependency,layoutId:\"QnKzm5_AD\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kaBpJ0AYh\",scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-moj3q6 framer-skc3f\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"kaBpJ0AYh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u2ovds\",\"data-framer-name\":\"Logo xl\",fill:\"black\",intrinsicHeight:368,intrinsicWidth:2165,layoutDependency:layoutDependency,layoutId:\"qSgosbk7D\",svg:'<svg width=\"2165\" height=\"368\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"2165\" height=\"368\"><path d=\"M0 .6h2164.91v366.459H0V.6Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M503.486 217.758c-6.36 7.574-15.582 11.257-28.193 11.257h-12.872v-82.03h12.478c12.046 0 21.228 3.551 28.064 10.853 6.92 7.395 10.283 16.646 10.283 28.285 0 13.278-3.283 23.921-9.76 31.635Zm-27.798-101.114h-48.15v142.512h48.15c21.892 0 39.637-6.822 52.74-20.281 13.072-13.421 19.701-31.17 19.701-52.752 0-19.929-6.861-36.681-20.389-49.786-13.488-13.066-31.001-19.693-52.052-19.693Zm185.667 142.513v-29.746h-54.31v-26.735h47.595v-29.549h-47.595v-26.733h53.52v-29.749H572.56v142.512h88.795Zm142.256 0h-35.837l-33.741-57.605-14.371-25.832.413 83.437h-34.29V116.645h35.662l33.344 57.84 14.634 26.34-.302-84.18h34.488v142.512Zm-599.958 0h88.795v-29.748h-54.307v-26.733h47.592v-29.549h-47.592v-26.733h53.517v-29.749h-88.005v142.512Zm-58.918-142.512v55.692H99.439v-55.692H81.953l-16.805 16.804v125.708h34.29v-55.889h45.297v55.889h34.488V116.645h-34.488Zm939.365 84.016 40.94 56.501 1.45 1.995h27.39v-21.482l-37.12-49.684 37.2-53.733v-17.612h-29.33l-1.44 2.097-39.09 57.043v-59.14h-34.49v142.511h34.49v-58.496Zm172.42 17.546c-5.52 6.932-12.93 10.304-22.64 10.304-9.59 0-17-3.41-22.65-10.424-5.83-7.227-8.79-17.35-8.79-30.088 0-12.881 2.9-23.083 8.62-30.32 5.52-6.99 12.92-10.388 22.63-10.388 9.83 0 17.29 3.398 22.82 10.39 5.72 7.239 8.62 17.441 8.62 30.318 0 12.875-2.9 23.038-8.61 30.208Zm-22.83-103.435c-20.39 0-36.94 6.833-49.21 20.304-12.15 13.343-18.31 31.149-18.31 52.923 0 21.652 6.2 39.394 18.42 52.737 12.33 13.466 28.91 20.294 49.29 20.294s36.94-6.832 49.2-20.304c12.15-13.343 18.31-31.084 18.31-52.727 0-21.904-6.12-39.743-18.21-53.021-12.2-13.408-28.85-20.206-49.49-20.206Zm126.62 112.654v-110.78h-34.49v142.511h86.34v-31.731h-51.85Zm110.77 0v-110.78h-34.49v142.511h86.33v-31.731h-51.84Zm110.96 1.774v-26.42h47.5v-29.758h-47.5v-26.42h53.42v-29.958h-88.11v142.512h88.89V229.2h-54.2Zm212.24-112.555h-4.83v30.154h33.71v112.358h34.69V146.799h33.7v-30.154h-97.27Zm126.53 0h-4.83v142.512h34.49V116.645h-29.66Zm178.95 0h-30.03l-1.06 3.384-16.56 52.827c-4.58 14.455-8.37 27.356-11.36 38.584-.67-2.502-1.42-5.257-2.24-8.255a934.057 934.057 0 0 0-8.92-30.323l-16.36-52.819-1.05-3.398h-37.27l2.13 6.362 44.55 132.858 1.1 3.292H2058l1.12-3.268 40.64-119.097v-20.147Zm-334.82 121.03-37.12-49.684 37.2-53.733v-17.612h-29.33l-1.43 2.097-39.09 57.043v-59.14h-34.5v142.512h34.5v-58.497l40.93 56.502 1.45 1.995h27.39v-21.483Z\" fill=\"#14235A\"/><path d=\"M926.612 106.467c20.209 0 36.648-16.44 36.648-36.648 0-20.206-16.439-36.644-36.648-36.644-20.208 0-36.647 16.438-36.647 36.644 0 20.208 16.439 36.648 36.647 36.648Zm0 65.336c-6.509 0-12.893.295-19.103.839 2.765-16.346 6.342-32.831 10.697-47.792-12.989-2.05-24.445-8.771-32.59-18.382a61.963 61.963 0 0 0-5.512 3.318 7.648 7.648 0 0 0-3.243 5.122l-24.196 128.919a9.463 9.463 0 0 0-.194 1.807c0 10.923 20.496 20.221 49.143 23.702a347.866 347.866 0 0 1-.518-9.015c-.83-18.856.049-37.706 2.081-56.463 7.423-.967 15.302-1.46 23.435-1.456 8.133-.004 16.012.489 23.435 1.456 2.032 18.757 2.911 37.607 2.081 56.463-.135 3.017-.306 6.02-.517 9.015 28.647-3.481 49.139-12.779 49.139-23.702 0-.604-.07-1.215-.19-1.807l-24.197-128.919a7.645 7.645 0 0 0-3.243-5.122 61.946 61.946 0 0 0-5.511-3.318c-8.146 9.611-19.602 16.332-32.591 18.382 4.355 14.961 7.932 31.446 10.697 47.792a219.046 219.046 0 0 0-19.103-.839Z\" fill=\"#AAC3E1\"/></g><path d=\"M351.168 227.632V116.646h-34.29v142.51h86.23v-31.524h-51.94Z\" fill=\"#14235A\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15c2nmh\",\"data-styles-preset\":\"serTvl8yg\",children:\"Ein interaktives Freundebuch f\\xfcr beeintr\\xe4chtigte Kinder und Jugendliche\"})}),className:\"framer-p4mqlk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fYpp4qwtQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8wonhm\",\"data-framer-name\":\"3 Col Grid\",layoutDependency:layoutDependency,layoutId:\"GNsweReiY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9y6pgc\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"wTWlf42U7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zksbv5\",\"data-styles-preset\":\"q76vyXuxb\",children:\"Information\"})}),className:\"framer-1gzqxtj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VPkUOWx01\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v21hsn\",\"data-framer-name\":\"Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"KmKs2auXl\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+0,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-etb3h9-container\",layoutDependency:layoutDependency,layoutId:\"RuxD_Yx8m-container\",nodeId:\"RuxD_Yx8m\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:resolvedLinks[0],height:\"100%\",HxZR7WWtH:false,IaSpHpHCV:\"Startseite\",id:\"RuxD_Yx8m\",layoutId:\"RuxD_Yx8m\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({FiMXvYNqR:{Ea2TAF3N6:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FYJuMYtHn\"},implicitPathVariables:undefined},{href:{webPageId:\"FYJuMYtHn\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+32,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11hn4ut-container\",layoutDependency:layoutDependency,layoutId:\"mMwIrPfUK-container\",nodeId:\"mMwIrPfUK\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:resolvedLinks1[0],height:\"100%\",HxZR7WWtH:false,IaSpHpHCV:\"\\xdcber uns\",id:\"mMwIrPfUK\",layoutId:\"mMwIrPfUK\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({FiMXvYNqR:{Ea2TAF3N6:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+64,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wsrerv-container\",layoutDependency:layoutDependency,layoutId:\"e1qaNLrvH-container\",nodeId:\"e1qaNLrvH\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:\"/unterstuetzen\",height:\"100%\",HxZR7WWtH:false,IaSpHpHCV:\"Unterst\\xfctzen\",id:\"e1qaNLrvH\",layoutId:\"e1qaNLrvH\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oNYgRTc_i\"},implicitPathVariables:undefined},{href:{webPageId:\"oNYgRTc_i\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+96,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jjt42l-container\",layoutDependency:layoutDependency,layoutId:\"b1wmVYF1k-container\",nodeId:\"b1wmVYF1k\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:resolvedLinks2[0],height:\"100%\",HxZR7WWtH:false,IaSpHpHCV:\"Impressum\",id:\"b1wmVYF1k\",layoutId:\"b1wmVYF1k\",style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({FiMXvYNqR:{Ea2TAF3N6:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zsyd91\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"EelUgr2Cw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zksbv5\",\"data-styles-preset\":\"q76vyXuxb\",children:\"Social Media\"})}),className:\"framer-1rx7fpy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kFN47FM27\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6wrgnc\",\"data-framer-name\":\"Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"hb6EqdpC7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+0,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gjdv2n-container\",layoutDependency:layoutDependency,layoutId:\"Gl7FHyK55-container\",nodeId:\"Gl7FHyK55\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:\"https://de.linkedin.com/in/boettinger\",height:\"100%\",HxZR7WWtH:true,IaSpHpHCV:\"LinkedIn\",id:\"Gl7FHyK55\",layoutId:\"Gl7FHyK55\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+32,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z8yo0w-container\",layoutDependency:layoutDependency,layoutId:\"c3BHHZm19-container\",nodeId:\"c3BHHZm19\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:\"https://www.instagram.com/heldenkollektiv/\",height:\"100%\",HxZR7WWtH:true,IaSpHpHCV:\"Instagram\",id:\"c3BHHZm19\",layoutId:\"c3BHHZm19\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+64,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kxr3j7-container\",layoutDependency:layoutDependency,layoutId:\"cd_BE29S7-container\",nodeId:\"cd_BE29S7\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:\"https://www.facebook.com/heldenkollektiv/\",height:\"100%\",HxZR7WWtH:true,IaSpHpHCV:\"Facebook\",id:\"cd_BE29S7\",layoutId:\"cd_BE29S7\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:`max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px)`,y:(componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0+96,...addPropertyOverrides({FiMXvYNqR:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+0+0+45.400000000000006+0+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1otcpgj-container\",layoutDependency:layoutDependency,layoutId:\"yXOn8WMCo-container\",nodeId:\"yXOn8WMCo\",rendersWithMotion:true,scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(FooterLink,{Ea2TAF3N6:\"https://www.youtube.com/@heldenkollektiv\",height:\"100%\",HxZR7WWtH:true,IaSpHpHCV:\"YouTube\",id:\"yXOn8WMCo\",layoutId:\"yXOn8WMCo\",style:{width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m30kjv\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"pDtZw2xx_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zksbv5\",\"data-styles-preset\":\"q76vyXuxb\",children:\"Netzwerkpartner\"})}),className:\"framer-4jppel\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xvY6jiamf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19wsolz\",\"data-framer-name\":\"Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"eVnXMFIJv\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.social-impact-republic.org\",motionChild:true,nodeId:\"GBmsolHcZ\",scopeId:\"gLCJ8xV_k\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:522.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0),pixelHeight:352,pixelWidth:1045,sizes:`max(max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px), 1px)`,src:\"https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp 1045w\"},className:\"framer-a7cpor framer-skc3f\",\"data-framer-name\":\"Social Impact Republic\",layoutDependency:layoutDependency,layoutId:\"GBmsolHcZ\",...addPropertyOverrides({FiMXvYNqR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:522.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+193.4+0+45.400000000000006+0),pixelHeight:352,pixelWidth:1045,sizes:`max(max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px), 1px)`,src:\"https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/JY2PgBs24lBF8iNIhp2tCJ2tvSY.webp 1045w\"}}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n8opm4\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"AGYVa8MBR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zksbv5\",\"data-styles-preset\":\"q76vyXuxb\",children:\" \"})}),className:\"framer-1m7bav9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WGrQxaNoX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gmzajf\",\"data-framer-name\":\"Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"FNlCq0R6X\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:220.5,intrinsicWidth:434.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+44+(((componentViewport?.height||336)-88-268.5)/2+0+0)+0+59+0+0+12+0+0+45.400000000000006+0),pixelHeight:441,pixelWidth:869,sizes:`max(max((max((min(${componentViewport?.width||\"100vw\"} - 50px, 1150px) - 152px) / 5, 100px) * 3 - 20px) / 4, 20px), 1px)`,src:\"https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png?scale-down-to=512 512w,https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png 869w\"},className:\"framer-uk7j31\",\"data-framer-name\":\"Gesundheitsregion regensburg\",layoutDependency:layoutDependency,layoutId:\"ja7IoBlzw\",...addPropertyOverrides({FiMXvYNqR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:220.5,intrinsicWidth:434.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||685)-60-688.8)/2+0+0)+0+59+0+247.5+12+193.4+0+45.400000000000006+0),pixelHeight:441,pixelWidth:869,sizes:`max(max((max(min(${componentViewport?.width||\"100vw\"} - 36px, 1150px), 100px) - 32px) / 2, 20px), 1px)`,src:\"https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png?scale-down-to=512 512w,https://framerusercontent.com/images/XHwkA36BkUg905K3YnUJ2kPNv48.png 869w\"}}},baseVariant,gestureVariant)})})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wmhCI.framer-skc3f, .framer-wmhCI .framer-skc3f { display: block; }\",\".framer-wmhCI.framer-1hkd0v4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 44px 25px 44px 25px; position: relative; width: 1200px; }\",\".framer-wmhCI .framer-1ywxmcw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: flex-start; max-width: 1150px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-17jxtkk { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-wmhCI .framer-1ktixfu { display: grid; flex: none; gap: 38px; grid-auto-rows: min-content; grid-template-columns: repeat(5, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-xm70sv { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 2; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-52n4ga { 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: hidden; padding: 0px 18px 0px 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-moj3q6 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; user-select: none; width: min-content; }\",\".framer-wmhCI .framer-1u2ovds { aspect-ratio: 5.883152173913044 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 176px; }\",\".framer-wmhCI .framer-p4mqlk { flex: none; height: auto; max-width: 375px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wmhCI .framer-8wonhm { align-self: start; display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-column: auto / span 3; grid-template-columns: repeat(4, minmax(20px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-9y6pgc, .framer-wmhCI .framer-zsyd91, .framer-wmhCI .framer-m30kjv, .framer-wmhCI .framer-n8opm4 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: auto; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wmhCI .framer-1gzqxtj, .framer-wmhCI .framer-1rx7fpy, .framer-wmhCI .framer-4jppel, .framer-wmhCI .framer-1m7bav9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wmhCI .framer-1v21hsn, .framer-wmhCI .framer-6wrgnc { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-wmhCI .framer-etb3h9-container, .framer-wmhCI .framer-11hn4ut-container, .framer-wmhCI .framer-1wsrerv-container, .framer-wmhCI .framer-1jjt42l-container, .framer-wmhCI .framer-1gjdv2n-container, .framer-wmhCI .framer-z8yo0w-container, .framer-wmhCI .framer-kxr3j7-container, .framer-wmhCI .framer-1otcpgj-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wmhCI .framer-19wsolz, .framer-wmhCI .framer-1gmzajf { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 132px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-wmhCI .framer-a7cpor { aspect-ratio: 2.96875 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; text-decoration: none; width: 1px; }\",\".framer-wmhCI .framer-uk7j31 { aspect-ratio: 1.9705215419501134 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 74px); overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wmhCI.framer-1hkd0v4, .framer-wmhCI .framer-1ywxmcw, .framer-wmhCI .framer-xm70sv, .framer-wmhCI .framer-52n4ga, .framer-wmhCI .framer-moj3q6, .framer-wmhCI .framer-9y6pgc, .framer-wmhCI .framer-1v21hsn, .framer-wmhCI .framer-zsyd91, .framer-wmhCI .framer-6wrgnc, .framer-wmhCI .framer-m30kjv, .framer-wmhCI .framer-19wsolz, .framer-wmhCI .framer-n8opm4, .framer-wmhCI .framer-1gmzajf { gap: 0px; } .framer-wmhCI.framer-1hkd0v4 > *, .framer-wmhCI .framer-52n4ga > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wmhCI.framer-1hkd0v4 > :first-child, .framer-wmhCI .framer-1ywxmcw > :first-child, .framer-wmhCI .framer-xm70sv > :first-child, .framer-wmhCI .framer-52n4ga > :first-child, .framer-wmhCI .framer-9y6pgc > :first-child, .framer-wmhCI .framer-1v21hsn > :first-child, .framer-wmhCI .framer-zsyd91 > :first-child, .framer-wmhCI .framer-6wrgnc > :first-child, .framer-wmhCI .framer-m30kjv > :first-child, .framer-wmhCI .framer-n8opm4 > :first-child { margin-top: 0px; } .framer-wmhCI.framer-1hkd0v4 > :last-child, .framer-wmhCI .framer-1ywxmcw > :last-child, .framer-wmhCI .framer-xm70sv > :last-child, .framer-wmhCI .framer-52n4ga > :last-child, .framer-wmhCI .framer-9y6pgc > :last-child, .framer-wmhCI .framer-1v21hsn > :last-child, .framer-wmhCI .framer-zsyd91 > :last-child, .framer-wmhCI .framer-6wrgnc > :last-child, .framer-wmhCI .framer-m30kjv > :last-child, .framer-wmhCI .framer-n8opm4 > :last-child { margin-bottom: 0px; } .framer-wmhCI .framer-1ywxmcw > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } .framer-wmhCI .framer-xm70sv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wmhCI .framer-moj3q6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wmhCI .framer-moj3q6 > :first-child, .framer-wmhCI .framer-19wsolz > :first-child, .framer-wmhCI .framer-1gmzajf > :first-child { margin-left: 0px; } .framer-wmhCI .framer-moj3q6 > :last-child, .framer-wmhCI .framer-19wsolz > :last-child, .framer-wmhCI .framer-1gmzajf > :last-child { margin-right: 0px; } .framer-wmhCI .framer-9y6pgc > *, .framer-wmhCI .framer-zsyd91 > *, .framer-wmhCI .framer-m30kjv > *, .framer-wmhCI .framer-n8opm4 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-wmhCI .framer-1v21hsn > *, .framer-wmhCI .framer-6wrgnc > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-wmhCI .framer-19wsolz > *, .framer-wmhCI .framer-1gmzajf > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-wmhCI.framer-v-12kiak2.framer-1hkd0v4 { padding: 32px 18px 28px 18px; width: 400px; }\",\".framer-wmhCI.framer-v-12kiak2 .framer-1ktixfu { grid-template-columns: repeat(1, minmax(100px, 1fr)); }\",\".framer-wmhCI.framer-v-12kiak2 .framer-xm70sv { grid-column: auto / span 1; }\",\".framer-wmhCI.framer-v-12kiak2 .framer-8wonhm { grid-column: auto / span 1; grid-template-columns: repeat(2, minmax(20px, 1fr)); }\",\".framer-wmhCI.framer-v-12kiak2 .framer-a7cpor { height: var(--framer-aspect-ratio-supported, 56px); }\",\".framer-wmhCI.framer-v-12kiak2 .framer-uk7j31 { height: var(--framer-aspect-ratio-supported, 84px); }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 336\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FiMXvYNqR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergLCJ8xV_k=withCSS(Component,css,\"framer-wmhCI\");export default FramergLCJ8xV_k;FramergLCJ8xV_k.displayName=\"Footer\";FramergLCJ8xV_k.defaultProps={height:336,width:1200};addPropertyControls(FramergLCJ8xV_k,{variant:{options:[\"mlklEqKbg\",\"FiMXvYNqR\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergLCJ8xV_k,[{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\"}]},...FooterLinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergLCJ8xV_k\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"336\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FiMXvYNqR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gLCJ8xV_k.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bXEMfbKxp:{hover:true}};const serializationHash=\"framer-GhX2z\";const variantClassNames={bXEMfbKxp:\"framer-v-1ddwdhm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,newTab,smoothScroll,text,width,...props})=>{var _ref;return{...props,LWE8QcWhU:link!==null&&link!==void 0?link:props.LWE8QcWhU,nw1aYSkVo:(_ref=text!==null&&text!==void 0?text:props.nw1aYSkVo)!==null&&_ref!==void 0?_ref:\"Home\",tPd6gtRvS:newTab!==null&&newTab!==void 0?newTab:props.tPd6gtRvS,VyMwIkeg6:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.VyMwIkeg6};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nw1aYSkVo,LWE8QcWhU,tPd6gtRvS,VyMwIkeg6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"bXEMfbKxp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:LWE8QcWhU,nodeId:\"bXEMfbKxp\",openInNewTab:tPd6gtRvS,smoothScroll:VyMwIkeg6,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ddwdhm\",className,classNames)} framer-bgs0ch`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bXEMfbKxp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:1,...style},variants:{\"bXEMfbKxp-hover\":{opacity:.75}},...addPropertyOverrides({\"bXEMfbKxp-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7SGluZC1tZWRpdW0=\",\"--framer-font-family\":'\"Hind\", \"Hind Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.3em\"},children:\"Home\"})}),className:\"framer-cv9qc0\",fonts:[\"FS;Hind-medium\"],layoutDependency:layoutDependency,layoutId:\"WZsLhQoxe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nw1aYSkVo,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GhX2z.framer-bgs0ch, .framer-GhX2z .framer-bgs0ch { display: block; }\",\".framer-GhX2z.framer-1ddwdhm { 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: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-GhX2z .framer-cv9qc0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GhX2z.framer-1ddwdhm { gap: 0px; } .framer-GhX2z.framer-1ddwdhm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GhX2z.framer-1ddwdhm > :first-child { margin-top: 0px; } .framer-GhX2z.framer-1ddwdhm > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PO9Xl1puU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"nw1aYSkVo\":\"text\",\"LWE8QcWhU\":\"link\",\"tPd6gtRvS\":\"newTab\",\"VyMwIkeg6\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryNZHSAx4u=withCSS(Component,css,\"framer-GhX2z\");export default FrameryNZHSAx4u;FrameryNZHSAx4u.displayName=\"Navlink\";FrameryNZHSAx4u.defaultProps={height:23,width:44};addPropertyControls(FrameryNZHSAx4u,{nw1aYSkVo:{defaultValue:\"Home\",displayTextArea:false,title:\"Text\",type:ControlType.String},LWE8QcWhU:{title:\"Link\",type:ControlType.Link},tPd6gtRvS:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},VyMwIkeg6:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FrameryNZHSAx4u,[{explicitInter:true,fonts:[{family:\"Hind\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JZZ2AFP6WP7A7PFBGMX4IKU4DF5MH442/XWZL6GJX4QPP5LWADCJYAWBHEPGZ5DLF/6F4HHRBZ5NPBXT65PL7SDBNVARW23JQU.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryNZHSAx4u\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PO9Xl1puU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"23\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"nw1aYSkVo\\\":\\\"text\\\",\\\"LWE8QcWhU\\\":\\\"link\\\",\\\"tPd6gtRvS\\\":\\\"newTab\\\",\\\"VyMwIkeg6\\\":\\\"smoothScroll\\\"}\",\"framerIntrinsicWidth\":\"44\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yNZHSAx4u.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,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 Button from\"https://framerusercontent.com/modules/8HmDzSz8iLKvg8M0MNCB/qqERFQJCWNWCo9DD4TjD/mic5zMKUH.js\";import Navlink from\"https://framerusercontent.com/modules/xhG0LbuRlrTnVVeRLrIw/AcRe7WRoTXXbHnTx3Er6/yNZHSAx4u.js\";const NavlinkFonts=getFonts(Navlink);const ButtonFonts=getFonts(Button);const cycleOrder=[\"IazYoPFGw\",\"xrkBWfsN8\",\"kHU_WkbnX\"];const serializationHash=\"framer-71AVG\";const variantClassNames={IazYoPFGw:\"framer-v-6qwg9n\",kHU_WkbnX:\"framer-v-17bgg5a\",xrkBWfsN8:\"framer-v-7b4nre\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile-close\":\"xrkBWfsN8\",\"Mobile-open\":\"kHU_WkbnX\",Desktop:\"IazYoPFGw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"IazYoPFGw\"};};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:\"IazYoPFGw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap19ht90z=activeVariantCallback(async(...args)=>{setVariant(\"kHU_WkbnX\");});const onTap168no8g=activeVariantCallback(async(...args)=>{setVariant(\"xrkBWfsN8\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"kHU_WkbnX\")return true;return false;};const isDisplayed1=()=>{if([\"xrkBWfsN8\",\"kHU_WkbnX\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"xrkBWfsN8\",\"kHU_WkbnX\"].includes(baseVariant))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(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6qwg9n\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"IazYoPFGw\",ref:refBinding,style:{...style},...addPropertyOverrides({kHU_WkbnX:{\"data-framer-name\":\"Mobile-open\"},xrkBWfsN8:{\"data-framer-name\":\"Mobile-close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vndn7i\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"utZmOXSyr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5nprvh\",\"data-framer-name\":\"Nav-content-Wrapper\",layoutDependency:layoutDependency,layoutId:\"sxCHaF205\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzjckj\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"rqHsl35uH\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"bodmHzRAy\",scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-no0jzi framer-z8hpoh\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"bodmHzRAy\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16cmxcl\",\"data-framer-name\":\"Logo xl\",fill:\"black\",intrinsicHeight:368,intrinsicWidth:2165,layoutDependency:layoutDependency,layoutId:\"oUKTDRQiq\",svg:'<svg width=\"2165\" height=\"368\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"2165\" height=\"368\"><path d=\"M0 .6h2164.91v366.459H0V.6Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M503.486 217.758c-6.36 7.574-15.582 11.257-28.193 11.257h-12.872v-82.03h12.478c12.046 0 21.228 3.551 28.064 10.853 6.92 7.395 10.283 16.646 10.283 28.285 0 13.278-3.283 23.921-9.76 31.635Zm-27.798-101.114h-48.15v142.512h48.15c21.892 0 39.637-6.822 52.74-20.281 13.072-13.421 19.701-31.17 19.701-52.752 0-19.929-6.861-36.681-20.389-49.786-13.488-13.066-31.001-19.693-52.052-19.693Zm185.667 142.513v-29.746h-54.31v-26.735h47.595v-29.549h-47.595v-26.733h53.52v-29.749H572.56v142.512h88.795Zm142.256 0h-35.837l-33.741-57.605-14.371-25.832.413 83.437h-34.29V116.645h35.662l33.344 57.84 14.634 26.34-.302-84.18h34.488v142.512Zm-599.958 0h88.795v-29.748h-54.307v-26.733h47.592v-29.549h-47.592v-26.733h53.517v-29.749h-88.005v142.512Zm-58.918-142.512v55.692H99.439v-55.692H81.953l-16.805 16.804v125.708h34.29v-55.889h45.297v55.889h34.488V116.645h-34.488Zm939.365 84.016 40.94 56.501 1.45 1.995h27.39v-21.482l-37.12-49.684 37.2-53.733v-17.612h-29.33l-1.44 2.097-39.09 57.043v-59.14h-34.49v142.511h34.49v-58.496Zm172.42 17.546c-5.52 6.932-12.93 10.304-22.64 10.304-9.59 0-17-3.41-22.65-10.424-5.83-7.227-8.79-17.35-8.79-30.088 0-12.881 2.9-23.083 8.62-30.32 5.52-6.99 12.92-10.388 22.63-10.388 9.83 0 17.29 3.398 22.82 10.39 5.72 7.239 8.62 17.441 8.62 30.318 0 12.875-2.9 23.038-8.61 30.208Zm-22.83-103.435c-20.39 0-36.94 6.833-49.21 20.304-12.15 13.343-18.31 31.149-18.31 52.923 0 21.652 6.2 39.394 18.42 52.737 12.33 13.466 28.91 20.294 49.29 20.294s36.94-6.832 49.2-20.304c12.15-13.343 18.31-31.084 18.31-52.727 0-21.904-6.12-39.743-18.21-53.021-12.2-13.408-28.85-20.206-49.49-20.206Zm126.62 112.654v-110.78h-34.49v142.511h86.34v-31.731h-51.85Zm110.77 0v-110.78h-34.49v142.511h86.33v-31.731h-51.84Zm110.96 1.774v-26.42h47.5v-29.758h-47.5v-26.42h53.42v-29.958h-88.11v142.512h88.89V229.2h-54.2Zm212.24-112.555h-4.83v30.154h33.71v112.358h34.69V146.799h33.7v-30.154h-97.27Zm126.53 0h-4.83v142.512h34.49V116.645h-29.66Zm178.95 0h-30.03l-1.06 3.384-16.56 52.827c-4.58 14.455-8.37 27.356-11.36 38.584-.67-2.502-1.42-5.257-2.24-8.255a934.057 934.057 0 0 0-8.92-30.323l-16.36-52.819-1.05-3.398h-37.27l2.13 6.362 44.55 132.858 1.1 3.292H2058l1.12-3.268 40.64-119.097v-20.147Zm-334.82 121.03-37.12-49.684 37.2-53.733v-17.612h-29.33l-1.43 2.097-39.09 57.043v-59.14h-34.5v142.512h34.5v-58.497l40.93 56.502 1.45 1.995h27.39v-21.483Z\" fill=\"#14235A\"/><path d=\"M926.612 106.467c20.209 0 36.648-16.44 36.648-36.648 0-20.206-16.439-36.644-36.648-36.644-20.208 0-36.647 16.438-36.647 36.644 0 20.208 16.439 36.648 36.647 36.648Zm0 65.336c-6.509 0-12.893.295-19.103.839 2.765-16.346 6.342-32.831 10.697-47.792-12.989-2.05-24.445-8.771-32.59-18.382a61.963 61.963 0 0 0-5.512 3.318 7.648 7.648 0 0 0-3.243 5.122l-24.196 128.919a9.463 9.463 0 0 0-.194 1.807c0 10.923 20.496 20.221 49.143 23.702a347.866 347.866 0 0 1-.518-9.015c-.83-18.856.049-37.706 2.081-56.463 7.423-.967 15.302-1.46 23.435-1.456 8.133-.004 16.012.489 23.435 1.456 2.032 18.757 2.911 37.607 2.081 56.463-.135 3.017-.306 6.02-.517 9.015 28.647-3.481 49.139-12.779 49.139-23.702 0-.604-.07-1.215-.19-1.807l-24.197-128.919a7.645 7.645 0 0 0-3.243-5.122 61.946 61.946 0 0 0-5.511-3.318c-8.146 9.611-19.602 16.332-32.591 18.382 4.355 14.961 7.932 31.446 10.697 47.792a219.046 219.046 0 0 0-19.103-.839Z\" fill=\"#AAC3E1\"/></g><path d=\"M351.168 227.632V116.646h-34.29v142.51h86.23v-31.524h-51.94Z\" fill=\"#14235A\"/></svg>',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e1ibgu\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"xZgCVUPCI\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cb7bc4\",\"data-framer-name\":\"Navmenu\",layoutDependency:layoutDependency,layoutId:\"wjOJEXpX3\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1},variants:{kHU_WkbnX:{backgroundColor:\"var(--token-c990965c-86ec-4d42-bd67-8edd55679f9c, rgb(250, 250, 245))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,opacity:1},xrkBWfsN8:{backgroundColor:\"var(--token-004d2fad-67c6-4d23-a0e2-a7f462bab3da, rgb(215, 214, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,opacity:0}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FYJuMYtHn\"},implicitPathVariables:undefined},{href:{webPageId:\"FYJuMYtHn\"},implicitPathVariables:undefined},{href:{webPageId:\"FYJuMYtHn\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-40)/2)+0+8.5+0+0,...addPropertyOverrides({kHU_WkbnX:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+0},xrkBWfsN8:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h8v6lm-container\",layoutDependency:layoutDependency,layoutId:\"oRrIN7kqh-container\",nodeId:\"oRrIN7kqh\",rendersWithMotion:true,scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(Navlink,{height:\"100%\",id:\"oRrIN7kqh\",layoutId:\"oRrIN7kqh\",LWE8QcWhU:resolvedLinks[0],nw1aYSkVo:\"\\xdcber uns\",tPd6gtRvS:false,VyMwIkeg6:false,width:\"100%\",...addPropertyOverrides({kHU_WkbnX:{LWE8QcWhU:resolvedLinks[2]},xrkBWfsN8:{LWE8QcWhU:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ckb97tYuU\"},implicitPathVariables:undefined},{href:{webPageId:\"Ckb97tYuU\"},implicitPathVariables:undefined},{href:{webPageId:\"Ckb97tYuU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-40)/2)+0+8.5+0+0,...addPropertyOverrides({kHU_WkbnX:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+55},xrkBWfsN8:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+55}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gap2o6-container\",layoutDependency:layoutDependency,layoutId:\"xjz43kFg1-container\",nodeId:\"xjz43kFg1\",rendersWithMotion:true,scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(Navlink,{height:\"100%\",id:\"xjz43kFg1\",layoutId:\"xjz43kFg1\",LWE8QcWhU:resolvedLinks1[0],nw1aYSkVo:\"Unterst\\xfctzen\",tPd6gtRvS:false,VyMwIkeg6:false,width:\"100%\",...addPropertyOverrides({kHU_WkbnX:{LWE8QcWhU:resolvedLinks1[2]},xrkBWfsN8:{LWE8QcWhU:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-40)/2)+0+8.5+0+0,...addPropertyOverrides({kHU_WkbnX:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+110},xrkBWfsN8:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+110}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gxew38-container\",layoutDependency:layoutDependency,layoutId:\"u4H0CrVkl-container\",nodeId:\"u4H0CrVkl\",rendersWithMotion:true,scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(Navlink,{height:\"100%\",id:\"u4H0CrVkl\",layoutId:\"u4H0CrVkl\",LWE8QcWhU:\"https://www.paypal.com/donate?hosted_button_id=G22GG5JQRYCC4\",nw1aYSkVo:\"Spenden\",tPd6gtRvS:true,VyMwIkeg6:false,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kHU_WkbnX:{height:40,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-60)/2)+1+62+0+36+165}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h3z7l5-container\",layoutDependency:layoutDependency,layoutId:\"O1PPdZbeG-container\",nodeId:\"O1PPdZbeG\",rendersWithMotion:true,scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(Button,{dcBFjeCsT:\"Jetzt anmelden\",height:\"100%\",id:\"O1PPdZbeG\",layoutId:\"O1PPdZbeG\",o5adMPPQJ:\"/mitmachen\",sU32rtFv_:false,variant:\"RtzoVpj14\",VfrxvtdDJ:false,width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xf8kyb\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"PBpg4G5Fv\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q8tdod\",\"data-framer-name\":\"Burger Menu\",layoutDependency:layoutDependency,layoutId:\"ZHsVDBmYi\",style:{backgroundColor:\"var(--token-361c4e97-a766-4f18-af89-08060b5908e7, rgb(28, 39, 76))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},...addPropertyOverrides({kHU_WkbnX:{\"data-highlight\":true,onTap:onTap168no8g},xrkBWfsN8:{\"data-highlight\":true,onTap:onTap19ht90z}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-d2tkjv\",\"data-framer-name\":\"menu_1_svgrepo_com_1_\",fill:\"black\",intrinsicHeight:800,intrinsicWidth:800,layoutDependency:layoutDependency,layoutId:\"A9xMoWJgR\",svg:'<svg width=\"800\" height=\"800\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5 8.25h-15v-1.5h15v1.5Zm0 4.5h-15v-1.5h15v1.5Zm0 4.5h-15v-1.5h15v1.5Z\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-40)/2)+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tzrysh-container\",layoutDependency:layoutDependency,layoutId:\"xU7EoYmKr-container\",nodeId:\"xU7EoYmKr\",rendersWithMotion:true,scopeId:\"Jmig7qleX\",children:/*#__PURE__*/_jsx(Button,{dcBFjeCsT:\"Jetzt anmelden\",height:\"100%\",id:\"xU7EoYmKr\",layoutId:\"xU7EoYmKr\",o5adMPPQJ:\"/mitmachen\",sU32rtFv_:false,variant:\"RtzoVpj14\",VfrxvtdDJ:false,width:\"100%\"})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-71AVG.framer-z8hpoh, .framer-71AVG .framer-z8hpoh { display: block; }\",\".framer-71AVG.framer-6qwg9n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 1200px; }\",\".framer-71AVG .framer-1vndn7i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 25px 0px 25px; position: relative; width: 1px; }\",\".framer-71AVG .framer-5nprvh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-71AVG .framer-1nzjckj { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 31px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; user-select: none; width: 200px; }\",\".framer-71AVG .framer-no0jzi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-71AVG .framer-16cmxcl { aspect-ratio: 5.883152173913044 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 176px; }\",\".framer-71AVG .framer-e1ibgu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-71AVG .framer-1cb7bc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-71AVG .framer-1h8v6lm-container, .framer-71AVG .framer-gap2o6-container, .framer-71AVG .framer-1gxew38-container, .framer-71AVG .framer-h3z7l5-container, .framer-71AVG .framer-tzrysh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-71AVG .framer-1xf8kyb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-71AVG .framer-1q8tdod { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-71AVG .framer-d2tkjv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-71AVG.framer-v-7b4nre.framer-6qwg9n, .framer-71AVG.framer-v-17bgg5a.framer-6qwg9n { overflow: visible; width: 400px; }\",\".framer-71AVG.framer-v-7b4nre .framer-1vndn7i, .framer-71AVG.framer-v-17bgg5a .framer-1vndn7i { height: 60px; overflow: visible; padding: 0px 18px 0px 18px; }\",\".framer-71AVG.framer-v-7b4nre .framer-5nprvh, .framer-71AVG.framer-v-17bgg5a .framer-5nprvh { height: 58px; overflow: visible; }\",\".framer-71AVG.framer-v-7b4nre .framer-1nzjckj, .framer-71AVG.framer-v-17bgg5a .framer-1nzjckj { width: min-content; }\",\".framer-71AVG.framer-v-7b4nre .framer-e1ibgu { align-content: flex-start; align-items: flex-start; height: 1px; justify-content: flex-start; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 62px; width: unset; z-index: 1; }\",\".framer-71AVG.framer-v-7b4nre .framer-1cb7bc4, .framer-71AVG.framer-v-17bgg5a .framer-1cb7bc4 { flex: 1 0 0px; flex-direction: column; padding: 36px; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-71AVG.framer-v-7b4nre .framer-1xf8kyb, .framer-71AVG.framer-v-17bgg5a .framer-1xf8kyb { gap: 16px; width: min-content; }\",\".framer-71AVG.framer-v-7b4nre .framer-1q8tdod, .framer-71AVG.framer-v-17bgg5a .framer-1q8tdod { cursor: pointer; }\",\".framer-71AVG.framer-v-17bgg5a .framer-e1ibgu { align-content: flex-start; align-items: flex-start; justify-content: flex-start; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 62px; width: unset; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xrkBWfsN8\":{\"layout\":[\"fixed\",\"auto\"]},\"kHU_WkbnX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJmig7qleX=withCSS(Component,css,\"framer-71AVG\");export default FramerJmig7qleX;FramerJmig7qleX.displayName=\"Navbar\";FramerJmig7qleX.defaultProps={height:80,width:1200};addPropertyControls(FramerJmig7qleX,{variant:{options:[\"IazYoPFGw\",\"xrkBWfsN8\",\"kHU_WkbnX\"],optionTitles:[\"Desktop\",\"Mobile-close\",\"Mobile-open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJmig7qleX,[{explicitInter:true,fonts:[]},...NavlinkFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJmig7qleX\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xrkBWfsN8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kHU_WkbnX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jmig7qleX.map"],
  "mappings": "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",
  "names": ["t", "r", "h", "a", "c", "e", "i", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "l", "raf", "time", "styleElement", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "footerLink", "height", "id", "linkText", "newTab", "width", "props", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "IaSpHpHCV", "Ea2TAF3N6", "HxZR7WWtH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerZ3gDuzKFn", "withCSS", "Z3gDuzKFn_default", "addPropertyControls", "ControlType", "addFonts", "FooterLinkFonts", "getFonts", "Z3gDuzKFn_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "Image2", "getLoadingLazyAtYPosition", "css", "FramergLCJ8xV_k", "withCSS", "gLCJ8xV_k_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "newTab", "smoothScroll", "text", "width", "props", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nw1aYSkVo", "LWE8QcWhU", "tPd6gtRvS", "VyMwIkeg6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FrameryNZHSAx4u", "withCSS", "yNZHSAx4u_default", "addPropertyControls", "ControlType", "addFonts", "NavlinkFonts", "getFonts", "yNZHSAx4u_default", "ButtonFonts", "mic5zMKUH_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap19ht90z", "args", "onTap168no8g", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "css", "FramerJmig7qleX", "withCSS", "Jmig7qleX_default", "addPropertyControls", "ControlType", "addFonts"]
}
