import{t as e}from"./rolldown-runtime.Bawp8BQ-.mjs";import{A as t,C as n,D as r,I as i,L as a,M as o,N as s,O as c,P as l,R as u,_ as d,a as f,c as p,f as m,g as h,h as g,i as _,j as v,k as y,l as b,m as x,n as S,o as C,p as ee,r as w,s as T,t as E,u as D,v as O,w as k,x as te}from"./react.XbhXPqmR.mjs";import{S as A,a as j,r as M,t as N}from"./motion.7Jc-XCSN.mjs";import{B as P,C as F,D as I,E as ne,G as re,J as L,K as R,M as z,N as B,O as V,Q as ie,St as ae,T as H,V as oe,W as se,X as ce,_t as U,a as W,at as le,ct as ue,d as de,dt as G,et as fe,f as pe,g as me,gt as he,h as ge,ht as _e,i as ve,it as ye,k as K,lt as be,m as xe,o as Se,p as Ce,q as we,r as q,rt as Te,st as Ee,tt as De,ut as Oe,v as ke,w as J,x as Ae,xt as je,y as Me,yt as Ne,z as Y}from"./framer.B1cOI0Ci.mjs";import{i as Pe,n as Fe,r as Ie,t as Le}from"./L3xyoURPN.ButFfxT2.mjs";import{i as Re,n as ze,r as Be,t as Ve}from"./shared-lib.DV7rx5G3.mjs";function He(e,t,n){return Math.max(e,Math.min(t,n))}function Ue(e,t,n){return(1-n)*e+n*t}function We(e,t,n,r){return Ue(e,t,1-Math.exp(-n*r))}function Ge(e,t){return(e%t+t)%t}function Ke(e,t){let n;return function(...r){let i=this;clearTimeout(n),n=setTimeout(()=>{n=void 0,e.apply(i,r)},t)}}var qe,Je,Ye,Xe,Ze,X,Qe,$e,et,tt=e((()=>{i(),qe=`1.3.15-framer.0`,Je=class{isRunning=!1;value=0;from=0;to=0;currentTime=0;lerp;duration;easing;onUpdate;advance(e){if(!this.isRunning)return;let t=!1;if(this.duration&&this.easing){this.currentTime+=e;let n=He(0,this.currentTime/this.duration,1);t=n>=1;let r=t?1:this.easing(n);this.value=this.from+(this.to-this.from)*r}else this.lerp?(this.value=We(this.value,this.to,this.lerp*60,e),Math.round(this.value)===this.to&&(this.value=this.to,t=!0)):(this.value=this.to,t=!0);t&&this.stop(),this.onUpdate?.(this.value,t)}stop(){this.isRunning=!1}fromTo(e,t,{lerp:n,duration:r,easing:i,onStart:a,onUpdate:o}){this.from=this.value=e,this.to=t,this.lerp=n,this.duration=r,this.easing=i,this.currentTime=0,this.isRunning=!0,a?.(),this.onUpdate=o}},Ye=class{constructor(e,t,{autoResize:n=!0,debounce:r=250}={}){this.wrapper=e,this.content=t,n&&(this.debouncedResize=Ke(this.resize,r),this.wrapper instanceof Window?u.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()}width=0;height=0;scrollHeight=0;scrollWidth=0;debouncedResize;wrapperResizeObserver;contentResizeObserver;destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),this.wrapper===u&&this.debouncedResize&&u.removeEventListener(`resize`,this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper instanceof Window?(this.width=u.innerWidth,this.height=u.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper instanceof Window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}},Xe=class{events={};emit(e,...t){let n=this.events[e]||[];for(let e=0,r=n.length;e{this.events[e]=this.events[e]?.filter(e=>t!==e)}}off(e,t){this.events[e]=this.events[e]?.filter(e=>t!==e)}destroy(){this.events={}}},Ze=100/6,X={passive:!1},Qe=class{constructor(e,t={wheelMultiplier:1,touchMultiplier:1}){this.element=e,this.options=t,u.addEventListener(`resize`,this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(`wheel`,this.onWheel,X),this.element.addEventListener(`touchstart`,this.onTouchStart,X),this.element.addEventListener(`touchmove`,this.onTouchMove,X),this.element.addEventListener(`touchend`,this.onTouchEnd,X)}touchStart={x:0,y:0};lastDelta={x:0,y:0};window={width:0,height:0};emitter=new Xe;on(e,t){return this.emitter.on(e,t)}destroy(){this.emitter.destroy(),u.removeEventListener(`resize`,this.onWindowResize,!1),this.element.removeEventListener(`wheel`,this.onWheel,X),this.element.removeEventListener(`touchstart`,this.onTouchStart,X),this.element.removeEventListener(`touchmove`,this.onTouchMove,X),this.element.removeEventListener(`touchend`,this.onTouchEnd,X)}onTouchStart=e=>{let{clientX:t,clientY:n}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=t,this.touchStart.y=n,this.lastDelta={x:0,y:0},this.emitter.emit(`scroll`,{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{let{clientX:t,clientY:n}=e.targetTouches?e.targetTouches[0]:e,r=-(t-this.touchStart.x)*this.options.touchMultiplier,i=-(n-this.touchStart.y)*this.options.touchMultiplier;this.touchStart.x=t,this.touchStart.y=n,this.lastDelta={x:r,y:i},this.emitter.emit(`scroll`,{deltaX:r,deltaY:i,event:e})};onTouchEnd=e=>{this.emitter.emit(`scroll`,{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=e=>{let{deltaX:t,deltaY:n,deltaMode:r}=e,i=r===1?Ze:r===2?this.window.width:1,a=r===1?Ze:r===2?this.window.height:1;t*=i,n*=a,t*=this.options.wheelMultiplier,n*=this.options.wheelMultiplier,this.emitter.emit(`scroll`,{deltaX:t,deltaY:n,event:e})};onWindowResize=()=>{this.window={width:u.innerWidth,height:u.innerHeight}}},$e=e=>Math.min(1,1.001-2**(-10*e)),et=class{_isScrolling=!1;_isStopped=!1;_isLocked=!1;_preventNextNativeScrollEvent=!1;_resetVelocityTimeout=null;__rafID=null;isTouching;time=0;userData={};lastVelocity=0;velocity=0;direction=0;options;targetScroll;animatedScroll;animate=new Je;emitter=new Xe;dimensions;virtualScroll;constructor({wrapper:e=u,content:t=document.documentElement,eventsTarget:n=e,smoothWheel:r=!0,syncTouch:i=!1,syncTouchLerp:a=.075,touchInertiaExponent:o=1.7,duration:s,easing:c,lerp:l=.1,infinite:d=!1,orientation:f=`vertical`,gestureOrientation:p=f===`horizontal`?`both`:`vertical`,touchMultiplier:m=1,wheelMultiplier:h=1,autoResize:g=!0,prevent:_,virtualScroll:v,overscroll:y=!0,autoRaf:b=!1,anchors:x=!1,autoToggle:S=!1,allowNestedScroll:C=!1,__experimental__naiveDimensions:ee=!1}={}){u.lenisVersion=qe,(!e||e===document.documentElement)&&(e=u),typeof s==`number`&&typeof c!=`function`?c=$e:typeof c==`function`&&typeof s!=`number`&&(s=1),this.options={wrapper:e,content:t,eventsTarget:n,smoothWheel:r,syncTouch:i,syncTouchLerp:a,touchInertiaExponent:o,duration:s,easing:c,lerp:l,infinite:d,gestureOrientation:p,orientation:f,touchMultiplier:m,wheelMultiplier:h,autoResize:g,prevent:_,virtualScroll:v,overscroll:y,autoRaf:b,anchors:x,autoToggle:S,allowNestedScroll:C,__experimental__naiveDimensions:ee},this.dimensions=new Ye(e,t,{autoResize:g}),this.updateClassName(),this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(`scroll`,this.onNativeScroll,!1),this.options.wrapper.addEventListener(`scrollend`,this.onScrollEnd,{capture:!0}),this.options.anchors&&this.options.wrapper===u&&this.options.wrapper.addEventListener(`click`,this.onClick,!1),this.options.wrapper.addEventListener(`pointerdown`,this.onPointerDown,!1),this.virtualScroll=new Qe(n,{touchMultiplier:m,wheelMultiplier:h}),this.virtualScroll.on(`scroll`,this.onVirtualScroll),this.options.autoToggle&&this.rootElement.addEventListener(`transitionend`,this.onTransitionEnd,{passive:!0}),this.options.autoRaf&&(this.__rafID=requestAnimationFrame(this.raf))}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(`scroll`,this.onNativeScroll,!1),this.options.wrapper.removeEventListener(`scrollend`,this.onScrollEnd,{capture:!0}),this.options.wrapper.removeEventListener(`pointerdown`,this.onPointerDown,!1),this.options.anchors&&this.options.wrapper===u&&this.options.wrapper.removeEventListener(`click`,this.onClick,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName(),this.__rafID&&cancelAnimationFrame(this.__rafID)}on(e,t){return this.emitter.on(e,t)}off(e,t){return this.emitter.off(e,t)}onScrollEnd=e=>{e instanceof CustomEvent||(this.isScrolling===`smooth`||this.isScrolling===!1)&&e.stopPropagation()};dispatchScrollendEvent=()=>{this.options.wrapper.dispatchEvent(new CustomEvent(`scrollend`,{bubbles:this.options.wrapper===u,detail:{lenisScrollEnd:!0}}))};onTransitionEnd=e=>{if(e.propertyName.includes(`overflow`)){let e=this.isHorizontal?`overflow-x`:`overflow-y`,t=getComputedStyle(this.rootElement)[e];[`hidden`,`clip`].includes(t)?this.internalStop():this.internalStart()}};setScroll(e){this.isHorizontal?this.options.wrapper.scrollTo({left:e,behavior:`instant`}):this.options.wrapper.scrollTo({top:e,behavior:`instant`})}onClick=e=>{let t=e.composedPath().find(e=>e instanceof HTMLAnchorElement&&e.getAttribute(`href`)?.includes(`#`));if(t){let e=t.getAttribute(`href`);if(e){let t=typeof this.options.anchors==`object`&&this.options.anchors?this.options.anchors:void 0,n=`#${e.split(`#`)[1]}`;this.scrollTo(n,t)}}};onPointerDown=e=>{e.button===1&&this.reset()};onVirtualScroll=e=>{if(typeof this.options.virtualScroll==`function`&&this.options.virtualScroll(e)===!1)return;let{deltaX:t,deltaY:n,event:r}=e;if(this.emitter.emit(`virtual-scroll`,{deltaX:t,deltaY:n,event:r}),r.ctrlKey||r.lenisStopPropagation)return;let i=r.type.includes(`touch`),a=r.type.includes(`wheel`);this.isTouching=r.type===`touchstart`||r.type===`touchmove`;let o=t===0&&n===0;if(this.options.syncTouch&&i&&r.type===`touchstart`&&o&&!this.isStopped&&!this.isLocked){this.reset();return}let s=this.options.gestureOrientation===`vertical`&&n===0||this.options.gestureOrientation===`horizontal`&&t===0;if(o||s)return;let c=r.composedPath();c=c.slice(0,c.indexOf(this.rootElement));let l=this.options.prevent;if(c.find(e=>e instanceof HTMLElement&&(typeof l==`function`&&l?.(e)||e.hasAttribute?.(`data-lenis-prevent`)||i&&e.hasAttribute?.(`data-lenis-prevent-touch`)||a&&e.hasAttribute?.(`data-lenis-prevent-wheel`)||this.options.allowNestedScroll&&this.checkNestedScroll(e,{deltaX:t,deltaY:n}))))return;if(this.isStopped||this.isLocked){r.cancelable&&r.preventDefault();return}if(!(this.options.syncTouch&&i||this.options.smoothWheel&&a)){this.isScrolling=`native`,this.animate.stop(),r.lenisStopPropagation=!0;return}let d=n;this.options.gestureOrientation===`both`?d=Math.abs(n)>Math.abs(t)?n:t:this.options.gestureOrientation===`horizontal`&&(d=t),(!this.options.overscroll||this.options.infinite||this.options.wrapper!==u&&this.limit>0&&(this.animatedScroll>0&&this.animatedScroll0||this.animatedScroll===this.limit&&n<0))&&(r.lenisStopPropagation=!0),r.cancelable&&r.preventDefault();let f=i&&this.options.syncTouch,p=i&&r.type===`touchend`;p&&(d=Math.sign(this.velocity)*Math.abs(this.velocity)**+this.options.touchInertiaExponent),this.scrollTo(this.targetScroll+d,{programmatic:!1,...f?{lerp:p?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}})};resize(){this.dimensions.resize(),this.animatedScroll=this.targetScroll=this.actualScroll,this.emit()}emit(){this.emitter.emit(`scroll`,this)}onNativeScroll=()=>{if(this._resetVelocityTimeout!==null&&(clearTimeout(this._resetVelocityTimeout),this._resetVelocityTimeout=null),this._preventNextNativeScrollEvent){this._preventNextNativeScrollEvent=!1;return}if(this.isScrolling===!1||this.isScrolling===`native`){let e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-e,this.direction=Math.sign(this.animatedScroll-e),this.isStopped||(this.isScrolling=`native`),this.emit(),this.velocity!==0&&(this._resetVelocityTimeout=setTimeout(()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()},400))}};reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){if(this.isStopped){if(this.options.autoToggle){this.rootElement.style.removeProperty(`overflow`);return}this.internalStart()}}internalStart(){this.isStopped&&(this.reset(),this.isStopped=!1,this.emit())}stop(){if(!this.isStopped){if(this.options.autoToggle){this.rootElement.style.setProperty(`overflow`,`clip`);return}this.internalStop()}}internalStop(){this.isStopped||(this.reset(),this.isStopped=!0,this.emit())}raf=e=>{let t=e-(this.time||e);this.time=e,this.animate.advance(t*.001),this.options.autoRaf&&(this.__rafID=requestAnimationFrame(this.raf))};scrollTo(e,{offset:t=0,immediate:n=!1,lock:r=!1,duration:i=this.options.duration,easing:a=this.options.easing,lerp:o=this.options.lerp,onStart:s,onComplete:c,force:l=!1,programmatic:d=!0,userData:f}={}){if(!((this.isStopped||this.isLocked)&&!l)){if(typeof e==`string`&&[`top`,`left`,`start`,`#`].includes(e))e=0;else if(typeof e==`string`&&[`bottom`,`right`,`end`].includes(e))e=this.limit;else{let n;if(typeof e==`string`?(n=document.querySelector(e),n||(e===`#top`?e=0:console.warn(`Lenis: Target not found`,e))):e instanceof HTMLElement&&e?.nodeType&&(n=e),n){if(this.options.wrapper!==u){let e=this.rootElement.getBoundingClientRect();t-=this.isHorizontal?e.left:e.top}let r=n.getBoundingClientRect();e=(this.isHorizontal?r.left:r.top)+this.animatedScroll}}if(typeof e==`number`){if(e+=t,e=Math.round(e),this.options.infinite){if(d){this.targetScroll=this.animatedScroll=this.scroll;let t=e-this.animatedScroll;t>this.limit/2?e-=this.limit:t<-this.limit/2&&(e+=this.limit)}}else e=He(0,e,this.limit);if(e===this.targetScroll){s?.(this),c?.(this);return}if(this.userData=f??{},n){this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),c?.(this),this.userData={},requestAnimationFrame(()=>{this.dispatchScrollendEvent()});return}d||(this.targetScroll=e),typeof i==`number`&&typeof a!=`function`?a=$e:typeof a==`function`&&typeof i!=`number`&&(i=1),this.animate.fromTo(this.animatedScroll,e,{duration:i,easing:a,lerp:o,onStart:()=>{r&&(this.isLocked=!0),this.isScrolling=`smooth`,s?.(this)},onUpdate:(e,t)=>{this.isScrolling=`smooth`,this.lastVelocity=this.velocity,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),d&&(this.targetScroll=e),t||this.emit(),t&&(this.reset(),this.emit(),c?.(this),this.userData={},requestAnimationFrame(()=>{this.dispatchScrollendEvent()}),this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this._preventNextNativeScrollEvent=!0,requestAnimationFrame(()=>{this._preventNextNativeScrollEvent=!1})}checkNestedScroll(e,{deltaX:t,deltaY:n}){let r=Date.now(),i=e._lenis??={},a,o,s,c,l,d,f,p,m=this.options.gestureOrientation;if(r-(i.time??0)>2e3){i.time=Date.now();let t=u.getComputedStyle(e);i.computedStyle=t;let n=t.overflowX,r=t.overflowY;if(a=[`auto`,`overlay`,`scroll`].includes(n),o=[`auto`,`overlay`,`scroll`].includes(r),i.hasOverflowX=a,i.hasOverflowY=o,!a&&!o||m===`vertical`&&!o||m===`horizontal`&&!a)return!1;l=e.scrollWidth,d=e.scrollHeight,f=e.clientWidth,p=e.clientHeight,s=l>f,c=d>p,i.isScrollableX=s,i.isScrollableY=c,i.scrollWidth=l,i.scrollHeight=d,i.clientWidth=f,i.clientHeight=p}else s=i.isScrollableX,c=i.isScrollableY,a=i.hasOverflowX,o=i.hasOverflowY,l=i.scrollWidth,d=i.scrollHeight,f=i.clientWidth,p=i.clientHeight;if(!a&&!o||!s&&!c||m===`vertical`&&(!o||!c)||m===`horizontal`&&(!a||!s))return!1;let h;if(m===`horizontal`)h=`x`;else if(m===`vertical`)h=`y`;else{let e=t!==0,r=n!==0;e&&a&&s&&(h=`x`),r&&o&&c&&(h=`y`)}if(!h)return!1;let g,_,v,y,b;if(h===`x`)g=e.scrollLeft,_=l-f,v=t,y=a,b=s;else if(h===`y`)g=e.scrollTop,_=d-p,v=n,y=o,b=c;else return!1;return(v>0?g<_:g>0)&&y&&b}get rootElement(){return this.options.wrapper===u?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 this.options.orientation===`horizontal`}get actualScroll(){let e=this.options.wrapper;return this.isHorizontal?e.scrollX??e.scrollLeft:e.scrollY??e.scrollTop}get scroll(){return this.options.infinite?Ge(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return this.limit===0?1:this.scroll/this.limit}get isScrolling(){return this._isScrolling}set isScrolling(e){this._isScrolling!==e&&(this._isScrolling=e,this.updateClassName())}get isStopped(){return this._isStopped}set isStopped(e){this._isStopped!==e&&(this._isStopped=e,this.updateClassName())}get isLocked(){return this._isLocked}set isLocked(e){this._isLocked!==e&&(this._isLocked=e,this.updateClassName())}get isSmooth(){return this.isScrolling===`smooth`}get className(){let e=`lenis`;return this.options.autoToggle&&(e+=` lenis-autoToggle`),this.isStopped&&(e+=` lenis-stopped`),this.isLocked&&(e+=` lenis-locked`),this.isScrolling&&(e+=` lenis-scrolling`),this.isScrolling===`smooth`&&(e+=` lenis-smooth`),e}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\w+)?/g,``).trim()}}}));function nt(e,t){let n;return function(...r){let i=this;clearTimeout(n),n=setTimeout(()=>{n=void 0,e.apply(i,r)},t)}}function rt(e){getComputedStyle(e).position===`sticky`&&(e.style.setProperty(`position`,`static`),e.dataset.sticky=`true`),e.offsetParent&&rt(e.offsetParent)}function it(e){e?.dataset?.sticky===`true`&&(e.style.removeProperty(`position`),delete e.dataset.sticky),e.offsetParent&&it(e.offsetParent)}function at(e,t=0){let n=t+e.offsetTop;return e.offsetParent?at(e.offsetParent,n):n}function ot(e,t=0){let n=t+e.offsetLeft;return e.offsetParent?ot(e.offsetParent,n):n}function st(e,t=0){let n=t+e.scrollTop;return e.offsetParent?st(e.offsetParent,n):n+u.scrollY}function ct(e,t=0){let n=t+e.scrollLeft;return e.offsetParent?ct(e.offsetParent,n):n+u.scrollX}function lt(){return dt++}var ut,dt,ft,pt=e((()=>{i(),ut=class{element;options;align;rect={};wrapperResizeObserver;resizeObserver;debouncedWrapperResize;constructor(e,{align:t=[`start`],ignoreSticky:n=!0,ignoreTransform:r=!1}={}){this.element=e,this.options={align:t,ignoreSticky:n,ignoreTransform:r},this.align=[t].flat(),this.debouncedWrapperResize=nt(this.onWrapperResize,500),this.wrapperResizeObserver=new ResizeObserver(this.debouncedWrapperResize),this.wrapperResizeObserver.observe(document.body),this.onWrapperResize(),this.resizeObserver=new ResizeObserver(this.onResize),this.resizeObserver.observe(this.element),this.setRect({width:this.element.offsetWidth,height:this.element.offsetHeight})}destroy(){this.wrapperResizeObserver.disconnect(),this.resizeObserver.disconnect()}setRect({top:e,left:t,width:n,height:r,element:i}={}){e??=this.rect.top,t??=this.rect.left,n??=this.rect.width,r??=this.rect.height,i??=this.rect.element,!(e===this.rect.top&&t===this.rect.left&&n===this.rect.width&&r===this.rect.height&&i===this.rect.element)&&(this.rect.top=e,this.rect.y=e,this.rect.width=n,this.rect.height=r,this.rect.left=t,this.rect.x=t,this.rect.bottom=e+r,this.rect.right=t+n)}onWrapperResize=()=>{let e,t;if(this.options.ignoreSticky&&rt(this.element),this.options.ignoreTransform)e=at(this.element),t=ot(this.element);else{let n=this.element.getBoundingClientRect();e=n.top+st(this.element),t=n.left+ct(this.element)}this.options.ignoreSticky&&it(this.element),this.setRect({top:e,left:t})};onResize=([e])=>{if(!e?.borderBoxSize[0])return;let t=e.borderBoxSize[0].inlineSize,n=e.borderBoxSize[0].blockSize;this.setRect({width:t,height:n})}},dt=0,ft=class{constructor(e,{type:t=`proximity`,lerp:n,easing:r,duration:i,distanceThreshold:a=`50%`,debounce:o=500,onSnapStart:s,onSnapComplete:c}={}){this.lenis=e,this.options={type:t,lerp:n,easing:r,duration:i,distanceThreshold:a,debounce:o,onSnapStart:s,onSnapComplete:c},this.onWindowResize(),u.addEventListener(`resize`,this.onWindowResize,!1),this.onSnapDebounced=nt(this.onSnap,this.options.debounce),this.lenis.on(`virtual-scroll`,this.onSnapDebounced)}options;elements=new Map;snaps=new Map;viewport={width:u.innerWidth,height:u.innerHeight};isStopped=!1;onSnapDebounced;currentSnapIndex;destroy(){this.lenis.off(`virtual-scroll`,this.onSnapDebounced),u.removeEventListener(`resize`,this.onWindowResize,!1),this.elements.forEach(e=>{e.destroy()})}start(){this.isStopped=!1}stop(){this.isStopped=!0}add(e){let t=lt();return this.snaps.set(t,{value:e}),()=>this.snaps.delete(t)}addElement(e,t={}){let n=lt();return this.elements.set(n,new ut(e,t)),()=>this.elements.delete(n)}addElements(e,t={}){let n=[...e].map(e=>this.addElement(e,t));return()=>{n.forEach(e=>{e()})}}onWindowResize=()=>{this.viewport.width=u.innerWidth,this.viewport.height=u.innerHeight};computeSnaps=()=>{let{isHorizontal:e}=this.lenis,t=[...this.snaps.values()];return this.elements.forEach(({rect:n,align:r})=>{let i;r.forEach(r=>{r===`start`?i=n.top:r===`center`?i=e?n.left+n.width/2-this.viewport.width/2:n.top+n.height/2-this.viewport.height/2:r===`end`&&(i=e?n.left+n.width-this.viewport.width:n.top+n.height-this.viewport.height),typeof i==`number`&&t.push({value:Math.ceil(i)})})}),t=t.sort((e,t)=>Math.abs(e.value)-Math.abs(t.value)),t};previous(){this.goTo((this.currentSnapIndex??0)-1)}next(){this.goTo((this.currentSnapIndex??0)+1)}goTo(e){let t=this.computeSnaps();if(t.length===0)return;this.currentSnapIndex=Math.max(0,Math.min(e,t.length-1));let n=t[this.currentSnapIndex];n!==void 0&&this.lenis.scrollTo(n.value,{duration:this.options.duration,easing:this.options.easing,lerp:this.options.lerp,lock:this.options.type===`lock`,userData:{initiator:`snap`},onStart:()=>{this.options.onSnapStart?.({index:this.currentSnapIndex,...n})},onComplete:()=>{this.options.onSnapComplete?.({index:this.currentSnapIndex,...n})}})}get distanceThreshold(){let e=1/0;if(this.options.type===`mandatory`)return 1/0;let{isHorizontal:t}=this.lenis,n=t?`width`:`height`;return e=typeof this.options.distanceThreshold==`string`&&this.options.distanceThreshold.endsWith(`%`)?Number(this.options.distanceThreshold.replace(`%`,``))/100*this.viewport[n]:typeof this.options.distanceThreshold==`number`?this.options.distanceThreshold:this.viewport[n],e}onSnap=e=>{if(this.isStopped||e.event.type===`touchmove`||this.options.type===`lock`&&this.lenis.userData?.initiator===`snap`)return;let{scroll:t,isHorizontal:n}=this.lenis,r=n?e.deltaX:e.deltaY;t=Math.ceil(this.lenis.scroll+r);let i=this.computeSnaps();if(i.length===0)return;let a,o=i.findLastIndex(({value:e})=>ee>t);if(this.options.type===`lock`)r>0?a=s:r<0&&(a=o);else{let e=i[o],n=e?Math.abs(t-e.value):1/0,r=i[s];a=n<(r?Math.abs(t-r.value):1/0)?o:s}if(a===void 0||a===-1)return;a=Math.max(0,Math.min(a,i.length-1));let c=i[a];Math.abs(t-c.value)<=this.distanceThreshold&&this.goTo(a)};resize(){this.elements.forEach(e=>e.onWrapperResize())}}}));function mt({smooth:e,easing:t,infinite:n,orientation:i,intensity:a,children:s,snap:l}){let d=r(),f=r();return o(()=>{if(s&&(!d.current||!f.current))return;d.current&&f.current&&(i===`horizontal`?d.current.style.setProperty(`overflowX`,`auto`):d.current.style.setProperty(`overflowY`,`auto`));let t=new et({smoothWheel:e,duration:a/10,infinite:n,orientation:i,gestureOrientation:i===`horizontal`?`both`:`vertical`,autoRaf:!0,autoToggle:!0,anchors:!0,allowNestedScroll:!0,wrapper:d.current,content:f.current,syncTouch:!!n||i===`horizontal`}),r;return l&&l.snaps.length>0&&(r=new ft(t,{type:l.type,distanceThreshold:l.threshold+`%`}),l.snaps.forEach(e=>{if(!e.target?.current)return;let t=e.target.current.id;document.querySelectorAll(`#${t}`).forEach(t=>{r.addElement(t,{align:e.align})})})),u.lenis=t,u.lenisSnap=l,()=>{t.destroy(),r&&r.destroy()}},[s]),b(T,{children:[p(`link`,{href:`https://unpkg.com/lenis@1.3.15-framer.0/dist/lenis.css`,rel:`stylesheet`}),s&&p(T,{children:p(`div`,{ref:d,style:i===`horizontal`?{overflowX:`auto`,width:`100%`}:{overflowY:`auto`,height:`100%`},children:p(`div`,{ref:f,style:{width:`100%`},children:k.map(s,e=>m(e)?c(e,{style:{...e.props.style,width:`100%`}}):e)})})})]})}var ht=e((()=>{i(),C(),R(),tt(),pt(),n(),mt.displayName=`Lenis`,K(mt,{smooth:{type:W.Boolean,title:`Smooth`,defaultValue:!0},intensity:{type:W.Number,title:`Intensity`,defaultValue:12,step:1,min:1,max:100,hidden(e){return e.smooth===!1}},infinite:{type:W.Boolean,title:`Infinite`,defaultValue:!1,hidden(e){return e.smooth===!1}},orientation:{type:W.Enum,defaultValue:`Vertical`,displaySegmentedControl:!0,options:[`vertical`,`horizontal`],optionTitles:[`Vertical`,`Horizontal`],hidden(e){return e.smooth===!1}},children:{type:W.ComponentInstance,title:`Content`},snap:{type:W.Object,optional:!0,description:`Cooked and served by [darkroom.engineering](https://darkroom.engineering).`,controls:{type:{type:W.Enum,defaultValue:`proximity`,displaySegmentedControl:!0,segmentedControlDirection:`vertical`,options:[`proximity`,`mandatory`,`lock`],optionTitles:[`Proximity`,`Mandatory`,`Lock`]},threshold:{type:W.Number,defaultValue:50,min:0,max:100,unit:`%`,hidden:e=>e.snap.type===`mandatory`},snaps:{type:W.Array,control:{type:W.Object,controls:{target:{title:`Target`,type:W.ScrollSectionRef},align:{type:W.Enum,defaultValue:`center`,displaySegmentedControl:!0,segmentedControlDirection:`horizontal`,options:[`start`,`center`,`end`],optionIcons:[`align-top`,`align-middle`,`align-bottom`]}}}}}}})})),gt,_t,vt,yt=e((()=>{R(),B.loadFonts([`GF;Geist Mono-500`,`Inter-Bold`,`Inter-BoldItalic`,`Inter-Italic`]),gt=[{explicitInter:!0,fonts:[{family:`Geist Mono`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeEPKJ5W7ihaO_CS.woff2`,weight:`500`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2`,weight:`400`}]}],_t=[`.framer-tRRZN .framer-styles-preset-k19tv4:not(.rich-text-wrapper), .framer-tRRZN .framer-styles-preset-k19tv4.rich-text-wrapper p { --framer-font-family: "Geist Mono", monospace; --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 8px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.4px; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #050505); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`],vt=`framer-tRRZN`})),bt,xt,St,Ct=e((()=>{R(),B.loadFonts([`GF;Geist-500`,`GF;Geist-600`]),bt=[{explicitInter:!0,fonts:[{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2`,weight:`500`},{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2`,weight:`600`}]}],xt=[`.framer-zWIk7 .framer-styles-preset-1if2cc5:not(.rich-text-wrapper), .framer-zWIk7 .framer-styles-preset-1if2cc5.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`,`@media (max-width: 1199px) and (min-width: 810px) { .framer-zWIk7 .framer-styles-preset-1if2cc5:not(.rich-text-wrapper), .framer-zWIk7 .framer-styles-preset-1if2cc5.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --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-zWIk7 .framer-styles-preset-1if2cc5:not(.rich-text-wrapper), .framer-zWIk7 .framer-styles-preset-1if2cc5.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }`],St=`framer-zWIk7`})),wt,Tt,Et,Dt=e((()=>{R(),B.loadFonts([`GF;Geist-600`,`GF;Geist-900`]),wt=[{explicitInter:!0,fonts:[{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2`,weight:`600`},{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4mJPby1QNtA.woff2`,weight:`900`}]}],Tt=[`.framer-ygtLy .framer-styles-preset-x4q1q9:not(.rich-text-wrapper), .framer-ygtLy .framer-styles-preset-x4q1q9.rich-text-wrapper h5 { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.4px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`,`@media (max-width: 1199px) and (min-width: 810px) { .framer-ygtLy .framer-styles-preset-x4q1q9:not(.rich-text-wrapper), .framer-ygtLy .framer-styles-preset-x4q1q9.rich-text-wrapper h5 { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.4px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --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-ygtLy .framer-styles-preset-x4q1q9:not(.rich-text-wrapper), .framer-ygtLy .framer-styles-preset-x4q1q9.rich-text-wrapper h5 { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.4px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }`],Et=`framer-ygtLy`})),Ot,kt,At,jt=e((()=>{R(),B.loadFonts([`GF;Geist Mono-500`,`Inter-Bold`,`Inter-BoldItalic`,`Inter-Italic`]),Ot=[{explicitInter:!0,fonts:[{family:`Geist Mono`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeEPKJ5W7ihaO_CS.woff2`,weight:`500`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2`,weight:`400`}]}],kt=[`.framer-tRRZN .framer-styles-preset-k19tv4:not(.rich-text-wrapper), .framer-tRRZN .framer-styles-preset-k19tv4.rich-text-wrapper p { --framer-font-family: "Geist Mono", monospace; --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 8px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.4px; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #050505); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`],At=`framer-tRRZN`})),Mt,Nt,Pt,Ft=e((()=>{R(),B.loadFonts([`GF;Geist-500`,`GF;Geist-600`,`Inter-BoldItalic`,`Inter-Italic`]),Mt=[{explicitInter:!0,fonts:[{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2`,weight:`500`},{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2`,weight:`600`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2`,weight:`700`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`italic`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2`,weight:`400`}]}],Nt=[`.framer-kj9sU .framer-styles-preset-93iufw:not(.rich-text-wrapper), .framer-kj9sU .framer-styles-preset-93iufw.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 18px; --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: 500; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`,`@media (max-width: 1199px) and (min-width: 810px) { .framer-kj9sU .framer-styles-preset-93iufw:not(.rich-text-wrapper), .framer-kj9sU .framer-styles-preset-93iufw.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --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: 500; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --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-kj9sU .framer-styles-preset-93iufw:not(.rich-text-wrapper), .framer-kj9sU .framer-styles-preset-93iufw.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --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: 500; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }`],Pt=`framer-kj9sU`})),It,Lt,Rt,zt=e((()=>{R(),B.loadFonts([`GF;Geist-500`,`GF;Geist-600`]),It=[{explicitInter:!0,fonts:[{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2`,weight:`500`},{family:`Geist`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2`,weight:`600`}]}],Lt=[`.framer-RoD3X .framer-styles-preset-a10jcr:not(.rich-text-wrapper), .framer-RoD3X .framer-styles-preset-a10jcr.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.3px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`,`@media (max-width: 1199px) and (min-width: 810px) { .framer-RoD3X .framer-styles-preset-a10jcr:not(.rich-text-wrapper), .framer-RoD3X .framer-styles-preset-a10jcr.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.3px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --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-RoD3X .framer-styles-preset-a10jcr:not(.rich-text-wrapper), .framer-RoD3X .framer-styles-preset-a10jcr.rich-text-wrapper p { --framer-font-family: "Geist", "Geist Placeholder", sans-serif; --framer-font-family-bold: "Geist", "Geist Placeholder", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.3px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }`],Rt=`framer-RoD3X`}));function Bt(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var Vt,Ht,Ut,Wt,Gt,Kt,qt,Jt,Yt,Xt,Zt,Z,Qt=e((()=>{C(),R(),N(),n(),Dt(),jt(),Re(),Ft(),zt(),Vt={AdId_Mwqs:{hover:!0},Ist2aV94f:{hover:!0},uwcwdQqrQ:{hover:!0},zbH2nEV1g:{hover:!0}},Ht=[`Ist2aV94f`,`zbH2nEV1g`,`AdId_Mwqs`,`uwcwdQqrQ`,`eKr7V8RZ3`,`skPUFqaJE`,`Lo0v_5KaQ`,`ktu5GN6lC`],Ut=`framer-OfRgG`,Wt={AdId_Mwqs:`framer-v-k34w80`,eKr7V8RZ3:`framer-v-105l5mn`,Ist2aV94f:`framer-v-yz1yjf`,ktu5GN6lC:`framer-v-1ssrwi1`,Lo0v_5KaQ:`framer-v-1um9lti`,skPUFqaJE:`framer-v-112apll`,uwcwdQqrQ:`framer-v-o8e4b`,zbH2nEV1g:`framer-v-jxngut`},Gt={bounce:.1,delay:0,duration:.5,type:`spring`},Kt=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},qt=A.create(s),Jt={"Desktop - Large":`zbH2nEV1g`,"Desktop - Largest":`Ist2aV94f`,"Desktop - Medium":`AdId_Mwqs`,"Desktop - Small":`uwcwdQqrQ`,"Tablet/Phone - Large":`skPUFqaJE`,"Tablet/Phone - Largest":`eKr7V8RZ3`,"Tablet/Phone - Medium":`Lo0v_5KaQ`,"Tablet/Phone - Small":`ktu5GN6lC`},Yt=({click:e,height:t,hoverColor:n,id:r,link:i,mainColor:a,newTab:o,showLinkTag:s,smoothScroll:c,tagContent:l,title:u,width:d,...f})=>({...f,fCHh9km5R:i??f.fCHh9km5R,fHZMvOeDy:n??f.fHZMvOeDy??`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,HEoPL8ESv:o??f.HEoPL8ESv,IlgKHnOUN:u??f.IlgKHnOUN??`EMAIL`,jIGObe4cV:l??f.jIGObe4cV??`[0]`,kLIiltEv1:c??f.kLIiltEv1,NvvJMrrZh:s??f.NvvJMrrZh,snEeOnVjD:a??f.snEeOnVjD??`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,TfXi_5pd3:e??f.TfXi_5pd3,variant:Jt[f.variant]??f.variant??`Ist2aV94f`}),Xt=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),Zt=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:c}=G();le();let{style:l,className:u,layoutId:d,variant:f,IlgKHnOUN:m,fCHh9km5R:h,HEoPL8ESv:g,snEeOnVjD:_,fHZMvOeDy:v,jIGObe4cV:y,NvvJMrrZh:x,kLIiltEv1:S,TfXi_5pd3:C,...ee}=Yt(e),{baseVariant:w,classNames:T,clearLoadingGesture:E,gestureHandlers:D,gestureVariant:k,isLoading:te,setGestureState:j,setVariant:N,variants:P}=he({cycleOrder:Ht,defaultVariant:`Ist2aV94f`,enabledGestures:Vt,ref:i,variant:f,variantClassNames:Wt}),F=Xt(e,P),{activeVariantCallback:I,delay:ne}=ye(w),re=I(async(...e)=>{if(j({isPressed:!1}),C&&await C(...e)===!1)return!1}),L=z(Ut,Et,Rt,Pt,Ve,At),R=()=>![`eKr7V8RZ3`,`skPUFqaJE`,`Lo0v_5KaQ`,`ktu5GN6lC`].includes(w);return p(M,{id:d??a,children:p(qt,{animate:P,initial:!1,children:p(Kt,{value:Gt,children:p(me,{href:h,motionChild:!0,nodeId:`Ist2aV94f`,openInNewTab:g,scopeId:`J6ac2wT1h`,smoothScroll:S,children:b(A.a,{...ee,...D,className:`${z(L,`framer-yz1yjf`,u,T)} framer-1uh4xqf`,"data-framer-name":`Desktop - Largest`,"data-highlight":!0,layoutDependency:F,layoutId:`Ist2aV94f`,onTap:re,ref:i,style:{...l},...Bt({"AdId_Mwqs-hover":{"data-framer-name":void 0},"Ist2aV94f-hover":{"data-framer-name":void 0},"uwcwdQqrQ-hover":{"data-framer-name":void 0},"zbH2nEV1g-hover":{"data-framer-name":void 0},AdId_Mwqs:{"data-framer-name":`Desktop - Medium`},eKr7V8RZ3:{"data-framer-name":`Tablet/Phone - Largest`},ktu5GN6lC:{"data-framer-name":`Tablet/Phone - Small`},Lo0v_5KaQ:{"data-framer-name":`Tablet/Phone - Medium`},skPUFqaJE:{"data-framer-name":`Tablet/Phone - Large`},uwcwdQqrQ:{"data-framer-name":`Desktop - Small`},zbH2nEV1g:{"data-framer-name":`Desktop - Large`}},w,k),children:[p(A.div,{className:`framer-9zbnwt`,layoutDependency:F,layoutId:`OXPuEukGU`,children:b(A.div,{className:`framer-1x4j971`,layoutDependency:F,layoutId:`YVCvgDSRj`,children:[p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.h5,{className:`framer-styles-preset-x4q1q9`,"data-styles-preset":`C7qc0yP0f`,style:{"--framer-text-color":`var(--extracted-1lwpl3i, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})}),className:`framer-18ibl0i`,"data-framer-name":`Main link`,fonts:[`Inter`],layoutDependency:F,layoutId:`mOM1DmTjY`,style:{"--extracted-1lwpl3i":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`,"--framer-paragraph-spacing":`0px`,"--variable-reference-snEeOnVjD-J6ac2wT1h":_},text:m,variants:{AdId_Mwqs:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`},ktu5GN6lC:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`},Lo0v_5KaQ:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`},skPUFqaJE:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`},uwcwdQqrQ:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`},zbH2nEV1g:{"--extracted-r6o4lv":`var(--variable-reference-snEeOnVjD-J6ac2wT1h)`}},verticalAlignment:`top`,withExternalLayout:!0,...Bt({AdId_Mwqs:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})},ktu5GN6lC:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-19alnrj`,"data-styles-preset":`dPIQ_XLHq`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})},Lo0v_5KaQ:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})},skPUFqaJE:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-a10jcr`,"data-styles-preset":`TroXPKjdh`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})},uwcwdQqrQ:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-19alnrj`,"data-styles-preset":`dPIQ_XLHq`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})},zbH2nEV1g:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-a10jcr`,"data-styles-preset":`TroXPKjdh`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-snEeOnVjD-J6ac2wT1h))`},children:`EMAIL`})})}},w,k)}),R()&&p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.h5,{className:`framer-styles-preset-x4q1q9`,"data-styles-preset":`C7qc0yP0f`,style:{"--framer-text-color":`var(--extracted-1lwpl3i, var(--variable-reference-fHZMvOeDy-J6ac2wT1h))`},children:`EMAIL`})}),className:`framer-13xp07b`,"data-framer-name":`Hover link`,fonts:[`Inter`],layoutDependency:F,layoutId:`CGnsO8WtY`,style:{"--extracted-1lwpl3i":`var(--variable-reference-fHZMvOeDy-J6ac2wT1h)`,"--framer-paragraph-spacing":`0px`,"--variable-reference-fHZMvOeDy-J6ac2wT1h":v},text:m,variants:{AdId_Mwqs:{"--extracted-r6o4lv":`var(--variable-reference-fHZMvOeDy-J6ac2wT1h)`},uwcwdQqrQ:{"--extracted-r6o4lv":`var(--variable-reference-fHZMvOeDy-J6ac2wT1h)`},zbH2nEV1g:{"--extracted-r6o4lv":`var(--variable-reference-fHZMvOeDy-J6ac2wT1h)`}},verticalAlignment:`top`,withExternalLayout:!0,...Bt({AdId_Mwqs:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-fHZMvOeDy-J6ac2wT1h))`},children:`EMAIL`})})},uwcwdQqrQ:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-19alnrj`,"data-styles-preset":`dPIQ_XLHq`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-fHZMvOeDy-J6ac2wT1h))`},children:`EMAIL`})})},zbH2nEV1g:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-a10jcr`,"data-styles-preset":`TroXPKjdh`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-fHZMvOeDy-J6ac2wT1h))`},children:`EMAIL`})})}},w,k)})]})}),x&&p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.p,{className:`framer-styles-preset-k19tv4`,"data-styles-preset":`CGSBSYZoX`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--variable-reference-fHZMvOeDy-J6ac2wT1h))`},children:`[0]`})}),className:`framer-emc9cq`,"data-framer-name":`[23]`,fonts:[`Inter`],layoutDependency:F,layoutId:`FKydpXHwJ`,style:{"--extracted-r6o4lv":`var(--variable-reference-fHZMvOeDy-J6ac2wT1h)`,"--framer-paragraph-spacing":`0px`,"--variable-reference-fHZMvOeDy-J6ac2wT1h":v},text:y,verticalAlignment:`top`,withExternalLayout:!0})]})})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-OfRgG.framer-1uh4xqf, .framer-OfRgG .framer-1uh4xqf { display: block; }`,`.framer-OfRgG.framer-yz1yjf { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }`,`.framer-OfRgG .framer-9zbnwt { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }`,`.framer-OfRgG .framer-1x4j971 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }`,`.framer-OfRgG .framer-18ibl0i, .framer-OfRgG .framer-13xp07b { flex: none; height: auto; position: relative; white-space: pre; width: auto; }`,`.framer-OfRgG .framer-emc9cq { flex: none; height: auto; position: absolute; right: -6px; top: -11px; white-space: pre; width: auto; z-index: 1; }`,`.framer-OfRgG.framer-v-jxngut .framer-9zbnwt, .framer-OfRgG.framer-v-112apll .framer-9zbnwt { height: 36px; }`,`.framer-OfRgG.framer-v-k34w80.framer-yz1yjf { width: 53px; }`,`.framer-OfRgG.framer-v-k34w80 .framer-9zbnwt { align-self: unset; height: 27px; width: 100%; }`,`.framer-OfRgG.framer-v-o8e4b .framer-9zbnwt, .framer-OfRgG.framer-v-1ssrwi1 .framer-9zbnwt { height: 19px; }`,`.framer-OfRgG.framer-v-1um9lti .framer-9zbnwt { align-self: unset; height: 27px; width: min-content; }`,`.framer-OfRgG.framer-v-yz1yjf.hover.framer-yz1yjf, .framer-OfRgG.framer-v-yz1yjf.hover .framer-9zbnwt, .framer-OfRgG.framer-v-jxngut.hover.framer-yz1yjf, .framer-OfRgG.framer-v-jxngut.hover .framer-9zbnwt, .framer-OfRgG.framer-v-jxngut.hover .framer-1x4j971, .framer-OfRgG.framer-v-k34w80.hover .framer-1x4j971, .framer-OfRgG.framer-v-o8e4b.hover.framer-yz1yjf, .framer-OfRgG.framer-v-o8e4b.hover .framer-9zbnwt { justify-content: flex-end; }`,`.framer-OfRgG.framer-v-k34w80.hover.framer-yz1yjf { justify-content: flex-end; width: min-content; }`,`.framer-OfRgG.framer-v-k34w80.hover .framer-9zbnwt { align-self: stretch; justify-content: flex-end; width: auto; }`,...Tt,...Lt,...Nt,...ze,...kt],`framer-OfRgG`),Z=Zt,Zt.displayName=`Link`,Zt.defaultProps={height:58,width:145.033},K(Zt,{variant:{options:[`Ist2aV94f`,`zbH2nEV1g`,`AdId_Mwqs`,`uwcwdQqrQ`,`eKr7V8RZ3`,`skPUFqaJE`,`Lo0v_5KaQ`,`ktu5GN6lC`],optionTitles:[`Desktop - Largest`,`Desktop - Large`,`Desktop - Medium`,`Desktop - Small`,`Tablet/Phone - Largest`,`Tablet/Phone - Large`,`Tablet/Phone - Medium`,`Tablet/Phone - Small`],title:`Variant`,type:W.Enum},IlgKHnOUN:{defaultValue:`EMAIL`,displayTextArea:!1,title:`Title`,type:W.String},fCHh9km5R:{title:`Link`,type:W.Link},HEoPL8ESv:{defaultValue:!1,title:`New Tab`,type:W.Boolean},snEeOnVjD:{defaultValue:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,title:`Main color`,type:W.Color},fHZMvOeDy:{defaultValue:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0)) /* {"name":"Primary"} */`,title:`Hover color`,type:W.Color},jIGObe4cV:{defaultValue:`[0]`,displayTextArea:!1,title:`Tag content`,type:W.String},NvvJMrrZh:{defaultValue:!1,title:`Show link tag`,type:W.Boolean},kLIiltEv1:{defaultValue:!1,title:`Smooth Scroll`,type:W.Boolean},TfXi_5pd3:{title:`Click`,type:W.EventHandler}}),V(Zt,[{explicitInter:!0,fonts:[{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2`,weight:`400`},{family:`Inter`,source:`framer`,style:`normal`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2`,weight:`400`}]},...P(wt),...P(It),...P(Mt),...P(Be),...P(Ot)],{supportsExplicitInterCodegen:!0})}));function $t(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var en,tn,nn,rn,an,on,sn,cn,ln,un,dn,fn=e((()=>{C(),R(),N(),n(),en=[`ztClJUaPs`,`hU_3CSsQ7`,`QrmNdRCrX`,`jLoUv_cER`],tn=`framer-bu8On`,nn={hU_3CSsQ7:`framer-v-t3shly`,jLoUv_cER:`framer-v-175ddj`,QrmNdRCrX:`framer-v-9qh9s3`,ztClJUaPs:`framer-v-1t9zr46`},rn={bounce:.2,delay:0,duration:.4,type:`spring`},an=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},on=A.create(s),sn={"Dark closed":`QrmNdRCrX`,"Dark opened":`jLoUv_cER`,"Light closed":`ztClJUaPs`,"Light opened":`hU_3CSsQ7`},cn=({click:e,height:t,id:n,width:r,...i})=>({...i,NB99KdE1C:e??i.NB99KdE1C,variant:sn[i.variant]??i.variant??`ztClJUaPs`}),ln=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),un=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:s}=G();le();let{style:c,className:l,layoutId:u,variant:d,NB99KdE1C:f,...m}=cn(e),{baseVariant:h,classNames:g,clearLoadingGesture:_,gestureHandlers:v,gestureVariant:y,isLoading:x,setGestureState:S,setVariant:C,variants:ee}=he({cycleOrder:en,defaultVariant:`ztClJUaPs`,ref:i,variant:d,variantClassNames:nn}),w=ln(e,ee),{activeVariantCallback:T,delay:E}=ye(h),D=T(async(...e)=>{if(S({isPressed:!1}),f&&await f(...e)===!1)return!1}),k=z(tn);return p(M,{id:u??a,children:p(on,{animate:ee,initial:!1,children:p(an,{value:rn,children:b(A.div,{...m,...v,className:z(k,`framer-1t9zr46`,l,g),"data-framer-name":`Light closed`,"data-highlight":!0,layoutDependency:w,layoutId:`ztClJUaPs`,onTap:D,ref:i,style:{...c},...$t({hU_3CSsQ7:{"data-framer-name":`Light opened`},jLoUv_cER:{"data-framer-name":`Dark opened`},QrmNdRCrX:{"data-framer-name":`Dark closed`}},h,y),children:[p(A.div,{className:`framer-1tvwtcr`,"data-framer-name":`Line`,layoutDependency:w,layoutId:`tmbgk_Va7`,style:{backgroundColor:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,rotate:0},variants:{hU_3CSsQ7:{rotate:20},jLoUv_cER:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,rotate:20},QrmNdRCrX:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,rotate:0}}}),p(A.div,{className:`framer-1arji3t`,"data-framer-name":`Line`,layoutDependency:w,layoutId:`exqWHqHkU`,style:{backgroundColor:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,rotate:0},variants:{hU_3CSsQ7:{rotate:-20},jLoUv_cER:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,rotate:-20},QrmNdRCrX:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,rotate:0}}})]})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-bu8On.framer-12zs0ae, .framer-bu8On .framer-12zs0ae { display: block; }`,`.framer-bu8On.framer-1t9zr46 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 28px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 28px; }`,`.framer-bu8On .framer-1tvwtcr, .framer-bu8On .framer-1arji3t { flex: none; gap: 0px; height: 2px; overflow: hidden; position: relative; width: 100%; }`,`.framer-bu8On.framer-v-t3shly .framer-1tvwtcr, .framer-bu8On.framer-v-t3shly .framer-1arji3t, .framer-bu8On.framer-v-175ddj .framer-1tvwtcr, .framer-bu8On.framer-v-175ddj .framer-1arji3t { left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 2px / 2); z-index: 1; }`],`framer-bu8On`),dn=un,un.displayName=`Hamburger`,un.defaultProps={height:28,width:28},K(un,{variant:{options:[`ztClJUaPs`,`hU_3CSsQ7`,`QrmNdRCrX`,`jLoUv_cER`],optionTitles:[`Light closed`,`Light opened`,`Dark closed`,`Dark opened`],title:`Variant`,type:W.Enum},NB99KdE1C:{title:`Click`,type:W.EventHandler}}),V(un,[{explicitInter:!0,fonts:[]}],{supportsExplicitInterCodegen:!0})}));function pn(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var mn,hn,gn,_n,vn,yn,bn,xn,Sn,Cn,wn,Tn=e((()=>{C(),R(),N(),n(),mn=[`n0uLn0tQX`,`G5bFlAI7x`],hn=`framer-BQ0xy`,gn={G5bFlAI7x:`framer-v-zgp90n`,n0uLn0tQX:`framer-v-120slnj`},_n={bounce:.2,delay:0,duration:.4,type:`spring`},vn=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},yn=A.create(s),bn={Black:`G5bFlAI7x`,White:`n0uLn0tQX`},xn=({height:e,id:t,width:n,...r})=>({...r,variant:bn[r.variant]??r.variant??`n0uLn0tQX`}),Sn=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),Cn=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:s}=G(),c=le(),{style:l,className:u,layoutId:d,variant:f,...m}=xn(e),{baseVariant:h,classNames:g,clearLoadingGesture:_,gestureHandlers:v,gestureVariant:y,isLoading:b,setGestureState:x,setVariant:S,variants:C}=he({cycleOrder:mn,defaultVariant:`n0uLn0tQX`,ref:i,variant:f,variantClassNames:gn}),ee=Sn(e,C),w=z(hn);return p(M,{id:d??a,children:p(yn,{animate:C,initial:!1,children:p(vn,{value:_n,children:p(me,{href:{hash:`:hC48Vq_nL`,webPageId:`xSGQXODZS`},motionChild:!0,nodeId:`n0uLn0tQX`,openInNewTab:!1,scopeId:`ywXln_kWM`,smoothScroll:!0,children:p(Ce,{...m,...v,as:`a`,background:{alt:`Brand logo`,fit:`fit`,loading:oe(c?.y||0),pixelHeight:157,pixelWidth:500,positionX:`center`,positionY:`center`,sizes:c?.width||`100vw`,src:`https://framerusercontent.com/images/CXou7KHv48aCr8BZ3lwvO8dnBKg.png?width=500&height=157`},className:`${z(w,`framer-120slnj`,u,g)} framer-43z9gh`,"data-framer-name":`White`,layoutDependency:ee,layoutId:`n0uLn0tQX`,ref:i,style:{...l},...pn({G5bFlAI7x:{"data-framer-name":`Black`,background:{alt:`Brand logo `,fit:`fit`,loading:oe(c?.y||0),pixelHeight:154,pixelWidth:500,positionX:`center`,positionY:`center`,sizes:c?.width||`100vw`,src:`https://framerusercontent.com/images/uBiKa9y6J9UQMw4IOUiDJTnaC8M.png?width=500&height=154`}}},h,y)})})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-BQ0xy.framer-43z9gh, .framer-BQ0xy .framer-43z9gh { display: block; }`,`.framer-BQ0xy.framer-120slnj { height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 133px; will-change: var(--framer-will-change-filter-override, filter); }`],`framer-BQ0xy`),wn=Cn,Cn.displayName=`Logo`,Cn.defaultProps={height:46,width:133},K(Cn,{variant:{options:[`n0uLn0tQX`,`G5bFlAI7x`],optionTitles:[`White`,`Black`],title:`Variant`,type:W.Enum}}),V(Cn,[{explicitInter:!0,fonts:[]}],{supportsExplicitInterCodegen:!0})}));function Q(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var En,Dn,On,kn,An,jn,Mn,Nn,Pn,Fn,In,Ln,Rn,zn,Bn,Vn,Hn,Un,Wn,Gn=e((()=>{C(),R(),N(),n(),yt(),Pe(),Ct(),Qt(),fn(),Tn(),En=Y(wn),Dn=Y(Z),On=Y(dn),kn=Ne(I),An=[`sKVWxKPbe`,`rZ3IbE0H8`,`rlYlSZp4B`,`X7MliPyl7`,`VB0_DrLCh`,`Y7Xxx8Mgp`],jn=`framer-7J0LU`,Mn={rlYlSZp4B:`framer-v-1abre5k`,rZ3IbE0H8:`framer-v-k0al3u`,sKVWxKPbe:`framer-v-1b6szl0`,VB0_DrLCh:`framer-v-1qplu89`,X7MliPyl7:`framer-v-62t3ke`,Y7Xxx8Mgp:`framer-v-1gq1eia`},Nn={damping:30,delay:0,mass:1,stiffness:200,type:`spring`},Pn=(e,t)=>`translateX(-50%) ${t}`,Fn={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50},In={bounce:.1,delay:0,duration:.6,type:`spring`},Ln={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:In,x:0,y:50},Rn=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},zn=A.create(s),Bn={"Desktop Closed":`X7MliPyl7`,"Desktop Open":`sKVWxKPbe`,"Phone closed":`rlYlSZp4B`,"Phone Open":`Y7Xxx8Mgp`,"Tablet closed":`rZ3IbE0H8`,"Tablet Open":`VB0_DrLCh`},Vn=({click:e,height:t,id:n,width:r,...i})=>({...i,iCIso16xK:e??i.iCIso16xK,variant:Bn[i.variant]??i.variant??`sKVWxKPbe`}),Hn=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),Un=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:c}=G(),l=le(),{style:u,className:d,layoutId:f,variant:m,iCIso16xK:h,...g}=Vn(e),{baseVariant:_,classNames:v,clearLoadingGesture:y,gestureHandlers:x,gestureVariant:S,isLoading:C,setGestureState:ee,setVariant:w,variants:T}=he({cycleOrder:An,defaultVariant:`sKVWxKPbe`,ref:i,variant:m,variantClassNames:Mn}),E=Hn(e,T),{activeVariantCallback:D,delay:k}=ye(_),te=D(async(...e)=>{w(`Y7Xxx8Mgp`)}),j=D(async(...e)=>{if(h&&(await k(()=>{},100),await h(...e)===!1))return!1;w(`X7MliPyl7`)}),N=D(async(...e)=>{if(h&&await h(...e)===!1)return!1;w(`VB0_DrLCh`)}),P=D(async(...e)=>{if(h&&await h(...e)===!1)return!1;w(`Y7Xxx8Mgp`)}),F=D(async(...e)=>{if(h&&(await k(()=>{},100),await h(...e)===!1))return!1;w(`sKVWxKPbe`)}),ne=D(async(...e)=>{if(h&&await h(...e)===!1)return!1;w(`rZ3IbE0H8`)}),re=D(async(...e)=>{if(h&&await h(...e)===!1)return!1;w(`rlYlSZp4B`)}),L=D(async(...e)=>{await k(()=>w(`X7MliPyl7`),100)}),R=D(async(...e)=>{await k(()=>w(`rZ3IbE0H8`),100)}),B=D(async(...e)=>{await k(()=>w(`rlYlSZp4B`),100)}),V=z(jn,St,vt,Le),ie=()=>!![`rZ3IbE0H8`,`X7MliPyl7`].includes(_);_e();let ae=()=>_!==`X7MliPyl7`;return p(M,{id:f??a,children:p(zn,{animate:T,initial:!1,children:p(Rn,{value:Nn,children:p(A.nav,{...g,...x,className:z(V,`framer-1b6szl0`,d,v),"data-framer-name":`Desktop Open`,layoutDependency:E,layoutId:`sKVWxKPbe`,ref:i,style:{backdropFilter:`blur(7px)`,WebkitBackdropFilter:`blur(7px)`,...u},...Q({rlYlSZp4B:{"data-framer-name":`Phone closed`},rZ3IbE0H8:{"data-framer-name":`Tablet closed`},VB0_DrLCh:{"data-framer-name":`Tablet Open`},X7MliPyl7:{"data-framer-name":`Desktop Closed`},Y7Xxx8Mgp:{"data-framer-name":`Phone Open`}},_,S),children:b(A.div,{className:`framer-l2mcpg`,"data-framer-name":`Container`,layoutDependency:E,layoutId:`C7etqk4T7`,style:{backdropFilter:`blur(10px)`,backgroundColor:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,WebkitBackdropFilter:`blur(10px)`},variants:{rlYlSZp4B:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`},rZ3IbE0H8:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`},X7MliPyl7:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`}},...Q({rlYlSZp4B:{"data-highlight":!0,onTap:te}},_,S),children:[b(A.div,{className:`framer-1px689w`,layoutDependency:E,layoutId:`h3X_lXOj5`,children:[p(q,{height:30,width:`83px`,y:(l?.y||0)+8+0+24+0+0,...Q({rlYlSZp4B:{height:49,width:`200px`,y:(l?.y||0)+8+0+20+0+0},rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+14},X7MliPyl7:{height:54,width:`272px`,y:(l?.y||0)+8+0+24+0+2},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+0+0}},_,S),children:p(I,{className:`framer-he2yp9-container`,layoutDependency:E,layoutId:`sIjPVN6lz-container`,nodeId:`sIjPVN6lz`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(wn,{height:`100%`,id:`sIjPVN6lz`,layoutId:`sIjPVN6lz`,style:{height:`100%`,width:`100%`},variant:`n0uLn0tQX`,width:`100%`})})}),ie()&&b(A.div,{className:`framer-whlxnv`,"data-framer-name":`Link group`,layoutDependency:E,layoutId:`dxg1R5psW`,children:[p(J,{links:[{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,...Q({rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+0+0},X7MliPyl7:{y:(l?.y||0)+8+0+24+0+0+0}},_,S),children:p(I,{className:`framer-1g1bqpw-container`,layoutDependency:E,layoutId:`lKeMt1j3G-container`,nodeId:`lKeMt1j3G`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`lKeMt1j3G`,IlgKHnOUN:`STUDIO`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`lKeMt1j3G`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...Q({rZ3IbE0H8:{fCHh9km5R:e[1]},X7MliPyl7:{fCHh9km5R:e[2],IlgKHnOUN:`ABOUT`}},_,S)})})})}),p(J,{links:[{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,...Q({rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+0+0},X7MliPyl7:{y:(l?.y||0)+8+0+24+0+0+0}},_,S),children:p(I,{className:`framer-ezh73w-container`,layoutDependency:E,layoutId:`yO8Q4RXc_-container`,nodeId:`yO8Q4RXc_`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`yO8Q4RXc_`,IlgKHnOUN:`WORKS`,jIGObe4cV:`[06]`,kLIiltEv1:!0,layoutId:`yO8Q4RXc_`,NvvJMrrZh:!0,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...Q({rZ3IbE0H8:{fCHh9km5R:e[1]},X7MliPyl7:{fCHh9km5R:e[2]}},_,S)})})})}),ae()&&p(J,{links:[{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,...Q({rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+0+0}},_,S),children:p(I,{className:`framer-t6jqm2-container`,layoutDependency:E,layoutId:`RexyBYdfB-container`,nodeId:`RexyBYdfB`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`RexyBYdfB`,IlgKHnOUN:`SERVICES`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`RexyBYdfB`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...Q({rZ3IbE0H8:{fCHh9km5R:e[1]}},_,S)})})})}),ae()&&p(J,{links:[{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,...Q({rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+0+0}},_,S),children:p(I,{className:`framer-1mr6270-container`,layoutDependency:E,layoutId:`EYd51jvEm-container`,nodeId:`EYd51jvEm`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`EYd51jvEm`,IlgKHnOUN:`PRICING`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`EYd51jvEm`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...Q({rZ3IbE0H8:{fCHh9km5R:e[1]}},_,S)})})})}),ae()&&p(J,{links:[{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,...Q({rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+0+0}},_,S),children:p(I,{className:`framer-1gjitnq-container`,layoutDependency:E,layoutId:`UjBMFMikC-container`,nodeId:`UjBMFMikC`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`UjBMFMikC`,IlgKHnOUN:`FAQ`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`UjBMFMikC`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...Q({rZ3IbE0H8:{fCHh9km5R:e[1]}},_,S)})})})})]}),p(q,{height:23,width:`28px`,y:(l?.y||0)+8+0+24+0+3.5,...Q({rlYlSZp4B:{y:(l?.y||0)+8+0+20+0+13},rZ3IbE0H8:{y:(l?.y||0)+8+0+24+0+17.5},X7MliPyl7:{y:(l?.y||0)+8+0+24+0+17.5},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+0+3.5}},_,S),children:p(I,{className:`framer-1bdh7zm-container`,layoutDependency:E,layoutId:`SHTaQt0Df-container`,nodeId:`SHTaQt0Df`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(dn,{height:`100%`,id:`SHTaQt0Df`,layoutId:`SHTaQt0Df`,NB99KdE1C:j,style:{height:`100%`,width:`100%`},variant:`hU_3CSsQ7`,width:`100%`,...Q({rlYlSZp4B:{NB99KdE1C:P,variant:`ztClJUaPs`},rZ3IbE0H8:{NB99KdE1C:N,variant:`ztClJUaPs`},VB0_DrLCh:{NB99KdE1C:ne},X7MliPyl7:{NB99KdE1C:F,variant:`ztClJUaPs`},Y7Xxx8Mgp:{NB99KdE1C:re}},_,S)})})})]}),b(A.div,{className:`framer-1uka5ih`,"data-framer-name":`Menu Wrapper`,layoutDependency:E,layoutId:`o_ZQ2r1ZG`,...Q({rlYlSZp4B:{transformTemplate:Pn},rZ3IbE0H8:{transformTemplate:Pn},X7MliPyl7:{transformTemplate:Pn}},_,S),children:[b(A.div,{className:`framer-14ia6i`,"data-framer-name":`Link group`,layoutDependency:E,layoutId:`Cp7SPonhQ`,children:[p(J,{links:[{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:wTmm6CJ8d`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,y:(l?.y||0)+8+0+24+46+0+0+0+0,...Q({rlYlSZp4B:{y:(l?.y||0)+8+0+89- -18.3+0+0+0+0},rZ3IbE0H8:{y:(l?.y||0)+8+0+106- -208.5+0+0+0+0},X7MliPyl7:{y:(l?.y||0)+8+0+106- -209+0+0+0+0},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+38+0+0+0+0}},_,S),children:p(kn,{__framer__animate:{transition:In},__framer__animateOnce:!1,__framer__enter:Fn,__framer__exit:Ln,__framer__styleAppearEffectEnabled:!0,__framer__threshold:.5,__perspectiveFX:!1,__smartComponentFX:!0,__targetOpacity:1,className:`framer-me0ynp-container`,layoutDependency:E,layoutId:`moHYZMprS-container`,nodeId:`moHYZMprS`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,height:`100%`,HEoPL8ESv:!1,id:`moHYZMprS`,IlgKHnOUN:`ABOUT`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`moHYZMprS`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,TfXi_5pd3:L,variant:`Ist2aV94f`,width:`100%`,...Q({rlYlSZp4B:{fCHh9km5R:e[2],TfXi_5pd3:void 0,variant:`Lo0v_5KaQ`},rZ3IbE0H8:{fCHh9km5R:e[1],TfXi_5pd3:void 0},VB0_DrLCh:{fCHh9km5R:e[4],TfXi_5pd3:R,variant:`skPUFqaJE`},X7MliPyl7:{fCHh9km5R:e[3]},Y7Xxx8Mgp:{fCHh9km5R:e[5],TfXi_5pd3:B,variant:`Lo0v_5KaQ`}},_,S)})})})}),p(J,{links:[{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:gvvnjN7q8`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,y:(l?.y||0)+8+0+24+46+0+0+0+68,...Q({rlYlSZp4B:{y:(l?.y||0)+8+0+89- -18.3+0+0+0+68},rZ3IbE0H8:{y:(l?.y||0)+8+0+106- -208.5+0+0+0+68},X7MliPyl7:{y:(l?.y||0)+8+0+106- -209+0+0+0+68},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+38+0+0+0+68}},_,S),children:p(kn,{__framer__animate:{transition:In},__framer__animateOnce:!1,__framer__enter:Fn,__framer__exit:Ln,__framer__styleAppearEffectEnabled:!0,__framer__threshold:.5,__perspectiveFX:!1,__smartComponentFX:!0,__targetOpacity:1,className:`framer-11f0fdm-container`,layoutDependency:E,layoutId:`fT2nFexq3-container`,nodeId:`fT2nFexq3`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,height:`100%`,HEoPL8ESv:!1,id:`fT2nFexq3`,IlgKHnOUN:`WORKS`,jIGObe4cV:`[06]`,kLIiltEv1:!0,layoutId:`fT2nFexq3`,NvvJMrrZh:!0,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,TfXi_5pd3:L,variant:`Ist2aV94f`,width:`100%`,...Q({rlYlSZp4B:{fCHh9km5R:e[2],TfXi_5pd3:void 0,variant:`Lo0v_5KaQ`},rZ3IbE0H8:{fCHh9km5R:e[1],TfXi_5pd3:void 0},VB0_DrLCh:{fCHh9km5R:e[4],TfXi_5pd3:R,variant:`skPUFqaJE`},X7MliPyl7:{fCHh9km5R:e[3]},Y7Xxx8Mgp:{fCHh9km5R:e[5],TfXi_5pd3:B,variant:`Lo0v_5KaQ`}},_,S)})})})})]}),p(A.div,{className:`framer-ngg37c`,"data-framer-name":`Divider`,layoutDependency:E,layoutId:`ErL0UioBe`,style:{backgroundColor:`var(--token-e697fd99-12b6-439e-809f-f92570be4e70, rgba(255, 255, 255, 0.3))`}}),b(A.div,{className:`framer-q22fi`,"data-framer-name":`Bottom`,layoutDependency:E,layoutId:`iDx_7X9Xg`,children:[p(q,{height:58,y:(l?.y||0)+8+0+24+46+0+175+0,...Q({rlYlSZp4B:{y:(l?.y||0)+8+0+89- -18.3+0+175+0+0},rZ3IbE0H8:{y:(l?.y||0)+8+0+106- -208.5+0+175+0},X7MliPyl7:{y:(l?.y||0)+8+0+106- -209+0+175+0},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+38+0+175+0+0}},_,S),children:p(I,{className:`framer-1x5qdjn-container`,layoutDependency:E,layoutId:`CEI4nWDYB-container`,nodeId:`CEI4nWDYB`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:`mailto:hey@florent.com`,fHZMvOeDy:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,height:`100%`,HEoPL8ESv:!0,id:`CEI4nWDYB`,IlgKHnOUN:`DOCSANKAR@GMAIL.COM`,jIGObe4cV:`[0]`,kLIiltEv1:!1,layoutId:`CEI4nWDYB`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`zbH2nEV1g`,width:`100%`,...Q({rlYlSZp4B:{variant:`Lo0v_5KaQ`},VB0_DrLCh:{variant:`Lo0v_5KaQ`},Y7Xxx8Mgp:{IlgKHnOUN:`docsankar@gmail.com`,variant:`Lo0v_5KaQ`}},_,S)})})}),p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.p,{className:`framer-styles-preset-1if2cc5`,"data-styles-preset":`OkcMExZum`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© 2025 ORALGUARD.IN`})}),className:`framer-1hnay5y`,"data-framer-name":`© 2025 florent Studio`,fonts:[`Inter`],layoutDependency:E,layoutId:`yFNUCEJGN`,style:{"--extracted-r6o4lv":`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,"--framer-paragraph-spacing":`0px`},verticalAlignment:`top`,withExternalLayout:!0,...Q({rlYlSZp4B:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-k19tv4`,"data-styles-preset":`CGSBSYZoX`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© 2025 ORALGUARD.IN`})})},VB0_DrLCh:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© 2025 ORALGUARD.IN`})})},Y7Xxx8Mgp:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-k19tv4`,"data-styles-preset":`CGSBSYZoX`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© 2025 ORALGUARD.IN`})})}},_,S)}),p(q,{height:58,y:(l?.y||0)+8+0+24+46+0+175+0,...Q({rlYlSZp4B:{y:(l?.y||0)+8+0+89- -18.3+0+175+0+68},rZ3IbE0H8:{y:(l?.y||0)+8+0+106- -208.5+0+175+0},X7MliPyl7:{y:(l?.y||0)+8+0+106- -209+0+175+0},Y7Xxx8Mgp:{y:(l?.y||0)+8+0+20+38+0+175+0+68}},_,S),children:p(I,{className:`framer-14ltkk9-container`,layoutDependency:E,layoutId:`cbcUfDbkP-container`,nodeId:`cbcUfDbkP`,rendersWithMotion:!0,scopeId:`C_TRfzoRv`,children:p(Z,{fCHh9km5R:`tel:(+1) 3804344344`,fHZMvOeDy:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,height:`100%`,HEoPL8ESv:!0,id:`cbcUfDbkP`,IlgKHnOUN:`+91 78680 74701`,jIGObe4cV:`[0]`,kLIiltEv1:!1,layoutId:`cbcUfDbkP`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`zbH2nEV1g`,width:`100%`,...Q({rlYlSZp4B:{variant:`Lo0v_5KaQ`},VB0_DrLCh:{variant:`Lo0v_5KaQ`},Y7Xxx8Mgp:{variant:`Lo0v_5KaQ`}},_,S)})})})]})]})]})})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-7J0LU.framer-5xbmke, .framer-7J0LU .framer-5xbmke { display: block; }`,`.framer-7J0LU.framer-1b6szl0 { 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: 8px; position: relative; width: 1200px; }`,`.framer-7J0LU .framer-l2mcpg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1300px; overflow: visible; padding: 24px 20px 24px 20px; position: relative; width: 100%; }`,`.framer-7J0LU .framer-1px689w, .framer-7J0LU .framer-q22fi { 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-7J0LU .framer-he2yp9-container { flex: none; height: 30px; position: relative; width: 83px; }`,`.framer-7J0LU .framer-whlxnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }`,`.framer-7J0LU .framer-1g1bqpw-container, .framer-7J0LU .framer-ezh73w-container, .framer-7J0LU .framer-t6jqm2-container, .framer-7J0LU .framer-1mr6270-container, .framer-7J0LU .framer-1gjitnq-container { flex: none; height: auto; position: relative; width: auto; z-index: 5; }`,`.framer-7J0LU .framer-1bdh7zm-container { flex: none; height: 23px; position: relative; width: 28px; }`,`.framer-7J0LU .framer-1uka5ih { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1144px; z-index: 1; }`,`.framer-7J0LU .framer-14ia6i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }`,`.framer-7J0LU .framer-me0ynp-container, .framer-7J0LU .framer-11f0fdm-container, .framer-7J0LU .framer-1x5qdjn-container, .framer-7J0LU .framer-14ltkk9-container { flex: none; height: auto; position: relative; width: auto; }`,`.framer-7J0LU .framer-ngg37c { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }`,`.framer-7J0LU .framer-1hnay5y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }`,`.framer-7J0LU.framer-v-k0al3u.framer-1b6szl0, .framer-7J0LU.framer-v-1qplu89.framer-1b6szl0 { width: 810px; }`,`.framer-7J0LU.framer-v-k0al3u .framer-l2mcpg, .framer-7J0LU.framer-v-1qplu89 .framer-l2mcpg { padding: 24px; }`,`.framer-7J0LU.framer-v-k0al3u .framer-1uka5ih { bottom: -441px; left: 50%; position: absolute; width: 746px; }`,`.framer-7J0LU.framer-v-1abre5k.framer-1b6szl0, .framer-7J0LU.framer-v-1gq1eia.framer-1b6szl0 { width: 390px; }`,`.framer-7J0LU.framer-v-1abre5k .framer-l2mcpg { cursor: pointer; padding: 20px; }`,`.framer-7J0LU.framer-v-1abre5k .framer-he2yp9-container { height: 49px; width: 200px; }`,`.framer-7J0LU.framer-v-1abre5k .framer-1uka5ih { bottom: -340px; left: 50%; position: absolute; width: 334px; }`,`.framer-7J0LU.framer-v-1abre5k .framer-q22fi, .framer-7J0LU.framer-v-1gq1eia .framer-q22fi { flex-direction: column; gap: 10px; justify-content: flex-start; }`,`.framer-7J0LU.framer-v-1abre5k .framer-1x5qdjn-container, .framer-7J0LU.framer-v-1gq1eia .framer-1x5qdjn-container { order: 0; }`,`.framer-7J0LU.framer-v-1abre5k .framer-1hnay5y, .framer-7J0LU.framer-v-1gq1eia .framer-1hnay5y { order: 2; }`,`.framer-7J0LU.framer-v-1abre5k .framer-14ltkk9-container, .framer-7J0LU.framer-v-1gq1eia .framer-14ltkk9-container { order: 1; }`,`.framer-7J0LU.framer-v-62t3ke .framer-he2yp9-container { height: 54px; width: 272px; }`,`.framer-7J0LU.framer-v-62t3ke .framer-1uka5ih { bottom: -442px; left: 50%; position: absolute; }`,`.framer-7J0LU.framer-v-1qplu89 .framer-1uka5ih, .framer-7J0LU.framer-v-1gq1eia .framer-1uka5ih { width: 100%; }`,`.framer-7J0LU.framer-v-1gq1eia .framer-l2mcpg { gap: 8px; padding: 20px; }`,...xt,..._t,...Fe],`framer-7J0LU`),Wn=Un,Un.displayName=`Navbar`,Un.defaultProps={height:321,width:1200},K(Un,{variant:{options:[`sKVWxKPbe`,`rZ3IbE0H8`,`rlYlSZp4B`,`X7MliPyl7`,`VB0_DrLCh`,`Y7Xxx8Mgp`],optionTitles:[`Desktop Open`,`Tablet closed`,`Phone closed`,`Desktop Closed`,`Tablet Open`,`Phone Open`],title:`Variant`,type:W.Enum},iCIso16xK:{title:`Click`,type:W.EventHandler}}),V(Un,[{explicitInter:!0,fonts:[{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2`,weight:`400`}]},...En,...Dn,...On,...P(bt),...P(gt),...P(Ie)],{supportsExplicitInterCodegen:!0})})),Kn,qn,Jn,Yn=e((()=>{R(),B.loadFonts([`GF;Geist Mono-500`,`GF;Geist Mono-700`]),Kn=[{explicitInter:!0,fonts:[{family:`Geist Mono`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeEPKJ5W7ihaO_CS.woff2`,weight:`500`},{family:`Geist Mono`,openType:!0,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeHaL55W7ihaO_CS.woff2`,weight:`700`}]}],qn=[`.framer-aJMWx .framer-styles-preset-1jpwrv:not(.rich-text-wrapper), .framer-aJMWx .framer-styles-preset-1jpwrv.rich-text-wrapper p { --framer-font-family: "Geist Mono", monospace; --framer-font-family-bold: "Geist Mono", monospace; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }`,`@media (max-width: 1199px) and (min-width: 810px) { .framer-aJMWx .framer-styles-preset-1jpwrv:not(.rich-text-wrapper), .framer-aJMWx .framer-styles-preset-1jpwrv.rich-text-wrapper p { --framer-font-family: "Geist Mono", monospace; --framer-font-family-bold: "Geist Mono", monospace; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --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-aJMWx .framer-styles-preset-1jpwrv:not(.rich-text-wrapper), .framer-aJMWx .framer-styles-preset-1jpwrv.rich-text-wrapper p { --framer-font-family: "Geist Mono", monospace; --framer-font-family-bold: "Geist Mono", monospace; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, #020120); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }`],Jn=`framer-aJMWx`}));function Xn(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var Zn,Qn,$n,er,tr,nr,rr,ir,ar,or,sr,cr,lr=e((()=>{C(),R(),N(),n(),Zn={"I36038:756;36038:632":{hover:!0}},Qn=[`I36038:756;36038:632`,`I_7mOJZ24`,`Bx8K5J8FO`],$n=`framer-sW0FD`,er={"I36038:756;36038:632":`framer-v-12jq9dp`,Bx8K5J8FO:`framer-v-lnhrcb`,I_7mOJZ24:`framer-v-1ldewks`},tr={bounce:0,delay:0,duration:.6,type:`spring`},nr=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},rr=A.create(s),ir={Desktop:`I36038:756;36038:632`,Phone:`Bx8K5J8FO`,Tablet:`I_7mOJZ24`},ar=({height:e,id:t,link:n,width:r,...i})=>({...i,IH9CKDUM7:n??i.IH9CKDUM7,variant:ir[i.variant]??i.variant??`I36038:756;36038:632`}),or=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),sr=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:c}=G();le();let{style:l,className:u,layoutId:d,variant:f,IH9CKDUM7:m,...h}=ar(e),{baseVariant:g,classNames:_,clearLoadingGesture:v,gestureHandlers:y,gestureVariant:x,isLoading:S,setGestureState:C,setVariant:ee,variants:w}=he({cycleOrder:Qn,defaultVariant:`I36038:756;36038:632`,enabledGestures:Zn,ref:i,variant:f,variantClassNames:er}),T=or(e,w),E=z($n);return p(M,{id:d??a,children:p(rr,{animate:w,initial:!1,children:p(nr,{value:tr,children:p(me,{href:m,motionChild:!0,nodeId:`I36038:756;36038:632`,scopeId:`ezWVYNlMJ`,children:b(A.a,{...h,...y,className:`${z(E,`framer-12jq9dp`,u,_)} framer-1fe4lja`,"data-framer-name":`Desktop`,layoutDependency:T,layoutId:`I36038:756;36038:632`,ref:i,style:{...l},...Xn({"I36038:756;36038:632-hover":{"data-framer-name":void 0},Bx8K5J8FO:{"data-framer-name":`Phone`},I_7mOJZ24:{"data-framer-name":`Tablet`}},g,x),children:[p(A.div,{className:`framer-dge7hm`,"data-framer-name":`Overlay`,layoutDependency:T,layoutId:`UlR0G_TfZ`,style:{backgroundColor:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.h1,{style:{"--font-selector":`R0Y7R2Vpc3QtNzAw`,"--framer-font-family":`"Geist", "Geist Placeholder", sans-serif`,"--framer-font-size":`176px`,"--framer-font-weight":`700`,"--framer-letter-spacing":`-0.4px`,"--framer-line-height":`100%`,"--framer-text-color":`var(--extracted-gdpscs, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`,"--framer-text-transform":`uppercase`},children:`Get in touch`})}),className:`framer-1sv4lcb`,"data-framer-name":`Get in touch`,fonts:[`GF;Geist-700`],layoutDependency:T,layoutId:`I36038:756;36038:422`,style:{"--extracted-gdpscs":`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,"--framer-paragraph-spacing":`0px`},verticalAlignment:`center`,viewBox:`0 0 1215.4 176`,withExternalLayout:!0}),p(ne,{className:`framer-19915pg`,"data-framer-name":`SVG`,layout:`position`,layoutDependency:T,layoutId:`djE14oXx7`,opacity:1,svg:``,svgContentId:12015925346,withExternalLayout:!0,...Xn({Bx8K5J8FO:{svg:``,svgContentId:9926802176},I_7mOJZ24:{svg:``,svgContentId:9063356840}},g,x)})]})})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-sW0FD.framer-1fe4lja, .framer-sW0FD .framer-1fe4lja { display: block; }`,`.framer-sW0FD.framer-12jq9dp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; text-decoration: none; width: 1120px; }`,`.framer-sW0FD .framer-dge7hm { bottom: -150px; flex: none; height: 147px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }`,`.framer-sW0FD .framer-1sv4lcb { flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }`,`.framer-sW0FD .framer-19915pg { flex: none; height: 147px; position: relative; width: 146px; }`,`.framer-sW0FD.framer-v-1ldewks.framer-12jq9dp { cursor: unset; width: 800px; }`,`.framer-sW0FD.framer-v-1ldewks .framer-dge7hm { bottom: -108px; height: 105px; }`,`.framer-sW0FD.framer-v-1ldewks .framer-19915pg { height: 105px; width: 104px; }`,`.framer-sW0FD.framer-v-lnhrcb.framer-12jq9dp { cursor: unset; width: 350px; }`,`.framer-sW0FD.framer-v-lnhrcb .framer-19915pg { height: 45px; width: 45px; }`,`.framer-sW0FD.framer-v-12jq9dp.hover .framer-dge7hm { bottom: 0px; height: unset; top: 0px; }`],`framer-sW0FD`),cr=sr,sr.displayName=`Footer CTA`,sr.defaultProps={height:163,width:1120},K(sr,{variant:{options:[`I36038:756;36038:632`,`I_7mOJZ24`,`Bx8K5J8FO`],optionTitles:[`Desktop`,`Tablet`,`Phone`],title:`Variant`,type:W.Enum},IH9CKDUM7:{title:`Link`,type:W.Link}}),V(sr,[{explicitInter:!0,fonts:[{family:`Geist`,source:`google`,style:`normal`,url:`https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2`,weight:`700`}]}],{supportsExplicitInterCodegen:!0})}));function $(e,...t){let n={};return t?.forEach(t=>t&&Object.assign(n,e[t])),n}var ur,dr,fr,pr,mr,hr,gr,_r,vr,yr,br,xr,Sr,Cr=e((()=>{C(),R(),N(),n(),Yn(),Pe(),lr(),Qt(),ur=Y(cr),dr=Y(Z),fr=[`JLTYNNp0P`,`P7XXuQYaH`,`oGQNEj9lF`],pr=`framer-c0fNM`,mr={JLTYNNp0P:`framer-v-12zff1c`,oGQNEj9lF:`framer-v-1wfna6t`,P7XXuQYaH:`framer-v-fbxxek`},hr={bounce:.2,delay:0,duration:.4,type:`spring`},gr=({value:e,children:n})=>{let r=y(j),i=e??r.transition,a=t(()=>({...r,transition:i}),[JSON.stringify(i)]);return p(j.Provider,{value:a,children:n})},_r=A.create(s),vr={Desktop:`JLTYNNp0P`,Phone:`oGQNEj9lF`,Tablet:`P7XXuQYaH`},yr=({height:e,id:t,width:n,...r})=>({...r,variant:vr[r.variant]??r.variant??`JLTYNNp0P`}),br=(e,t)=>e.layoutDependency?t.join(`-`)+e.layoutDependency:t.join(`-`),xr=U(h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:c}=G(),l=le(),{style:u,className:d,layoutId:f,variant:m,...h}=yr(e),{baseVariant:g,classNames:_,clearLoadingGesture:v,gestureHandlers:y,gestureVariant:x,isLoading:S,setGestureState:C,setVariant:ee,variants:w}=he({cycleOrder:fr,defaultVariant:`JLTYNNp0P`,ref:i,variant:m,variantClassNames:mr}),T=br(e,w),E=z(pr,Le,Jn);_e();let D=()=>g!==`oGQNEj9lF`;return p(M,{id:f??a,children:p(_r,{animate:w,initial:!1,children:p(gr,{value:hr,children:p(A.footer,{...h,...y,className:z(E,`framer-12zff1c`,d,_),"data-framer-name":`Desktop`,layoutDependency:T,layoutId:`JLTYNNp0P`,ref:i,style:{backgroundColor:`var(--token-ece5fcfe-a76f-4042-9b5d-810a1ca911e3, rgb(0, 0, 0))`,...u},...$({oGQNEj9lF:{"data-framer-name":`Phone`},P7XXuQYaH:{"data-framer-name":`Tablet`}},g,x),children:b(A.div,{className:`framer-i6pbzq`,"data-framer-name":`Container`,layoutDependency:T,layoutId:`rrc_yWhd1`,children:[p(J,{links:[{href:{webPageId:`Dq_8reNdy`},implicitPathVariables:void 0},{href:{webPageId:`Dq_8reNdy`},implicitPathVariables:void 0},{href:{webPageId:`Dq_8reNdy`},implicitPathVariables:void 0}],children:e=>p(q,{height:163,width:`min(${l?.width||`100vw`} - 80px, 1300px)`,y:(l?.y||0)+100+0+0+0,...$({oGQNEj9lF:{width:`min(${l?.width||`100vw`} - 40px, 1300px)`,y:(l?.y||0)+80+0+0+0},P7XXuQYaH:{width:`min(${l?.width||`100vw`} - 48px, 1300px)`,y:(l?.y||0)+80+0+0+0}},g,x),children:p(I,{className:`framer-17y87w8-container`,layoutDependency:T,layoutId:`i7nQr5l4E-container`,nodeId:`i7nQr5l4E`,rendersWithMotion:!0,scopeId:`QIyhEFNpK`,children:p(cr,{height:`100%`,id:`i7nQr5l4E`,IH9CKDUM7:e[0],layoutId:`i7nQr5l4E`,style:{width:`100%`},variant:`I36038:756;36038:632`,width:`100%`,...$({oGQNEj9lF:{IH9CKDUM7:e[2],variant:`Bx8K5J8FO`},P7XXuQYaH:{IH9CKDUM7:e[1],variant:`I_7mOJZ24`}},g,x)})})})}),b(A.div,{className:`framer-1ql44li`,"data-framer-name":`Others`,layoutDependency:T,layoutId:`I36038:756;36038:621`,children:[p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© Oralguard.in 2025`})}),className:`framer-114uzij`,"data-framer-name":`All rights reserved©Florent 2025`,fonts:[`Inter`],layoutDependency:T,layoutId:`I36038:756;36038:622`,style:{"--extracted-r6o4lv":`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,"--framer-paragraph-spacing":`0px`},verticalAlignment:`top`,withExternalLayout:!0,...$({oGQNEj9lF:{children:p(s,{children:p(A.p,{className:`framer-styles-preset-93iufw`,"data-styles-preset":`L3xyoURPN`,style:{"--framer-text-alignment":`left`,"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`© Oralguard.in 2025`})})}},g,x)}),b(A.div,{className:`framer-1r3ugg1`,"data-framer-name":`Links`,layoutDependency:T,layoutId:`I36038:756;36038:623`,children:[p(J,{links:[{href:{webPageId:`gxzX7fS7d`},implicitPathVariables:void 0},{href:{webPageId:`gxzX7fS7d`},implicitPathVariables:void 0},{href:{webPageId:`gxzX7fS7d`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,y:(l?.y||0)+100+0+0+263+38.5+0,...$({oGQNEj9lF:{y:(l?.y||0)+80+0+0+213+0+0+0+0},P7XXuQYaH:{y:(l?.y||0)+80+0+0+263+38.5+0}},g,x),children:p(I,{className:`framer-zjlox8-container`,layoutDependency:T,layoutId:`drFDNCjX9-container`,nodeId:`drFDNCjX9`,rendersWithMotion:!0,scopeId:`QIyhEFNpK`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`drFDNCjX9`,IlgKHnOUN:`Privacy Policy`,jIGObe4cV:`[0]`,kLIiltEv1:!1,layoutId:`drFDNCjX9`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...$({oGQNEj9lF:{fCHh9km5R:e[2],variant:`ktu5GN6lC`},P7XXuQYaH:{fCHh9km5R:e[1],variant:`ktu5GN6lC`}},g,x)})})})}),D()&&p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.p,{className:`framer-styles-preset-1jpwrv`,"data-styles-preset":`Hbj25XyL8`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`/`})}),className:`framer-a23xk8`,"data-framer-name":`/`,fonts:[`Inter`],layoutDependency:T,layoutId:`I36038:756;36038:625`,style:{"--extracted-r6o4lv":`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,"--framer-paragraph-spacing":`0px`},verticalAlignment:`top`,withExternalLayout:!0}),p(J,{links:[{href:{webPageId:`wG34Mm2oN`},implicitPathVariables:void 0},{href:{webPageId:`wG34Mm2oN`},implicitPathVariables:void 0},{href:{webPageId:`wG34Mm2oN`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,y:(l?.y||0)+100+0+0+263+38.5+0,...$({oGQNEj9lF:{y:(l?.y||0)+80+0+0+213+0+0+0+74},P7XXuQYaH:{y:(l?.y||0)+80+0+0+263+38.5+0}},g,x),children:p(I,{className:`framer-7x8hh5-container`,layoutDependency:T,layoutId:`Vs3NJ6pO2-container`,nodeId:`Vs3NJ6pO2`,rendersWithMotion:!0,scopeId:`QIyhEFNpK`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`Vs3NJ6pO2`,IlgKHnOUN:`Terms`,jIGObe4cV:`[0]`,kLIiltEv1:!1,layoutId:`Vs3NJ6pO2`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...$({oGQNEj9lF:{fCHh9km5R:e[2],variant:`ktu5GN6lC`},P7XXuQYaH:{fCHh9km5R:e[1],variant:`ktu5GN6lC`}},g,x)})})})}),D()&&p(H,{__fromCanvasComponent:!0,children:p(s,{children:p(A.p,{className:`framer-styles-preset-1jpwrv`,"data-styles-preset":`Hbj25XyL8`,style:{"--framer-text-color":`var(--extracted-r6o4lv, var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255)))`},children:`/`})}),className:`framer-z3obd0`,"data-framer-name":`/`,fonts:[`Inter`],layoutDependency:T,layoutId:`oM_birYu2`,style:{"--extracted-r6o4lv":`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,"--framer-paragraph-spacing":`0px`},verticalAlignment:`top`,withExternalLayout:!0}),p(q,{height:58,y:(l?.y||0)+100+0+0+263+38.5+0,...$({oGQNEj9lF:{y:(l?.y||0)+80+0+0+213+0+0+0+148},P7XXuQYaH:{y:(l?.y||0)+80+0+0+263+38.5+0}},g,x),children:p(I,{className:`framer-10spub7-container`,layoutDependency:T,layoutId:`cY9iA3gRl-container`,nodeId:`cY9iA3gRl`,rendersWithMotion:!0,scopeId:`QIyhEFNpK`,children:p(Z,{fCHh9km5R:`License`,fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`cY9iA3gRl`,IlgKHnOUN:`License`,jIGObe4cV:`[0]`,kLIiltEv1:!1,layoutId:`cY9iA3gRl`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...$({oGQNEj9lF:{variant:`ktu5GN6lC`},P7XXuQYaH:{variant:`ktu5GN6lC`}},g,x)})})})]}),p(A.div,{className:`framer-1aqpugi`,"data-framer-name":`Scroll to top`,layoutDependency:T,layoutId:`F6LXfQV2I`,children:p(J,{links:[{href:{hash:`:hC48Vq_nL`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:hC48Vq_nL`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0},{href:{hash:`:hC48Vq_nL`,webPageId:`xSGQXODZS`},implicitPathVariables:void 0}],children:e=>p(q,{height:58,y:(l?.y||0)+100+0+0+263+38.5+0,...$({oGQNEj9lF:{y:(l?.y||0)+80+0+0+213+0+222+0+0},P7XXuQYaH:{y:(l?.y||0)+80+0+0+263+38.5+0}},g,x),children:p(I,{className:`framer-12n7ds5-container`,layoutDependency:T,layoutId:`EJmyithnc-container`,nodeId:`EJmyithnc`,rendersWithMotion:!0,scopeId:`QIyhEFNpK`,children:p(Z,{fCHh9km5R:e[0],fHZMvOeDy:`var(--token-00b147d3-c599-4202-bef9-943e4670788a, rgb(255, 68, 0))`,height:`100%`,HEoPL8ESv:!1,id:`EJmyithnc`,IlgKHnOUN:`Back to top`,jIGObe4cV:`[0]`,kLIiltEv1:!0,layoutId:`EJmyithnc`,NvvJMrrZh:!1,snEeOnVjD:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`,variant:`uwcwdQqrQ`,width:`100%`,...$({oGQNEj9lF:{fCHh9km5R:e[2],variant:`ktu5GN6lC`},P7XXuQYaH:{fCHh9km5R:e[1],variant:`ktu5GN6lC`}},g,x)})})})})})]})]})})})})})}),[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-c0fNM.framer-4x2tsg, .framer-c0fNM .framer-4x2tsg { display: block; }`,`.framer-c0fNM.framer-12zff1c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 40px 50px 40px; position: relative; width: 1200px; }`,`.framer-c0fNM .framer-i6pbzq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1300px; overflow: hidden; padding: 0px; position: relative; width: 100%; }`,`.framer-c0fNM .framer-17y87w8-container { flex: none; height: auto; position: relative; width: 100%; }`,`.framer-c0fNM .framer-1ql44li { 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-c0fNM .framer-114uzij { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }`,`.framer-c0fNM .framer-1r3ugg1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }`,`.framer-c0fNM .framer-zjlox8-container, .framer-c0fNM .framer-7x8hh5-container, .framer-c0fNM .framer-10spub7-container, .framer-c0fNM .framer-12n7ds5-container { flex: none; height: auto; position: relative; width: auto; }`,`.framer-c0fNM .framer-a23xk8, .framer-c0fNM .framer-z3obd0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }`,`.framer-c0fNM .framer-1aqpugi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }`,`.framer-c0fNM.framer-v-fbxxek.framer-12zff1c { padding: 80px 24px 50px 24px; width: 810px; }`,`.framer-c0fNM.framer-v-1wfna6t.framer-12zff1c { padding: 80px 20px 50px 20px; width: 390px; }`,`.framer-c0fNM.framer-v-1wfna6t .framer-i6pbzq { gap: 50px; }`,`.framer-c0fNM.framer-v-1wfna6t .framer-1ql44li { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; }`,`.framer-c0fNM.framer-v-1wfna6t .framer-114uzij { flex: none; order: 2; width: 100%; }`,`.framer-c0fNM.framer-v-1wfna6t .framer-1r3ugg1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; order: 0; width: 100%; }`,`.framer-c0fNM.framer-v-1wfna6t .framer-1aqpugi { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; justify-content: flex-start; order: 1; width: 100%; }`,...Fe,...qn],`framer-c0fNM`),Sr=xr,xr.displayName=`Footer`,xr.defaultProps={height:440,width:1200},K(xr,{variant:{options:[`JLTYNNp0P`,`P7XXuQYaH`,`oGQNEj9lF`],optionTitles:[`Desktop`,`Tablet`,`Phone`],title:`Variant`,type:W.Enum}}),V(xr,[{explicitInter:!0,fonts:[{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F`,url:`https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116`,url:`https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+1F00-1FFF`,url:`https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0370-03FF`,url:`https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF`,url:`https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD`,url:`https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2`,weight:`400`},{cssFamilyName:`Inter`,source:`framer`,style:`normal`,uiFamilyName:`Inter`,unicodeRange:`U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB`,url:`https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2`,weight:`400`}]},...ur,...dr,...P(Ie),...P(Kn)],{supportsExplicitInterCodegen:!0})})),wr,Tr,Er,Dr,Or,kr,Ar,jr,Mr,Nr,Pr,Fr,Ir,Lr,Rr,zr,Br,Vr=e((()=>{C(),R(),N(),n(),ht(),Gn(),Cr(),wr=Y(Wn),Tr=Y(mt),Er=Y(Sr),Dr={CcBXVe5is:`(min-width: 1200px)`,d59A7pDlO:`(max-width: 809.98px)`,w65DLnzpI:`(min-width: 810px) and (max-width: 1199.98px)`},Or=`framer-N21Qj`,kr={CcBXVe5is:`framer-v-1bp6y9b`,d59A7pDlO:`framer-v-1uyboud`,w65DLnzpI:`framer-v-18nm8m9`},Ar={},jr=Object.keys(Ar),Mr=[`@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }`,`.framer-N21Qj.framer-1lxbj2o, .framer-N21Qj .framer-1lxbj2o { display: block; }`,`.framer-N21Qj.framer-1bp6y9b { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; background-color: var(--npend7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }`,`.framer-N21Qj .framer-1xg37ud-container { flex: none; height: auto; left: 0px; order: -1000; position: var(--framer-canvas-fixed-position, fixed); right: 0px; top: 0px; z-index: 8; }`,`.framer-N21Qj .framer-lk7as0 { background: transparent; flex-grow: 1; height: 0px; margin: 0px; margin-bottom: -0px; position: relative; width: 0px; }`,`.framer-N21Qj .framer-yl2kko-container { flex: none; height: auto; order: 1002; position: relative; width: auto; }`,`.framer-N21Qj .framer-w9rv22-container { flex: none; height: auto; order: 1003; position: relative; width: 100%; }`,`[data-layout-template="true"] > #overlay { margin-bottom: -0px; }`],Nr={CcBXVe5is:`(min-width: 1200px)`,d59A7pDlO:`(max-width: 809.98px)`,w65DLnzpI:`(min-width: 810px) and (max-width: 1199.98px)`},Pr=({value:e})=>Oe()?null:p(`style`,{dangerouslySetInnerHTML:{__html:e},"data-framer-html-style":``}),Fr={Desktop:`CcBXVe5is`,Phone:`d59A7pDlO`,Tablet:`w65DLnzpI`},Ir=({background:e,height:t,id:n,width:r,...i})=>({...i,Neu0YexAL:e??i.Neu0YexAL??`var(--token-6daaed5a-7d9d-4870-9091-0149836d55b8, rgb(249, 249, 249))`,variant:Fr[i.variant]??i.variant??`CcBXVe5is`}),Lr=h(function(e,t){let n=r(null),i=t??n,a=O(),{activeLocale:o,setLocale:s}=G(),{style:c,className:l,layoutId:u,variant:d,Neu0YexAL:f,children:m,...h}=Ir(e),[g,_]=be(d,Dr,!1),v=z(Or);return ue({}),p(de.Provider,{value:{isLayoutTemplate:!0,primaryVariantId:`CcBXVe5is`,variantClassNames:kr},children:b(M,{id:u??a,children:[p(Pr,{value:`:root body { background: ${De(f)}; } :root { font-size: 112.5%; } @media (min-width: 810px) and (max-width: 1199.98px) { :root { font-size: 100%; } } @media (max-width: 809.98px) { :root { font-size: 87.5%; } }`}),b(A.div,{...h,className:z(v,`framer-1bp6y9b`,l),"data-layout-template":!0,ref:i,style:{"--npend7":f,...c},children:[p(q,{height:525,width:`100vw`,y:0,children:p(ve,{className:`framer-1xg37ud-container`,layoutScroll:!0,nodeId:`ax5sILRmw`,scopeId:`TOQureRdA`,children:p(Ae,{breakpoint:g,overrides:{d59A7pDlO:{variant:`rlYlSZp4B`},w65DLnzpI:{variant:`rZ3IbE0H8`}},children:p(Wn,{height:`100%`,id:`ax5sILRmw`,layoutId:`ax5sILRmw`,style:{width:`100%`},variant:`X7MliPyl7`,width:`100%`})})})}),m,p(`div`,{className:`framer-lk7as0`}),p(q,{children:p(ve,{className:`framer-yl2kko-container`,isAuthoredByUser:!0,isModuleExternal:!0,nodeId:`mfpIo9p1T`,scopeId:`TOQureRdA`,children:p(mt,{height:`100%`,id:`mfpIo9p1T`,infinite:!1,intensity:10,layoutId:`mfpIo9p1T`,orientation:`vertical`,smooth:!0,width:`100%`})})}),p(q,{height:842,width:`100vw`,y:1200,children:p(ve,{className:`framer-w9rv22-container`,nodeId:`OKxbDEsKm`,scopeId:`TOQureRdA`,children:p(Ae,{breakpoint:g,overrides:{d59A7pDlO:{variant:`oGQNEj9lF`},w65DLnzpI:{variant:`P7XXuQYaH`}},children:p(Sr,{height:`100%`,id:`OKxbDEsKm`,layoutId:`OKxbDEsKm`,style:{width:`100%`},variant:`JLTYNNp0P`,width:`100%`})})})})]}),p(`div`,{id:`template-overlay`})]})})}),Rr=e=>e===F.canvas||e===F.export?[...Mr,...jr.flatMap(e=>{let t=Ar[e];return Ar[e].map(e=>`${t} {${e}}`)})]:[...Mr,...jr.map(e=>`@media ${Nr[e]} { ${Ar[e].join(` `)} }`)],zr=U(Lr,Rr,`framer-N21Qj`),Br=zr,zr.displayName=`Main`,zr.defaultProps={height:2296,width:1200},K(zr,{Neu0YexAL:{defaultValue:`var(--token-6daaed5a-7d9d-4870-9091-0149836d55b8, rgb(249, 249, 249)) /* {"name":"5"} */`,title:`Background`,type:W.Color}}),V(zr,[{explicitInter:!0,fonts:[]},...wr,...Tr,...Er],{supportsExplicitInterCodegen:!0})}));function Hr({webPageId:e,children:t,style:n,...r}){let i={Neu0YexAL:`var(--token-6daaed5a-7d9d-4870-9091-0149836d55b8, rgb(249, 249, 249))`},a={d8VsvusXF:i,Dq_8reNdy:{...i,Neu0YexAL:`var(--token-1d561026-f4e5-4a8a-a45d-8d20320863ba, rgb(255, 255, 255))`},nXjjr6P9B:i,xSGQXODZS:i}[e]??{};switch(e){case`xSGQXODZS`:case`d8VsvusXF`:case`Dq_8reNdy`:case`nXjjr6P9B`:return D(Br,{...a,key:`Main`,style:n},t(!0));default:return t(!1)}}function Ur(e){switch(e){case`xSGQXODZS`:case`d8VsvusXF`:case`Dq_8reNdy`:case`nXjjr6P9B`:return[{hash:`1bp6y9b`,mediaQuery:`(min-width: 1200px)`},{hash:`18nm8m9`,mediaQuery:`(min-width: 810px) and (max-width: 1199.98px)`},{hash:`1uyboud`,mediaQuery:`(max-width: 809.98px)`}];default:return}}async function Wr({routeId:e,pathVariables:t,localeId:n,collectionItemId:i}){let a=qr[e].page.preload(),c=D(ke,{children:D(pe,{children:D(ge,{children:D(Me,{isWebsite:!0,routeId:e,pathVariables:t,routes:qr,collectionUtils:Yr,framerSiteId:Xr,notFoundPage:L(()=>import(`./3EqzpcNw7e3Bd0RAcPQoO6nkghmMjqBQpJ_xczRr62g.DrrWQG0D.mjs`)),isReducedMotion:void 0,localeId:n,locales:Jr,preserveQueryParams:void 0,siteCanonicalURL:`https://true-united-833228.framer.app`,EditorBar:u===void 0?void 0:(()=>{if(Qr){console.log(`[Framer On-Page Editing] Unavailable because navigator is bot`);return}return L(async()=>{u.__framer_editorBarDependencies={__version:3,framer:{useCurrentRoute:Ee,useLocaleInfo:G,useRouter:_e},react:{createElement:D,Fragment:s,memo:g,useCallback:v,useEffect:o,useRef:r,useState:l,useLayoutEffect:te},"react-dom":{createPortal:_}};let{createEditorBar:e}=await import(`https://framer.com/edit/init.mjs`);return{default:e()}})})(),adaptLayoutToTextDirection:!1,LayoutTemplate:Hr,loadSnippetsModule:new xe(()=>import(`./gRIM3YROF5ii_LDdTxDfDC-ETNhJ_IRfRs431sWe3a4.TG_NABal.mjs`)),initialCollectionItemId:i}),value:{autobahnNavigation:!1,editorBarDisableFrameAncestorsSecurity:!1,motionDivToDiv:!1,onPageLocalizationSupport:!0,onPageMoveTool:!0,synchronousNavigationOnDesktop:!1,yieldOnTap:!1}})}),value:{global:{enter:{mask:{angle:270,type:`wipe`,width:`0%`},opacity:0,rotate:0,rotate3d:!1,rotateX:0,rotateY:0,scale:1,transition:{damping:30,delay:.1,duration:1,ease:[.76,0,.24,1],mass:1,stiffness:400,type:`tween`},x:`0px`,y:`100%`},exit:{mask:{angle:270,type:`wipe`,width:`0%`},opacity:0,rotate:0,rotate3d:!1,rotateX:0,rotateY:0,scale:1,transition:{damping:30,delay:.1,duration:1,ease:[.76,0,.24,1],mass:1,stiffness:400,type:`tween`},x:`0px`,y:`-100%`}},routes:{}}});return await a,c}function Gr(){Zr&&u.__framer_events.push(arguments)}async function Kr(e,t){function n(e,t,n=!0){if(e.caught||u.__framer_hadFatalError)return;let r=t?.componentStack;if(n){if(console.warn(`Caught a recoverable error. The site is still functional, but might have some UI flickering or degraded page load performance. If you are the author of this website, update external components and check recently added custom code or code overrides to fix the following server/client mismatches: `,e,r),Math.random()>.01)return}else console.error(`Caught a fatal error. Please report the following to the Framer team via https://www.framer.com/contact/: `,e,r);Gr(n?`published_site_load_recoverable_error`:`published_site_load_error`,{message:String(e),componentStack:r,stack:r?void 0:e instanceof Error&&typeof e.stack==`string`?e.stack:null})}try{let r,i,a,o,s;if(e)s=JSON.parse(t.dataset.framerHydrateV2),r=s.routeId,i=s.localeId,a=s.pathVariables,o=s.breakpoints,r=ie(qr,r);else{ie(qr,void 0);let e=performance.getEntriesByType(`navigation`)[0]?.serverTiming?.find(e=>e.name===`route`)?.description;if(e){let t=new URLSearchParams(e);r=t.get(`id`),i=t.get(`locale`);for(let[e,n]of t.entries())e.startsWith(`var.`)&&(a??={},a[e.slice(4)]=n)}if(!r||!i){let e=se(qr,decodeURIComponent(location.pathname),!0,Jr);r=e.routeId,i=e.localeId,a=e.pathVariables}}let c=Wr({routeId:r,localeId:i,pathVariables:a,collectionItemId:s?.collectionItemId});u!==void 0&&(async()=>{let e=qr[r],t=Jr.find(({id:e})=>i?e===i:e===`default`).code,n=s?.collectionItemId??null;if(n===null&&e?.collectionId&&Yr){let r=await Yr[e.collectionId]?.(),[i]=Object.values(a);r&&typeof i==`string`&&(n=await r.getRecordIdBySlug(i,t||void 0)??null)}let o=Intl.DateTimeFormat().resolvedOptions(),c=o.timeZone,l=o.locale;await new Promise(e=>{document.prerendering?document.addEventListener(`prerenderingchange`,e,{once:!0}):e()}),u.__framer_events.push([`published_site_pageview`,{framerSiteId:Xr??null,version:2,routePath:e?.path||`/`,collectionItemId:n,framerLocale:t||null,webPageId:e?.abTestingVariantId??r,abTestId:e?.abTestId,referrer:document.referrer||null,url:u.location.href,hostname:u.location.hostname||null,pathname:u.location.pathname||null,hash:u.location.hash||null,search:u.location.search||null,timezone:c,locale:l},`eager`]),await ae({priority:`background`,ensureContinueBeforeUnload:!0,continueAfter:`paint`}),document.dispatchEvent(new CustomEvent(`framer:pageview`,{detail:{framerLocale:t||null}}))})();let l=await c;e?(je(`framer-rewrite-breakpoints`,()=>{fe(o),u.__framer_onRewriteBreakpoints?.(o)}),(Qr?e=>e():d)(()=>{ce(),Te(),E(t,l,{onRecoverableError:n})})):w(t,{onRecoverableError:n}).render(l)}catch(e){throw n(e,void 0,!1),e}}var qr,Jr,Yr,Xr,Zr,Qr;e((()=>{if(i(),R(),n(),f(),S(),Vr(),qr={xSGQXODZS:{elements:{gvvnjN7q8:`works`,hC48Vq_nL:`hero`,nLdtRNrll:`services`,VgetoWYVX:`stats`,wTmm6CJ8d:`studio`},page:L(()=>import(`./GQx-f9SIbC-CJT8fSqi-WrZB8EJpkZEO9AvtP29wbHw.D5p1hVA4.mjs`)),path:`/`},d8VsvusXF:{elements:{o5l1FhjZm:`white-nav-bar`},page:L(()=>import(`./3EqzpcNw7e3Bd0RAcPQoO6nkghmMjqBQpJ_xczRr62g.DrrWQG0D.mjs`)),path:`/404`},Dq_8reNdy:{elements:{F6IdDkmTC:`white-nav-bar`},page:L(()=>import(`./Slz3UcrVBeahoi3XIljMVgU8IO-p7H40VO0w-wwaPLU.BX7LCUP5.mjs`)),path:`/contact`},nXjjr6P9B:{collectionId:`n2j6iA8q3`,elements:{iBfpFwA6L:`works`},page:L(()=>import(`./WeZ3gy8D2_BDy97RNMYnlgPPdvCtt2DMs_wNM6_mv28.lMWsqOA9.mjs`)),path:`/:lnieaLNyN`}},Jr=[{code:`en`,id:`default`,name:`English`,slug:``,textDirection:`ltr`}],Yr={n2j6iA8q3:async()=>(await import(`./nZw7RvkwXJcWWD9Jsm-uOzmYvdUxDQOJL2TpvsiHBD8.Zf6Y43np.mjs`))?.utils},Xr=`43de09128368a622452635819eccdebca8dd8fc956a9ac11ddaf00837418ae20`,Zr=typeof document<`u`,Qr=Zr&&/bot|-google|google-|yandex|ia_archiver|crawl|spider/iu.test(a.userAgent),Zr){u.__framer_importFromPackage=(e,t)=>()=>D(Se,{error:`Package component not supported: "`+t+`" in "`+e+`"`}),u.__framer_events=u.__framer_events||[],re(),we();let e=document.getElementById(`main`);`framerHydrateV2`in e.dataset?Kr(!0,e):Kr(!1,e)}(function(){Zr&&d(()=>{E(document.getElementById(`__framer-badge-container`),D(x,{},D(ee(()=>import(`./PX9hIOIVM.VVAVIoEv.mjs`)))))})})()}))();export{Ur as getLayoutTemplateBreakpoints,Wr as getPageRoot}; //# sourceMappingURL=script_main.DJgbHmKg.mjs.map