{
  "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/u51eJTC6WKa7ttxqjDDc/3Y5PSE5PiFZe7Xofc9ec/LHvHHAFXK.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/zGKDVH8V6WwOqa7MAe1H/JK5oyj5gK2zoBE0kD1Lw/cCSj9Bj1a.js", "ssg:https://framerusercontent.com/modules/3rptibsheXBaxNnGYCGv/dZSoNNN1u8hOOPzbc8Vc/d0yFufc2i.js", "ssg:https://framerusercontent.com/modules/yePicsXwnSnOeHwWmnd6/thgsOiMGf14K8H2yxJp5/j2AWEHhEY.js", "ssg:https://framerusercontent.com/modules/lrqOPFUotU2RXwQP8lSX/InomW8yc1RYy38YwuLvN/jw7vfBMcx.js", "ssg:https://framerusercontent.com/modules/k5I1x9oO43FXrt2Xmrxq/U9UC6EiSAS1qx3DIE6IY/tVwrrmSQe.js", "ssg:https://framerusercontent.com/modules/q7VWAgcBsdYeV01mGb8T/uHXVy3zS7Xm1MJbypjp6/EguldjCJX.js", "ssg:https://framerusercontent.com/modules/dvAW14mNOaXGscc5QM4e/srCBxu8iH6Qyx7RI5Nom/SdLeoHiof.js", "ssg:https://framerusercontent.com/modules/7zFV5fP0M4dOG4yKCg9e/AQQfm5vvUYV4Kn1v9oFn/g2_Upo0_e.js", "ssg:https://framerusercontent.com/modules/zKvy4eM15N8g7LQYX8tv/PbcCcPF3Yo1ByIfJ1EcI/fl51F8XGL.js", "ssg:https://framerusercontent.com/modules/wfrnWLajvJOAMFiPVjU0/7fhopCGnPUJZWHj0PDWt/Y3HBONhE0.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", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={EvX6lVTbr:{hover:true},TcAyGEp9f:{hover:true},wMI2CNp1A:{hover:true}};const cycleOrder=[\"EvX6lVTbr\",\"TcAyGEp9f\",\"wMI2CNp1A\",\"u3Jk7Sb4s\",\"OQgnOeBC_\"];const serializationHash=\"framer-a0A8S\";const variantClassNames={EvX6lVTbr:\"framer-v-4m7lh8\",OQgnOeBC_:\"framer-v-s4j72y\",TcAyGEp9f:\"framer-v-9ictqc\",u3Jk7Sb4s:\"framer-v-o20w41\",wMI2CNp1A:\"framer-v-1o9uxpt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.9,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Ghost Button\":\"EvX6lVTbr\",\"Mobile CTA btn color\":\"OQgnOeBC_\",\"Mobile CTA btn white\":\"u3Jk7Sb4s\",\"Web CTA Btn Color\":\"wMI2CNp1A\",\"Web CTA Btn White\":\"TcAyGEp9f\"};const getProps=({background,btnText,btnTextColor,height,id,link,newTab,roundBg,smoothScroll,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,dBeFYRcUU:(_ref=roundBg!==null&&roundBg!==void 0?roundBg:props.dBeFYRcUU)!==null&&_ref!==void 0?_ref:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",fsdfh1UMA:link!==null&&link!==void 0?link:props.fsdfh1UMA,O2_oLkk2a:(_ref1=smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.O2_oLkk2a)!==null&&_ref1!==void 0?_ref1:true,PLawRz9Cz:(_ref2=btnTextColor!==null&&btnTextColor!==void 0?btnTextColor:props.PLawRz9Cz)!==null&&_ref2!==void 0?_ref2:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",RmUMWgq7w:newTab!==null&&newTab!==void 0?newTab:props.RmUMWgq7w,T8QypKCli:(_ref3=background!==null&&background!==void 0?background:props.T8QypKCli)!==null&&_ref3!==void 0?_ref3:\"var(--token-4b194d54-82ef-4613-92b4-8861305fd249, rgb(231, 224, 216))\",tF3xadmZj:(_ref4=btnText!==null&&btnText!==void 0?btnText:props.tF3xadmZj)!==null&&_ref4!==void 0?_ref4:\"Start Subscription\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"EvX6lVTbr\"};};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,tF3xadmZj,T8QypKCli,dBeFYRcUU,PLawRz9Cz,fsdfh1UMA,RmUMWgq7w,O2_oLkk2a,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EvX6lVTbr\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:fsdfh1UMA,nodeId:\"EvX6lVTbr\",openInNewTab:RmUMWgq7w,smoothScroll:O2_oLkk2a,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4m7lh8\",className,classNames)} framer-1tjeouy`,\"data-border\":true,\"data-framer-name\":\"Ghost Button\",layoutDependency:layoutDependency,layoutId:\"EvX6lVTbr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.02)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"TcAyGEp9f-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},\"wMI2CNp1A-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},OQgnOeBC_:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"},TcAyGEp9f:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:T8QypKCli},u3Jk7Sb4s:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:T8QypKCli},wMI2CNp1A:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"}},...addPropertyOverrides({\"EvX6lVTbr-hover\":{\"data-framer-name\":undefined},\"TcAyGEp9f-hover\":{\"data-framer-name\":undefined},\"wMI2CNp1A-hover\":{\"data-framer-name\":undefined},OQgnOeBC_:{\"data-framer-name\":\"Mobile CTA btn color\"},TcAyGEp9f:{\"data-framer-name\":\"Web CTA Btn White\"},u3Jk7Sb4s:{\"data-framer-name\":\"Mobile CTA btn white\"},wMI2CNp1A:{\"data-framer-name\":\"Web CTA Btn Color\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-PLawRz9Cz-LHvHHAFXK))\"},children:\"Start Subscription\"})}),className:\"framer-12owwfm\",\"data-framer-name\":\"Get in Touch\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"RcEKa5cUw\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-PLawRz9Cz-LHvHHAFXK)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-PLawRz9Cz-LHvHHAFXK\":PLawRz9Cz},text:tF3xadmZj,variants:{TcAyGEp9f:{\"--extracted-r6o4lv\":\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"},u3Jk7Sb4s:{\"--extracted-r6o4lv\":\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({TcAyGEp9f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196)))\"},children:\"Start Subscription\"})})},u3Jk7Sb4s:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196)))\"},children:\"Start Subscription\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tq8ie5\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"xTcYqsvQH\",style:{backgroundColor:\"var(--token-0e45d458-eb32-4eb9-8368-e34934b522df, rgb(21, 124, 191))\",borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5,opacity:0},variants:{\"EvX6lVTbr-hover\":{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",opacity:1},\"TcAyGEp9f-hover\":{opacity:1},\"wMI2CNp1A-hover\":{opacity:1},OQgnOeBC_:{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",opacity:1},TcAyGEp9f:{backgroundColor:dBeFYRcUU,opacity:1},u3Jk7Sb4s:{backgroundColor:dBeFYRcUU,opacity:1},wMI2CNp1A:{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1k9lw65\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"aThVjxx32\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 16\"><path d=\"M 5.333 8 L 17.333 8 M 17.333 8 L 12.833 12 M 17.333 8 L 12.833 4\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9857940188,withExternalLayout:true,...addPropertyOverrides({\"EvX6lVTbr-hover\":{svgContentId:12014250816},OQgnOeBC_:{svgContentId:11294532108},TcAyGEp9f:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 16\"><path d=\"M 5.333 8 L 17.333 8 M 17.333 8 L 12.833 12 M 17.333 8 L 12.833 4\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10361442909},u3Jk7Sb4s:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 16\"><path d=\"M 5.333 8 L 17.333 8 M 17.333 8 L 12.833 12 M 17.333 8 L 12.833 4\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10361442909},wMI2CNp1A:{svgContentId:11294532108}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a0A8S.framer-1tjeouy, .framer-a0A8S .framer-1tjeouy { display: block; }\",\".framer-a0A8S.framer-4m7lh8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: visible; padding: 8px 24px 8px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-a0A8S .framer-12owwfm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-a0A8S .framer-tq8ie5 { flex: none; height: 8px; overflow: hidden; position: absolute; right: 8px; top: calc(52.08333333333336% - 8px / 2); width: 8px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-a0A8S .framer-1k9lw65 { flex: none; height: 16px; left: -42px; position: absolute; top: calc(2.220446049250313e-14% - 16px / 2); width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a0A8S.framer-4m7lh8 { gap: 0px; } .framer-a0A8S.framer-4m7lh8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-a0A8S.framer-4m7lh8 > :first-child { margin-left: 0px; } .framer-a0A8S.framer-4m7lh8 > :last-child { margin-right: 0px; } }\",\".framer-a0A8S.framer-v-9ictqc.framer-4m7lh8, .framer-a0A8S.framer-v-1o9uxpt.framer-4m7lh8 { height: min-content; overflow: hidden; padding: 4px 4px 4px 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-a0A8S.framer-v-9ictqc .framer-tq8ie5, .framer-a0A8S.framer-v-1o9uxpt .framer-tq8ie5, .framer-a0A8S.framer-v-o20w41 .framer-tq8ie5, .framer-a0A8S.framer-v-s4j72y .framer-tq8ie5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; right: unset; top: unset; width: 40px; }\",\".framer-a0A8S.framer-v-9ictqc .framer-1k9lw65, .framer-a0A8S.framer-v-1o9uxpt .framer-1k9lw65, .framer-a0A8S.framer-v-o20w41 .framer-1k9lw65, .framer-a0A8S.framer-v-s4j72y .framer-1k9lw65 { bottom: 12px; left: unset; right: 8px; top: unset; }\",\".framer-a0A8S.framer-v-o20w41.framer-4m7lh8, .framer-a0A8S.framer-v-s4j72y.framer-4m7lh8 { cursor: unset; height: min-content; overflow: hidden; padding: 4px 4px 4px 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-a0A8S.framer-v-4m7lh8.hover.framer-4m7lh8 { padding: 8px 4px 8px 24px; }\",\".framer-a0A8S.framer-v-4m7lh8.hover .framer-tq8ie5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); position: relative; right: unset; top: unset; width: 32px; }\",\".framer-a0A8S.framer-v-4m7lh8.hover .framer-1k9lw65 { bottom: 8px; left: unset; right: 4px; top: unset; }\",\".framer-a0A8S.framer-v-9ictqc.hover.framer-4m7lh8, .framer-a0A8S.framer-v-1o9uxpt.hover.framer-4m7lh8 { padding: 4px 24px 4px 4px; }\",\".framer-a0A8S.framer-v-9ictqc.hover .framer-12owwfm, .framer-a0A8S.framer-v-1o9uxpt.hover .framer-12owwfm { order: 1; }\",\".framer-a0A8S.framer-v-9ictqc.hover .framer-tq8ie5, .framer-a0A8S.framer-v-1o9uxpt.hover .framer-tq8ie5 { order: 0; right: unset; top: unset; }\",\".framer-a0A8S.framer-v-9ictqc.hover .framer-1k9lw65, .framer-a0A8S.framer-v-1o9uxpt.hover .framer-1k9lw65 { left: unset; top: unset; }\",'.framer-a0A8S[data-border=\"true\"]::after, .framer-a0A8S [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"TcAyGEp9f\":{\"layout\":[\"auto\",\"auto\"]},\"wMI2CNp1A\":{\"layout\":[\"auto\",\"auto\"]},\"u3Jk7Sb4s\":{\"layout\":[\"auto\",\"auto\"]},\"OQgnOeBC_\":{\"layout\":[\"auto\",\"auto\"]},\"Vh2ca8qwX\":{\"layout\":[\"auto\",\"fixed\"]},\"Gfl31vmSi\":{\"layout\":[\"auto\",\"auto\"]},\"uPWQrSLxu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"tF3xadmZj\":\"btnText\",\"T8QypKCli\":\"background\",\"dBeFYRcUU\":\"roundBg\",\"PLawRz9Cz\":\"btnTextColor\",\"fsdfh1UMA\":\"link\",\"RmUMWgq7w\":\"newTab\",\"O2_oLkk2a\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLHvHHAFXK=withCSS(Component,css,\"framer-a0A8S\");export default FramerLHvHHAFXK;FramerLHvHHAFXK.displayName=\"Button/Button\";FramerLHvHHAFXK.defaultProps={height:40,width:166};addPropertyControls(FramerLHvHHAFXK,{variant:{options:[\"EvX6lVTbr\",\"TcAyGEp9f\",\"wMI2CNp1A\",\"u3Jk7Sb4s\",\"OQgnOeBC_\"],optionTitles:[\"Ghost Button\",\"Web CTA Btn White\",\"Web CTA Btn Color\",\"Mobile CTA btn white\",\"Mobile CTA btn color\"],title:\"Variant\",type:ControlType.Enum},tF3xadmZj:{defaultValue:\"Start Subscription\",displayTextArea:false,title:\"Btn Text\",type:ControlType.String},T8QypKCli:{defaultValue:'var(--token-4b194d54-82ef-4613-92b4-8861305fd249, rgb(231, 224, 216)) /* {\"name\":\"Light Orange\"} */',title:\"Background\",type:ControlType.Color},dBeFYRcUU:{defaultValue:'var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196)) /* {\"name\":\"Brand Blue\"} */',title:\"Round Bg\",type:ControlType.Color},PLawRz9Cz:{defaultValue:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",title:\"Btn Text Color\",type:ControlType.Color},fsdfh1UMA:{title:\"Link\",type:ControlType.Link},RmUMWgq7w:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},O2_oLkk2a:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerLHvHHAFXK,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLHvHHAFXK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"TcAyGEp9f\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wMI2CNp1A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u3Jk7Sb4s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OQgnOeBC_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Vh2ca8qwX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Gfl31vmSi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uPWQrSLxu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"tF3xadmZj\\\":\\\"btnText\\\",\\\"T8QypKCli\\\":\\\"background\\\",\\\"dBeFYRcUU\\\":\\\"roundBg\\\",\\\"PLawRz9Cz\\\":\\\"btnTextColor\\\",\\\"fsdfh1UMA\\\":\\\"link\\\",\\\"RmUMWgq7w\\\":\\\"newTab\\\",\\\"O2_oLkk2a\\\":\\\"smoothScroll\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"166\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LHvHHAFXK.map", "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;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_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 HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{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(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",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 [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={hKt85eC6F:{hover:true}};const serializationHash=\"framer-CSBkf\";const variantClassNames={hKt85eC6F:\"framer-v-q1ldmf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,LNcSxhwg7:click!==null&&click!==void 0?click:props.LNcSxhwg7};};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,LNcSxhwg7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"hKt85eC6F\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1ra26zj=activeVariantCallback(async(...args)=>{if(LNcSxhwg7){const res=await LNcSxhwg7(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-q1ldmf\",className,classNames),\"data-framer-name\":\"Menu Closed\",layoutDependency:layoutDependency,layoutId:\"hKt85eC6F\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"hKt85eC6F-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-r1fki1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AaYeap7W_\",opacity:1,radius:1e5,style:{backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"></svg>',svgContentId:12506756304,variants:{\"hKt85eC6F-hover\":{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\"}},withExternalLayout:true,...addPropertyOverrides({\"hKt85eC6F-hover\":{svgContentId:12204746724}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15crrbv-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"g2YG5jSLZ-container\",name:\"Menu Icon\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"\",iconSelection:\"List\",id:\"g2YG5jSLZ\",layoutId:\"g2YG5jSLZ\",mirrored:false,name:\"Menu Icon\",onClick:onClick1ra26zj,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\",...addPropertyOverrides({\"hKt85eC6F-hover\":{color:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CSBkf.framer-1q721tm, .framer-CSBkf .framer-1q721tm { display: block; }\",\".framer-CSBkf.framer-q1ldmf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CSBkf .framer-r1fki1 { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-CSBkf .framer-15crrbv-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 51%; position: absolute; top: 51%; width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CSBkf.framer-q1ldmf { gap: 0px; } .framer-CSBkf.framer-q1ldmf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CSBkf.framer-q1ldmf > :first-child { margin-left: 0px; } .framer-CSBkf.framer-q1ldmf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"LKa1jc5_P\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"LNcSxhwg7\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercCSj9Bj1a=withCSS(Component,css,\"framer-CSBkf\");export default FramercCSj9Bj1a;FramercCSj9Bj1a.displayName=\"Navigation/Hamburger Menu\";FramercCSj9Bj1a.defaultProps={height:40,width:40};addPropertyControls(FramercCSj9Bj1a,{LNcSxhwg7:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramercCSj9Bj1a,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercCSj9Bj1a\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"LNcSxhwg7\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LKa1jc5_P\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cCSj9Bj1a.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bZu7Xk2Xe:{hover:true}};const cycleOrder=[\"bZu7Xk2Xe\",\"db2n3ikn6\"];const serializationHash=\"framer-RiZnl\";const variantClassNames={bZu7Xk2Xe:\"framer-v-1dcpbem\",db2n3ikn6:\"framer-v-gq3srb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Menu Link Active\":\"db2n3ikn6\",\"Menu Link Inactive\":\"bZu7Xk2Xe\"};const getProps=({click,height,id,link,menuColorActive,menuColorInactive,menuFontSize,menuLinkTitle,smoothScrollOption,tabOption,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,He3BXyZUG:(_ref=menuLinkTitle!==null&&menuLinkTitle!==void 0?menuLinkTitle:props.He3BXyZUG)!==null&&_ref!==void 0?_ref:\"Our Core Thing\",ICzmrfOoK:link!==null&&link!==void 0?link:props.ICzmrfOoK,qQGRj7De0:click!==null&&click!==void 0?click:props.qQGRj7De0,SaYScxBa0:(_ref1=menuColorInactive!==null&&menuColorInactive!==void 0?menuColorInactive:props.SaYScxBa0)!==null&&_ref1!==void 0?_ref1:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:(_ref2=menuColorActive!==null&&menuColorActive!==void 0?menuColorActive:props.sK1WWVEYU)!==null&&_ref2!==void 0?_ref2:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"bZu7Xk2Xe\",WVFMdrEqS:(_ref4=menuFontSize!==null&&menuFontSize!==void 0?menuFontSize:props.WVFMdrEqS)!==null&&_ref4!==void 0?_ref4:32,YgSSbZ1kr:tabOption!==null&&tabOption!==void 0?tabOption:props.YgSSbZ1kr,Z0hDrbKwV:smoothScrollOption!==null&&smoothScrollOption!==void 0?smoothScrollOption:props.Z0hDrbKwV};};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,He3BXyZUG,qQGRj7De0,ICzmrfOoK,YgSSbZ1kr,Z0hDrbKwV,sK1WWVEYU,WVFMdrEqS,SaYScxBa0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bZu7Xk2Xe\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapcfukcs=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qQGRj7De0){const res=await qQGRj7De0(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ICzmrfOoK,nodeId:\"bZu7Xk2Xe\",openInNewTab:YgSSbZ1kr,smoothScroll:Z0hDrbKwV,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1dcpbem\",className,classNames)} framer-1h3nkk5`,\"data-framer-name\":\"Menu Link Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bZu7Xk2Xe\",onTap:onTapcfukcs,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bZu7Xk2Xe-hover\":{\"data-framer-name\":undefined},db2n3ikn6:{\"data-framer-name\":\"Menu Link Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7yxwye\",layoutDependency:layoutDependency,layoutId:\"JMQVH9ZWJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-WVFMdrEqS-d0yFufc2i) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-SaYScxBa0-d0yFufc2i))\"},children:\"Our Core Thing\"})}),className:\"framer-111s5v6\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"WwstS5O4P\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-SaYScxBa0-d0yFufc2i)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-SaYScxBa0-d0yFufc2i\":SaYScxBa0,\"--variable-reference-sK1WWVEYU-d0yFufc2i\":sK1WWVEYU,\"--variable-reference-WVFMdrEqS-d0yFufc2i\":WVFMdrEqS},text:He3BXyZUG,variants:{\"bZu7Xk2Xe-hover\":{\"--extracted-r6o4lv\":\"var(--token-d3a93a70-1ba9-4a08-ba2e-912c26e8e826, rgb(94, 169, 255))\"},db2n3ikn6:{\"--extracted-r6o4lv\":\"var(--variable-reference-sK1WWVEYU-d0yFufc2i)\",\"--variable-reference-sK1WWVEYU-d0yFufc2i\":sK1WWVEYU}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bZu7Xk2Xe-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-WVFMdrEqS-d0yFufc2i) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d3a93a70-1ba9-4a08-ba2e-912c26e8e826, rgb(94, 169, 255)))\"},children:\"Our Core Thing\"})})},db2n3ikn6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-WVFMdrEqS-d0yFufc2i) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-sK1WWVEYU-d0yFufc2i))\"},children:\"Our Core Thing\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14n8axm\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"mOesbvDSx\",style:{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5},variants:{\"bZu7Xk2Xe-hover\":{backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"},db2n3ikn6:{backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mxk05f\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yz3vr3qYe\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 11\"><path d=\"M 3.556 5.5 L 11.556 5.5 M 11.556 5.5 L 8.556 8.25 M 11.556 5.5 L 8.556 2.75\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11104972315,withExternalLayout:true,...addPropertyOverrides({\"bZu7Xk2Xe-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 11\"><path d=\"M 3.556 5.5 L 11.556 5.5 M 11.556 5.5 L 8.556 8.25 M 11.556 5.5 L 8.556 2.75\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9389844506},db2n3ikn6:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 11\"><path d=\"M 3.556 5.5 L 11.556 5.5 M 11.556 5.5 L 8.556 8.25 M 11.556 5.5 L 8.556 2.75\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12721322673}},baseVariant,gestureVariant)})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RiZnl.framer-1h3nkk5, .framer-RiZnl .framer-1h3nkk5 { display: block; }\",\".framer-RiZnl.framer-1dcpbem { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 557px; }\",\".framer-RiZnl .framer-7yxwye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RiZnl .framer-111s5v6 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-RiZnl .framer-14n8axm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-RiZnl .framer-1mxk05f { bottom: 7px; flex: none; height: 11px; position: absolute; right: 4px; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RiZnl.framer-1dcpbem { gap: 0px; } .framer-RiZnl.framer-1dcpbem > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-RiZnl.framer-1dcpbem > :first-child { margin-top: 0px; } .framer-RiZnl.framer-1dcpbem > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 557\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"db2n3ikn6\":{\"layout\":[\"fixed\",\"auto\"]},\"dY5XRl_uE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"He3BXyZUG\":\"menuLinkTitle\",\"qQGRj7De0\":\"click\",\"ICzmrfOoK\":\"link\",\"YgSSbZ1kr\":\"tabOption\",\"Z0hDrbKwV\":\"smoothScrollOption\",\"sK1WWVEYU\":\"menuColorActive\",\"WVFMdrEqS\":\"menuFontSize\",\"SaYScxBa0\":\"menuColorInactive\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerd0yFufc2i=withCSS(Component,css,\"framer-RiZnl\");export default Framerd0yFufc2i;Framerd0yFufc2i.displayName=\"Navigation/Menu Link\";Framerd0yFufc2i.defaultProps={height:38,width:557};addPropertyControls(Framerd0yFufc2i,{variant:{options:[\"bZu7Xk2Xe\",\"db2n3ikn6\"],optionTitles:[\"Menu Link Inactive\",\"Menu Link Active\"],title:\"Variant\",type:ControlType.Enum},He3BXyZUG:{defaultValue:\"Our Core Thing\",displayTextArea:false,title:\"Menu Link - Title\",type:ControlType.String},qQGRj7De0:{title:\"Click\",type:ControlType.EventHandler},ICzmrfOoK:{title:\"Link\",type:ControlType.Link},YgSSbZ1kr:{defaultValue:false,title:\"Tab Option\",type:ControlType.Boolean},Z0hDrbKwV:{defaultValue:false,title:\"Smooth Scroll Option\",type:ControlType.Boolean},sK1WWVEYU:{defaultValue:'var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196)) /* {\"name\":\"Brand Blue\"} */',title:\"Menu Color Active\",type:ControlType.Color},WVFMdrEqS:{defaultValue:32,title:\"Menu Font Size\",type:ControlType.Number},SaYScxBa0:{defaultValue:'var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Menu Color Inactive\",type:ControlType.Color}});addFonts(Framerd0yFufc2i,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerd0yFufc2i\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"db2n3ikn6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dY5XRl_uE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"He3BXyZUG\\\":\\\"menuLinkTitle\\\",\\\"qQGRj7De0\\\":\\\"click\\\",\\\"ICzmrfOoK\\\":\\\"link\\\",\\\"YgSSbZ1kr\\\":\\\"tabOption\\\",\\\"Z0hDrbKwV\\\":\\\"smoothScrollOption\\\",\\\"sK1WWVEYU\\\":\\\"menuColorActive\\\",\\\"WVFMdrEqS\\\":\\\"menuFontSize\\\",\\\"SaYScxBa0\\\":\\\"menuColorInactive\\\"}\",\"framerIntrinsicWidth\":\"557\",\"framerIntrinsicHeight\":\"38\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./d0yFufc2i.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={p6QGGEBoe:{hover:true}};const serializationHash=\"framer-5DlED\";const variantClassNames={p6QGGEBoe:\"framer-v-1h9qf1m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click2,height,id,width,...props})=>{return{...props,RLUCOv1lL:click2!==null&&click2!==void 0?click2:props.RLUCOv1lL};};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,RLUCOv1lL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"p6QGGEBoe\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick17iievm=activeVariantCallback(async(...args)=>{if(RLUCOv1lL){const res=await RLUCOv1lL(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h9qf1m\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"p6QGGEBoe\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"p6QGGEBoe-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tvffmu\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fUtFIrvqM\",opacity:1,radius:1e5,style:{backgroundColor:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"></svg>',svgContentId:12506756304,variants:{\"p6QGGEBoe-hover\":{backgroundColor:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\"}},withExternalLayout:true,...addPropertyOverrides({\"p6QGGEBoe-hover\":{svgContentId:12204746724}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tn3a1r-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"cHY8gEbCv-container\",name:\"Menu Icon\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"\",iconSelection:\"X\",id:\"cHY8gEbCv\",layoutId:\"cHY8gEbCv\",mirrored:false,name:\"Menu Icon\",onClick:onClick17iievm,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\",...addPropertyOverrides({\"p6QGGEBoe-hover\":{color:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5DlED.framer-15q6ija, .framer-5DlED .framer-15q6ija { display: block; }\",\".framer-5DlED.framer-1h9qf1m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5DlED .framer-tvffmu { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-5DlED .framer-1tn3a1r-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 50%; position: absolute; top: 50%; width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5DlED.framer-1h9qf1m { gap: 0px; } .framer-5DlED.framer-1h9qf1m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5DlED.framer-1h9qf1m > :first-child { margin-left: 0px; } .framer-5DlED.framer-1h9qf1m > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"KN2FXPpOW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"RLUCOv1lL\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerj2AWEHhEY=withCSS(Component,css,\"framer-5DlED\");export default Framerj2AWEHhEY;Framerj2AWEHhEY.displayName=\"Navigation/Close\";Framerj2AWEHhEY.defaultProps={height:40,width:40};addPropertyControls(Framerj2AWEHhEY,{RLUCOv1lL:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(Framerj2AWEHhEY,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj2AWEHhEY\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"RLUCOv1lL\\\":\\\"click2\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"KN2FXPpOW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./j2AWEHhEY.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={t8pGCfctU:{hover:true}};const cycleOrder=[\"t8pGCfctU\",\"B8s9rCfwz\"];const serializationHash=\"framer-mhZ0L\";const variantClassNames={B8s9rCfwz:\"framer-v-1n9xm0a\",t8pGCfctU:\"framer-v-12dcs3s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Link Active\":\"B8s9rCfwz\",\"Link Inactive\":\"t8pGCfctU\"};const getProps=({click,fontColor,fontSize,height,id,link,linkTitle,smoothScrollOption,tabType,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,EvY_FjtGo:(_ref=fontColor!==null&&fontColor!==void 0?fontColor:props.EvY_FjtGo)!==null&&_ref!==void 0?_ref:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",jkVDcldZC:click!==null&&click!==void 0?click:props.jkVDcldZC,mfATiuDLJ:(_ref1=fontSize!==null&&fontSize!==void 0?fontSize:props.mfATiuDLJ)!==null&&_ref1!==void 0?_ref1:16,mpR69Y4GN:tabType!==null&&tabType!==void 0?tabType:props.mpR69Y4GN,NjwdUeJ2c:link!==null&&link!==void 0?link:props.NjwdUeJ2c,PqXK0tm96:(_ref2=linkTitle!==null&&linkTitle!==void 0?linkTitle:props.PqXK0tm96)!==null&&_ref2!==void 0?_ref2:\"Terms & Condition\",SuqJ5NIek:smoothScrollOption!==null&&smoothScrollOption!==void 0?smoothScrollOption:props.SuqJ5NIek,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"t8pGCfctU\"};};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,PqXK0tm96,NjwdUeJ2c,mpR69Y4GN,SuqJ5NIek,jkVDcldZC,mfATiuDLJ,EvY_FjtGo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t8pGCfctU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap19229fm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(jkVDcldZC){const res=await jkVDcldZC(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NjwdUeJ2c,nodeId:\"t8pGCfctU\",openInNewTab:mpR69Y4GN,smoothScroll:SuqJ5NIek,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-12dcs3s\",className,classNames)} framer-1ly9w3m`,\"data-framer-name\":\"Link Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"t8pGCfctU\",onTap:onTap19229fm,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"t8pGCfctU-hover\":{\"data-framer-name\":undefined},B8s9rCfwz:{\"data-framer-name\":\"Link Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-mfATiuDLJ-jw7vfBMcx) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EvY_FjtGo-jw7vfBMcx))\"},children:\"Terms & Condition\"})}),className:\"framer-1oomi9\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"fwIy_tBhC\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EvY_FjtGo-jw7vfBMcx)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-EvY_FjtGo-jw7vfBMcx\":EvY_FjtGo,\"--variable-reference-mfATiuDLJ-jw7vfBMcx\":mfATiuDLJ},text:PqXK0tm96,variants:{\"t8pGCfctU-hover\":{\"--extracted-r6o4lv\":\"rgb(94, 169, 255)\"},B8s9rCfwz:{\"--extracted-r6o4lv\":\"rgb(94, 169, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"t8pGCfctU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-mfATiuDLJ-jw7vfBMcx) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(94, 169, 255))\"},children:\"Terms & Condition\"})})},B8s9rCfwz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-mfATiuDLJ-jw7vfBMcx) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(94, 169, 255))\"},children:\"Terms & Condition\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mhZ0L.framer-1ly9w3m, .framer-mhZ0L .framer-1ly9w3m { display: block; }\",\".framer-mhZ0L.framer-12dcs3s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-mhZ0L .framer-1oomi9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mhZ0L.framer-12dcs3s { gap: 0px; } .framer-mhZ0L.framer-12dcs3s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mhZ0L.framer-12dcs3s > :first-child { margin-left: 0px; } .framer-mhZ0L.framer-12dcs3s > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 141\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"B8s9rCfwz\":{\"layout\":[\"auto\",\"auto\"]},\"sCXEcbGMT\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PqXK0tm96\":\"linkTitle\",\"NjwdUeJ2c\":\"link\",\"mpR69Y4GN\":\"tabType\",\"SuqJ5NIek\":\"smoothScrollOption\",\"jkVDcldZC\":\"click\",\"mfATiuDLJ\":\"fontSize\",\"EvY_FjtGo\":\"fontColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerjw7vfBMcx=withCSS(Component,css,\"framer-mhZ0L\");export default Framerjw7vfBMcx;Framerjw7vfBMcx.displayName=\"Navigation/Link\";Framerjw7vfBMcx.defaultProps={height:22,width:141};addPropertyControls(Framerjw7vfBMcx,{variant:{options:[\"t8pGCfctU\",\"B8s9rCfwz\"],optionTitles:[\"Link Inactive\",\"Link Active\"],title:\"Variant\",type:ControlType.Enum},PqXK0tm96:{defaultValue:\"Terms & Condition\",displayTextArea:false,title:\"Link - title\",type:ControlType.String},NjwdUeJ2c:{title:\"Link\",type:ControlType.Link},mpR69Y4GN:{defaultValue:false,title:\"Tab Type\",type:ControlType.Boolean},SuqJ5NIek:{defaultValue:false,title:\"Smooth Scroll Option\",type:ControlType.Boolean},jkVDcldZC:{title:\"Click\",type:ControlType.EventHandler},mfATiuDLJ:{defaultValue:16,title:\"Font Size\",type:ControlType.Number},EvY_FjtGo:{defaultValue:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",title:\"Font Color\",type:ControlType.Color}});addFonts(Framerjw7vfBMcx,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjw7vfBMcx\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"141\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"22\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B8s9rCfwz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sCXEcbGMT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"PqXK0tm96\\\":\\\"linkTitle\\\",\\\"NjwdUeJ2c\\\":\\\"link\\\",\\\"mpR69Y4GN\\\":\\\"tabType\\\",\\\"SuqJ5NIek\\\":\\\"smoothScrollOption\\\",\\\"jkVDcldZC\\\":\\\"click\\\",\\\"mfATiuDLJ\\\":\\\"fontSize\\\",\\\"EvY_FjtGo\\\":\\\"fontColor\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jw7vfBMcx.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"m3C7S3fpf\",\"SoCqleOYj\",\"Pfo2xV3yS\"];const serializationHash=\"framer-gIqIm\";const variantClassNames={m3C7S3fpf:\"framer-v-kgsa8a\",Pfo2xV3yS:\"framer-v-9u5l7o\",SoCqleOYj:\"framer-v-wd8wom\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={LinkedIn:\"SoCqleOYj\",Pinterest:\"m3C7S3fpf\",x:\"Pfo2xV3yS\"};const getProps=({click,height,id,link,smoothScrollOption,tabType,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,B8YgrEm22:smoothScrollOption!==null&&smoothScrollOption!==void 0?smoothScrollOption:props.B8YgrEm22,D0HUxDOdu:link!==null&&link!==void 0?link:props.D0HUxDOdu,tlKy5lBom:tabType!==null&&tabType!==void 0?tabType:props.tlKy5lBom,VaMi62eci:click!==null&&click!==void 0?click:props.VaMi62eci,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"m3C7S3fpf\"};};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,D0HUxDOdu,tlKy5lBom,B8YgrEm22,VaMi62eci,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"m3C7S3fpf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaps613ac=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VaMi62eci){const res=await VaMi62eci(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SoCqleOYj\")return true;return false;};const isDisplayed1=()=>{if([\"SoCqleOYj\",\"Pfo2xV3yS\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Pfo2xV3yS\")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:D0HUxDOdu,nodeId:\"m3C7S3fpf\",openInNewTab:tlKy5lBom,smoothScroll:B8YgrEm22,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"Social Link Button\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-kgsa8a\",className,classNames)} framer-novcv`,\"data-border\":true,\"data-framer-name\":\"Pinterest\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"m3C7S3fpf\",onTap:onTaps613ac,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4,...style},...addPropertyOverrides({Pfo2xV3yS:{\"data-framer-name\":\"x\"},SoCqleOYj:{\"data-framer-name\":\"LinkedIn\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-359q3k\",\"data-framer-name\":\"Linkedin\",fill:\"black\",intrinsicHeight:14,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"bX5VTMMhZ\",svg:'<svg width=\"14\" height=\"14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14H0V5h3v9ZM1.491 3h-.017C.579 3 0 2.333 0 1.5 0 .647.596 0 1.509 0 2.42 0 2.983.648 3 1.5 3 2.332 2.42 3 1.491 3ZM14 14h-2.948V9.295c0-1.181-.427-1.988-1.494-1.988-.814 0-1.3.544-1.513 1.069-.077.188-.097.45-.097.713V14H5s.039-7.968 0-8.793h2.948v1.245C8.34 5.853 9.04 5 10.606 5 12.546 5 14 6.257 14 8.958V14Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-geql7z\",\"data-framer-name\":\"Pinterest\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"lzFQ7dmRM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 8.375 0.203 C 5.168 0.203 2 2.341 2 5.8 C 2 8 3.237 9.25 3.987 9.25 C 4.297 9.25 4.475 8.388 4.475 8.144 C 4.475 7.854 3.735 7.234 3.735 6.025 C 3.735 3.513 5.647 1.731 8.122 1.731 C 10.25 1.731 11.825 2.941 11.825 5.163 C 11.825 6.823 11.16 9.935 9.003 9.935 C 8.225 9.935 7.559 9.372 7.559 8.566 C 7.559 7.385 8.384 6.241 8.384 5.022 C 8.384 2.954 5.449 3.329 5.449 5.829 C 5.449 6.354 5.515 6.935 5.749 7.413 C 5.318 9.27 4.437 12.035 4.437 13.948 C 4.437 14.538 4.521 15.12 4.577 15.71 C 4.684 15.83 4.63 15.817 4.793 15.757 C 6.368 13.601 6.312 13.179 7.024 10.357 C 7.409 11.089 8.402 11.482 9.19 11.482 C 12.509 11.482 14 8.248 14 5.332 C 14 2.23 11.317 0.204 8.373 0.204 L 8.374 0.204 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12487814521,withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-19yw9u8\",\"data-framer-name\":\"X\",fill:\"black\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"IRAKgvFrG\",svg:'<svg width=\"12\" height=\"12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><mask id=\"b\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"12\" height=\"12\"><path d=\"M0 0h12v12H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\"><path d=\"M9.45.563h1.84L7.27 5.168l4.73 6.27H8.297L5.395 7.636l-3.317 3.802H.236l4.3-4.929L0 .563h3.797l2.62 3.474L9.45.563Zm-.647 9.77h1.02L3.24 1.61H2.146l6.657 8.725Z\" fill=\"#fff\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gIqIm.framer-novcv, .framer-gIqIm .framer-novcv { display: block; }\",\".framer-gIqIm.framer-kgsa8a { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: center; overflow: hidden; padding: 16px; position: relative; text-decoration: none; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gIqIm .framer-359q3k, .framer-gIqIm .framer-19yw9u8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\",\".framer-gIqIm .framer-geql7z { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gIqIm.framer-kgsa8a { gap: 0px; } .framer-gIqIm.framer-kgsa8a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gIqIm.framer-kgsa8a > :first-child { margin-left: 0px; } .framer-gIqIm.framer-kgsa8a > :last-child { margin-right: 0px; } }\",\".framer-gIqIm.framer-v-wd8wom.framer-kgsa8a, .framer-gIqIm.framer-v-9u5l7o.framer-kgsa8a { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); }\",'.framer-gIqIm[data-border=\"true\"]::after, .framer-gIqIm [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SoCqleOYj\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pfo2xV3yS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"D0HUxDOdu\":\"link\",\"tlKy5lBom\":\"tabType\",\"B8YgrEm22\":\"smoothScrollOption\",\"VaMi62eci\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertVwrrmSQe=withCSS(Component,css,\"framer-gIqIm\");export default FramertVwrrmSQe;FramertVwrrmSQe.displayName=\"Navigation/Social Icon\";FramertVwrrmSQe.defaultProps={height:32,width:32};addPropertyControls(FramertVwrrmSQe,{variant:{options:[\"m3C7S3fpf\",\"SoCqleOYj\",\"Pfo2xV3yS\"],optionTitles:[\"Pinterest\",\"LinkedIn\",\"x\"],title:\"Variant\",type:ControlType.Enum},D0HUxDOdu:{title:\"Link\",type:ControlType.Link},tlKy5lBom:{defaultValue:false,title:\"Tab Type\",type:ControlType.Boolean},B8YgrEm22:{defaultValue:false,title:\"Smooth Scroll Option\",type:ControlType.Boolean},VaMi62eci:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramertVwrrmSQe,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertVwrrmSQe\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SoCqleOYj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pfo2xV3yS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"32\",\"framerVariables\":\"{\\\"D0HUxDOdu\\\":\\\"link\\\",\\\"tlKy5lBom\\\":\\\"tabType\\\",\\\"B8YgrEm22\\\":\\\"smoothScrollOption\\\",\\\"VaMi62eci\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tVwrrmSQe.map", "// Generated by Framer (295c121)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavigationHamburgerMenu from\"https://framerusercontent.com/modules/zGKDVH8V6WwOqa7MAe1H/JK5oyj5gK2zoBE0kD1Lw/cCSj9Bj1a.js\";import NavigationMenuLink from\"https://framerusercontent.com/modules/3rptibsheXBaxNnGYCGv/dZSoNNN1u8hOOPzbc8Vc/d0yFufc2i.js\";import NavigationClose from\"https://framerusercontent.com/modules/yePicsXwnSnOeHwWmnd6/thgsOiMGf14K8H2yxJp5/j2AWEHhEY.js\";import NavigationLink from\"https://framerusercontent.com/modules/lrqOPFUotU2RXwQP8lSX/InomW8yc1RYy38YwuLvN/jw7vfBMcx.js\";import ButtonButton from\"https://framerusercontent.com/modules/u51eJTC6WKa7ttxqjDDc/3Y5PSE5PiFZe7Xofc9ec/LHvHHAFXK.js\";import NavigationSocialIcon from\"https://framerusercontent.com/modules/k5I1x9oO43FXrt2Xmrxq/U9UC6EiSAS1qx3DIE6IY/tVwrrmSQe.js\";const ButtonButtonFonts=getFonts(ButtonButton);const NavigationCloseFonts=getFonts(NavigationClose);const NavigationHamburgerMenuFonts=getFonts(NavigationHamburgerMenu);const NavigationMenuLinkFonts=getFonts(NavigationMenuLink);const NavigationMenuLinkWithVariantAppearEffect=withVariantAppearEffect(NavigationMenuLink);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const NavigationSocialIconFonts=getFonts(NavigationSocialIcon);const NavigationLinkFonts=getFonts(NavigationLink);const NavigationLinkWithVariantAppearEffect=withVariantAppearEffect(NavigationLink);const cycleOrder=[\"h6dQ1LKXF\",\"hB4NfUKru\",\"cenvEgaSi\",\"OmtDFk2nP\",\"rhDBZx67R\",\"oID2T_vbP\",\"CNWEs7wSZ\",\"Do5Hu6s7P\"];const serializationHash=\"framer-6saaz\";const variantClassNames={cenvEgaSi:\"framer-v-qrbtwm\",CNWEs7wSZ:\"framer-v-1iyvrly\",Do5Hu6s7P:\"framer-v-7k7cxy\",h6dQ1LKXF:\"framer-v-1i8ujuo\",hB4NfUKru:\"framer-v-1sf4c62\",oID2T_vbP:\"framer-v-1chqc5u\",OmtDFk2nP:\"framer-v-rdnbsl\",rhDBZx67R:\"framer-v-1d7eln5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.68,0,.05,.99],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,y:-4};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Nav bar (Transparent) Closed\":\"rhDBZx67R\",\"Mobile Nav bar (Transparent) Opened\":\"oID2T_vbP\",\"Tab Nav bar (Transparent) Closed\":\"cenvEgaSi\",\"Tab Nav bar (Transparent) Opened\":\"OmtDFk2nP\",\"Web Nav bar (Transparent) Closed\":\"h6dQ1LKXF\",\"Web Nav bar (Transparent) Opened\":\"hB4NfUKru\",\"Web Nav Colored Open\":\"Do5Hu6s7P\",\"Web Nav Colored\":\"CNWEs7wSZ\"};const getProps=({advantagesActive,advantagesInactive,coreThingActive,coreThingInactive,height,id,keySolutionActive,keySolutionInactive,link,link2,processActive,processInactive,termsActive,termsInactive,testimonialActive,testimonialInactive,whitepaperActive,whitepaperInactive,whyUsActive,whyUsInactive,width,...props})=>{return{...props,AxU3FYQrA:termsActive??props.AxU3FYQrA,Bi699BPMw:link2??props.Bi699BPMw,bmPNbSzU8:coreThingInactive??props.bmPNbSzU8,cJXhH68re:advantagesInactive??props.cJXhH68re,CQGuxJYIY:processActive??props.CQGuxJYIY,elCmKvRTt:advantagesActive??props.elCmKvRTt,GnEHabMrS:processInactive??props.GnEHabMrS,itBz2iOdK:whitepaperActive??props.itBz2iOdK,JO4FBzHqh:testimonialActive??props.JO4FBzHqh,mA8m0bedD:whyUsActive??props.mA8m0bedD,pzZI7j8dA:testimonialInactive??props.pzZI7j8dA,QikrxPvDR:link??props.QikrxPvDR,rgXL2QlIx:keySolutionInactive??props.rgXL2QlIx,T4EiJovgT:whyUsInactive??props.T4EiJovgT,uZyASrNM7:coreThingActive??props.uZyASrNM7,variant:humanReadableVariantMap[props.variant]??props.variant??\"h6dQ1LKXF\",WcPMTwAKF:keySolutionActive??props.WcPMTwAKF,wQeM8Qink:whitepaperInactive??props.wQeM8Qink,YOtni4G26:termsInactive??props.YOtni4G26};};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,uZyASrNM7,bmPNbSzU8,WcPMTwAKF,rgXL2QlIx,mA8m0bedD,T4EiJovgT,CQGuxJYIY,GnEHabMrS,elCmKvRTt,cJXhH68re,itBz2iOdK,wQeM8Qink,JO4FBzHqh,pzZI7j8dA,AxU3FYQrA,YOtni4G26,QikrxPvDR,Bi699BPMw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h6dQ1LKXF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16gfjb5=activeVariantCallback(async(...args)=>{setVariant(\"h6dQ1LKXF\");});const onTap40z3u9=activeVariantCallback(async(...args)=>{setVariant(\"cenvEgaSi\");});const onTap15hfbh1=activeVariantCallback(async(...args)=>{setVariant(\"rhDBZx67R\");});const onTap1e7xe1g=activeVariantCallback(async(...args)=>{setVariant(\"CNWEs7wSZ\");});const RLUCOv1lL16gfjb5=activeVariantCallback(async(...args)=>{setVariant(\"h6dQ1LKXF\");});const RLUCOv1lL1e7xe1g=activeVariantCallback(async(...args)=>{setVariant(\"CNWEs7wSZ\");});const LNcSxhwg71rcs132=activeVariantCallback(async(...args)=>{setVariant(\"hB4NfUKru\");});const LNcSxhwg71tc8avt=activeVariantCallback(async(...args)=>{setVariant(\"OmtDFk2nP\");});const LNcSxhwg71lzxn6t=activeVariantCallback(async(...args)=>{setVariant(\"oID2T_vbP\");});const LNcSxhwg7rltyay=activeVariantCallback(async(...args)=>{setVariant(\"Do5Hu6s7P\");});const RLUCOv1lL40z3u9=activeVariantCallback(async(...args)=>{setVariant(\"cenvEgaSi\");});const RLUCOv1lL15hfbh1=activeVariantCallback(async(...args)=>{setVariant(\"rhDBZx67R\");});const qQGRj7De016gfjb5=activeVariantCallback(async(...args)=>{setVariant(\"h6dQ1LKXF\");});const qQGRj7De040z3u9=activeVariantCallback(async(...args)=>{setVariant(\"cenvEgaSi\");});const qQGRj7De01vmfwm8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rhDBZx67R\"),200);});const qQGRj7De01e7xe1g=activeVariantCallback(async(...args)=>{setVariant(\"CNWEs7wSZ\");});const VaMi62eci16gfjb5=activeVariantCallback(async(...args)=>{setVariant(\"h6dQ1LKXF\");});const VaMi62eci40z3u9=activeVariantCallback(async(...args)=>{setVariant(\"cenvEgaSi\");});const VaMi62ecidvo7y9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rhDBZx67R\"),100);});const VaMi62eci1e7xe1g=activeVariantCallback(async(...args)=>{setVariant(\"CNWEs7wSZ\");});const VaMi62eci1rcs132=activeVariantCallback(async(...args)=>{setVariant(\"hB4NfUKru\");});const jkVDcldZC16gfjb5=activeVariantCallback(async(...args)=>{setVariant(\"h6dQ1LKXF\");});const jkVDcldZC40z3u9=activeVariantCallback(async(...args)=>{setVariant(\"cenvEgaSi\");});const jkVDcldZCdvo7y9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rhDBZx67R\"),100);});const jkVDcldZC1e7xe1g=activeVariantCallback(async(...args)=>{setVariant(\"CNWEs7wSZ\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rhDBZx67R\",\"oID2T_vbP\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"hB4NfUKru\",\"Do5Hu6s7P\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"hB4NfUKru\",\"OmtDFk2nP\",\"oID2T_vbP\",\"Do5Hu6s7P\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"OmtDFk2nP\",\"oID2T_vbP\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"hB4NfUKru\",\"OmtDFk2nP\",\"oID2T_vbP\",\"Do5Hu6s7P\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed5=()=>{if(baseVariant===\"oID2T_vbP\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1i8ujuo\",className,classNames),\"data-framer-name\":\"Web Nav bar (Transparent) Closed\",layoutDependency:layoutDependency,layoutId:\"h6dQ1LKXF\",ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{cenvEgaSi:{backgroundColor:\"rgba(0, 0, 0, 0)\"},CNWEs7wSZ:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\"},Do5Hu6s7P:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\"},hB4NfUKru:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\"},oID2T_vbP:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\"},OmtDFk2nP:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\"},rhDBZx67R:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({cenvEgaSi:{\"data-framer-name\":\"Tab Nav bar (Transparent) Closed\"},CNWEs7wSZ:{\"data-framer-name\":\"Web Nav Colored\"},Do5Hu6s7P:{\"data-framer-name\":\"Web Nav Colored Open\"},hB4NfUKru:{\"data-framer-name\":\"Web Nav bar (Transparent) Opened\"},oID2T_vbP:{\"data-framer-name\":\"Mobile Nav bar (Transparent) Opened\"},OmtDFk2nP:{\"data-framer-name\":\"Tab Nav bar (Transparent) Opened\"},rhDBZx67R:{\"data-framer-name\":\"Mobile Nav bar (Transparent) Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-39plwk\",layoutDependency:layoutDependency,layoutId:\"ANEEcSLF3\",style:{backgroundColor:\"var(--token-4ea04e8e-6608-45a0-9d95-26e9e0a2ab5b, rgb(13, 13, 57))\",opacity:0},variants:{rhDBZx67R:{opacity:1}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12lct8s\",\"data-framer-name\":\"Logo, Btn and Menu\",layoutDependency:layoutDependency,layoutId:\"hy1KpDn1J\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0},variants:{CNWEs7wSZ:{borderBottomLeftRadius:0,borderBottomRightRadius:0},Do5Hu6s7P:{borderBottomLeftRadius:0,borderBottomRightRadius:0},oID2T_vbP:{borderBottomLeftRadius:0,borderBottomRightRadius:0},rhDBZx67R:{borderBottomLeftRadius:16,borderBottomRightRadius:16}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"M4uW1Hv8K\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"synthorix\",className:\"framer-zyl1m8 framer-1yaxho2\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"M4uW1Hv8K\",...addPropertyOverrides({Do5Hu6s7P:{\"data-highlight\":true,onTap:onTap1e7xe1g},hB4NfUKru:{\"data-highlight\":true,onTap:onTap16gfjb5},oID2T_vbP:{\"data-highlight\":true,onTap:onTap15hfbh1},OmtDFk2nP:{\"data-highlight\":true,onTap:onTap40z3u9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0),pixelHeight:212,pixelWidth:181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Xn9RcgmXGmpNtgdPhjMUg7WZNQ.png\"},className:\"framer-1vzun36\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nzyONyQfo\",onTap:onTap16gfjb5,...addPropertyOverrides({oID2T_vbP:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+0+0+0),pixelHeight:212,pixelWidth:181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Xn9RcgmXGmpNtgdPhjMUg7WZNQ.png\"}},rhDBZx67R:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+0+0+0),pixelHeight:212,pixelWidth:181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Xn9RcgmXGmpNtgdPhjMUg7WZNQ.png\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-176zakm\",\"data-framer-name\":\"Btn and Menu\",layoutDependency:layoutDependency,layoutId:\"HEnp95JeD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+20+0+6.5+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lijcpl-container\",layoutDependency:layoutDependency,layoutId:\"Bmfd7IGf8-container\",children:/*#__PURE__*/_jsx(ButtonButton,{dBeFYRcUU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",fsdfh1UMA:QikrxPvDR,height:\"100%\",id:\"Bmfd7IGf8\",layoutId:\"Bmfd7IGf8\",O2_oLkk2a:false,PLawRz9Cz:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",RmUMWgq7w:true,style:{height:\"100%\"},T8QypKCli:\"var(--token-4b194d54-82ef-4613-92b4-8861305fd249, rgb(231, 224, 216))\",tF3xadmZj:\"Contact us\",variant:\"EvX6lVTbr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Do5Hu6s7P:{height:40,y:(componentViewport?.y||0)+20+0+6.5+0},hB4NfUKru:{height:40,y:(componentViewport?.y||0)+20+0+6.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4a3fn6-container\",layoutDependency:layoutDependency,layoutId:\"asM7RZ61S-container\",children:/*#__PURE__*/_jsx(NavigationClose,{height:\"100%\",id:\"asM7RZ61S\",layoutId:\"asM7RZ61S\",RLUCOv1lL:RLUCOv1lL16gfjb5,style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({Do5Hu6s7P:{RLUCOv1lL:RLUCOv1lL1e7xe1g}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+20+0+6.5+0,...addPropertyOverrides({rhDBZx67R:{y:(componentViewport?.y||0)+12+0+6.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eppaoa-container\",layoutDependency:layoutDependency,layoutId:\"QULtdSsQj-container\",children:/*#__PURE__*/_jsx(NavigationHamburgerMenu,{height:\"100%\",id:\"QULtdSsQj\",layoutId:\"QULtdSsQj\",LNcSxhwg7:LNcSxhwg71rcs132,style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({cenvEgaSi:{LNcSxhwg7:LNcSxhwg71tc8avt},CNWEs7wSZ:{LNcSxhwg7:LNcSxhwg7rltyay},rhDBZx67R:{LNcSxhwg7:LNcSxhwg71lzxn6t}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oID2T_vbP:{height:40,y:(componentViewport?.y||0)+12+0+6.5+0},OmtDFk2nP:{height:40,y:(componentViewport?.y||0)+20+0+6.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1642982-container\",layoutDependency:layoutDependency,layoutId:\"Jd3naNfMd-container\",children:/*#__PURE__*/_jsx(NavigationClose,{height:\"100%\",id:\"Jd3naNfMd\",layoutId:\"Jd3naNfMd\",RLUCOv1lL:RLUCOv1lL40z3u9,style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({oID2T_vbP:{RLUCOv1lL:RLUCOv1lL15hfbh1}},baseVariant,gestureVariant)})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a3h02i\",\"data-framer-name\":\"Nav Menu\",layoutDependency:layoutDependency,layoutId:\"gdXnz1Mwp\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{Do5Hu6s7P:{opacity:1},hB4NfUKru:{opacity:1},oID2T_vbP:{opacity:1},OmtDFk2nP:{opacity:1}},...addPropertyOverrides({Do5Hu6s7P:{transformTemplate:undefined},hB4NfUKru:{transformTemplate:undefined},oID2T_vbP:{transformTemplate:undefined},OmtDFk2nP:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j9k13v\",\"data-framer-name\":\"Menu, Link and Social\",layoutDependency:layoutDependency,layoutId:\"Fujlo1ELe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gvtj1d\",\"data-framer-name\":\"Link and Menu\",layoutDependency:layoutDependency,layoutId:\"Km3Klrnwx\",children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-n0m55l\",\"data-framer-appear-id\":\"n0m55l\",\"data-framer-name\":\"Menu Link\",layoutDependency:layoutDependency,layoutId:\"PkyS9zqIT\",...addPropertyOverrides({Do5Hu6s7P:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ZvPeewiqL\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+0},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+0},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+0},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mh3pp0-container\",layoutDependency:layoutDependency,layoutId:\"DVzaUKZe7-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:uZyASrNM7,target:\"db2n3ikn6\"},{ref:bmPNbSzU8,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Our Core Thing\",height:\"100%\",ICzmrfOoK:resolvedLinks[0],id:\"DVzaUKZe7\",layoutId:\"DVzaUKZe7\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{__framer__threshold:0,ICzmrfOoK:resolvedLinks[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{__framer__threshold:0,ICzmrfOoK:resolvedLinks[1],WVFMdrEqS:30},oID2T_vbP:{ICzmrfOoK:resolvedLinks[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+132},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+132},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+124},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+124}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10d4i1j-container\",layoutDependency:layoutDependency,layoutId:\"AT2kBN8ia-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:WcPMTwAKF,target:\"db2n3ikn6\"},{ref:rgXL2QlIx,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Key Solution\",height:\"100%\",ICzmrfOoK:resolvedLinks1[0],id:\"AT2kBN8ia\",layoutId:\"AT2kBN8ia\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{ICzmrfOoK:resolvedLinks1[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{ICzmrfOoK:resolvedLinks1[1],WVFMdrEqS:30},oID2T_vbP:{ICzmrfOoK:resolvedLinks1[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks1[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":LM_BFx2a7\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+66},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+66},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+62},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+62}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ux3g7r-container\",layoutDependency:layoutDependency,layoutId:\"Avx3LOqrp-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:mA8m0bedD,target:\"db2n3ikn6\"},{ref:T4EiJovgT,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Why Synthorix\",height:\"100%\",ICzmrfOoK:resolvedLinks2[0],id:\"Avx3LOqrp\",layoutId:\"Avx3LOqrp\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{He3BXyZUG:\"Why Seasons\",ICzmrfOoK:resolvedLinks2[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{He3BXyZUG:\"Why Seasons\",ICzmrfOoK:resolvedLinks2[1],WVFMdrEqS:30},oID2T_vbP:{He3BXyZUG:\"Why Seasons\",ICzmrfOoK:resolvedLinks2[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks2[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BYQ6M3tzo\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+198},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+198},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+186},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+186}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3hrg5-container\",layoutDependency:layoutDependency,layoutId:\"OUpFAd2aP-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:CQGuxJYIY,target:\"db2n3ikn6\"},{ref:GnEHabMrS,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"4 Step Process\",height:\"100%\",ICzmrfOoK:resolvedLinks3[0],id:\"OUpFAd2aP\",layoutId:\"OUpFAd2aP\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{ICzmrfOoK:resolvedLinks3[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{ICzmrfOoK:resolvedLinks3[1],WVFMdrEqS:30},oID2T_vbP:{ICzmrfOoK:resolvedLinks3[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks3[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ipg_MuZib\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+264},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+264},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+248},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+248}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nnon3i-container\",layoutDependency:layoutDependency,layoutId:\"KecWa7kby-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:elCmKvRTt,target:\"db2n3ikn6\"},{ref:cJXhH68re,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Exclusive Advantages\",height:\"100%\",ICzmrfOoK:resolvedLinks4[0],id:\"KecWa7kby\",layoutId:\"KecWa7kby\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{ICzmrfOoK:resolvedLinks4[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{ICzmrfOoK:resolvedLinks4[1],WVFMdrEqS:30},oID2T_vbP:{ICzmrfOoK:resolvedLinks4[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks4[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":H8Xn38lNU\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+330},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+330},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+310},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+310}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12hf1jb-container\",layoutDependency:layoutDependency,layoutId:\"JXPYIOr6c-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:itBz2iOdK,target:\"db2n3ikn6\"},{ref:wQeM8Qink,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Free Whitepaper\",height:\"100%\",ICzmrfOoK:resolvedLinks5[0],id:\"JXPYIOr6c\",layoutId:\"JXPYIOr6c\",qQGRj7De0:qQGRj7De016gfjb5,SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{ICzmrfOoK:resolvedLinks5[4],qQGRj7De0:qQGRj7De01e7xe1g,WVFMdrEqS:30},hB4NfUKru:{ICzmrfOoK:resolvedLinks5[1],WVFMdrEqS:30},oID2T_vbP:{ICzmrfOoK:resolvedLinks5[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks5[2],qQGRj7De0:qQGRj7De040z3u9,WVFMdrEqS:26}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,...addPropertyOverrides({Do5Hu6s7P:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+396},hB4NfUKru:{width:`max(min(${componentViewport?.width||\"100vw\"} - 160px, 1240px), 1px)`,y:(componentViewport?.y||0)+20+101+0+0+0+0+0+396},oID2T_vbP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 600px), 1px)`,y:(componentViewport?.y||0)+12+85+0+0+0+0+0+372},OmtDFk2nP:{width:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1080px), 1px)`,y:(componentViewport?.y||0)+20+85+0+0+0+0+0+372}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oyl8zp-container\",layoutDependency:layoutDependency,layoutId:\"BS1ltxseW-container\",children:/*#__PURE__*/_jsx(NavigationMenuLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:JO4FBzHqh,target:\"db2n3ikn6\"},{ref:pzZI7j8dA,target:\"bZu7Xk2Xe\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,He3BXyZUG:\"Testimonial\",height:\"100%\",ICzmrfOoK:resolvedLinks6[0],id:\"BS1ltxseW\",layoutId:\"BS1ltxseW\",SaYScxBa0:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",sK1WWVEYU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",style:{width:\"100%\"},variant:\"bZu7Xk2Xe\",width:\"100%\",WVFMdrEqS:28,YgSSbZ1kr:false,Z0hDrbKwV:true,...addPropertyOverrides({Do5Hu6s7P:{ICzmrfOoK:resolvedLinks6[4],qQGRj7De0:qQGRj7De01e7xe1g},hB4NfUKru:{ICzmrfOoK:resolvedLinks6[1],qQGRj7De0:qQGRj7De016gfjb5},oID2T_vbP:{ICzmrfOoK:resolvedLinks6[3],qQGRj7De0:qQGRj7De01vmfwm8,WVFMdrEqS:20},OmtDFk2nP:{ICzmrfOoK:resolvedLinks6[2],qQGRj7De0:qQGRj7De040z3u9}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6uhj5j\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"WWjvr8QCU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wlf1ni\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"vWUyohCs3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({Do5Hu6s7P:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},hB4NfUKru:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},oID2T_vbP:{y:(componentViewport?.y||0)+12+85+0+0+434+0+46+0},OmtDFk2nP:{y:(componentViewport?.y||0)+20+85+0+0+474+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g98amo-container\",layoutDependency:layoutDependency,layoutId:\"BsxyhsT_P-container\",whileHover:animation2,children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,D0HUxDOdu:\"https://in.pinterest.com/radecreatives/\",height:\"100%\",id:\"BsxyhsT_P\",layoutId:\"BsxyhsT_P\",style:{height:\"100%\",width:\"100%\"},tlKy5lBom:true,variant:\"m3C7S3fpf\",width:\"100%\",...addPropertyOverrides({Do5Hu6s7P:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci1e7xe1g},hB4NfUKru:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci16gfjb5},oID2T_vbP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62ecidvo7y9},OmtDFk2nP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci40z3u9}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({Do5Hu6s7P:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},hB4NfUKru:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},oID2T_vbP:{y:(componentViewport?.y||0)+12+85+0+0+434+0+46+0},OmtDFk2nP:{y:(componentViewport?.y||0)+20+85+0+0+474+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bugdb4-container\",layoutDependency:layoutDependency,layoutId:\"xrKHg1c6q-container\",whileHover:animation2,children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,D0HUxDOdu:\"https://www.linkedin.com/in/radecreatives\",height:\"100%\",id:\"xrKHg1c6q\",layoutId:\"xrKHg1c6q\",style:{height:\"100%\",width:\"100%\"},tlKy5lBom:true,variant:\"SoCqleOYj\",width:\"100%\",...addPropertyOverrides({Do5Hu6s7P:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci1e7xe1g},hB4NfUKru:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci16gfjb5},oID2T_vbP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62ecidvo7y9},OmtDFk2nP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci40z3u9}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({Do5Hu6s7P:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},hB4NfUKru:{y:(componentViewport?.y||0)+20+101+0+0+498+0+0},oID2T_vbP:{y:(componentViewport?.y||0)+12+85+0+0+434+0+46+0},OmtDFk2nP:{y:(componentViewport?.y||0)+20+85+0+0+474+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1negj37-container\",layoutDependency:layoutDependency,layoutId:\"SNQqAqpFd-container\",whileHover:animation2,children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,D0HUxDOdu:\"https://x.com/RaDeCreatives\",height:\"100%\",id:\"SNQqAqpFd\",layoutId:\"SNQqAqpFd\",style:{height:\"100%\",width:\"100%\"},tlKy5lBom:true,variant:\"Pfo2xV3yS\",width:\"100%\",...addPropertyOverrides({Do5Hu6s7P:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci1e7xe1g},hB4NfUKru:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci1rcs132},oID2T_vbP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62ecidvo7y9},OmtDFk2nP:{D0HUxDOdu:undefined,VaMi62eci:VaMi62eci40z3u9}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eqm86a\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"HMGZm6rPk\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({Do5Hu6s7P:{y:(componentViewport?.y||0)+20+101+0+0+498+9+0},hB4NfUKru:{y:(componentViewport?.y||0)+20+101+0+0+498+9+0},oID2T_vbP:{y:(componentViewport?.y||0)+12+85+0+0+434+0+0+0+0},OmtDFk2nP:{y:(componentViewport?.y||0)+20+85+0+0+474+9+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iiwspn-container\",layoutDependency:layoutDependency,layoutId:\"rYwcsUloA-container\",children:/*#__PURE__*/_jsx(NavigationLinkWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:AxU3FYQrA,target:\"B8s9rCfwz\"},{ref:YOtni4G26,target:\"t8pGCfctU\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"rYwcsUloA\",layoutId:\"rYwcsUloA\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks7[0],PqXK0tm96:\"Terms & Condition\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({Do5Hu6s7P:{jkVDcldZC:jkVDcldZC1e7xe1g,NjwdUeJ2c:resolvedLinks7[4]},hB4NfUKru:{jkVDcldZC:jkVDcldZC16gfjb5,NjwdUeJ2c:resolvedLinks7[1]},oID2T_vbP:{jkVDcldZC:jkVDcldZCdvo7y9,NjwdUeJ2c:resolvedLinks7[3]},OmtDFk2nP:{jkVDcldZC:jkVDcldZC40z3u9,NjwdUeJ2c:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oID2T_vbP:{height:40,y:(componentViewport?.y||0)+12+85+0+0+434+0+110}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e20l4j-container\",layoutDependency:layoutDependency,layoutId:\"cmirEDR4f-container\",children:/*#__PURE__*/_jsx(ButtonButton,{dBeFYRcUU:\"var(--token-53af3b96-fca0-483c-bf00-c6b267e58765, rgb(19, 101, 196))\",fsdfh1UMA:Bi699BPMw,height:\"100%\",id:\"cmirEDR4f\",layoutId:\"cmirEDR4f\",O2_oLkk2a:true,PLawRz9Cz:\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",RmUMWgq7w:false,T8QypKCli:\"var(--token-4b194d54-82ef-4613-92b4-8861305fd249, rgb(231, 224, 216))\",tF3xadmZj:\"Contact\",variant:\"OQgnOeBC_\",width:\"100%\"})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6saaz.framer-1yaxho2, .framer-6saaz .framer-1yaxho2 { display: block; }\",\".framer-6saaz.framer-1i8ujuo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 80px 0px 80px; position: relative; width: 1240px; }\",\".framer-6saaz .framer-39plwk { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 10; }\",\".framer-6saaz .framer-12lct8s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1240px; overflow: hidden; padding: 0px; position: relative; width: 110%; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-6saaz .framer-zyl1m8 { 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-6saaz .framer-1vzun36 { cursor: pointer; flex: none; height: 53px; overflow: visible; position: relative; width: 76px; }\",\".framer-6saaz .framer-176zakm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6saaz .framer-lijcpl-container, .framer-6saaz .framer-4a3fn6-container, .framer-6saaz .framer-eppaoa-container, .framer-6saaz .framer-1642982-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-6saaz .framer-a3h02i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1240px; overflow: hidden; padding: 0px; position: absolute; top: -422px; width: 1080px; z-index: 2; }\",\".framer-6saaz .framer-j9k13v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: hidden; padding: 32px 0px 16px 0px; position: relative; width: 1px; }\",\".framer-6saaz .framer-1gvtj1d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6saaz .framer-n0m55l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6saaz .framer-1mh3pp0-container, .framer-6saaz .framer-10d4i1j-container, .framer-6saaz .framer-1ux3g7r-container, .framer-6saaz .framer-1d3hrg5-container, .framer-6saaz .framer-1nnon3i-container, .framer-6saaz .framer-12hf1jb-container, .framer-6saaz .framer-1oyl8zp-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6saaz .framer-6uhj5j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6saaz .framer-wlf1ni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6saaz .framer-g98amo-container, .framer-6saaz .framer-bugdb4-container, .framer-6saaz .framer-1negj37-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-6saaz .framer-eqm86a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6saaz .framer-1iiwspn-container, .framer-6saaz .framer-1e20l4j-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6saaz.framer-1i8ujuo, .framer-6saaz .framer-zyl1m8, .framer-6saaz .framer-176zakm, .framer-6saaz .framer-a3h02i, .framer-6saaz .framer-j9k13v, .framer-6saaz .framer-n0m55l, .framer-6saaz .framer-wlf1ni, .framer-6saaz .framer-eqm86a { gap: 0px; } .framer-6saaz.framer-1i8ujuo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6saaz.framer-1i8ujuo > :first-child, .framer-6saaz .framer-j9k13v > :first-child, .framer-6saaz .framer-n0m55l > :first-child { margin-top: 0px; } .framer-6saaz.framer-1i8ujuo > :last-child, .framer-6saaz .framer-j9k13v > :last-child, .framer-6saaz .framer-n0m55l > :last-child { margin-bottom: 0px; } .framer-6saaz .framer-zyl1m8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6saaz .framer-zyl1m8 > :first-child, .framer-6saaz .framer-176zakm > :first-child, .framer-6saaz .framer-a3h02i > :first-child, .framer-6saaz .framer-wlf1ni > :first-child, .framer-6saaz .framer-eqm86a > :first-child { margin-left: 0px; } .framer-6saaz .framer-zyl1m8 > :last-child, .framer-6saaz .framer-176zakm > :last-child, .framer-6saaz .framer-a3h02i > :last-child, .framer-6saaz .framer-wlf1ni > :last-child, .framer-6saaz .framer-eqm86a > :last-child { margin-right: 0px; } .framer-6saaz .framer-176zakm > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-6saaz .framer-a3h02i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6saaz .framer-j9k13v > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-6saaz .framer-n0m55l > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6saaz .framer-wlf1ni > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6saaz .framer-eqm86a > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-6saaz.framer-v-1sf4c62.framer-1i8ujuo, .framer-6saaz.framer-v-7k7cxy.framer-1i8ujuo { max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: 800px; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-39plwk, .framer-6saaz.framer-v-7k7cxy .framer-39plwk { bottom: unset; height: 100%; order: 0; right: unset; top: 2px; width: 100%; z-index: 0; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-12lct8s, .framer-6saaz.framer-v-7k7cxy .framer-12lct8s { order: 1; padding: 0px 0px 48px 0px; width: 100%; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-zyl1m8, .framer-6saaz.framer-v-rdnbsl .framer-zyl1m8, .framer-6saaz.framer-v-1chqc5u .framer-zyl1m8, .framer-6saaz.framer-v-7k7cxy .framer-zyl1m8 { cursor: pointer; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-a3h02i, .framer-6saaz.framer-v-7k7cxy .framer-a3h02i { left: unset; order: 2; position: relative; top: unset; width: 100%; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-j9k13v, .framer-6saaz.framer-v-rdnbsl .framer-j9k13v, .framer-6saaz.framer-v-7k7cxy .framer-j9k13v { max-width: unset; padding: 0px 0px 16px 0px; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-n0m55l, .framer-6saaz.framer-v-7k7cxy .framer-n0m55l { gap: 28px; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-1mh3pp0-container, .framer-6saaz.framer-v-rdnbsl .framer-1mh3pp0-container, .framer-6saaz.framer-v-1chqc5u .framer-1mh3pp0-container, .framer-6saaz.framer-v-7k7cxy .framer-1mh3pp0-container { order: 0; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-10d4i1j-container, .framer-6saaz.framer-v-rdnbsl .framer-10d4i1j-container, .framer-6saaz.framer-v-1chqc5u .framer-10d4i1j-container, .framer-6saaz.framer-v-1chqc5u .framer-1e20l4j-container, .framer-6saaz.framer-v-7k7cxy .framer-10d4i1j-container { order: 2; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-1ux3g7r-container, .framer-6saaz.framer-v-rdnbsl .framer-1ux3g7r-container, .framer-6saaz.framer-v-1chqc5u .framer-1ux3g7r-container, .framer-6saaz.framer-v-1chqc5u .framer-wlf1ni, .framer-6saaz.framer-v-7k7cxy .framer-1ux3g7r-container { order: 1; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-1d3hrg5-container, .framer-6saaz.framer-v-rdnbsl .framer-1d3hrg5-container, .framer-6saaz.framer-v-1chqc5u .framer-1d3hrg5-container, .framer-6saaz.framer-v-7k7cxy .framer-1d3hrg5-container { order: 3; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-1nnon3i-container, .framer-6saaz.framer-v-rdnbsl .framer-1nnon3i-container, .framer-6saaz.framer-v-1chqc5u .framer-1nnon3i-container, .framer-6saaz.framer-v-7k7cxy .framer-1nnon3i-container { order: 4; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-12hf1jb-container, .framer-6saaz.framer-v-rdnbsl .framer-12hf1jb-container, .framer-6saaz.framer-v-1chqc5u .framer-12hf1jb-container, .framer-6saaz.framer-v-7k7cxy .framer-12hf1jb-container { order: 5; }\",\".framer-6saaz.framer-v-1sf4c62 .framer-1oyl8zp-container, .framer-6saaz.framer-v-rdnbsl .framer-1oyl8zp-container, .framer-6saaz.framer-v-1chqc5u .framer-1oyl8zp-container, .framer-6saaz.framer-v-7k7cxy .framer-1oyl8zp-container { order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6saaz.framer-v-1sf4c62 .framer-n0m55l { gap: 0px; } .framer-6saaz.framer-v-1sf4c62 .framer-n0m55l > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-6saaz.framer-v-1sf4c62 .framer-n0m55l > :first-child { margin-top: 0px; } .framer-6saaz.framer-v-1sf4c62 .framer-n0m55l > :last-child { margin-bottom: 0px; } }\",\".framer-6saaz.framer-v-qrbtwm.framer-1i8ujuo { padding: 20px 40px 0px 40px; width: 810px; }\",\".framer-6saaz.framer-v-qrbtwm .framer-12lct8s { max-width: 1080px; }\",\".framer-6saaz.framer-v-rdnbsl.framer-1i8ujuo { max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: 800px; padding: 20px 40px 0px 40px; width: 810px; }\",\".framer-6saaz.framer-v-rdnbsl .framer-39plwk { z-index: 0; }\",\".framer-6saaz.framer-v-rdnbsl .framer-12lct8s { max-width: 1080px; padding: 0px 0px 32px 0px; }\",\".framer-6saaz.framer-v-rdnbsl .framer-a3h02i { left: unset; max-width: 1080px; position: relative; top: unset; width: 100%; }\",\".framer-6saaz.framer-v-rdnbsl .framer-n0m55l, .framer-6saaz.framer-v-1chqc5u .framer-n0m55l { gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6saaz.framer-v-rdnbsl .framer-n0m55l { gap: 0px; } .framer-6saaz.framer-v-rdnbsl .framer-n0m55l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6saaz.framer-v-rdnbsl .framer-n0m55l > :first-child { margin-top: 0px; } .framer-6saaz.framer-v-rdnbsl .framer-n0m55l > :last-child { margin-bottom: 0px; } }\",\".framer-6saaz.framer-v-1d7eln5.framer-1i8ujuo { height: 64px; overflow: visible; padding: 12px 20px 12px 20px; width: 390px; }\",\".framer-6saaz.framer-v-1d7eln5 .framer-39plwk { bottom: unset; height: 100%; right: unset; width: 100%; }\",\".framer-6saaz.framer-v-1d7eln5 .framer-12lct8s { max-width: 600px; }\",\".framer-6saaz.framer-v-1chqc5u.framer-1i8ujuo { max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: 800px; padding: 12px 20px 12px 20px; width: 390px; }\",\".framer-6saaz.framer-v-1chqc5u .framer-39plwk { order: 2; z-index: 0; }\",\".framer-6saaz.framer-v-1chqc5u .framer-12lct8s { max-width: 600px; order: 0; padding: 0px 0px 32px 0px; }\",\".framer-6saaz.framer-v-1chqc5u .framer-a3h02i { left: unset; max-width: 600px; order: 1; position: relative; top: unset; width: 100%; }\",\".framer-6saaz.framer-v-1chqc5u .framer-j9k13v { gap: 24px; max-width: unset; padding: 0px 0px 16px 0px; }\",\".framer-6saaz.framer-v-1chqc5u .framer-6uhj5j { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-6saaz.framer-v-1chqc5u .framer-eqm86a { flex-direction: column; gap: 16px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6saaz.framer-v-1chqc5u .framer-j9k13v, .framer-6saaz.framer-v-1chqc5u .framer-n0m55l, .framer-6saaz.framer-v-1chqc5u .framer-6uhj5j, .framer-6saaz.framer-v-1chqc5u .framer-eqm86a { gap: 0px; } .framer-6saaz.framer-v-1chqc5u .framer-j9k13v > *, .framer-6saaz.framer-v-1chqc5u .framer-n0m55l > *, .framer-6saaz.framer-v-1chqc5u .framer-6uhj5j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6saaz.framer-v-1chqc5u .framer-j9k13v > :first-child, .framer-6saaz.framer-v-1chqc5u .framer-n0m55l > :first-child, .framer-6saaz.framer-v-1chqc5u .framer-6uhj5j > :first-child, .framer-6saaz.framer-v-1chqc5u .framer-eqm86a > :first-child { margin-top: 0px; } .framer-6saaz.framer-v-1chqc5u .framer-j9k13v > :last-child, .framer-6saaz.framer-v-1chqc5u .framer-n0m55l > :last-child, .framer-6saaz.framer-v-1chqc5u .framer-6uhj5j > :last-child, .framer-6saaz.framer-v-1chqc5u .framer-eqm86a > :last-child { margin-bottom: 0px; } .framer-6saaz.framer-v-1chqc5u .framer-eqm86a > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-6saaz.framer-v-1iyvrly.framer-1i8ujuo { padding: 20px 80px 20px 80px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6saaz.framer-v-7k7cxy .framer-n0m55l { gap: 0px; } .framer-6saaz.framer-v-7k7cxy .framer-n0m55l > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-6saaz.framer-v-7k7cxy .framer-n0m55l > :first-child { margin-top: 0px; } .framer-6saaz.framer-v-7k7cxy .framer-n0m55l > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hB4NfUKru\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"800px\",\"100vh\"]},\"cenvEgaSi\":{\"layout\":[\"fixed\",\"auto\"]},\"OmtDFk2nP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"800px\",\"100vh\"]},\"rhDBZx67R\":{\"layout\":[\"fixed\",\"fixed\"]},\"oID2T_vbP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"800px\",\"100vh\"]},\"CNWEs7wSZ\":{\"layout\":[\"fixed\",\"auto\"]},\"Do5Hu6s7P\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"800px\",\"100vh\"]}}}\n * @framerVariables {\"uZyASrNM7\":\"coreThingActive\",\"bmPNbSzU8\":\"coreThingInactive\",\"WcPMTwAKF\":\"keySolutionActive\",\"rgXL2QlIx\":\"keySolutionInactive\",\"mA8m0bedD\":\"whyUsActive\",\"T4EiJovgT\":\"whyUsInactive\",\"CQGuxJYIY\":\"processActive\",\"GnEHabMrS\":\"processInactive\",\"elCmKvRTt\":\"advantagesActive\",\"cJXhH68re\":\"advantagesInactive\",\"itBz2iOdK\":\"whitepaperActive\",\"wQeM8Qink\":\"whitepaperInactive\",\"JO4FBzHqh\":\"testimonialActive\",\"pzZI7j8dA\":\"testimonialInactive\",\"AxU3FYQrA\":\"termsActive\",\"YOtni4G26\":\"termsInactive\",\"QikrxPvDR\":\"link\",\"Bi699BPMw\":\"link2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEguldjCJX=withCSS(Component,css,\"framer-6saaz\");export default FramerEguldjCJX;FramerEguldjCJX.displayName=\"Navigation/Nav bar\";FramerEguldjCJX.defaultProps={height:73,width:1240};addPropertyControls(FramerEguldjCJX,{variant:{options:[\"h6dQ1LKXF\",\"hB4NfUKru\",\"cenvEgaSi\",\"OmtDFk2nP\",\"rhDBZx67R\",\"oID2T_vbP\",\"CNWEs7wSZ\",\"Do5Hu6s7P\"],optionTitles:[\"Web Nav bar (Transparent) Closed\",\"Web Nav bar (Transparent) Opened\",\"Tab Nav bar (Transparent) Closed\",\"Tab Nav bar (Transparent) Opened\",\"Mobile Nav bar (Transparent) Closed\",\"Mobile Nav bar (Transparent) Opened\",\"Web Nav Colored\",\"Web Nav Colored Open\"],title:\"Variant\",type:ControlType.Enum},uZyASrNM7:{title:\"core thing active\",type:ControlType.ScrollSectionRef},bmPNbSzU8:{title:\"core thing inactive\",type:ControlType.ScrollSectionRef},WcPMTwAKF:{title:\"Key Solution active\",type:ControlType.ScrollSectionRef},rgXL2QlIx:{title:\"Key Solution inactive\",type:ControlType.ScrollSectionRef},mA8m0bedD:{title:\"Why us active\",type:ControlType.ScrollSectionRef},T4EiJovgT:{title:\"Why us inactive\",type:ControlType.ScrollSectionRef},CQGuxJYIY:{title:\"Process active\",type:ControlType.ScrollSectionRef},GnEHabMrS:{title:\"Process Inactive\",type:ControlType.ScrollSectionRef},elCmKvRTt:{title:\"Advantages active\",type:ControlType.ScrollSectionRef},cJXhH68re:{title:\"Advantages inactive\",type:ControlType.ScrollSectionRef},itBz2iOdK:{title:\"whitepaper active\",type:ControlType.ScrollSectionRef},wQeM8Qink:{title:\"whitepaper inactive\",type:ControlType.ScrollSectionRef},JO4FBzHqh:{title:\"testimonial active\",type:ControlType.ScrollSectionRef},pzZI7j8dA:{title:\"testimonial inactive\",type:ControlType.ScrollSectionRef},AxU3FYQrA:{title:\"terms active\",type:ControlType.ScrollSectionRef},YOtni4G26:{title:\"terms inactive\",type:ControlType.ScrollSectionRef},QikrxPvDR:{title:\"Link\",type:ControlType.Link},Bi699BPMw:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerEguldjCJX,[{explicitInter:true,fonts:[]},...ButtonButtonFonts,...NavigationCloseFonts,...NavigationHamburgerMenuFonts,...NavigationMenuLinkFonts,...NavigationSocialIconFonts,...NavigationLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEguldjCJX\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"uZyASrNM7\\\":\\\"coreThingActive\\\",\\\"bmPNbSzU8\\\":\\\"coreThingInactive\\\",\\\"WcPMTwAKF\\\":\\\"keySolutionActive\\\",\\\"rgXL2QlIx\\\":\\\"keySolutionInactive\\\",\\\"mA8m0bedD\\\":\\\"whyUsActive\\\",\\\"T4EiJovgT\\\":\\\"whyUsInactive\\\",\\\"CQGuxJYIY\\\":\\\"processActive\\\",\\\"GnEHabMrS\\\":\\\"processInactive\\\",\\\"elCmKvRTt\\\":\\\"advantagesActive\\\",\\\"cJXhH68re\\\":\\\"advantagesInactive\\\",\\\"itBz2iOdK\\\":\\\"whitepaperActive\\\",\\\"wQeM8Qink\\\":\\\"whitepaperInactive\\\",\\\"JO4FBzHqh\\\":\\\"testimonialActive\\\",\\\"pzZI7j8dA\\\":\\\"testimonialInactive\\\",\\\"AxU3FYQrA\\\":\\\"termsActive\\\",\\\"YOtni4G26\\\":\\\"termsInactive\\\",\\\"QikrxPvDR\\\":\\\"link\\\",\\\"Bi699BPMw\\\":\\\"link2\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"73\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hB4NfUKru\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"800px\\\",\\\"100vh\\\"]},\\\"cenvEgaSi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OmtDFk2nP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"800px\\\",\\\"100vh\\\"]},\\\"rhDBZx67R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oID2T_vbP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"800px\\\",\\\"100vh\\\"]},\\\"CNWEs7wSZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Do5Hu6s7P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"800px\\\",\\\"100vh\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EguldjCJX.map", "// Generated by Framer (6f76210)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-hzhqS .framer-styles-preset-cm41cj:not(.rich-text-wrapper), .framer-hzhqS .framer-styles-preset-cm41cj.rich-text-wrapper a { --framer-link-current-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-d3a93a70-1ba9-4a08-ba2e-912c26e8e826, #5ea9ff) /* {\"name\":\"link\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-hzhqS\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (295c121)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dvAW14mNOaXGscc5QM4e/srCBxu8iH6Qyx7RI5Nom/SdLeoHiof.js\";import NavigationLink from\"https://framerusercontent.com/modules/lrqOPFUotU2RXwQP8lSX/InomW8yc1RYy38YwuLvN/jw7vfBMcx.js\";import NavigationSocialIcon from\"https://framerusercontent.com/modules/k5I1x9oO43FXrt2Xmrxq/U9UC6EiSAS1qx3DIE6IY/tVwrrmSQe.js\";const NavigationLinkFonts=getFonts(NavigationLink);const NavigationSocialIconFonts=getFonts(NavigationSocialIcon);const cycleOrder=[\"i7pd65wBv\",\"iq4NiJRnj\",\"oygkwaHlX\"];const serializationHash=\"framer-Dq8DA\";const variantClassNames={i7pd65wBv:\"framer-v-xyjfid\",iq4NiJRnj:\"framer-v-1bafihv\",oygkwaHlX:\"framer-v-sqb4va\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-4};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:\"i7pd65wBv\",Mobile:\"oygkwaHlX\",Tab:\"iq4NiJRnj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"i7pd65wBv\"};};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:\"i7pd65wBv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();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(Image,{...restProps,...gestureHandlers,as:\"footer\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:801,pixelWidth:1240,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/wyWjn6TzOi1bcaCx79XjG6y6Gbw.webp\",srcSet:\"https://framerusercontent.com/images/wyWjn6TzOi1bcaCx79XjG6y6Gbw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/wyWjn6TzOi1bcaCx79XjG6y6Gbw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/wyWjn6TzOi1bcaCx79XjG6y6Gbw.webp 1240w\"},className:cx(scopingClassNames,\"framer-xyjfid\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"i7pd65wBv\",ref:ref??ref1,style:{...style},...addPropertyOverrides({iq4NiJRnj:{\"data-framer-name\":\"Tab\"},oygkwaHlX:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x0abds\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"eH7HmAudc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r1u712\",\"data-framer-name\":\"Main Links\",layoutDependency:layoutDependency,layoutId:\"qIaoroLpV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vouso4\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"wh7_UaN9j\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1ksbl\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"qjLtjaDtf\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1icfmsf\",layoutDependency:layoutDependency,layoutId:\"jDUxf2IcO\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:212,pixelWidth:181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Xn9RcgmXGmpNtgdPhjMUg7WZNQ.png\"},className:\"framer-1xh25o0\",layoutDependency:layoutDependency,layoutId:\"XqANStSW5\",...addPropertyOverrides({iq4NiJRnj:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+0+0+0+0+0),pixelHeight:212,pixelWidth:181,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Xn9RcgmXGmpNtgdPhjMUg7WZNQ.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m21z28\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"okx4H1Nvr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sy5wn6\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"S53ZfmdCx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1wcckbq\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"F7tgzmMqR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 29.331 10.047 L 29.331 22.667 C 29.331 23.687 28.941 24.669 28.241 25.411 C 27.541 26.154 26.584 26.6 25.565 26.66 L 25.331 26.667 L 6.664 26.667 C 5.644 26.667 4.662 26.277 3.92 25.577 C 3.177 24.877 2.731 23.92 2.671 22.901 L 2.664 22.667 L 2.664 10.047 L 15.257 18.443 L 15.412 18.531 C 15.594 18.62 15.794 18.666 15.997 18.666 C 16.2 18.666 16.401 18.62 16.583 18.531 L 16.737 18.443 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path><path d=\"M 25.331 5.336 C 26.771 5.336 28.034 6.096 28.738 7.239 L 15.998 15.732 L 3.258 7.239 C 3.592 6.696 4.052 6.241 4.598 5.911 C 5.143 5.582 5.76 5.388 6.396 5.345 L 6.664 5.336 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path></svg>',svgContentId:8728391194,withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 21.998 7.535 L 21.998 17 C 21.998 17.765 21.706 18.502 21.181 19.058 C 20.656 19.615 19.938 19.95 19.174 19.995 L 18.998 20 L 4.998 20 C 4.233 20 3.497 19.708 2.94 19.183 C 2.383 18.658 2.048 17.94 2.003 17.176 L 1.998 17 L 1.998 7.535 L 11.443 13.832 L 11.559 13.898 C 11.696 13.965 11.846 14 11.998 14 C 12.15 14 12.3 13.965 12.437 13.898 L 12.553 13.832 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path><path d=\"M 18.998 4.002 C 20.078 4.002 21.025 4.572 21.553 5.429 L 11.998 11.799 L 2.443 5.429 C 2.694 5.022 3.039 4.68 3.448 4.433 C 3.858 4.186 4.32 4.041 4.797 4.009 L 4.998 4.002 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path></svg>',svgContentId:9548295712}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xhzue2\",\"data-framer-name\":\"Mail\",layoutDependency:layoutDependency,layoutId:\"Hvw6sbLCg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\",\"--framer-text-transform\":\"uppercase\"},children:\"E-mail\"})}),className:\"framer-14vg519\",\"data-framer-name\":\"E-mail\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"jSlpnY9RW\",style:{\"--extracted-r6o4lv\":\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\",\"--framer-text-transform\":\"uppercase\"},children:\"E-mail\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:radecreatives@gmail.com\",nodeId:\"ACSnRNlfq\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cm41cj\",\"data-styles-preset\":\"SdLeoHiof\",children:\"info@seasonspetroleum.com\"})})})}),className:\"framer-3uy2lj\",\"data-framer-name\":\"synthorix@gmail.com\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"ACSnRNlfq\",style:{\"--extracted-r6o4lv\":\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:radecreatives@gmail.com\",nodeId:\"ACSnRNlfq\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cm41cj\",\"data-styles-preset\":\"SdLeoHiof\",children:\"info@seasonspetroleum.com\"})})})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hqz0xb\",\"data-framer-name\":\"Phone number\",layoutDependency:layoutDependency,layoutId:\"HXongtMMT\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10kxtz7\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Rdq69n5YG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 22.078 17.205 L 21.472 17.809 C 21.472 17.809 20.028 19.244 16.088 15.327 C 12.148 11.409 13.592 9.975 13.592 9.975 L 13.973 9.593 C 14.916 8.657 15.005 7.153 14.182 6.055 L 12.502 3.811 C 11.484 2.451 9.517 2.271 8.35 3.431 L 6.257 5.511 C 5.68 6.087 5.293 6.831 5.34 7.657 C 5.46 9.773 6.417 14.324 11.756 19.633 C 17.418 25.263 22.732 25.487 24.904 25.284 C 25.592 25.22 26.189 24.871 26.67 24.391 L 28.564 22.508 C 29.844 21.237 29.484 19.057 27.846 18.168 L 25.3 16.783 C 24.225 16.2 22.918 16.371 22.078 17.205 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path></svg>',svgContentId:11108532532,withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.559 12.904 L 16.104 13.357 C 16.104 13.357 15.021 14.433 12.066 11.495 C 9.111 8.557 10.194 7.481 10.194 7.481 L 10.48 7.195 C 11.187 6.493 11.254 5.365 10.637 4.541 L 9.377 2.858 C 8.613 1.838 7.138 1.703 6.263 2.573 L 4.693 4.133 C 4.26 4.565 3.97 5.123 4.005 5.743 C 4.095 7.33 4.813 10.743 8.817 14.725 C 13.064 18.947 17.049 19.115 18.678 18.963 C 19.194 18.915 19.642 18.653 20.003 18.293 L 21.423 16.881 C 22.383 15.928 22.113 14.293 20.885 13.626 L 18.975 12.587 C 18.169 12.15 17.189 12.278 16.559 12.904 Z\" fill=\"var(--token-22e04c2e-43bc-4eb2-92cd-cbcb50565a81, rgb(5, 117, 215)) /* {&quot;name&quot;:&quot;Assist Blue&quot;} */\"></path></svg>',svgContentId:8765264559}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vx6sdt\",\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"yZAtX90Dn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Phone number\"})}),className:\"framer-gunk36\",\"data-framer-name\":\"Phone number\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"vlDCybNwD\",style:{\"--extracted-r6o4lv\":\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Phone number\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+1234567890\",nodeId:\"LQzoYnLaj\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cm41cj\",\"data-styles-preset\":\"SdLeoHiof\",children:\"+123 456 7890\"})})})}),className:\"framer-lva29x\",\"data-framer-name\":\"+123 456 7890\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"LQzoYnLaj\",style:{\"--extracted-r6o4lv\":\"var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+1234567890\",nodeId:\"LQzoYnLaj\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cm41cj\",\"data-styles-preset\":\"SdLeoHiof\",children:\"+123 456 7890\"})})})})}},baseVariant,gestureVariant)})]})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9xjzvi\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"BPu9Xujy0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ay2zkh\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"Cjh2FvRTh\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":rzfLmP_C6\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mxzyyl-container\",layoutDependency:layoutDependency,layoutId:\"XDXJ__i9I-container\",style:{rotate:2},children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"XDXJ__i9I\",layoutId:\"XDXJ__i9I\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks[0],PqXK0tm96:\"Our Core Thing\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":KYAnOyUjg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vr4utl-container\",layoutDependency:layoutDependency,layoutId:\"a3thwbv3l-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"a3thwbv3l\",layoutId:\"a3thwbv3l\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks1[0],PqXK0tm96:\"Key Solution\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks1[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":PFRUqMZFR\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qav3ir-container\",layoutDependency:layoutDependency,layoutId:\"sIvqcXX94-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"sIvqcXX94\",layoutId:\"sIvqcXX94\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks2[0],PqXK0tm96:\"Why Us\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks2[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks2[2],PqXK0tm96:\"Why Seasons\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":yCZtmedjq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s78pld-container\",layoutDependency:layoutDependency,layoutId:\"bwhXfM7KW-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"bwhXfM7KW\",layoutId:\"bwhXfM7KW\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks3[0],PqXK0tm96:\"Process\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks3[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined},{href:{webPageId:\"qVo4gZnqZ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jhkofv-container\",layoutDependency:layoutDependency,layoutId:\"XKFhA_isK-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"XKFhA_isK\",layoutId:\"XKFhA_isK\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks4[0],PqXK0tm96:\"Terms & Condition\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks4[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14irhtj\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"QqEthPKiT\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":DYNYGRoSq\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+46+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5x2b1-container\",layoutDependency:layoutDependency,layoutId:\"xgWLERbnh-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"xgWLERbnh\",layoutId:\"xgWLERbnh\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks5[0],PqXK0tm96:\"Advantages\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks5[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ncyCk0esK\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+46+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o0oq28-container\",layoutDependency:layoutDependency,layoutId:\"NY0M74eiC-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"NY0M74eiC\",layoutId:\"NY0M74eiC\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks6[0],PqXK0tm96:\"Testimonial\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks6[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ZO_phgTH_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+0+8+261+0+46+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xagd94-container\",layoutDependency:layoutDependency,layoutId:\"ge0C96cYD-container\",children:/*#__PURE__*/_jsx(NavigationLink,{EvY_FjtGo:\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",height:\"100%\",id:\"ge0C96cYD\",layoutId:\"ge0C96cYD\",mfATiuDLJ:16,mpR69Y4GN:false,NjwdUeJ2c:resolvedLinks7[0],PqXK0tm96:\"Whitepaper\",SuqJ5NIek:true,variant:\"t8pGCfctU\",width:\"100%\",...addPropertyOverrides({iq4NiJRnj:{NjwdUeJ2c:resolvedLinks7[1]},oygkwaHlX:{mfATiuDLJ:14,NjwdUeJ2c:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qwqdvm\",\"data-framer-name\":\"Social Link\",layoutDependency:layoutDependency,layoutId:\"DXDUeusaU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+377+0},oygkwaHlX:{width:\"32px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xry4vy-container\",layoutDependency:layoutDependency,layoutId:\"mfMlCew7w-container\",whileHover:animation,...addPropertyOverrides({oygkwaHlX:{whileHover:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,height:\"100%\",id:\"mfMlCew7w\",layoutId:\"mfMlCew7w\",tlKy5lBom:true,variant:\"SoCqleOYj\",width:\"100%\",...addPropertyOverrides({oygkwaHlX:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+377+0},oygkwaHlX:{width:\"32px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x1jhnd-container\",layoutDependency:layoutDependency,layoutId:\"ey6baTrh7-container\",whileHover:animation,...addPropertyOverrides({oygkwaHlX:{whileHover:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,height:\"100%\",id:\"ey6baTrh7\",layoutId:\"ey6baTrh7\",tlKy5lBom:true,variant:\"m3C7S3fpf\",width:\"100%\",...addPropertyOverrides({oygkwaHlX:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,...addPropertyOverrides({iq4NiJRnj:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||519)-0-665)/2)+40+0+0+377+0},oygkwaHlX:{width:\"32px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i9qnl7-container\",layoutDependency:layoutDependency,layoutId:\"vtdPzRLiU-container\",whileHover:animation,...addPropertyOverrides({oygkwaHlX:{whileHover:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationSocialIcon,{B8YgrEm22:false,height:\"100%\",id:\"vtdPzRLiU\",layoutId:\"vtdPzRLiU\",tlKy5lBom:true,variant:\"Pfo2xV3yS\",width:\"100%\",...addPropertyOverrides({oygkwaHlX:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rdvrhn\",\"data-border\":true,\"data-framer-name\":\"Bottom link\",layoutDependency:layoutDependency,layoutId:\"yzqbteskr\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\"},children:\"Seasons Petroleum\"})}),className:\"framer-1s9fj1a\",\"data-framer-name\":\"\\xa9 2019 APCOM. All Ri\",fonts:[\"FS;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"SydGp4KGG\",style:{\"--extracted-r6o4lv\":\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\"},children:\"\\xa9 2025 Seasons Petroleum. All Rights Reserved\"})}),className:\"framer-1mbz3p8\",\"data-framer-name\":\"\\xa9 2019 APCOM. All Ri\",fonts:[\"FS;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"NeGcEbtSg\",style:{\"--extracted-r6o4lv\":\"var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oygkwaHlX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-28e793e1-b755-4570-94e8-55c8f77d66aa, rgb(215, 221, 233)))\"},children:[\"\\xa9 2025 Seasons Petroleum. \",/*#__PURE__*/_jsx(motion.br,{}),\"All Rights Reserved\"]})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Dq8DA.framer-110axui, .framer-Dq8DA .framer-110axui { display: block; }\",\".framer-Dq8DA.framer-xyjfid { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1240px; }\",\".framer-Dq8DA .framer-x0abds { 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: 40px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-Dq8DA .framer-r1u712 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Dq8DA .framer-vouso4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 8px; position: relative; width: 100%; }\",\".framer-Dq8DA .framer-1s1ksbl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dq8DA .framer-1icfmsf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Dq8DA .framer-1xh25o0 { flex: none; height: 65px; overflow: visible; position: relative; width: 62px; }\",\".framer-Dq8DA .framer-1m21z28 { 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-Dq8DA .framer-sy5wn6, .framer-Dq8DA .framer-1hqz0xb { align-content: center; align-items: center; 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: 100%; }\",\".framer-Dq8DA .framer-1wcckbq, .framer-Dq8DA .framer-10kxtz7 { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-Dq8DA .framer-1xhzue2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 167px; }\",\".framer-Dq8DA .framer-14vg519 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 167px; word-break: break-word; word-wrap: break-word; }\",\".framer-Dq8DA .framer-3uy2lj, .framer-Dq8DA .framer-gunk36, .framer-Dq8DA .framer-lva29x { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Dq8DA .framer-vx6sdt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dq8DA .framer-9xjzvi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 32%; }\",\".framer-Dq8DA .framer-ay2zkh, .framer-Dq8DA .framer-14irhtj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Dq8DA .framer-mxzyyl-container, .framer-Dq8DA .framer-1vr4utl-container, .framer-Dq8DA .framer-1qav3ir-container, .framer-Dq8DA .framer-1s78pld-container, .framer-Dq8DA .framer-jhkofv-container, .framer-Dq8DA .framer-1n5x2b1-container, .framer-Dq8DA .framer-o0oq28-container, .framer-Dq8DA .framer-xagd94-container, .framer-Dq8DA .framer-xry4vy-container, .framer-Dq8DA .framer-1x1jhnd-container, .framer-Dq8DA .framer-1i9qnl7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Dq8DA .framer-qwqdvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Dq8DA .framer-1rdvrhn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1240px; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-Dq8DA .framer-1s9fj1a, .framer-Dq8DA .framer-1mbz3p8 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dq8DA.framer-xyjfid, .framer-Dq8DA .framer-x0abds, .framer-Dq8DA .framer-r1u712, .framer-Dq8DA .framer-1s1ksbl, .framer-Dq8DA .framer-1icfmsf, .framer-Dq8DA .framer-1m21z28, .framer-Dq8DA .framer-sy5wn6, .framer-Dq8DA .framer-1xhzue2, .framer-Dq8DA .framer-1hqz0xb, .framer-Dq8DA .framer-vx6sdt, .framer-Dq8DA .framer-9xjzvi, .framer-Dq8DA .framer-ay2zkh, .framer-Dq8DA .framer-14irhtj, .framer-Dq8DA .framer-qwqdvm { gap: 0px; } .framer-Dq8DA.framer-xyjfid > *, .framer-Dq8DA .framer-1s1ksbl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Dq8DA.framer-xyjfid > :first-child, .framer-Dq8DA .framer-1s1ksbl > :first-child, .framer-Dq8DA .framer-sy5wn6 > :first-child, .framer-Dq8DA .framer-1hqz0xb > :first-child, .framer-Dq8DA .framer-9xjzvi > :first-child, .framer-Dq8DA .framer-qwqdvm > :first-child { margin-left: 0px; } .framer-Dq8DA.framer-xyjfid > :last-child, .framer-Dq8DA .framer-1s1ksbl > :last-child, .framer-Dq8DA .framer-sy5wn6 > :last-child, .framer-Dq8DA .framer-1hqz0xb > :last-child, .framer-Dq8DA .framer-9xjzvi > :last-child, .framer-Dq8DA .framer-qwqdvm > :last-child { margin-right: 0px; } .framer-Dq8DA .framer-x0abds > *, .framer-Dq8DA .framer-1icfmsf > *, .framer-Dq8DA .framer-1m21z28 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dq8DA .framer-x0abds > :first-child, .framer-Dq8DA .framer-r1u712 > :first-child, .framer-Dq8DA .framer-1icfmsf > :first-child, .framer-Dq8DA .framer-1m21z28 > :first-child, .framer-Dq8DA .framer-1xhzue2 > :first-child, .framer-Dq8DA .framer-vx6sdt > :first-child, .framer-Dq8DA .framer-ay2zkh > :first-child, .framer-Dq8DA .framer-14irhtj > :first-child { margin-top: 0px; } .framer-Dq8DA .framer-x0abds > :last-child, .framer-Dq8DA .framer-r1u712 > :last-child, .framer-Dq8DA .framer-1icfmsf > :last-child, .framer-Dq8DA .framer-1m21z28 > :last-child, .framer-Dq8DA .framer-1xhzue2 > :last-child, .framer-Dq8DA .framer-vx6sdt > :last-child, .framer-Dq8DA .framer-ay2zkh > :last-child, .framer-Dq8DA .framer-14irhtj > :last-child { margin-bottom: 0px; } .framer-Dq8DA .framer-r1u712 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Dq8DA .framer-sy5wn6 > *, .framer-Dq8DA .framer-1hqz0xb > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Dq8DA .framer-1xhzue2 > *, .framer-Dq8DA .framer-vx6sdt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Dq8DA .framer-9xjzvi > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-Dq8DA .framer-ay2zkh > *, .framer-Dq8DA .framer-14irhtj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Dq8DA .framer-qwqdvm > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-Dq8DA.framer-v-1bafihv.framer-xyjfid { width: 810px; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-x0abds { flex: 1 0 0px; padding: 40px 40px 20px 40px; width: 1px; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-r1u712 { align-content: center; align-items: center; gap: 32px; justify-content: center; max-width: 1080px; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-vouso4 { align-content: center; align-items: center; flex-direction: column; gap: 56px; justify-content: center; order: 0; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-1s1ksbl { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 40px; width: 100%; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-1icfmsf { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-1m21z28 { align-content: center; align-items: center; flex-direction: row; gap: 80px; justify-content: center; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-sy5wn6, .framer-Dq8DA.framer-v-1bafihv .framer-1xhzue2, .framer-Dq8DA.framer-v-1bafihv .framer-1hqz0xb { width: min-content; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-9xjzvi { align-content: center; align-items: center; flex-direction: column; gap: 24px; justify-content: center; width: 100%; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-ay2zkh, .framer-Dq8DA.framer-v-1bafihv .framer-14irhtj { flex: none; flex-direction: row; gap: 32px; justify-content: center; width: 100%; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-qwqdvm, .framer-Dq8DA.framer-v-sqb4va .framer-qwqdvm { order: 1; }\",\".framer-Dq8DA.framer-v-1bafihv .framer-1rdvrhn { max-width: 1080px; padding: 24px 0px 40px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dq8DA.framer-v-1bafihv .framer-r1u712, .framer-Dq8DA.framer-v-1bafihv .framer-vouso4, .framer-Dq8DA.framer-v-1bafihv .framer-1s1ksbl, .framer-Dq8DA.framer-v-1bafihv .framer-1m21z28, .framer-Dq8DA.framer-v-1bafihv .framer-9xjzvi, .framer-Dq8DA.framer-v-1bafihv .framer-ay2zkh, .framer-Dq8DA.framer-v-1bafihv .framer-14irhtj { gap: 0px; } .framer-Dq8DA.framer-v-1bafihv .framer-r1u712 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dq8DA.framer-v-1bafihv .framer-r1u712 > :first-child, .framer-Dq8DA.framer-v-1bafihv .framer-vouso4 > :first-child, .framer-Dq8DA.framer-v-1bafihv .framer-1s1ksbl > :first-child, .framer-Dq8DA.framer-v-1bafihv .framer-9xjzvi > :first-child { margin-top: 0px; } .framer-Dq8DA.framer-v-1bafihv .framer-r1u712 > :last-child, .framer-Dq8DA.framer-v-1bafihv .framer-vouso4 > :last-child, .framer-Dq8DA.framer-v-1bafihv .framer-1s1ksbl > :last-child, .framer-Dq8DA.framer-v-1bafihv .framer-9xjzvi > :last-child { margin-bottom: 0px; } .framer-Dq8DA.framer-v-1bafihv .framer-vouso4 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Dq8DA.framer-v-1bafihv .framer-1s1ksbl > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Dq8DA.framer-v-1bafihv .framer-1m21z28 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-Dq8DA.framer-v-1bafihv .framer-1m21z28 > :first-child, .framer-Dq8DA.framer-v-1bafihv .framer-ay2zkh > :first-child, .framer-Dq8DA.framer-v-1bafihv .framer-14irhtj > :first-child { margin-left: 0px; } .framer-Dq8DA.framer-v-1bafihv .framer-1m21z28 > :last-child, .framer-Dq8DA.framer-v-1bafihv .framer-ay2zkh > :last-child, .framer-Dq8DA.framer-v-1bafihv .framer-14irhtj > :last-child { margin-right: 0px; } .framer-Dq8DA.framer-v-1bafihv .framer-9xjzvi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Dq8DA.framer-v-1bafihv .framer-ay2zkh > *, .framer-Dq8DA.framer-v-1bafihv .framer-14irhtj > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-Dq8DA.framer-v-sqb4va.framer-xyjfid { width: 390px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-x0abds { flex: 1 0 0px; padding: 32px 20px 32px 20px; width: 1px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-r1u712 { gap: 32px; max-width: 640px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-vouso4 { align-content: center; align-items: center; flex-direction: column; gap: 48px; justify-content: center; order: 0; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1s1ksbl { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 32px; width: 100%; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1icfmsf { flex: none; width: 100%; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1m21z28 { gap: 24px; justify-content: center; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-sy5wn6, .framer-Dq8DA.framer-v-sqb4va .framer-1hqz0xb { gap: 12px; justify-content: center; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1wcckbq, .framer-Dq8DA.framer-v-sqb4va .framer-10kxtz7 { height: 24px; width: 24px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1xhzue2 { align-content: center; align-items: center; flex: 1 0 0px; justify-content: center; width: 1px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-14vg519 { width: 100%; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-3uy2lj, .framer-Dq8DA.framer-v-sqb4va .framer-gunk36, .framer-Dq8DA.framer-v-sqb4va .framer-lva29x { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-vx6sdt { flex: 1 0 0px; width: 1px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-9xjzvi { flex-direction: column; gap: 24px; width: 100%; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-ay2zkh, .framer-Dq8DA.framer-v-sqb4va .framer-14irhtj { flex: none; flex-direction: row; flex-wrap: wrap; width: 100%; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-xry4vy-container, .framer-Dq8DA.framer-v-sqb4va .framer-1x1jhnd-container, .framer-Dq8DA.framer-v-sqb4va .framer-1i9qnl7-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-Dq8DA.framer-v-sqb4va .framer-1rdvrhn { max-width: 640px; padding: 20px 0px 20px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dq8DA.framer-v-sqb4va .framer-r1u712, .framer-Dq8DA.framer-v-sqb4va .framer-vouso4, .framer-Dq8DA.framer-v-sqb4va .framer-1s1ksbl, .framer-Dq8DA.framer-v-sqb4va .framer-1m21z28, .framer-Dq8DA.framer-v-sqb4va .framer-sy5wn6, .framer-Dq8DA.framer-v-sqb4va .framer-1hqz0xb, .framer-Dq8DA.framer-v-sqb4va .framer-9xjzvi, .framer-Dq8DA.framer-v-sqb4va .framer-ay2zkh, .framer-Dq8DA.framer-v-sqb4va .framer-14irhtj { gap: 0px; } .framer-Dq8DA.framer-v-sqb4va .framer-r1u712 > *, .framer-Dq8DA.framer-v-sqb4va .framer-1s1ksbl > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Dq8DA.framer-v-sqb4va .framer-r1u712 > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-vouso4 > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-1s1ksbl > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-1m21z28 > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-9xjzvi > :first-child { margin-top: 0px; } .framer-Dq8DA.framer-v-sqb4va .framer-r1u712 > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-vouso4 > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-1s1ksbl > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-1m21z28 > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-9xjzvi > :last-child { margin-bottom: 0px; } .framer-Dq8DA.framer-v-sqb4va .framer-vouso4 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Dq8DA.framer-v-sqb4va .framer-1m21z28 > *, .framer-Dq8DA.framer-v-sqb4va .framer-9xjzvi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Dq8DA.framer-v-sqb4va .framer-sy5wn6 > *, .framer-Dq8DA.framer-v-sqb4va .framer-1hqz0xb > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Dq8DA.framer-v-sqb4va .framer-sy5wn6 > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-1hqz0xb > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-ay2zkh > :first-child, .framer-Dq8DA.framer-v-sqb4va .framer-14irhtj > :first-child { margin-left: 0px; } .framer-Dq8DA.framer-v-sqb4va .framer-sy5wn6 > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-1hqz0xb > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-ay2zkh > :last-child, .framer-Dq8DA.framer-v-sqb4va .framer-14irhtj > :last-child { margin-right: 0px; } .framer-Dq8DA.framer-v-sqb4va .framer-ay2zkh > *, .framer-Dq8DA.framer-v-sqb4va .framer-14irhtj > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,'.framer-Dq8DA[data-border=\"true\"]::after, .framer-Dq8DA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 471\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iq4NiJRnj\":{\"layout\":[\"fixed\",\"auto\"]},\"oygkwaHlX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg2_Upo0_e=withCSS(Component,css,\"framer-Dq8DA\");export default Framerg2_Upo0_e;Framerg2_Upo0_e.displayName=\"Footer/Footer\";Framerg2_Upo0_e.defaultProps={height:471,width:1240};addPropertyControls(Framerg2_Upo0_e,{variant:{options:[\"i7pd65wBv\",\"iq4NiJRnj\",\"oygkwaHlX\"],optionTitles:[\"Desktop\",\"Tab\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerg2_Upo0_e,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...NavigationLinkFonts,...NavigationSocialIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg2_Upo0_e\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1240\",\"framerIntrinsicHeight\":\"471\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iq4NiJRnj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oygkwaHlX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g2_Upo0_e.map", "// Generated by Framer (a1a9a9e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-regular\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-Dt3KE .framer-styles-preset-bae870:not(.rich-text-wrapper), .framer-Dt3KE .framer-styles-preset-bae870.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 62px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1239px) and (min-width: 810px) { .framer-Dt3KE .framer-styles-preset-bae870:not(.rich-text-wrapper), .framer-Dt3KE .framer-styles-preset-bae870.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 52px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Dt3KE .framer-styles-preset-bae870:not(.rich-text-wrapper), .framer-Dt3KE .framer-styles-preset-bae870.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 36px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Dt3KE\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-u0Wfr .framer-styles-preset-sb5k:not(.rich-text-wrapper), .framer-u0Wfr .framer-styles-preset-sb5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1239px) and (min-width: 810px) { .framer-u0Wfr .framer-styles-preset-sb5k:not(.rich-text-wrapper), .framer-u0Wfr .framer-styles-preset-sb5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-u0Wfr .framer-styles-preset-sb5k:not(.rich-text-wrapper), .framer-u0Wfr .framer-styles-preset-sb5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 18px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-e20b81d4-d539-406e-9652-bd00c86b32e7, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-u0Wfr\";\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\"}}}"],
  "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", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "btnText", "btnTextColor", "height", "id", "link", "newTab", "roundBg", "smoothScroll", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "tF3xadmZj", "T8QypKCli", "dBeFYRcUU", "PLawRz9Cz", "fsdfh1UMA", "RmUMWgq7w", "O2_oLkk2a", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerLHvHHAFXK", "withCSS", "LHvHHAFXK_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LNcSxhwg7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick1ra26zj", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "css", "FramercCSj9Bj1a", "withCSS", "cCSj9Bj1a_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "menuColorActive", "menuColorInactive", "menuFontSize", "menuLinkTitle", "smoothScrollOption", "tabOption", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "He3BXyZUG", "qQGRj7De0", "ICzmrfOoK", "YgSSbZ1kr", "Z0hDrbKwV", "sK1WWVEYU", "WVFMdrEqS", "SaYScxBa0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapcfukcs", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "RichText2", "SVG", "css", "Framerd0yFufc2i", "withCSS", "d0yFufc2i_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click2", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RLUCOv1lL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick17iievm", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "css", "Framerj2AWEHhEY", "withCSS", "j2AWEHhEY_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "fontColor", "fontSize", "height", "id", "link", "linkTitle", "smoothScrollOption", "tabType", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PqXK0tm96", "NjwdUeJ2c", "mpR69Y4GN", "SuqJ5NIek", "jkVDcldZC", "mfATiuDLJ", "EvY_FjtGo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap19229fm", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Framerjw7vfBMcx", "withCSS", "jw7vfBMcx_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "smoothScrollOption", "tabType", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "D0HUxDOdu", "tlKy5lBom", "B8YgrEm22", "VaMi62eci", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaps613ac", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramertVwrrmSQe", "withCSS", "tVwrrmSQe_default", "addPropertyControls", "ControlType", "addFonts", "ButtonButtonFonts", "getFonts", "LHvHHAFXK_default", "NavigationCloseFonts", "j2AWEHhEY_default", "NavigationHamburgerMenuFonts", "cCSj9Bj1a_default", "NavigationMenuLinkFonts", "d0yFufc2i_default", "NavigationMenuLinkWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "NavigationSocialIconFonts", "tVwrrmSQe_default", "NavigationLinkFonts", "jw7vfBMcx_default", "NavigationLinkWithVariantAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "advantagesActive", "advantagesInactive", "coreThingActive", "coreThingInactive", "height", "id", "keySolutionActive", "keySolutionInactive", "link", "link2", "processActive", "processInactive", "termsActive", "termsInactive", "testimonialActive", "testimonialInactive", "whitepaperActive", "whitepaperInactive", "whyUsActive", "whyUsInactive", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uZyASrNM7", "bmPNbSzU8", "WcPMTwAKF", "rgXL2QlIx", "mA8m0bedD", "T4EiJovgT", "CQGuxJYIY", "GnEHabMrS", "elCmKvRTt", "cJXhH68re", "itBz2iOdK", "wQeM8Qink", "JO4FBzHqh", "pzZI7j8dA", "AxU3FYQrA", "YOtni4G26", "QikrxPvDR", "Bi699BPMw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16gfjb5", "args", "onTap40z3u9", "onTap15hfbh1", "onTap1e7xe1g", "RLUCOv1lL16gfjb5", "RLUCOv1lL1e7xe1g", "LNcSxhwg71rcs132", "LNcSxhwg71tc8avt", "LNcSxhwg71lzxn6t", "LNcSxhwg7rltyay", "RLUCOv1lL40z3u9", "RLUCOv1lL15hfbh1", "qQGRj7De016gfjb5", "qQGRj7De040z3u9", "qQGRj7De01vmfwm8", "qQGRj7De01e7xe1g", "VaMi62eci16gfjb5", "VaMi62eci40z3u9", "VaMi62ecidvo7y9", "VaMi62eci1e7xe1g", "VaMi62eci1rcs132", "jkVDcldZC16gfjb5", "jkVDcldZC40z3u9", "jkVDcldZCdvo7y9", "jkVDcldZC1e7xe1g", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "css", "FramerEguldjCJX", "withCSS", "EguldjCJX_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationLinkFonts", "getFonts", "jw7vfBMcx_default", "NavigationSocialIconFonts", "tVwrrmSQe_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", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "u", "SVG", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "css", "Framerg2_Upo0_e", "withCSS", "g2_Upo0_e_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
