{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/5xHosVXfzjjgAtK6sb5m/K69KV3mc7dLApBqB3iOT/WnOSSmTNm.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.28", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js", "ssg:https://framerusercontent.com/modules/nwQZsvHfBEEd3oipR1vF/tZcnIzSV1k3XobmNZYAx/u_Z0gMLlo.js", "ssg:https://framerusercontent.com/modules/fpFlSlXIAcf69DAdFGTg/PkmQUaJ5crE2JOfymbOu/iMqRuEch5.js", "ssg:https://framerusercontent.com/modules/fYVwXl23ZLQkgz2IXKDF/tiLb39ebQhptC1Rnffsu/YnW5Aa5HE.js", "ssg:https://framerusercontent.com/modules/5REVzMTV7n2nl3ZkCr0L/TpQTHTV8OrYKVWijWzdv/ySEMxgkwU.js", "ssg:https://framerusercontent.com/modules/efwGIx8MOXfkZNEYbZcE/pvHdlFbnLuKBMaeQl1Bp/yCxFBoBoR.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);// Check Overlay overflow\nuseEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const checkOverflow=()=>{const htmlStyle=window.getComputedStyle(document.documentElement);const isOverflowHidden=htmlStyle.overflow===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}};// Set up MutationObserver for the html element\nconst htmlObserver=new MutationObserver(mutations=>{for(const mutation of mutations){if(mutation.type===\"attributes\"&&mutation.attributeName===\"style\"){checkOverflow();}}});// Observe the html element for style changes\nhtmlObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});// Initial check\ncheckOverflow();return()=>{htmlObserver.disconnect();};}},[]);// useEffect(() => {\n//     const overlayElement = document.getElementById(\"overlay\")\n//     if (overlayElement) {\n//         const handleMutation = (mutationsList, observer) => {\n//             for (const mutation of mutationsList) {\n//                 if (\n//                     mutation.type === \"childList\" &&\n//                     overlayElement.children.length > 0\n//                 ) {\n//                     // Check if the html tag has the style \"overflow: hidden;\"\n//                     const htmlElement = document.documentElement\n//                     console.log(htmlElement, \"htmlElement\")\n//                     const computedStyle =\n//                         window.getComputedStyle(htmlElement)\n//                     console.log(\"computedStyle\", computedStyle)\n//                     const isOverflowHidden =\n//                         computedStyle.overflow === \"hidden\"\n//                     console.log(\"isOverflowHidden\", isOverflowHidden)\n//                     if (isOverflowHidden) {\n//                         overlayElement.setAttribute(\n//                             \"data-lenis-prevent\",\n//                             \"true\"\n//                         )\n//                     }\n//                 }\n//             }\n//         }\n//         const observer = new MutationObserver(handleMutation)\n//         observer.observe(overlayElement, {\n//             childList: true,\n//             attributes: true,\n//             subtree: true,\n//         })\n//         return () => observer.disconnect()\n//     }\n// }, [])\nuseEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=[...document.querySelectorAll(\"a[href]\")].filter(anchor=>anchor.href.includes(\"#\")).map(anchor=>{const href=`#${anchor.href.split(\"#\").pop()}`;const decodedHref=decodeURIComponent(href);let scrollMargin=0;const targetElement=document.querySelector(decodedHref);if(targetElement){scrollMargin=parseInt(window.getComputedStyle(targetElement).scrollMarginTop);}return{href,scrollMargin,anchorElement:anchor};});const handleClick=(e,href,scrollMargin)=>{e.preventDefault();lenis.current.scrollTo(href,{offset:-scrollMargin});};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.addEventListener(\"click\",handlers[index]);});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.removeEventListener(\"click\",handlers[index]);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-78vnh .framer-styles-preset-n5ww6t:not(.rich-text-wrapper), .framer-78vnh .framer-styles-preset-n5ww6t.rich-text-wrapper a { --framer-link-current-text-color: var(--token-8774aee1-496c-414e-881d-ca9dc8595a84, rgba(71, 85, 104, 0.4)) /* {\"name\":\"PETROL 40%\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, #eb595e) /* {\"name\":\"CORAL\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-37a25c25-978b-4d66-9360-36329ac520b5, #475568); --framer-link-text-decoration: none; }'];export const className=\"framer-78vnh\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar Home_default = (React) => {\n  if (!Component) {\n    const HomeIcon = React.forwardRef(function HomeIcon2({\n      title,\n      titleId,\n      ...props\n    }, svgRef) {\n      return /* @__PURE__ */ React.createElement(\"svg\", Object.assign({\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 24 24\",\n        fill: \"currentColor\",\n        \"aria-hidden\": \"true\",\n        \"data-slot\": \"icon\",\n        ref: svgRef,\n        \"aria-labelledby\": titleId\n      }, props), title ? /* @__PURE__ */ React.createElement(\"title\", {\n        id: titleId\n      }, title) : null, /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z\"\n      }), /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z\"\n      }));\n    });\n    Component = HomeIcon;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  Home_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.28\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AdjustmentsVertical\",\"ArchiveBox\",\"ArchiveBoxArrowDown\",\"ArchiveBoxXMark\",\"ArrowDown\",\"ArrowDownCircle\",\"ArrowDownLeft\",\"ArrowDownOnSquare\",\"ArrowDownRight\",\"ArrowDownTray\",\"ArrowLeft\",\"ArrowLeftCircle\",\"ArrowLeftOnRectangle\",\"ArrowLongDown\",\"ArrowLongLeft\",\"ArrowLongRight\",\"ArrowLongUp\",\"ArrowPath\",\"ArrowRight\",\"ArrowRightCircle\",\"ArrowSmallDown\",\"ArrowSmallLeft\",\"ArrowSmallRight\",\"ArrowSmallUp\",\"ArrowTrendingDown\",\"ArrowTrendingUp\",\"ArrowUp\",\"ArrowUpCircle\",\"ArrowUpLeft\",\"ArrowUpOnSquare\",\"ArrowUpOnSquareStack\",\"ArrowUpRight\",\"ArrowUpTray\",\"ArrowUturnDown\",\"ArrowUturnLeft\",\"ArrowUturnRight\",\"ArrowUturnUp\",\"ArrowsPointingIn\",\"ArrowsPointingOut\",\"ArrowsRightLeft\",\"ArrowsUpDown\",\"AtSymbol\",\"Backspace\",\"Backward\",\"Banknotes\",\"Bars2\",\"Bars3\",\"Bars3BottomLeft\",\"Bars3BottomRight\",\"Bars3CenterLeft\",\"Bars4\",\"BarsArrowDown\",\"BarsArrowUp\",\"Battery0\",\"Battery100\",\"Battery50\",\"Beaker\",\"Bell\",\"BellAlert\",\"BellSlash\",\"BellSnooze\",\"Bolt\",\"BoltSlash\",\"BookOpen\",\"Bookmark\",\"BookmarkSlash\",\"BookmarkSquare\",\"Briefcase\",\"BugAnt\",\"BuildingLibrary\",\"BuildingOffice\",\"BuildingOffice2\",\"BuildingStorefront\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarDays\",\"Camera\",\"ChartBar\",\"ChartBarSquare\",\"ChartPie\",\"ChatBubbleLeft\",\"ChatBubbleLeftRight\",\"ChatBubbleOvalLeft\",\"Check\",\"CheckBadge\",\"CheckCircle\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronLeft\",\"ChevronRight\",\"ChevronUp\",\"ChevronUpDown\",\"CircleStack\",\"Clipboard\",\"ClipboardDocument\",\"Clock\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CodeBracket\",\"CodeBracketSquare\",\"Cog\",\"Cog6Tooth\",\"Cog8Tooth\",\"CommandLine\",\"ComputerDesktop\",\"CpuChip\",\"CreditCard\",\"Cube\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyPound\",\"CurrencyRupee\",\"CurrencyYen\",\"CursorArrowRays\",\"CursorArrowRipple\",\"DevicePhoneMobile\",\"DeviceTablet\",\"Document\",\"DocumentArrowDown\",\"DocumentArrowUp\",\"DocumentChartBar\",\"DocumentCheck\",\"DocumentDuplicate\",\"DocumentMinus\",\"DocumentPlus\",\"DocumentText\",\"EllipsisHorizontal\",\"EllipsisVertical\",\"Envelope\",\"EnvelopeOpen\",\"ExclamationCircle\",\"ExclamationTriangle\",\"Eye\",\"EyeDropper\",\"EyeSlash\",\"FaceFrown\",\"FaceSmile\",\"Film\",\"FingerPrint\",\"Fire\",\"Flag\",\"Folder\",\"FolderArrowDown\",\"FolderMinus\",\"FolderOpen\",\"FolderPlus\",\"Forward\",\"Funnel\",\"Gif\",\"Gift\",\"GiftTop\",\"GlobeAlt\",\"GlobeAmericas\",\"GlobeAsiaAustralia\",\"GlobeEuropeAfrica\",\"HandRaised\",\"HandThumbDown\",\"HandThumbUp\",\"Hashtag\",\"Heart\",\"Home\",\"HomeModern\",\"Identification\",\"Inbox\",\"InboxArrowDown\",\"InboxStack\",\"InformationCircle\",\"Key\",\"Language\",\"Lifebuoy\",\"LightBulb\",\"Link\",\"ListBullet\",\"LockClosed\",\"LockOpen\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Map\",\"MapPin\",\"Megaphone\",\"Microphone\",\"Minus\",\"MinusCircle\",\"MinusSmall\",\"Moon\",\"MusicalNote\",\"Newspaper\",\"NoSymbol\",\"PaintBrush\",\"PaperAirplane\",\"PaperClip\",\"Pause\",\"PauseCircle\",\"Pencil\",\"PencilSquare\",\"Phone\",\"PhoneArrowDownLeft\",\"PhoneArrowUpRight\",\"PhoneXMark\",\"Photo\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Plus\",\"PlusCircle\",\"PlusSmall\",\"Power\",\"PresentationChartBar\",\"Printer\",\"PuzzlePiece\",\"QrCode\",\"QuestionMarkCircle\",\"QueueList\",\"Radio\",\"ReceiptPercent\",\"ReceiptRefund\",\"RectangleGroup\",\"RectangleStack\",\"RocketLaunch\",\"Rss\",\"Scale\",\"Scissors\",\"Server\",\"ServerStack\",\"Share\",\"ShieldCheck\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingCart\",\"Signal\",\"SignalSlash\",\"Sparkles\",\"SpeakerWave\",\"SpeakerXMark\",\"Square2Stack\",\"Square3Stack3D\",\"Squares2X2\",\"SquaresPlus\",\"Star\",\"Stop\",\"StopCircle\",\"Sun\",\"Swatch\",\"TableCells\",\"Tag\",\"Ticket\",\"Trash\",\"Trophy\",\"Truck\",\"Tv\",\"User\",\"UserCircle\",\"UserGroup\",\"UserMinus\",\"UserPlus\",\"Users\",\"Variable\",\"VideoCamera\",\"VideoCameraSlash\",\"ViewColumns\",\"ViewfinderCircle\",\"Wallet\",\"Wifi\",\"Window\",\"Wrench\",\"WrenchScrewdriver\",\"XCircle\",\"XMark\",\"index\"];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.28`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";const HeroFonts=getFonts(Hero);const enabledGestures={czGa3Asi9:{hover:true},IClMAATwR:{hover:true},S6LFAsJHe:{hover:true},sFb1BBLcH:{hover:true},t4xYK1xtC:{hover:true},wTLQwAXzn:{hover:true}};const cycleOrder=[\"t4xYK1xtC\",\"czGa3Asi9\",\"sFb1BBLcH\",\"wTLQwAXzn\",\"IClMAATwR\",\"S6LFAsJHe\"];const serializationHash=\"framer-tYnND\";const variantClassNames={czGa3Asi9:\"framer-v-11derj\",IClMAATwR:\"framer-v-15c3nno\",S6LFAsJHe:\"framer-v-134hmx6\",sFb1BBLcH:\"framer-v-cb0fw\",t4xYK1xtC:\"framer-v-v4xx9b\",wTLQwAXzn:\"framer-v-n3o28j\"};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(React.Fragment);const humanReadableVariantMap={\"Button Large - Dark + Icon\":\"S6LFAsJHe\",\"Button Large - Dark\":\"czGa3Asi9\",\"Button Large - Light + Icon\":\"IClMAATwR\",\"Button Large - Light\":\"wTLQwAXzn\",\"Button Small - Dark\":\"t4xYK1xtC\",\"Button Small - Light\":\"sFb1BBLcH\"};const getProps=({buttonText,click,height,id,link,newTab,smoothScroll,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,AmOfk9Q8p:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.AmOfk9Q8p,eRukjFedB:(_ref=buttonText!==null&&buttonText!==void 0?buttonText:props.eRukjFedB)!==null&&_ref!==void 0?_ref:\"KONTAKT\",q42d0aGut:click!==null&&click!==void 0?click:props.q42d0aGut,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"t4xYK1xtC\",vh30c5UNn:link!==null&&link!==void 0?link:props.vh30c5UNn,YYVP_ElDo:newTab!==null&&newTab!==void 0?newTab:props.YYVP_ElDo};};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,eRukjFedB,vh30c5UNn,YYVP_ElDo,AmOfk9Q8p,q42d0aGut,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t4xYK1xtC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnc6o17=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(q42d0aGut){const res=await q42d0aGut(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"IClMAATwR-hover\",\"S6LFAsJHe-hover\"].includes(gestureVariant))return true;if([\"IClMAATwR\",\"S6LFAsJHe\"].includes(baseVariant))return true;return false;};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:vh30c5UNn,openInNewTab:YYVP_ElDo,smoothScroll:AmOfk9Q8p,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-v4xx9b\",className,classNames)} framer-1mc25ip`,\"data-framer-name\":\"Button Small - Dark\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"t4xYK1xtC\",onTap:onTapnc6o17,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 1px 10px 0px rgba(71, 85, 104, 0.5)\",...style},variants:{\"czGa3Asi9-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},\"IClMAATwR-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},\"S6LFAsJHe-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},\"sFb1BBLcH-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},\"t4xYK1xtC-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},\"wTLQwAXzn-hover\":{backgroundColor:\"var(--token-8e667681-d87c-4d46-b2b8-d5c5ae895592, rgb(235, 89, 94))\"},IClMAATwR:{backgroundColor:\"var(--token-9d548519-4ead-48fe-b789-61d24b06b80a, rgb(246, 246, 247))\"},sFb1BBLcH:{backgroundColor:\"var(--token-9d548519-4ead-48fe-b789-61d24b06b80a, rgb(246, 246, 247))\"},wTLQwAXzn:{backgroundColor:\"var(--token-9d548519-4ead-48fe-b789-61d24b06b80a, rgb(246, 246, 247))\"}},...addPropertyOverrides({\"czGa3Asi9-hover\":{\"data-framer-name\":undefined},\"IClMAATwR-hover\":{\"data-framer-name\":undefined},\"S6LFAsJHe-hover\":{\"data-framer-name\":undefined},\"sFb1BBLcH-hover\":{\"data-framer-name\":undefined},\"t4xYK1xtC-hover\":{\"data-framer-name\":undefined},\"wTLQwAXzn-hover\":{\"data-framer-name\":undefined},czGa3Asi9:{\"data-framer-name\":\"Button Large - Dark\"},IClMAATwR:{\"data-framer-name\":\"Button Large - Light + Icon\"},S6LFAsJHe:{\"data-framer-name\":\"Button Large - Dark + Icon\"},sFb1BBLcH:{\"data-framer-name\":\"Button Small - Light\"},wTLQwAXzn:{\"data-framer-name\":\"Button Large - Light\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vyvt2m\",layoutDependency:layoutDependency,layoutId:\"qCpkcQbwb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})}),className:\"framer-s4zsmg\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gibson Bold\"],layoutDependency:layoutDependency,layoutId:\"I49:583;15:49360\",style:{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:eRukjFedB,variants:{\"IClMAATwR-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},\"sFb1BBLcH-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},\"wTLQwAXzn-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},IClMAATwR:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"},sFb1BBLcH:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"},wTLQwAXzn:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"IClMAATwR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},\"sFb1BBLcH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},\"wTLQwAXzn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},czGa3Asi9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},IClMAATwR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},sFb1BBLcH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},wTLQwAXzn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})}),className:\"framer-nnmkc2\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gibson Bold\"],layoutDependency:layoutDependency,layoutId:\"gULqhMFCD\",style:{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"16px\"},text:eRukjFedB,variants:{\"IClMAATwR-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},\"sFb1BBLcH-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},\"wTLQwAXzn-hover\":{\"--extracted-r6o4lv\":\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},IClMAATwR:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"},sFb1BBLcH:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"},wTLQwAXzn:{\"--extracted-r6o4lv\":\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"IClMAATwR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},\"sFb1BBLcH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},\"wTLQwAXzn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},IClMAATwR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},sFb1BBLcH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})},wTLQwAXzn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpYnNvbiBCb2xk\",\"--framer-font-family\":'\"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104)))\",\"--framer-text-transform\":\"uppercase\"},children:\"KONTAKT\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nkcpmq-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"nBJBdM4vM-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-37a25c25-978b-4d66-9360-36329ac520b5, rgb(71, 85, 104))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Play\",id:\"nBJBdM4vM\",layoutId:\"nBJBdM4vM\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"IClMAATwR-hover\":{color:\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"},S6LFAsJHe:{color:\"var(--token-de52b6cb-ee73-41d0-bbb0-20bb4e82fe71, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tYnND.framer-1mc25ip, .framer-tYnND .framer-1mc25ip { display: block; }\",\".framer-tYnND.framer-v4xx9b { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-tYnND .framer-vyvt2m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 24px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-tYnND .framer-s4zsmg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tYnND .framer-nnmkc2 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-tYnND .framer-nkcpmq-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tYnND.framer-v4xx9b, .framer-tYnND .framer-vyvt2m { gap: 0px; } .framer-tYnND.framer-v4xx9b > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-tYnND.framer-v4xx9b > :first-child { margin-left: 0px; } .framer-tYnND.framer-v4xx9b > :last-child { margin-right: 0px; } .framer-tYnND .framer-vyvt2m > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-tYnND .framer-vyvt2m > :first-child { margin-top: 0px; } .framer-tYnND .framer-vyvt2m > :last-child { margin-bottom: 0px; } }\",\".framer-tYnND.framer-v-11derj.framer-v4xx9b, .framer-tYnND.framer-v-n3o28j.framer-v4xx9b { padding: 16px 32px 16px 32px; }\",\".framer-tYnND.framer-v-11derj .framer-vyvt2m { gap: 0px; height: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tYnND.framer-v-11derj .framer-vyvt2m { gap: 0px; } .framer-tYnND.framer-v-11derj .framer-vyvt2m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tYnND.framer-v-11derj .framer-vyvt2m > :first-child { margin-top: 0px; } .framer-tYnND.framer-v-11derj .framer-vyvt2m > :last-child { margin-bottom: 0px; } }\",\".framer-tYnND.framer-v-15c3nno.framer-v4xx9b, .framer-tYnND.framer-v-134hmx6.framer-v4xx9b { padding: 16px 20px 16px 32px; }\",\".framer-tYnND.framer-v-v4xx9b.hover .framer-vyvt2m, .framer-tYnND.framer-v-11derj.hover .framer-vyvt2m, .framer-tYnND.framer-v-cb0fw.hover .framer-vyvt2m, .framer-tYnND.framer-v-n3o28j.hover .framer-vyvt2m, .framer-tYnND.framer-v-15c3nno.hover .framer-vyvt2m, .framer-tYnND.framer-v-134hmx6.hover .framer-vyvt2m { justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 105.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"czGa3Asi9\":{\"layout\":[\"auto\",\"auto\"]},\"sFb1BBLcH\":{\"layout\":[\"auto\",\"auto\"]},\"wTLQwAXzn\":{\"layout\":[\"auto\",\"auto\"]},\"IClMAATwR\":{\"layout\":[\"auto\",\"auto\"]},\"S6LFAsJHe\":{\"layout\":[\"auto\",\"auto\"]},\"ES92gHzG8\":{\"layout\":[\"auto\",\"auto\"]},\"s3P6Xa06n\":{\"layout\":[\"auto\",\"auto\"]},\"kAzyCAZUb\":{\"layout\":[\"auto\",\"auto\"]},\"XBvtPXt1V\":{\"layout\":[\"auto\",\"auto\"]},\"YjPtS16ix\":{\"layout\":[\"auto\",\"auto\"]},\"NbZpCb46h\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eRukjFedB\":\"buttonText\",\"vh30c5UNn\":\"link\",\"YYVP_ElDo\":\"newTab\",\"AmOfk9Q8p\":\"smoothScroll\",\"q42d0aGut\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru_Z0gMLlo=withCSS(Component,css,\"framer-tYnND\");export default Frameru_Z0gMLlo;Frameru_Z0gMLlo.displayName=\"Button\";Frameru_Z0gMLlo.defaultProps={height:44,width:105.5};addPropertyControls(Frameru_Z0gMLlo,{variant:{options:[\"t4xYK1xtC\",\"czGa3Asi9\",\"sFb1BBLcH\",\"wTLQwAXzn\",\"IClMAATwR\",\"S6LFAsJHe\"],optionTitles:[\"Button Small - Dark\",\"Button Large - Dark\",\"Button Small - Light\",\"Button Large - Light\",\"Button Large - Light + Icon\",\"Button Large - Dark + Icon\"],title:\"Variant\",type:ControlType.Enum},eRukjFedB:{defaultValue:\"KONTAKT\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},vh30c5UNn:{title:\"Link\",type:ControlType.Link},YYVP_ElDo:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},AmOfk9Q8p:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},q42d0aGut:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Frameru_Z0gMLlo,[{explicitInter:true,fonts:[{family:\"Gibson Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/fQRabrg0yqorJjOGQOhbAvN5P8.woff2\"}]},...HeroFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru_Z0gMLlo\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"eRukjFedB\\\":\\\"buttonText\\\",\\\"vh30c5UNn\\\":\\\"link\\\",\\\"YYVP_ElDo\\\":\\\"newTab\\\",\\\"AmOfk9Q8p\\\":\\\"smoothScroll\\\",\\\"q42d0aGut\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"czGa3Asi9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sFb1BBLcH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wTLQwAXzn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IClMAATwR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"S6LFAsJHe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ES92gHzG8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s3P6Xa06n\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kAzyCAZUb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XBvtPXt1V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YjPtS16ix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NbZpCb46h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"105.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u_Z0gMLlo.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gibson Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gibson Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/CQmVZsYNHkwstlnhP9OTbr4I6Pc.woff2\"}]}];export const css=['.framer-HMSAX .framer-styles-preset-14bbw5z:not(.rich-text-wrapper), .framer-HMSAX .framer-styles-preset-14bbw5z.rich-text-wrapper p { --framer-font-family: \"Gibson Regular\", \"Gibson Regular Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-37a25c25-978b-4d66-9360-36329ac520b5, #475568); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-HMSAX\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gibson Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gibson Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/fQRabrg0yqorJjOGQOhbAvN5P8.woff2\"}]}];export const css=['.framer-Idp61 .framer-styles-preset-gx8z44:not(.rich-text-wrapper), .framer-Idp61 .framer-styles-preset-gx8z44.rich-text-wrapper p { --framer-font-family: \"Gibson Bold\", \"Gibson Bold Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-37a25c25-978b-4d66-9360-36329ac520b5, #475568); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-Idp61\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={CkmNEuRfJ:{hover:true},GtDLAQwWu:{hover:true},oL1RNsSbi:{hover:true},PQ7mG2DDX:{hover:true},qD36cBMst:{hover:true}};const cycleOrder=[\"oL1RNsSbi\",\"PQ7mG2DDX\",\"GtDLAQwWu\",\"CkmNEuRfJ\",\"qD36cBMst\",\"fNFsDTUqi\",\"q8s1cCBEK\",\"xqyTJhiv9\",\"bydfLMPzi\",\"yWb6bat0b\"];const serializationHash=\"framer-UVf7I\";const variantClassNames={bydfLMPzi:\"framer-v-119h63p\",CkmNEuRfJ:\"framer-v-8u3s7f\",fNFsDTUqi:\"framer-v-9j2fac\",GtDLAQwWu:\"framer-v-1nxicqm\",oL1RNsSbi:\"framer-v-j1jwua\",PQ7mG2DDX:\"framer-v-1mca4qi\",q8s1cCBEK:\"framer-v-1qhx65o\",qD36cBMst:\"framer-v-a4gjfi\",xqyTJhiv9:\"framer-v-99szrc\",yWb6bat0b:\"framer-v-nftfxl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"FB Mobile\":\"fNFsDTUqi\",\"Insta Mobile\":\"q8s1cCBEK\",\"LI Mobile\":\"bydfLMPzi\",\"XI Mobile\":\"yWb6bat0b\",\"YT Mobile\":\"xqyTJhiv9\",Facebook:\"oL1RNsSbi\",Instagram:\"PQ7mG2DDX\",LinkedIn:\"CkmNEuRfJ\",Xing:\"qD36cBMst\",YouTube:\"GtDLAQwWu\"};const getProps=({height,id,link,newTab1,width,...props})=>{return{...props,djtALG1RB:link??props.djtALG1RB,variant:humanReadableVariantMap[props.variant]??props.variant??\"oL1RNsSbi\",vKr6pDue9:newTab1??props.vKr6pDue9};};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,vKr6pDue9,djtALG1RB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oL1RNsSbi\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"oL1RNsSbi-hover\")return true;return false;};const isDisplayed1=()=>{if([\"oL1RNsSbi-hover\",\"PQ7mG2DDX-hover\",\"GtDLAQwWu-hover\",\"CkmNEuRfJ-hover\",\"qD36cBMst-hover\"].includes(gestureVariant))return false;if([\"PQ7mG2DDX\",\"GtDLAQwWu\",\"CkmNEuRfJ\",\"qD36cBMst\",\"q8s1cCBEK\",\"xqyTJhiv9\",\"bydfLMPzi\",\"yWb6bat0b\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(gestureVariant===\"GtDLAQwWu-hover\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"GtDLAQwWu-hover\")return false;if([\"GtDLAQwWu\",\"xqyTJhiv9\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"PQ7mG2DDX-hover\")return false;if([\"PQ7mG2DDX\",\"q8s1cCBEK\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"PQ7mG2DDX-hover\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"CkmNEuRfJ-hover\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"CkmNEuRfJ-hover\")return false;if([\"CkmNEuRfJ\",\"bydfLMPzi\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"qD36cBMst-hover\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"qD36cBMst-hover\")return false;if([\"qD36cBMst\",\"yWb6bat0b\"].includes(baseVariant))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__*/_jsx(Link,{href:djtALG1RB,motionChild:true,nodeId:\"oL1RNsSbi\",openInNewTab:vKr6pDue9,...addPropertyOverrides({bydfLMPzi:{href:undefined},q8s1cCBEK:{href:undefined},xqyTJhiv9:{href:undefined},yWb6bat0b:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"External Facebook Link\",className:`${cx(scopingClassNames,\"framer-j1jwua\",className,classNames)} framer-1p1k8sa`,\"data-framer-name\":\"Facebook\",layoutDependency:layoutDependency,layoutId:\"oL1RNsSbi\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"CkmNEuRfJ-hover\":{\"data-framer-name\":undefined},\"GtDLAQwWu-hover\":{\"data-framer-name\":undefined},\"oL1RNsSbi-hover\":{\"data-framer-name\":undefined},\"PQ7mG2DDX-hover\":{\"data-framer-name\":undefined},\"qD36cBMst-hover\":{\"data-framer-name\":undefined},bydfLMPzi:{\"aria-label\":\"External LinkedIn Link\",\"data-framer-name\":\"LI Mobile\"},CkmNEuRfJ:{\"aria-label\":\"External LinkedIn Link\",\"data-framer-name\":\"LinkedIn\"},fNFsDTUqi:{\"data-framer-name\":\"FB Mobile\"},GtDLAQwWu:{\"aria-label\":\"External YouTube Link\",\"data-framer-name\":\"YouTube\"},PQ7mG2DDX:{\"aria-label\":\"External Instagram Link\",\"data-framer-name\":\"Instagram\"},q8s1cCBEK:{\"aria-label\":\"External Instagram Link\",\"data-framer-name\":\"Insta Mobile\"},qD36cBMst:{\"aria-label\":\"External Xing Link\",\"data-framer-name\":\"Xing\"},xqyTJhiv9:{\"aria-label\":\"External YouTube Link\",\"data-framer-name\":\"YT Mobile\"},yWb6bat0b:{\"aria-label\":\"External Xing Link\",\"data-framer-name\":\"XI Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1r5bla7\",\"data-framer-name\":\"facebook coral\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"W4ZaQZjcS\",svg:'<svg width=\"34\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.586 33.127c1 0 1.812-.812 1.812-1.812V2.15c0-1-.812-1.813-1.812-1.813H2.414c-1 0-1.812.813-1.812 1.813v29.172c0 1 .812 1.812 1.812 1.812h29.172v-.008Z\" fill=\"#EB595E\"/><path d=\"M23.227 33.127V20.432h4.265l.64-4.945h-4.898V12.33c0-1.43.399-2.407 2.453-2.407h2.618v-4.43c-.453-.062-2.008-.195-3.82-.195-3.782 0-6.368 2.305-6.368 6.54v3.648h-4.273v4.945h4.273v12.695h5.11Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-gdflif\",\"data-framer-name\":\"facebook petrol\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"yXXaOVBhU\",svg:'<svg width=\"34\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.586 33.127c1 0 1.812-.812 1.812-1.812V2.15c0-1-.812-1.813-1.812-1.813H2.414c-1 0-1.812.813-1.812 1.813v29.172c0 1 .812 1.812 1.812 1.812h29.172v-.008Z\" fill=\"#475568\"/><path d=\"M23.227 33.127V20.432h4.265l.64-4.945h-4.898V12.33c0-1.43.399-2.407 2.453-2.407h2.618v-4.43c-.453-.062-2.008-.195-3.82-.195-3.782 0-6.368 2.305-6.368 6.54v3.648h-4.273v4.945h4.273v12.695h5.11Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1a9260c\",\"data-framer-name\":\"youtube coral\",fill:\"black\",intrinsicHeight:27,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"pEWnDVNqj\",svg:'<svg width=\"38\" height=\"27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36.562 4.534a4.64 4.64 0 0 0-3.25-3.271C30.458.492 19 .492 19 .492s-11.459 0-14.334.77c-1.583.417-2.812 1.667-3.25 3.272-.75 2.875-.75 8.875-.75 8.875s0 6 .771 8.875a4.64 4.64 0 0 0 3.25 3.27c2.854.771 14.313.771 14.313.771s11.458 0 14.333-.77c1.584-.417 2.813-1.667 3.25-3.271.75-2.875.75-8.875.75-8.875s0-6-.77-8.875Z\" fill=\"#EB595E\"/><path d=\"m15.25 18.867 9.583-5.459L15.25 7.95v10.917Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1t20uit\",\"data-framer-name\":\"youtube petrol\",fill:\"black\",intrinsicHeight:27,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"P5heZuIhx\",svg:'<svg width=\"38\" height=\"27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36.562 4.534a4.64 4.64 0 0 0-3.25-3.271C30.458.492 19 .492 19 .492s-11.459 0-14.334.77c-1.583.417-2.812 1.667-3.25 3.272-.75 2.875-.75 8.875-.75 8.875s0 6 .771 8.875a4.64 4.64 0 0 0 3.25 3.27c2.854.771 14.313.771 14.313.771s11.458 0 14.333-.77c1.584-.417 2.813-1.667 3.25-3.271.75-2.875.75-8.875.75-8.875s0-6-.77-8.875Z\" fill=\"#475568\"/><path d=\"m15.25 18.867 9.583-5.459L15.25 7.95v10.917Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-runip0\",\"data-framer-name\":\"Instagram petrol\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"oeV5PXGQg\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 3.696c4.47 0 4.994.02 6.76.1 1.634.072 2.517.345 3.108.577.784.306 1.342.664 1.926 1.249a5.11 5.11 0 0 1 1.248 1.925c.226.591.505 1.475.578 3.108.08 1.767.1 2.291.1 6.76 0 4.47-.02 4.994-.1 6.76-.073 1.634-.345 2.517-.578 3.108-.305.784-.664 1.342-1.248 1.926a5.11 5.11 0 0 1-1.926 1.248c-.59.226-1.474.505-3.108.578-1.766.08-2.29.1-6.76.1-4.469 0-4.994-.02-6.76-.1-1.634-.073-2.517-.345-3.108-.578-.783-.305-1.341-.664-1.926-1.248a5.11 5.11 0 0 1-1.248-1.926c-.226-.59-.505-1.474-.578-3.108-.08-1.766-.1-2.29-.1-6.76 0-4.469.02-4.993.1-6.76.073-1.633.346-2.517.578-3.108.305-.783.664-1.341 1.248-1.925a5.11 5.11 0 0 1 1.926-1.249c.591-.226 1.474-.505 3.108-.578 1.766-.086 2.291-.1 6.76-.1ZM17 .68c-4.542 0-5.113.02-6.9.1-1.78.08-2.994.365-4.057.776A8.154 8.154 0 0 0 3.081 3.49c-.93.93-1.5 1.866-1.932 2.962C.737 7.514.452 8.729.372 10.516c-.08 1.78-.1 2.35-.1 6.893 0 4.542.02 5.113.1 6.9.08 1.779.365 2.994.777 4.063a8.153 8.153 0 0 0 1.932 2.962c.93.93 1.866 1.5 2.962 1.933 1.063.411 2.278.697 4.064.776 1.787.08 2.351.1 6.9.1s5.113-.02 6.9-.1c1.78-.08 2.994-.365 4.064-.776a8.153 8.153 0 0 0 2.961-1.933 8.301 8.301 0 0 0 1.933-2.962c.411-1.062.697-2.277.777-4.064.08-1.786.1-2.35.1-6.9 0-4.548-.02-5.113-.1-6.899-.08-1.78-.366-2.995-.777-4.064a8.154 8.154 0 0 0-1.933-2.962 8.298 8.298 0 0 0-2.961-1.932c-1.063-.412-2.278-.697-4.065-.777C22.113.7 21.542.68 17 .68Z\" fill=\"#475568\"/><path d=\"M17 8.816a8.594 8.594 0 0 0-8.593 8.593A8.594 8.594 0 0 0 17 26.002c4.742 0 8.593-3.852 8.593-8.593 0-4.742-3.851-8.593-8.593-8.593Zm0 14.17a5.577 5.577 0 0 1-5.578-5.577A5.577 5.577 0 0 1 17 11.83a5.577 5.577 0 0 1 5.578 5.578A5.577 5.577 0 0 1 17 22.987Zm8.932-12.504a2.006 2.006 0 1 0 0-4.01 2.006 2.006 0 0 0 0 4.01Z\" fill=\"#475568\"/></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xvi08j\",\"data-framer-name\":\"Instagram coral\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"pOSBsfM1q\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 3.696c4.47 0 4.994.02 6.76.1 1.634.072 2.517.345 3.108.577.784.306 1.342.664 1.926 1.249a5.11 5.11 0 0 1 1.248 1.925c.226.591.505 1.475.578 3.108.08 1.767.1 2.291.1 6.76 0 4.47-.02 4.994-.1 6.76-.073 1.634-.345 2.517-.578 3.108-.305.784-.664 1.342-1.248 1.926a5.11 5.11 0 0 1-1.926 1.248c-.59.226-1.474.505-3.108.578-1.766.08-2.29.1-6.76.1-4.469 0-4.994-.02-6.76-.1-1.634-.073-2.517-.345-3.108-.578-.783-.305-1.341-.664-1.926-1.248a5.11 5.11 0 0 1-1.248-1.926c-.226-.59-.505-1.474-.578-3.108-.08-1.766-.1-2.29-.1-6.76 0-4.469.02-4.993.1-6.76.073-1.633.346-2.517.578-3.108.305-.783.664-1.341 1.248-1.925a5.11 5.11 0 0 1 1.926-1.249c.591-.226 1.474-.505 3.108-.578 1.766-.086 2.291-.1 6.76-.1ZM17 .68c-4.542 0-5.113.02-6.9.1-1.78.08-2.994.365-4.057.776A8.154 8.154 0 0 0 3.081 3.49c-.93.93-1.5 1.866-1.932 2.962C.737 7.514.452 8.729.372 10.516c-.08 1.78-.1 2.35-.1 6.893 0 4.542.02 5.113.1 6.9.08 1.779.365 2.994.777 4.063a8.153 8.153 0 0 0 1.932 2.962c.93.93 1.866 1.5 2.962 1.933 1.063.411 2.278.697 4.064.776 1.787.08 2.351.1 6.9.1s5.113-.02 6.9-.1c1.78-.08 2.994-.365 4.064-.776a8.153 8.153 0 0 0 2.961-1.933 8.301 8.301 0 0 0 1.933-2.962c.411-1.062.697-2.277.777-4.064.08-1.786.1-2.35.1-6.9 0-4.548-.02-5.113-.1-6.899-.08-1.78-.366-2.995-.777-4.064a8.154 8.154 0 0 0-1.933-2.962 8.298 8.298 0 0 0-2.961-1.932c-1.063-.412-2.278-.697-4.065-.777C22.113.7 21.542.68 17 .68Z\" fill=\"#EB595E\"/><path d=\"M17 8.816a8.594 8.594 0 0 0-8.593 8.593A8.594 8.594 0 0 0 17 26.002c4.742 0 8.593-3.852 8.593-8.593 0-4.742-3.851-8.593-8.593-8.593Zm0 14.17a5.577 5.577 0 0 1-5.578-5.577A5.577 5.577 0 0 1 17 11.83a5.577 5.577 0 0 1 5.578 5.578A5.577 5.577 0 0 1 17 22.987Zm8.932-12.504a2.006 2.006 0 1 0 0-4.01 2.006 2.006 0 0 0 0 4.01Z\" fill=\"#EB595E\"/></svg>',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pycrk8\",\"data-framer-name\":\"linkedin_coral\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"Z9R_dWtYQ\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.083 34.326V.499H33.91v33.827H.083Zm13.212-20.918V29.34h5.147c0-2.236-.07-4.38.028-6.518.056-1.301.225-2.637.611-3.875.38-1.216 1.533-1.638 2.729-1.49 1.18.148 1.736.977 1.764 2.166.07 2.735.148 5.47.225 8.205.015.513.057 1.027.078 1.512h5.076c0-4.043.225-8.009-.07-11.94-.24-3.213-2.257-4.584-5.491-4.696-2.06-.078-3.614.858-5.112 2.18-.12-.598-.211-1.048-.295-1.477h-4.69ZM10.067 29.34V13.408H5.103v16.024c1.498 0 2.87.007 4.233-.007.232.007.464-.05.731-.084Zm.725-21.066c-.007-1.87-1.379-3.206-3.263-3.185-1.814.014-3.129 1.329-3.15 3.143-.021 1.898 1.3 3.255 3.178 3.262 1.885.007 3.242-1.343 3.235-3.22Z\" fill=\"#EB595E\"/><path d=\"M13.295 13.408h4.69c.084.429.175.879.295 1.476 1.49-1.322 3.052-2.25 5.112-2.18 3.234.12 5.252 1.484 5.491 4.697.296 3.931.07 7.897.07 11.94h-5.076c-.028-.486-.063-.999-.077-1.512-.078-2.735-.155-5.47-.225-8.206-.028-1.188-.584-2.025-1.765-2.165-1.195-.148-2.349.274-2.728 1.49-.387 1.238-.556 2.574-.612 3.875-.098 2.137-.028 4.282-.028 6.518h-5.147V13.408ZM10.068 29.34c-.268.036-.5.085-.732.085-1.364.007-2.735.007-4.232.007V13.408h4.964v15.933Zm.724-21.065c.007 1.885-1.35 3.227-3.235 3.22-1.877-.006-3.199-1.364-3.178-3.262.021-1.814 1.33-3.129 3.143-3.15 1.892-.021 3.263 1.322 3.27 3.192Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1idhgzw\",\"data-framer-name\":\"linkedin petrol\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"RWBr766DC\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.083 34.326V.499H33.91v33.827H.083Zm13.212-20.918V29.34h5.147c0-2.236-.07-4.38.028-6.518.056-1.301.225-2.637.611-3.875.38-1.216 1.533-1.638 2.729-1.49 1.18.148 1.736.977 1.764 2.166.07 2.735.148 5.47.225 8.205.015.513.057 1.027.078 1.512h5.076c0-4.043.225-8.009-.07-11.94-.24-3.213-2.257-4.584-5.491-4.696-2.06-.078-3.614.858-5.112 2.18-.12-.598-.211-1.048-.295-1.477h-4.69ZM10.067 29.34V13.408H5.103v16.024c1.498 0 2.87.007 4.233-.007.232.007.464-.05.731-.084Zm.725-21.066c-.007-1.87-1.379-3.206-3.263-3.185-1.814.014-3.129 1.329-3.15 3.143-.021 1.898 1.3 3.255 3.178 3.262 1.885.007 3.242-1.343 3.235-3.22Z\" fill=\"#475568\"/><path d=\"M13.295 13.408h4.69c.084.429.175.879.295 1.476 1.49-1.322 3.052-2.25 5.112-2.18 3.234.12 5.252 1.484 5.491 4.697.296 3.931.07 7.897.07 11.94h-5.076c-.028-.486-.063-.999-.077-1.512-.078-2.735-.155-5.47-.225-8.206-.028-1.188-.584-2.025-1.765-2.165-1.195-.148-2.349.274-2.728 1.49-.387 1.238-.556 2.574-.612 3.875-.098 2.137-.028 4.282-.028 6.518h-5.147V13.408ZM10.068 29.34c-.268.036-.5.085-.732.085-1.364.007-2.735.007-4.232.007V13.408h4.964v15.933Zm.724-21.065c.007 1.885-1.35 3.227-3.235 3.22-1.877-.006-3.199-1.364-3.178-3.262.021-1.814 1.33-3.129 3.143-3.15 1.892-.021 3.263 1.322 3.27 3.192Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-19vsk87\",\"data-framer-name\":\"xing_coral\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"SSzB3ci2g\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.125 34.354V.604h33.75v33.75H.125Zm24.63-5.71c-.12-.224-.182-.372-.26-.513-1.49-2.615-2.974-5.23-4.479-7.84-.168-.295-.175-.513-.007-.808 2.124-3.692 4.226-7.383 6.335-11.081.38-.668.76-1.343 1.175-2.089-1.526 0-2.953.029-4.38-.014-.605-.02-.929.155-1.238.703-2.356 4.191-4.753 8.354-7.123 12.53-.091.169-.133.464-.05.619a861.92 861.92 0 0 0 4.69 8.233.574.574 0 0 0 .423.254c1.61.014 3.206.007 4.915.007Zm-18.28-6.763c1.638 0 3.163.007 4.69-.015.133 0 .316-.161.4-.295a431.03 431.03 0 0 0 3.487-5.758c.092-.155.092-.457.007-.62-.822-1.497-1.687-2.98-2.517-4.471-.14-.253-.31-.345-.59-.338-.718.014-1.428.008-2.145.008H7.459c.112.225.182.372.26.506.801 1.42 1.603 2.84 2.418 4.247.155.267.162.464-.007.724-.344.527-.66 1.076-.99 1.617-.873 1.434-1.738 2.869-2.666 4.395Z\" fill=\"#EB595E\"/><path d=\"M24.755 28.645c-1.708 0-3.304.007-4.9-.014a.572.572 0 0 1-.422-.254 859.776 859.776 0 0 1-4.69-8.233c-.085-.155-.05-.45.049-.619 2.37-4.177 4.767-8.34 7.123-12.53.31-.548.633-.724 1.237-.703 1.427.042 2.855.014 4.38.014-.421.746-.794 1.42-1.174 2.089a4974.41 4974.41 0 0 1-6.335 11.08c-.168.303-.161.521.007.81 1.505 2.608 2.989 5.224 4.48 7.84.063.147.133.294.245.52ZM6.474 21.88c.928-1.532 1.793-2.96 2.665-4.394.33-.541.647-1.09.991-1.617.17-.26.162-.457.007-.724a415.869 415.869 0 0 1-2.418-4.247c-.078-.14-.148-.289-.26-.506h2.348c.717 0 1.427.014 2.144-.008.282-.007.45.078.591.338.83 1.498 1.695 2.974 2.517 4.472.092.161.085.457-.007.619a480.248 480.248 0 0 1-3.487 5.758c-.085.134-.26.295-.401.295-1.526.029-3.052.015-4.69.015Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h2zyki\",\"data-framer-name\":\"xing_petrol\",fill:\"black\",intrinsicHeight:35,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"soTEllP2V\",svg:'<svg width=\"34\" height=\"35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.125 34.354V.604h33.75v33.75H.125Zm24.63-5.71c-.12-.224-.182-.372-.26-.513-1.49-2.615-2.974-5.23-4.479-7.84-.168-.295-.175-.513-.007-.808 2.124-3.692 4.226-7.383 6.335-11.081.38-.668.76-1.343 1.175-2.089-1.526 0-2.953.029-4.38-.014-.605-.02-.929.155-1.238.703-2.356 4.191-4.753 8.354-7.123 12.53-.091.169-.133.464-.05.619a861.92 861.92 0 0 0 4.69 8.233.574.574 0 0 0 .423.254c1.61.014 3.206.007 4.915.007Zm-18.28-6.763c1.638 0 3.163.007 4.69-.015.133 0 .316-.161.4-.295a431.03 431.03 0 0 0 3.487-5.758c.092-.155.092-.457.007-.62-.822-1.497-1.687-2.98-2.517-4.471-.14-.253-.31-.345-.59-.338-.718.014-1.428.008-2.145.008H7.459c.112.225.182.372.26.506.801 1.42 1.603 2.84 2.418 4.247.155.267.162.464-.007.724-.344.527-.66 1.076-.99 1.617-.873 1.434-1.738 2.869-2.666 4.395Z\" fill=\"#475568\"/><path d=\"M24.755 28.645c-1.708 0-3.304.007-4.9-.014a.572.572 0 0 1-.422-.254 859.776 859.776 0 0 1-4.69-8.233c-.085-.155-.05-.45.049-.619 2.37-4.177 4.767-8.34 7.123-12.53.31-.548.633-.724 1.237-.703 1.427.042 2.855.014 4.38.014-.421.746-.794 1.42-1.174 2.089a4974.41 4974.41 0 0 1-6.335 11.08c-.168.303-.161.521.007.81 1.505 2.608 2.989 5.224 4.48 7.84.063.147.133.294.245.52ZM6.474 21.88c.928-1.532 1.793-2.96 2.665-4.394.33-.541.647-1.09.991-1.617.17-.26.162-.457.007-.724a415.869 415.869 0 0 1-2.418-4.247c-.078-.14-.148-.289-.26-.506h2.348c.717 0 1.427.014 2.144-.008.282-.007.45.078.591.338.83 1.498 1.695 2.974 2.517 4.472.092.161.085.457-.007.619a480.248 480.248 0 0 1-3.487 5.758c-.085.134-.26.295-.401.295-1.526.029-3.052.015-4.69.015Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UVf7I.framer-1p1k8sa, .framer-UVf7I .framer-1p1k8sa { display: block; }\",\".framer-UVf7I.framer-j1jwua { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UVf7I .framer-1r5bla7, .framer-UVf7I .framer-gdflif { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 60px; }\",\".framer-UVf7I .framer-1a9260c, .framer-UVf7I .framer-1t20uit { aspect-ratio: 1.4074074074074074 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); position: relative; width: 73px; }\",\".framer-UVf7I .framer-runip0, .framer-UVf7I .framer-1xvi08j, .framer-UVf7I .framer-1pycrk8, .framer-UVf7I .framer-1idhgzw, .framer-UVf7I .framer-19vsk87, .framer-UVf7I .framer-1h2zyki { aspect-ratio: 0.9714285714285714 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UVf7I.framer-j1jwua { gap: 0px; } .framer-UVf7I.framer-j1jwua > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UVf7I.framer-j1jwua > :first-child { margin-left: 0px; } .framer-UVf7I.framer-j1jwua > :last-child { margin-right: 0px; } }\",\".framer-UVf7I.framer-v-9j2fac.framer-j1jwua, .framer-UVf7I.framer-v-1qhx65o.framer-j1jwua, .framer-UVf7I.framer-v-99szrc.framer-j1jwua, .framer-UVf7I.framer-v-119h63p.framer-j1jwua, .framer-UVf7I.framer-v-nftfxl.framer-j1jwua { cursor: unset; }\",\".framer-UVf7I.framer-v-9j2fac .framer-gdflif { height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-UVf7I.framer-v-1qhx65o .framer-runip0, .framer-UVf7I.framer-v-119h63p .framer-1idhgzw, .framer-UVf7I.framer-v-nftfxl .framer-1h2zyki { height: var(--framer-aspect-ratio-supported, 46px); width: 44px; }\",\".framer-UVf7I.framer-v-99szrc .framer-1t20uit { height: var(--framer-aspect-ratio-supported, 43px); width: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PQ7mG2DDX\":{\"layout\":[\"auto\",\"auto\"]},\"GtDLAQwWu\":{\"layout\":[\"auto\",\"auto\"]},\"CkmNEuRfJ\":{\"layout\":[\"auto\",\"auto\"]},\"qD36cBMst\":{\"layout\":[\"auto\",\"auto\"]},\"fNFsDTUqi\":{\"layout\":[\"auto\",\"auto\"]},\"q8s1cCBEK\":{\"layout\":[\"auto\",\"auto\"]},\"xqyTJhiv9\":{\"layout\":[\"auto\",\"auto\"]},\"bydfLMPzi\":{\"layout\":[\"auto\",\"auto\"]},\"yWb6bat0b\":{\"layout\":[\"auto\",\"auto\"]},\"HGqUAi5Y9\":{\"layout\":[\"auto\",\"auto\"]},\"saWW3tzYM\":{\"layout\":[\"auto\",\"auto\"]},\"myk98EoUK\":{\"layout\":[\"auto\",\"auto\"]},\"IB6o6VtUV\":{\"layout\":[\"auto\",\"auto\"]},\"xmDLpLAxz\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vKr6pDue9\":\"newTab1\",\"djtALG1RB\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerySEMxgkwU=withCSS(Component,css,\"framer-UVf7I\");export default FramerySEMxgkwU;FramerySEMxgkwU.displayName=\"Social Link\";FramerySEMxgkwU.defaultProps={height:60,width:60};addPropertyControls(FramerySEMxgkwU,{variant:{options:[\"oL1RNsSbi\",\"PQ7mG2DDX\",\"GtDLAQwWu\",\"CkmNEuRfJ\",\"qD36cBMst\",\"fNFsDTUqi\",\"q8s1cCBEK\",\"xqyTJhiv9\",\"bydfLMPzi\",\"yWb6bat0b\"],optionTitles:[\"Facebook\",\"Instagram\",\"YouTube\",\"LinkedIn\",\"Xing\",\"FB Mobile\",\"Insta Mobile\",\"YT Mobile\",\"LI Mobile\",\"XI Mobile\"],title:\"Variant\",type:ControlType.Enum},vKr6pDue9:{defaultValue:false,title:\"New Tab #1\",type:ControlType.Boolean},djtALG1RB:{title:\"Link\",type:ControlType.Link}});addFonts(FramerySEMxgkwU,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerySEMxgkwU\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"60\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vKr6pDue9\\\":\\\"newTab1\\\",\\\"djtALG1RB\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PQ7mG2DDX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GtDLAQwWu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CkmNEuRfJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qD36cBMst\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fNFsDTUqi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q8s1cCBEK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xqyTJhiv9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bydfLMPzi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yWb6bat0b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HGqUAi5Y9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"saWW3tzYM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"myk98EoUK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IB6o6VtUV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xmDLpLAxz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ySEMxgkwU.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/fpFlSlXIAcf69DAdFGTg/PkmQUaJ5crE2JOfymbOu/iMqRuEch5.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/5xHosVXfzjjgAtK6sb5m/K69KV3mc7dLApBqB3iOT/WnOSSmTNm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fYVwXl23ZLQkgz2IXKDF/tiLb39ebQhptC1Rnffsu/YnW5Aa5HE.js\";import SocialLink from\"https://framerusercontent.com/modules/5REVzMTV7n2nl3ZkCr0L/TpQTHTV8OrYKVWijWzdv/ySEMxgkwU.js\";const SocialLinkFonts=getFonts(SocialLink);const cycleOrder=[\"rkC_bppkD\",\"VvrgC2Rwc\"];const serializationHash=\"framer-yHPxR\";const variantClassNames={rkC_bppkD:\"framer-v-eilpg6\",VvrgC2Rwc:\"framer-v-xrh3ih\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"rkC_bppkD\",Mobile:\"VvrgC2Rwc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rkC_bppkD\"};};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:\"rkC_bppkD\",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 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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-eilpg6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"rkC_bppkD\",ref:ref??ref1,style:{backgroundColor:\"var(--token-9d548519-4ead-48fe-b789-61d24b06b80a, rgb(246, 246, 247))\",...style},...addPropertyOverrides({VvrgC2Rwc:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zgob0\",\"data-framer-name\":\"line\",layoutDependency:layoutDependency,layoutId:\"mi1rRVyIa\",style:{backgroundColor:\"rgba(71, 85, 104, 0.3)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6o9sck\",\"data-framer-name\":\"Container Small\",layoutDependency:layoutDependency,layoutId:\"f3nPQoxMz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1afxv7d\",\"data-framer-name\":\"Top Row\",layoutDependency:layoutDependency,layoutId:\"x7e0xOB5O\",children:[/*#__PURE__*/_jsx(Link,{href:\"/\",motionChild:true,nodeId:\"zYVtgWFUa\",children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Tailormade GmbH Logo\",className:\"framer-bmhjmb framer-1dcz7cv\",\"data-framer-name\":\"logo\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"zYVtgWFUa\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6lui7m\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:46,intrinsicWidth:242,layoutDependency:layoutDependency,layoutId:\"q_rNosqE6\",svg:'<svg width=\"242\" height=\"46\" viewBox=\"0 0 242 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_49_569)\">\\n<path d=\"M241.737 44.5196H237.255V41.0828H241.368V39.9196H237.255V36.9587H241.631V35.7955H235.884V45.6828H241.737V44.5196ZM232.563 43.3564C231.93 44.0437 230.928 44.5725 229.61 44.5725C227.501 44.5725 225.92 43.0391 225.92 40.7127C225.92 38.3863 227.449 36.8529 229.61 36.8529C231.772 36.8529 232.088 37.5932 232.457 38.069L233.037 36.9587C232.51 36.4299 231.403 35.6368 229.558 35.6368C226.71 35.6368 224.496 37.646 224.496 40.7127C224.496 43.7794 226.658 45.7886 229.558 45.7886C232.457 45.7886 232.563 44.9955 233.143 44.3081L232.563 43.3035V43.3564ZM221.544 35.7955H220.173V41.03C220.173 42.3518 220.173 43.5679 220.173 43.5679L214.584 35.7955H213.108V45.6828H214.479V40.4483C214.479 39.1794 214.479 37.8047 214.479 37.8047L220.173 45.6828H221.544V35.7955ZM210.155 44.5196H205.674V41.0828H209.786V39.9196H205.674V36.9587H210.05V35.7955H204.303V45.6828H210.155V44.5196ZM200.718 35.7955H199.347V45.6828H200.718V35.7955ZM194.866 38.5978C194.866 39.1794 194.655 39.6024 194.233 39.9196C193.811 40.2368 193.284 40.2368 192.598 40.2368H191.597V36.9058H192.598C193.284 36.9058 193.811 36.9058 194.233 37.2759C194.655 37.5932 194.866 38.0162 194.866 38.5978ZM194.022 41.2943C195.076 41.0828 196.236 40.3426 196.236 38.5978C196.236 36.8529 195.867 36.9587 195.287 36.4828C194.707 36.007 193.917 35.7955 192.915 35.7955H190.121V45.6828H191.491V41.4529H192.546L195.129 45.6828H196.816L194.022 41.2943ZM187.221 44.5196H182.739V41.0828H186.852V39.9196H182.739V36.9587H187.115V35.7955H181.368V45.6828H187.221V44.5196ZM177.256 38.5978C177.256 39.2322 176.992 39.6552 176.676 39.9196C176.307 40.184 175.885 40.2897 175.253 40.2897H173.987V36.9058H175.253C175.885 36.9058 176.307 37.0116 176.676 37.2759C176.992 37.5403 177.256 37.9633 177.256 38.5978ZM178.68 38.5978C178.68 37.646 178.363 37.0116 177.731 36.4828C177.151 35.9541 176.307 35.7955 175.358 35.7955H172.616V45.6828H173.987V41.4529H175.358C176.307 41.4529 177.151 41.2414 177.731 40.7656C178.363 40.2368 178.68 39.6024 178.68 38.6506M167.186 40.5012L170.297 35.7955H166.448L165.077 38.4391L163.653 35.7955H159.805L162.915 40.5012L159.646 45.6299H163.495L165.077 42.4575L166.659 45.6299H170.507L167.239 40.5012H167.186ZM150.842 40.7127C150.842 42.1403 150.209 43.0391 149.682 43.515C149.154 44.0437 148.258 44.4139 147.046 44.4139H145.464V36.9058H147.046C148.258 36.9058 149.154 37.3288 149.682 37.8047C150.209 38.3334 150.842 39.2322 150.842 40.6598M152.265 40.7127C152.265 38.8621 151.474 37.6989 150.736 37.0644C149.998 36.43 148.785 35.7955 147.046 35.7955H144.093V45.6828H147.046C148.733 45.6828 149.998 45.0483 150.736 44.4139C151.474 43.7794 152.265 42.6162 152.265 40.7656M140.508 35.7955H139.137V41.03C139.137 42.3518 139.137 43.5679 139.137 43.5679L133.548 35.7955H132.072V45.6828H133.443V40.4483C133.443 39.1794 133.443 37.8047 133.443 37.8047L139.137 45.6828H140.508V35.7955ZM123.267 41.9288L125.007 37.4874L126.747 41.9288H123.32H123.267ZM125.64 35.7955H124.427L120.42 45.6828H121.897L122.898 43.092H127.116L128.118 45.6828H129.647L125.64 35.7955ZM116.519 38.5978C116.519 39.1794 116.308 39.6024 115.886 39.9196C115.464 40.2368 114.937 40.2368 114.252 40.2368H113.25V36.9058H114.252C114.937 36.9058 115.464 36.9058 115.886 37.2759C116.308 37.5932 116.519 38.0162 116.519 38.5978ZM115.728 41.2943C116.782 41.0828 117.942 40.3426 117.942 38.5978C117.942 36.8529 117.573 36.9587 116.993 36.4828C116.413 36.007 115.622 35.7955 114.621 35.7955H111.826V45.6828H113.197V41.4529H114.252L116.835 45.6828H118.522L115.728 41.2943ZM107.398 42.8276C107.398 43.4621 107.187 43.8851 106.659 44.2024C106.185 44.5196 105.552 44.5196 104.92 44.5196H103.443V41.0828H104.92C105.552 41.0828 106.185 41.0828 106.659 41.4529C107.134 41.7702 107.398 42.1932 107.398 42.8276ZM106.765 38.4391C106.765 39.1794 106.449 39.4966 106.132 39.761C105.816 40.0254 105.341 40.0782 104.656 40.0782H103.496V36.9587H104.761C105.394 36.9587 105.763 37.0116 106.132 37.223C106.449 37.4345 106.765 37.8047 106.765 38.492M108.821 42.8805C108.821 41.5587 107.978 40.7656 106.659 40.5012C107.503 40.2368 108.136 39.338 108.136 38.3334C108.136 37.3288 107.661 36.6943 107.081 36.3242C106.449 35.9012 105.658 35.8483 104.761 35.8483H102.125V45.7357H105.341C106.449 45.7357 107.187 45.5771 107.819 45.1012C108.452 44.6253 108.874 43.9909 108.874 42.9334M93.7423 44.4667H90.2626V35.7955H88.8917V45.6828H93.7423V44.5196V44.4667ZM80.0342 41.9288L81.7741 37.4874L83.514 41.9288H80.087H80.0342ZM82.4068 35.7955H81.1941L77.1872 45.6828H78.6634L79.6652 43.092H83.883L84.8848 45.6828H86.4137L82.4068 35.7955ZM74.7092 35.7955H73.3384V41.03C73.3384 42.3518 73.3384 43.5679 73.3384 43.5679L67.7497 35.7955H66.2734V45.6828H67.6443V40.4483C67.6443 39.1794 67.6443 37.8047 67.6443 37.8047L73.3384 45.6828H74.7092V35.7955ZM61.8974 40.7127C61.8974 43.092 60.263 44.5725 58.2068 44.5725C56.1506 44.5725 54.5161 43.092 54.5161 40.7127C54.5161 38.3334 56.1506 36.8529 58.2068 36.8529C60.263 36.8529 61.8974 38.2805 61.8974 40.7127ZM63.3209 40.7656C63.3209 37.5932 61.0011 35.6897 58.2595 35.6897C55.5179 35.6897 53.1981 37.646 53.1981 40.7656C53.1981 43.8851 55.5179 45.8414 58.2595 45.8414C61.0011 45.8414 63.3209 43.8851 63.3209 40.7656ZM50.1401 35.7955H48.7693V45.6828H50.1401V35.7955ZM46.2386 35.7955H39.2791V36.9587H42.0734V45.6828H43.4442V36.9587H46.1859V35.7955H46.2386ZM36.3266 40.7127C36.3266 43.092 34.6922 44.5725 32.636 44.5725C30.5798 44.5725 28.9453 43.092 28.9453 40.7127C28.9453 38.3334 30.5798 36.8529 32.636 36.8529C34.6922 36.8529 36.3266 38.2805 36.3266 40.7127ZM37.7501 40.7656C37.7501 37.5932 35.4303 35.6897 32.6887 35.6897C29.9471 35.6897 27.6273 37.646 27.6273 40.7656C27.6273 43.8851 29.9471 45.8414 32.6887 45.8414C35.4303 45.8414 37.7501 43.8851 37.7501 40.7656ZM24.2002 35.7955H22.5131L19.666 43.4093L16.819 35.7955H15.1318L14.2355 45.6828H15.6063L16.239 37.9104L19.2442 45.7886H20.0351L23.0403 37.9104L23.673 45.6828H25.0438L24.1475 35.7955H24.2002ZM11.6521 44.5196H7.17061V41.0828H11.283V39.9196H7.17061V36.9587H11.5466V35.7955H5.7998V45.6828H11.6521V44.5196Z\" fill=\"#475568\"/>\\n<path d=\"M14.5517 7.03215H20.5621V0.528703H0.210938V7.03215H6.16867V26.0666H14.499V7.03215H14.5517ZM33.4266 16.0735H29.6833L31.5813 9.25284L33.4793 16.0735H33.4266ZM36.1682 26.0666H45.1839L36.3264 0.528703H27.0998L18.2423 26.0666H26.8889L27.838 22.4712H35.1138L36.1155 26.0666H36.1682ZM47.5037 26.0666H55.834V0.528703H47.5037V26.0666ZM60.6319 26.0666H77.6088V19.2459H68.9621V0.58158H60.6846V26.1195L60.6319 26.0666ZM97.7491 13.1655C97.7491 16.6551 95.6401 19.1402 92.3186 19.1402C88.997 19.1402 86.8353 16.708 86.8353 13.1655C86.8353 9.62295 88.997 7.19078 92.3186 7.19078C95.6401 7.19078 97.7491 9.62295 97.7491 13.1655ZM106.132 13.3241C106.132 5.02296 100.227 0.105713 92.3186 0.105713C84.4101 0.105713 78.5051 4.97009 78.5051 13.3241C78.5051 21.6781 84.4101 26.4896 92.3186 26.4896C100.227 26.4896 106.132 21.6253 106.132 13.3241ZM122.898 9.04135C122.898 10.1517 122.371 10.5218 122.002 10.839C121.685 11.1034 121.105 11.262 120.156 11.262H118.048V6.82065H120.156C121.053 6.82065 121.633 6.97928 122.002 7.29652C122.371 7.56089 122.898 7.93101 122.898 9.04135ZM132.757 26.0666L127.063 16.3908C128.17 15.7034 131.281 13.8528 131.281 8.67123C131.281 3.48962 130.016 3.70112 128.17 2.37928C126.325 1.11031 123.953 0.528703 120.789 0.528703H109.717V26.0666H118.048V17.554H119.102L123.162 26.0666H132.757ZM156.325 26.0666H164.655V0.528703H156.325L150.314 10.8919L144.304 0.528703H135.973V26.0666H144.304V13.6413L149.945 23.1586H150.578L156.219 13.5885V26.0138L156.325 26.0666ZM182.37 16.0735H178.627L180.525 9.25284L182.423 16.0735H182.37ZM185.059 26.0666H194.075L185.217 0.528703H175.99L167.133 26.0666H175.78L176.729 22.4712H184.004L185.006 26.0666H185.059ZM212 13.2712C212 15.862 211.262 16.9724 210.524 17.7126C209.786 18.4528 208.521 18.9816 206.675 18.9816H204.777V7.34939H206.675C208.521 7.34939 209.786 7.87812 210.524 8.61835C211.315 9.35858 212 10.6276 212 13.2184M220.383 13.2712C220.383 8.08963 218.538 5.1287 216.166 3.27813C213.793 1.42755 210.471 0.528703 206.043 0.528703H196.447V26.0666H206.043C210.471 26.0666 213.793 25.1678 216.166 23.3172C218.538 21.4666 220.383 18.5057 220.383 13.3241M231.614 19.4046V16.4436H240.84V9.88733H231.614V7.1379H241.367V0.528703H223.283V26.0666H241.736V19.4046H231.614Z\" fill=\"#475568\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_49_569\">\\n<rect width=\"242\" height=\"46\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16pj1yt\",\"data-framer-name\":\"Social Wrapper\",layoutDependency:layoutDependency,layoutId:\"y9Mq2_ul0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+(((componentViewport?.height||403)-0-401)/2+1+10)+64+0+0+78+0,...addPropertyOverrides({VvrgC2Rwc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||548.5)-0-955)/2+1+0)+64+0+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-49qv6e-container\",layoutDependency:layoutDependency,layoutId:\"T7Ul7n7uq-container\",whileHover:animation,children:/*#__PURE__*/_jsx(SocialLink,{djtALG1RB:\"https://www.facebook.com/TailormadeGmbH/\",height:\"100%\",id:\"T7Ul7n7uq\",layoutId:\"T7Ul7n7uq\",variant:\"oL1RNsSbi\",vKr6pDue9:true,width:\"100%\",...addPropertyOverrides({VvrgC2Rwc:{variant:\"fNFsDTUqi\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+(((componentViewport?.height||403)-0-401)/2+1+10)+64+0+0+78+0,...addPropertyOverrides({VvrgC2Rwc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||548.5)-0-955)/2+1+0)+64+0+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rhzkt1-container\",layoutDependency:layoutDependency,layoutId:\"agEW2KFBI-container\",whileHover:animation,children:/*#__PURE__*/_jsx(SocialLink,{djtALG1RB:\"https://www.instagram.com/tailormadegmbh/\",height:\"100%\",id:\"agEW2KFBI\",layoutId:\"agEW2KFBI\",variant:\"PQ7mG2DDX\",vKr6pDue9:true,width:\"100%\",...addPropertyOverrides({VvrgC2Rwc:{variant:\"q8s1cCBEK\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+(((componentViewport?.height||403)-0-401)/2+1+10)+64+0+0+78+0,...addPropertyOverrides({VvrgC2Rwc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||548.5)-0-955)/2+1+0)+64+0+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14pt4ye-container\",layoutDependency:layoutDependency,layoutId:\"zBct6qjkt-container\",whileHover:animation,children:/*#__PURE__*/_jsx(SocialLink,{djtALG1RB:\"https://www.youtube.com/@Tailormade19\",height:\"100%\",id:\"zBct6qjkt\",layoutId:\"zBct6qjkt\",variant:\"GtDLAQwWu\",vKr6pDue9:true,width:\"100%\",...addPropertyOverrides({VvrgC2Rwc:{variant:\"xqyTJhiv9\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+(((componentViewport?.height||403)-0-401)/2+1+10)+64+0+0+78+0,...addPropertyOverrides({VvrgC2Rwc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||548.5)-0-955)/2+1+0)+64+0+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11st6a7-container\",layoutDependency:layoutDependency,layoutId:\"KPdPZ9ZQr-container\",whileHover:animation,children:/*#__PURE__*/_jsx(SocialLink,{djtALG1RB:\"https://de.linkedin.com/company/tailormade-gmbh\",height:\"100%\",id:\"KPdPZ9ZQr\",layoutId:\"KPdPZ9ZQr\",variant:\"CkmNEuRfJ\",vKr6pDue9:true,width:\"100%\",...addPropertyOverrides({VvrgC2Rwc:{variant:\"bydfLMPzi\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+(((componentViewport?.height||403)-0-401)/2+1+10)+64+0+0+78+0,...addPropertyOverrides({VvrgC2Rwc:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||548.5)-0-955)/2+1+0)+64+0+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f09bh5-container\",layoutDependency:layoutDependency,layoutId:\"KeoTXAV1H-container\",whileHover:animation,children:/*#__PURE__*/_jsx(SocialLink,{djtALG1RB:\"https://www.xing.com/pages/tailormadegmbh\",height:\"100%\",id:\"KeoTXAV1H\",layoutId:\"KeoTXAV1H\",variant:\"qD36cBMst\",vKr6pDue9:true,width:\"100%\",...addPropertyOverrides({VvrgC2Rwc:{variant:\"yWb6bat0b\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ilwfv4\",\"data-framer-name\":\"Bottom Row\",layoutDependency:layoutDependency,layoutId:\"hBK_fZvw5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11p7j25\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"YWwGx2GbX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-71vic1\",\"data-framer-name\":\"Footer links\",layoutDependency:layoutDependency,layoutId:\"EYnvH0io8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hAKw_yQ6o\"},motionChild:true,nodeId:\"sOYtyAVcM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"KONTAKT\"})})})}),className:\"framer-v6imel\",\"data-framer-name\":\"Footer link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sOYtyAVcM\",style:{\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({VvrgC2Rwc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hAKw_yQ6o\"},motionChild:true,nodeId:\"sOYtyAVcM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"KONTAKT\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t6uNZcAwJ\"},motionChild:true,nodeId:\"i0s3Cs5rK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"IMPRESSUM\"})})})}),className:\"framer-89yr6a\",\"data-framer-name\":\"Footer link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i0s3Cs5rK\",style:{\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({VvrgC2Rwc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t6uNZcAwJ\"},motionChild:true,nodeId:\"i0s3Cs5rK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"IMPRESSUM\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yvMLLv2I0\"},motionChild:true,nodeId:\"zwqH4_H8b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"DATENSCHUTZ\"})})})}),className:\"framer-1dmntoy\",\"data-framer-name\":\"Footer link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zwqH4_H8b\",style:{\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({VvrgC2Rwc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yvMLLv2I0\"},motionChild:true,nodeId:\"zwqH4_H8b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"DATENSCHUTZ\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kmabpYMtZ\"},motionChild:true,nodeId:\"QAzGmoA0P\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"AGB\"})})})}),className:\"framer-7gdtwc\",\"data-framer-name\":\"Footer link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QAzGmoA0P\",style:{\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({VvrgC2Rwc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gx8z44\",\"data-styles-preset\":\"YnW5Aa5HE\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kmabpYMtZ\"},motionChild:true,nodeId:\"QAzGmoA0P\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"AGB\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-14bbw5z\",\"data-styles-preset\":\"iMqRuEch5\",children:[\"\\xa9 2024 TAILORMADE GmbH - designed & developed by \",/*#__PURE__*/_jsx(Link,{href:\"https://fabionobile.de\",motionChild:true,nodeId:\"PrN6Npq_A\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"fabionobile.de\"})})]})}),className:\"framer-bmpq78\",\"data-framer-name\":\"Footer text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PrN6Npq_A\",style:{\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VvrgC2Rwc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-14bbw5z\",\"data-styles-preset\":\"iMqRuEch5\",style:{\"--framer-text-alignment\":\"center\"},children:[\"\\xa9 2024 TAILORMADE GmbH - designed & developed by \",/*#__PURE__*/_jsx(Link,{href:\"https://fabionobile.de\",motionChild:true,nodeId:\"PrN6Npq_A\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n5ww6t\",\"data-styles-preset\":\"WnOSSmTNm\",children:\"fabionobile.de\"})})]})})}},baseVariant,gestureVariant)})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yHPxR.framer-1dcz7cv, .framer-yHPxR .framer-1dcz7cv { display: block; }\",\".framer-yHPxR.framer-eilpg6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-yHPxR .framer-12zgob0 { flex: none; height: 1px; overflow: visible; position: relative; width: 75%; }\",\".framer-yHPxR .framer-6o9sck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-yHPxR .framer-1afxv7d, .framer-yHPxR .framer-11p7j25 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yHPxR .framer-bmhjmb { 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; text-decoration: none; width: min-content; }\",\".framer-yHPxR .framer-6lui7m { flex: none; height: 46px; position: relative; width: 242px; }\",\".framer-yHPxR .framer-16pj1yt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yHPxR .framer-49qv6e-container, .framer-yHPxR .framer-1rhzkt1-container, .framer-yHPxR .framer-14pt4ye-container, .framer-yHPxR .framer-11st6a7-container, .framer-yHPxR .framer-1f09bh5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yHPxR .framer-1ilwfv4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yHPxR .framer-71vic1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yHPxR .framer-v6imel, .framer-yHPxR .framer-89yr6a, .framer-yHPxR .framer-1dmntoy, .framer-yHPxR .framer-7gdtwc, .framer-yHPxR .framer-bmpq78 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yHPxR.framer-eilpg6, .framer-yHPxR .framer-6o9sck, .framer-yHPxR .framer-1afxv7d, .framer-yHPxR .framer-bmhjmb, .framer-yHPxR .framer-16pj1yt, .framer-yHPxR .framer-1ilwfv4, .framer-yHPxR .framer-11p7j25, .framer-yHPxR .framer-71vic1 { gap: 0px; } .framer-yHPxR.framer-eilpg6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-yHPxR.framer-eilpg6 > :first-child, .framer-yHPxR .framer-6o9sck > :first-child, .framer-yHPxR .framer-1afxv7d > :first-child, .framer-yHPxR .framer-1ilwfv4 > :first-child, .framer-yHPxR .framer-11p7j25 > :first-child { margin-top: 0px; } .framer-yHPxR.framer-eilpg6 > :last-child, .framer-yHPxR .framer-6o9sck > :last-child, .framer-yHPxR .framer-1afxv7d > :last-child, .framer-yHPxR .framer-1ilwfv4 > :last-child, .framer-yHPxR .framer-11p7j25 > :last-child { margin-bottom: 0px; } .framer-yHPxR .framer-6o9sck > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-yHPxR .framer-1afxv7d > *, .framer-yHPxR .framer-1ilwfv4 > *, .framer-yHPxR .framer-11p7j25 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-yHPxR .framer-bmhjmb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yHPxR .framer-bmhjmb > :first-child, .framer-yHPxR .framer-16pj1yt > :first-child, .framer-yHPxR .framer-71vic1 > :first-child { margin-left: 0px; } .framer-yHPxR .framer-bmhjmb > :last-child, .framer-yHPxR .framer-16pj1yt > :last-child, .framer-yHPxR .framer-71vic1 > :last-child { margin-right: 0px; } .framer-yHPxR .framer-16pj1yt > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-yHPxR .framer-71vic1 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-yHPxR.framer-v-xrh3ih.framer-eilpg6 { gap: 0px; width: 390px; }\",\".framer-yHPxR.framer-v-xrh3ih .framer-16pj1yt { gap: 16px; }\",\".framer-yHPxR.framer-v-xrh3ih .framer-11p7j25 { padding: 20px; }\",\".framer-yHPxR.framer-v-xrh3ih .framer-71vic1 { flex-direction: column; width: 100%; }\",\".framer-yHPxR.framer-v-xrh3ih .framer-v6imel, .framer-yHPxR.framer-v-xrh3ih .framer-89yr6a, .framer-yHPxR.framer-v-xrh3ih .framer-1dmntoy, .framer-yHPxR.framer-v-xrh3ih .framer-7gdtwc, .framer-yHPxR.framer-v-xrh3ih .framer-bmpq78 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yHPxR.framer-v-xrh3ih.framer-eilpg6, .framer-yHPxR.framer-v-xrh3ih .framer-16pj1yt, .framer-yHPxR.framer-v-xrh3ih .framer-71vic1 { gap: 0px; } .framer-yHPxR.framer-v-xrh3ih.framer-eilpg6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yHPxR.framer-v-xrh3ih.framer-eilpg6 > :first-child, .framer-yHPxR.framer-v-xrh3ih .framer-71vic1 > :first-child { margin-top: 0px; } .framer-yHPxR.framer-v-xrh3ih.framer-eilpg6 > :last-child, .framer-yHPxR.framer-v-xrh3ih .framer-71vic1 > :last-child { margin-bottom: 0px; } .framer-yHPxR.framer-v-xrh3ih .framer-16pj1yt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-yHPxR.framer-v-xrh3ih .framer-16pj1yt > :first-child { margin-left: 0px; } .framer-yHPxR.framer-v-xrh3ih .framer-16pj1yt > :last-child { margin-right: 0px; } .framer-yHPxR.framer-v-xrh3ih .framer-71vic1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 403\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VvrgC2Rwc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryCxFBoBoR=withCSS(Component,css,\"framer-yHPxR\");export default FrameryCxFBoBoR;FrameryCxFBoBoR.displayName=\"Footer\";FrameryCxFBoBoR.defaultProps={height:403,width:1440};addPropertyControls(FrameryCxFBoBoR,{variant:{options:[\"rkC_bppkD\",\"VvrgC2Rwc\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryCxFBoBoR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...SocialLinkFonts,...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\":\"FrameryCxFBoBoR\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VvrgC2Rwc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"403\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yCxFBoBoR.map"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "checkOverflow", "window", "htmlObserver", "mutations", "mutation", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "Home_default", "React", "title", "titleId", "props", "svgRef", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "Home_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "HeroFonts", "getFonts", "Icon", "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", "buttonText", "click", "height", "id", "link", "newTab", "smoothScroll", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eRukjFedB", "vh30c5UNn", "YYVP_ElDo", "AmOfk9Q8p", "q42d0aGut", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnc6o17", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Frameru_Z0gMLlo", "withCSS", "u_Z0gMLlo_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab1", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vKr6pDue9", "djtALG1RB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "css", "FramerySEMxgkwU", "withCSS", "ySEMxgkwU_default", "addPropertyControls", "ControlType", "addFonts", "SocialLinkFonts", "getFonts", "ySEMxgkwU_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "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", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "RichText2", "css", "FrameryCxFBoBoR", "withCSS", "yCxFBoBoR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
