{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/S3hbKfVaAXVqq0wZtT1w/IG36sMeL8MyqwLNjKLcL/HAK5RBiEd.js", "ssg:https://framerusercontent.com/modules/JzxUAxFxT8uyZvcrmpDD/knvBT9zfab9HZVKwlEMN/XIpGlSC__.js", "ssg:https://framerusercontent.com/modules/nO9aRxu8qwlzyuiiCjmE/WCwJeDLEBtc5VQcx9LzA/YlsthKL24.js", "ssg:https://framerusercontent.com/modules/sRexIxkOFO6eGN5icmqr/qSt4Gwg4iDtwqDTYpyz3/cFoeD_cKu.js", "ssg:https://framerusercontent.com/modules/6Wb5c62jDXJqh6gzaN37/2Ivyp2SpYzWUugJ4qsQ3/CwONnVar2.js", "ssg:https://framerusercontent.com/modules/vVHPIPBiyWYasfF9i8GT/AFb7GTeBNNVCvyT8bG1R/bqAJOpGZN.js", "ssg:https://framerusercontent.com/modules/hP7GepOZhiRUVDuSMzGA/KSmZYjJTpixl4bS9QqHk/pPmogNY6m.js", "ssg:https://framerusercontent.com/modules/JQRKwZv6rgdZ4OfkcuSU/45PpCkD31n6caHb3DNDn/dQcuWx460.js", "ssg:https://framerusercontent.com/modules/9tT5NPSZL0L6kMseiItL/f8xBvek6YlPP6LbUeg1U/IYPwirJcs.js", "ssg:https://framerusercontent.com/modules/SsLlsvv6mAA80R52PTcP/9GpXicLTUjT7vzqOGy28/stITzOOzK.js", "ssg:https://framerusercontent.com/modules/h4CU27pJFcTLFKFybzwD/nadsa4HUSG5iAOAUc9Fs/nF6JHoJqr.js", "ssg:https://framerusercontent.com/modules/H94zGFuFLrbcuVOM1OpF/owGqamKfmvKvl7D37JJu/Wy3n0QhPI.js", "ssg:https://framerusercontent.com/modules/GQUJu0KrAZPUq36zWRw5/Z8JVjq7iyJYBXAvWDBGT/yVzxJZ_DT.js"],
  "sourcesContent": ["function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}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&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@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 (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-eHTVE .framer-styles-preset-b20w4e:not(.rich-text-wrapper), .framer-eHTVE .framer-styles-preset-b20w4e.rich-text-wrapper a { --framer-link-current-text-color: var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, #e6dcd3) /* {\"name\":\"Beige\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, #dc644b) /* {\"name\":\"Orange\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, #e6dcd3); --framer-link-text-decoration: none; }'];export const className=\"framer-eHTVE\";\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 (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-Yhvh7 .framer-styles-preset-176cjmd:not(.rich-text-wrapper), .framer-Yhvh7 .framer-styles-preset-176cjmd.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, #dc644b) /* {\"name\":\"Orange\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-125b15c8-592d-4fb2-be3c-f4afec59d530, #e6af5a); --framer-link-text-decoration: none; }'];export const className=\"framer-Yhvh7\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (32e10d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-TWKN3 .framer-styles-preset-1u3vcsy:not(.rich-text-wrapper), .framer-TWKN3 .framer-styles-preset-1u3vcsy.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-125b15c8-592d-4fb2-be3c-f4afec59d530, #e6af5a) /* {\"name\":\"Yellow\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: rgba(230, 220, 211, 0.5); --framer-link-text-decoration: none; }'];export const className=\"framer-TWKN3\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (32e10d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/S3hbKfVaAXVqq0wZtT1w/IG36sMeL8MyqwLNjKLcL/HAK5RBiEd.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/JzxUAxFxT8uyZvcrmpDD/knvBT9zfab9HZVKwlEMN/XIpGlSC__.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nO9aRxu8qwlzyuiiCjmE/WCwJeDLEBtc5VQcx9LzA/YlsthKL24.js\";const RichTextWithFX=withFX(RichText);const cycleOrder=[\"jf6GhXRCa\",\"FdIbnvpNL\",\"TcGYBprWz\"];const serializationHash=\"framer-k4f1J\";const variantClassNames={FdIbnvpNL:\"framer-v-51ezh4\",jf6GhXRCa:\"framer-v-1vlj1wg\",TcGYBprWz:\"framer-v-2ofpue\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:1.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};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:\"jf6GhXRCa\",Phone:\"TcGYBprWz\",Tablet:\"FdIbnvpNL\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jf6GhXRCa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jf6GhXRCa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"TcGYBprWz\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"FdIbnvpNL\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"TcGYBprWz\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"FdIbnvpNL\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1vlj1wg\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jf6GhXRCa\",ref:ref??ref1,style:{backgroundColor:\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",...style},...addPropertyOverrides({FdIbnvpNL:{\"data-framer-name\":\"Tablet\"},TcGYBprWz:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f9is5k\",\"data-framer-name\":\"Perrine-logo-nav\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EtSWBDczq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 252 77\"><path d=\"M 140.681 50.377 C 140.036 50.034 139.293 49.864 138.451 49.864 C 137.608 49.864 136.918 50.028 136.273 50.36 C 135.629 50.691 135.117 51.191 134.739 51.86 C 134.363 52.526 134.173 53.369 134.173 54.383 C 134.173 55.398 134.357 56.216 134.722 56.893 C 135.088 57.571 135.592 58.087 136.239 58.433 C 136.882 58.78 137.625 58.956 138.466 58.956 C 139.308 58.956 140.02 58.791 140.67 58.467 C 141.322 58.139 141.857 57.615 142.203 56.967 C 142.574 56.293 142.761 55.448 142.761 54.434 C 142.761 53.42 142.574 52.585 142.203 51.906 C 141.857 51.254 141.327 50.721 140.679 50.375 M 140.443 56.075 C 140.274 56.505 140.03 56.829 139.715 57.044 C 139.397 57.259 139.01 57.365 138.55 57.365 C 137.839 57.365 137.28 57.106 136.869 56.589 C 136.46 56.071 136.256 55.323 136.256 54.35 C 136.256 53.732 136.34 53.214 136.509 52.797 C 136.679 52.376 136.928 52.058 137.254 51.844 C 137.583 51.627 137.964 51.521 138.402 51.521 C 138.906 51.521 139.323 51.641 139.657 51.885 C 139.99 52.129 140.246 52.473 140.427 52.919 C 140.607 53.367 140.696 53.906 140.696 54.533 C 140.696 55.128 140.612 55.643 140.443 56.073 M 149.317 49.882 C 148.769 49.882 148.311 50.001 147.94 50.237 C 147.569 50.476 147.278 50.829 147.072 51.298 C 146.865 51.767 146.711 52.354 146.612 53.062 L 146.318 53.062 L 146.351 50.082 L 144.611 50.082 L 144.611 58.743 L 146.679 58.743 L 146.679 54.698 C 146.776 54.147 146.921 53.671 147.113 53.267 C 147.305 52.863 147.554 52.553 147.866 52.332 C 148.179 52.109 148.548 52 148.973 52 C 149.125 52 149.291 52.012 149.473 52.04 C 149.654 52.069 149.83 52.116 150.006 52.184 L 150.086 49.98 C 149.949 49.938 149.809 49.911 149.667 49.898 C 149.55 49.887 149.433 49.881 149.315 49.882 M 158.326 57.019 C 157.996 56.879 157.648 56.79 157.293 56.753 C 157.013 56.724 156.732 56.707 156.45 56.703 L 154.172 56.703 C 154.002 56.703 153.832 56.691 153.664 56.67 C 153.516 56.657 153.371 56.615 153.239 56.547 C 153.128 56.486 153.076 56.412 153.076 56.322 C 153.076 56.212 153.145 56.095 153.287 55.966 C 153.466 55.81 153.652 55.663 153.845 55.525 C 154.194 55.57 154.453 55.598 154.614 55.609 C 154.778 55.621 154.93 55.625 155.075 55.625 C 155.839 55.625 156.491 55.528 157.033 55.334 C 157.574 55.14 157.987 54.871 158.269 54.522 C 158.555 54.172 158.695 53.774 158.695 53.321 C 158.695 52.846 158.534 52.472 158.213 52.194 C 157.89 51.918 157.389 51.727 156.714 51.615 L 156.714 51.252 L 159.403 51.65 L 159.403 49.993 L 155.157 49.993 C 154.307 49.993 153.582 50.118 152.987 50.366 C 152.391 50.616 151.94 50.954 151.633 51.386 C 151.326 51.816 151.174 52.312 151.174 52.875 C 151.174 53.505 151.359 54.016 151.73 54.406 C 152.103 54.799 152.62 55.013 153.287 55.046 L 153.287 55.378 C 152.589 55.533 152.089 55.726 151.788 55.957 C 151.488 56.188 151.337 56.453 151.337 56.751 C 151.337 57.048 151.49 57.283 151.797 57.421 C 152.103 57.56 152.551 57.623 153.14 57.611 L 153.14 57.945 C 152.354 58.021 151.761 58.223 151.363 58.548 C 150.964 58.872 150.764 59.292 150.764 59.796 C 150.764 60.217 150.906 60.569 151.19 60.858 C 151.473 61.145 151.913 61.36 152.51 61.502 C 153.103 61.645 153.866 61.718 154.795 61.718 C 155.845 61.718 156.721 61.623 157.425 61.437 C 158.129 61.251 158.659 60.952 159.015 60.55 C 159.369 60.149 159.548 59.631 159.548 59.002 C 159.548 58.439 159.431 58.001 159.195 57.693 C 158.958 57.384 158.67 57.157 158.326 57.013 M 153.223 52.978 C 153.223 52.514 153.379 52.135 153.69 51.836 C 154.001 51.538 154.439 51.39 155.008 51.39 C 155.575 51.39 156.009 51.54 156.312 51.845 C 156.612 52.148 156.761 52.535 156.761 53.012 C 156.761 53.454 156.614 53.81 156.32 54.079 C 156.026 54.35 155.594 54.487 155.025 54.487 C 154.684 54.496 154.346 54.431 154.033 54.296 C 153.782 54.184 153.571 53.999 153.426 53.765 C 153.286 53.527 153.215 53.254 153.223 52.978 Z M 157.466 59.545 C 157.29 59.716 157.001 59.837 156.597 59.917 C 156.193 59.994 155.652 60.034 154.975 60.034 C 154.572 60.038 154.17 60.016 153.77 59.967 C 153.437 59.923 153.182 59.832 153.008 59.695 C 152.833 59.554 152.746 59.357 152.746 59.092 C 152.746 58.827 152.851 58.583 153.064 58.362 C 153.278 58.142 153.647 57.993 154.17 57.915 L 156.185 57.915 C 156.305 57.915 156.454 57.923 156.626 57.932 C 156.801 57.943 156.975 57.976 157.143 58.032 C 157.308 58.084 157.454 58.184 157.562 58.321 C 157.671 58.459 157.726 58.649 157.726 58.893 C 157.734 59.14 157.638 59.378 157.462 59.548 M 170.746 56.472 C 170.546 56.849 170.212 57.136 169.811 57.275 C 169.544 57.364 169.264 57.406 168.983 57.398 C 168.251 57.398 167.675 57.159 167.255 56.685 C 166.879 56.263 166.682 55.635 166.642 54.827 L 172.671 54.782 C 172.727 53.976 172.671 53.266 172.509 52.652 C 172.369 52.09 172.113 51.565 171.755 51.112 C 171.422 50.703 170.995 50.382 170.511 50.176 C 169.98 49.96 169.411 49.854 168.839 49.863 C 168.172 49.863 167.579 49.98 167.06 50.212 C 166.541 50.443 166.102 50.768 165.74 51.189 C 165.372 51.627 165.092 52.133 164.915 52.679 C 164.718 53.288 164.621 53.926 164.627 54.567 C 164.627 55.252 164.726 55.865 164.921 56.404 C 165.118 56.946 165.404 57.408 165.773 57.787 C 166.159 58.177 166.627 58.474 167.142 58.657 C 167.683 58.856 168.297 58.954 168.986 58.954 C 169.488 58.962 169.989 58.901 170.476 58.772 C 170.873 58.665 171.247 58.485 171.581 58.241 C 171.892 58.013 172.146 57.734 172.343 57.414 C 172.547 57.077 172.692 56.707 172.771 56.32 L 170.966 55.906 C 170.913 56.105 170.839 56.294 170.746 56.469 M 167.672 51.876 C 168.011 51.639 168.404 51.52 168.852 51.52 C 169.246 51.52 169.594 51.617 169.902 51.809 C 170.207 52.003 170.441 52.3 170.606 52.703 C 170.704 52.95 170.749 53.251 170.763 53.58 L 166.698 53.617 C 166.738 53.372 166.804 53.132 166.895 52.901 C 167.048 52.489 167.319 52.132 167.672 51.876 Z M 179.536 49.864 C 179 49.864 178.53 49.971 178.126 50.179 C 177.723 50.387 177.391 50.702 177.135 51.122 C 176.877 51.541 176.673 52.076 176.521 52.728 L 176.226 52.728 L 176.276 50.078 L 174.554 50.078 L 174.554 58.739 L 176.621 58.739 L 176.621 54.814 C 176.63 54.24 176.722 53.712 176.888 53.231 C 177.034 52.79 177.284 52.392 177.618 52.072 C 177.935 51.779 178.323 51.634 178.782 51.634 C 179.33 51.634 179.741 51.85 180.019 52.286 C 180.298 52.724 180.437 53.409 180.437 54.349 L 180.437 58.739 L 182.52 58.739 L 182.52 54.133 C 182.52 52.677 182.266 51.598 181.758 50.904 C 181.249 50.208 180.508 49.86 179.537 49.86 M 190.595 56.802 L 195.216 51.834 L 195.216 50.079 L 188.071 50.079 L 188.071 51.785 L 192.561 51.785 L 192.561 52.016 L 188.007 56.952 L 188.007 58.741 L 195.249 58.741 L 195.249 57.019 L 190.595 57.019 Z M 198.025 46.6 C 197.608 46.6 197.29 46.691 197.068 46.873 C 196.842 47.056 196.732 47.317 196.732 47.661 C 196.732 48.006 196.844 48.266 197.068 48.446 C 197.291 48.63 197.61 48.72 198.025 48.72 C 198.441 48.72 198.777 48.628 199.001 48.446 C 199.225 48.266 199.336 48.003 199.336 47.661 C 199.336 47.318 199.227 47.042 199.008 46.865 C 198.789 46.69 198.461 46.6 198.025 46.6 Z M 199.054 50.079 L 196.989 50.079 L 196.989 58.743 L 199.054 58.743 L 199.054 50.078 Z M 207.014 56.472 C 206.92 56.649 206.795 56.809 206.645 56.943 C 206.479 57.088 206.287 57.201 206.08 57.275 C 205.813 57.364 205.533 57.406 205.252 57.398 C 204.518 57.398 203.942 57.159 203.523 56.685 C 203.148 56.263 202.951 55.635 202.91 54.827 L 208.94 54.782 C 208.994 53.976 208.94 53.266 208.777 52.652 C 208.638 52.09 208.381 51.565 208.024 51.112 C 207.69 50.702 207.262 50.381 206.778 50.176 C 206.247 49.96 205.678 49.853 205.106 49.863 C 204.439 49.863 203.846 49.98 203.329 50.212 C 202.809 50.443 202.371 50.768 202.008 51.189 C 201.64 51.627 201.36 52.133 201.183 52.679 C 200.986 53.288 200.889 53.926 200.895 54.567 C 200.895 55.252 200.993 55.865 201.189 56.404 C 201.386 56.946 201.672 57.408 202.041 57.787 C 202.414 58.168 202.868 58.458 203.41 58.657 C 203.951 58.856 204.564 58.954 205.253 58.954 C 205.756 58.962 206.257 58.901 206.744 58.772 C 207.141 58.665 207.516 58.485 207.849 58.241 C 208.16 58.013 208.415 57.734 208.612 57.414 C 208.81 57.096 208.95 56.731 209.038 56.32 L 207.235 55.906 C 207.18 56.105 207.106 56.294 207.014 56.469 M 203.942 51.876 C 204.28 51.639 204.674 51.52 205.122 51.52 C 205.515 51.52 205.863 51.617 206.172 51.809 C 206.476 52.003 206.712 52.3 206.876 52.703 C 206.974 52.95 207.018 53.251 207.033 53.58 L 202.969 53.617 C 203.008 53.372 203.073 53.131 203.165 52.901 C 203.318 52.489 203.588 52.132 203.942 51.876 Z M 218.022 50.908 C 217.514 50.211 216.774 49.864 215.801 49.864 C 215.269 49.864 214.797 49.969 214.394 50.178 C 213.984 50.393 213.64 50.72 213.404 51.122 C 213.145 51.541 212.942 52.075 212.788 52.727 L 212.494 52.727 L 212.543 50.078 L 210.822 50.078 L 210.822 58.739 L 212.888 58.739 L 212.888 54.814 C 212.898 54.239 212.987 53.713 213.157 53.234 C 213.326 52.753 213.569 52.366 213.887 52.073 C 214.203 51.781 214.591 51.635 215.049 51.635 C 215.597 51.635 216.009 51.854 216.287 52.29 C 216.565 52.728 216.706 53.413 216.706 54.353 L 216.706 58.741 L 218.786 58.741 L 218.786 54.137 C 218.786 52.68 218.534 51.603 218.024 50.908\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path><path d=\"M 200.805 24.457 C 200.259 24.157 199.576 24.354 199.268 24.901 C 194.786 33.693 189.51 38.843 184.412 39.398 C 184.176 39.423 183.937 39.438 183.7 39.438 C 182.169 39.438 180.7 38.901 179.455 37.887 C 177.04 35.926 176.251 32.845 176.011 30.604 C 175.888 29.481 175.91 28.347 176.076 27.231 C 176.601 27.227 177.399 27.211 178.327 27.111 C 180.407 26.885 183.114 26.261 184.195 24.579 C 184.757 23.716 185 22.768 184.903 21.843 C 184.749 20.404 183.833 19.335 182.45 18.986 L 182.443 18.986 C 181.969 18.858 181.475 18.823 180.988 18.883 C 177.322 19.284 174.664 22.115 173.875 26.459 C 172.252 32.367 169.648 36.208 167.083 36.488 C 166.981 36.5 166.878 36.505 166.776 36.505 C 165.449 36.505 164.138 35.545 162.981 33.737 C 161.821 31.916 160.845 29.276 160.159 26.102 C 159.602 23.58 157.961 22.026 155.917 22.026 C 155.772 22.026 155.623 22.036 155.474 22.053 C 153.165 22.303 151.08 24.447 150.284 27.386 C 149.771 29.295 149.621 32.387 149.835 36.579 C 149.404 34.577 149.078 32.553 148.859 30.516 C 148.705 29.143 148.63 27.762 148.634 26.38 L 148.624 26.268 C 148.555 25.667 148.055 25.212 147.457 25.206 C 147.423 25.206 147.389 25.206 147.356 25.213 C 146.797 25.272 146.355 25.766 146.323 26.361 C 146.317 27.131 146.345 27.989 146.411 28.915 C 146.401 28.952 146.395 28.989 146.391 29.027 C 145.318 38.076 140.192 45.825 136.666 46.21 C 134.614 46.441 133.472 43.663 132.982 42.032 C 132.592 40.784 132.3 39.219 132.09 37.251 C 131.773 34.271 131.715 30.604 131.914 26.342 L 131.897 26.178 C 131.867 25.878 131.719 25.603 131.487 25.414 C 131.255 25.225 130.957 25.138 130.661 25.173 C 130.096 25.223 129.655 25.686 129.624 26.259 C 129.56 27.509 129.401 29.787 129.396 29.883 C 129.354 30.562 129.256 31.236 129.104 31.898 C 127.942 36.934 126.09 42.512 124.151 46.824 C 120.819 54.312 118.669 55.188 118.091 55.278 C 118.03 55.285 117.968 55.289 117.906 55.289 C 117.004 55.289 116.233 54.536 115.612 53.048 C 114.943 51.443 114.421 48.917 114.063 45.539 C 113.873 43.758 113.731 41.627 113.6 38.628 L 113.562 38.269 C 113.274 35.582 111.127 35.203 108.853 34.803 C 107.893 34.636 106.9 34.461 106.011 34.099 C 106.259 32.639 106.333 31.462 106.228 30.499 C 106.098 29.276 105.709 28.375 105.073 27.817 C 104.593 27.396 103.962 27.195 103.33 27.261 C 102.664 27.334 101.983 27.852 101.457 28.684 C 100.756 29.799 100.522 31.177 100.869 32.2 C 101.283 33.422 102.135 34.462 103.475 35.373 C 102.152 41.049 99.895 47.937 97.86 52.514 C 95.948 56.808 93.171 62.543 91.164 62.761 C 91.093 62.769 91.021 62.773 90.949 62.773 C 89.93 62.773 89.088 61.89 88.376 60.071 C 87.673 58.262 87.14 55.608 86.751 51.954 C 86.45 49.095 86.235 46.227 86.108 43.354 L 86.09 42.929 C 85.766 39.882 83.142 39.164 80.367 38.399 L 80.359 38.399 C 79.456 38.151 78.522 37.892 77.669 37.547 C 77.958 35.994 78.043 34.64 77.923 33.526 C 77.784 32.232 77.371 31.273 76.692 30.681 C 76.253 30.29 75.689 30.073 75.104 30.069 C 75.027 30.069 74.943 30.074 74.863 30.082 C 74.015 30.175 73.251 30.673 72.713 31.487 C 72.168 32.326 71.932 33.332 72.046 34.329 C 72.223 35.989 73.366 37.661 75.109 38.803 C 70.503 48.351 65.012 53.928 59.652 54.511 C 59.416 54.538 59.177 54.551 58.943 54.551 C 57.412 54.551 55.939 54.015 54.69 53 C 53.359 51.918 51.684 49.778 51.251 45.718 C 51.128 44.596 51.149 43.463 51.313 42.346 C 52.065 42.346 52.817 42.305 53.565 42.226 C 55.645 42 58.353 41.376 59.433 39.694 C 59.995 38.831 60.239 37.883 60.142 36.959 C 60.035 35.969 59.594 35.16 58.862 34.625 C 58.165 34.113 57.227 33.888 56.228 33.997 C 51.257 34.539 48.277 39.507 48.978 46.08 C 49.31 49.183 50.469 51.97 52.24 53.931 C 54.249 56.148 56.9 57.144 59.896 56.822 C 68.244 55.914 74.29 45.79 77.157 39.821 C 78.063 40.169 78.963 40.415 79.879 40.655 C 82.53 41.38 83.626 41.813 83.773 43.181 L 83.802 43.446 C 83.933 46.632 84.226 50.267 84.444 52.29 C 85.376 61.026 87.439 65.095 90.945 65.095 C 91.111 65.095 91.286 65.084 91.462 65.065 L 91.575 65.052 C 94.595 64.659 97.594 59.211 99.578 54.71 C 101.816 49.632 104.058 42.802 105.578 36.432 C 106.856 36.87 107.977 37.016 108.877 37.137 C 110.347 37.333 111.159 37.442 111.273 38.522 L 111.295 38.729 C 111.433 41.822 111.575 43.92 111.768 45.733 C 112.228 50.048 112.979 53.093 114.068 55.037 C 115.04 56.776 116.258 57.62 117.799 57.62 C 117.953 57.62 118.114 57.61 118.282 57.592 C 118.334 57.588 118.385 57.572 118.431 57.547 C 120.879 57.189 123.505 53.907 126.242 47.793 C 127.518 44.926 128.796 41.436 129.853 37.952 C 130.325 41.932 131.281 44.842 132.69 46.601 C 133.726 47.893 134.977 48.546 136.41 48.546 C 136.575 48.546 136.743 48.537 136.909 48.518 C 138.76 48.315 140.824 46.893 142.714 44.513 C 144.571 42.176 146.194 39.004 147.29 35.576 C 148.195 40.339 149.52 44.323 150.937 46.515 C 151.175 46.851 151.542 47.046 151.906 47.046 C 152.232 47.051 152.544 46.911 152.76 46.664 C 152.976 46.418 153.075 46.088 153.031 45.761 C 152.865 44.597 152.723 43.429 152.603 42.259 C 152.187 38.356 151.62 31.313 152.498 27.987 C 153.124 25.657 154.566 24.486 155.715 24.363 C 155.778 24.355 155.841 24.351 155.904 24.351 C 156.853 24.351 157.579 25.174 157.901 26.608 C 159.52 33.883 162.404 38.202 166.024 38.769 C 166.365 38.808 166.823 38.848 167.326 38.798 C 169.021 38.612 170.619 37.611 172.066 35.817 C 172.758 34.964 173.412 33.919 174.016 32.709 C 174.585 35.333 175.789 37.651 177.404 39.24 C 179.041 40.879 181.257 41.789 183.56 41.768 C 183.92 41.768 184.283 41.749 184.653 41.707 C 192.141 40.891 197.77 32.818 201.172 26.187 L 201.262 26.021 C 201.406 25.752 201.439 25.436 201.352 25.143 C 201.266 24.85 201.067 24.604 200.801 24.459 M 182.017 21.256 L 182.043 21.267 C 182.107 21.286 182.169 21.312 182.227 21.347 C 182.452 21.495 182.581 21.74 182.619 22.093 C 182.661 22.488 182.543 22.928 182.291 23.298 C 181.834 23.995 180.277 24.537 178.021 24.784 L 178 24.784 C 177.572 24.838 177.142 24.875 176.711 24.894 C 177.683 22.601 179.121 21.422 181.234 21.195 C 181.291 21.188 181.349 21.184 181.406 21.185 L 181.594 21.185 C 181.723 21.187 181.82 21.198 181.904 21.217 C 181.93 21.223 181.955 21.232 181.98 21.244 C 181.992 21.25 182.004 21.254 182.017 21.258 M 103.886 32.752 C 103.335 32.186 103.022 31.586 102.954 30.964 C 102.908 30.604 102.985 30.239 103.171 29.928 C 103.318 29.656 103.488 29.578 103.532 29.57 C 103.579 29.579 103.843 29.819 103.942 30.746 C 104.003 31.333 103.984 31.99 103.886 32.751 Z M 75.562 36.21 C 74.64 35.345 74.377 34.546 74.323 34.026 C 74.222 33.073 74.771 32.425 75.104 32.388 L 75.113 32.388 C 75.134 32.388 75.165 32.401 75.195 32.428 C 75.27 32.49 75.532 32.769 75.638 33.769 C 75.708 34.423 75.682 35.266 75.562 36.209 Z M 56.652 36.293 L 56.808 36.293 C 56.937 36.297 57.034 36.306 57.119 36.326 C 57.135 36.328 57.148 36.336 57.162 36.339 C 57.172 36.344 57.186 36.348 57.198 36.352 C 57.28 36.372 57.36 36.402 57.434 36.443 C 57.678 36.589 57.816 36.838 57.854 37.205 C 57.897 37.6 57.779 38.04 57.527 38.409 C 57.069 39.107 55.513 39.65 53.254 39.893 L 53.233 39.897 C 52.811 39.942 52.374 39.99 51.946 40.003 C 52.918 37.71 54.356 36.534 56.471 36.305 C 56.532 36.298 56.59 36.294 56.649 36.293 M 130.675 20.579 C 131.098 20.579 131.5 20.397 131.783 20.08 C 132.065 19.762 132.201 19.338 132.156 18.913 C 132.154 18.887 132.147 18.861 132.135 18.838 C 132.127 18.821 132.122 18.803 132.118 18.784 C 132.058 18.489 131.911 18.218 131.695 18.009 C 131.683 17.998 131.673 17.981 131.662 17.967 C 131.647 17.947 131.632 17.924 131.61 17.907 C 131.589 17.89 131.565 17.877 131.539 17.868 C 131.522 17.86 131.505 17.855 131.491 17.842 C 131.249 17.679 130.966 17.592 130.675 17.592 L 130.654 17.592 C 130.637 17.592 130.618 17.592 130.599 17.586 C 130.573 17.581 130.547 17.58 130.521 17.58 C 130.126 17.623 129.771 17.819 129.522 18.133 C 129.274 18.442 129.16 18.839 129.204 19.234 C 129.283 19.998 129.92 20.578 130.679 20.578\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 83.76 4.126 C 78.216 -1.825 59.955 -1.247 38.297 5.56 C 38.164 3.3 38.078 1.803 38.051 1.3 L 38.04 1.119 C 38.021 0.807 37.88 0.515 37.646 0.309 C 37.418 0.098 37.116 -0.012 36.808 0.003 C 36.163 0.04 35.67 0.598 35.704 1.251 L 35.717 1.495 C 35.751 2.102 35.848 3.797 35.998 6.298 C 6.673 15.931 0.509 23.18 0.263 23.485 C -0.142 23.988 -0.072 24.726 0.42 25.142 C 0.915 25.555 1.646 25.489 2.061 24.994 C 2.118 24.924 8.286 17.958 36.144 8.741 C 36.956 22.045 39.092 54.572 41.529 72.464 C 41.62 73.109 42.208 73.56 42.847 73.474 C 43.485 73.383 43.932 72.789 43.847 72.142 C 41.392 54.147 39.252 21.35 38.439 7.993 C 62.655 0.275 78.019 1.418 82.055 5.748 C 83.289 7.072 83.496 8.725 82.693 10.8 C 80.301 17 56.869 29.79 48.043 34.196 C 47.464 34.485 47.226 35.195 47.512 35.78 C 47.798 36.366 48.499 36.607 49.078 36.317 C 50.408 35.654 81.668 19.956 84.873 11.66 C 86.3 7.96 85.057 5.523 83.757 4.13\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 160.474 70.096 L 165.094 65.127 L 165.094 63.371 L 157.949 63.371 L 157.949 65.078 L 162.44 65.078 L 162.44 65.309 L 157.885 70.244 L 157.885 72.034 L 165.128 72.034 L 165.128 70.309 L 160.474 70.309 Z\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path></svg>',svgContentId:11232453283,withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 252 77\"><path d=\"M 172.563 63.761 C 171.919 63.419 171.176 63.249 170.333 63.249 C 169.491 63.249 168.8 63.412 168.156 63.744 C 167.512 64.076 167 64.575 166.622 65.244 C 166.246 65.911 166.056 66.754 166.056 67.768 C 166.056 68.782 166.24 69.6 166.605 70.277 C 166.971 70.956 167.475 71.472 168.122 71.817 C 168.765 72.165 169.508 72.34 170.349 72.34 C 171.191 72.34 171.903 72.176 172.553 71.852 C 173.204 71.523 173.74 70.999 174.086 70.352 C 174.457 69.677 174.644 68.833 174.644 67.819 C 174.644 66.804 174.457 65.969 174.086 65.291 C 173.74 64.638 173.209 64.105 172.562 63.76 M 172.326 69.438 C 172.157 69.868 171.912 70.192 171.597 70.407 C 171.28 70.622 170.893 70.728 170.433 70.728 C 169.722 70.728 169.163 70.47 168.752 69.952 C 168.342 69.434 168.139 68.687 168.139 67.713 C 168.139 67.095 168.223 66.577 168.392 66.16 C 168.562 65.739 168.811 65.421 169.136 65.207 C 169.466 64.991 169.847 64.884 170.285 64.884 C 170.789 64.884 171.206 65.004 171.54 65.248 C 171.873 65.492 172.129 65.836 172.31 66.282 C 172.49 66.73 172.579 67.269 172.579 67.897 C 172.579 68.491 172.495 69.007 172.326 69.437 M 181.2 63.266 C 180.652 63.266 180.194 63.386 179.823 63.622 C 179.451 63.861 179.161 64.214 178.955 64.683 C 178.748 65.151 178.594 65.738 178.495 66.447 L 178.201 66.447 L 178.233 63.467 L 176.494 63.467 L 176.494 72.128 L 178.562 72.128 L 178.562 68.083 C 178.659 67.532 178.804 67.055 178.996 66.651 C 179.188 66.248 179.437 65.937 179.749 65.717 C 180.062 65.494 180.431 65.385 180.856 65.385 C 181.008 65.385 181.173 65.397 181.356 65.425 C 181.537 65.454 181.713 65.5 181.889 65.568 L 181.969 63.364 C 181.832 63.323 181.692 63.295 181.55 63.282 C 181.433 63.271 181.316 63.266 181.198 63.266 M 190.209 70.402 C 189.879 70.262 189.531 70.173 189.176 70.136 C 188.896 70.107 188.615 70.09 188.333 70.086 L 186.055 70.086 C 185.885 70.086 185.715 70.075 185.547 70.053 C 185.398 70.04 185.254 69.998 185.121 69.93 C 185.011 69.869 184.959 69.795 184.959 69.705 C 184.959 69.595 185.028 69.478 185.17 69.349 C 185.349 69.193 185.535 69.046 185.728 68.908 C 186.077 68.953 186.335 68.981 186.497 68.992 C 186.661 69.004 186.813 69.008 186.958 69.008 C 187.721 69.008 188.374 68.911 188.916 68.717 C 189.457 68.523 189.87 68.254 190.152 67.905 C 190.438 67.555 190.577 67.157 190.577 66.704 C 190.577 66.229 190.417 65.855 190.096 65.577 C 189.773 65.301 189.272 65.11 188.597 64.998 L 188.597 64.635 L 191.286 65.033 L 191.286 63.376 L 187.04 63.376 C 186.19 63.376 185.465 63.501 184.869 63.749 C 184.274 63.999 183.823 64.337 183.516 64.769 C 183.209 65.199 183.057 65.695 183.057 66.258 C 183.057 66.888 183.242 67.399 183.613 67.789 C 183.986 68.182 184.503 68.396 185.17 68.429 L 185.17 68.761 C 184.472 68.916 183.972 69.109 183.671 69.34 C 183.371 69.571 183.22 69.836 183.22 70.134 C 183.22 70.431 183.373 70.666 183.68 70.804 C 183.986 70.943 184.434 71.006 185.023 70.994 L 185.023 71.328 C 184.237 71.404 183.644 71.606 183.246 71.931 C 182.847 72.255 182.647 72.675 182.647 73.179 C 182.647 73.6 182.789 73.952 183.073 74.241 C 183.356 74.528 183.796 74.743 184.393 74.885 C 184.986 75.028 185.749 75.101 186.678 75.101 C 187.728 75.101 188.603 75.006 189.308 74.82 C 190.012 74.634 190.542 74.335 190.898 73.933 C 191.252 73.532 191.431 73.014 191.431 72.385 C 191.431 71.822 191.314 71.384 191.078 71.076 C 190.841 70.767 190.553 70.54 190.209 70.396 M 185.106 66.342 C 185.106 65.879 185.262 65.499 185.573 65.201 C 185.884 64.903 186.322 64.755 186.891 64.755 C 187.458 64.755 187.892 64.905 188.195 65.21 C 188.495 65.513 188.644 65.9 188.644 66.377 C 188.644 66.819 188.497 67.175 188.203 67.444 C 187.909 67.715 187.477 67.852 186.908 67.852 C 186.567 67.861 186.229 67.796 185.915 67.661 C 185.665 67.549 185.454 67.364 185.309 67.13 C 185.169 66.892 185.098 66.619 185.106 66.342 Z M 189.349 72.825 C 189.173 72.997 188.884 73.117 188.48 73.197 C 188.076 73.274 187.535 73.314 186.858 73.314 C 186.455 73.318 186.053 73.296 185.653 73.247 C 185.32 73.204 185.065 73.112 184.89 72.975 C 184.716 72.835 184.629 72.637 184.629 72.373 C 184.629 72.107 184.734 71.863 184.947 71.642 C 185.161 71.422 185.53 71.273 186.053 71.195 L 188.068 71.195 C 188.187 71.195 188.337 71.203 188.509 71.212 C 188.684 71.223 188.858 71.256 189.026 71.312 C 189.191 71.364 189.337 71.465 189.445 71.601 C 189.554 71.739 189.609 71.929 189.609 72.173 C 189.617 72.42 189.521 72.658 189.345 72.828 M 202.629 69.856 C 202.429 70.234 202.095 70.521 201.694 70.66 C 201.427 70.749 201.147 70.791 200.866 70.783 C 200.134 70.783 199.558 70.544 199.138 70.07 C 198.762 69.648 198.565 69.02 198.525 68.212 L 204.554 68.166 C 204.609 67.361 204.554 66.65 204.392 66.037 C 204.252 65.475 203.995 64.95 203.638 64.497 C 203.305 64.088 202.878 63.766 202.394 63.561 C 201.863 63.345 201.294 63.238 200.722 63.248 C 200.055 63.248 199.462 63.365 198.943 63.597 C 198.424 63.828 197.985 64.153 197.623 64.574 C 197.255 65.012 196.974 65.518 196.797 66.064 C 196.601 66.673 196.503 67.31 196.51 67.951 C 196.51 68.636 196.608 69.25 196.804 69.789 C 197.001 70.33 197.287 70.792 197.656 71.172 C 198.042 71.562 198.51 71.859 199.025 72.042 C 199.565 72.241 200.18 72.339 200.869 72.339 C 201.371 72.347 201.872 72.286 202.358 72.157 C 202.756 72.05 203.13 71.87 203.464 71.626 C 203.775 71.398 204.029 71.119 204.226 70.799 C 204.43 70.462 204.575 70.092 204.654 69.705 L 202.849 69.291 C 202.796 69.49 202.722 69.679 202.629 69.854 M 199.555 65.239 C 199.894 65.003 200.287 64.883 200.735 64.883 C 201.129 64.883 201.476 64.98 201.785 65.172 C 202.089 65.366 202.324 65.664 202.488 66.066 C 202.587 66.313 202.631 66.614 202.646 66.943 L 198.581 66.981 C 198.621 66.735 198.687 66.495 198.778 66.264 C 198.931 65.852 199.202 65.495 199.555 65.239 Z M 211.419 63.249 C 210.883 63.249 210.413 63.355 210.009 63.564 C 209.606 63.772 209.274 64.087 209.018 64.506 C 208.76 64.926 208.556 65.461 208.404 66.113 L 208.109 66.113 L 208.158 63.463 L 206.436 63.463 L 206.436 72.124 L 208.504 72.124 L 208.504 68.198 C 208.513 67.625 208.605 67.096 208.771 66.616 C 208.917 66.175 209.167 65.777 209.501 65.457 C 209.817 65.163 210.206 65.019 210.665 65.019 C 211.213 65.019 211.623 65.235 211.902 65.671 C 212.181 66.109 212.32 66.794 212.32 67.734 L 212.32 72.124 L 214.403 72.124 L 214.403 67.517 C 214.403 66.062 214.149 64.983 213.641 64.289 C 213.131 63.593 212.391 63.245 211.42 63.245 M 222.478 70.184 L 227.099 65.216 L 227.099 63.461 L 219.954 63.461 L 219.954 65.167 L 224.444 65.167 L 224.444 65.398 L 219.89 70.334 L 219.89 72.122 L 227.132 72.122 L 227.132 70.401 L 222.478 70.401 Z M 229.908 60.027 C 229.49 60.027 229.173 60.119 228.951 60.3 C 228.725 60.484 228.615 60.744 228.615 61.088 C 228.615 61.433 228.727 61.693 228.951 61.874 C 229.174 62.057 229.493 62.147 229.908 62.147 C 230.324 62.147 230.66 62.055 230.884 61.874 C 231.107 61.693 231.219 61.43 231.219 61.088 C 231.219 60.745 231.11 60.469 230.891 60.292 C 230.672 60.117 230.344 60.027 229.908 60.027 Z M 230.937 63.461 L 228.872 63.461 L 228.872 72.125 L 230.937 72.125 L 230.937 63.46 Z M 238.897 69.856 C 238.802 70.034 238.678 70.194 238.528 70.328 C 238.362 70.473 238.17 70.586 237.963 70.66 C 237.696 70.749 237.415 70.791 237.134 70.783 C 236.401 70.783 235.825 70.544 235.406 70.07 C 235.031 69.648 234.834 69.02 234.793 68.212 L 240.823 68.166 C 240.876 67.361 240.823 66.65 240.66 66.037 C 240.521 65.475 240.264 64.95 239.906 64.497 C 239.573 64.087 239.145 63.766 238.661 63.561 C 238.13 63.345 237.561 63.238 236.989 63.248 C 236.322 63.248 235.729 63.365 235.212 63.597 C 234.692 63.828 234.254 64.153 233.891 64.574 C 233.523 65.012 233.243 65.518 233.066 66.064 C 232.869 66.673 232.772 67.31 232.778 67.951 C 232.778 68.636 232.875 69.25 233.072 69.789 C 233.269 70.33 233.555 70.792 233.924 71.172 C 234.297 71.553 234.751 71.843 235.293 72.042 C 235.834 72.241 236.447 72.339 237.136 72.339 C 237.639 72.347 238.14 72.286 238.627 72.157 C 239.024 72.05 239.399 71.87 239.732 71.626 C 240.043 71.398 240.298 71.119 240.494 70.799 C 240.693 70.48 240.833 70.115 240.921 69.705 L 239.118 69.291 C 239.063 69.49 238.989 69.679 238.897 69.854 M 235.825 65.239 C 236.163 65.003 236.557 64.883 237.005 64.883 C 237.398 64.883 237.746 64.98 238.055 65.172 C 238.359 65.366 238.595 65.664 238.759 66.066 C 238.856 66.313 238.901 66.614 238.916 66.943 L 234.852 66.981 C 234.891 66.735 234.956 66.495 235.048 66.264 C 235.201 65.852 235.471 65.495 235.825 65.239 Z M 249.905 64.293 C 249.397 63.596 248.657 63.249 247.684 63.249 C 247.151 63.249 246.68 63.354 246.277 63.562 C 245.866 63.777 245.523 64.104 245.286 64.506 C 245.028 64.926 244.824 65.459 244.671 66.111 L 244.377 66.111 L 244.425 63.463 L 242.705 63.463 L 242.705 72.124 L 244.771 72.124 L 244.771 68.198 C 244.781 67.623 244.87 67.098 245.04 66.618 C 245.209 66.138 245.452 65.75 245.769 65.458 C 246.086 65.166 246.474 65.02 246.932 65.02 C 247.48 65.02 247.892 65.239 248.17 65.675 C 248.448 66.113 248.589 66.798 248.589 67.738 L 248.589 72.125 L 250.669 72.125 L 250.669 67.521 C 250.669 66.065 250.417 64.988 249.906 64.293\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path><path d=\"M 212.72 27.432 C 212.174 27.132 211.491 27.329 211.183 27.876 C 206.701 36.668 201.425 41.818 196.327 42.373 C 196.091 42.398 195.852 42.413 195.616 42.413 C 194.084 42.413 192.615 41.876 191.37 40.862 C 188.955 38.901 188.166 35.82 187.926 33.579 C 187.803 32.456 187.825 31.322 187.991 30.206 C 188.516 30.202 189.314 30.186 190.242 30.086 C 192.323 29.86 195.029 29.236 196.11 27.554 C 196.672 26.691 196.915 25.744 196.818 24.818 C 196.664 23.379 195.748 22.31 194.365 21.961 L 194.358 21.961 C 193.884 21.833 193.39 21.798 192.903 21.858 C 189.237 22.259 186.579 25.09 185.79 29.434 C 184.167 35.342 181.563 39.183 178.998 39.463 C 178.896 39.475 178.794 39.48 178.691 39.48 C 177.364 39.48 176.053 38.52 174.896 36.712 C 173.736 34.891 172.76 32.251 172.075 29.077 C 171.517 26.555 169.876 25.001 167.833 25.001 C 167.687 25.001 167.539 25.011 167.389 25.028 C 165.08 25.278 162.995 27.422 162.199 30.361 C 161.686 32.27 161.537 35.362 161.75 39.554 C 161.319 37.552 160.993 35.528 160.774 33.491 C 160.62 32.118 160.545 30.737 160.55 29.355 L 160.539 29.243 C 160.47 28.642 159.97 28.187 159.372 28.181 C 159.338 28.181 159.304 28.181 159.271 28.188 C 158.712 28.247 158.27 28.741 158.238 29.336 C 158.232 30.106 158.261 30.964 158.326 31.89 C 158.316 31.927 158.31 31.964 158.306 32.002 C 157.233 41.051 152.108 48.8 148.581 49.185 C 146.529 49.416 145.388 46.638 144.897 45.007 C 144.507 43.759 144.215 42.194 144.005 40.226 C 143.688 37.246 143.63 33.579 143.83 29.317 L 143.813 29.153 C 143.782 28.853 143.634 28.578 143.402 28.389 C 143.17 28.2 142.872 28.113 142.576 28.148 C 142.012 28.199 141.57 28.661 141.539 29.234 C 141.475 30.484 141.316 32.763 141.311 32.858 C 141.269 33.537 141.171 34.211 141.02 34.873 C 139.857 39.909 138.005 45.487 136.066 49.799 C 132.734 57.287 130.584 58.163 130.006 58.254 C 129.945 58.26 129.883 58.264 129.821 58.264 C 128.92 58.264 128.148 57.511 127.527 56.023 C 126.858 54.418 126.337 51.892 125.978 48.514 C 125.788 46.733 125.646 44.602 125.515 41.603 L 125.477 41.244 C 125.189 38.557 123.042 38.178 120.768 37.778 C 119.808 37.611 118.815 37.436 117.926 37.075 C 118.174 35.614 118.248 34.437 118.143 33.474 C 118.013 32.251 117.624 31.35 116.988 30.792 C 116.508 30.371 115.877 30.17 115.245 30.236 C 114.579 30.309 113.898 30.827 113.372 31.659 C 112.671 32.774 112.437 34.153 112.784 35.175 C 113.198 36.397 114.05 37.437 115.39 38.348 C 114.067 44.024 111.81 50.912 109.775 55.489 C 107.863 59.783 105.086 65.518 103.079 65.736 C 103.008 65.745 102.936 65.749 102.864 65.748 C 101.845 65.748 101.003 64.865 100.291 63.046 C 99.588 61.237 99.055 58.583 98.666 54.929 C 98.365 52.07 98.15 49.202 98.023 46.329 L 98.005 45.904 C 97.681 42.858 95.057 42.139 92.282 41.375 L 92.275 41.375 C 91.372 41.126 90.437 40.867 89.584 40.522 C 89.873 38.969 89.958 37.615 89.839 36.501 C 89.699 35.207 89.286 34.248 88.607 33.656 C 88.168 33.266 87.604 33.048 87.019 33.044 C 86.942 33.044 86.858 33.049 86.778 33.057 C 85.93 33.15 85.166 33.648 84.628 34.462 C 84.083 35.301 83.847 36.307 83.961 37.304 C 84.138 38.964 85.282 40.636 87.025 41.778 C 82.418 51.326 76.928 56.903 71.567 57.486 C 71.331 57.513 71.092 57.526 70.859 57.526 C 69.327 57.526 67.854 56.99 66.605 55.975 C 65.274 54.893 63.599 52.753 63.166 48.694 C 63.043 47.572 63.064 46.438 63.228 45.322 C 63.98 45.321 64.732 45.28 65.48 45.201 C 67.56 44.975 70.268 44.351 71.348 42.669 C 71.91 41.806 72.154 40.858 72.057 39.934 C 71.951 38.944 71.51 38.135 70.777 37.6 C 70.08 37.088 69.142 36.863 68.143 36.972 C 63.173 37.514 60.192 42.482 60.893 49.055 C 61.225 52.159 62.384 54.945 64.156 56.906 C 66.164 59.123 68.815 60.119 71.811 59.798 C 80.159 58.889 86.206 48.765 89.072 42.796 C 89.978 43.144 90.878 43.39 91.794 43.63 C 94.445 44.355 95.541 44.788 95.688 46.157 L 95.717 46.421 C 95.849 49.607 96.141 53.242 96.359 55.265 C 97.291 64.001 99.354 68.07 102.86 68.07 C 103.027 68.07 103.201 68.059 103.377 68.04 L 103.49 68.027 C 106.51 67.634 109.509 62.186 111.494 57.685 C 113.731 52.607 115.973 45.777 117.493 39.407 C 118.771 39.845 119.892 39.991 120.793 40.112 C 122.263 40.309 123.074 40.417 123.188 41.497 L 123.21 41.704 C 123.348 44.797 123.49 46.895 123.683 48.708 C 124.143 53.023 124.894 56.068 125.984 58.012 C 126.955 59.751 128.173 60.595 129.714 60.595 C 129.869 60.595 130.029 60.585 130.197 60.568 C 130.249 60.563 130.3 60.548 130.346 60.522 C 132.794 60.164 135.42 56.882 138.157 50.769 C 139.433 47.901 140.711 44.411 141.768 40.927 C 142.24 44.907 143.196 47.817 144.605 49.576 C 145.641 50.868 146.892 51.521 148.325 51.521 C 148.49 51.521 148.658 51.512 148.824 51.493 C 150.676 51.29 152.739 49.868 154.629 47.488 C 156.486 45.152 158.11 41.979 159.206 38.551 C 160.11 43.314 161.435 47.298 162.852 49.49 C 163.091 49.826 163.457 50.021 163.822 50.021 C 164.148 50.026 164.459 49.886 164.675 49.639 C 164.891 49.393 164.99 49.063 164.946 48.736 C 164.78 47.572 164.638 46.404 164.519 45.234 C 164.102 41.331 163.535 34.288 164.414 30.962 C 165.04 28.632 166.481 27.461 167.63 27.338 C 167.693 27.33 167.756 27.326 167.819 27.326 C 168.768 27.326 169.494 28.149 169.816 29.583 C 171.435 36.858 174.319 41.177 177.939 41.744 C 178.28 41.783 178.738 41.823 179.241 41.773 C 180.937 41.587 182.534 40.586 183.982 38.792 C 184.673 37.939 185.327 36.894 185.931 35.685 C 186.5 38.308 187.704 40.626 189.32 42.215 C 190.956 43.854 193.172 44.764 195.475 44.743 C 195.835 44.743 196.198 44.724 196.568 44.682 C 204.056 43.866 209.686 35.793 213.088 29.162 L 213.177 28.996 C 213.321 28.727 213.354 28.411 213.267 28.118 C 213.181 27.825 212.982 27.579 212.716 27.434 M 193.932 24.231 L 193.958 24.242 C 194.022 24.261 194.084 24.288 194.142 24.322 C 194.367 24.47 194.496 24.715 194.534 25.068 C 194.576 25.463 194.458 25.903 194.206 26.273 C 193.749 26.97 192.193 27.512 189.936 27.759 L 189.915 27.759 C 189.487 27.813 189.057 27.85 188.627 27.869 C 189.598 25.576 191.036 24.397 193.149 24.17 C 193.206 24.163 193.264 24.159 193.321 24.16 L 193.509 24.16 C 193.638 24.162 193.735 24.173 193.819 24.192 C 193.845 24.198 193.871 24.208 193.895 24.22 C 193.907 24.225 193.919 24.229 193.932 24.233 M 115.801 35.727 C 115.25 35.161 114.938 34.561 114.869 33.939 C 114.823 33.579 114.9 33.214 115.086 32.903 C 115.233 32.631 115.403 32.553 115.447 32.545 C 115.494 32.554 115.758 32.794 115.858 33.721 C 115.918 34.308 115.9 34.965 115.801 35.726 Z M 87.477 39.185 C 86.555 38.32 86.292 37.521 86.238 37.002 C 86.137 36.048 86.686 35.4 87.019 35.363 L 87.029 35.363 C 87.05 35.363 87.08 35.377 87.11 35.403 C 87.185 35.466 87.447 35.744 87.554 36.744 C 87.623 37.398 87.597 38.241 87.477 39.184 Z M 68.567 39.268 L 68.723 39.268 C 68.852 39.272 68.949 39.281 69.034 39.301 C 69.05 39.304 69.063 39.312 69.077 39.314 C 69.087 39.319 69.101 39.323 69.113 39.327 C 69.195 39.347 69.275 39.377 69.349 39.418 C 69.593 39.564 69.731 39.813 69.769 40.18 C 69.812 40.575 69.694 41.015 69.442 41.384 C 68.984 42.082 67.428 42.625 65.169 42.868 L 65.148 42.872 C 64.727 42.917 64.289 42.965 63.862 42.978 C 64.833 40.686 66.271 39.509 68.386 39.28 C 68.447 39.273 68.505 39.269 68.564 39.268 M 142.591 23.554 C 143.013 23.554 143.415 23.373 143.698 23.055 C 143.98 22.737 144.116 22.313 144.071 21.888 C 144.069 21.862 144.062 21.836 144.05 21.813 C 144.042 21.796 144.037 21.778 144.033 21.76 C 143.973 21.464 143.826 21.193 143.61 20.984 C 143.599 20.974 143.588 20.956 143.578 20.942 C 143.562 20.922 143.547 20.899 143.525 20.882 C 143.504 20.865 143.48 20.852 143.454 20.843 C 143.437 20.836 143.42 20.83 143.406 20.817 C 143.164 20.654 142.881 20.568 142.591 20.567 L 142.57 20.567 C 142.553 20.567 142.533 20.567 142.514 20.561 C 142.488 20.556 142.462 20.555 142.436 20.555 C 142.041 20.598 141.686 20.794 141.437 21.108 C 141.189 21.417 141.075 21.814 141.119 22.21 C 141.199 22.973 141.835 23.553 142.595 23.553\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 83.76 4.126 C 78.216 -1.825 59.955 -1.247 38.297 5.56 C 38.164 3.3 38.078 1.803 38.051 1.3 L 38.04 1.119 C 38.021 0.807 37.88 0.515 37.646 0.309 C 37.418 0.098 37.116 -0.012 36.808 0.003 C 36.163 0.04 35.67 0.598 35.704 1.251 L 35.717 1.495 C 35.751 2.102 35.848 3.797 35.998 6.298 C 6.673 15.931 0.509 23.18 0.263 23.485 C -0.142 23.988 -0.072 24.726 0.42 25.142 C 0.915 25.555 1.646 25.489 2.061 24.994 C 2.118 24.924 8.286 17.958 36.144 8.741 C 36.956 22.045 39.092 54.572 41.529 72.464 C 41.62 73.109 42.208 73.56 42.847 73.474 C 43.485 73.383 43.932 72.789 43.847 72.142 C 41.392 54.147 39.252 21.35 38.439 7.993 C 62.655 0.275 78.019 1.418 82.055 5.748 C 83.289 7.072 83.496 8.725 82.693 10.8 C 80.301 17 56.869 29.79 48.043 34.196 C 47.464 34.485 47.226 35.195 47.512 35.78 C 47.798 36.366 48.499 36.607 49.078 36.317 C 50.408 35.654 81.668 19.956 84.873 11.66 C 86.3 7.96 85.057 5.523 83.757 4.13\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 160.474 70.096 L 165.094 65.127 L 165.094 63.371 L 157.949 63.371 L 157.949 65.078 L 162.44 65.078 L 162.44 65.309 L 157.885 70.244 L 157.885 72.034 L 165.128 72.034 L 165.128 70.309 L 160.474 70.309 Z\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path></svg>',svgContentId:10219122627}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jmuudg\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"TMtYFDGlM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nkzemg\",\"data-framer-name\":\"Footer menu\",layoutDependency:layoutDependency,layoutId:\"ssGQjEOZT\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ma1djs\",\"data-framer-name\":\"Perrine-logo-nav\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KPwk9Ymjz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 514 157\"><path d=\"M 354.684 131.704 C 353.37 131.006 351.854 130.659 350.136 130.659 C 348.417 130.659 347.009 130.992 345.695 131.669 C 344.38 132.346 343.336 133.363 342.565 134.728 C 341.799 136.087 341.411 137.805 341.411 139.873 C 341.411 141.942 341.786 143.609 342.53 144.99 C 343.277 146.373 344.305 147.426 345.625 148.13 C 346.937 148.839 348.452 149.196 350.168 149.196 C 351.884 149.196 353.338 148.86 354.663 148.2 C 355.992 147.53 357.084 146.462 357.79 145.141 C 358.547 143.766 358.927 142.044 358.927 139.976 C 358.927 137.908 358.547 136.206 357.79 134.822 C 357.084 133.492 356.002 132.405 354.681 131.701 M 354.2 143.322 C 353.854 144.199 353.356 144.86 352.714 145.298 C 352.066 145.737 351.276 145.953 350.339 145.953 C 348.888 145.953 347.748 145.425 346.91 144.37 C 346.075 143.314 345.66 141.79 345.66 139.806 C 345.66 138.544 345.831 137.489 346.176 136.639 C 346.522 135.781 347.03 135.131 347.694 134.695 C 348.366 134.254 349.143 134.037 350.037 134.037 C 351.065 134.037 351.916 134.281 352.596 134.779 C 353.276 135.277 353.798 135.978 354.167 136.888 C 354.534 137.8 354.716 138.899 354.716 140.179 C 354.716 141.392 354.545 142.442 354.2 143.319 M 372.299 130.694 C 371.183 130.694 370.249 130.938 369.491 131.42 C 368.733 131.907 368.142 132.627 367.722 133.583 C 367.299 134.538 366.985 135.735 366.782 137.18 L 366.182 137.18 L 366.249 131.103 L 362.702 131.103 L 362.702 148.763 L 366.918 148.763 L 366.918 140.515 C 367.117 139.392 367.414 138.42 367.805 137.597 C 368.195 136.774 368.704 136.141 369.341 135.691 C 369.978 135.237 370.731 135.015 371.598 135.015 C 371.909 135.015 372.246 135.039 372.618 135.096 C 372.987 135.155 373.346 135.25 373.705 135.388 L 373.868 130.895 C 373.59 130.81 373.304 130.753 373.014 130.727 C 372.776 130.704 372.536 130.694 372.297 130.694 M 390.675 145.247 C 390.003 144.962 389.293 144.78 388.568 144.705 C 387.997 144.645 387.423 144.61 386.849 144.602 L 382.202 144.602 C 381.855 144.602 381.509 144.58 381.166 144.535 C 380.864 144.509 380.569 144.424 380.298 144.286 C 380.074 144.161 379.967 144.01 379.967 143.826 C 379.967 143.601 380.108 143.363 380.398 143.1 C 380.763 142.783 381.142 142.483 381.535 142.201 C 382.247 142.293 382.775 142.35 383.104 142.372 C 383.439 142.396 383.749 142.404 384.044 142.404 C 385.602 142.404 386.932 142.207 388.038 141.812 C 389.141 141.416 389.984 140.867 390.56 140.155 C 391.143 139.443 391.427 138.631 391.427 137.708 C 391.427 136.739 391.101 135.976 390.445 135.41 C 389.786 134.847 388.763 134.457 387.387 134.23 L 387.387 133.488 L 392.873 134.3 L 392.873 130.922 L 384.212 130.922 C 382.478 130.922 381 131.176 379.784 131.682 C 378.569 132.191 377.651 132.882 377.024 133.761 C 376.398 134.638 376.087 135.651 376.087 136.798 C 376.087 138.082 376.465 139.124 377.223 139.919 C 377.983 140.721 379.038 141.157 380.398 141.224 L 380.398 141.901 C 378.973 142.218 377.953 142.61 377.34 143.081 C 376.727 143.552 376.419 144.094 376.419 144.7 C 376.419 145.306 376.733 145.785 377.359 146.067 C 377.983 146.351 378.896 146.478 380.098 146.454 L 380.098 147.136 C 378.494 147.29 377.284 147.702 376.473 148.365 C 375.659 149.025 375.252 149.881 375.252 150.909 C 375.252 151.768 375.541 152.485 376.12 153.075 C 376.698 153.66 377.595 154.098 378.813 154.388 C 380.023 154.68 381.578 154.829 383.474 154.829 C 385.615 154.829 387.401 154.634 388.838 154.255 C 390.273 153.876 391.355 153.267 392.08 152.447 C 392.803 151.63 393.167 150.574 393.167 149.291 C 393.167 148.143 392.929 147.25 392.447 146.622 C 391.965 145.991 391.376 145.528 390.675 145.236 M 380.266 137.007 C 380.266 136.062 380.585 135.288 381.219 134.679 C 381.854 134.073 382.748 133.769 383.907 133.769 C 385.064 133.769 385.95 134.075 386.568 134.698 C 387.179 135.315 387.484 136.105 387.484 137.077 C 387.484 137.979 387.184 138.704 386.584 139.254 C 385.985 139.806 385.104 140.085 383.942 140.085 C 383.247 140.104 382.557 139.971 381.918 139.695 C 381.408 139.468 380.977 139.09 380.681 138.612 C 380.395 138.128 380.251 137.571 380.266 137.007 Z M 388.921 150.398 C 388.563 150.747 387.974 150.993 387.149 151.156 C 386.325 151.313 385.222 151.394 383.84 151.394 C 383.019 151.402 382.198 151.357 381.383 151.259 C 380.703 151.169 380.183 150.983 379.827 150.704 C 379.471 150.417 379.295 150.014 379.295 149.475 C 379.295 148.933 379.509 148.435 379.942 147.986 C 380.379 147.537 381.131 147.234 382.199 147.074 L 386.309 147.074 C 386.552 147.074 386.857 147.09 387.208 147.109 C 387.564 147.131 387.92 147.198 388.263 147.312 C 388.599 147.418 388.897 147.623 389.117 147.902 C 389.339 148.184 389.451 148.571 389.451 149.069 C 389.469 149.571 389.273 150.057 388.913 150.403 M 416.008 144.131 C 415.6 144.901 414.919 145.486 414.102 145.769 C 413.558 145.951 412.986 146.036 412.413 146.021 C 410.919 146.021 409.744 145.534 408.887 144.567 C 408.121 143.706 407.72 142.426 407.637 140.778 L 419.935 140.686 C 420.048 139.042 419.935 137.594 419.603 136.344 C 419.32 135.198 418.796 134.127 418.067 133.204 C 417.386 132.369 416.515 131.714 415.529 131.295 C 414.446 130.854 413.286 130.637 412.118 130.656 C 410.758 130.656 409.548 130.895 408.491 131.368 C 407.431 131.839 406.537 132.503 405.798 133.361 C 405.047 134.253 404.475 135.285 404.114 136.398 C 403.712 137.64 403.514 138.94 403.528 140.247 C 403.528 141.644 403.728 142.894 404.127 143.993 C 404.529 145.098 405.112 146.04 405.865 146.814 C 406.653 147.609 407.607 148.214 408.657 148.587 C 409.76 148.993 411.013 149.193 412.418 149.193 C 413.443 149.21 414.465 149.085 415.457 148.822 C 416.267 148.604 417.031 148.237 417.711 147.74 C 418.345 147.274 418.865 146.706 419.266 146.053 C 419.683 145.367 419.978 144.612 420.139 143.823 L 416.458 142.978 C 416.348 143.384 416.198 143.769 416.008 144.126 M 409.738 134.76 C 410.429 134.278 411.232 134.035 412.145 134.035 C 412.948 134.035 413.658 134.232 414.287 134.625 C 414.908 135.02 415.387 135.626 415.722 136.447 C 415.922 136.95 416.013 137.564 416.043 138.236 L 407.752 138.312 C 407.833 137.811 407.968 137.321 408.154 136.85 C 408.466 136.01 409.018 135.283 409.738 134.76 Z M 433.937 130.659 C 432.844 130.659 431.886 130.876 431.061 131.301 C 430.239 131.726 429.562 132.367 429.04 133.223 C 428.513 134.078 428.098 135.169 427.787 136.498 L 427.185 136.498 L 427.287 131.095 L 423.774 131.095 L 423.774 148.755 L 427.991 148.755 L 427.991 140.751 C 428.009 139.581 428.197 138.504 428.537 137.524 C 428.833 136.624 429.345 135.813 430.025 135.161 C 430.67 134.563 431.463 134.267 432.4 134.267 C 433.516 134.267 434.354 134.709 434.922 135.597 C 435.492 136.49 435.776 137.887 435.776 139.803 L 435.776 148.755 L 440.024 148.755 L 440.024 139.362 C 440.024 136.395 439.505 134.194 438.469 132.779 C 437.43 131.36 435.92 130.651 433.939 130.651 M 456.494 144.805 L 465.92 134.676 L 465.92 131.098 L 451.346 131.098 L 451.346 134.576 L 460.504 134.576 L 460.504 135.047 L 451.214 145.111 L 451.214 148.758 L 465.987 148.758 L 465.987 145.247 L 456.494 145.247 Z M 471.649 124.003 C 470.797 124.003 470.149 124.19 469.697 124.561 C 469.237 124.934 469.012 125.465 469.012 126.166 C 469.012 126.87 469.239 127.4 469.697 127.768 C 470.152 128.142 470.803 128.326 471.649 128.326 C 472.497 128.326 473.183 128.139 473.64 127.768 C 474.095 127.4 474.323 126.864 474.323 126.166 C 474.323 125.467 474.101 124.904 473.654 124.544 C 473.207 124.187 472.537 124.003 471.649 124.003 Z M 473.747 131.098 L 469.536 131.098 L 469.536 148.763 L 473.747 148.763 L 473.747 131.095 Z M 489.984 144.131 C 489.791 144.494 489.536 144.819 489.232 145.092 C 488.892 145.389 488.501 145.618 488.078 145.769 C 487.533 145.951 486.962 146.036 486.389 146.021 C 484.892 146.021 483.717 145.534 482.863 144.567 C 482.097 143.706 481.696 142.426 481.613 140.778 L 493.911 140.686 C 494.021 139.042 493.911 137.594 493.579 136.344 C 493.295 135.198 492.771 134.127 492.043 133.204 C 491.362 132.368 490.49 131.713 489.502 131.295 C 488.419 130.854 487.259 130.637 486.091 130.656 C 484.731 130.656 483.521 130.895 482.467 131.368 C 481.407 131.839 480.512 132.503 479.774 133.361 C 479.023 134.253 478.451 135.285 478.09 136.398 C 477.688 137.64 477.49 138.94 477.503 140.247 C 477.503 141.644 477.701 142.894 478.103 143.993 C 478.505 145.098 479.088 146.04 479.84 146.814 C 480.601 147.591 481.527 148.181 482.633 148.587 C 483.736 148.993 484.986 149.193 486.391 149.193 C 487.417 149.21 488.44 149.085 489.432 148.822 C 490.243 148.604 491.007 148.237 491.687 147.74 C 492.321 147.274 492.84 146.706 493.242 146.053 C 493.646 145.404 493.933 144.659 494.112 143.823 L 490.434 142.978 C 490.321 143.384 490.171 143.769 489.984 144.126 M 483.717 134.76 C 484.408 134.278 485.211 134.035 486.124 134.035 C 486.927 134.035 487.636 134.232 488.265 134.625 C 488.886 135.02 489.368 135.626 489.703 136.447 C 489.901 136.95 489.992 137.564 490.021 138.236 L 481.733 138.312 C 481.812 137.811 481.946 137.321 482.132 136.85 C 482.445 136.01 482.996 135.283 483.717 134.76 Z M 512.437 132.787 C 511.401 131.366 509.891 130.659 507.907 130.659 C 506.82 130.659 505.859 130.873 505.037 131.298 C 504.199 131.736 503.499 132.403 503.016 133.223 C 502.489 134.078 502.074 135.166 501.76 136.495 L 501.161 136.495 L 501.26 131.095 L 497.75 131.095 L 497.75 148.755 L 501.964 148.755 L 501.964 140.751 C 501.985 139.578 502.167 138.506 502.513 137.529 C 502.858 136.549 503.353 135.759 504.001 135.163 C 504.646 134.568 505.439 134.27 506.373 134.27 C 507.489 134.27 508.33 134.717 508.898 135.605 C 509.465 136.498 509.752 137.895 509.752 139.811 L 509.752 148.758 L 513.995 148.758 L 513.995 139.37 C 513.995 136.401 513.481 134.205 512.439 132.787\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path><path d=\"M 434.873 56.485 C 433.759 55.873 432.366 56.275 431.739 57.389 C 422.596 75.317 411.834 85.817 401.437 86.948 C 400.955 87 400.468 87.029 399.986 87.029 C 396.862 87.029 393.866 85.936 391.325 83.868 C 386.399 79.87 384.791 73.587 384.301 69.018 C 384.05 66.729 384.095 64.417 384.435 62.14 C 385.505 62.131 387.133 62.099 389.026 61.896 C 393.269 61.436 398.789 60.163 400.995 56.734 C 402.141 54.974 402.636 53.042 402.438 51.155 C 402.125 48.221 400.256 46.042 397.434 45.33 L 397.421 45.33 C 396.454 45.068 395.446 44.996 394.452 45.119 C 386.975 45.936 381.554 51.71 379.945 60.567 C 376.633 72.613 371.322 80.444 366.091 81.015 C 365.883 81.039 365.674 81.05 365.465 81.05 C 362.758 81.05 360.084 79.093 357.725 75.406 C 355.359 71.692 353.367 66.311 351.97 59.839 C 350.832 54.696 347.485 51.528 343.317 51.528 C 343.02 51.528 342.718 51.547 342.412 51.583 C 337.703 52.092 333.449 56.463 331.827 62.456 C 330.78 66.349 330.475 72.653 330.912 81.201 C 330.032 77.119 329.367 72.993 328.92 68.839 C 328.606 66.039 328.453 63.223 328.462 60.404 L 328.441 60.177 C 328.3 58.952 327.28 58.024 326.061 58.012 C 325.991 58.012 325.921 58.012 325.855 58.025 C 324.714 58.147 323.812 59.154 323.748 60.367 C 323.734 61.937 323.793 63.685 323.927 65.575 C 323.907 65.649 323.894 65.725 323.887 65.802 C 321.697 84.252 311.243 100.052 304.05 100.837 C 299.865 101.308 297.536 95.645 296.535 92.319 C 295.74 89.774 295.146 86.583 294.717 82.571 C 294.07 76.494 293.952 69.018 294.359 60.329 L 294.324 59.993 C 294.262 59.381 293.96 58.82 293.487 58.435 C 293.013 58.05 292.406 57.873 291.802 57.944 C 290.651 58.047 289.749 58.991 289.687 60.158 C 289.556 62.708 289.232 67.353 289.221 67.548 C 289.136 68.932 288.937 70.306 288.627 71.657 C 286.255 81.924 282.478 93.299 278.524 102.091 C 271.727 117.358 267.342 119.144 266.164 119.328 C 266.038 119.342 265.912 119.349 265.786 119.35 C 263.947 119.35 262.373 117.815 261.107 114.781 C 259.741 111.508 258.679 106.357 257.948 99.47 C 257.559 95.838 257.27 91.493 257.003 85.378 L 256.925 84.647 C 256.339 79.169 251.959 78.394 247.32 77.58 C 245.363 77.239 243.336 76.881 241.524 76.145 C 242.03 73.167 242.18 70.766 241.965 68.804 C 241.7 66.311 240.908 64.473 239.61 63.336 C 238.631 62.477 237.344 62.066 236.054 62.202 C 234.697 62.351 233.308 63.406 232.234 65.104 C 230.805 67.377 230.328 70.187 231.035 72.271 C 231.881 74.764 233.618 76.884 236.352 78.741 C 233.653 90.316 229.049 104.359 224.899 113.692 C 220.999 122.446 215.334 134.14 211.241 134.584 C 211.095 134.602 210.948 134.61 210.802 134.609 C 208.724 134.609 207.005 132.808 205.554 129.1 C 204.12 125.411 203.033 119.999 202.24 112.55 C 201.625 106.72 201.187 100.872 200.928 95.015 L 200.891 94.149 C 200.23 87.936 194.878 86.472 189.219 84.913 L 189.203 84.913 C 187.361 84.406 185.455 83.879 183.715 83.175 C 184.304 80.008 184.478 77.247 184.234 74.976 C 183.95 72.336 183.107 70.382 181.723 69.175 C 180.827 68.379 179.677 67.936 178.484 67.927 C 178.326 67.927 178.155 67.938 177.991 67.954 C 176.262 68.143 174.704 69.159 173.606 70.818 C 172.495 72.529 172.014 74.58 172.246 76.613 C 172.608 79.997 174.939 83.408 178.495 85.736 C 169.098 105.204 157.9 116.575 146.967 117.764 C 146.485 117.818 145.997 117.845 145.521 117.845 C 142.397 117.845 139.393 116.751 136.844 114.683 C 134.13 112.477 130.714 108.113 129.83 99.836 C 129.58 97.548 129.622 95.237 129.956 92.96 C 131.491 92.959 133.024 92.877 134.55 92.714 C 138.793 92.254 144.316 90.982 146.519 87.552 C 147.665 85.792 148.163 83.86 147.965 81.976 C 147.748 79.956 146.849 78.308 145.355 77.217 C 143.933 76.172 142.019 75.715 139.982 75.937 C 129.844 77.041 123.764 87.17 125.194 100.572 C 125.871 106.901 128.235 112.583 131.849 116.581 C 135.945 121.101 141.353 123.131 147.464 122.476 C 164.491 120.625 176.824 99.982 182.671 87.812 C 184.518 88.521 186.354 89.022 188.223 89.512 C 193.631 90.99 195.866 91.872 196.166 94.663 L 196.225 95.202 C 196.493 101.698 197.09 109.11 197.534 113.235 C 199.435 131.046 203.643 139.343 210.794 139.343 C 211.134 139.343 211.49 139.321 211.848 139.283 L 212.079 139.256 C 218.238 138.455 224.356 127.346 228.403 118.17 C 232.968 107.816 237.54 93.889 240.64 80.901 C 243.248 81.794 245.534 82.092 247.371 82.338 C 250.369 82.739 252.023 82.961 252.256 85.162 L 252.302 85.584 C 252.583 91.891 252.872 96.168 253.265 99.866 C 254.205 108.663 255.736 114.873 257.958 118.835 C 259.939 122.382 262.424 124.103 265.567 124.103 C 265.883 124.103 266.209 124.081 266.552 124.046 C 266.659 124.037 266.763 124.006 266.857 123.954 C 271.85 123.223 277.207 116.532 282.788 104.067 C 285.39 98.22 287.998 91.103 290.153 84 C 291.117 92.116 293.066 98.049 295.941 101.636 C 298.053 104.27 300.604 105.601 303.528 105.601 C 303.865 105.601 304.208 105.583 304.545 105.545 C 308.322 105.13 312.531 102.231 316.386 97.378 C 320.174 92.614 323.485 86.144 325.721 79.155 C 327.565 88.867 330.269 96.991 333.158 101.46 C 333.645 102.145 334.392 102.543 335.136 102.543 C 335.801 102.552 336.437 102.268 336.877 101.764 C 337.318 101.261 337.52 100.589 337.43 99.922 C 337.092 97.548 336.801 95.168 336.558 92.782 C 335.709 84.823 334.552 70.463 336.343 63.682 C 337.62 58.932 340.56 56.544 342.905 56.293 C 343.033 56.277 343.162 56.269 343.29 56.268 C 345.226 56.268 346.706 57.947 347.362 60.87 C 350.666 75.704 356.547 84.509 363.931 85.665 C 364.627 85.746 365.561 85.828 366.586 85.725 C 370.045 85.346 373.303 83.305 376.256 79.648 C 377.667 77.907 379 75.777 380.231 73.311 C 381.393 78.66 383.848 83.386 387.144 86.626 C 390.482 89.968 395.002 91.823 399.699 91.78 C 400.433 91.78 401.174 91.742 401.929 91.656 C 417.202 89.993 428.684 73.533 435.623 60.012 L 435.805 59.674 C 436.099 59.125 436.166 58.481 435.989 57.883 C 435.813 57.285 435.409 56.783 434.865 56.488 M 396.551 49.958 L 396.605 49.98 C 396.736 50.018 396.862 50.073 396.979 50.143 C 397.44 50.446 397.702 50.944 397.78 51.664 C 397.865 52.47 397.624 53.366 397.11 54.122 C 396.179 55.543 393.004 56.647 388.402 57.151 L 388.359 57.151 C 387.486 57.261 386.609 57.336 385.73 57.375 C 387.711 52.701 390.645 50.297 394.955 49.834 C 395.072 49.818 395.189 49.811 395.306 49.812 L 395.689 49.812 C 395.951 49.818 396.149 49.839 396.321 49.877 C 396.374 49.891 396.426 49.91 396.476 49.934 C 396.5 49.945 396.525 49.954 396.551 49.961 M 237.19 73.398 C 236.065 72.244 235.428 71.021 235.289 69.751 C 235.195 69.017 235.351 68.273 235.731 67.64 C 236.03 67.085 236.378 66.925 236.467 66.909 C 236.563 66.928 237.101 67.418 237.305 69.307 C 237.428 70.504 237.39 71.844 237.19 73.395 Z M 179.418 80.449 C 177.536 78.684 177.001 77.055 176.891 75.996 C 176.685 74.053 177.804 72.732 178.484 72.656 L 178.503 72.656 C 178.545 72.656 178.607 72.683 178.669 72.737 C 178.821 72.864 179.357 73.433 179.573 75.471 C 179.715 76.805 179.662 78.524 179.418 80.446 Z M 140.847 80.617 L 141.165 80.617 C 141.428 80.625 141.626 80.644 141.8 80.684 C 141.832 80.69 141.859 80.706 141.888 80.712 C 141.907 80.722 141.936 80.73 141.96 80.739 C 142.128 80.779 142.29 80.84 142.442 80.923 C 142.94 81.22 143.221 81.729 143.299 82.476 C 143.387 83.283 143.146 84.179 142.632 84.932 C 141.698 86.355 138.523 87.463 133.916 87.958 L 133.873 87.966 C 133.014 88.058 132.122 88.156 131.249 88.183 C 133.23 83.508 136.164 81.109 140.477 80.641 C 140.603 80.628 140.721 80.62 140.841 80.617 M 291.831 48.578 C 292.693 48.577 293.514 48.207 294.09 47.559 C 294.665 46.912 294.942 46.047 294.851 45.181 C 294.848 45.127 294.833 45.074 294.808 45.027 C 294.793 44.992 294.781 44.956 294.774 44.918 C 294.652 44.315 294.351 43.763 293.912 43.337 C 293.887 43.316 293.866 43.281 293.845 43.251 C 293.813 43.21 293.783 43.164 293.738 43.129 C 293.694 43.095 293.645 43.068 293.593 43.05 C 293.558 43.034 293.523 43.023 293.494 42.996 C 293.001 42.665 292.423 42.488 291.831 42.487 L 291.789 42.487 C 291.754 42.487 291.714 42.487 291.676 42.474 C 291.623 42.465 291.569 42.462 291.516 42.463 C 290.71 42.55 289.987 42.95 289.478 43.589 C 288.973 44.22 288.74 45.029 288.83 45.836 C 288.992 47.393 290.291 48.576 291.84 48.575\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 170.843 8.413 C 159.535 -3.722 122.289 -2.542 78.115 11.336 C 77.842 6.729 77.668 3.676 77.611 2.65 L 77.59 2.282 C 77.551 1.645 77.262 1.05 76.787 0.631 C 76.321 0.201 75.706 -0.024 75.076 0.005 C 73.761 0.083 72.755 1.22 72.825 2.55 L 72.851 3.048 C 72.921 4.285 73.119 7.742 73.424 12.842 C 13.61 32.483 1.039 47.262 0.535 47.885 C -0.29 48.91 -0.147 50.416 0.857 51.263 C 1.865 52.106 3.357 51.972 4.203 50.963 C 4.321 50.819 16.9 36.616 73.722 17.822 C 75.379 44.948 79.734 111.27 84.706 147.751 C 84.891 149.066 86.09 149.986 87.393 149.81 C 88.696 149.626 89.606 148.413 89.433 147.095 C 84.427 110.403 80.061 43.532 78.404 16.298 C 127.796 0.56 159.134 2.891 167.366 11.721 C 169.882 14.42 170.305 17.79 168.667 22.021 C 163.789 34.662 115.995 60.74 97.992 69.724 C 96.811 70.314 96.326 71.76 96.909 72.955 C 97.492 74.149 98.923 74.64 100.104 74.05 C 102.816 72.696 166.576 40.69 173.114 23.775 C 176.024 16.231 173.488 11.261 170.838 8.421\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 329.356 144.962 L 338.78 134.831 L 338.78 131.249 L 324.206 131.249 L 324.206 134.73 L 333.367 134.73 L 333.367 135.201 L 324.074 145.263 L 324.074 148.914 L 338.849 148.914 L 338.849 145.396 L 329.356 145.396 Z\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path></svg>',svgContentId:9169651792,withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19c9apj\",layoutDependency:layoutDependency,layoutId:\"PXH_E7e3_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pdhwft\",layoutDependency:layoutDependency,layoutId:\"c4sdBppaY\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B5_Q6LPeO\"},nodeId:\"QH9fA1_Uz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Zorg\"})})})}),className:\"framer-j9dtz6\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"QH9fA1_Uz\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B5_Q6LPeO\"},nodeId:\"QH9fA1_Uz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Zorg\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"i653Rpgdz\"},nodeId:\"O8_3AF89a\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Zien\"})})})}),className:\"framer-23n5hg\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"O8_3AF89a\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"i653Rpgdz\"},nodeId:\"O8_3AF89a\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Zien\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WhNrx0VPh\"},nodeId:\"IB8yIMjBR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Over\"})})})}),className:\"framer-8no5xc\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"IB8yIMjBR\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WhNrx0VPh\"},nodeId:\"IB8yIMjBR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Over\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E1FKbKS1k\"},nodeId:\"PydlNAJ3O\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Contact\"})})})}),className:\"framer-wawcjy\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"PydlNAJ3O\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E1FKbKS1k\"},nodeId:\"PydlNAJ3O\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/share/1CevY3hf3H/?mibextid=wwXIfr\",nodeId:\"XeQkhUtf6\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ahj4xo framer-1fg9lm1\",\"data-framer-name\":\"Facebook\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"XeQkhUtf6\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12Z\" fill=\"#E6AF5A\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/perrinezorgenzien?igsh=YTRpc3Y4cnJubmxt\",nodeId:\"FAQFvYlQI\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1pxidhm framer-1fg9lm1\",\"data-framer-name\":\"Instgram\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"FAQFvYlQI\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#E6AF5A\"><path d=\"M12 2.16c3.206 0 3.586.015 4.847.071 1.172.052 1.805.249 2.226.413a3.71 3.71 0 0 1 1.379.895c.421.422.68.82.895 1.378.164.422.36 1.06.412 2.227.057 1.265.07 1.645.07 4.847 0 3.206-.013 3.586-.07 4.846-.051 1.172-.248 1.805-.412 2.227a3.714 3.714 0 0 1-.895 1.378 3.69 3.69 0 0 1-1.379.895c-.421.165-1.059.361-2.226.413-1.266.056-1.645.07-4.847.07-3.206 0-3.586-.014-4.847-.07-1.172-.052-1.805-.248-2.226-.413a3.71 3.71 0 0 1-1.379-.895 3.691 3.691 0 0 1-.895-1.378c-.164-.422-.36-1.06-.412-2.227-.057-1.265-.07-1.645-.07-4.846 0-3.207.013-3.586.07-4.847.051-1.172.248-1.805.412-2.227.216-.558.478-.96.895-1.378.422-.422.82-.68 1.379-.895.421-.164 1.059-.361 2.226-.413 1.261-.056 1.64-.07 4.847-.07ZM12 0C8.742 0 8.334.014 7.055.07 5.78.127 4.903.333 4.144.628a5.857 5.857 0 0 0-2.128 1.388A5.88 5.88 0 0 0 .628 4.139C.333 4.903.127 5.775.07 7.05.014 8.334 0 8.742 0 12s.014 3.666.07 4.945c.057 1.275.263 2.152.558 2.911.31.792.717 1.463 1.388 2.128a5.866 5.866 0 0 0 2.123 1.383c.764.296 1.636.502 2.911.558 1.28.056 1.688.07 4.945.07 3.258 0 3.666-.014 4.946-.07 1.275-.056 2.151-.262 2.91-.558a5.866 5.866 0 0 0 2.124-1.383 5.866 5.866 0 0 0 1.383-2.123c.295-.764.501-1.636.558-2.911.056-1.28.07-1.688.07-4.945 0-3.258-.014-3.666-.07-4.946-.057-1.275-.263-2.151-.558-2.91a5.62 5.62 0 0 0-1.374-2.133A5.866 5.866 0 0 0 19.861.633C19.097.338 18.225.13 16.95.075 15.666.015 15.258 0 12 0Z\"/><path d=\"M12 5.836A6.166 6.166 0 0 0 5.836 12 6.166 6.166 0 0 0 12 18.164 6.166 6.166 0 0 0 18.164 12 6.166 6.166 0 0 0 12 5.836Zm0 10.162A3.999 3.999 0 1 1 12.001 8 3.999 3.999 0 0 1 12 15.998Zm7.847-10.406a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.879 0Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oruq5n\",\"data-framer-name\":\"Linkedin\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ip5NBI_aV\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.222.792 24 1.772 24h20.451c.98 0 1.777-.778 1.777-1.73V1.73C24 .773 23.203 0 22.223 0ZM7.12 20.452H3.558V8.995H7.12v11.457ZM5.34 7.434a2.064 2.064 0 1 1 0-4.125 2.063 2.063 0 0 1 0 4.125Zm15.112 13.018h-3.558v-5.57c0-1.326-.024-3.037-1.852-3.037-1.851 0-2.133 1.449-2.133 2.944v5.663H9.356V8.995h3.413v1.566h.047c.473-.9 1.636-1.852 3.365-1.852 3.605 0 4.27 2.372 4.27 5.457v6.286Z\" fill=\"#E6AF5A\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xz3xa0\",layoutDependency:layoutDependency,layoutId:\"oHdppXSqc\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:\"\\xa9 Perrine 2025\"})}),className:\"framer-1y9mgnm\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"hGacmzcu0\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:\"\\xa9 Perrine 2025\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:/*#__PURE__*/_jsx(Link,{href:\"designbywilson.com\",nodeId:\"b1WbUbak9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u3vcsy\",\"data-styles-preset\":\"YlsthKL24\",children:\"Website: Design by Wilson\"})})})}),className:\"framer-9tqih3\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"b1WbUbak9\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:/*#__PURE__*/_jsx(Link,{href:\"designbywilson.com\",nodeId:\"b1WbUbak9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u3vcsy\",\"data-styles-preset\":\"YlsthKL24\",children:\"Website: Design by Wilson\"})})})})}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-updcmp\",layoutDependency:layoutDependency,layoutId:\"W_GYLb0qw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gbbypd\",layoutDependency:layoutDependency,layoutId:\"ey2EFGEN1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d09ua7\",layoutDependency:layoutDependency,layoutId:\"wZhRBIjUs\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Openingstijden\"})}),className:\"framer-1et7bo5\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"TcP5k_7mf\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Openingstijden\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14yy8ni\",layoutDependency:layoutDependency,layoutId:\"ePnWx2L5p\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l4g21t\",layoutDependency:layoutDependency,layoutId:\"uBJr4fJjo\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Maandag\"})}),className:\"framer-1iirvro\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"JjPtzyEH6\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Maandag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Dinsdag\"})}),className:\"framer-1fsgklm\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"SpYcAWp3I\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Dinsdag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Woensdag\"})}),className:\"framer-z4j9go\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"MbIZj5tlg\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Woensdag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Donderdag\"})}),className:\"framer-9rarfy\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"r5ttSy_F1\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Donderdag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Vrijdag\"})}),className:\"framer-pnbl51\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"u0P4yZ62f\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Vrijdag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zaterdag\"})}),className:\"framer-1syehwe\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"sFE6Y5uQv\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zaterdag\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zondag\"})}),className:\"framer-t4svxt\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"G6OroULWD\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zondag\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4t74mh\",layoutDependency:layoutDependency,layoutId:\"VofdNXd_m\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})}),className:\"framer-5ip6wg\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"AOlYaZevg\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-nfdylu\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"SG2rIChO6\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-17d6hsw\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"M06NcrSKw\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-1ojikqn\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"HteDc5Q0k\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-6rxym3\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"wFSHJUKws\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 16:30\"})}),className:\"framer-99af1y\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"MKRRDiAA6\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 16:30\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})}),className:\"framer-1nwyy93\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"yBh6VlfsY\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})})}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k4jgms\",layoutDependency:layoutDependency,layoutId:\"zKmd4vzdY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxc7by\",layoutDependency:layoutDependency,layoutId:\"Fqb1M3qbz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ogh6n5\",layoutDependency:layoutDependency,layoutId:\"IV7Y8jX1N\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Adres\"})}),className:\"framer-ekfxj8\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"SqEyC8hPJ\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Adres\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tcygl6\",layoutDependency:layoutDependency,layoutId:\"lsSN9gtIX\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Grotestraat 129\\u2028\\u2028\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"5151 BK Drunen\"})]}),className:\"framer-1y4lxyd\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"RnufKCEmD\",style:{\"--extracted-2gxw0f\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Grotestraat 129\\u2028\\u2028\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"5151 BK Drunen\"})]})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-534e1j\",layoutDependency:layoutDependency,layoutId:\"UxYjlr2DV\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18oeww\",layoutDependency:layoutDependency,layoutId:\"umImbDaE0\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Contact\"})}),className:\"framer-wzya8a\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"XWucbcBdq\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Contact\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u5dqnj\",layoutDependency:layoutDependency,layoutId:\"I79ieAJ9M\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"tel:0416377551\\u2028\",nodeId:\"oDhNUZA3Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"0416 377 551\"})}),\"\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@perrine.nl\",nodeId:\"oDhNUZA3Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"info@perrine.nl\"})})})]}),className:\"framer-107ns83\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"oDhNUZA3Y\",style:{\"--extracted-2gxw0f\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TcGYBprWz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"tel:0416377551\\u2028\",nodeId:\"oDhNUZA3Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"0416 377 551\"})}),\"\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@perrine.nl\",nodeId:\"oDhNUZA3Y\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"info@perrine.nl\"})})})]})}},baseVariant,gestureVariant)})})]})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vk49dw\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"vGq2q9QDe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9t8ask\",\"data-framer-name\":\"Footer menu\",layoutDependency:layoutDependency,layoutId:\"nzFM_TcGN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q52s03\",\"data-framer-name\":\"Perrine-logo-nav\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UJgUQ_dXL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 317 97\"><path d=\"M 216.597 79.694 C 215.802 79.271 214.885 79.061 213.845 79.061 C 212.805 79.061 211.953 79.263 211.158 79.672 C 210.363 80.082 209.731 80.698 209.264 81.523 C 208.801 82.345 208.566 83.385 208.566 84.637 C 208.566 85.888 208.793 86.897 209.243 87.733 C 209.695 88.569 210.317 89.207 211.116 89.633 C 211.91 90.062 212.826 90.278 213.865 90.278 C 214.903 90.278 215.783 90.075 216.584 89.675 C 217.388 89.27 218.049 88.624 218.476 87.824 C 218.935 86.992 219.165 85.95 219.165 84.699 C 219.165 83.448 218.935 82.417 218.476 81.58 C 218.049 80.776 217.395 80.118 216.596 79.692 M 216.304 86.724 C 216.095 87.254 215.794 87.654 215.405 87.919 C 215.013 88.185 214.535 88.316 213.968 88.316 C 213.09 88.316 212.4 87.996 211.893 87.357 C 211.388 86.719 211.137 85.796 211.137 84.596 C 211.137 83.833 211.241 83.194 211.45 82.679 C 211.659 82.16 211.966 81.767 212.368 81.503 C 212.775 81.236 213.244 81.105 213.785 81.105 C 214.407 81.105 214.922 81.253 215.334 81.554 C 215.745 81.856 216.061 82.28 216.285 82.83 C 216.507 83.382 216.617 84.047 216.617 84.822 C 216.617 85.556 216.513 86.191 216.304 86.722 M 227.256 79.083 C 226.58 79.083 226.015 79.23 225.556 79.522 C 225.098 79.816 224.74 80.252 224.486 80.83 C 224.23 81.408 224.04 82.132 223.917 83.007 L 223.554 83.007 L 223.595 79.33 L 221.449 79.33 L 221.449 90.016 L 224 90.016 L 224 85.025 C 224.12 84.345 224.299 83.757 224.536 83.259 C 224.772 82.761 225.08 82.378 225.466 82.106 C 225.851 81.831 226.306 81.697 226.831 81.697 C 227.019 81.697 227.223 81.711 227.448 81.746 C 227.672 81.782 227.889 81.839 228.106 81.923 L 228.205 79.204 C 228.036 79.152 227.863 79.118 227.688 79.102 C 227.544 79.089 227.399 79.082 227.254 79.083 M 238.374 87.888 C 237.967 87.716 237.538 87.606 237.099 87.561 C 236.753 87.524 236.406 87.503 236.059 87.498 L 233.247 87.498 C 233.038 87.498 232.828 87.484 232.62 87.457 C 232.437 87.442 232.259 87.39 232.095 87.307 C 231.959 87.231 231.895 87.14 231.895 87.028 C 231.895 86.892 231.98 86.748 232.155 86.589 C 232.376 86.397 232.606 86.216 232.844 86.045 C 233.275 86.101 233.594 86.136 233.793 86.149 C 233.995 86.163 234.183 86.168 234.362 86.168 C 235.304 86.168 236.109 86.049 236.778 85.81 C 237.446 85.57 237.956 85.238 238.304 84.807 C 238.657 84.376 238.829 83.885 238.829 83.326 C 238.829 82.74 238.631 82.278 238.234 81.936 C 237.836 81.595 237.217 81.359 236.385 81.222 L 236.385 80.773 L 239.704 81.264 L 239.704 79.22 L 234.464 79.22 C 233.414 79.22 232.52 79.374 231.784 79.68 C 231.049 79.988 230.493 80.406 230.114 80.938 C 229.735 81.469 229.548 82.082 229.548 82.776 C 229.548 83.553 229.776 84.183 230.234 84.665 C 230.694 85.149 231.333 85.413 232.155 85.454 L 232.155 85.864 C 231.294 86.055 230.677 86.293 230.306 86.578 C 229.935 86.863 229.748 87.19 229.748 87.557 C 229.748 87.924 229.938 88.214 230.317 88.384 C 230.694 88.556 231.247 88.633 231.974 88.619 L 231.974 89.031 C 231.004 89.125 230.272 89.374 229.781 89.775 C 229.288 90.175 229.042 90.692 229.042 91.315 C 229.042 91.834 229.217 92.268 229.567 92.625 C 229.917 92.979 230.459 93.244 231.196 93.419 C 231.929 93.596 232.87 93.686 234.017 93.686 C 235.312 93.686 236.393 93.568 237.263 93.339 C 238.131 93.11 238.785 92.741 239.224 92.245 C 239.661 91.75 239.882 91.112 239.882 90.335 C 239.882 89.641 239.738 89.1 239.446 88.72 C 239.154 88.339 238.798 88.058 238.374 87.882 M 232.076 82.902 C 232.076 82.331 232.269 81.862 232.653 81.494 C 233.037 81.127 233.578 80.943 234.279 80.943 C 234.979 80.943 235.515 81.128 235.889 81.505 C 236.258 81.879 236.443 82.357 236.443 82.945 C 236.443 83.49 236.262 83.929 235.899 84.262 C 235.536 84.596 235.003 84.765 234.3 84.765 C 233.88 84.776 233.462 84.696 233.075 84.529 C 232.767 84.391 232.506 84.163 232.327 83.874 C 232.154 83.581 232.067 83.244 232.076 82.902 Z M 237.313 91.005 C 237.096 91.216 236.739 91.365 236.24 91.464 C 235.742 91.559 235.074 91.608 234.238 91.608 C 233.742 91.613 233.245 91.586 232.751 91.526 C 232.34 91.472 232.026 91.359 231.81 91.19 C 231.595 91.017 231.488 90.773 231.488 90.447 C 231.488 90.119 231.618 89.818 231.88 89.546 C 232.144 89.274 232.599 89.09 233.245 88.994 L 235.732 88.994 C 235.879 88.994 236.064 89.004 236.276 89.015 C 236.492 89.028 236.707 89.069 236.914 89.138 C 237.118 89.202 237.298 89.326 237.431 89.495 C 237.565 89.665 237.634 89.899 237.634 90.201 C 237.644 90.505 237.525 90.799 237.308 91.008 M 253.702 87.213 C 253.455 87.679 253.043 88.033 252.549 88.204 C 252.219 88.314 251.873 88.366 251.526 88.357 C 250.623 88.357 249.912 88.062 249.393 87.477 C 248.93 86.956 248.687 86.181 248.637 85.184 L 256.078 85.128 C 256.146 84.134 256.078 83.258 255.877 82.501 C 255.705 81.808 255.388 81.16 254.947 80.601 C 254.536 80.096 254.009 79.699 253.412 79.446 C 252.756 79.179 252.055 79.048 251.348 79.06 C 250.525 79.06 249.793 79.204 249.153 79.49 C 248.512 79.775 247.971 80.177 247.524 80.696 C 247.07 81.236 246.724 81.86 246.505 82.534 C 246.262 83.285 246.142 84.072 246.15 84.863 C 246.15 85.708 246.272 86.465 246.513 87.13 C 246.756 87.798 247.109 88.368 247.564 88.836 C 248.041 89.317 248.619 89.684 249.254 89.909 C 249.921 90.155 250.679 90.276 251.53 90.276 C 252.15 90.286 252.768 90.211 253.368 90.052 C 253.858 89.919 254.321 89.697 254.732 89.397 C 255.116 89.115 255.43 88.771 255.673 88.376 C 255.925 87.961 256.104 87.504 256.201 87.027 L 253.974 86.516 C 253.908 86.761 253.817 86.994 253.702 87.21 M 249.908 81.543 C 250.326 81.251 250.812 81.104 251.364 81.104 C 251.85 81.104 252.28 81.223 252.66 81.461 C 253.036 81.7 253.326 82.067 253.529 82.563 C 253.65 82.868 253.705 83.24 253.723 83.646 L 248.706 83.692 C 248.755 83.389 248.837 83.092 248.949 82.807 C 249.139 82.299 249.472 81.859 249.908 81.543 Z M 264.55 79.061 C 263.889 79.061 263.309 79.192 262.81 79.449 C 262.313 79.707 261.903 80.095 261.587 80.612 C 261.268 81.13 261.017 81.79 260.829 82.594 L 260.464 82.594 L 260.526 79.325 L 258.401 79.325 L 258.401 90.011 L 260.952 90.011 L 260.952 85.168 C 260.963 84.46 261.077 83.808 261.282 83.215 C 261.462 82.671 261.771 82.18 262.183 81.785 C 262.573 81.423 263.053 81.245 263.62 81.245 C 264.295 81.245 264.802 81.512 265.146 82.049 C 265.491 82.589 265.662 83.435 265.662 84.594 L 265.662 90.011 L 268.233 90.011 L 268.233 84.327 C 268.233 82.532 267.919 81.2 267.292 80.344 C 266.663 79.486 265.75 79.056 264.551 79.056 M 278.198 87.621 L 283.901 81.492 L 283.901 79.327 L 275.083 79.327 L 275.083 81.431 L 280.624 81.431 L 280.624 81.716 L 275.004 87.806 L 275.004 90.013 L 283.942 90.013 L 283.942 87.888 L 278.198 87.888 Z M 287.368 75.034 C 286.853 75.034 286.461 75.147 286.187 75.371 C 285.908 75.597 285.772 75.918 285.772 76.342 C 285.772 76.768 285.91 77.089 286.187 77.312 C 286.462 77.538 286.856 77.649 287.368 77.649 C 287.881 77.649 288.296 77.536 288.573 77.312 C 288.848 77.089 288.986 76.765 288.986 76.342 C 288.986 75.92 288.851 75.579 288.581 75.361 C 288.31 75.145 287.905 75.034 287.368 75.034 Z M 288.638 79.327 L 286.09 79.327 L 286.09 90.016 L 288.638 90.016 L 288.638 79.325 Z M 298.462 87.213 C 298.345 87.433 298.191 87.629 298.006 87.795 C 297.801 87.974 297.564 88.113 297.308 88.204 C 296.979 88.314 296.633 88.366 296.286 88.357 C 295.381 88.357 294.67 88.062 294.153 87.477 C 293.69 86.956 293.447 86.181 293.396 85.184 L 300.838 85.128 C 300.904 84.134 300.838 83.258 300.637 82.501 C 300.465 81.808 300.148 81.16 299.707 80.601 C 299.295 80.095 298.768 79.699 298.17 79.446 C 297.515 79.179 296.813 79.048 296.106 79.06 C 295.284 79.06 294.551 79.204 293.913 79.49 C 293.272 79.775 292.731 80.177 292.284 80.696 C 291.829 81.236 291.483 81.86 291.265 82.534 C 291.022 83.285 290.902 84.072 290.91 84.863 C 290.91 85.708 291.03 86.465 291.273 87.13 C 291.516 87.798 291.869 88.368 292.324 88.836 C 292.784 89.307 293.345 89.664 294.014 89.909 C 294.681 90.155 295.437 90.276 296.288 90.276 C 296.908 90.286 297.527 90.211 298.128 90.052 C 298.618 89.919 299.08 89.697 299.492 89.397 C 299.876 89.115 300.19 88.771 300.433 88.376 C 300.677 87.983 300.851 87.533 300.959 87.027 L 298.734 86.516 C 298.666 86.761 298.575 86.994 298.462 87.21 M 294.67 81.543 C 295.088 81.251 295.573 81.104 296.126 81.104 C 296.612 81.104 297.041 81.223 297.422 81.461 C 297.797 81.7 298.089 82.067 298.291 82.563 C 298.411 82.868 298.466 83.24 298.484 83.646 L 293.469 83.692 C 293.517 83.389 293.598 83.092 293.711 82.807 C 293.9 82.299 294.234 81.859 294.67 81.543 Z M 312.047 80.349 C 311.42 79.489 310.506 79.061 309.306 79.061 C 308.648 79.061 308.067 79.191 307.57 79.448 C 307.062 79.713 306.639 80.116 306.347 80.612 C 306.028 81.13 305.777 81.788 305.587 82.593 L 305.224 82.593 L 305.284 79.325 L 303.161 79.325 L 303.161 90.011 L 305.71 90.011 L 305.71 85.168 C 305.723 84.458 305.833 83.81 306.042 83.218 C 306.251 82.625 306.551 82.147 306.943 81.787 C 307.333 81.426 307.813 81.246 308.378 81.246 C 309.053 81.246 309.562 81.517 309.905 82.054 C 310.249 82.594 310.422 83.439 310.422 84.599 L 310.422 90.013 L 312.989 90.013 L 312.989 84.332 C 312.989 82.535 312.678 81.207 312.048 80.349\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path><path d=\"M 263.124 34.449 C 262.45 34.079 261.607 34.322 261.227 34.996 C 255.695 45.844 249.184 52.198 242.893 52.882 C 242.601 52.914 242.306 52.932 242.015 52.932 C 240.124 52.932 238.312 52.27 236.775 51.018 C 233.794 48.599 232.821 44.798 232.524 42.033 C 232.373 40.648 232.4 39.249 232.605 37.871 C 233.253 37.866 234.238 37.846 235.383 37.723 C 237.951 37.445 241.291 36.675 242.625 34.6 C 243.319 33.535 243.618 32.366 243.498 31.224 C 243.309 29.449 242.178 28.13 240.471 27.699 L 240.463 27.699 C 239.878 27.541 239.268 27.497 238.667 27.572 C 234.142 28.066 230.862 31.56 229.889 36.919 C 227.885 44.208 224.672 48.947 221.506 49.292 C 221.381 49.307 221.254 49.314 221.127 49.313 C 219.49 49.313 217.872 48.129 216.445 45.898 C 215.013 43.651 213.808 40.395 212.962 36.479 C 212.274 33.367 210.249 31.45 207.727 31.45 C 207.547 31.45 207.364 31.462 207.179 31.483 C 204.33 31.791 201.756 34.436 200.775 38.062 C 200.141 40.418 199.957 44.233 200.221 49.405 C 199.689 46.935 199.286 44.438 199.016 41.925 C 198.826 40.23 198.733 38.526 198.739 36.821 L 198.726 36.683 C 198.641 35.942 198.024 35.38 197.286 35.373 C 197.244 35.373 197.202 35.373 197.161 35.381 C 196.471 35.455 195.925 36.064 195.886 36.798 C 195.878 37.748 195.914 38.806 195.995 39.949 C 195.983 39.994 195.975 40.04 195.97 40.087 C 194.645 51.251 188.32 60.812 183.968 61.287 C 181.436 61.572 180.027 58.145 179.421 56.132 C 178.94 54.592 178.58 52.661 178.321 50.234 C 177.929 46.557 177.858 42.033 178.104 36.775 L 178.083 36.572 C 178.046 36.202 177.863 35.862 177.576 35.629 C 177.29 35.396 176.923 35.289 176.557 35.332 C 175.861 35.395 175.315 35.966 175.278 36.672 C 175.198 38.215 175.002 41.025 174.996 41.143 C 174.944 41.981 174.824 42.812 174.636 43.63 C 173.201 49.842 170.916 56.725 168.523 62.045 C 164.41 71.283 161.757 72.364 161.045 72.475 C 160.969 72.484 160.892 72.488 160.816 72.488 C 159.703 72.488 158.751 71.56 157.985 69.724 C 157.159 67.743 156.516 64.626 156.073 60.46 C 155.839 58.261 155.664 55.633 155.502 51.932 L 155.455 51.49 C 155.1 48.175 152.45 47.707 149.643 47.214 C 148.459 47.007 147.233 46.791 146.136 46.345 C 146.442 44.544 146.533 43.091 146.403 41.903 C 146.243 40.395 145.763 39.283 144.978 38.595 C 144.386 38.075 143.607 37.827 142.827 37.908 C 142.006 37.999 141.165 38.637 140.515 39.664 C 139.65 41.04 139.362 42.74 139.79 44.002 C 140.301 45.51 141.353 46.793 143.007 47.916 C 141.374 54.92 138.588 63.418 136.077 69.065 C 133.717 74.362 130.29 81.438 127.813 81.707 C 127.725 81.718 127.636 81.722 127.547 81.722 C 126.29 81.722 125.25 80.632 124.372 78.388 C 123.504 76.156 122.847 72.882 122.367 68.374 C 121.995 64.846 121.73 61.308 121.573 57.763 L 121.551 57.239 C 121.151 53.48 117.913 52.594 114.488 51.651 L 114.479 51.651 C 113.364 51.344 112.211 51.025 111.158 50.599 C 111.515 48.683 111.62 47.012 111.472 45.638 C 111.301 44.041 110.79 42.858 109.953 42.128 C 109.411 41.646 108.715 41.378 107.993 41.373 C 107.898 41.373 107.794 41.379 107.695 41.389 C 106.649 41.504 105.706 42.118 105.042 43.122 C 104.37 44.157 104.079 45.399 104.219 46.629 C 104.438 48.676 105.849 50.74 108 52.149 C 102.314 63.929 95.539 70.81 88.923 71.529 C 88.632 71.561 88.337 71.578 88.049 71.578 C 86.158 71.578 84.341 70.916 82.799 69.665 C 81.156 68.33 79.09 65.689 78.555 60.681 C 78.403 59.296 78.429 57.898 78.631 56.52 C 79.56 56.519 80.487 56.47 81.411 56.371 C 83.978 56.093 87.32 55.323 88.653 53.248 C 89.346 52.183 89.647 51.014 89.527 49.874 C 89.396 48.652 88.852 47.654 87.948 46.994 C 87.088 46.362 85.93 46.085 84.697 46.219 C 78.563 46.888 74.885 53.017 75.75 61.126 C 76.159 64.956 77.59 68.394 79.776 70.813 C 82.255 73.548 85.527 74.777 89.225 74.38 C 99.526 73.26 106.989 60.769 110.526 53.405 C 111.644 53.834 112.755 54.137 113.886 54.434 C 117.158 55.328 118.51 55.862 118.692 57.551 L 118.727 57.877 C 118.889 61.808 119.251 66.292 119.52 68.788 C 120.67 79.566 123.216 84.586 127.542 84.586 C 127.748 84.586 127.964 84.573 128.181 84.55 L 128.32 84.534 C 132.047 84.049 135.748 77.327 138.197 71.774 C 140.959 65.509 143.726 57.082 145.601 49.223 C 147.179 49.764 148.562 49.944 149.674 50.093 C 151.488 50.335 152.489 50.47 152.63 51.801 L 152.657 52.057 C 152.827 55.873 153.002 58.461 153.24 60.699 C 153.809 66.022 154.735 69.779 156.08 72.177 C 157.279 74.323 158.782 75.365 160.683 75.365 C 160.874 75.365 161.072 75.352 161.279 75.33 C 161.344 75.325 161.407 75.306 161.464 75.275 C 164.485 74.832 167.726 70.783 171.103 63.241 C 172.678 59.703 174.256 55.397 175.559 51.099 C 176.143 56.009 177.322 59.6 179.061 61.77 C 180.339 63.364 181.883 64.169 183.652 64.169 C 183.856 64.169 184.063 64.158 184.267 64.135 C 186.553 63.884 189.099 62.13 191.432 59.193 C 193.724 56.311 195.728 52.396 197.08 48.167 C 198.196 54.044 199.832 58.959 201.58 61.663 C 201.875 62.078 202.327 62.319 202.777 62.319 C 203.179 62.324 203.564 62.152 203.83 61.848 C 204.097 61.543 204.219 61.136 204.165 60.733 C 203.96 59.297 203.784 57.856 203.637 56.412 C 203.123 51.597 202.424 42.907 203.507 38.804 C 204.28 35.93 206.059 34.485 207.477 34.333 C 207.555 34.323 207.633 34.318 207.711 34.318 C 208.882 34.318 209.778 35.334 210.174 37.103 C 212.173 46.078 215.732 51.407 220.199 52.106 C 220.62 52.155 221.186 52.204 221.806 52.142 C 223.899 51.913 225.87 50.678 227.657 48.465 C 228.51 47.412 229.317 46.123 230.062 44.631 C 230.765 47.867 232.251 50.727 234.245 52.688 C 236.264 54.709 238.999 55.832 241.841 55.806 C 242.285 55.806 242.734 55.783 243.191 55.731 C 252.432 54.725 259.379 44.765 263.577 36.583 L 263.687 36.379 C 263.866 36.047 263.906 35.657 263.799 35.295 C 263.692 34.934 263.448 34.63 263.119 34.451 M 239.936 30.5 L 239.969 30.513 C 240.048 30.536 240.124 30.569 240.196 30.612 C 240.474 30.795 240.633 31.096 240.68 31.532 C 240.732 32.02 240.586 32.562 240.275 33.019 C 239.711 33.879 237.79 34.547 235.006 34.852 L 234.98 34.852 C 234.452 34.919 233.921 34.964 233.389 34.988 C 234.588 32.159 236.363 30.705 238.971 30.425 C 239.041 30.415 239.112 30.411 239.183 30.412 L 239.415 30.412 C 239.574 30.415 239.694 30.428 239.797 30.451 C 239.83 30.459 239.861 30.471 239.891 30.485 C 239.906 30.492 239.921 30.498 239.936 30.502 M 143.514 44.683 C 142.833 43.985 142.448 43.245 142.363 42.477 C 142.307 42.032 142.401 41.582 142.631 41.199 C 142.812 40.863 143.023 40.767 143.076 40.757 C 143.134 40.768 143.46 41.065 143.583 42.208 C 143.658 42.932 143.635 43.743 143.514 44.681 Z M 108.558 48.95 C 107.42 47.882 107.096 46.896 107.029 46.255 C 106.905 45.079 107.582 44.28 107.993 44.234 L 108.004 44.234 C 108.03 44.234 108.068 44.251 108.105 44.283 C 108.197 44.36 108.521 44.704 108.652 45.938 C 108.738 46.745 108.706 47.785 108.558 48.948 Z M 85.22 49.051 L 85.413 49.051 C 85.572 49.056 85.692 49.068 85.797 49.092 C 85.817 49.096 85.833 49.105 85.851 49.109 C 85.862 49.115 85.88 49.12 85.894 49.125 C 85.996 49.149 86.094 49.187 86.186 49.236 C 86.487 49.417 86.657 49.725 86.704 50.177 C 86.758 50.665 86.612 51.207 86.301 51.662 C 85.736 52.524 83.814 53.194 81.027 53.493 L 81.001 53.498 C 80.481 53.554 79.942 53.613 79.414 53.629 C 80.612 50.801 82.387 49.349 84.997 49.066 C 85.073 49.058 85.144 49.053 85.217 49.051 M 176.575 29.665 C 177.096 29.664 177.593 29.44 177.941 29.048 C 178.29 28.656 178.457 28.133 178.402 27.609 C 178.4 27.577 178.391 27.545 178.376 27.516 C 178.367 27.495 178.36 27.473 178.355 27.45 C 178.282 27.085 178.1 26.752 177.834 26.494 C 177.819 26.481 177.806 26.459 177.793 26.441 C 177.774 26.417 177.756 26.389 177.728 26.368 C 177.702 26.347 177.672 26.331 177.641 26.32 C 177.62 26.31 177.599 26.304 177.581 26.287 C 177.283 26.087 176.933 25.98 176.575 25.979 L 176.549 25.979 C 176.528 25.979 176.504 25.979 176.481 25.971 C 176.449 25.966 176.416 25.964 176.384 25.965 C 175.896 26.017 175.459 26.26 175.151 26.646 C 174.846 27.028 174.705 27.518 174.759 28.006 C 174.857 28.948 175.643 29.663 176.58 29.663\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 103.37 5.091 C 96.528 -2.252 73.992 -1.538 47.264 6.86 C 47.099 4.072 46.993 2.224 46.959 1.604 L 46.946 1.381 C 46.923 0.995 46.748 0.636 46.46 0.382 C 46.179 0.121 45.806 -0.015 45.425 0.003 C 44.63 0.05 44.021 0.738 44.063 1.543 L 44.079 1.844 C 44.122 2.593 44.241 4.684 44.426 7.77 C 8.235 19.655 0.628 28.598 0.324 28.975 C -0.176 29.595 -0.089 30.506 0.518 31.019 C 1.129 31.529 2.031 31.448 2.543 30.837 C 2.614 30.751 10.226 22.156 44.606 10.784 C 45.608 27.198 48.244 67.329 51.252 89.403 C 51.364 90.199 52.09 90.756 52.878 90.65 C 53.666 90.538 54.217 89.804 54.112 89.007 C 51.083 66.805 48.441 26.341 47.439 9.862 C 77.324 0.339 96.285 1.749 101.266 7.092 C 102.789 8.725 103.045 10.764 102.053 13.325 C 99.102 20.974 70.184 36.754 59.291 42.19 C 58.576 42.547 58.283 43.422 58.636 44.145 C 58.989 44.867 59.854 45.164 60.569 44.807 C 62.21 43.988 100.788 24.621 104.744 14.386 C 106.505 9.821 104.971 6.814 103.367 5.096\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 199.28 87.716 L 204.981 81.585 L 204.981 79.418 L 196.163 79.418 L 196.163 81.525 L 201.706 81.525 L 201.706 81.81 L 196.084 87.898 L 196.084 90.108 L 205.024 90.108 L 205.024 87.978 L 199.28 87.978 Z\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path></svg>',svgContentId:12278846328,withExternalLayout:true,...addPropertyOverrides({FdIbnvpNL:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 317 97\"><path d=\"M 216.597 79.694 C 215.802 79.271 214.885 79.061 213.845 79.061 C 212.805 79.061 211.953 79.263 211.158 79.672 C 210.363 80.082 209.731 80.698 209.264 81.523 C 208.801 82.345 208.566 83.385 208.566 84.637 C 208.566 85.888 208.793 86.897 209.243 87.733 C 209.695 88.569 210.317 89.207 211.116 89.633 C 211.91 90.062 212.826 90.278 213.865 90.278 C 214.903 90.278 215.783 90.075 216.584 89.675 C 217.388 89.27 218.049 88.624 218.476 87.824 C 218.935 86.992 219.165 85.95 219.165 84.699 C 219.165 83.448 218.935 82.417 218.476 81.58 C 218.049 80.776 217.395 80.118 216.596 79.692 M 216.304 86.724 C 216.095 87.254 215.794 87.654 215.405 87.919 C 215.013 88.185 214.535 88.316 213.968 88.316 C 213.09 88.316 212.4 87.996 211.893 87.357 C 211.388 86.719 211.137 85.796 211.137 84.596 C 211.137 83.833 211.241 83.194 211.45 82.679 C 211.659 82.16 211.966 81.767 212.368 81.503 C 212.775 81.236 213.244 81.105 213.785 81.105 C 214.407 81.105 214.922 81.253 215.334 81.554 C 215.745 81.856 216.061 82.28 216.285 82.83 C 216.507 83.382 216.617 84.047 216.617 84.822 C 216.617 85.556 216.513 86.191 216.304 86.722 M 227.256 79.083 C 226.58 79.083 226.015 79.23 225.556 79.522 C 225.098 79.816 224.74 80.252 224.486 80.83 C 224.23 81.408 224.04 82.132 223.917 83.007 L 223.554 83.007 L 223.595 79.33 L 221.449 79.33 L 221.449 90.016 L 224 90.016 L 224 85.025 C 224.12 84.345 224.299 83.757 224.536 83.259 C 224.772 82.761 225.08 82.378 225.466 82.106 C 225.851 81.831 226.306 81.697 226.831 81.697 C 227.019 81.697 227.223 81.711 227.448 81.746 C 227.672 81.782 227.889 81.839 228.106 81.923 L 228.205 79.204 C 228.036 79.152 227.863 79.118 227.688 79.102 C 227.544 79.089 227.399 79.082 227.254 79.083 M 238.374 87.888 C 237.967 87.716 237.538 87.606 237.099 87.561 C 236.753 87.524 236.406 87.503 236.059 87.498 L 233.247 87.498 C 233.038 87.498 232.828 87.484 232.62 87.457 C 232.437 87.442 232.259 87.39 232.095 87.307 C 231.959 87.231 231.895 87.14 231.895 87.028 C 231.895 86.892 231.98 86.748 232.155 86.589 C 232.376 86.397 232.606 86.216 232.844 86.045 C 233.275 86.101 233.594 86.136 233.793 86.149 C 233.995 86.163 234.183 86.168 234.362 86.168 C 235.304 86.168 236.109 86.049 236.778 85.81 C 237.446 85.57 237.956 85.238 238.304 84.807 C 238.657 84.376 238.829 83.885 238.829 83.326 C 238.829 82.74 238.631 82.278 238.234 81.936 C 237.836 81.595 237.217 81.359 236.385 81.222 L 236.385 80.773 L 239.704 81.264 L 239.704 79.22 L 234.464 79.22 C 233.414 79.22 232.52 79.374 231.784 79.68 C 231.049 79.988 230.493 80.406 230.114 80.938 C 229.735 81.469 229.548 82.082 229.548 82.776 C 229.548 83.553 229.776 84.183 230.234 84.665 C 230.694 85.149 231.333 85.413 232.155 85.454 L 232.155 85.864 C 231.294 86.055 230.677 86.293 230.306 86.578 C 229.935 86.863 229.748 87.19 229.748 87.557 C 229.748 87.924 229.938 88.214 230.317 88.384 C 230.694 88.556 231.247 88.633 231.974 88.619 L 231.974 89.031 C 231.004 89.125 230.272 89.374 229.781 89.775 C 229.288 90.175 229.042 90.692 229.042 91.315 C 229.042 91.834 229.217 92.268 229.567 92.625 C 229.917 92.979 230.459 93.244 231.196 93.419 C 231.929 93.596 232.87 93.686 234.017 93.686 C 235.312 93.686 236.393 93.568 237.263 93.339 C 238.131 93.11 238.785 92.741 239.224 92.245 C 239.661 91.75 239.882 91.112 239.882 90.335 C 239.882 89.641 239.738 89.1 239.446 88.72 C 239.154 88.339 238.798 88.058 238.374 87.882 M 232.076 82.902 C 232.076 82.331 232.269 81.862 232.653 81.494 C 233.037 81.127 233.578 80.943 234.279 80.943 C 234.979 80.943 235.515 81.128 235.889 81.505 C 236.258 81.879 236.443 82.357 236.443 82.945 C 236.443 83.49 236.262 83.929 235.899 84.262 C 235.536 84.596 235.003 84.765 234.3 84.765 C 233.88 84.776 233.462 84.696 233.075 84.529 C 232.767 84.391 232.506 84.163 232.327 83.874 C 232.154 83.581 232.067 83.244 232.076 82.902 Z M 237.313 91.005 C 237.096 91.216 236.739 91.365 236.24 91.464 C 235.742 91.559 235.074 91.608 234.238 91.608 C 233.742 91.613 233.245 91.586 232.751 91.526 C 232.34 91.472 232.026 91.359 231.81 91.19 C 231.595 91.017 231.488 90.773 231.488 90.447 C 231.488 90.119 231.618 89.818 231.88 89.546 C 232.144 89.274 232.599 89.09 233.245 88.994 L 235.732 88.994 C 235.879 88.994 236.064 89.004 236.276 89.015 C 236.492 89.028 236.707 89.069 236.914 89.138 C 237.118 89.202 237.298 89.326 237.431 89.495 C 237.565 89.665 237.634 89.899 237.634 90.201 C 237.644 90.505 237.525 90.799 237.308 91.008 M 253.702 87.213 C 253.455 87.679 253.043 88.033 252.549 88.204 C 252.219 88.314 251.873 88.366 251.526 88.357 C 250.623 88.357 249.912 88.062 249.393 87.477 C 248.93 86.956 248.687 86.181 248.637 85.184 L 256.078 85.128 C 256.146 84.134 256.078 83.258 255.877 82.501 C 255.705 81.808 255.388 81.16 254.947 80.601 C 254.536 80.096 254.009 79.699 253.412 79.446 C 252.756 79.179 252.055 79.048 251.348 79.06 C 250.525 79.06 249.793 79.204 249.153 79.49 C 248.512 79.775 247.971 80.177 247.524 80.696 C 247.07 81.236 246.724 81.86 246.505 82.534 C 246.262 83.285 246.142 84.072 246.15 84.863 C 246.15 85.708 246.272 86.465 246.513 87.13 C 246.756 87.798 247.109 88.368 247.564 88.836 C 248.041 89.317 248.619 89.684 249.254 89.909 C 249.921 90.155 250.679 90.276 251.53 90.276 C 252.15 90.286 252.768 90.211 253.368 90.052 C 253.858 89.919 254.321 89.697 254.732 89.397 C 255.116 89.115 255.43 88.771 255.673 88.376 C 255.925 87.961 256.104 87.504 256.201 87.027 L 253.974 86.516 C 253.908 86.761 253.817 86.994 253.702 87.21 M 249.908 81.543 C 250.326 81.251 250.812 81.104 251.364 81.104 C 251.85 81.104 252.28 81.223 252.66 81.461 C 253.036 81.7 253.326 82.067 253.529 82.563 C 253.65 82.868 253.705 83.24 253.723 83.646 L 248.706 83.692 C 248.755 83.389 248.837 83.092 248.949 82.807 C 249.139 82.299 249.472 81.859 249.908 81.543 Z M 264.55 79.061 C 263.889 79.061 263.309 79.192 262.81 79.449 C 262.313 79.707 261.903 80.095 261.587 80.612 C 261.268 81.13 261.017 81.79 260.829 82.594 L 260.464 82.594 L 260.526 79.325 L 258.401 79.325 L 258.401 90.011 L 260.952 90.011 L 260.952 85.168 C 260.963 84.46 261.077 83.808 261.282 83.215 C 261.462 82.671 261.771 82.18 262.183 81.785 C 262.573 81.423 263.053 81.245 263.62 81.245 C 264.295 81.245 264.802 81.512 265.146 82.049 C 265.491 82.589 265.662 83.435 265.662 84.594 L 265.662 90.011 L 268.233 90.011 L 268.233 84.327 C 268.233 82.532 267.919 81.2 267.292 80.344 C 266.663 79.486 265.75 79.056 264.551 79.056 M 278.198 87.621 L 283.901 81.492 L 283.901 79.327 L 275.083 79.327 L 275.083 81.431 L 280.624 81.431 L 280.624 81.716 L 275.004 87.806 L 275.004 90.013 L 283.942 90.013 L 283.942 87.888 L 278.198 87.888 Z M 287.368 75.034 C 286.853 75.034 286.461 75.147 286.187 75.371 C 285.908 75.597 285.772 75.918 285.772 76.342 C 285.772 76.768 285.91 77.089 286.187 77.312 C 286.462 77.538 286.856 77.649 287.368 77.649 C 287.881 77.649 288.296 77.536 288.573 77.312 C 288.848 77.089 288.986 76.765 288.986 76.342 C 288.986 75.92 288.851 75.579 288.581 75.361 C 288.31 75.145 287.905 75.034 287.368 75.034 Z M 288.638 79.327 L 286.09 79.327 L 286.09 90.016 L 288.638 90.016 L 288.638 79.325 Z M 298.462 87.213 C 298.345 87.433 298.191 87.629 298.006 87.795 C 297.801 87.974 297.564 88.113 297.308 88.204 C 296.979 88.314 296.633 88.366 296.286 88.357 C 295.381 88.357 294.67 88.062 294.153 87.477 C 293.69 86.956 293.447 86.181 293.396 85.184 L 300.838 85.128 C 300.904 84.134 300.838 83.258 300.637 82.501 C 300.465 81.808 300.148 81.16 299.707 80.601 C 299.295 80.095 298.768 79.699 298.17 79.446 C 297.515 79.179 296.813 79.048 296.106 79.06 C 295.284 79.06 294.551 79.204 293.913 79.49 C 293.272 79.775 292.731 80.177 292.284 80.696 C 291.829 81.236 291.483 81.86 291.265 82.534 C 291.022 83.285 290.902 84.072 290.91 84.863 C 290.91 85.708 291.03 86.465 291.273 87.13 C 291.516 87.798 291.869 88.368 292.324 88.836 C 292.784 89.307 293.345 89.664 294.014 89.909 C 294.681 90.155 295.437 90.276 296.288 90.276 C 296.908 90.286 297.527 90.211 298.128 90.052 C 298.618 89.919 299.08 89.697 299.492 89.397 C 299.876 89.115 300.19 88.771 300.433 88.376 C 300.677 87.983 300.851 87.533 300.959 87.027 L 298.734 86.516 C 298.666 86.761 298.575 86.994 298.462 87.21 M 294.67 81.543 C 295.088 81.251 295.573 81.104 296.126 81.104 C 296.612 81.104 297.041 81.223 297.422 81.461 C 297.797 81.7 298.089 82.067 298.291 82.563 C 298.411 82.868 298.466 83.24 298.484 83.646 L 293.469 83.692 C 293.517 83.389 293.598 83.092 293.711 82.807 C 293.9 82.299 294.234 81.859 294.67 81.543 Z M 312.047 80.349 C 311.42 79.489 310.506 79.061 309.306 79.061 C 308.648 79.061 308.067 79.191 307.57 79.448 C 307.062 79.713 306.639 80.116 306.347 80.612 C 306.028 81.13 305.777 81.788 305.587 82.593 L 305.224 82.593 L 305.284 79.325 L 303.161 79.325 L 303.161 90.011 L 305.71 90.011 L 305.71 85.168 C 305.723 84.458 305.833 83.81 306.042 83.218 C 306.251 82.625 306.551 82.147 306.943 81.787 C 307.333 81.426 307.813 81.246 308.378 81.246 C 309.053 81.246 309.562 81.517 309.905 82.054 C 310.249 82.594 310.422 83.439 310.422 84.599 L 310.422 90.013 L 312.989 90.013 L 312.989 84.332 C 312.989 82.535 312.678 81.207 312.048 80.349\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path><path d=\"M 263.124 34.449 C 262.45 34.079 261.607 34.322 261.227 34.996 C 255.695 45.844 249.184 52.198 242.893 52.882 C 242.601 52.914 242.306 52.932 242.015 52.932 C 240.124 52.932 238.312 52.27 236.775 51.018 C 233.794 48.599 232.821 44.798 232.524 42.033 C 232.373 40.648 232.4 39.249 232.605 37.871 C 233.253 37.866 234.238 37.846 235.383 37.723 C 237.951 37.445 241.291 36.675 242.625 34.6 C 243.319 33.535 243.618 32.366 243.498 31.224 C 243.309 29.449 242.178 28.13 240.471 27.699 L 240.463 27.699 C 239.878 27.541 239.268 27.497 238.667 27.572 C 234.142 28.066 230.862 31.56 229.889 36.919 C 227.885 44.208 224.672 48.947 221.506 49.292 C 221.381 49.307 221.254 49.314 221.127 49.313 C 219.49 49.313 217.872 48.129 216.445 45.898 C 215.013 43.651 213.808 40.395 212.962 36.479 C 212.274 33.367 210.249 31.45 207.727 31.45 C 207.547 31.45 207.364 31.462 207.179 31.483 C 204.33 31.791 201.756 34.436 200.775 38.062 C 200.141 40.418 199.957 44.233 200.221 49.405 C 199.689 46.935 199.286 44.438 199.016 41.925 C 198.826 40.23 198.733 38.526 198.739 36.821 L 198.726 36.683 C 198.641 35.942 198.024 35.38 197.286 35.373 C 197.244 35.373 197.202 35.373 197.161 35.381 C 196.471 35.455 195.925 36.064 195.886 36.798 C 195.878 37.748 195.914 38.806 195.995 39.949 C 195.983 39.994 195.975 40.04 195.97 40.087 C 194.645 51.251 188.32 60.812 183.968 61.287 C 181.436 61.572 180.027 58.145 179.421 56.132 C 178.94 54.592 178.58 52.661 178.321 50.234 C 177.929 46.557 177.858 42.033 178.104 36.775 L 178.083 36.572 C 178.046 36.202 177.863 35.862 177.576 35.629 C 177.29 35.396 176.923 35.289 176.557 35.332 C 175.861 35.395 175.315 35.966 175.278 36.672 C 175.198 38.215 175.002 41.025 174.996 41.143 C 174.944 41.981 174.824 42.812 174.636 43.63 C 173.201 49.842 170.916 56.725 168.523 62.045 C 164.41 71.283 161.757 72.364 161.045 72.475 C 160.969 72.484 160.892 72.488 160.816 72.488 C 159.703 72.488 158.751 71.56 157.985 69.724 C 157.159 67.743 156.516 64.626 156.073 60.46 C 155.839 58.261 155.664 55.633 155.502 51.932 L 155.455 51.49 C 155.1 48.175 152.45 47.707 149.643 47.214 C 148.459 47.007 147.233 46.791 146.136 46.345 C 146.442 44.544 146.533 43.091 146.403 41.903 C 146.243 40.395 145.763 39.283 144.978 38.595 C 144.386 38.075 143.607 37.827 142.827 37.908 C 142.006 37.999 141.165 38.637 140.515 39.664 C 139.65 41.04 139.362 42.74 139.79 44.002 C 140.301 45.51 141.353 46.793 143.007 47.916 C 141.374 54.92 138.588 63.418 136.077 69.065 C 133.717 74.362 130.29 81.438 127.813 81.707 C 127.725 81.718 127.636 81.722 127.547 81.722 C 126.29 81.722 125.25 80.632 124.372 78.388 C 123.504 76.156 122.847 72.882 122.367 68.374 C 121.995 64.846 121.73 61.308 121.573 57.763 L 121.551 57.239 C 121.151 53.48 117.913 52.594 114.488 51.651 L 114.479 51.651 C 113.364 51.344 112.211 51.025 111.158 50.599 C 111.515 48.683 111.62 47.012 111.472 45.638 C 111.301 44.041 110.79 42.858 109.953 42.128 C 109.411 41.646 108.715 41.378 107.993 41.373 C 107.898 41.373 107.794 41.379 107.695 41.389 C 106.649 41.504 105.706 42.118 105.042 43.122 C 104.37 44.157 104.079 45.399 104.219 46.629 C 104.438 48.676 105.849 50.74 108 52.149 C 102.314 63.929 95.539 70.81 88.923 71.529 C 88.632 71.561 88.337 71.578 88.049 71.578 C 86.158 71.578 84.341 70.916 82.799 69.665 C 81.156 68.33 79.09 65.689 78.555 60.681 C 78.403 59.296 78.429 57.898 78.631 56.52 C 79.56 56.519 80.487 56.47 81.411 56.371 C 83.978 56.093 87.32 55.323 88.653 53.248 C 89.346 52.183 89.647 51.014 89.527 49.874 C 89.396 48.652 88.852 47.654 87.948 46.994 C 87.088 46.362 85.93 46.085 84.697 46.219 C 78.563 46.888 74.885 53.017 75.75 61.126 C 76.159 64.956 77.59 68.394 79.776 70.813 C 82.255 73.548 85.527 74.777 89.225 74.38 C 99.526 73.26 106.989 60.769 110.526 53.405 C 111.644 53.834 112.755 54.137 113.886 54.434 C 117.158 55.328 118.51 55.862 118.692 57.551 L 118.727 57.877 C 118.889 61.808 119.251 66.292 119.52 68.788 C 120.67 79.566 123.216 84.586 127.542 84.586 C 127.748 84.586 127.964 84.573 128.181 84.55 L 128.32 84.534 C 132.047 84.049 135.748 77.327 138.197 71.774 C 140.959 65.509 143.726 57.082 145.601 49.223 C 147.179 49.764 148.562 49.944 149.674 50.093 C 151.488 50.335 152.489 50.47 152.63 51.801 L 152.657 52.057 C 152.827 55.873 153.002 58.461 153.24 60.699 C 153.809 66.022 154.735 69.779 156.08 72.177 C 157.279 74.323 158.782 75.365 160.683 75.365 C 160.874 75.365 161.072 75.352 161.279 75.33 C 161.344 75.325 161.407 75.306 161.464 75.275 C 164.485 74.832 167.726 70.783 171.103 63.241 C 172.678 59.703 174.256 55.397 175.559 51.099 C 176.143 56.009 177.322 59.6 179.061 61.77 C 180.339 63.364 181.883 64.169 183.652 64.169 C 183.856 64.169 184.063 64.158 184.267 64.135 C 186.553 63.884 189.099 62.13 191.432 59.193 C 193.724 56.311 195.728 52.396 197.08 48.167 C 198.196 54.044 199.832 58.959 201.58 61.663 C 201.875 62.078 202.327 62.319 202.777 62.319 C 203.179 62.324 203.564 62.152 203.83 61.848 C 204.097 61.543 204.219 61.136 204.165 60.733 C 203.96 59.297 203.784 57.856 203.637 56.412 C 203.123 51.597 202.424 42.907 203.507 38.804 C 204.28 35.93 206.059 34.485 207.477 34.333 C 207.555 34.323 207.633 34.318 207.711 34.318 C 208.882 34.318 209.778 35.334 210.174 37.103 C 212.173 46.078 215.732 51.407 220.199 52.106 C 220.62 52.155 221.186 52.204 221.806 52.142 C 223.899 51.913 225.87 50.678 227.657 48.465 C 228.51 47.412 229.317 46.123 230.062 44.631 C 230.765 47.867 232.251 50.727 234.245 52.688 C 236.264 54.709 238.999 55.832 241.841 55.806 C 242.285 55.806 242.734 55.783 243.191 55.731 C 252.432 54.725 259.379 44.765 263.577 36.583 L 263.687 36.379 C 263.866 36.047 263.906 35.657 263.799 35.295 C 263.692 34.934 263.448 34.63 263.119 34.451 M 239.937 30.5 L 239.969 30.513 C 240.048 30.536 240.124 30.569 240.196 30.612 C 240.474 30.795 240.633 31.096 240.68 31.532 C 240.732 32.02 240.586 32.562 240.275 33.019 C 239.711 33.879 237.79 34.547 235.006 34.852 L 234.98 34.852 C 234.452 34.919 233.921 34.964 233.389 34.988 C 234.588 32.159 236.363 30.705 238.971 30.425 C 239.041 30.415 239.112 30.411 239.183 30.412 L 239.415 30.412 C 239.574 30.415 239.694 30.428 239.797 30.451 C 239.83 30.459 239.861 30.471 239.891 30.485 C 239.906 30.492 239.921 30.498 239.937 30.502 M 143.514 44.683 C 142.833 43.985 142.448 43.245 142.363 42.477 C 142.307 42.032 142.401 41.582 142.631 41.199 C 142.812 40.863 143.023 40.767 143.076 40.757 C 143.134 40.768 143.46 41.065 143.583 42.208 C 143.658 42.932 143.635 43.743 143.514 44.681 Z M 108.558 48.95 C 107.42 47.882 107.096 46.896 107.029 46.255 C 106.905 45.079 107.582 44.28 107.993 44.234 L 108.004 44.234 C 108.03 44.234 108.068 44.251 108.105 44.283 C 108.197 44.36 108.521 44.704 108.652 45.938 C 108.738 46.745 108.706 47.785 108.558 48.948 Z M 85.22 49.051 L 85.413 49.051 C 85.572 49.056 85.692 49.068 85.797 49.092 C 85.817 49.096 85.833 49.105 85.851 49.109 C 85.862 49.115 85.88 49.12 85.894 49.125 C 85.996 49.149 86.094 49.187 86.186 49.236 C 86.487 49.417 86.657 49.725 86.704 50.177 C 86.758 50.665 86.612 51.207 86.301 51.662 C 85.736 52.524 83.814 53.194 81.027 53.493 L 81.001 53.498 C 80.481 53.554 79.942 53.613 79.414 53.629 C 80.612 50.801 82.387 49.349 84.997 49.066 C 85.073 49.058 85.144 49.053 85.217 49.051 M 176.575 29.665 C 177.096 29.664 177.593 29.44 177.941 29.048 C 178.29 28.656 178.457 28.133 178.402 27.609 C 178.4 27.577 178.391 27.545 178.376 27.516 C 178.367 27.495 178.36 27.473 178.355 27.45 C 178.282 27.085 178.1 26.752 177.834 26.494 C 177.819 26.481 177.806 26.459 177.793 26.441 C 177.774 26.417 177.756 26.389 177.728 26.368 C 177.702 26.347 177.672 26.331 177.641 26.32 C 177.62 26.31 177.599 26.304 177.581 26.287 C 177.283 26.087 176.933 25.98 176.575 25.979 L 176.549 25.979 C 176.528 25.979 176.504 25.979 176.481 25.971 C 176.449 25.966 176.416 25.964 176.384 25.965 C 175.896 26.017 175.459 26.26 175.151 26.646 C 174.846 27.028 174.705 27.518 174.759 28.006 C 174.857 28.948 175.643 29.663 176.58 29.663\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 103.37 5.091 C 96.528 -2.252 73.992 -1.538 47.264 6.86 C 47.099 4.072 46.993 2.224 46.959 1.604 L 46.946 1.381 C 46.923 0.995 46.748 0.636 46.46 0.382 C 46.179 0.121 45.806 -0.015 45.425 0.003 C 44.63 0.05 44.021 0.738 44.063 1.543 L 44.079 1.844 C 44.122 2.593 44.241 4.684 44.426 7.77 C 8.235 19.655 0.628 28.598 0.324 28.975 C -0.176 29.595 -0.089 30.506 0.518 31.019 C 1.129 31.529 2.031 31.448 2.543 30.837 C 2.614 30.751 10.226 22.156 44.606 10.784 C 45.608 27.198 48.244 67.329 51.252 89.403 C 51.364 90.199 52.09 90.756 52.878 90.65 C 53.666 90.538 54.217 89.804 54.112 89.007 C 51.083 66.805 48.441 26.341 47.439 9.862 C 77.324 0.339 96.285 1.749 101.266 7.092 C 102.789 8.725 103.045 10.764 102.053 13.325 C 99.102 20.974 70.184 36.754 59.291 42.19 C 58.576 42.547 58.283 43.422 58.636 44.145 C 58.989 44.867 59.854 45.164 60.569 44.807 C 62.21 43.988 100.788 24.621 104.744 14.386 C 106.505 9.821 104.971 6.814 103.367 5.096\" fill=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 199.28 87.716 L 204.981 81.585 L 204.981 79.418 L 196.163 79.418 L 196.163 81.525 L 201.706 81.525 L 201.706 81.81 L 196.084 87.898 L 196.084 90.108 L 205.024 90.108 L 205.024 87.978 L 199.28 87.978 Z\" fill=\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)) /* {&quot;name&quot;:&quot;Beige&quot;} */\"></path></svg>',svgContentId:11896012936}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u7sxgp\",layoutDependency:layoutDependency,layoutId:\"t1e4ZOEg2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c4isuv\",layoutDependency:layoutDependency,layoutId:\"rxmIIlQs5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xg81fh\",layoutDependency:layoutDependency,layoutId:\"enhaEJBfC\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zorg\"})}),className:\"framer-13ttrhi\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"vYZLfHYQc\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zien\"})}),className:\"framer-1jitun7\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"tYIsj5afn\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WhNrx0VPh\"},nodeId:\"UDn3wfprz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b20w4e\",\"data-styles-preset\":\"HAK5RBiEd\",children:\"Over\"})})})}),className:\"framer-1tfo6x0\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"UDn3wfprz\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Contact\"})}),className:\"framer-3o3q1x\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"cRqcIiMxG\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sl9rvc\",layoutDependency:layoutDependency,layoutId:\"exOHJOq_y\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-sr30t0\",\"data-framer-name\":\"Facebook\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"A69C8il_Z\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12Z\" fill=\"#E6AF5A\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13eq8ps\",\"data-framer-name\":\"Linkedin\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"kMxpyQHvw\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.222.792 24 1.772 24h20.451c.98 0 1.777-.778 1.777-1.73V1.73C24 .773 23.203 0 22.223 0ZM7.12 20.452H3.558V8.995H7.12v11.457ZM5.34 7.434a2.064 2.064 0 1 1 0-4.125 2.063 2.063 0 0 1 0 4.125Zm15.112 13.018h-3.558v-5.57c0-1.326-.024-3.037-1.852-3.037-1.851 0-2.133 1.449-2.133 2.944v5.663H9.356V8.995h3.413v1.566h.047c.473-.9 1.636-1.852 3.365-1.852 3.605 0 4.27 2.372 4.27 5.457v6.286Z\" fill=\"#E6AF5A\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fsesud\",\"data-framer-name\":\"Instgram\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"L5UocHyWp\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#E6AF5A\"><path d=\"M12 2.16c3.206 0 3.586.015 4.847.071 1.172.052 1.805.249 2.226.413a3.71 3.71 0 0 1 1.379.895c.421.422.68.82.895 1.378.164.422.36 1.06.412 2.227.057 1.265.07 1.645.07 4.847 0 3.206-.013 3.586-.07 4.846-.051 1.172-.248 1.805-.412 2.227a3.714 3.714 0 0 1-.895 1.378 3.69 3.69 0 0 1-1.379.895c-.421.165-1.059.361-2.226.413-1.266.056-1.645.07-4.847.07-3.206 0-3.586-.014-4.847-.07-1.172-.052-1.805-.248-2.226-.413a3.71 3.71 0 0 1-1.379-.895 3.691 3.691 0 0 1-.895-1.378c-.164-.422-.36-1.06-.412-2.227-.057-1.265-.07-1.645-.07-4.846 0-3.207.013-3.586.07-4.847.051-1.172.248-1.805.412-2.227.216-.558.478-.96.895-1.378.422-.422.82-.68 1.379-.895.421-.164 1.059-.361 2.226-.413 1.261-.056 1.64-.07 4.847-.07ZM12 0C8.742 0 8.334.014 7.055.07 5.78.127 4.903.333 4.144.628a5.857 5.857 0 0 0-2.128 1.388A5.88 5.88 0 0 0 .628 4.139C.333 4.903.127 5.775.07 7.05.014 8.334 0 8.742 0 12s.014 3.666.07 4.945c.057 1.275.263 2.152.558 2.911.31.792.717 1.463 1.388 2.128a5.866 5.866 0 0 0 2.123 1.383c.764.296 1.636.502 2.911.558 1.28.056 1.688.07 4.945.07 3.258 0 3.666-.014 4.946-.07 1.275-.056 2.151-.262 2.91-.558a5.866 5.866 0 0 0 2.124-1.383 5.866 5.866 0 0 0 1.383-2.123c.295-.764.501-1.636.558-2.911.056-1.28.07-1.688.07-4.945 0-3.258-.014-3.666-.07-4.946-.057-1.275-.263-2.151-.558-2.91a5.62 5.62 0 0 0-1.374-2.133A5.866 5.866 0 0 0 19.861.633C19.097.338 18.225.13 16.95.075 15.666.015 15.258 0 12 0Z\"/><path d=\"M12 5.836A6.166 6.166 0 0 0 5.836 12 6.166 6.166 0 0 0 12 18.164 6.166 6.166 0 0 0 18.164 12 6.166 6.166 0 0 0 12 5.836Zm0 10.162A3.999 3.999 0 1 1 12.001 8 3.999 3.999 0 0 1 12 15.998Zm7.847-10.406a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.879 0Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s32g3g\",layoutDependency:layoutDependency,layoutId:\"KyUnTsh5Y\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:\"Algemene voorwaarden\"})}),className:\"framer-12muu2r\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"KqL1FhhEj\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:\"Privacy & Cookies\"})}),className:\"framer-rewot\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"leK8sAijL\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:\"\\xa9 Perrine 2024\"})}),className:\"framer-e677w2\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"nZjPjHUlN\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(230, 220, 211, 0.5))\"},children:/*#__PURE__*/_jsx(Link,{href:\"designbywilson.com\",nodeId:\"pvmqkA5H3\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u3vcsy\",\"data-styles-preset\":\"YlsthKL24\",children:\"Website: Design by Wilson\"})})})}),className:\"framer-1h3pev6\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"pvmqkA5H3\",style:{\"--extracted-r6o4lv\":\"rgba(230, 220, 211, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-novhc1\",layoutDependency:layoutDependency,layoutId:\"Q94z4QHGF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m37gsz\",layoutDependency:layoutDependency,layoutId:\"NjlHmAk61\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ltpama\",layoutDependency:layoutDependency,layoutId:\"CcV8oK3QN\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Openingstijden\"})}),className:\"framer-4yeval\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"zDXwMco0i\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lrdt8q\",layoutDependency:layoutDependency,layoutId:\"rz1piFX47\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xj62v6\",layoutDependency:layoutDependency,layoutId:\"b4OIFHomE\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Maandag\"})}),className:\"framer-i2vy21\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"BZtnRedjN\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Dinsdag\"})}),className:\"framer-mhqw7e\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"c30EKtrrV\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Woensdag\"})}),className:\"framer-biyk7m\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"fudgIfFi3\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Donderdag\"})}),className:\"framer-1xupt4l\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"k5K2idZLl\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Vrijdag\"})}),className:\"framer-1xmfis1\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"PcRdkD1Ii\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zaterdag\"})}),className:\"framer-1w40a5w\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"lR5BpRKIP\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Zondag\"})}),className:\"framer-49oofb\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"tnqvertSx\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uzhywf\",layoutDependency:layoutDependency,layoutId:\"gcyOsx1wr\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})}),className:\"framer-10owqrg\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"ruUkgaC4A\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-1f8yuf1\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"hdMOJnJME\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-1m0lbya\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"K_lzeWjsq\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-1qgencr\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"TjFZhP_59\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 12:00 / 13:00 - 18:00\"})}),className:\"framer-1y9sqg2\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"z_ZZJmX_r\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"10:00 - 16:30\"})}),className:\"framer-1b7z28t\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"vpEk9WkpM\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Gesloten\"})}),className:\"framer-1l565wj\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"xw36i2_0e\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m4s3g1\",layoutDependency:layoutDependency,layoutId:\"DDCZrLMPO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b2bo5\",layoutDependency:layoutDependency,layoutId:\"IKE0xltwW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pdgm6c\",layoutDependency:layoutDependency,layoutId:\"F3qfU6MCe\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Adres\"})}),className:\"framer-yijely\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"WxJIaV_E2\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7nzkqz\",layoutDependency:layoutDependency,layoutId:\"Lbo8Sb7cI\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Grotestraat 129\\u2028\\u2028\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"5151 BK Drunen\"})]}),className:\"framer-1t01zn3\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"esl_cFn0g\",style:{\"--extracted-2gxw0f\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d2qhf4\",layoutDependency:layoutDependency,layoutId:\"BiLwuwkPZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1olwrk\",layoutDependency:layoutDependency,layoutId:\"omIegB3yn\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS04MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Contact\"})}),className:\"framer-1hpxg3s\",fonts:[\"GF;Bricolage Grotesque-800\"],layoutDependency:layoutDependency,layoutId:\"yFg1mDpCE\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6h6az\",layoutDependency:layoutDependency,layoutId:\"MlONi5INo\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"tel:0416377551\\u2028\",nodeId:\"tCDhtM8Td\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"0416 377 551\"})}),\"\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@perrine.nl\",nodeId:\"tCDhtM8Td\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-176cjmd\",\"data-styles-preset\":\"XIpGlSC__\",children:\"info@perrine.nl\"})})})]}),className:\"framer-1rwpkqv\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"tCDhtM8Td\",style:{\"--extracted-2gxw0f\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k4f1J.framer-1fg9lm1, .framer-k4f1J .framer-1fg9lm1 { display: block; }\",\".framer-k4f1J.framer-1vlj1wg { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 100px 80px 100px; position: relative; width: 1600px; }\",\".framer-k4f1J .framer-f9is5k { flex: none; height: 77px; position: relative; width: 252px; }\",\".framer-k4f1J .framer-jmuudg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k4f1J .framer-nkzemg { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-ma1djs { flex: none; height: 157px; position: relative; width: 514px; }\",\".framer-k4f1J .framer-19c9apj, .framer-k4f1J .framer-gbbypd, .framer-k4f1J .framer-uxc7by, .framer-k4f1J .framer-534e1j, .framer-k4f1J .framer-u7sxgp { 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; position: relative; width: min-content; }\",\".framer-k4f1J .framer-pdhwft, .framer-k4f1J .framer-xz3xa0, .framer-k4f1J .framer-1d09ua7, .framer-k4f1J .framer-14yy8ni, .framer-k4f1J .framer-ogh6n5, .framer-k4f1J .framer-1tcygl6, .framer-k4f1J .framer-18oeww, .framer-k4f1J .framer-1u5dqnj, .framer-k4f1J .framer-ltpama, .framer-k4f1J .framer-lrdt8q, .framer-k4f1J .framer-pdgm6c, .framer-k4f1J .framer-7nzkqz, .framer-k4f1J .framer-1olwrk, .framer-k4f1J .framer-1b6h6az { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-j9dtz6, .framer-k4f1J .framer-23n5hg, .framer-k4f1J .framer-8no5xc, .framer-k4f1J .framer-wawcjy, .framer-k4f1J .framer-1y9mgnm, .framer-k4f1J .framer-9tqih3, .framer-k4f1J .framer-1et7bo5, .framer-k4f1J .framer-1iirvro, .framer-k4f1J .framer-1fsgklm, .framer-k4f1J .framer-z4j9go, .framer-k4f1J .framer-9rarfy, .framer-k4f1J .framer-pnbl51, .framer-k4f1J .framer-1syehwe, .framer-k4f1J .framer-t4svxt, .framer-k4f1J .framer-5ip6wg, .framer-k4f1J .framer-nfdylu, .framer-k4f1J .framer-17d6hsw, .framer-k4f1J .framer-1ojikqn, .framer-k4f1J .framer-6rxym3, .framer-k4f1J .framer-99af1y, .framer-k4f1J .framer-1nwyy93, .framer-k4f1J .framer-ekfxj8, .framer-k4f1J .framer-1y4lxyd, .framer-k4f1J .framer-wzya8a, .framer-k4f1J .framer-107ns83, .framer-k4f1J .framer-13ttrhi, .framer-k4f1J .framer-1jitun7, .framer-k4f1J .framer-1tfo6x0, .framer-k4f1J .framer-3o3q1x, .framer-k4f1J .framer-12muu2r, .framer-k4f1J .framer-rewot, .framer-k4f1J .framer-e677w2, .framer-k4f1J .framer-1h3pev6, .framer-k4f1J .framer-4yeval, .framer-k4f1J .framer-i2vy21, .framer-k4f1J .framer-mhqw7e, .framer-k4f1J .framer-biyk7m, .framer-k4f1J .framer-1xupt4l, .framer-k4f1J .framer-1xmfis1, .framer-k4f1J .framer-1w40a5w, .framer-k4f1J .framer-49oofb, .framer-k4f1J .framer-10owqrg, .framer-k4f1J .framer-1f8yuf1, .framer-k4f1J .framer-1m0lbya, .framer-k4f1J .framer-1qgencr, .framer-k4f1J .framer-1y9sqg2, .framer-k4f1J .framer-1b7z28t, .framer-k4f1J .framer-1l565wj, .framer-k4f1J .framer-yijely, .framer-k4f1J .framer-1t01zn3, .framer-k4f1J .framer-1hpxg3s, .framer-k4f1J .framer-1rwpkqv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-k4f1J .framer-ahj4xo, .framer-k4f1J .framer-1pxidhm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\".framer-k4f1J .framer-1oruq5n, .framer-k4f1J .framer-sr30t0, .framer-k4f1J .framer-13eq8ps, .framer-k4f1J .framer-1fsesud { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-k4f1J .framer-updcmp, .framer-k4f1J .framer-novhc1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-1l4g21t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 118px; }\",\".framer-k4f1J .framer-4t74mh, .framer-k4f1J .framer-1b2bo5, .framer-k4f1J .framer-d2qhf4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-1k4jgms, .framer-k4f1J .framer-1m4s3g1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-vk49dw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k4f1J .framer-9t8ask { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-1q52s03 { flex: none; height: 97px; position: relative; width: 317px; }\",\".framer-k4f1J .framer-1c4isuv { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-k4f1J .framer-xg81fh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-1sl9rvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-s32g3g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-1m37gsz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4f1J .framer-xj62v6, .framer-k4f1J .framer-1uzhywf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-k4f1J.framer-1vlj1wg, .framer-k4f1J .framer-19c9apj, .framer-k4f1J .framer-pdhwft, .framer-k4f1J .framer-xz3xa0, .framer-k4f1J .framer-updcmp, .framer-k4f1J .framer-gbbypd, .framer-k4f1J .framer-1d09ua7, .framer-k4f1J .framer-14yy8ni, .framer-k4f1J .framer-1l4g21t, .framer-k4f1J .framer-4t74mh, .framer-k4f1J .framer-1k4jgms, .framer-k4f1J .framer-uxc7by, .framer-k4f1J .framer-ogh6n5, .framer-k4f1J .framer-1tcygl6, .framer-k4f1J .framer-534e1j, .framer-k4f1J .framer-18oeww, .framer-k4f1J .framer-1u5dqnj, .framer-k4f1J .framer-9t8ask, .framer-k4f1J .framer-u7sxgp, .framer-k4f1J .framer-1c4isuv, .framer-k4f1J .framer-xg81fh, .framer-k4f1J .framer-1sl9rvc, .framer-k4f1J .framer-s32g3g, .framer-k4f1J .framer-novhc1, .framer-k4f1J .framer-1m37gsz, .framer-k4f1J .framer-ltpama, .framer-k4f1J .framer-lrdt8q, .framer-k4f1J .framer-xj62v6, .framer-k4f1J .framer-1uzhywf, .framer-k4f1J .framer-1m4s3g1, .framer-k4f1J .framer-1b2bo5, .framer-k4f1J .framer-pdgm6c, .framer-k4f1J .framer-7nzkqz, .framer-k4f1J .framer-d2qhf4, .framer-k4f1J .framer-1olwrk, .framer-k4f1J .framer-1b6h6az { gap: 0px; } .framer-k4f1J.framer-1vlj1wg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-k4f1J.framer-1vlj1wg > :first-child, .framer-k4f1J .framer-19c9apj > :first-child, .framer-k4f1J .framer-updcmp > :first-child, .framer-k4f1J .framer-gbbypd > :first-child, .framer-k4f1J .framer-1l4g21t > :first-child, .framer-k4f1J .framer-4t74mh > :first-child, .framer-k4f1J .framer-uxc7by > :first-child, .framer-k4f1J .framer-534e1j > :first-child, .framer-k4f1J .framer-9t8ask > :first-child, .framer-k4f1J .framer-u7sxgp > :first-child, .framer-k4f1J .framer-1c4isuv > :first-child, .framer-k4f1J .framer-s32g3g > :first-child, .framer-k4f1J .framer-novhc1 > :first-child, .framer-k4f1J .framer-1m37gsz > :first-child, .framer-k4f1J .framer-xj62v6 > :first-child, .framer-k4f1J .framer-1uzhywf > :first-child, .framer-k4f1J .framer-1b2bo5 > :first-child, .framer-k4f1J .framer-d2qhf4 > :first-child { margin-top: 0px; } .framer-k4f1J.framer-1vlj1wg > :last-child, .framer-k4f1J .framer-19c9apj > :last-child, .framer-k4f1J .framer-updcmp > :last-child, .framer-k4f1J .framer-gbbypd > :last-child, .framer-k4f1J .framer-1l4g21t > :last-child, .framer-k4f1J .framer-4t74mh > :last-child, .framer-k4f1J .framer-uxc7by > :last-child, .framer-k4f1J .framer-534e1j > :last-child, .framer-k4f1J .framer-9t8ask > :last-child, .framer-k4f1J .framer-u7sxgp > :last-child, .framer-k4f1J .framer-1c4isuv > :last-child, .framer-k4f1J .framer-s32g3g > :last-child, .framer-k4f1J .framer-novhc1 > :last-child, .framer-k4f1J .framer-1m37gsz > :last-child, .framer-k4f1J .framer-xj62v6 > :last-child, .framer-k4f1J .framer-1uzhywf > :last-child, .framer-k4f1J .framer-1b2bo5 > :last-child, .framer-k4f1J .framer-d2qhf4 > :last-child { margin-bottom: 0px; } .framer-k4f1J .framer-19c9apj > *, .framer-k4f1J .framer-gbbypd > *, .framer-k4f1J .framer-uxc7by > *, .framer-k4f1J .framer-534e1j > *, .framer-k4f1J .framer-u7sxgp > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-k4f1J .framer-pdhwft > *, .framer-k4f1J .framer-xz3xa0 > *, .framer-k4f1J .framer-1d09ua7 > *, .framer-k4f1J .framer-14yy8ni > *, .framer-k4f1J .framer-ogh6n5 > *, .framer-k4f1J .framer-1tcygl6 > *, .framer-k4f1J .framer-18oeww > *, .framer-k4f1J .framer-1u5dqnj > *, .framer-k4f1J .framer-ltpama > *, .framer-k4f1J .framer-lrdt8q > *, .framer-k4f1J .framer-pdgm6c > *, .framer-k4f1J .framer-7nzkqz > *, .framer-k4f1J .framer-1olwrk > *, .framer-k4f1J .framer-1b6h6az > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-k4f1J .framer-pdhwft > :first-child, .framer-k4f1J .framer-xz3xa0 > :first-child, .framer-k4f1J .framer-1d09ua7 > :first-child, .framer-k4f1J .framer-14yy8ni > :first-child, .framer-k4f1J .framer-1k4jgms > :first-child, .framer-k4f1J .framer-ogh6n5 > :first-child, .framer-k4f1J .framer-1tcygl6 > :first-child, .framer-k4f1J .framer-18oeww > :first-child, .framer-k4f1J .framer-1u5dqnj > :first-child, .framer-k4f1J .framer-xg81fh > :first-child, .framer-k4f1J .framer-1sl9rvc > :first-child, .framer-k4f1J .framer-ltpama > :first-child, .framer-k4f1J .framer-lrdt8q > :first-child, .framer-k4f1J .framer-1m4s3g1 > :first-child, .framer-k4f1J .framer-pdgm6c > :first-child, .framer-k4f1J .framer-7nzkqz > :first-child, .framer-k4f1J .framer-1olwrk > :first-child, .framer-k4f1J .framer-1b6h6az > :first-child { margin-left: 0px; } .framer-k4f1J .framer-pdhwft > :last-child, .framer-k4f1J .framer-xz3xa0 > :last-child, .framer-k4f1J .framer-1d09ua7 > :last-child, .framer-k4f1J .framer-14yy8ni > :last-child, .framer-k4f1J .framer-1k4jgms > :last-child, .framer-k4f1J .framer-ogh6n5 > :last-child, .framer-k4f1J .framer-1tcygl6 > :last-child, .framer-k4f1J .framer-18oeww > :last-child, .framer-k4f1J .framer-1u5dqnj > :last-child, .framer-k4f1J .framer-xg81fh > :last-child, .framer-k4f1J .framer-1sl9rvc > :last-child, .framer-k4f1J .framer-ltpama > :last-child, .framer-k4f1J .framer-lrdt8q > :last-child, .framer-k4f1J .framer-1m4s3g1 > :last-child, .framer-k4f1J .framer-pdgm6c > :last-child, .framer-k4f1J .framer-7nzkqz > :last-child, .framer-k4f1J .framer-1olwrk > :last-child, .framer-k4f1J .framer-1b6h6az > :last-child { margin-right: 0px; } .framer-k4f1J .framer-updcmp > *, .framer-k4f1J .framer-9t8ask > *, .framer-k4f1J .framer-novhc1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-k4f1J .framer-1l4g21t > *, .framer-k4f1J .framer-4t74mh > *, .framer-k4f1J .framer-1b2bo5 > *, .framer-k4f1J .framer-d2qhf4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-k4f1J .framer-1k4jgms > *, .framer-k4f1J .framer-1m4s3g1 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-k4f1J .framer-1c4isuv > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-k4f1J .framer-xg81fh > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-k4f1J .framer-1sl9rvc > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-k4f1J .framer-s32g3g > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-k4f1J .framer-1m37gsz > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-k4f1J .framer-xj62v6 > *, .framer-k4f1J .framer-1uzhywf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-k4f1J.framer-v-51ezh4.framer-1vlj1wg { padding: 60px; width: 810px; }\",\".framer-k4f1J.framer-v-2ofpue.framer-1vlj1wg { align-content: flex-start; align-items: flex-start; gap: 28px; padding: 40px 20px 40px 20px; width: 390px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-jmuudg { flex-direction: column; }\",\".framer-k4f1J.framer-v-2ofpue .framer-nkzemg { align-self: unset; gap: 0px; height: min-content; justify-content: flex-start; order: 1; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-19c9apj { order: 0; padding: 30px 0px 0px 0px; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-pdhwft, .framer-k4f1J.framer-v-2ofpue .framer-xz3xa0 { align-content: flex-start; align-items: flex-start; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-ahj4xo, .framer-k4f1J.framer-v-2ofpue .framer-1pxidhm, .framer-k4f1J.framer-v-2ofpue .framer-1oruq5n { height: var(--framer-aspect-ratio-supported, 20px); width: 20px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-updcmp { gap: 40px; order: 0; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-gbbypd { gap: 10px; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-1d09ua7, .framer-k4f1J.framer-v-2ofpue .framer-18oeww, .framer-k4f1J.framer-v-2ofpue .framer-1u5dqnj { width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-1et7bo5, .framer-k4f1J.framer-v-2ofpue .framer-ekfxj8, .framer-k4f1J.framer-v-2ofpue .framer-107ns83 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-k4f1J.framer-v-2ofpue .framer-14yy8ni { align-content: flex-start; align-items: flex-start; width: 100%; }\",\".framer-k4f1J.framer-v-2ofpue .framer-1l4g21t { width: min-content; }\",\".framer-k4f1J.framer-v-2ofpue .framer-4t74mh { flex: 1 0 0px; width: 1px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-5ip6wg { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-k4f1J.framer-v-2ofpue .framer-nfdylu, .framer-k4f1J.framer-v-2ofpue .framer-17d6hsw, .framer-k4f1J.framer-v-2ofpue .framer-1ojikqn, .framer-k4f1J.framer-v-2ofpue .framer-6rxym3, .framer-k4f1J.framer-v-2ofpue .framer-99af1y, .framer-k4f1J.framer-v-2ofpue .framer-1nwyy93, .framer-k4f1J.framer-v-2ofpue .framer-wzya8a { white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-k4f1J.framer-v-2ofpue .framer-1k4jgms { gap: 0px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-uxc7by { gap: 10px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-ogh6n5 { width: 155px; }\",\".framer-k4f1J.framer-v-2ofpue .framer-1y4lxyd { white-space: pre-wrap; width: 155px; word-break: break-word; word-wrap: break-word; }\",\".framer-k4f1J.framer-v-2ofpue .framer-534e1j { gap: 10px; width: 155px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-k4f1J.framer-v-2ofpue.framer-1vlj1wg, .framer-k4f1J.framer-v-2ofpue .framer-jmuudg, .framer-k4f1J.framer-v-2ofpue .framer-nkzemg, .framer-k4f1J.framer-v-2ofpue .framer-pdhwft, .framer-k4f1J.framer-v-2ofpue .framer-xz3xa0, .framer-k4f1J.framer-v-2ofpue .framer-updcmp, .framer-k4f1J.framer-v-2ofpue .framer-gbbypd, .framer-k4f1J.framer-v-2ofpue .framer-1k4jgms, .framer-k4f1J.framer-v-2ofpue .framer-uxc7by, .framer-k4f1J.framer-v-2ofpue .framer-534e1j { gap: 0px; } .framer-k4f1J.framer-v-2ofpue.framer-1vlj1wg > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-k4f1J.framer-v-2ofpue.framer-1vlj1wg > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-nkzemg > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-updcmp > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-gbbypd > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-uxc7by > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-534e1j > :first-child { margin-top: 0px; } .framer-k4f1J.framer-v-2ofpue.framer-1vlj1wg > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-nkzemg > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-updcmp > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-gbbypd > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-uxc7by > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-534e1j > :last-child { margin-bottom: 0px; } .framer-k4f1J.framer-v-2ofpue .framer-jmuudg > *, .framer-k4f1J.framer-v-2ofpue .framer-jmuudg > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-jmuudg > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-pdhwft > *, .framer-k4f1J.framer-v-2ofpue .framer-pdhwft > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-pdhwft > :last-child, .framer-k4f1J.framer-v-2ofpue .framer-xz3xa0 > *, .framer-k4f1J.framer-v-2ofpue .framer-xz3xa0 > :first-child, .framer-k4f1J.framer-v-2ofpue .framer-xz3xa0 > :last-child { margin: 0px; } .framer-k4f1J.framer-v-2ofpue .framer-nkzemg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-k4f1J.framer-v-2ofpue .framer-updcmp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-k4f1J.framer-v-2ofpue .framer-gbbypd > *, .framer-k4f1J.framer-v-2ofpue .framer-uxc7by > *, .framer-k4f1J.framer-v-2ofpue .framer-534e1j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-k4f1J.framer-v-2ofpue .framer-1k4jgms > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-k4f1J.framer-v-2ofpue .framer-1k4jgms > :first-child { margin-left: 0px; } .framer-k4f1J.framer-v-2ofpue .framer-1k4jgms > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 638.5\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FdIbnvpNL\":{\"layout\":[\"fixed\",\"auto\"]},\"TcGYBprWz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercFoeD_cKu=withCSS(Component,css,\"framer-k4f1J\");export default FramercFoeD_cKu;FramercFoeD_cKu.displayName=\"Footer\";FramercFoeD_cKu.defaultProps={height:638.5,width:1600};addPropertyControls(FramercFoeD_cKu,{variant:{options:[\"jf6GhXRCa\",\"FdIbnvpNL\",\"TcGYBprWz\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercFoeD_cKu,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SC7QJW6HNT3W42YFCVAWB3GI66BMNCKY/Q4ANQB6YZL7K35IAB3IPAE75W7PRJSDF/3HCNXVAKPOHOEI7LK7TGC54FOZT77SNM.woff2\",weight:\"300\"},{family:\"Bricolage Grotesque\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyMgvs-wJDtw.woff2\",weight:\"800\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercFoeD_cKu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FdIbnvpNL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TcGYBprWz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"638.5\",\"framerIntrinsicWidth\":\"1600\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cFoeD_cKu.map", "// Generated by Framer (b2780b5)\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={hGeoOgrf1:{hover:true},V2cZ8Vo3p:{hover:true}};const cycleOrder=[\"V2cZ8Vo3p\",\"hGeoOgrf1\"];const serializationHash=\"framer-XUs2q\";const variantClassNames={hGeoOgrf1:\"framer-v-v0yft2\",V2cZ8Vo3p:\"framer-v-todzje\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"V2cZ8Vo3p\",Mobile:\"hGeoOgrf1\"};const getProps=({background,backgroundHover,height,hoverMobile,id,link,textButton,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,dDf4Z59df:(_ref=hoverMobile!==null&&hoverMobile!==void 0?hoverMobile:props.dDf4Z59df)!==null&&_ref!==void 0?_ref:\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",FEjaFDUgv:(_ref1=background!==null&&background!==void 0?background:props.FEjaFDUgv)!==null&&_ref1!==void 0?_ref1:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\",Hj8bNZBVk:(_ref2=textButton!==null&&textButton!==void 0?textButton:props.Hj8bNZBVk)!==null&&_ref2!==void 0?_ref2:\"Button\",N0iO1t5dF:link!==null&&link!==void 0?link:props.N0iO1t5dF,QGqEGB3m2:(_ref3=backgroundHover!==null&&backgroundHover!==void 0?backgroundHover:props.QGqEGB3m2)!==null&&_ref3!==void 0?_ref3:\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"V2cZ8Vo3p\"};};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,Hj8bNZBVk,FEjaFDUgv,QGqEGB3m2,dDf4Z59df,N0iO1t5dF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V2cZ8Vo3p\",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:N0iO1t5dF,nodeId:\"V2cZ8Vo3p\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-todzje\",className,classNames)} framer-h1k141`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"V2cZ8Vo3p\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:FEjaFDUgv,borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},variants:{\"hGeoOgrf1-hover\":{backgroundColor:dDf4Z59df},\"V2cZ8Vo3p-hover\":{backgroundColor:QGqEGB3m2}},...addPropertyOverrides({\"hGeoOgrf1-hover\":{\"data-framer-name\":undefined},\"V2cZ8Vo3p-hover\":{\"data-framer-name\":undefined},hGeoOgrf1:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS01MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Button\"})}),className:\"framer-mrn9pk\",fonts:[\"GF;Bricolage Grotesque-500\"],layoutDependency:layoutDependency,layoutId:\"J21F8dbCT\",style:{\"--extracted-r6o4lv\":\"var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Hj8bNZBVk,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({hGeoOgrf1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QnJpY29sYWdlIEdyb3Rlc3F1ZS01MDA=\",\"--framer-font-family\":'\"Bricolage Grotesque\", \"Bricolage Grotesque Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9eab8de4-3091-46b2-9abf-a9376c1a4280, rgb(230, 220, 211)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XUs2q.framer-h1k141, .framer-XUs2q .framer-h1k141 { display: block; }\",\".framer-XUs2q.framer-todzje { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 30px 15px 30px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XUs2q .framer-mrn9pk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XUs2q.framer-todzje { gap: 0px; } .framer-XUs2q.framer-todzje > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XUs2q.framer-todzje > :first-child { margin-left: 0px; } .framer-XUs2q.framer-todzje > :last-child { margin-right: 0px; } }\",\".framer-XUs2q.framer-v-v0yft2.framer-todzje { padding: 10px 20px 10px 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hGeoOgrf1\":{\"layout\":[\"auto\",\"auto\"]},\"z7T3RQM07\":{\"layout\":[\"auto\",\"auto\"]},\"QTF5pjnA0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Hj8bNZBVk\":\"textButton\",\"FEjaFDUgv\":\"background\",\"QGqEGB3m2\":\"backgroundHover\",\"dDf4Z59df\":\"hoverMobile\",\"N0iO1t5dF\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCwONnVar2=withCSS(Component,css,\"framer-XUs2q\");export default FramerCwONnVar2;FramerCwONnVar2.displayName=\"CTA-Button-Small\";FramerCwONnVar2.defaultProps={height:49,width:112};addPropertyControls(FramerCwONnVar2,{variant:{options:[\"V2cZ8Vo3p\",\"hGeoOgrf1\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},Hj8bNZBVk:{defaultValue:\"Button\",displayTextArea:false,title:\"Text button\",type:ControlType.String},FEjaFDUgv:{defaultValue:'var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {\"name\":\"Orange\"} */',title:\"Background\",type:ControlType.Color},QGqEGB3m2:{defaultValue:'var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)) /* {\"name\":\"Burgundy\"} */',title:\"Background hover\",type:ControlType.Color},dDf4Z59df:{defaultValue:'var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)) /* {\"name\":\"Burgundy\"} */',title:\"Hover mobile\",type:ControlType.Color},N0iO1t5dF:{title:\"Link\",type:ControlType.Link}});addFonts(FramerCwONnVar2,[{explicitInter:true,fonts:[{family:\"Bricolage Grotesque\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bricolagegrotesque/v7/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvSniyMgvs-wJDtw.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCwONnVar2\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Hj8bNZBVk\\\":\\\"textButton\\\",\\\"FEjaFDUgv\\\":\\\"background\\\",\\\"QGqEGB3m2\\\":\\\"backgroundHover\\\",\\\"dDf4Z59df\\\":\\\"hoverMobile\\\",\\\"N0iO1t5dF\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"112\",\"framerIntrinsicHeight\":\"49\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hGeoOgrf1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z7T3RQM07\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QTF5pjnA0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CwONnVar2.map", "// Generated by Framer (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-jGvCe .framer-styles-preset-17yjc46:not(.rich-text-wrapper), .framer-jGvCe .framer-styles-preset-17yjc46.rich-text-wrapper a { --framer-link-current-text-color: var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, #dc644b) /* {\"name\":\"Orange\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, #dc644b) /* {\"name\":\"Orange\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, #732337); --framer-link-text-decoration: none; }'];export const className=\"framer-jGvCe\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e66a223)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as n,RichText as i,SVG as m,useLocaleInfo as l,useVariantState as d,withCSS as f}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as c}from\"framer-motion\";import*as x from\"react\";let h=[\"cunCUFy7w\",\"IxOUtnrRD\"],g=\"framer-PCCmB\",u={cunCUFy7w:\"framer-v-le8ktu\",IxOUtnrRD:\"framer-v-wfxc0e\"};function C(r,...e){let t={};return null==e||e.forEach(e=>e&&Object.assign(t,r[e])),t;}let w={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},y=({value:e,children:t})=>{let a=x.useContext(c),o=null!=e?e:a.transition,n=x.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/r(c.Provider,{value:n,children:t});},b={Desktop:\"cunCUFy7w\",Phone:\"IxOUtnrRD\"},v=({height:r,id:e,width:t,...a})=>{var o,n;return{...a,variant:null!==(n=null!==(o=b[a.variant])&&void 0!==o?o:a.variant)&&void 0!==n?n:\"cunCUFy7w\"};},k=(r,e)=>e.join(\"-\")+r.layoutDependency,I=/*#__PURE__*/x.forwardRef(function(t,a){let{activeLocale:o}=l(),{style:f,className:c,layoutId:g,variant:b,...I}=v(t),{baseVariant:P,classNames:B,gestureVariant:R,setGestureState:D,setVariant:z,transition:U,variants:L}=d({cycleOrder:h,defaultVariant:\"cunCUFy7w\",transitions:w,variant:b,variantClassNames:u}),O=k(t,L),N=x.useRef(null),M=x.useId();return /*#__PURE__*/r(s,{id:null!=g?g:M,children:/*#__PURE__*/r(p.div,{initial:b,animate:L,onHoverStart:()=>D({isHovered:!0}),onHoverEnd:()=>D({isHovered:!1}),onTapStart:()=>D({isPressed:!0}),onTap:()=>D({isPressed:!1}),onTapCancel:()=>D({isPressed:!1}),className:n(\"framer-PCCmB\",...[],B),style:{display:\"contents\"},children:/*#__PURE__*/r(y,{value:U,children:/*#__PURE__*/e(p.div,{...I,className:n(\"framer-le8ktu\",c),\"data-framer-name\":\"Desktop\",layoutDependency:O,layoutId:\"cunCUFy7w\",ref:null!=a?a:N,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...f},variants:{IxOUtnrRD:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...C({IxOUtnrRD:{\"data-framer-name\":\"Phone\"}},P,R),children:[\"IxOUtnrRD\"===P&&/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"RESOURCES\"})}),className:\"framer-5sky4z\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"Au64Q7mWN\",style:{\"--extracted-r6o4lv\":\" rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(p.div,{className:\"framer-nd339s\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"Egk6jMivN\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-p4kas6\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"t2533aB4G\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Blog\"})}),className:\"framer-ovdd64\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"MB49xI3wR\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-1n2jgkk\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"flSEiMqwZ\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-1u8hs7b\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"zv8tYaPKO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1010z\"></path><clipPath id=\"a1011z\"><use xlink:href=\"#a1010z\"></use></clipPath></defs><use xlink:href=\"#a1010z\" fill=\"#eee\" clip-path=\"url(#a1011z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:4220967846,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Careers\"})}),className:\"framer-1kdtm5o\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"in6XOUe7N\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-1cc1oxf\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"eR_1DftMx\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-1hzxmq1\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"eUdkIodfE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#eee\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:896216945,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Docs\"})}),className:\"framer-lxs6k3\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"qW6t5bF_r\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-bdy45h\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"GhlMJbR4K\",children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-58hs3y\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"yV5oTrNiz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"About\"})}),className:\"framer-12xd3ff\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"BR4oQUmcm\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]})]})})})});}),P=['.framer-PCCmB [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PCCmB .framer-6gargj { display: block; }\",\".framer-PCCmB .framer-le8ktu { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px 15px 15px 15px; position: relative; width: 150px; }\",\".framer-PCCmB .framer-5sky4z { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PCCmB .framer-nd339s, .framer-PCCmB .framer-1n2jgkk, .framer-PCCmB .framer-1cc1oxf, .framer-PCCmB .framer-bdy45h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PCCmB .framer-p4kas6, .framer-PCCmB .framer-1u8hs7b, .framer-PCCmB .framer-1hzxmq1, .framer-PCCmB .framer-58hs3y { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-PCCmB .framer-ovdd64, .framer-PCCmB .framer-1kdtm5o, .framer-PCCmB .framer-lxs6k3, .framer-PCCmB .framer-12xd3ff { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PCCmB .framer-le8ktu, .framer-PCCmB .framer-nd339s, .framer-PCCmB .framer-1n2jgkk, .framer-PCCmB .framer-1cc1oxf, .framer-PCCmB .framer-bdy45h { gap: 0px; } .framer-PCCmB .framer-le8ktu > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-PCCmB .framer-le8ktu > :first-child { margin-top: 0px; } .framer-PCCmB .framer-le8ktu > :last-child { margin-bottom: 0px; } .framer-PCCmB .framer-nd339s > *, .framer-PCCmB .framer-1n2jgkk > *, .framer-PCCmB .framer-1cc1oxf > *, .framer-PCCmB .framer-bdy45h > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-PCCmB .framer-nd339s > :first-child, .framer-PCCmB .framer-1n2jgkk > :first-child, .framer-PCCmB .framer-1cc1oxf > :first-child, .framer-PCCmB .framer-bdy45h > :first-child { margin-left: 0px; } .framer-PCCmB .framer-nd339s > :last-child, .framer-PCCmB .framer-1n2jgkk > :last-child, .framer-PCCmB .framer-1cc1oxf > :last-child, .framer-PCCmB .framer-bdy45h > :last-child { margin-right: 0px; } }\",\".framer-PCCmB.framer-v-wfxc0e .framer-le8ktu { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-PCCmB.framer-v-wfxc0e .framer-nd339s, .framer-PCCmB.framer-v-wfxc0e .framer-1n2jgkk, .framer-PCCmB.framer-v-wfxc0e .framer-1cc1oxf, .framer-PCCmB.framer-v-wfxc0e .framer-bdy45h { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu { gap: 0px; } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > :first-child { margin-top: 0px; } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > :last-child { margin-bottom: 0px; } }\"],B=f(I,P,\"framer-PCCmB\");export default B;B.displayName=\"Links: Resources\",B.defaultProps={height:135,width:150},a(B,{variant:{options:[\"cunCUFy7w\",\"IxOUtnrRD\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:o.Enum}}),t(B,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpPmogNY6m\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"135\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IxOUtnrRD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pPmogNY6m.map", "// Generated by Framer (e66a223)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as i,cx as o,RichText as n,SVG as f,useLocaleInfo as l,useVariantState as m,withCSS as d}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as c}from\"framer-motion\";import*as h from\"react\";let g=[\"Q3MjAIjCQ\",\"Y2WpHXJS3\"],x=\"framer-f2jLX\",u={Q3MjAIjCQ:\"framer-v-19utmf1\",Y2WpHXJS3:\"framer-v-g9ipt1\"};function v(r,...e){let t={};return null==e||e.forEach(e=>e&&Object.assign(t,r[e])),t;}let w={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},b=({value:e,children:t})=>{let a=h.useContext(c),i=null!=e?e:a.transition,o=h.useMemo(()=>({...a,transition:i}),[JSON.stringify(i)]);return /*#__PURE__*/r(c.Provider,{value:o,children:t});},y={Desktop:\"Q3MjAIjCQ\",Phone:\"Y2WpHXJS3\"},j=({height:r,id:e,width:t,...a})=>{var i,o;return{...a,variant:null!==(o=null!==(i=y[a.variant])&&void 0!==i?i:a.variant)&&void 0!==o?o:\"Q3MjAIjCQ\"};},X=(r,e)=>e.join(\"-\")+r.layoutDependency,L=/*#__PURE__*/h.forwardRef(function(t,a){let{activeLocale:i}=l(),{style:d,className:c,layoutId:x,variant:y,...L}=j(t),{baseVariant:k,classNames:I,gestureVariant:C,setGestureState:S,setVariant:W,transition:z,variants:M}=m({cycleOrder:g,defaultVariant:\"Q3MjAIjCQ\",transitions:w,variant:y,variantClassNames:u}),H=X(t,M),N=h.useRef(null),D=h.useId();return /*#__PURE__*/r(s,{id:null!=x?x:D,children:/*#__PURE__*/r(p.div,{initial:y,animate:M,onHoverStart:()=>S({isHovered:!0}),onHoverEnd:()=>S({isHovered:!1}),onTapStart:()=>S({isPressed:!0}),onTap:()=>S({isPressed:!1}),onTapCancel:()=>S({isPressed:!1}),className:o(\"framer-f2jLX\",...[],I),style:{display:\"contents\"},children:/*#__PURE__*/r(b,{value:z,children:/*#__PURE__*/e(p.div,{...L,className:o(\"framer-19utmf1\",c),\"data-framer-name\":\"Desktop\",layoutDependency:H,layoutId:\"Q3MjAIjCQ\",ref:null!=a?a:N,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...d},variants:{Y2WpHXJS3:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...v({Y2WpHXJS3:{\"data-framer-name\":\"Phone\"}},k,C),children:[\"Y2WpHXJS3\"===k&&/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"COMMUNITY\"})}),className:\"framer-1lgw8u\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"Eogqh0qIK\",style:{\"--extracted-r6o4lv\":\" rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(p.div,{className:\"framer-164ig7f\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"aWUs5ruMr\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{Y2WpHXJS3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...v({Y2WpHXJS3:{\"data-border\":!0}},k,C),children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-1tqbsh7\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"AQNa0SNao\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Join\"})}),className:\"framer-1xtasqv\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"WLGNsECg7\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-125x0lh\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"dy4X8iLm3\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{Y2WpHXJS3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...v({Y2WpHXJS3:{\"data-border\":!0}},k,C),children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-2a6x60\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"uWlHDNs96\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1010z\"></path><clipPath id=\"a1011z\"><use xlink:href=\"#a1010z\"></use></clipPath></defs><use xlink:href=\"#a1010z\" fill=\"#eee\" clip-path=\"url(#a1011z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:4220967846,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Events\"})}),className:\"framer-s9zcxv\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"vbSOk1cgp\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-kcl4i2\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"B8BD2khMc\",children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-y3qvp6\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"exO5YZjKv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#eee\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:896216945,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Experts\"})}),className:\"framer-1ig4z3x\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"CqjtBaOrJ\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]})]})})})});}),k=['.framer-f2jLX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f2jLX .framer-fe5c7g { display: block; }\",\".framer-f2jLX .framer-19utmf1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px 15px 15px 15px; position: relative; width: 150px; }\",\".framer-f2jLX .framer-1lgw8u { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-f2jLX .framer-164ig7f, .framer-f2jLX .framer-125x0lh, .framer-f2jLX .framer-kcl4i2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-f2jLX .framer-1tqbsh7, .framer-f2jLX .framer-2a6x60, .framer-f2jLX .framer-y3qvp6 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-f2jLX .framer-1xtasqv, .framer-f2jLX .framer-s9zcxv, .framer-f2jLX .framer-1ig4z3x { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2jLX .framer-19utmf1, .framer-f2jLX .framer-164ig7f, .framer-f2jLX .framer-125x0lh, .framer-f2jLX .framer-kcl4i2 { gap: 0px; } .framer-f2jLX .framer-19utmf1 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-f2jLX .framer-19utmf1 > :first-child { margin-top: 0px; } .framer-f2jLX .framer-19utmf1 > :last-child { margin-bottom: 0px; } .framer-f2jLX .framer-164ig7f > *, .framer-f2jLX .framer-125x0lh > *, .framer-f2jLX .framer-kcl4i2 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-f2jLX .framer-164ig7f > :first-child, .framer-f2jLX .framer-125x0lh > :first-child, .framer-f2jLX .framer-kcl4i2 > :first-child { margin-left: 0px; } .framer-f2jLX .framer-164ig7f > :last-child, .framer-f2jLX .framer-125x0lh > :last-child, .framer-f2jLX .framer-kcl4i2 > :last-child { margin-right: 0px; } }\",\".framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-f2jLX.framer-v-g9ipt1 .framer-164ig7f, .framer-f2jLX.framer-v-g9ipt1 .framer-125x0lh, .framer-f2jLX.framer-v-g9ipt1 .framer-kcl4i2 { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 { gap: 0px; } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > :first-child { margin-top: 0px; } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > :last-child { margin-bottom: 0px; } }\"],I=d(L,k,\"framer-f2jLX\");export default I;I.displayName=\"Links: Community\",I.defaultProps={height:107.5,width:150},a(I,{variant:{options:[\"Q3MjAIjCQ\",\"Y2WpHXJS3\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:i.Enum}}),t(I,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdQcuWx460\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"107.5\",\"framerIntrinsicWidth\":\"150\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Y2WpHXJS3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dQcuWx460.map", "// Generated by Framer (0847096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"sR09_1z1B\",\"DYaUxnB2p\"];const serializationHash=\"framer-zQX0g\";const variantClassNames={DYaUxnB2p:\"framer-v-gb53vb\",sR09_1z1B:\"framer-v-13mz0r9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"sR09_1z1B\",Phone:\"DYaUxnB2p\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sR09_1z1B\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sR09_1z1B\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"DYaUxnB2p\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"DYaUxnB2p\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13mz0r9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"sR09_1z1B\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{DYaUxnB2p:{backgroundColor:\"var(--token-125b15c8-592d-4fb2-be3c-f4afec59d530, rgb(230, 175, 90))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({DYaUxnB2p:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"PRODUCT\"})}),className:\"framer-b69fue\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ii5BxiboT\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xc2zhk\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"G_K74hMaA\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{DYaUxnB2p:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({DYaUxnB2p:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1qcvl7z\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Q2XaKTA3f\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#eee\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Design\"})}),className:\"framer-l8i61n\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"y0GCOt4bp\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9n5bn6\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"zlWE4268y\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{DYaUxnB2p:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({DYaUxnB2p:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-fv7r9d\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GkR9NYZxK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1014z\"></path><clipPath id=\"a1015z\"><use xlink:href=\"#a1014z\"></use></clipPath></defs><use xlink:href=\"#a1014z\" fill=\"#eee\" clip-path=\"url(#a1015z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:12810902438,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Content\"})}),className:\"framer-1kck34w\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vLodriL61\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dshbe7\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"oHD1t6n75\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{DYaUxnB2p:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({DYaUxnB2p:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-qmhkvn\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kevWFh67O\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1016z\"></path><clipPath id=\"a1017z\"><use xlink:href=\"#a1016z\"></use></clipPath></defs><use xlink:href=\"#a1016z\" fill=\"#eee\" clip-path=\"url(#a1017z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9486151537,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Publish\"})}),className:\"framer-1jagrv0\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"uVCw6K3ma\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zQX0g.framer-1kiz182, .framer-zQX0g .framer-1kiz182 { display: block; }\",\".framer-zQX0g.framer-13mz0r9 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 150px; }\",\".framer-zQX0g .framer-b69fue { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zQX0g .framer-1xc2zhk, .framer-zQX0g .framer-9n5bn6, .framer-zQX0g .framer-1dshbe7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zQX0g .framer-1qcvl7z, .framer-zQX0g .framer-fv7r9d, .framer-zQX0g .framer-qmhkvn { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-zQX0g .framer-l8i61n, .framer-zQX0g .framer-1kck34w, .framer-zQX0g .framer-1jagrv0 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zQX0g.framer-13mz0r9, .framer-zQX0g .framer-1xc2zhk, .framer-zQX0g .framer-9n5bn6, .framer-zQX0g .framer-1dshbe7 { gap: 0px; } .framer-zQX0g.framer-13mz0r9 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-zQX0g.framer-13mz0r9 > :first-child { margin-top: 0px; } .framer-zQX0g.framer-13mz0r9 > :last-child { margin-bottom: 0px; } .framer-zQX0g .framer-1xc2zhk > *, .framer-zQX0g .framer-9n5bn6 > *, .framer-zQX0g .framer-1dshbe7 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-zQX0g .framer-1xc2zhk > :first-child, .framer-zQX0g .framer-9n5bn6 > :first-child, .framer-zQX0g .framer-1dshbe7 > :first-child { margin-left: 0px; } .framer-zQX0g .framer-1xc2zhk > :last-child, .framer-zQX0g .framer-9n5bn6 > :last-child, .framer-zQX0g .framer-1dshbe7 > :last-child { margin-right: 0px; } }\",\".framer-zQX0g.framer-v-gb53vb.framer-13mz0r9 { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-zQX0g.framer-v-gb53vb .framer-b69fue { order: 0; }\",\".framer-zQX0g.framer-v-gb53vb .framer-1xc2zhk { height: 56px; order: 1; }\",\".framer-zQX0g.framer-v-gb53vb .framer-9n5bn6 { height: 56px; order: 2; }\",\".framer-zQX0g.framer-v-gb53vb .framer-1dshbe7 { height: 56px; order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zQX0g.framer-v-gb53vb.framer-13mz0r9 { gap: 0px; } .framer-zQX0g.framer-v-gb53vb.framer-13mz0r9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zQX0g.framer-v-gb53vb.framer-13mz0r9 > :first-child { margin-top: 0px; } .framer-zQX0g.framer-v-gb53vb.framer-13mz0r9 > :last-child { margin-bottom: 0px; } }\",'.framer-zQX0g[data-border=\"true\"]::after, .framer-zQX0g [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 107.5\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DYaUxnB2p\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIYPwirJcs=withCSS(Component,css,\"framer-zQX0g\");export default FramerIYPwirJcs;FramerIYPwirJcs.displayName=\"Links: Product\";FramerIYPwirJcs.defaultProps={height:107.5,width:150};addPropertyControls(FramerIYPwirJcs,{variant:{options:[\"sR09_1z1B\",\"DYaUxnB2p\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIYPwirJcs,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIYPwirJcs\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"107.5\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"150\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DYaUxnB2p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IYPwirJcs.map", "// Generated by Framer (0847096)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Dtwr7To_S\",\"yheCdjF9v\"];const serializationHash=\"framer-eRWj3\";const variantClassNames={Dtwr7To_S:\"framer-v-141yalh\",yheCdjF9v:\"framer-v-3ywc8z\"};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:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"Dtwr7To_S\",Open:\"yheCdjF9v\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Dtwr7To_S\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Dtwr7To_S\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-141yalh\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"Dtwr7To_S\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({yheCdjF9v:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1el0n2d\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"alzKwkKLr\",style:{rotate:0},variants:{yheCdjF9v:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4mu2qt\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZdT4QDeMr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke=\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75)) /* {&quot;name&quot;:&quot;Orange&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12876964812,withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eRWj3.framer-14bzq6w, .framer-eRWj3 .framer-14bzq6w { display: block; }\",\".framer-eRWj3.framer-141yalh { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-eRWj3 .framer-1el0n2d { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-eRWj3 .framer-4mu2qt { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"yheCdjF9v\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerstITzOOzK=withCSS(Component,css,\"framer-eRWj3\");export default FramerstITzOOzK;FramerstITzOOzK.displayName=\"Caret 3\";FramerstITzOOzK.defaultProps={height:14,width:14};addPropertyControls(FramerstITzOOzK,{variant:{options:[\"Dtwr7To_S\",\"yheCdjF9v\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerstITzOOzK,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerstITzOOzK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yheCdjF9v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"14\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"14\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./stITzOOzK.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vVHPIPBiyWYasfF9i8GT/AFb7GTeBNNVCvyT8bG1R/bqAJOpGZN.js\";import Caret3 from\"https://framerusercontent.com/modules/SsLlsvv6mAA80R52PTcP/9GpXicLTUjT7vzqOGy28/stITzOOzK.js\";const Caret3Fonts=getFonts(Caret3);const cycleOrder=[\"yJdD0gyG9\",\"sfJ4FPGIt\"];const serializationHash=\"framer-LLRnL\";const variantClassNames={sfJ4FPGIt:\"framer-v-1a10h8o\",yJdD0gyG9:\"framer-v-b8qac6\"};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:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"yJdD0gyG9\",Open:\"sfJ4FPGIt\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"yJdD0gyG9\"};};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,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yJdD0gyG9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b8qac6\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yJdD0gyG9\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({sfJ4FPGIt:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"i653Rpgdz\"},nodeId:\"sdA_WpY80\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Product\"})})})}),className:\"framer-7tj5pv\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"sdA_WpY80\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},text:DApvjrdfG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(5+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-10-14)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4myr86-container\",layoutDependency:layoutDependency,layoutId:\"FufUKAB6V-container\",children:/*#__PURE__*/_jsx(Caret3,{height:\"100%\",id:\"FufUKAB6V\",layoutId:\"FufUKAB6V\",variant:\"Dtwr7To_S\",width:\"100%\",...addPropertyOverrides({sfJ4FPGIt:{variant:\"yheCdjF9v\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LLRnL.framer-t84wga, .framer-LLRnL .framer-t84wga { display: block; }\",\".framer-LLRnL.framer-b8qac6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-LLRnL .framer-7tj5pv { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LLRnL .framer-4myr86-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LLRnL.framer-b8qac6 { gap: 0px; } .framer-LLRnL.framer-b8qac6 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-LLRnL.framer-b8qac6 > :first-child { margin-left: 0px; } .framer-LLRnL.framer-b8qac6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 75.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sfJ4FPGIt\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernF6JHoJqr=withCSS(Component,css,\"framer-LLRnL\");export default FramernF6JHoJqr;FramernF6JHoJqr.displayName=\"Trigger 2\";FramernF6JHoJqr.defaultProps={height:40,width:75.5};addPropertyControls(FramernF6JHoJqr,{variant:{options:[\"yJdD0gyG9\",\"sfJ4FPGIt\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramernF6JHoJqr,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SC7QJW6HNT3W42YFCVAWB3GI66BMNCKY/Q4ANQB6YZL7K35IAB3IPAE75W7PRJSDF/3HCNXVAKPOHOEI7LK7TGC54FOZT77SNM.woff2\",weight:\"300\"}]},...Caret3Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernF6JHoJqr\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sfJ4FPGIt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"75.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nF6JHoJqr.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vVHPIPBiyWYasfF9i8GT/AFb7GTeBNNVCvyT8bG1R/bqAJOpGZN.js\";const cycleOrder=[\"A_SB9kCkG\",\"HaQfhhG32\"];const serializationHash=\"framer-4gTb1\";const variantClassNames={A_SB9kCkG:\"framer-v-1u4ad2t\",HaQfhhG32:\"framer-v-19rmjce\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"A_SB9kCkG\",Phone:\"HaQfhhG32\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"A_SB9kCkG\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"A_SB9kCkG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"HaQfhhG32\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1u4ad2t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"A_SB9kCkG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{HaQfhhG32:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({HaQfhhG32:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"RESOURCES\"})}),className:\"framer-1raxxrc\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"oqiiGa9yk\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gollqk\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"FVk3IpD8z\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-854ac91a-2f95-46c4-a904-10e77243d543, rgb(255, 255, 255))\"},variants:{HaQfhhG32:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({HaQfhhG32:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I3m5xel04\"},nodeId:\"Pm2kaFAIu\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Brillen\"})})})}),className:\"framer-12s3d0r\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"Pm2kaFAIu\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-phpl1y\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"gamGmca94\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{HaQfhhG32:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({HaQfhhG32:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ntPMRQA1t\"},nodeId:\"rJ7zo4g9S\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Glazen\"})})})}),className:\"framer-12et6xi\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"rJ7zo4g9S\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bne7fj\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"iOIveRKLM\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{HaQfhhG32:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({HaQfhhG32:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uZBxnZts6\"},nodeId:\"SWJ90lMsL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Lenzen\"})})})}),className:\"framer-1y61mc\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"SWJ90lMsL\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jb6p15\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"U3VYwVvU9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DuvGWQrc2\"},nodeId:\"ax7ehwzjP\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Merken\"})})})}),className:\"framer-ol9pyl\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"ax7ehwzjP\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-24uaqe\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"T4Yj7VlXA\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{HaQfhhG32:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({HaQfhhG32:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GtC3JK8pE\"},nodeId:\"r9wTylQYf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Serviceplannen\"})})})}),className:\"framer-8q6806\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"r9wTylQYf\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4gTb1.framer-1rllmwb, .framer-4gTb1 .framer-1rllmwb { display: block; }\",\".framer-4gTb1.framer-1u4ad2t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 150px; }\",\".framer-4gTb1 .framer-1raxxrc { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4gTb1 .framer-gollqk, .framer-4gTb1 .framer-phpl1y, .framer-4gTb1 .framer-bne7fj, .framer-4gTb1 .framer-jb6p15, .framer-4gTb1 .framer-24uaqe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-4gTb1 .framer-12s3d0r, .framer-4gTb1 .framer-12et6xi, .framer-4gTb1 .framer-1y61mc, .framer-4gTb1 .framer-ol9pyl, .framer-4gTb1 .framer-8q6806 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4gTb1.framer-1u4ad2t, .framer-4gTb1 .framer-gollqk, .framer-4gTb1 .framer-phpl1y, .framer-4gTb1 .framer-bne7fj, .framer-4gTb1 .framer-jb6p15, .framer-4gTb1 .framer-24uaqe { gap: 0px; } .framer-4gTb1.framer-1u4ad2t > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-4gTb1.framer-1u4ad2t > :first-child { margin-top: 0px; } .framer-4gTb1.framer-1u4ad2t > :last-child { margin-bottom: 0px; } .framer-4gTb1 .framer-gollqk > *, .framer-4gTb1 .framer-phpl1y > *, .framer-4gTb1 .framer-bne7fj > *, .framer-4gTb1 .framer-jb6p15 > *, .framer-4gTb1 .framer-24uaqe > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-4gTb1 .framer-gollqk > :first-child, .framer-4gTb1 .framer-phpl1y > :first-child, .framer-4gTb1 .framer-bne7fj > :first-child, .framer-4gTb1 .framer-jb6p15 > :first-child, .framer-4gTb1 .framer-24uaqe > :first-child { margin-left: 0px; } .framer-4gTb1 .framer-gollqk > :last-child, .framer-4gTb1 .framer-phpl1y > :last-child, .framer-4gTb1 .framer-bne7fj > :last-child, .framer-4gTb1 .framer-jb6p15 > :last-child, .framer-4gTb1 .framer-24uaqe > :last-child { margin-right: 0px; } }\",\".framer-4gTb1.framer-v-19rmjce.framer-1u4ad2t { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-4gTb1.framer-v-19rmjce .framer-gollqk, .framer-4gTb1.framer-v-19rmjce .framer-phpl1y, .framer-4gTb1.framer-v-19rmjce .framer-bne7fj, .framer-4gTb1.framer-v-19rmjce .framer-jb6p15, .framer-4gTb1.framer-v-19rmjce .framer-24uaqe { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4gTb1.framer-v-19rmjce.framer-1u4ad2t { gap: 0px; } .framer-4gTb1.framer-v-19rmjce.framer-1u4ad2t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4gTb1.framer-v-19rmjce.framer-1u4ad2t > :first-child { margin-top: 0px; } .framer-4gTb1.framer-v-19rmjce.framer-1u4ad2t > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-4gTb1[data-border=\"true\"]::after, .framer-4gTb1 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 162.5\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HaQfhhG32\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWy3n0QhPI=withCSS(Component,css,\"framer-4gTb1\");export default FramerWy3n0QhPI;FramerWy3n0QhPI.displayName=\"Links: Resources 2\";FramerWy3n0QhPI.defaultProps={height:162.5,width:150};addPropertyControls(FramerWy3n0QhPI,{variant:{options:[\"A_SB9kCkG\",\"HaQfhhG32\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWy3n0QhPI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SC7QJW6HNT3W42YFCVAWB3GI66BMNCKY/Q4ANQB6YZL7K35IAB3IPAE75W7PRJSDF/3HCNXVAKPOHOEI7LK7TGC54FOZT77SNM.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWy3n0QhPI\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HaQfhhG32\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"162.5\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Wy3n0QhPI.map", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LinksResources from\"https://framerusercontent.com/modules/hP7GepOZhiRUVDuSMzGA/KSmZYjJTpixl4bS9QqHk/pPmogNY6m.js\";import LinksCommunity from\"https://framerusercontent.com/modules/JQRKwZv6rgdZ4OfkcuSU/45PpCkD31n6caHb3DNDn/dQcuWx460.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vVHPIPBiyWYasfF9i8GT/AFb7GTeBNNVCvyT8bG1R/bqAJOpGZN.js\";import CTAButtonSmall from\"https://framerusercontent.com/modules/6Wb5c62jDXJqh6gzaN37/2Ivyp2SpYzWUugJ4qsQ3/CwONnVar2.js\";import LinksProduct from\"https://framerusercontent.com/modules/9tT5NPSZL0L6kMseiItL/f8xBvek6YlPP6LbUeg1U/IYPwirJcs.js\";import Trigger2 from\"https://framerusercontent.com/modules/h4CU27pJFcTLFKFybzwD/nadsa4HUSG5iAOAUc9Fs/nF6JHoJqr.js\";import LinksResources2 from\"https://framerusercontent.com/modules/H94zGFuFLrbcuVOM1OpF/owGqamKfmvKvl7D37JJu/Wy3n0QhPI.js\";const Trigger2Fonts=getFonts(Trigger2);const LinksResources2Fonts=getFonts(LinksResources2);const MotionDivWithFX=withFX(motion.div);const LinksProductFonts=getFonts(LinksProduct);const LinksResourcesFonts=getFonts(LinksResources);const LinksCommunityFonts=getFonts(LinksCommunity);const CTAButtonSmallFonts=getFonts(CTAButtonSmall);const MotionNavWithFX=withFX(motion.nav);const cycleOrder=[\"w_ddZBs8X\",\"Yi9XOG0VW\",\"UnG8NoV48\"];const serializationHash=\"framer-0xzWo\";const variantClassNames={UnG8NoV48:\"framer-v-1pnbb5y\",w_ddZBs8X:\"framer-v-1axjj6o\",Yi9XOG0VW:\"framer-v-1mvh7kl\"};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={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-70};const transition2={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition4={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"UnG8NoV48\",Desktop:\"w_ddZBs8X\",Phone:\"Yi9XOG0VW\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"w_ddZBs8X\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"w_ddZBs8X\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzpbwnz=activeVariantCallback(async(...args)=>{setVariant(\"UnG8NoV48\");});const onTap1bqe3pa=activeVariantCallback(async(...args)=>{setVariant(\"Yi9XOG0VW\");});const PWSlWeqS66m6fwq=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{setVariant(\"w_ddZBs8X\");overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Yi9XOG0VW\",\"UnG8NoV48\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"UnG8NoV48\")return true;return false;};const isDisplayed2=()=>{if([\"Yi9XOG0VW\",\"UnG8NoV48\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"UnG8NoV48\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"Yi9XOG0VW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionNavWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1axjj6o\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"w_ddZBs8X\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{UnG8NoV48:{backgroundColor:\"var(--token-125b15c8-592d-4fb2-be3c-f4afec59d530, rgb(230, 175, 90))\"}},...addPropertyOverrides({UnG8NoV48:{__framer__styleAppearEffectEnabled:undefined,\"data-framer-name\":\"Phone Open\"},Yi9XOG0VW:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-usbn16\",\"data-framer-name\":\"Perrine zorg en zien\",layoutDependency:layoutDependency,layoutId:\"VL4wi0nXE\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XxHUGh0ZX\"},nodeId:\"Y4ig_SU1W\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2ckmii framer-1ndanr3\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"Y4ig_SU1W\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xrqbln\",\"data-framer-name\":\"Perrine-logo-nav\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qPlF46hfq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 143 44\"><path d=\"M 98.677 36.911 C 98.311 36.715 97.889 36.618 97.411 36.618 C 96.933 36.618 96.541 36.711 96.176 36.901 C 95.81 37.09 95.52 37.376 95.305 37.758 C 95.092 38.139 94.984 38.621 94.984 39.2 C 94.984 39.78 95.088 40.247 95.295 40.634 C 95.503 41.022 95.789 41.317 96.156 41.514 C 96.521 41.713 96.943 41.813 97.42 41.813 C 97.898 41.813 98.302 41.719 98.671 41.534 C 99.04 41.346 99.344 41.047 99.541 40.676 C 99.751 40.291 99.857 39.809 99.857 39.229 C 99.857 38.649 99.751 38.172 99.541 37.785 C 99.344 37.412 99.043 37.107 98.676 36.91 M 98.542 40.167 C 98.446 40.412 98.307 40.598 98.129 40.72 C 97.948 40.843 97.729 40.904 97.468 40.904 C 97.064 40.904 96.747 40.756 96.514 40.46 C 96.281 40.164 96.166 39.737 96.166 39.181 C 96.166 38.828 96.214 38.532 96.31 38.294 C 96.406 38.053 96.547 37.871 96.732 37.749 C 96.919 37.625 97.135 37.565 97.384 37.565 C 97.67 37.565 97.907 37.633 98.096 37.772 C 98.285 37.912 98.43 38.109 98.533 38.363 C 98.635 38.619 98.686 38.927 98.686 39.286 C 98.686 39.626 98.638 39.92 98.542 40.166 M 103.577 36.628 C 103.267 36.628 103.007 36.696 102.796 36.831 C 102.585 36.968 102.421 37.169 102.304 37.437 C 102.186 37.705 102.099 38.04 102.042 38.445 L 101.876 38.445 L 101.894 36.742 L 100.907 36.742 L 100.907 41.692 L 102.08 41.692 L 102.08 39.38 C 102.136 39.065 102.218 38.793 102.327 38.562 C 102.436 38.332 102.577 38.154 102.754 38.028 C 102.932 37.901 103.141 37.838 103.382 37.838 C 103.469 37.838 103.563 37.845 103.666 37.861 C 103.769 37.878 103.869 37.904 103.968 37.943 L 104.014 36.684 C 103.936 36.66 103.857 36.644 103.776 36.637 C 103.71 36.631 103.643 36.628 103.577 36.628 M 108.69 40.706 C 108.503 40.626 108.305 40.575 108.104 40.554 C 107.945 40.537 107.785 40.528 107.625 40.526 L 106.332 40.526 C 106.236 40.525 106.14 40.519 106.044 40.507 C 105.96 40.499 105.878 40.476 105.803 40.437 C 105.74 40.402 105.711 40.359 105.711 40.308 C 105.711 40.245 105.75 40.178 105.83 40.104 C 105.932 40.015 106.038 39.931 106.147 39.853 C 106.345 39.878 106.492 39.894 106.583 39.9 C 106.677 39.907 106.763 39.91 106.845 39.91 C 107.278 39.91 107.648 39.854 107.956 39.743 C 108.263 39.633 108.498 39.479 108.658 39.279 C 108.82 39.08 108.899 38.852 108.899 38.593 C 108.899 38.322 108.808 38.108 108.626 37.949 C 108.442 37.791 108.158 37.682 107.775 37.618 L 107.775 37.411 L 109.301 37.638 L 109.301 36.691 L 106.892 36.691 C 106.409 36.691 105.998 36.763 105.66 36.905 C 105.322 37.047 105.066 37.241 104.892 37.487 C 104.718 37.733 104.631 38.017 104.631 38.338 C 104.631 38.698 104.736 38.99 104.947 39.213 C 105.159 39.438 105.452 39.56 105.83 39.579 L 105.83 39.768 C 105.434 39.857 105.15 39.967 104.98 40.099 C 104.809 40.231 104.724 40.383 104.724 40.553 C 104.724 40.723 104.811 40.857 104.985 40.936 C 105.159 41.016 105.413 41.051 105.747 41.044 L 105.747 41.236 C 105.301 41.279 104.964 41.394 104.739 41.58 C 104.512 41.765 104.399 42.005 104.399 42.293 C 104.399 42.534 104.479 42.735 104.64 42.9 C 104.801 43.064 105.051 43.187 105.39 43.268 C 105.726 43.35 106.159 43.392 106.686 43.392 C 107.282 43.392 107.779 43.337 108.179 43.231 C 108.578 43.125 108.879 42.954 109.081 42.724 C 109.282 42.495 109.383 42.199 109.383 41.839 C 109.383 41.518 109.317 41.267 109.183 41.091 C 109.049 40.915 108.885 40.785 108.69 40.703 M 105.794 38.397 C 105.794 38.132 105.883 37.915 106.059 37.744 C 106.236 37.574 106.484 37.49 106.807 37.49 C 107.129 37.49 107.375 37.575 107.547 37.75 C 107.717 37.923 107.802 38.144 107.802 38.417 C 107.802 38.669 107.718 38.872 107.552 39.026 C 107.385 39.181 107.14 39.259 106.817 39.259 C 106.623 39.265 106.431 39.227 106.253 39.15 C 106.111 39.086 105.992 38.981 105.909 38.847 C 105.83 38.711 105.79 38.555 105.794 38.397 Z M 108.202 42.15 C 108.102 42.248 107.938 42.317 107.709 42.362 C 107.479 42.406 107.173 42.429 106.788 42.429 C 106.56 42.431 106.331 42.419 106.105 42.391 C 105.915 42.366 105.771 42.314 105.672 42.235 C 105.573 42.155 105.524 42.042 105.524 41.891 C 105.524 41.739 105.583 41.6 105.704 41.474 C 105.825 41.348 106.035 41.263 106.332 41.218 L 107.475 41.218 C 107.543 41.218 107.628 41.223 107.725 41.228 C 107.824 41.234 107.923 41.253 108.019 41.285 C 108.112 41.315 108.195 41.372 108.256 41.45 C 108.318 41.529 108.349 41.638 108.349 41.777 C 108.354 41.918 108.3 42.054 108.2 42.151 M 115.738 40.394 C 115.624 40.609 115.435 40.773 115.207 40.852 C 115.056 40.903 114.897 40.927 114.737 40.923 C 114.322 40.923 113.995 40.786 113.756 40.516 C 113.543 40.274 113.432 39.916 113.409 39.454 L 116.83 39.428 C 116.862 38.967 116.83 38.561 116.738 38.211 C 116.659 37.89 116.513 37.59 116.31 37.331 C 116.121 37.097 115.879 36.913 115.604 36.796 C 115.303 36.673 114.98 36.612 114.655 36.617 C 114.277 36.617 113.94 36.684 113.646 36.817 C 113.351 36.949 113.103 37.134 112.897 37.375 C 112.688 37.625 112.529 37.914 112.429 38.226 C 112.317 38.574 112.262 38.939 112.265 39.305 C 112.265 39.696 112.321 40.047 112.432 40.355 C 112.544 40.664 112.706 40.928 112.916 41.145 C 113.135 41.368 113.4 41.538 113.692 41.642 C 113.999 41.756 114.348 41.812 114.739 41.812 C 115.024 41.817 115.308 41.782 115.584 41.708 C 115.81 41.647 116.022 41.544 116.211 41.405 C 116.388 41.274 116.532 41.115 116.644 40.932 C 116.76 40.74 116.842 40.528 116.887 40.307 L 115.863 40.07 C 115.832 40.184 115.791 40.292 115.738 40.392 M 113.993 37.767 C 114.185 37.632 114.409 37.564 114.663 37.564 C 114.886 37.564 115.084 37.619 115.259 37.729 C 115.432 37.84 115.565 38.01 115.658 38.24 C 115.714 38.381 115.739 38.553 115.747 38.741 L 113.441 38.762 C 113.463 38.622 113.501 38.485 113.552 38.353 C 113.639 38.118 113.793 37.914 113.993 37.767 Z M 120.726 36.618 C 120.422 36.618 120.155 36.679 119.926 36.798 C 119.697 36.917 119.509 37.097 119.363 37.336 C 119.217 37.576 119.101 37.882 119.015 38.254 L 118.847 38.254 L 118.875 36.74 L 117.898 36.74 L 117.898 41.689 L 119.071 41.689 L 119.071 39.446 C 119.077 39.118 119.129 38.816 119.223 38.542 C 119.306 38.29 119.448 38.062 119.637 37.879 C 119.817 37.712 120.037 37.629 120.298 37.629 C 120.609 37.629 120.842 37.753 121 38.002 C 121.158 38.252 121.237 38.643 121.237 39.18 L 121.237 41.689 L 122.419 41.689 L 122.419 39.057 C 122.419 38.225 122.275 37.609 121.986 37.212 C 121.697 36.814 121.277 36.616 120.726 36.616 M 127.001 40.582 L 129.624 37.744 L 129.624 36.741 L 125.569 36.741 L 125.569 37.716 L 128.117 37.716 L 128.117 37.848 L 125.532 40.668 L 125.532 41.69 L 129.642 41.69 L 129.642 40.706 L 127.001 40.706 Z M 131.217 34.752 C 130.981 34.752 130.8 34.805 130.674 34.909 C 130.546 35.013 130.484 35.162 130.484 35.359 C 130.484 35.556 130.547 35.704 130.674 35.808 C 130.801 35.912 130.982 35.964 131.217 35.964 C 131.453 35.964 131.644 35.912 131.772 35.808 C 131.898 35.704 131.961 35.554 131.961 35.359 C 131.961 35.163 131.9 35.005 131.775 34.904 C 131.651 34.804 131.465 34.752 131.217 34.752 Z M 131.801 36.741 L 130.63 36.741 L 130.63 41.692 L 131.801 41.692 L 131.801 36.74 Z M 136.318 40.394 C 136.265 40.495 136.194 40.586 136.109 40.663 C 136.015 40.746 135.906 40.81 135.788 40.852 C 135.637 40.903 135.478 40.927 135.318 40.923 C 134.902 40.923 134.575 40.786 134.337 40.516 C 134.124 40.274 134.013 39.916 133.99 39.454 L 137.411 39.428 C 137.442 38.967 137.411 38.561 137.319 38.211 C 137.24 37.89 137.094 37.59 136.891 37.331 C 136.702 37.097 136.459 36.913 136.184 36.796 C 135.883 36.672 135.56 36.612 135.236 36.617 C 134.857 36.617 134.521 36.684 134.227 36.817 C 133.932 36.949 133.683 37.134 133.478 37.375 C 133.269 37.625 133.11 37.914 133.009 38.226 C 132.898 38.574 132.843 38.939 132.846 39.305 C 132.846 39.696 132.901 40.047 133.013 40.355 C 133.125 40.664 133.287 40.928 133.496 41.145 C 133.708 41.363 133.966 41.528 134.273 41.642 C 134.58 41.756 134.928 41.812 135.319 41.812 C 135.604 41.817 135.889 41.782 136.165 41.708 C 136.39 41.647 136.603 41.544 136.792 41.405 C 136.969 41.274 137.113 41.115 137.225 40.932 C 137.337 40.75 137.417 40.541 137.467 40.307 L 136.444 40.07 C 136.412 40.184 136.371 40.292 136.318 40.392 M 134.575 37.767 C 134.767 37.632 134.991 37.564 135.244 37.564 C 135.468 37.564 135.665 37.619 135.84 37.729 C 136.013 37.84 136.147 38.01 136.24 38.24 C 136.295 38.381 136.321 38.553 136.329 38.741 L 134.023 38.762 C 134.045 38.622 134.082 38.485 134.134 38.353 C 134.221 38.118 134.374 37.914 134.575 37.767 Z M 142.565 37.214 C 142.277 36.816 141.857 36.618 141.305 36.618 C 141.002 36.618 140.735 36.678 140.506 36.797 C 140.273 36.92 140.078 37.107 139.944 37.336 C 139.797 37.576 139.682 37.881 139.595 38.253 L 139.428 38.253 L 139.456 36.74 L 138.479 36.74 L 138.479 41.689 L 139.651 41.689 L 139.651 39.446 C 139.657 39.118 139.708 38.817 139.804 38.543 C 139.9 38.269 140.038 38.047 140.218 37.88 C 140.398 37.713 140.618 37.63 140.878 37.63 C 141.189 37.63 141.423 37.755 141.58 38.004 C 141.738 38.254 141.818 38.646 141.818 39.183 L 141.818 41.69 L 142.999 41.69 L 142.999 39.059 C 142.999 38.227 142.856 37.612 142.566 37.214\" fill=\"rgb(215,103,83)\"></path><path d=\"M 120.986 15.83 C 120.676 15.659 120.289 15.771 120.114 16.084 C 117.571 21.108 114.577 24.051 111.684 24.368 C 111.55 24.382 111.414 24.39 111.28 24.39 C 110.411 24.39 109.577 24.084 108.871 23.504 C 107.5 22.384 107.053 20.623 106.916 19.343 C 106.847 18.701 106.859 18.053 106.954 17.415 C 107.251 17.413 107.704 17.404 108.231 17.347 C 109.411 17.218 110.947 16.861 111.561 15.9 C 111.88 15.407 112.017 14.865 111.962 14.336 C 111.875 13.514 111.355 12.903 110.57 12.704 L 110.567 12.704 C 110.297 12.63 110.017 12.61 109.741 12.645 C 107.66 12.874 106.152 14.492 105.705 16.974 C 104.783 20.35 103.306 22.545 101.85 22.705 C 101.792 22.711 101.734 22.715 101.676 22.715 C 100.923 22.715 100.179 22.166 99.523 21.133 C 98.864 20.092 98.31 18.584 97.921 16.77 C 97.605 15.329 96.674 14.441 95.514 14.441 C 95.432 14.441 95.347 14.446 95.263 14.456 C 93.952 14.599 92.769 15.824 92.318 17.504 C 92.026 18.595 91.942 20.361 92.063 22.757 C 91.818 21.613 91.633 20.457 91.509 19.292 C 91.421 18.508 91.379 17.718 91.381 16.929 L 91.376 16.865 C 91.336 16.522 91.053 16.261 90.713 16.258 C 90.694 16.258 90.675 16.258 90.656 16.262 C 90.339 16.296 90.088 16.578 90.07 16.918 C 90.066 17.358 90.083 17.848 90.12 18.378 C 90.114 18.398 90.111 18.42 90.109 18.441 C 89.499 23.612 86.591 28.04 84.59 28.26 C 83.426 28.392 82.778 26.805 82.499 25.873 C 82.278 25.16 82.113 24.265 81.993 23.141 C 81.813 21.438 81.78 19.343 81.894 16.907 L 81.884 16.813 C 81.867 16.642 81.783 16.485 81.651 16.377 C 81.519 16.269 81.35 16.219 81.182 16.239 C 80.862 16.268 80.611 16.532 80.594 16.86 C 80.557 17.574 80.467 18.876 80.464 18.931 C 80.44 19.318 80.385 19.704 80.299 20.082 C 79.639 22.96 78.588 26.147 77.488 28.611 C 75.597 32.89 74.377 33.391 74.049 33.442 C 74.015 33.446 73.979 33.448 73.944 33.448 C 73.433 33.448 72.995 33.018 72.643 32.168 C 72.263 31.251 71.967 29.807 71.764 27.877 C 71.656 26.859 71.575 25.641 71.501 23.928 L 71.479 23.723 C 71.316 22.187 70.098 21.97 68.807 21.742 C 68.262 21.646 67.699 21.546 67.194 21.34 C 67.335 20.506 67.377 19.833 67.317 19.283 C 67.244 18.584 67.023 18.069 66.662 17.75 C 66.39 17.509 66.031 17.394 65.673 17.432 C 65.295 17.474 64.909 17.77 64.61 18.246 C 64.212 18.883 64.08 19.67 64.276 20.254 C 64.512 20.953 64.995 21.547 65.755 22.068 C 65.005 25.311 63.724 29.247 62.569 31.863 C 61.484 34.316 59.908 37.593 58.769 37.718 C 58.729 37.723 58.688 37.725 58.647 37.725 C 58.069 37.725 57.591 37.22 57.187 36.181 C 56.788 35.147 56.486 33.63 56.265 31.543 C 56.094 29.909 55.972 28.27 55.9 26.628 L 55.89 26.386 C 55.706 24.645 54.217 24.234 52.643 23.797 L 52.638 23.797 C 52.126 23.655 51.595 23.507 51.111 23.31 C 51.275 22.423 51.324 21.649 51.256 21.012 C 51.177 20.273 50.942 19.725 50.557 19.387 C 50.308 19.163 49.988 19.039 49.656 19.037 C 49.612 19.037 49.564 19.04 49.519 19.044 C 49.038 19.098 48.604 19.382 48.299 19.847 C 47.99 20.327 47.856 20.901 47.921 21.471 C 48.021 22.42 48.67 23.375 49.659 24.028 C 47.045 29.484 43.929 32.671 40.888 33.004 C 40.754 33.019 40.618 33.027 40.485 33.027 C 39.616 33.027 38.781 32.72 38.072 32.14 C 37.316 31.522 36.366 30.299 36.12 27.979 C 36.05 27.338 36.062 26.691 36.155 26.053 C 36.582 26.052 37.009 26.029 37.433 25.984 C 38.614 25.855 40.15 25.498 40.763 24.537 C 41.082 24.044 41.22 23.502 41.165 22.974 C 41.105 22.408 40.855 21.946 40.439 21.64 C 40.044 21.348 39.511 21.219 38.944 21.282 C 36.124 21.591 34.432 24.43 34.83 28.186 C 35.019 29.959 35.676 31.552 36.682 32.672 C 37.821 33.939 39.326 34.508 41.026 34.325 C 45.763 33.806 49.194 28.02 50.821 24.61 C 51.335 24.808 51.846 24.949 52.366 25.086 C 53.87 25.5 54.492 25.748 54.575 26.53 L 54.592 26.681 C 54.666 28.501 54.832 30.578 54.956 31.735 C 55.485 36.726 56.656 39.052 58.645 39.052 C 58.739 39.052 58.839 39.045 58.938 39.035 L 59.002 39.027 C 60.716 38.803 62.418 35.689 63.544 33.118 C 64.814 30.216 66.086 26.313 66.949 22.673 C 67.674 22.923 68.31 23.007 68.821 23.076 C 69.655 23.188 70.115 23.25 70.18 23.867 L 70.193 23.985 C 70.271 25.753 70.352 26.952 70.461 27.988 C 70.722 30.453 71.148 32.194 71.767 33.304 C 72.318 34.298 73.009 34.78 73.883 34.78 C 73.971 34.78 74.062 34.774 74.157 34.765 C 74.187 34.762 74.216 34.753 74.242 34.739 C 75.631 34.534 77.122 32.659 78.675 29.165 C 79.399 27.527 80.124 25.532 80.724 23.542 C 80.992 25.816 81.534 27.479 82.334 28.484 C 82.921 29.222 83.631 29.595 84.444 29.595 C 84.538 29.595 84.634 29.59 84.727 29.579 C 85.778 29.463 86.949 28.651 88.022 27.291 C 89.076 25.955 89.997 24.142 90.619 22.184 C 91.132 24.906 91.884 27.182 92.688 28.435 C 92.823 28.627 93.031 28.738 93.238 28.738 C 93.423 28.741 93.6 28.661 93.723 28.52 C 93.845 28.379 93.901 28.19 93.877 28.004 C 93.782 27.338 93.701 26.671 93.634 26.002 C 93.398 23.772 93.076 19.748 93.574 17.847 C 93.929 16.516 94.747 15.847 95.4 15.776 C 95.435 15.772 95.471 15.77 95.507 15.769 C 96.045 15.769 96.457 16.24 96.64 17.059 C 97.559 21.216 99.195 23.684 101.249 24.008 C 101.443 24.031 101.703 24.054 101.988 24.025 C 102.95 23.919 103.857 23.347 104.678 22.322 C 105.071 21.834 105.442 21.237 105.784 20.546 C 106.107 22.045 106.79 23.369 107.707 24.277 C 108.636 25.214 109.894 25.734 111.2 25.722 C 111.404 25.722 111.611 25.711 111.821 25.687 C 116.07 25.221 119.264 20.608 121.195 16.819 L 121.245 16.724 C 121.327 16.57 121.346 16.39 121.297 16.222 C 121.248 16.055 121.135 15.914 120.984 15.831 M 110.324 14.001 L 110.339 14.007 C 110.376 14.018 110.411 14.033 110.444 14.053 C 110.572 14.138 110.645 14.277 110.666 14.479 C 110.69 14.705 110.623 14.956 110.48 15.168 C 110.221 15.566 109.338 15.876 108.057 16.017 L 108.045 16.017 C 107.803 16.048 107.559 16.069 107.314 16.08 C 107.865 14.77 108.681 14.096 109.881 13.966 C 109.913 13.962 109.946 13.96 109.978 13.96 L 110.085 13.96 C 110.158 13.962 110.213 13.968 110.26 13.978 C 110.275 13.982 110.29 13.987 110.304 13.994 C 110.31 13.997 110.317 14 110.324 14.002 M 65.989 20.57 C 65.676 20.247 65.498 19.904 65.46 19.548 C 65.434 19.342 65.477 19.134 65.583 18.956 C 65.666 18.801 65.763 18.756 65.787 18.752 C 65.814 18.757 65.964 18.894 66.021 19.424 C 66.055 19.759 66.044 20.135 65.989 20.569 Z M 49.916 22.546 C 49.392 22.052 49.243 21.595 49.213 21.298 C 49.156 20.754 49.467 20.383 49.656 20.362 L 49.661 20.362 C 49.673 20.362 49.69 20.37 49.707 20.385 C 49.75 20.421 49.899 20.58 49.959 21.151 C 49.999 21.525 49.984 22.007 49.916 22.545 Z M 39.185 22.593 L 39.274 22.593 C 39.347 22.596 39.402 22.601 39.45 22.612 C 39.459 22.614 39.467 22.618 39.475 22.62 C 39.48 22.623 39.488 22.625 39.495 22.627 C 39.542 22.639 39.587 22.656 39.629 22.679 C 39.767 22.762 39.846 22.905 39.867 23.114 C 39.892 23.34 39.825 23.592 39.682 23.802 C 39.422 24.202 38.539 24.512 37.257 24.651 L 37.245 24.653 C 37.006 24.679 36.758 24.706 36.515 24.714 C 37.066 23.403 37.882 22.731 39.082 22.6 C 39.117 22.596 39.15 22.594 39.183 22.593 M 81.19 13.614 C 81.43 13.614 81.659 13.51 81.819 13.329 C 81.979 13.147 82.056 12.905 82.031 12.662 C 82.03 12.647 82.026 12.632 82.019 12.619 C 82.014 12.609 82.011 12.599 82.009 12.589 C 81.975 12.419 81.892 12.265 81.769 12.146 C 81.762 12.139 81.757 12.13 81.751 12.121 C 81.742 12.11 81.733 12.097 81.721 12.087 C 81.709 12.078 81.695 12.07 81.681 12.065 C 81.671 12.061 81.661 12.058 81.653 12.05 C 81.516 11.957 81.355 11.907 81.19 11.907 L 81.179 11.907 C 81.169 11.907 81.158 11.907 81.147 11.904 C 81.133 11.901 81.118 11.9 81.103 11.9 C 80.878 11.925 80.677 12.037 80.536 12.216 C 80.395 12.393 80.33 12.62 80.356 12.846 C 80.401 13.282 80.762 13.614 81.193 13.613\" fill=\"rgb(107,29,58)\"></path><path d=\"M 47.53 2.358 C 44.384 -1.043 34.022 -0.712 21.732 3.177 C 21.656 1.886 21.608 1.03 21.592 0.743 L 21.586 0.64 C 21.576 0.461 21.495 0.294 21.363 0.177 C 21.233 0.056 21.062 -0.007 20.887 0.002 C 20.521 0.023 20.241 0.342 20.261 0.715 L 20.268 0.854 C 20.287 1.201 20.342 2.17 20.427 3.599 C 3.787 9.103 0.289 13.246 0.149 13.42 C -0.081 13.707 -0.041 14.129 0.238 14.367 C 0.519 14.603 0.934 14.565 1.169 14.283 C 1.202 14.242 4.702 10.262 20.51 4.995 C 20.971 12.597 22.183 31.184 23.566 41.408 C 23.618 41.777 23.951 42.034 24.314 41.985 C 24.676 41.933 24.929 41.594 24.881 41.224 C 23.488 30.941 22.274 12.2 21.813 4.568 C 35.554 0.157 44.273 0.81 46.563 3.285 C 47.263 4.041 47.381 4.986 46.925 6.171 C 45.568 9.714 32.271 17.023 27.262 19.541 C 26.934 19.706 26.799 20.111 26.961 20.446 C 27.123 20.781 27.521 20.918 27.85 20.753 C 28.604 20.374 46.343 11.404 48.162 6.663 C 48.972 4.549 48.266 3.156 47.529 2.36\" fill=\"rgb(107,29,58)\"></path><path d=\"M 91.63 40.626 L 94.252 37.787 L 94.252 36.783 L 90.197 36.783 L 90.197 37.759 L 92.746 37.759 L 92.746 37.891 L 90.161 40.711 L 90.161 41.734 L 94.271 41.734 L 94.271 40.748 L 91.63 40.748 Z\" fill=\"rgb(215,103,83)\"></path></svg>',svgContentId:10931899605,withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aj2m4m\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"eX4HjV1dX\",...addPropertyOverrides({UnG8NoV48:{\"data-highlight\":true,onTap:onTap1bqe3pa},Yi9XOG0VW:{\"data-highlight\":true,onTap:onTapzpbwnz}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10s2izs\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"XJLsYyL80\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{UnG8NoV48:{backgroundColor:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\",rotate:-45},Yi9XOG0VW:{backgroundColor:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1frz465\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"qbb9uQZsn\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{UnG8NoV48:{backgroundColor:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\",rotate:45},Yi9XOG0VW:{backgroundColor:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\"}}})]})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({UnG8NoV48:{value:transition3},Yi9XOG0VW:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c73l02\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"TnJ6RxvU4\",style:{opacity:1},variants:{Yi9XOG0VW:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u62ao5\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"l1oCBQ4T0\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{Yi9XOG0VW:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({Yi9XOG0VW:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B5_Q6LPeO\"},nodeId:\"BknE043Fq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Zorg\"})})})}),className:\"framer-amp6op\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"BknE043Fq\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UnG8NoV48:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E1FKbKS1k\"},nodeId:\"BknE043Fq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Contact\"})})})}),verticalAlignment:\"center\"},Yi9XOG0VW:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tdvrm1\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"TXLNLBCcE\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cfOsWjez9\"},nodeId:\"RH7L3RLol\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Plan afspraak\"})})})}),className:\"framer-18v9i1d\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"RH7L3RLol\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-z9syzu\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"XhFuUd6r_\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WhNrx0VPh\"},nodeId:\"gjqa5igkc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Over\"})})})}),className:\"framer-1gwnl09\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"gjqa5igkc\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tmqfrb\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"Q3FO7K5BJ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DuvGWQrc2\"},nodeId:\"cxrGmPFVB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Merken\"})})})}),className:\"framer-d7cla\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"cxrGmPFVB\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l20knw\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"FMMF1DJNO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uZBxnZts6\"},nodeId:\"gLbHYCfvx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Lenzen\"})})})}),className:\"framer-nqp1i2\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"gLbHYCfvx\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mzc7iu\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"meHohZE_A\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GtC3JK8pE\"},nodeId:\"vW_U3GQes\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Serviceplannen\"})})})}),className:\"framer-3ahdtt\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"vW_U3GQes\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-za8y9s\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AsdwvKS6d\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ntPMRQA1t\"},nodeId:\"U6Aan9drI\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Glazen\"})})})}),className:\"framer-17v4zgg\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"U6Aan9drI\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fzh7ka\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"caN5RNIqA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I3m5xel04\"},nodeId:\"Ks0hELL46\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Brillen\"})})})}),className:\"framer-1cbuv05\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"Ks0hELL46\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-mxz8mr\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"egEu_NAcr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"i653Rpgdz\"},nodeId:\"Qegtjj9Rg\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Zien\"})})})}),className:\"framer-1vmgjhh\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"Qegtjj9Rg\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nirnsy\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"K3BePlSEm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B5_Q6LPeO\"},nodeId:\"RjWRZcpGJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Zorg\"})})})}),className:\"framer-1o165r0\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"RjWRZcpGJ\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-80-40)/2)+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-skjyw2-container\",id:`${layoutId}-skjyw2`,layoutDependency:layoutDependency,layoutId:\"b79naK65w-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Trigger2,{DApvjrdfG:\"Zien\",height:\"100%\",id:\"b79naK65w\",layoutId:\"b79naK65w\",PWSlWeqS6:PWSlWeqS66m6fwq({overlay}),variant:overlay.visible?\"sfJ4FPGIt\":\"yJdD0gyG9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-skjyw2`,offsetX:0,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:162,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-80-40)/2)+0+70,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1hc71qa-container\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"ZlNasX93G-container\",ref:ref3,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksResources2,{height:\"100%\",id:\"ZlNasX93G\",layoutId:\"ZlNasX93G\",style:{width:\"100%\"},variant:\"A_SB9kCkG\",width:\"100%\"})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-f6bqki\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"JmjRctGuW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WhNrx0VPh\"},nodeId:\"vEqhRhEeS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Over\"})})})}),className:\"framer-1xu41q9\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"vEqhRhEeS\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bqcrru\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"y32ZRbAWV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1saWdodA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E1FKbKS1k\"},nodeId:\"PBCgpR6jZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17yjc46\",\"data-styles-preset\":\"bqAJOpGZN\",children:\"Contact\"})})})}),className:\"framer-bu8sq7\",fonts:[\"FS;Poppins-light\"],layoutDependency:layoutDependency,layoutId:\"PBCgpR6jZ\",style:{\"--extracted-r6o4lv\":\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Yi9XOG0VW:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Yi9XOG0VW:{height:107,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w85jat-container\",layoutDependency:layoutDependency,layoutId:\"PCXzN31SQ-container\",children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"PCXzN31SQ\",layoutId:\"PCXzN31SQ\",style:{width:\"100%\"},variant:\"sR09_1z1B\",width:\"100%\",...addPropertyOverrides({Yi9XOG0VW:{variant:\"DYaUxnB2p\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qjr2ex-container\",layoutDependency:layoutDependency,layoutId:\"H2KDzaXHy-container\",children:/*#__PURE__*/_jsx(LinksResources,{height:\"100%\",id:\"H2KDzaXHy\",layoutId:\"H2KDzaXHy\",style:{width:\"100%\"},variant:\"cunCUFy7w\",width:\"100%\",...addPropertyOverrides({Yi9XOG0VW:{variant:\"IxOUtnrRD\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-59g5ng-container\",layoutDependency:layoutDependency,layoutId:\"kIaU7zii6-container\",children:/*#__PURE__*/_jsx(LinksCommunity,{height:\"100%\",id:\"kIaU7zii6\",layoutId:\"kIaU7zii6\",style:{width:\"100%\"},variant:\"Q3MjAIjCQ\",width:\"100%\",...addPropertyOverrides({Yi9XOG0VW:{variant:\"Y2WpHXJS3\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cfOsWjez9\"},nodeId:\"pLqchSvty\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14jgrda framer-1ndanr3\",layoutDependency:layoutDependency,layoutId:\"pLqchSvty\",children:isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-80-49)/2)+0+0,...addPropertyOverrides({Yi9XOG0VW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+555+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19mp3pw-container\",layoutDependency:layoutDependency,layoutId:\"TCCMBytQf-container\",children:/*#__PURE__*/_jsx(CTAButtonSmall,{dDf4Z59df:\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",FEjaFDUgv:\"var(--token-36f043d1-4af1-4b2b-ae3d-846c5815159f, rgb(220, 100, 75))\",height:\"100%\",Hj8bNZBVk:\"Plan afspraak\",id:\"TCCMBytQf\",layoutId:\"TCCMBytQf\",QGqEGB3m2:\"var(--token-6ef25bc0-a4ed-42b6-804d-e05fc3197770, rgb(115, 35, 55))\",variant:\"hGeoOgrf1\",width:\"100%\"})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0xzWo.framer-1ndanr3, .framer-0xzWo .framer-1ndanr3 { display: block; }\",\".framer-0xzWo.framer-1axjj6o { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 64px; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1200px; }\",\".framer-0xzWo .framer-usbn16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0xzWo .framer-2ckmii { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-0xzWo .framer-1xrqbln { flex: none; height: 44px; position: relative; width: 143px; }\",\".framer-0xzWo .framer-1aj2m4m { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-0xzWo .framer-10s2izs { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0xzWo .framer-1frz465 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0xzWo .framer-1c73l02 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0xzWo .framer-1u62ao5, .framer-0xzWo .framer-f6bqki, .framer-0xzWo .framer-bqcrru { 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-0xzWo .framer-amp6op, .framer-0xzWo .framer-18v9i1d, .framer-0xzWo .framer-1gwnl09, .framer-0xzWo .framer-d7cla, .framer-0xzWo .framer-nqp1i2, .framer-0xzWo .framer-3ahdtt, .framer-0xzWo .framer-17v4zgg, .framer-0xzWo .framer-1cbuv05, .framer-0xzWo .framer-1vmgjhh, .framer-0xzWo .framer-1o165r0, .framer-0xzWo .framer-1xu41q9, .framer-0xzWo .framer-bu8sq7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0xzWo .framer-tdvrm1, .framer-0xzWo .framer-z9syzu, .framer-0xzWo .framer-1tmqfrb, .framer-0xzWo .framer-1l20knw, .framer-0xzWo .framer-1mzc7iu, .framer-0xzWo .framer-za8y9s, .framer-0xzWo .framer-1fzh7ka, .framer-0xzWo .framer-mxz8mr, .framer-0xzWo .framer-nirnsy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 56px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0xzWo .framer-skjyw2-container, .framer-0xzWo .framer-19mp3pw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0xzWo .framer-1hc71qa-container { height: auto; position: relative; width: 150px; }\",\".framer-0xzWo .framer-w85jat-container, .framer-0xzWo .framer-qjr2ex-container, .framer-0xzWo .framer-59g5ng-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0xzWo .framer-14jgrda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0xzWo.framer-1axjj6o, .framer-0xzWo .framer-usbn16, .framer-0xzWo .framer-2ckmii, .framer-0xzWo .framer-1c73l02, .framer-0xzWo .framer-1u62ao5, .framer-0xzWo .framer-tdvrm1, .framer-0xzWo .framer-z9syzu, .framer-0xzWo .framer-1tmqfrb, .framer-0xzWo .framer-1l20knw, .framer-0xzWo .framer-1mzc7iu, .framer-0xzWo .framer-za8y9s, .framer-0xzWo .framer-1fzh7ka, .framer-0xzWo .framer-mxz8mr, .framer-0xzWo .framer-nirnsy, .framer-0xzWo .framer-f6bqki, .framer-0xzWo .framer-bqcrru, .framer-0xzWo .framer-14jgrda { gap: 0px; } .framer-0xzWo.framer-1axjj6o > *, .framer-0xzWo .framer-usbn16 > *, .framer-0xzWo .framer-2ckmii > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-0xzWo.framer-1axjj6o > :first-child, .framer-0xzWo .framer-usbn16 > :first-child, .framer-0xzWo .framer-2ckmii > :first-child, .framer-0xzWo .framer-1c73l02 > :first-child, .framer-0xzWo .framer-1u62ao5 > :first-child, .framer-0xzWo .framer-tdvrm1 > :first-child, .framer-0xzWo .framer-z9syzu > :first-child, .framer-0xzWo .framer-1tmqfrb > :first-child, .framer-0xzWo .framer-1l20knw > :first-child, .framer-0xzWo .framer-1mzc7iu > :first-child, .framer-0xzWo .framer-za8y9s > :first-child, .framer-0xzWo .framer-1fzh7ka > :first-child, .framer-0xzWo .framer-mxz8mr > :first-child, .framer-0xzWo .framer-nirnsy > :first-child, .framer-0xzWo .framer-f6bqki > :first-child, .framer-0xzWo .framer-bqcrru > :first-child { margin-left: 0px; } .framer-0xzWo.framer-1axjj6o > :last-child, .framer-0xzWo .framer-usbn16 > :last-child, .framer-0xzWo .framer-2ckmii > :last-child, .framer-0xzWo .framer-1c73l02 > :last-child, .framer-0xzWo .framer-1u62ao5 > :last-child, .framer-0xzWo .framer-tdvrm1 > :last-child, .framer-0xzWo .framer-z9syzu > :last-child, .framer-0xzWo .framer-1tmqfrb > :last-child, .framer-0xzWo .framer-1l20knw > :last-child, .framer-0xzWo .framer-1mzc7iu > :last-child, .framer-0xzWo .framer-za8y9s > :last-child, .framer-0xzWo .framer-1fzh7ka > :last-child, .framer-0xzWo .framer-mxz8mr > :last-child, .framer-0xzWo .framer-nirnsy > :last-child, .framer-0xzWo .framer-f6bqki > :last-child, .framer-0xzWo .framer-bqcrru > :last-child { margin-right: 0px; } .framer-0xzWo .framer-1c73l02 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-0xzWo .framer-1u62ao5 > *, .framer-0xzWo .framer-f6bqki > *, .framer-0xzWo .framer-bqcrru > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0xzWo .framer-tdvrm1 > *, .framer-0xzWo .framer-z9syzu > *, .framer-0xzWo .framer-1tmqfrb > *, .framer-0xzWo .framer-1l20knw > *, .framer-0xzWo .framer-1mzc7iu > *, .framer-0xzWo .framer-za8y9s > *, .framer-0xzWo .framer-1fzh7ka > *, .framer-0xzWo .framer-mxz8mr > *, .framer-0xzWo .framer-nirnsy > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-0xzWo .framer-14jgrda > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0xzWo .framer-14jgrda > :first-child { margin-top: 0px; } .framer-0xzWo .framer-14jgrda > :last-child { margin-bottom: 0px; } }\",\".framer-0xzWo.framer-v-1mvh7kl.framer-1axjj6o { flex-direction: column; gap: 0px; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-usbn16 { gap: unset; height: 64px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-2ckmii, .framer-0xzWo.framer-v-1pnbb5y .framer-2ckmii { order: 0; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-1aj2m4m, .framer-0xzWo.framer-v-1pnbb5y .framer-1aj2m4m { cursor: pointer; height: 44px; order: 1; width: 44px; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-1c73l02, .framer-0xzWo.framer-v-1pnbb5y .framer-1c73l02 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-1u62ao5 { gap: 15px; height: 56px; justify-content: flex-start; order: 12; overflow: hidden; width: 100%; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-f6bqki { order: 11; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-bqcrru { gap: 15px; height: 56px; justify-content: flex-start; order: 13; overflow: hidden; width: 100%; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-w85jat-container, .framer-0xzWo.framer-v-1pnbb5y .framer-tdvrm1 { flex: none; order: 10; width: 100%; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-qjr2ex-container { flex: none; order: 14; width: 100%; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-59g5ng-container { flex: none; order: 15; width: 100%; }\",\".framer-0xzWo.framer-v-1mvh7kl .framer-14jgrda { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0xzWo.framer-v-1mvh7kl.framer-1axjj6o, .framer-0xzWo.framer-v-1mvh7kl .framer-usbn16, .framer-0xzWo.framer-v-1mvh7kl .framer-1c73l02, .framer-0xzWo.framer-v-1mvh7kl .framer-1u62ao5, .framer-0xzWo.framer-v-1mvh7kl .framer-bqcrru { gap: 0px; } .framer-0xzWo.framer-v-1mvh7kl.framer-1axjj6o > *, .framer-0xzWo.framer-v-1mvh7kl .framer-1c73l02 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0xzWo.framer-v-1mvh7kl.framer-1axjj6o > :first-child, .framer-0xzWo.framer-v-1mvh7kl .framer-1c73l02 > :first-child { margin-top: 0px; } .framer-0xzWo.framer-v-1mvh7kl.framer-1axjj6o > :last-child, .framer-0xzWo.framer-v-1mvh7kl .framer-1c73l02 > :last-child { margin-bottom: 0px; } .framer-0xzWo.framer-v-1mvh7kl .framer-usbn16 > *, .framer-0xzWo.framer-v-1mvh7kl .framer-usbn16 > :first-child, .framer-0xzWo.framer-v-1mvh7kl .framer-usbn16 > :last-child { margin: 0px; } .framer-0xzWo.framer-v-1mvh7kl .framer-1u62ao5 > *, .framer-0xzWo.framer-v-1mvh7kl .framer-bqcrru > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-0xzWo.framer-v-1mvh7kl .framer-1u62ao5 > :first-child, .framer-0xzWo.framer-v-1mvh7kl .framer-bqcrru > :first-child { margin-left: 0px; } .framer-0xzWo.framer-v-1mvh7kl .framer-1u62ao5 > :last-child, .framer-0xzWo.framer-v-1mvh7kl .framer-bqcrru > :last-child { margin-right: 0px; } }\",\".framer-0xzWo.framer-v-1pnbb5y.framer-1axjj6o { flex-direction: column; gap: 30px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 120px 0px; width: 390px; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-usbn16 { gap: unset; justify-content: space-between; order: 0; padding: 10px 10px 10px 20px; width: 100%; z-index: 2; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-10s2izs, .framer-0xzWo.framer-v-1pnbb5y .framer-1frz465 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-1u62ao5 { gap: 15px; height: 56px; justify-content: flex-start; order: 11; overflow: hidden; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-z9syzu { flex: none; order: 9; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-1tmqfrb { flex: none; order: 6; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-1l20knw { flex: none; order: 7; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-1mzc7iu { flex: none; order: 8; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-za8y9s { flex: none; order: 4; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-1fzh7ka { flex: none; order: 3; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-mxz8mr { flex: none; order: 2; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-nirnsy { flex: none; order: 1; width: 100%; }\",\".framer-0xzWo.framer-v-1pnbb5y .framer-14jgrda { min-height: 80px; min-width: 483px; order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0xzWo.framer-v-1pnbb5y.framer-1axjj6o, .framer-0xzWo.framer-v-1pnbb5y .framer-usbn16, .framer-0xzWo.framer-v-1pnbb5y .framer-1c73l02, .framer-0xzWo.framer-v-1pnbb5y .framer-1u62ao5 { gap: 0px; } .framer-0xzWo.framer-v-1pnbb5y.framer-1axjj6o > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-0xzWo.framer-v-1pnbb5y.framer-1axjj6o > :first-child, .framer-0xzWo.framer-v-1pnbb5y .framer-1c73l02 > :first-child { margin-top: 0px; } .framer-0xzWo.framer-v-1pnbb5y.framer-1axjj6o > :last-child, .framer-0xzWo.framer-v-1pnbb5y .framer-1c73l02 > :last-child { margin-bottom: 0px; } .framer-0xzWo.framer-v-1pnbb5y .framer-usbn16 > *, .framer-0xzWo.framer-v-1pnbb5y .framer-usbn16 > :first-child, .framer-0xzWo.framer-v-1pnbb5y .framer-usbn16 > :last-child { margin: 0px; } .framer-0xzWo.framer-v-1pnbb5y .framer-1c73l02 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0xzWo.framer-v-1pnbb5y .framer-1u62ao5 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-0xzWo.framer-v-1pnbb5y .framer-1u62ao5 > :first-child { margin-left: 0px; } .framer-0xzWo.framer-v-1pnbb5y .framer-1u62ao5 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-0xzWo[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-0xzWo [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-0xzWo[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-0xzWo [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-0xzWo[data-border=\"true\"]::after, .framer-0xzWo [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yi9XOG0VW\":{\"layout\":[\"fixed\",\"fixed\"]},\"UnG8NoV48\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryVzxJZ_DT=withCSS(Component,css,\"framer-0xzWo\");export default FrameryVzxJZ_DT;FrameryVzxJZ_DT.displayName=\"Navigation\";FrameryVzxJZ_DT.defaultProps={height:80,width:1200};addPropertyControls(FrameryVzxJZ_DT,{variant:{options:[\"w_ddZBs8X\",\"Yi9XOG0VW\",\"UnG8NoV48\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryVzxJZ_DT,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SC7QJW6HNT3W42YFCVAWB3GI66BMNCKY/Q4ANQB6YZL7K35IAB3IPAE75W7PRJSDF/3HCNXVAKPOHOEI7LK7TGC54FOZT77SNM.woff2\",weight:\"300\"}]},...Trigger2Fonts,...LinksResources2Fonts,...LinksProductFonts,...LinksResourcesFonts,...LinksCommunityFonts,...CTAButtonSmallFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryVzxJZ_DT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yi9XOG0VW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UnG8NoV48\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yVzxJZ_DT.map"],
  "mappings": "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",
  "names": ["t", "e", "i", "s", "Animate", "o", "n", "r", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "h", "a", "c", "d", "p", "u", "m", "g", "S", "w", "SmoothScroll", "props", "intensity", "lenis", "pe", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "RichTextWithFX", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "Link", "css", "FramercFoeD_cKu", "withCSS", "cFoeD_cKu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "backgroundHover", "height", "hoverMobile", "id", "link", "textButton", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Hj8bNZBVk", "FEjaFDUgv", "QGqEGB3m2", "dDf4Z59df", "N0iO1t5dF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerCwONnVar2", "withCSS", "CwONnVar2_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "h", "u", "C", "r", "e", "t", "w", "y", "a", "re", "MotionConfigContext", "o", "n", "se", "p", "b", "v", "k", "I", "Y", "useLocaleInfo", "f", "c", "g", "P", "B", "R", "D", "z", "U", "L", "useVariantState", "h", "O", "N", "pe", "M", "ae", "LayoutGroup", "motion", "cx", "RichText2", "x", "SVG", "withCSS", "pPmogNY6m_default", "addPropertyControls", "ControlType", "addFonts", "g", "u", "v", "r", "e", "t", "w", "b", "a", "re", "MotionConfigContext", "i", "o", "se", "p", "y", "j", "X", "L", "Y", "useLocaleInfo", "d", "c", "x", "k", "I", "C", "S", "W", "z", "M", "useVariantState", "g", "H", "N", "pe", "D", "ae", "LayoutGroup", "motion", "cx", "RichText2", "SVG", "withCSS", "dQcuWx460_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerIYPwirJcs", "withCSS", "IYPwirJcs_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerstITzOOzK", "withCSS", "stITzOOzK_default", "addPropertyControls", "ControlType", "addFonts", "Caret3Fonts", "getFonts", "stITzOOzK_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", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramernF6JHoJqr", "withCSS", "nF6JHoJqr_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "css", "FramerWy3n0QhPI", "withCSS", "Wy3n0QhPI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Trigger2Fonts", "getFonts", "nF6JHoJqr_default", "LinksResources2Fonts", "Wy3n0QhPI_default", "MotionDivWithFX", "withFX", "motion", "LinksProductFonts", "IYPwirJcs_default", "LinksResourcesFonts", "pPmogNY6m_default", "LinksCommunityFonts", "dQcuWx460_default", "CTAButtonSmallFonts", "CwONnVar2_default", "MotionNavWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzpbwnz", "args", "onTap1bqe3pa", "PWSlWeqS66m6fwq", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref2", "ref3", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "RichText2", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "css", "FrameryVzxJZ_DT", "withCSS", "yVzxJZ_DT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
