{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4aG0lzVLwjPF6o1tXaOt/2PIvNKZ1ReShA67d5lNZ/ScrollToTop.js", "ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/k1bNJDhILNqcyIVkjImL/Mop57izrOxBj9EunFLay/AQcodIudc.js", "ssg:https://framerusercontent.com/modules/wK3L8jsy055BV9ib7iks/5Y2uYmTA3EIYI98TLdqV/DW_5WswnQ.js", "ssg:https://framerusercontent.com/modules/hy6p1h5fn1M2ZufPEpl2/2FxWwjBdsScFKl8weoBS/O0AC41dcY.js", "ssg:https://framerusercontent.com/modules/w7cmrtoVmUfwkmF2pMe8/1Jgmap545bBtNFDhkZCj/ViTGevQhW.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function ScrollToTopButton(props){const scrollToTop=()=>{window.scrollTo({top:0,behavior:props.scrollBehaviour===true?\"smooth\":\"auto\"});};const componentStyle={padding:\"10px 12px\",backgroundColor:props.fill,border:\"none\",borderRadius:props.radius,cursor:\"pointer\"};return /*#__PURE__*/_jsx(motion.button,{onClick:scrollToTop,style:componentStyle,whileHover:{scale:props.effects.hoverScale,backgroundColor:props.effects.hoverColor},transition:props.effects.transition,children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 24 24\",strokeWidth:props.icon.stroke,stroke:props.icon.color,\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{width:props.icon.size,height:props.icon.size},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M12 5l0 14\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M18 11l-6 -6\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M6 11l6 -6\"})]})});}ScrollToTopButton.defaultProps={fill:\"#0099FF\",radius:999,icon:{color:\"#FFFFFF\",size:24,stroke:2},effects:{hoverScale:1.1,hoverColor:\"#D9480F\"},scrollBehaviour:true};ScrollToTopButton.displayName=\"ScrollToTop\";addPropertyControls(ScrollToTopButton,{scrollBehaviour:{type:ControlType.Boolean,enabledTitle:\"Smooth\",disabledTitle:\"Instant\",defaultValue:ScrollToTopButton.defaultProps.scrollBehaviour},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:ScrollToTopButton.defaultProps.fill},radius:{type:ControlType.Number,title:\"Radius\",defaultValue:ScrollToTopButton.defaultProps.radius},icon:{type:ControlType.Object,title:\"Icon\",controls:{color:{type:ControlType.Color,defaultValue:ScrollToTopButton.defaultProps.icon.color},size:{type:ControlType.Number,title:\"Size\",defaultValue:ScrollToTopButton.defaultProps.icon.size,min:16,max:40},stroke:{type:ControlType.Number,title:\"Stroke\",defaultValue:ScrollToTopButton.defaultProps.icon.stroke,min:1,max:10,step:.1}}},effects:{type:ControlType.Object,buttonTitle:\"Hover\",icon:\"effect\",controls:{hoverColor:{title:\"Color\",type:ControlType.Color,defaultValue:ScrollToTopButton.defaultProps.effects.hoverColor},hoverScale:{title:\"Scale\",type:ControlType.Number,defaultValue:ScrollToTopButton.defaultProps.effects.hoverScale,min:0,step:.01,displayStepper:true},transition:{type:ControlType.Transition}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollToTopButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollToTop.map", "function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (315fd46)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"lWFhkFUjJ\",\"R7rr2ZC0S\"];const serializationHash=\"framer-jYLs5\";const variantClassNames={lWFhkFUjJ:\"framer-v-e7qcur\",R7rr2ZC0S:\"framer-v-1gugjui\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={blue:\"lWFhkFUjJ\",white:\"R7rr2ZC0S\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"lWFhkFUjJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lWFhkFUjJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-e7qcur\",className,classNames),\"data-framer-name\":\"blue\",layoutDependency:layoutDependency,layoutId:\"lWFhkFUjJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({R7rr2ZC0S:{\"data-framer-name\":\"white\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jYLs5.framer-1ux0ava, .framer-jYLs5 .framer-1ux0ava { display: block; }\",\".framer-jYLs5.framer-e7qcur { height: 1px; overflow: hidden; position: relative; width: 1200px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"R7rr2ZC0S\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAQcodIudc=withCSS(Component,css,\"framer-jYLs5\");export default FramerAQcodIudc;FramerAQcodIudc.displayName=\"trigger-nav\";FramerAQcodIudc.defaultProps={height:1,width:1200};addPropertyControls(FramerAQcodIudc,{variant:{options:[\"lWFhkFUjJ\",\"R7rr2ZC0S\"],optionTitles:[\"blue\",\"white\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAQcodIudc,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAQcodIudc\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R7rr2ZC0S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AQcodIudc.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;MAZIUS REVIEW 20.09 Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"MAZIUS REVIEW 20.09 Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/S8Pir6VTeMEQkmPpWSylpJCZA6M.woff2\"}]}];export const css=['.framer-Uc280 .framer-styles-preset-3156nn:not(.rich-text-wrapper), .framer-Uc280 .framer-styles-preset-3156nn.rich-text-wrapper h2 { --framer-font-family: \"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 66px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 70px; --framer-paragraph-spacing: 16px; --framer-text-alignment: center; --framer-text-color: var(--token-cb26b552-2585-484b-9e22-151123700ed8, #e1dac7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Uc280 .framer-styles-preset-3156nn:not(.rich-text-wrapper), .framer-Uc280 .framer-styles-preset-3156nn.rich-text-wrapper h2 { --framer-font-family: \"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 66px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 70px; --framer-paragraph-spacing: 16px; --framer-text-alignment: center; --framer-text-color: var(--token-cb26b552-2585-484b-9e22-151123700ed8, #e1dac7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Uc280 .framer-styles-preset-3156nn:not(.rich-text-wrapper), .framer-Uc280 .framer-styles-preset-3156nn.rich-text-wrapper h2 { --framer-font-family: \"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 46px; --framer-paragraph-spacing: 16px; --framer-text-alignment: center; --framer-text-color: var(--token-cb26b552-2585-484b-9e22-151123700ed8, #e1dac7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; } }'];export const className=\"framer-Uc280\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const enabledGestures={N3nHY9FO7:{hover:true,pressed:true}};const cycleOrder=[\"N3nHY9FO7\",\"j3doCHaSZ\",\"r3kTYxSKf\",\"eYJiaDmBJ\",\"Bw1jpCP1X\"];const serializationHash=\"framer-FHttk\";const variantClassNames={Bw1jpCP1X:\"framer-v-4a4l31\",eYJiaDmBJ:\"framer-v-1yy4qgw\",j3doCHaSZ:\"framer-v-1ev2okf\",N3nHY9FO7:\"framer-v-ofovbv\",r3kTYxSKf:\"framer-v-1b2w69g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:64,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"N3nHY9FO7\",Disabled:\"r3kTYxSKf\",Error:\"Bw1jpCP1X\",Loading:\"j3doCHaSZ\",Success:\"eYJiaDmBJ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"N3nHY9FO7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"N3nHY9FO7\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"j3doCHaSZ\")return false;return true;};const isDisplayed1=()=>{if([\"j3doCHaSZ\",\"eYJiaDmBJ\",\"Bw1jpCP1X\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"j3doCHaSZ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ofovbv\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"N3nHY9FO7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-5ea50b3a-149e-401b-9a64-c9ce84b57256, rgb(207, 181, 114))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,opacity:1,...style},variants:{\"N3nHY9FO7-hover\":{backgroundColor:\"rgba(207, 181, 114, 0.8)\"},Bw1jpCP1X:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"},r3kTYxSKf:{opacity:.5}},...addPropertyOverrides({\"N3nHY9FO7-hover\":{\"data-framer-name\":undefined},\"N3nHY9FO7-pressed\":{\"data-framer-name\":undefined},Bw1jpCP1X:{\"data-framer-name\":\"Error\"},eYJiaDmBJ:{\"data-framer-name\":\"Success\"},j3doCHaSZ:{\"data-framer-name\":\"Loading\"},r3kTYxSKf:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01BWklVUyBSRVZJRVcgMjAuMDkgUmVndWxhcg==\",\"--framer-font-family\":'\"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Send\"})}),className:\"framer-ip03vc\",fonts:[\"CUSTOM;MAZIUS REVIEW 20.09 Regular\"],layoutDependency:layoutDependency,layoutId:\"kaG9TaZXt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Bw1jpCP1X:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bw1jpCP1X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01BWklVUyBSRVZJRVcgMjAuMDkgUmVndWxhcg==\",\"--framer-font-family\":'\"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})})},eYJiaDmBJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01BWklVUyBSRVZJRVcgMjAuMDkgUmVndWxhcg==\",\"--framer-font-family\":'\"MAZIUS REVIEW 20.09 Regular\", \"MAZIUS REVIEW 20.09 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1impc7m-container\",layoutDependency:layoutDependency,layoutId:\"OewSXx3kC-container\",style:{rotate:-45},variants:{\"N3nHY9FO7-hover\":{rotate:0}},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-438062b3-f927-4549-ad42-8f912fee4df7, rgb(249, 249, 249))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OewSXx3kC\",layoutId:\"OewSXx3kC\",mirrored:true,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e4njsv\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"h4Cpfgdu9\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-16i626p\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"JBf8NrERl\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{j3doCHaSZ:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-myp13d\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"H1w8EnXTX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FHttk.framer-gf3sht, .framer-FHttk .framer-gf3sht { display: block; }\",\".framer-FHttk.framer-ofovbv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: 62px; justify-content: space-between; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 264px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FHttk .framer-ip03vc { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-FHttk .framer-1impc7m-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-FHttk .framer-e4njsv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-FHttk .framer-16i626p { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-FHttk .framer-myp13d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-FHttk.framer-v-1ev2okf.framer-ofovbv, .framer-FHttk.framer-v-1yy4qgw.framer-ofovbv, .framer-FHttk.framer-v-4a4l31.framer-ofovbv { cursor: unset; gap: 10px; justify-content: center; }\",\".framer-FHttk.framer-v-1ev2okf .framer-16i626p { overflow: hidden; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FHttk.framer-v-1ev2okf.framer-ofovbv { gap: 0px; } .framer-FHttk.framer-v-1ev2okf.framer-ofovbv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FHttk.framer-v-1ev2okf.framer-ofovbv > :first-child { margin-left: 0px; } .framer-FHttk.framer-v-1ev2okf.framer-ofovbv > :last-child { margin-right: 0px; } }\",\".framer-FHttk.framer-v-1b2w69g.framer-ofovbv { cursor: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FHttk.framer-v-1yy4qgw.framer-ofovbv { gap: 0px; } .framer-FHttk.framer-v-1yy4qgw.framer-ofovbv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FHttk.framer-v-1yy4qgw.framer-ofovbv > :first-child { margin-left: 0px; } .framer-FHttk.framer-v-1yy4qgw.framer-ofovbv > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FHttk.framer-v-4a4l31.framer-ofovbv { gap: 0px; } .framer-FHttk.framer-v-4a4l31.framer-ofovbv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FHttk.framer-v-4a4l31.framer-ofovbv > :first-child { margin-left: 0px; } .framer-FHttk.framer-v-4a4l31.framer-ofovbv > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 264\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"j3doCHaSZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"r3kTYxSKf\":{\"layout\":[\"fixed\",\"fixed\"]},\"eYJiaDmBJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Bw1jpCP1X\":{\"layout\":[\"fixed\",\"fixed\"]},\"GckXs_ckj\":{\"layout\":[\"fixed\",\"fixed\"]},\"YU76HenV1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerO0AC41dcY=withCSS(Component,css,\"framer-FHttk\");export default FramerO0AC41dcY;FramerO0AC41dcY.displayName=\"Button\";FramerO0AC41dcY.defaultProps={height:62,width:264};addPropertyControls(FramerO0AC41dcY,{variant:{options:[\"N3nHY9FO7\",\"j3doCHaSZ\",\"r3kTYxSKf\",\"eYJiaDmBJ\",\"Bw1jpCP1X\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerO0AC41dcY,[{explicitInter:true,fonts:[{family:\"MAZIUS REVIEW 20.09 Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/S8Pir6VTeMEQkmPpWSylpJCZA6M.woff2\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO0AC41dcY\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j3doCHaSZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r3kTYxSKf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eYJiaDmBJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Bw1jpCP1X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GckXs_ckj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YU76HenV1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"264\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"62\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./O0AC41dcY.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/wK3L8jsy055BV9ib7iks/5Y2uYmTA3EIYI98TLdqV/DW_5WswnQ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/aXDBRgKcjei4n9cCxKaW/ooR1vWgiXUjgyB9r0JYB/IpS4WZBpN.js\";import Button from\"https://framerusercontent.com/modules/hy6p1h5fn1M2ZufPEpl2/2FxWwjBdsScFKl8weoBS/O0AC41dcY.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"EldoCFjAF\",\"lQAJGo1Bg\",\"p11jkhNkz\"];const serializationHash=\"framer-kmDJO\";const variantClassNames={EldoCFjAF:\"framer-v-b13v1x\",lQAJGo1Bg:\"framer-v-csflj6\",p11jkhNkz:\"framer-v-1y8vnh8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:300};const transition1={damping:64,delay:0,mass:3,stiffness:200,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation2={filter:\"blur(2px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition4={damping:64,delay:.075,mass:2.8,stiffness:200,type:\"spring\"};const textEffect={effect:animation2,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition4,trigger:\"onInView\",type:\"appear\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"EldoCFjAF\",Mobile:\"p11jkhNkz\",Tablet:\"lQAJGo1Bg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EldoCFjAF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EldoCFjAF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-b13v1x\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"EldoCFjAF\",ref:refBinding,style:{...style},...addPropertyOverrides({lQAJGo1Bg:{\"data-framer-name\":\"Tablet\"},p11jkhNkz:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t96sbt\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"Xhk42lzw3\",style:{backgroundColor:\"var(--token-cb26b552-2585-484b-9e22-151123700ed8, rgb(225, 218, 199))\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uvkoeg\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"TGKUDd4kN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-cc7ora\",\"data-framer-name\":\"Group 15\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MJCtxaHVa\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 66 78\"><path d=\"M 20.337 0.614 C 20.87 0.158 21.56 -0.099 22.27 0.036 C 22.584 0.224 22.67 0.666 22.471 0.97 C 22.204 1.411 22.445 1.9 22.562 2.346 C 23.515 5.801 24.53 9.239 25.416 12.715 C 26.522 17.081 27.837 21.391 29.011 25.739 C 29.577 28.106 30.147 30.487 30.285 32.927 C 30.297 34.294 30.576 35.635 30.677 36.995 C 30.679 35.637 30.615 34.277 30.648 32.918 C 30.638 30.422 30.123 27.973 29.952 25.491 C 29.464 21.978 28.814 18.492 28.222 14.996 C 27.668 11.801 27.175 8.596 26.641 5.397 C 26.516 4.674 26.585 3.731 25.794 3.373 C 25.728 3.096 25.536 2.805 25.662 2.521 C 25.921 1.682 27.269 1.388 27.764 2.172 C 28.006 2.892 27.406 3.425 26.902 3.819 C 27.349 7.023 28.006 10.192 28.533 13.383 C 29.101 16.813 29.756 20.229 30.329 23.659 C 30.589 25.555 30.794 27.466 31.024 29.36 C 31.252 27.804 31.103 26.22 31.287 24.659 C 31.329 22.126 31.346 19.592 31.323 17.058 C 31.338 15.812 31.154 14.577 31.157 13.332 C 30.866 9.824 30.601 6.31 30.099 2.824 C 30.096 2.209 29.503 1.888 29.317 1.345 C 29.391 1.158 29.467 0.969 29.544 0.779 C 30.138 0.428 30.775 0.798 31.269 1.155 C 31.427 1.367 31.397 1.668 31.328 1.91 C 31.106 2.084 30.855 2.207 30.61 2.341 C 30.613 2.908 30.652 3.476 30.752 4.037 C 31.015 5.597 31.096 7.176 31.297 8.744 C 31.819 13.012 31.924 17.318 31.85 21.614 C 31.865 24.037 31.608 26.448 31.633 28.871 C 31.49 30.22 31.486 31.576 31.512 32.932 C 31.514 33.17 31.559 33.401 31.647 33.624 C 31.615 34.351 31.654 35.081 31.721 35.804 C 31.902 33.668 32.08 31.524 32.1 29.38 C 32.217 28.528 32.326 27.667 32.196 26.808 C 32.172 25.582 32.218 24.353 32.299 23.13 C 32.362 20.761 32.336 18.391 32.311 16.022 C 32.118 12.769 32.247 9.505 32.193 6.247 C 32.183 5.984 31.826 5.923 31.669 5.759 C 31.659 5.343 31.559 4.826 31.978 4.568 C 32.414 4.084 33.448 4.162 33.551 4.889 C 33.703 5.482 33.082 5.815 32.892 6.303 C 32.656 12.472 33.034 18.649 32.777 24.82 C 32.6 28.462 32.843 32.122 32.472 35.755 C 31.564 36.382 30.811 37.195 30.086 38.021 C 29.454 38.43 29.119 39.117 28.722 39.731 C 27.746 38.447 27.007 37.009 26.183 35.627 C 24.127 31.451 22.077 27.227 19.242 23.512 C 17.637 21.226 15.967 18.989 14.311 16.741 C 13.01 14.856 11.672 12.972 10.702 10.89 C 10.425 10.845 10.072 10.909 9.925 10.608 C 9.477 9.968 9.947 9.082 10.624 8.842 C 11.062 8.804 11.376 9.234 11.447 9.625 C 11.55 10.02 11.236 10.338 11.055 10.65 C 12.434 13.109 14.061 15.417 15.785 17.644 C 16.856 19.092 17.932 20.538 19.061 21.944 C 18.946 21.537 18.769 21.153 18.576 20.78 C 16.942 17.564 15.327 14.302 14.447 10.787 C 14.364 10.431 14.24 10.088 14.087 9.758 C 13.838 9.638 13.434 9.61 13.396 9.277 C 13.308 8.545 13.617 7.768 14.161 7.276 C 14.874 7.477 15.028 8.293 15.134 8.925 C 15.229 9.309 14.801 9.415 14.556 9.566 C 14.588 10.076 14.818 10.537 14.989 11.01 C 16.016 14.2 17.486 17.22 18.958 20.222 C 20.137 22.708 21.403 25.158 22.846 27.503 C 23.748 29.098 24.5 30.776 25.468 32.335 C 26.766 34.447 27.93 36.642 29.224 38.756 C 29.092 37.56 28.371 36.531 27.801 35.5 C 26.294 32.785 24.632 30.152 23.317 27.334 C 22.199 24.916 20.958 22.552 19.997 20.065 C 19.613 19.063 19.11 18.097 18.943 17.027 C 18.715 16.774 18.277 16.601 18.309 16.206 C 18.343 15.711 18.517 15.214 18.887 14.869 C 17.343 11.826 16.023 8.662 15.095 5.375 C 15.034 5.11 14.845 4.818 15.063 4.574 C 15.126 4.556 15.247 4.517 15.31 4.497 C 16.346 7.925 17.723 11.245 19.387 14.415 C 20.847 17.321 22.415 20.172 23.853 23.09 C 24.106 23.584 24.235 24.156 24.659 24.551 C 24.628 23.461 24.008 22.534 23.669 21.528 C 21.589 16.503 19.607 11.426 18.047 6.212 C 17.968 5.782 17.501 5.608 17.336 5.235 C 17.295 4.826 17.219 4.334 17.549 4.018 C 17.745 3.711 18.304 3.623 18.473 4 C 18.743 4.551 18.633 5.188 18.358 5.712 C 20.313 11.715 22.733 17.551 25.081 23.405 C 25.639 24.872 26.215 26.335 26.671 27.839 C 27.756 30.845 28.787 33.891 29.322 37.051 C 29.413 37.391 29.385 37.805 29.662 38.061 C 29.744 36.951 29.413 35.875 29.226 34.794 C 28.781 32.744 28.351 30.691 27.746 28.682 C 26.255 23.789 24.618 18.94 23.278 14.001 C 22.442 11.079 21.675 8.138 20.854 5.21 C 20.695 4.698 20.565 4.177 20.465 3.65 C 20.218 3.503 19.936 3.395 19.738 3.182 C 19.466 2.689 19.828 2.004 20.379 1.913 C 20.524 1.876 20.671 1.839 20.82 1.805 C 20.97 2.074 21.293 2.315 21.232 2.662 C 21.181 2.93 20.999 3.147 20.87 3.378 C 22.937 10.345 24.796 17.373 27.026 24.291 C 27.943 26.901 28.629 29.584 29.358 32.251 C 29.623 33.141 29.657 34.075 29.827 34.983 C 29.832 32.663 29.456 30.357 28.917 28.106 C 28.281 25.176 27.386 22.312 26.592 19.423 C 25.096 14.199 23.794 8.922 22.403 3.669 C 22.185 2.912 22.065 2.119 21.742 1.396 C 21.572 1.423 21.404 1.462 21.241 1.511 C 21.001 1.577 20.761 1.643 20.523 1.709 C 20.46 1.344 20.404 0.977 20.337 0.614 Z M 19.455 16.709 C 19.482 17.019 19.515 17.333 19.632 17.627 C 20.169 19.045 20.756 20.445 21.381 21.827 C 22.886 24.977 24.395 28.138 26.311 31.065 C 25.806 29.845 25.524 28.547 24.983 27.341 C 23.696 24.086 22.06 20.984 20.45 17.88 C 20.195 17.444 20.048 16.777 19.455 16.709 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 37.95 0.925 C 38.176 0.44 38.604 -0.047 39.2 0.053 C 39.626 0.019 39.834 0.474 39.94 0.815 C 39.967 1.283 39.616 1.631 39.293 1.913 C 39.21 4.547 38.813 7.16 38.523 9.777 C 37.926 14.902 37.306 20.023 36.664 25.144 C 36.37 27.968 35.719 30.76 35.73 33.611 C 35.672 35.02 35.388 36.412 35.385 37.827 C 35.885 35.01 36.471 32.21 36.931 29.387 C 37.306 27.711 37.517 26.001 37.935 24.333 C 38.269 22.356 38.619 20.383 38.893 18.396 C 39.445 15.478 39.852 12.534 40.479 9.631 C 40.738 7.996 41.167 6.387 41.337 4.738 C 40.63 4.029 41.143 2.78 42.076 2.586 C 42.601 2.763 42.841 3.305 42.686 3.829 C 42.459 4.242 42.025 4.514 41.844 4.949 C 41.022 10.284 39.987 15.584 39.166 20.92 C 39.062 22 38.786 23.059 38.774 24.149 C 38.937 22.971 39.318 21.846 39.604 20.697 C 40.3 17.869 41.128 15.074 42.074 12.32 C 42.977 9.67 44.345 7.212 45.415 4.634 C 45.084 4.397 44.864 4.007 45.041 3.599 C 45.337 3.152 45.911 3.204 46.378 3.256 C 46.53 3.552 46.827 3.844 46.673 4.206 C 46.528 4.52 46.161 4.561 45.873 4.65 C 45.634 6.063 44.849 7.286 44.354 8.613 C 43.279 10.894 42.419 13.273 41.723 15.696 C 40.38 19.947 39.486 24.318 38.301 28.613 C 37.646 30.33 37.384 32.158 36.933 33.932 C 36.674 34.888 36.585 35.885 36.262 36.826 C 36.122 37.196 36.103 37.595 36.096 37.987 C 36.162 37.399 36.306 36.826 36.531 36.279 C 37.075 34.398 37.627 32.518 38.092 30.613 C 38.354 29.517 38.758 28.459 39.002 27.358 C 40.099 22.978 41.523 18.681 43.269 14.516 C 44.217 12.431 45.1 10.314 46.129 8.266 C 46.604 7.42 46.869 6.475 47.358 5.635 C 47.533 5.25 47.795 4.835 47.716 4.399 C 47.537 4.076 47.256 3.757 47.371 3.358 C 47.4 2.976 47.853 2.9 48.135 2.758 C 48.601 2.937 49.2 3.125 49.272 3.713 C 49.441 4.338 48.674 4.446 48.272 4.654 C 48.098 5.196 47.929 5.74 47.816 6.3 C 48.534 6.193 48.865 6.997 48.907 7.58 C 48.998 8.129 48.492 8.466 48.11 8.739 C 47.125 11.186 46.26 13.681 45.126 16.064 C 44.205 18.124 43.186 20.138 42.35 22.235 C 41.819 23.547 41.599 24.953 41.283 26.325 C 40.741 29 40.099 31.668 39.109 34.216 C 38.426 35.696 37.955 37.261 37.578 38.844 C 37.962 37.94 38.382 37.053 38.712 36.127 C 39.217 34.804 39.908 33.562 40.369 32.222 C 41.211 29.735 41.927 27.207 42.821 24.739 C 44.769 19.791 47.567 15.249 50.212 10.657 C 50.463 10.189 50.754 9.738 50.965 9.248 C 50.898 8.957 50.688 8.722 50.619 8.434 C 50.675 8.001 50.872 7.538 51.285 7.337 C 51.592 7.143 51.957 7.388 52.155 7.631 C 52.42 7.955 52.29 8.396 52.256 8.773 C 51.83 9.027 51.339 9.268 51.164 9.77 C 49.309 13.888 46.803 17.671 44.879 21.755 C 43.346 24.842 42.346 28.152 41.265 31.411 C 41.716 30.857 41.958 30.177 42.265 29.542 C 43.242 27.545 43.955 25.435 44.913 23.431 C 45.871 21.253 47.038 19.176 48.197 17.101 C 49.412 14.947 50.798 12.882 52.444 11.032 C 52.655 10.78 52.231 10.605 52.124 10.422 C 52.156 10.103 52.3 9.824 52.533 9.603 C 52.817 9.817 53.062 10.081 53.28 10.365 C 53.581 10.123 53.935 10.13 54.243 10.356 C 54.858 10.311 55.426 10.485 55.846 10.953 C 55.831 11.255 55.895 11.63 55.607 11.831 C 55.174 12.098 54.642 12.107 54.164 12.235 C 53.437 14.194 52.486 16.069 51.325 17.806 C 51.366 17.857 51.448 17.958 51.489 18.009 C 50.955 18.568 50.676 19.308 50.154 19.876 C 48.14 22.221 46.425 24.826 45.198 27.67 C 44.286 29.921 42.873 31.909 41.621 33.976 C 40.04 36.404 38.497 38.857 37.069 41.378 C 36.995 41.534 36.926 41.691 36.862 41.851 C 37.426 40.792 38.181 39.851 38.79 38.817 C 40.268 36.282 41.998 33.91 43.718 31.536 C 44.457 30.568 45.122 29.549 45.746 28.501 C 46.332 27.476 47.165 26.614 47.709 25.561 C 48.731 23.672 49.842 21.832 50.906 19.967 C 51.261 19.36 51.423 18.646 51.894 18.107 C 52.908 16.902 53.837 15.625 54.687 14.298 C 54.91 14.021 55.16 13.592 55.588 13.715 C 56.183 13.954 56.222 14.91 55.694 15.248 C 55.431 15.342 55.144 15.326 54.872 15.359 C 54.799 15.175 54.731 14.993 54.659 14.812 C 54.769 15.469 54.36 15.99 54.037 16.515 C 53.571 17.345 52.858 18.002 52.403 18.842 C 52.313 18.749 52.227 18.654 52.146 18.559 L 51.928 18.902 C 52.04 18.891 52.259 18.867 52.371 18.855 C 51.396 20.781 50.163 22.567 49.166 24.485 C 48.36 26.102 47.326 27.587 46.31 29.076 C 43.424 33.052 40.586 37.075 38.146 41.343 C 37.771 42.078 37.343 42.786 37.009 43.541 C 37.769 42.409 38.605 41.324 39.249 40.118 C 40.276 38.158 41.405 36.24 42.803 34.518 C 45.869 30.564 49.436 27.031 52.472 23.054 C 53.216 22.01 54.042 21.028 54.836 20.026 C 54.792 19.648 54.571 19.247 54.807 18.891 C 55.01 18.45 55.458 17.858 56.01 18.152 C 56.303 18.561 56.188 19.1 56.215 19.57 C 56.504 19.974 56.925 20.354 56.852 20.9 C 57.44 20.33 58.048 19.783 58.717 19.31 C 59.241 18.989 58.846 18.245 59.204 17.813 C 59.42 17.478 59.964 17.564 60.114 17.919 C 60.566 18.482 60.89 19.475 60.196 19.986 C 59.787 20.195 59.428 19.872 59.124 19.643 C 58.263 20.447 57.431 21.283 56.588 22.106 C 55.737 22.775 55.076 23.639 54.311 24.397 C 52.712 26.006 51.232 27.726 49.693 29.39 C 48.443 30.955 47.087 32.428 45.726 33.895 C 43.757 35.995 42.019 38.289 40.244 40.552 C 41.312 39.653 42.059 38.44 43.059 37.472 C 44.816 35.792 46.503 34.042 48.316 32.421 C 50.073 30.681 51.877 28.988 53.642 27.253 C 55.316 25.715 56.957 24.123 58.842 22.841 C 59.236 22.643 59.278 22.182 59.41 21.812 C 60.057 21.788 60.797 22.505 60.485 23.159 C 60.023 23.248 59.499 23.091 59.126 23.471 C 56.198 25.622 53.665 28.25 51.093 30.803 C 49.887 31.903 48.753 33.077 47.566 34.196 C 46.362 35.395 45.056 36.492 43.928 37.766 C 44.572 37.19 45.134 36.512 45.879 36.059 C 48.861 33.743 51.785 31.348 54.821 29.099 C 57.293 27.204 59.935 25.534 62.681 24.071 C 63.036 23.958 63.322 24.247 63.632 24.369 C 63.984 24.559 64.452 24.637 64.665 25.019 C 64.913 25.409 64.876 26.087 64.377 26.263 C 63.997 26.249 63.597 25.967 63.247 26.217 C 59.863 27.974 56.896 30.401 53.956 32.803 C 53.055 33.42 52.281 34.199 51.357 34.787 C 49.068 36.458 46.645 37.933 44.332 39.57 C 43.563 40.141 42.754 40.669 42.079 41.351 C 43.299 40.425 44.766 39.923 46.067 39.124 C 48.115 38.006 50.027 36.662 52.057 35.512 C 54.488 34.163 56.938 32.824 59.555 31.867 C 59.56 31.453 59.62 31.041 59.75 30.645 C 60.733 30.38 61.26 31.588 61.105 32.381 C 60.949 32.93 60.251 32.72 59.954 32.416 C 57.928 33.259 55.96 34.245 54.023 35.275 C 51.886 36.358 49.963 37.813 47.811 38.869 C 47.609 38.959 47.452 39.112 47.294 39.259 C 48.787 38.303 50.456 37.653 52.057 36.894 C 54.997 35.572 58.193 34.572 61.451 34.724 C 61.564 34.535 61.595 34.273 61.809 34.163 C 62.107 34.175 62.348 34.395 62.546 34.601 C 62.713 34.885 62.575 35.228 62.565 35.537 C 62.178 35.638 61.828 35.535 61.59 35.209 C 58.891 35.157 56.228 35.851 53.748 36.874 C 51.126 37.862 48.701 39.281 46.168 40.466 C 46.322 40.417 46.476 40.366 46.633 40.317 C 51.034 38.805 55.487 37.367 60.072 36.529 C 61.409 36.272 62.777 36.291 64.114 36.054 C 64.247 35.922 64.384 35.792 64.525 35.664 C 64.722 35.921 64.959 36.166 65.074 36.478 C 65.278 36.782 64.868 36.95 64.697 37.112 C 64.486 36.938 64.283 36.764 64.084 36.585 C 61.955 36.772 59.864 37.24 57.778 37.681 C 55.431 38.198 53.128 38.879 50.845 39.621 C 54.518 39.4 58.106 38.513 61.689 37.728 C 62.521 37.538 63.35 37.291 64.21 37.277 C 59.282 39.352 53.922 40.015 48.657 40.679 C 46.983 40.868 45.393 41.464 43.728 41.699 C 42.65 42.012 41.706 42.667 40.807 43.318 C 40.611 43.465 40.369 43.5 40.143 43.554 C 40.001 44.068 39.969 44.6 39.91 45.127 C 39.759 44.621 39.653 44.1 39.641 43.571 C 39.661 43.245 39.731 42.897 39.594 42.591 C 39.501 42.405 39.405 42.226 39.301 42.052 C 39.288 41.819 39.278 41.588 39.269 41.358 L 39.229 41.395 C 38.308 42.318 37.671 43.5 36.757 44.44 C 36.5 43.348 36.199 42.267 35.889 41.191 C 36.899 39.146 37.342 36.885 38.166 34.768 C 39.134 32.496 39.727 30.088 40.317 27.695 C 40.665 26.084 40.961 24.458 41.425 22.873 C 42.189 20.58 43.319 18.438 44.283 16.226 C 45.421 13.822 46.439 11.36 47.39 8.876 C 47.493 8.342 47.346 7.79 47.395 7.247 C 46.897 8.52 46.182 9.689 45.621 10.932 C 43.919 14.9 42.135 18.854 40.957 23.018 C 40.114 25.764 39.278 28.513 38.619 31.31 C 37.803 34.324 37.342 37.445 36.188 40.358 C 36.076 40.618 35.995 40.908 35.769 41.096 C 35.287 39.9 34.8 38.702 34.177 37.571 C 34.111 37.5 33.979 37.36 33.913 37.289 C 33.494 36.759 32.986 36.292 32.649 35.703 C 33.08 33.795 33.151 31.828 33.329 29.887 C 33.411 25.891 33.391 21.895 33.415 17.897 C 33.575 13.044 33.956 8.204 34.184 3.354 C 34.63 3.4 34.569 3.89 34.582 4.204 C 34.587 6.577 34.37 8.937 34.325 11.306 C 34.19 12.881 34.229 14.466 34.067 16.037 C 33.967 19.469 33.998 22.902 33.988 26.335 C 34.02 29.275 33.663 32.203 33.682 35.143 C 34.214 32.011 34.589 28.843 34.704 25.665 C 34.854 21.315 35.272 16.983 35.606 12.646 C 35.674 11.958 35.843 11.267 35.716 10.576 C 35.669 10.36 35.725 10.147 35.772 9.937 C 35.787 10.171 35.802 10.404 35.819 10.639 C 36.042 9.234 36.135 7.815 36.365 6.413 C 36.48 5.228 36.745 4.061 36.809 2.871 C 36.863 2.304 36.36 1.748 36.679 1.198 C 36.917 0.705 37.521 0.925 37.95 0.925 Z M 38.12 1.352 C 38.036 1.587 37.955 1.824 37.874 2.058 C 37.766 2.077 37.549 2.114 37.441 2.135 C 37.223 2.863 37.299 3.632 37.189 4.377 C 36.5 10.277 35.828 16.184 35.527 22.118 C 35.322 25.208 35.245 28.307 34.915 31.387 C 34.878 32.256 34.625 33.111 34.723 33.986 C 35.228 31.798 35.316 29.54 35.762 27.344 C 36.728 19.752 37.6 12.152 38.566 4.561 C 38.658 3.721 38.869 2.88 38.793 2.031 C 38.57 1.803 38.332 1.59 38.12 1.352 Z M 53.072 11.135 C 50.539 14.406 48.336 17.953 46.577 21.702 C 45.112 24.319 44.174 27.178 42.877 29.873 C 42.341 31.22 41.525 32.431 40.951 33.761 C 42.159 32.159 43.127 30.399 44.043 28.618 C 45.053 26.386 46.109 24.159 47.452 22.106 C 49.781 18.951 52.207 15.814 53.797 12.203 C 54.039 11.728 53.459 11.287 53.072 11.135 Z M 55.133 20.609 C 53.16 23.402 50.992 26.051 48.794 28.669 C 47.582 30.105 46.243 31.423 45.031 32.859 C 43.784 34.393 42.485 35.912 41.561 37.673 C 43.323 35.434 45.268 33.352 47.145 31.213 C 48.542 29.635 49.917 28.037 51.352 26.491 C 52.727 24.864 54.333 23.438 55.688 21.794 C 55.583 21.381 55.458 20.901 55.133 20.609 Z M 61.906 25.235 C 57.71 27.523 54.027 30.603 50.288 33.55 C 48.458 34.984 46.562 36.336 44.827 37.887 C 44.117 38.463 43.499 39.143 42.752 39.673 C 43.029 39.523 43.304 39.362 43.563 39.175 C 45.012 38.142 46.552 37.24 48.003 36.211 C 49.825 34.996 51.558 33.658 53.29 32.323 C 54.025 31.827 54.623 31.163 55.326 30.625 C 57.267 29.118 59.178 27.548 61.331 26.347 C 61.953 26.012 62.541 25.501 63.289 25.533 C 63.289 25.435 63.288 25.237 63.288 25.139 C 63.051 25.321 62.803 25.489 62.544 25.632 C 62.379 25.453 62.213 25.051 61.906 25.235 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 33.86 3.118 C 33.176 2.652 33.487 1.332 34.304 1.248 C 34.69 1.406 34.908 1.825 35.19 2.123 C 35.568 2.495 35.362 3.047 35.222 3.476 C 34.757 3.412 34.206 3.507 33.86 3.118 Z\" fill=\"rgb(207,181,114)\"></path><path d=\"M 14.698 4.622 C 13.642 4.706 13.606 3 14.507 2.785 C 15.037 2.679 15.676 2.837 15.955 3.336 C 16.072 3.775 15.673 4.061 15.436 4.365 C 15.304 4.343 15.041 4.299 14.909 4.277 C 14.857 4.363 14.75 4.536 14.698 4.622 Z\" fill=\"rgb(207,181,114)\"></path><path d=\"M 7.887 12.053 C 8.103 12.046 8.323 12.023 8.541 12.056 C 8.75 12.306 8.708 12.651 8.754 12.955 C 9.016 12.927 9.293 12.823 9.556 12.925 C 9.97 13.155 9.835 13.714 10.073 14.07 C 11.956 16.394 14.01 18.582 15.778 21.001 C 16.932 22.497 18.116 23.968 19.309 25.435 C 20.889 27.53 22.207 29.806 23.432 32.124 C 24.912 34.858 26.789 37.352 28.69 39.804 C 28.482 40.283 28.23 40.743 28.022 41.225 C 27.786 42.041 27.703 42.894 27.581 43.734 C 26.623 42.857 25.588 42.064 24.491 41.368 C 22.931 40.157 21.142 39.297 19.422 38.342 C 16.153 36.583 12.741 35.117 9.298 33.738 C 8.071 33.256 6.905 32.562 5.574 32.418 C 4.798 32.222 4.913 30.99 5.631 30.801 C 5.961 30.732 6.442 30.675 6.628 31.034 C 6.88 31.355 6.736 31.756 6.684 32.117 C 9.793 33.202 12.873 34.388 15.823 35.857 C 18.762 37.225 21.544 38.895 24.467 40.292 C 22.359 38.724 20.13 37.327 17.863 36.002 C 13.845 33.386 9.752 30.862 5.41 28.816 C 4.205 28.181 2.933 27.637 1.857 26.79 C 1.569 26.756 1.188 26.797 1.066 26.462 C 0.606 25.719 1.323 24.435 2.24 24.752 C 2.35 25.377 2.357 26.058 1.897 26.555 C 5.937 28.436 10.056 30.203 13.819 32.618 C 17.329 34.899 20.901 37.09 24.352 39.461 C 25.346 40.084 26.218 40.877 27.183 41.542 C 25.182 39.868 23.068 38.335 21.004 36.744 C 17.951 34.483 14.943 32.129 11.631 30.25 C 10.274 29.541 8.837 29.003 7.449 28.36 C 6.341 27.743 5.172 27.212 4.168 26.425 C 3.643 26.437 2.989 26.246 2.845 25.671 C 2.788 25.161 2.928 24.566 3.371 24.256 C 3.737 24.1 3.937 24.497 4.102 24.747 C 4.374 25.178 4.313 25.703 4.327 26.189 C 5.293 26.526 6.133 27.125 7.029 27.608 C 8.772 28.574 10.69 29.169 12.469 30.063 C 14.877 31.627 17.192 33.332 19.498 35.046 C 22.161 36.87 24.79 38.748 27.353 40.709 C 25.648 39.075 23.874 37.502 21.963 36.108 C 19.275 34.28 16.548 32.509 13.789 30.789 C 12.226 29.618 10.504 28.691 8.901 27.581 C 8.615 27.354 8.173 27.155 8.188 26.734 C 7.968 27.28 7.223 27.06 7.037 26.613 C 6.905 25.996 6.895 25.254 7.402 24.796 C 7.683 25.075 7.956 25.36 8.225 25.653 C 8.218 25.893 8.216 26.133 8.215 26.374 C 10.442 27.826 12.662 29.294 14.912 30.708 C 16.322 31.599 17.69 32.586 19.231 33.238 C 18.177 32.658 17.412 31.714 16.528 30.923 C 15.642 30.124 14.781 29.297 13.927 28.463 C 11.636 26.28 8.821 24.708 6.679 22.361 C 5.788 21.398 4.95 20.383 4.2 19.31 C 3.653 19.285 2.941 19.33 2.666 18.737 C 2.431 17.999 3.286 17.674 3.844 17.524 C 4.16 17.445 4.797 17.218 4.842 17.722 C 4.981 18.169 4.651 18.55 4.447 18.911 C 5.346 20.055 6.204 21.238 7.24 22.267 C 8.632 23.713 10.303 24.843 11.949 25.976 C 11.557 25.656 11.145 25.359 10.8 24.987 C 9.947 24.036 9.002 23.171 8.161 22.209 C 7.086 21.018 5.834 19.9 5.217 18.382 C 5.643 18.768 6.011 19.21 6.464 19.567 C 6.403 18.862 6.785 18.252 7.257 17.767 C 7.944 18.051 7.87 18.805 7.973 19.41 C 9.597 20.631 11.298 21.794 12.78 23.201 C 16.082 26.133 18.939 29.515 21.947 32.737 C 20.95 31.295 20.181 29.71 19.199 28.258 C 16.874 24.891 13.916 22.037 11.381 18.837 C 10.367 17.382 9.37 15.899 8.632 14.282 C 8.132 14.334 7.552 14.278 7.318 13.758 C 6.929 13.127 7.556 12.543 7.887 12.053 Z M 8.984 14.025 C 10.138 16.152 11.482 18.176 13.111 19.974 C 15.529 22.595 18.006 25.197 19.975 28.184 C 21.085 30.078 22.158 31.998 23.464 33.767 C 21.957 30.717 20.368 27.665 18.167 25.046 C 16.78 23.333 15.362 21.643 14.059 19.864 C 12.588 18.129 11.118 16.39 9.697 14.614 C 9.509 14.359 9.259 14.168 8.984 14.025 Z M 6.613 19.79 C 7.382 20.516 8.107 21.29 8.86 22.034 C 11.102 24.298 13.638 26.253 15.779 28.618 C 16.288 29.228 16.807 29.831 17.34 30.421 C 19.213 32.337 21.453 33.832 23.43 35.629 C 22.702 34.894 22.12 34.032 21.426 33.266 C 18.883 30.416 16.301 27.596 13.611 24.882 C 11.853 23.186 9.965 21.626 8.02 20.151 C 7.569 19.986 7.035 20.082 6.613 19.79 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 4.381 34.939 C 4.726 34.738 5.072 34.54 5.422 34.346 C 5.638 34.491 5.85 34.65 6.051 34.819 C 7.759 35.246 9.47 35.66 11.155 36.174 C 15.349 37.578 19.438 39.278 23.43 41.175 C 23.699 41.644 23.761 42.171 23.733 42.703 C 23.741 42.313 23.743 41.919 23.771 41.53 L 23.848 41.703 C 24.125 42.211 24.055 42.803 24.052 43.362 C 24.887 44.42 25.122 45.79 25.779 46.949 C 25.509 47.365 25.284 47.821 25.228 48.319 C 25.081 48.412 24.937 48.505 24.799 48.606 C 24.348 47.54 23.969 46.429 23.881 45.266 C 23.839 44.565 23.652 43.835 23.907 43.152 C 23.079 42.803 22.17 42.713 21.308 42.47 C 20.453 42.333 19.654 41.993 18.821 41.784 C 15.359 41.321 11.856 41.056 8.452 40.233 C 6.797 39.825 5.148 39.388 3.552 38.793 C 2.768 38.518 2.006 38.164 1.335 37.671 C 1.311 37.331 1.112 37.063 0.87 36.842 C 1.117 36.485 1.38 36.139 1.678 35.821 C 1.762 35.926 1.93 36.135 2.014 36.238 C 5.714 36.617 9.283 37.744 12.829 38.817 C 15.722 39.741 18.595 40.785 21.605 41.26 C 21.844 41.282 22.084 41.295 22.327 41.304 C 19.95 40.327 17.586 39.319 15.205 38.35 C 13.723 37.862 12.304 37.201 10.81 36.749 C 9.185 36.24 7.57 35.686 5.909 35.299 C 5.804 35.498 5.697 35.698 5.594 35.899 C 5.278 35.86 4.897 35.966 4.658 35.701 C 4.408 35.529 4.447 35.197 4.381 34.939 Z M 2.009 36.716 C 1.933 37.068 1.737 37.369 1.529 37.656 C 4.057 38.464 6.608 39.205 9.207 39.754 C 11.15 40.214 13.14 40.405 15.117 40.667 C 15.872 40.761 16.619 40.949 17.388 40.937 C 15.312 40.19 13.198 39.545 11.072 38.945 C 9.764 38.502 8.428 38.151 7.088 37.82 C 5.405 37.416 3.744 36.838 2.009 36.716 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 20.38 1.913 C 20.295 1.485 20.248 1.046 20.337 0.614 C 20.405 0.977 20.461 1.344 20.523 1.708 C 20.761 1.642 21.001 1.577 21.241 1.511 C 21.097 1.605 20.957 1.705 20.82 1.805 C 20.672 1.838 20.525 1.875 20.38 1.913 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 30.086 38.021 C 30.811 37.195 31.564 36.382 32.472 35.755 C 32.528 35.735 32.587 35.717 32.649 35.703 C 32.985 36.293 33.494 36.759 33.913 37.29 C 35.116 39.456 36.005 41.804 36.451 44.244 C 36.611 44.861 35.947 45.18 35.653 45.615 C 34.258 47.434 32.935 49.359 32.166 51.537 C 32.032 51.809 32.007 52.182 31.703 52.329 C 31.591 50.481 31.732 48.631 31.676 46.782 C 31.586 43.224 31.76 39.637 32.524 36.153 C 31.997 37.318 31.973 38.619 31.779 39.863 C 31.335 43.227 31.561 46.62 31.488 49.999 C 31.492 50.28 31.466 50.57 31.27 50.792 C 31.21 49.225 30.62 47.723 29.77 46.42 C 29.234 45.616 28.581 44.9 27.959 44.166 C 27.778 43.457 28.114 42.74 28.221 42.041 C 28.493 40.561 29.3 39.275 30.086 38.021 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 39.229 41.395 L 39.269 41.358 C 39.278 41.588 39.288 41.819 39.301 42.053 C 39.404 42.227 39.501 42.406 39.593 42.592 C 39.43 44.683 38.492 46.623 37.5 48.439 C 36.956 49.399 36.341 50.322 35.636 51.172 C 34.898 52.038 33.869 52.576 32.85 53.042 C 32.874 53.111 32.921 53.25 32.945 53.319 C 32.786 53.366 32.627 53.412 32.47 53.454 C 32.303 54.487 32.364 55.536 32.443 56.575 C 32.977 63.531 33.93 70.454 34.249 77.425 C 34.288 77.483 34.364 77.598 34.403 77.655 L 34.425 77.689 C 33.392 77.821 32.348 77.836 31.316 77.976 C 31.531 75.526 31.721 73.069 31.718 70.606 C 31.936 65.534 31.828 60.439 31.321 55.387 C 31.306 55.164 31.368 54.965 31.512 54.789 C 30.833 53.98 29.866 53.525 29.07 52.856 C 28.496 52.402 27.786 52.136 27.286 51.589 C 26.387 50.665 25.286 49.837 24.799 48.607 C 24.938 48.505 25.081 48.412 25.228 48.319 C 25.284 47.821 25.509 47.365 25.779 46.949 C 27.05 49.43 28.863 51.613 30.899 53.505 C 30.723 53.199 30.54 52.897 30.309 52.631 C 28.366 50.511 26.908 47.995 25.72 45.388 C 25.085 44.133 24.574 42.821 24.155 41.48 C 26.548 42.788 28.472 44.827 29.919 47.116 C 30.258 47.708 30.659 48.304 30.708 49.009 C 30.258 48.7 30.057 48.183 29.756 47.752 C 29.309 47.11 28.793 46.513 28.219 45.984 C 29.888 47.973 31.203 50.323 31.735 52.883 C 32.141 52.378 32.335 51.753 32.6 51.17 C 33.42 49.108 34.655 47.24 36.037 45.513 C 36.143 45.515 36.253 45.518 36.366 45.521 C 36.527 45.226 36.703 44.938 36.924 44.683 C 37.784 43.654 38.585 42.573 39.229 41.395 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 38.853 46.123 C 39.292 45.336 39.423 44.433 39.641 43.572 C 39.652 44.1 39.759 44.621 39.909 45.128 C 39.88 46.632 39.281 48.083 38.578 49.399 C 37.491 51.366 35.636 53.023 33.387 53.463 C 33.286 53.458 33.083 53.449 32.983 53.446 C 33.048 53.39 33.174 53.282 33.239 53.228 L 33.046 53.284 C 33.747 52.716 34.712 52.564 35.324 51.868 C 36.893 50.232 37.983 48.2 38.853 46.123 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 23.903 43.086 C 23.396 45.266 24.41 47.965 24.98 49.042 C 25.335 49.829 27.029 50.722 27.832 51.07 C 27.663 50.837 27.059 49.777 25.994 47.395 C 24.664 44.417 24.093 43.34 23.903 43.086 Z\" fill=\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:11735219817,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-3156nn\",\"data-styles-preset\":\"DW_5WswnQ\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1qn201a, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:\"Feel free to \"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-g1tnir, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:\"contact us\"})]})}),className:\"framer-wt0f8i\",\"data-framer-name\":\"Crafting Unforgettable Moments in the Heart of Luxury\",effect:textEffect,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MscfaSiM_\",style:{\"--extracted-1qn201a\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--extracted-g1tnir\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"You can also reach us via WhatsApp or call us at \",/*#__PURE__*/_jsx(motion.strong,{children:\"+33 7 66 330 330\"}),\", \"]}),/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"or send us an email at \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDRTiKS3D\",openInNewTab:false,scopeId:\"ViTGevQhW\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"info@caliandre.com\"})})}),\".\"]})]}),className:\"framer-dxvrcy\",\"data-framer-name\":\"Crafting Unforgettable Moments in the Heart of Luxury\",effect:textEffect,fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"sDRTiKS3D\",style:{\"--extracted-2gxw0f\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--extracted-r6o4lv\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{p11jkhNkz:{\"--extracted-1iakedh\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lQAJGo1Bg:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"You can also reach us via WhatsApp or call us at \",/*#__PURE__*/_jsx(motion.strong,{children:\"+33 7 66 330 330\"}),\", \"]}),/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"or send us an email at \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDRTiKS3D\",openInNewTab:false,scopeId:\"ViTGevQhW\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"info@caliandre.com\"})})})]})]})},p11jkhNkz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:\"You can also reach us via WhatsApp\"}),/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"or call us at \",/*#__PURE__*/_jsx(motion.strong,{children:\"+33 7 66 330 330\"}),\", \"]}),/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-16bvktt\",\"data-styles-preset\":\"IpS4WZBpN\",style:{\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128)))\"},children:[\"or send us an email at \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"sDRTiKS3D\",openInNewTab:false,scopeId:\"ViTGevQhW\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"info@caliandre.com\"})})})]})]})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-onqk2g\",\"data-framer-name\":\"form-wrapper\",layoutDependency:layoutDependency,layoutId:\"KCuQQe8O6\",children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/729dd559-246d-4546-ae75-ab54a9ee4f77/submit\",className:\"framer-4b9uzv\",layoutDependency:layoutDependency,layoutId:\"IwddSPQvi\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-sfnh0n\",layoutDependency:layoutDependency,layoutId:\"pJKEICT8o\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-bydytp\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"fRklxVaYh\",placeholder:\"Name*\",required:true,style:{\"--framer-input-background\":\"var(--token-438062b3-f927-4549-ad42-8f912fee4df7, rgb(249, 249, 249))\",\"--framer-input-border-radius-bottom-left\":\"5px\",\"--framer-input-border-radius-bottom-right\":\"5px\",\"--framer-input-border-radius-top-left\":\"5px\",\"--framer-input-border-radius-top-right\":\"5px\",\"--framer-input-font-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\"},type:\"text\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m6208w\",layoutDependency:layoutDependency,layoutId:\"xkzHBtSdR\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-4m8w8l\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"sfOyVxlPh\",placeholder:\"Email*\",required:true,style:{\"--framer-input-background\":\"var(--token-438062b3-f927-4549-ad42-8f912fee4df7, rgb(249, 249, 249))\",\"--framer-input-border-radius-bottom-left\":\"5px\",\"--framer-input-border-radius-bottom-right\":\"5px\",\"--framer-input-border-radius-top-left\":\"5px\",\"--framer-input-border-radius-top-right\":\"5px\",\"--framer-input-font-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\"},type:\"email\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-1qdx37v\",inputName:\"Phone\",layoutDependency:layoutDependency,layoutId:\"dV9OAwbjB\",placeholder:\"Phone* (Please add your country code)\",required:true,style:{\"--framer-input-background\":\"var(--token-438062b3-f927-4549-ad42-8f912fee4df7, rgb(249, 249, 249))\",\"--framer-input-border-radius-bottom-left\":\"5px\",\"--framer-input-border-radius-bottom-right\":\"5px\",\"--framer-input-border-radius-top-left\":\"5px\",\"--framer-input-border-radius-top-right\":\"5px\",\"--framer-input-font-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\"},type:\"tel\"})]}),/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-qtqz9h\",inputName:\"Message\",layoutDependency:layoutDependency,layoutId:\"US9HAS8EE\",placeholder:\"Message\",required:true,style:{\"--framer-input-background\":\"var(--token-438062b3-f927-4549-ad42-8f912fee4df7, rgb(249, 249, 249))\",\"--framer-input-border-radius-bottom-left\":\"5px\",\"--framer-input-border-radius-bottom-right\":\"5px\",\"--framer-input-border-radius-top-left\":\"5px\",\"--framer-input-border-radius-top-right\":\"5px\",\"--framer-input-font-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, rgb(26, 103, 128))\"},type:\"textarea\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"264px\",...addPropertyOverrides({p11jkhNkz:{width:`calc(min(min(${componentViewport?.width||\"100vw\"} - 96px, 1180px), 800px) - 40px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7o8ee6-container\",layoutDependency:layoutDependency,layoutId:\"QrJh0i_he-container\",nodeId:\"QrJh0i_he\",rendersWithMotion:true,scopeId:\"ViTGevQhW\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"QrJh0i_he\",layoutId:\"QrJh0i_he\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"j3doCHaSZ\",success:\"eYJiaDmBJ\"},\"N3nHY9FO7\"),width:\"100%\"})})})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kmDJO.framer-ix9bux, .framer-kmDJO .framer-ix9bux { display: block; }\",\".framer-kmDJO.framer-b13v1x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 80px 64px 80px 64px; position: relative; width: 1200px; }\",\".framer-kmDJO .framer-t96sbt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 64px 96px 64px; position: relative; width: 100%; }\",\".framer-kmDJO .framer-uvkoeg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kmDJO .framer-cc7ora { flex: none; height: 78px; position: relative; width: 66px; }\",\".framer-kmDJO .framer-wt0f8i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kmDJO .framer-dxvrcy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 944px; word-break: break-word; word-wrap: break-word; }\",\".framer-kmDJO .framer-onqk2g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: center; max-width: 1180px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kmDJO .framer-4b9uzv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-kmDJO .framer-sfnh0n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-kmDJO .framer-bydytp { --framer-input-focused-border-color: var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, #1a6780); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Sloth Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-padding: 32px; flex: none; height: 88px; position: relative; width: 100%; }',\".framer-kmDJO .framer-m6208w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-kmDJO .framer-4m8w8l, .framer-kmDJO .framer-1qdx37v { --framer-input-focused-border-color: var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, #1a6780); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Sloth Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-padding: 32px; flex: 0.5 0 0px; height: 88px; position: relative; width: 1px; }','.framer-kmDJO .framer-qtqz9h { --framer-input-focused-border-color: var(--token-909d57aa-c56b-4d03-ae42-075dd30ce344, #1a6780); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Sloth Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-padding: 32px; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 189px; position: relative; width: 100%; }',\".framer-kmDJO .framer-7o8ee6-container { flex: none; height: 62px; position: relative; width: 264px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kmDJO.framer-b13v1x, .framer-kmDJO .framer-t96sbt, .framer-kmDJO .framer-uvkoeg, .framer-kmDJO .framer-onqk2g, .framer-kmDJO .framer-4b9uzv, .framer-kmDJO .framer-sfnh0n, .framer-kmDJO .framer-m6208w { gap: 0px; } .framer-kmDJO.framer-b13v1x > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kmDJO.framer-b13v1x > :first-child, .framer-kmDJO .framer-t96sbt > :first-child, .framer-kmDJO .framer-uvkoeg > :first-child, .framer-kmDJO .framer-onqk2g > :first-child, .framer-kmDJO .framer-4b9uzv > :first-child, .framer-kmDJO .framer-sfnh0n > :first-child { margin-top: 0px; } .framer-kmDJO.framer-b13v1x > :last-child, .framer-kmDJO .framer-t96sbt > :last-child, .framer-kmDJO .framer-uvkoeg > :last-child, .framer-kmDJO .framer-onqk2g > :last-child, .framer-kmDJO .framer-4b9uzv > :last-child, .framer-kmDJO .framer-sfnh0n > :last-child { margin-bottom: 0px; } .framer-kmDJO .framer-t96sbt > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-kmDJO .framer-uvkoeg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kmDJO .framer-onqk2g > * { margin: 0px; margin-bottom: calc(54px / 2); margin-top: calc(54px / 2); } .framer-kmDJO .framer-4b9uzv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-kmDJO .framer-sfnh0n > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-kmDJO .framer-m6208w > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-kmDJO .framer-m6208w > :first-child { margin-left: 0px; } .framer-kmDJO .framer-m6208w > :last-child { margin-right: 0px; } }\",\".framer-kmDJO.framer-v-csflj6.framer-b13v1x { padding: 120px 32px 80px 32px; width: 810px; }\",\".framer-kmDJO.framer-v-1y8vnh8.framer-b13v1x { padding: 100px 24px 80px 24px; width: 390px; }\",\".framer-kmDJO.framer-v-1y8vnh8 .framer-t96sbt { padding: 64px 24px 96px 24px; }\",\".framer-kmDJO.framer-v-1y8vnh8 .framer-m6208w { flex-direction: column; }\",\".framer-kmDJO.framer-v-1y8vnh8 .framer-4m8w8l, .framer-kmDJO.framer-v-1y8vnh8 .framer-1qdx37v { flex: none; width: 100%; }\",\".framer-kmDJO.framer-v-1y8vnh8 .framer-7o8ee6-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kmDJO.framer-v-1y8vnh8 .framer-m6208w { gap: 0px; } .framer-kmDJO.framer-v-1y8vnh8 .framer-m6208w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-kmDJO.framer-v-1y8vnh8 .framer-m6208w > :first-child { margin-top: 0px; } .framer-kmDJO.framer-v-1y8vnh8 .framer-m6208w > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1273\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lQAJGo1Bg\":{\"layout\":[\"fixed\",\"auto\"]},\"p11jkhNkz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerViTGevQhW=withCSS(Component,css,\"framer-kmDJO\");export default FramerViTGevQhW;FramerViTGevQhW.displayName=\"sections/contact\";FramerViTGevQhW.defaultProps={height:1273,width:1200};addPropertyControls(FramerViTGevQhW,{variant:{options:[\"EldoCFjAF\",\"lQAJGo1Bg\",\"p11jkhNkz\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerViTGevQhW,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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:\"Sloth Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/PUTI0MRc1FDF8ZfbY0Y8SISLgY.woff2\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerViTGevQhW\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"1273\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lQAJGo1Bg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p11jkhNkz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ViTGevQhW.map"],
  "mappings": "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",
  "names": ["ScrollToTopButton", "props", "scrollToTop", "window", "componentStyle", "p", "motion", "u", "addPropertyControls", "ControlType", "t", "e", "i", "s", "Animate", "o", "n", "r", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "h", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "Lenis", "raf", "time", "p", "l", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerAQcodIudc", "withCSS", "AQcodIudc_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerO0AC41dcY", "withCSS", "O0AC41dcY_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "O0AC41dcY_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "animation1", "transition3", "animation2", "transition4", "textEffect", "formVariants", "form", "currentVariant", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "RichText2", "Link", "FormContainer", "formState", "l", "FormPlainTextInput2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerViTGevQhW", "withCSS", "ViTGevQhW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
