{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/RHer7xIvVSrIi07OpwmJ/LYoDiQ1j9CgkOozC7X46/AYVrKRqMP.js", "ssg:https://framerusercontent.com/modules/2rUnrdoHA5lt2NzukFLS/2b6Ldrjw9VfL77ZGkC8s/gUKHE9XNC.js", "ssg:https://framerusercontent.com/modules/hSBCrqWdKPQ8h2wT1YZg/wO7d0mFItbMnCgKAvJI5/urpXvbwws.js"],
  "sourcesContent": ["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,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(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),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})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}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=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return 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?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (5b26096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Courier Prime-regular\",\"GF;Courier Prime-700\",\"GF;Courier Prime-700italic\",\"GF;Courier Prime-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Courier Prime\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwNjW-_-tvg.woff2\",weight:\"400\"},{family:\"Courier Prime\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-LVqvHoJXw.woff2\",weight:\"700\"},{family:\"Courier Prime\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lfq9PtNXyeAg.woff2\",weight:\"700\"},{family:\"Courier Prime\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-4n0q2lgwslOqpF_6gQ8kELawRpWs37pvjxPA.woff2\",weight:\"400\"}]}];export const css=[\".framer-boxss .framer-styles-preset-19gwcr2:not(.rich-text-wrapper), .framer-boxss .framer-styles-preset-19gwcr2.rich-text-wrapper p { --framer-font-family: \\\"Courier Prime\\\", monospace; --framer-font-family-bold: \\\"Courier Prime\\\", monospace; --framer-font-family-bold-italic: \\\"Courier Prime\\\", monospace; --framer-font-family-italic: \\\"Courier Prime\\\", monospace; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-boxss\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Onest-500\",\"GF;Onest-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZtxFMQWXgSQ.woff2\",weight:\"500\"},{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZtxFMQWXgSQ.woff2\",weight:\"700\"}]}];export const css=['.framer-gvCNj .framer-styles-preset-1yer469:not(.rich-text-wrapper), .framer-gvCNj .framer-styles-preset-1yer469.rich-text-wrapper h3 { --framer-font-family: \"Onest\", \"Onest Placeholder\", sans-serif; --framer-font-family-bold: \"Onest\", \"Onest Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-0708735e-2e73-4cb9-a350-818a0625223f, #494a4d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-gvCNj\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/RHer7xIvVSrIi07OpwmJ/LYoDiQ1j9CgkOozC7X46/AYVrKRqMP.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2rUnrdoHA5lt2NzukFLS/2b6Ldrjw9VfL77ZGkC8s/gUKHE9XNC.js\";const cycleOrder=[\"qlKjXJcaG\",\"GsDeZ74b7\"];const serializationHash=\"framer-11n1b\";const variantClassNames={GsDeZ74b7:\"framer-v-1i7z6wo\",qlKjXJcaG:\"framer-v-13mdnae\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:-4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"qlKjXJcaG\",Mobile:\"GsDeZ74b7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qlKjXJcaG\"};};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:\"qlKjXJcaG\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xo7kqx=activeVariantCallback(async(...args)=>{setVariant(\"qlKjXJcaG\");});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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-13mdnae\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qlKjXJcaG\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(216, 217, 218)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},...addPropertyOverrides({GsDeZ74b7:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15kl4h6\",\"data-framer-name\":\"Frame 69\",layoutDependency:layoutDependency,layoutId:\"CptsnnLC5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1yer469\",\"data-styles-preset\":\"gUKHE9XNC\",children:\"Get in Touch\"})}),className:\"framer-5cddhr\",\"data-framer-name\":\"Get in Touch\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UWAfWMQTP\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gpy3o0\",layoutDependency:layoutDependency,layoutId:\"ZHRmfVkly\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/1cD4Cu6j8Wek6tzWHGjZIgUim4SP6oPEjmEEaNC-Vqs0/edit?usp=share_link\",motionChild:true,nodeId:\"ZmBeKS823\",openInNewTab:true,scopeId:\"urpXvbwws\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-r3du2o framer-15jse4m\",layoutDependency:layoutDependency,layoutId:\"ZmBeKS823\",style:{backgroundColor:\"rgb(209, 244, 250)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ghnouh\",layoutDependency:layoutDependency,layoutId:\"jiC2i81rm\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4b0g59\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:500,intrinsicWidth:500,layoutDependency:layoutDependency,layoutId:\"jbpZMAYC3\",svg:'<svg width=\"500\" height=\"500\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path d=\"M260 5v5h-70v20h-30v10h-20v10h10v10h-40v20h10v10h10v10h10v10H90v20h10v10h20v10h30v10H80v30H70v30H60v30H50v30H0v20h10v10h10v10h10v10h10v10h10v10h20v10h10v10h10v10h10v10h10v10h20v10h10v10h20v10h10v10h10v10h10v10h10v10h10v10h20v10h10v10h40v-10h50v-10h50v-10h80v-20h10v-20h10v-40h10v-30h10v-40h-10v-10h-10v-10h-10v-10h-20v-10h-10v-30h30v-20h-10v-20h-10v-30h-10v-40h-10V90h-10V40h-10V0H260v5Zm0 10v5h-60v30h-10V40h-30v20h-10v10h-30v10h10v10h20v10h10v10h10v20h-10v-10h-60v10h20v10h30v10h20v10h10v10h20v10h10v10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h20v10h10v10h10v-10h-10v-10h-10v-10h10v-10h10v20h10v30h10v20h10v30h10v30h-10v10h10v20h10v10h10v10h20v-10h90v10h-70v20h150v-10h-10v-10h-30v-10h10v-10h-10v-30h-50v-10h80v-10h-10v-20h-10v-30h-10v-40h-10V90h-10V40h-10V10H260v5Zm-20 30v5h50V40h-50v5Zm60 0v5h10V40h-10v5ZM200 60v10h10v20h10v30h10v20h10v30h10v20h10v30h10v50h50v-10h60v-10h-60v10h-30v-10h-10v-30h-10v-30h-10v-20h-10v-30h-10v-20h-10V90h-10V70h-10V50h-10v10Zm-40 5v5h20v20h10v10h10v20h10v-20h-10V90h-10V70h-10V60h-20v5Zm100 0v5h10V60h-10v5Zm20 0v5h40V60h-40v5Zm90 40v5h10v-10h-10v5Zm-80 10v5h20v-10h-20v5Zm30 0v5h40v-10h-40v5Zm-150 20v5h10v-10h-10v5Zm140 0v5h80v-10h-80v5Zm0 20v5h80v-10h-80v5ZM90 185v5H80v10h10v10H80v10H70v10h10v10H70v10H60v10h10v10H60v10H50v20h10v10h10v10h10v10h10v-10H80v-10H70v-10H60v-20h10v10h10v10h10v10h10v10h10v10h-10v10h10v10h10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h20v10h20v-10h-20v-20h10v-10h10v-10h-10v-10h10v-10h20v30h-10v40h170v-10h10v-30h10v-30h10v-30h10v-30H310v40h-10v20h-10v-20h-10v-10h10v-10h10v-10h-10v-10h10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10H90v5Zm0 10v5h10v10H90v10H80v10h10v10H80v10H70v10h10v10H70v10h10v10h10v10h10v10h10v10h10v10h-10v10h10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10H90v5Zm10 20v5H90v10h10v10H90v10H80v10h10v10H80v10h10v10h10v10h10v10h10v10h10v10h-10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v5Zm130 0v5h10v-10h-10v5Zm150 0v5h20v-10h-20v5Zm30 0v5h20v-10h-20v5Zm-310 10v5h10v10h-10v10H90v10h10v10H90v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v5Zm140 10v5h10v-10h-10v5Zm-130 10v5h-10v10h10v10h-10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v5Zm0 10v5h10v10h-10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v5Zm10 20v5h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v5Zm20 10v5h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v5Zm250 0v5h40v-10h-40v5Zm-50 95v10h10v10h10v10h10v10h70v-10h20v-40h-20v20h-80v-20h-20v10Zm40 25v5h60v-10h-60v5Z\" fill=\"#0DCBED\"/><path d=\"M260 15v5h-60v30h-10V40h-30v20h-10v10h-30v10h10v10h20v10h10v10h10v20h-10v-10h-60v10h20v10h30v10h20v10h10v10h20v10h10v10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h20v10h10v10h10v-10h-10v-10h-10v-10h10v-10h10v20h10v30h10v20h10v30h10v30h-10v10h10v20h10v10h10v10h20v-10h90v10h-70v20h150v-10h-10v-10h-30v-10h10v-10h-10v-30h-50v-10h80v-10h-10v-20h-10v-30h-10v-40h-10V90h-10V40h-10V10H260v5Zm-20 30v5h50V40h-50v5Zm60 0v5h10V40h-10v5ZM200 60v10h10v20h10v30h10v20h10v30h10v20h10v30h10v50h50v-10h60v-10h-60v10h-30v-10h-10v-30h-10v-30h-10v-20h-10v-30h-10v-20h-10V90h-10V70h-10V50h-10v10Zm-40 5v5h20v20h10v10h10v20h10v-20h-10V90h-10V70h-10V60h-20v5Zm100 0v5h10V60h-10v5Zm20 0v5h40V60h-40v5Zm90 40v5h10v-10h-10v5Zm-80 10v5h20v-10h-20v5Zm30 0v5h40v-10h-40v5Zm-150 20v5h10v-10h-10v5Zm140 0v5h80v-10h-80v5Zm0 20v5h80v-10h-80v5ZM90 185v5H80v10h10v10H80v10H70v10h10v10H70v10H60v10h10v10H60v10H50v20h10v10h10v10h10v10h10v-10H80v-10H70v-10H60v-20h10v10h10v10h10v10h10v10h10v10h-10v10h10v10h10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h20v10h20v-10h-20v-20h10v-10h10v-10h-10v-10h10v-10h20v30h-10v40h170v-10h10v-30h10v-30h10v-30h10v-30H310v40h-10v20h-10v-20h-10v-10h10v-10h10v-10h-10v-10h10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10H90v5Zm0 10v5h10v10H90v10H80v10h10v10H80v10H70v10h10v10H70v10h10v10h10v10h10v10h10v10h10v10h-10v10h10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10H90v5Zm10 20v5H90v10h10v10H90v10H80v10h10v10H80v10h10v10h10v10h10v10h10v10h10v10h-10v10h10v-10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v5Zm130 0v5h10v-10h-10v5Zm150 0v5h20v-10h-20v5Zm30 0v5h20v-10h-20v5Zm-310 10v5h10v10h-10v10H90v10h10v10H90v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h-10v-10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v5Zm140 10v5h10v-10h-10v5Zm-130 10v5h-10v10h10v10h-10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v5Zm0 10v5h10v10h-10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v5Zm10 20v5h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h-10v-10h10v-10h10v-10h-10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v10h-10v-10h-10v5Zm20 10v5h10v10h10v10h10v10h10v10h10v10h10v10h10v10h10v-10h10v-10h-10v10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v-10h-10v5Zm250 0v5h40v-10h-40v5Zm-50 95v10h10v10h10v10h10v10h70v-10h20v-40h-20v20h-80v-20h-20v10Zm40 25v5h60v-10h-60v5Z\" fill=\"#FCFCFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h500v500H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19gwcr2\",\"data-styles-preset\":\"AYVrKRqMP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(7, 153, 179))\"},children:\"Resume\"})}),className:\"framer-3s0cdr\",\"data-framer-name\":\"A designer helping users enjoy the internet one step at a time.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r5xVLerZ6\",style:{\"--extracted-r6o4lv\":\"rgb(7, 153, 179)\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:ethanwatsonj88@gmail.com\",motionChild:true,nodeId:\"qzdDfGGeM\",openInNewTab:false,scopeId:\"urpXvbwws\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-4q89zw framer-15jse4m\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qzdDfGGeM\",onTap:onTap1xo7kqx,style:{backgroundColor:\"rgb(209, 244, 250)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a5dl8q\",layoutDependency:layoutDependency,layoutId:\"p5NBOad1f\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2o4ycb\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:780,intrinsicWidth:760,layoutDependency:layoutDependency,layoutId:\"TdO8702R5\",svg:'<svg width=\"760\" height=\"780\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path d=\"M620 5v5h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-30v10h-20v10h-30v10h-10v10h10v20h10v20h10v20h10v20h10v20h10v10h-20v-10h-30v-10h-20v10h-10v20h-10v20H90v20H80v20H70v20H60v20H50v20H40v20H30v20H20v20H10v20H0v20h10v10h20v10h20v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h10v-10h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-10h-10v-10h-30v-10h-20v-10h-30v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-10v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h20v-10h20v-10h10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10V90h-10V70h-10V50h-10V30h-10V10h-10V0h-20v5Zm0 10v5h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-30v10h-20v10h-30v10h10v20h10v20h10v20h10v20h10v20h10v20h10v20h-10v-10h-10v-10h-20v-10h-30v-10h-20v20h-10v20h-10v20H90v20H80v20H70v20H60v20H50v20H40v20H30v20H20v20H10v20h20v10h20v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-10h-30v-10h-20v-10h-30v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h20v-10h20v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10V90h-10V70h-10V50h-10V30h-10V10h-20v5Zm-20 20v5h-20v10h-20v10h-10v10h10v20h10v20h10v20h30v-10h20v-10h20V90h-10V70h-10V50h-10V30h-20v5Zm-10 20v5h-20v20h10v10h10v10h20v10h10v-10h-10V90h10V70h-20V60h10V50h-20v5Zm-10 20v5h10V70h-10v5Zm20 10v5h10V80h-10v5Zm30 10v5h10V90h-10v5Zm-40 20v5h10v-10h-10v5Zm-290 70v5h-20v10h20v-10h20v-10h-20v5Zm-50 20v5h-20v10h-20v10h-20v10h20v-10h20v-10h20v-10h20v-10h-20v5Zm60 10v5h-20v10h-20v10h20v-10h20v-10h20v-10h-20v5Zm190 0v5h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-10v50h10v10h20v10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h20v-10h20v-50h-10v-10h-10v-10h-40v5Zm-10 20v5h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-10v40h20v10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h10v-10h10v-30h-10v-10h-40v5Zm-250 10v5h-20v10h-20v10h20v-10h20v-10h20v-10h-20v5Zm240 10v5h10v-10h-10v5Zm-30 10v5h10v-10h-10v5Zm-20 10v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-60 5v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-60 5v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-70 5v5h10v-10h-10v5Zm50 0v5h-10v10h10v-10h10v-10h-10v5Zm-70 10v5h10v-10h-10v5Zm40 0v5h-10v10h10v-10h10v-10h-10v5Zm-30 20v5h10v-10h-10v5Zm-220 20v5h20v10h30v10h20v10h20v10h-10v10h-20v10h20v10h20v10h20v20h10v10h10v-10h20v-10h30v-10h20v-10h20v-10h-20v10h-20v10h-30v10h-20v10h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v20h-10v-20h-10v-10h-10v10h-30v-10h-20v5Zm50 10v5h10v-10h-10v5Zm-60 20v5h20v10h20v10h20v-10h-20v-10h-20v-10h-20v5Zm100 20v5h-10v10h20v10h10v-10h-10v-20h-10v5Zm300 115v10h-10v20h-10v20h-10v20h20v10h20v10h30v-20h10v-20h10v-20h10v-10h-10v-10h-20v-10h-20v-10h-20v10Zm-300 5v5h-10v20h-10v40h10v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h30v-20h10v-20h10v-30h-10v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-30v5Zm310 10v5h10v10h-20v20h10v20h10v10h10v-10h-10v-10h10v-10h10v-10h10v-20h-20v-10h-20v5Zm-310 15v10h-10v20h10v10h20v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v-10h10v-20h10v-20h-10v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-40v10Zm330 5v5h-10v10h10v-10h10v-10h-10v5Zm-320 10v5h20v10h20v-10h-20v-10h-20v5Zm270 10v5h10v-10h-10v5Zm-220 10v5h10v-10h-10v5Zm20 10v5h20v10h20v10h20v-10h-20v-10h-20v-10h-20v5Zm70 30v5h20v-10h-20v5Zm30 10v5h10v-10h-10v5Z\" fill=\"#0DCBED\"/><path d=\"M620 15v5h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-30v10h-20v10h-30v10h10v20h10v20h10v20h10v20h10v20h10v20h10v20h-10v-10h-10v-10h-20v-10h-30v-10h-20v20h-10v20h-10v20H90v20H80v20H70v20H60v20H50v20H40v20H30v20H20v20H10v20h20v10h20v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-20h10v-10h-30v-10h-20v-10h-30v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h20v-10h20v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10V90h-10V70h-10V50h-10V30h-10V10h-20v5Zm-20 20v5h-20v10h-20v10h-10v10h10v20h10v20h10v20h30v-10h20v-10h20V90h-10V70h-10V50h-10V30h-20v5Zm-10 20v5h-20v20h10v10h10v10h20v10h10v-10h-10V90h10V70h-20V60h10V50h-20v5Zm-10 20v5h10V70h-10v5Zm20 10v5h10V80h-10v5Zm30 10v5h10V90h-10v5Zm-40 20v5h10v-10h-10v5Zm-290 70v5h-20v10h20v-10h20v-10h-20v5Zm-50 20v5h-20v10h-20v10h-20v10h20v-10h20v-10h20v-10h20v-10h-20v5Zm60 10v5h-20v10h-20v10h20v-10h20v-10h20v-10h-20v5Zm190 0v5h-20v10h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-10v50h10v10h20v10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h20v-10h20v-50h-10v-10h-10v-10h-40v5Zm-10 20v5h-20v10h-30v10h-20v10h-20v10h-30v10h-20v10h-20v10h-10v40h20v10h20v-10h20v-10h30v-10h20v-10h20v-10h30v-10h20v-10h20v-10h10v-10h10v-30h-10v-10h-40v5Zm-250 10v5h-20v10h-20v10h20v-10h20v-10h20v-10h-20v5Zm240 10v5h10v-10h-10v5Zm-30 10v5h10v-10h-10v5Zm-20 10v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-60 5v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-60 5v5h10v-10h-10v5Zm40 5v10h10v-20h-10v10Zm-70 5v5h10v-10h-10v5Zm50 0v5h-10v10h10v-10h10v-10h-10v5Zm-70 10v5h10v-10h-10v5Zm40 0v5h-10v10h10v-10h10v-10h-10v5Zm-30 20v5h10v-10h-10v5Zm-220 20v5h20v10h30v10h20v10h20v10h-10v10h-20v10h20v10h20v10h20v20h10v10h10v-10h20v-10h30v-10h20v-10h20v-10h-20v10h-20v10h-30v10h-20v10h-10v-20h-10v-20h-10v-20h-10v-20h-10v-20h-10v20h-10v-20h-10v-10h-10v10h-30v-10h-20v5Zm50 10v5h10v-10h-10v5Zm-60 20v5h20v10h20v10h20v-10h-20v-10h-20v-10h-20v5Zm100 20v5h-10v10h20v10h10v-10h-10v-20h-10v5Zm300 115v10h-10v20h-10v20h-10v20h20v10h20v10h30v-20h10v-20h10v-20h10v-10h-10v-10h-20v-10h-20v-10h-20v10Zm-300 5v5h-10v20h-10v40h10v10h30v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h30v-20h10v-20h10v-30h-10v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-30v5Zm310 10v5h10v10h-20v20h10v20h10v10h10v-10h-10v-10h10v-10h10v-10h10v-20h-20v-10h-20v5Zm-310 15v10h-10v20h10v10h20v10h20v10h20v10h30v10h20v10h20v10h30v10h20v10h20v-10h10v-20h10v-20h-10v-10h-30v-10h-20v-10h-20v-10h-30v-10h-20v-10h-20v-10h-30v-10h-40v10Zm330 5v5h-10v10h10v-10h10v-10h-10v5Zm-320 10v5h20v10h20v-10h-20v-10h-20v5Zm270 10v5h10v-10h-10v5Zm-220 10v5h10v-10h-10v5Zm20 10v5h20v10h20v10h20v-10h-20v-10h-20v-10h-20v5Zm70 30v5h20v-10h-20v5Zm30 10v5h10v-10h-10v5Z\" fill=\"#FCFCFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h760v780H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19gwcr2\",\"data-styles-preset\":\"AYVrKRqMP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(7, 153, 179))\"},children:\"Let's chat!\"})}),className:\"framer-p5soh6\",\"data-framer-name\":\"A designer helping users enjoy the internet one step at a time.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ie00i8RWZ\",style:{\"--extracted-r6o4lv\":\"rgb(7, 153, 179)\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/ethanwatsonj88/\",motionChild:true,nodeId:\"RLM6QnTWp\",openInNewTab:true,scopeId:\"urpXvbwws\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bjvn3o framer-15jse4m\",layoutDependency:layoutDependency,layoutId:\"RLM6QnTWp\",style:{backgroundColor:\"rgb(209, 244, 250)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-n8tsrh\",layoutDependency:layoutDependency,layoutId:\"kXkNTWCi5\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j511a7\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:980,intrinsicWidth:901,layoutDependency:layoutDependency,layoutId:\"BeSNjmFlL\",svg:'<svg width=\"901\" height=\"980\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M195 5v5h-20v10h-20v40h10v60h10v40h10v10h-40v-10H95v-10H5v20h10v30h10v20h10v20h10v20H25v10H15v40h10v10h10v10h10v10h20v-10h10v50h10v60h10v10h20v10h10v90h-10v80h-10v60H95v60H85v20H75v50H65v30h10v20H65v10H45v10H35v10H25v-10H15v10H5v10h10v10h10v10h40v10h30v10h30v-10h10v-70h10v-10h10v-40h10v-20h10v-30h10v-30h10v-40h10v-50h10v-30h10v120h10v40h10v30h10v50h10v40h-10v20h-10v30h70v-10h10v-30h10v-40h-10v-30h10v-60h-10v-40h-10v-40h10v-70h10v-70h10V410h-10v-50h20v-10h70v-10h10v-20h-10v-20h-10v-10h-10v-20h-10v-20h-10v-30h-10v-20h-10v-10h-10v-10h-20v-10h-10v-20h-20v-40h10V70h-10V50h-10V30h-10V20h-10V10h-10V0h-70v5Zm490 0v5h-10v10h-10v30h-10v70h-20v10h-30v-10h-30v-10h-30v-10h-60v40h10v60h10v50h-10v50h10v10h10v10h10v10h-10v40h-10v20h10v10h20v10h30v140h10v130h10v60h-10v170h10v60h20v10h70v-30h-10v-10h-10V800h10V660h10v-80h10v50h10v60h10v130h10v110h10v40h160v-10h-10v-10h-30v-10h-20v-10h-10v-10h-10v-80h-10V720h-10V460h10v-10h10v-10h10v-10h10v-10h10v-50h10v-40h20v-10h10v-10h10v-10h10v-40h-10v-10h-20v-10h10v-30h10v-30h10v-20h6v-20h-76v10h-70v-10h-10v-10h10v-10h10v-20h10V60h10V30h-10V20h-10V10h-20V0h-60v5ZM195 35v5h-10v10h-10v10h10v20h-10v40h10v40h10v10h-10v10h10v-10h10v-10h20v10h10v10h-30v10h-20v60h-10v-60h-10v-10h-20v-10H85v-10H15v10h10v30h10v20h10v20h10v20h10v20H55v-10H25v30h10v10h10v20h20v-10H55v-10h10v-30h10v50h10v50h10v10h20v10H95v40h20v10h20v10h20v10h30v10h30v-10h30v-10h30v-10h30v-10h30v-30h-10v-50h-40v-10h50v-10h10v-20h10v10h10v10h60v-20h-10v-20h-10v-10h-40v-10h30v-10h-10v-20h-10v-30h-10v-20h-10v-10h-20v-10h-10v60h10v10h-10v30h10v10h30v10h-50v10h-20v-10h10v-10h10V160h-40v10h-40v-10h30v-40h10v-20h20V80h-20V50h-10V40h-20V30h-50v5Zm500 0v5h-10v20h30v10h10v10h40V40h-20V30h-50v5ZM225 65v5h-10v10h20V70h20V60h-30v5Zm440 10v15h10v10h-10v30h-10v10h30v10h-40v-10h-40v-10h-30v-10h-30v-10h-50v30h10v60h10v40h10v-30h20v10h-10v20h10v10h-40v50h40v10h-10v10h10v10h-20v20h30v10h-30v10h30v10h-40v10h20v10h30v10h30v10h30v10h20v10h20v-10h10v30h50v-10h50v-10h30v-10h10v-10h10v-50h10v-40h10v-20h-10v-40h10v30h10v20h10v-20h10v-10h10v-30h-30v10h-10v-20h10v-10h10v-30h10v-30h10v-20h10v-10h-70v10H695v30h-10v-40h40v-10h-30v-10h-10v-10h20v-10h10v10h10v10h10V90h-20V80h-10V70h-10v20h20v10h-30V80h-10V60h-10v15ZM185 95v5h10v50h30v-10h10v-10h-10v10h-20v-40h-10V90h-10v5Zm50 0v5h10V90h-10v5Zm510 0v5h10V90h-10v5Zm-230 40v5h20v10h20v10h-30v-10h-10v10h10v10h30v10h30v10h40v10h20v-10h-20v-10h-40v-10h-30v-10h40v10h40v10h40v-10h-40v-10h-40v-10h-40v-10h-10v-10h-30v5Zm290 40v5h-90v20h20v-10h10v10h40v-10h10v10h10v-10h30v-10h10v10h20v-20h-60v5ZM45 185v5h10v10h10v-20H45v5Zm30 5v10h10v10h10v-20H85v-10H75v10Zm450-5v5h10v10h30v10h20v10h30v10h20v10h30v-20h-10v-10h-30v10h-10v-10h-30v-10h-20v-10h-20v-10h-20v5Zm-420 10v5h10v10h10v-20h-20v5Zm30 0v5h10v10h10v-10h-10v-10h-10v5Zm140 0v5h-30v10h-30v10h-20v10h20v-10h30v-10h30v-10h20v-10h-20v5Zm380 0v5h10v10h10v-20h-20v5Zm30 15v10h10v-20h-10v10Zm120 5v5h-40v10h40v-10h50v-10h-50v5ZM55 225v5h50v10h40v-10h-40v-10H55v5Zm220 0v5h-30v10h-30v10h-20v10h20v-10h30v-10h30v-10h20v-10h-20v5Zm270 0v5h20v10h30v10h20v10h30v10h20v-10h-20v-10h-30v-10h-20v-10h-30v-10h-20v5Zm170 0v5h-10v10h10v-10h40v-10h-40v5Zm-30 15v10h-10v20h10v-20h10v-20h-10v10Zm-530 5v5h10v-10h-10v5Zm650 0v5h-60v10h-40v10h40v-10h60v-10h40v-10h-40v5ZM75 255v5h30v10h60v-10h-60v-10H75v5Zm200 0v5h-40v10h-30v10h-20v40h10v-30h10v-10h30v-10h40v-10h20v-10h-20v5Zm270 0v5h10v20h-10v20h10v-20h10v-30h-20v5Zm40 10v5h20v10h30v10h30v-10h-30v-10h-30v-10h-20v5Zm-250 10v5h10v-10h-10v5Zm450 0v5h-40v10h40v-10h40v-10h-40v5ZM45 285v5h10v-10H45v5Zm40 0v5h40v10h40v-10h-40v-10H85v5Zm500 0v5h10v10h30v10h40v-10h-40v-10h-30v-10h-10v5Zm90 10v15h10v-30h-10v15Zm-410 0v5h-30v10h-30v10h30v-10h30v-10h30v-10h-30v5Zm440 0v5h30v-10h-30v5Zm-140 10v5h20v10h30v10h30v10h20v-10h-20v-10h-30v-10h-30v-10h-20v5Zm210 0v5h-40v10h40v-10h50v-10h-50v5ZM85 315v5h50v10h40v-10h-40v-10H85v5Zm200 0v5h10v-10h-10v5Zm20 10v5h-20v10h20v-10h10v-10h-10v5Zm260 0v5h-20v10h20v10h10v-10h30v10h30v10h10v10h20v-10h-20v-10h-10v-10h-30v-10h-30v-10h-10v5Zm110 10v15h10v-30h-10v15Zm30-10v5h20v-10h-20v5Zm-520 15v10h10v-10h10v-10h-20v10Zm380-5v5h10v-10h-10v5Zm210 0v5h-60v10h60v-10h40v-10h-40v5ZM95 345v5h40v10h40v-10h-40v-10H95v5Zm150 0v5h-30v10h30v-10h30v-10h-30v5Zm340 10v5h10v10h20v10h20v10h10v-10h-10v-10h-20v-10h-20v-10h-10v5Zm-390 10v5h10v-10h-10v5Zm360 0v5h20v-10h-20v5Zm120 5v10h10v-20h-10v10Zm90-5v5h-60v10h60v-10h50v-10h-50v5ZM95 375v5h50v10h40v-10h-40v-10H95v5Zm160 0v5h20v-10h-20v5Zm-60 10v5h10v-10h-10v5Zm30 0v5h20v-10h-20v5Zm70 0v5h-20v10h-30v10h-20v10h20v-10h30v-10h20v-10h10v-10h-10v5Zm260 0v5h30v10h30v10h40v-10h-40v-10h-30v-10h-30v5Zm240 0v5h-50v10h-50v10h50v-10h50v-10h20v-10h-20v5Zm-120 10v5h-10v20h10v-20h10v-10h-10v5Zm-560 10v5h50v10h20v-10h-20v-10h-50v5Zm80 5v10h10v-20h-10v10Zm110 5v5h-30v10h-20v10h-30v10h30v-10h20v-10h30v-10h20v-10h-20v5Zm480 0v5h-40v10h-50v10h50v-10h40v-10h30v-10h-30v5Zm-680 10v5h20v10h40v10h30v-10h-30v-10h-40v-10h-20v5Zm100 25v10h10v-20h-10v10Zm490 40v10h10v-20h-10v10Zm-10 35v5h10v-10h-10v5Zm30 0v5h10v-10h-10v5Zm-60 10v5h10v-10h-10v5Zm80 0v5h10v-10h-10v5Zm20 0v5h10v-10h-10v5Zm-530 20v5h10v-10h-10v5Zm90 320v5h10v-10h-10v5Zm-30 10v5h20v-10h-20v5ZM45 895v5h10v-10H45v5Zm20 10v5h10v10h10v-10H75v-10H65v5Zm30 20v5h10v-10H95v5Z\" fill=\"#0DCBED\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M195 35v5h-10v10h-10v10h10v20h-10v40h10v40h10v10h-10v10h10v-10h10v-10h20v10h10v10h-30v10h-20v60h-10v-60h-10v-10h-20v-10H85v-10H15v10h10v30h10v20h10v20h10v20h10v20H55v-10H25v30h10v10h10v20h20v-10H55v-10h10v-30h10v50h10v50h10v10h20v10H95v40h20v10h20v10h20v10h30v10h30v-10h30v-10h30v-10h30v-10h30v-30h-10v-50h-40v-10h50v-10h10v-20h10v10h10v10h60v-20h-10v-20h-10v-10h-40v-10h30v-10h-10v-20h-10v-30h-10v-20h-10v-10h-20v-10h-10v60h10v10h-10v30h10v10h30v10h-50v10h-20v-10h10v-10h10V160h-40v10h-40v-10h30v-40h10v-20h20V80h-20V50h-10V40h-20V30h-50v5Zm500 0v5h-10v20h30v10h10v10h40V40h-20V30h-50v5ZM225 65v5h-10v10h20V70h20V60h-30v5Zm440 10v15h10v10h-10v30h-10v10h30v10h-40v-10h-40v-10h-30v-10h-30v-10h-50v30h10v60h10v40h10v-30h20v10h-10v20h10v10h-40v50h40v10h-10v10h10v10h-20v20h30v10h-30v10h30v10h-40v10h20v10h30v10h30v10h30v10h20v10h20v-10h10v30h50v-10h50v-10h30v-10h10v-10h10v-50h10v-40h10v-20h-10v-40h10v30h10v20h10v-20h10v-10h10v-30h-30v10h-10v-20h10v-10h10v-30h10v-30h10v-20h10v-10h-70v10H695v30h-10v-40h40v-10h-30v-10h-10v-10h20v-10h10v10h10v10h10V90h-20V80h-10V70h-10v20h20v10h-30V80h-10V60h-10v15ZM185 95v5h10v50h30v-10h10v-10h-10v10h-20v-40h-10V90h-10v5Zm50 0v5h10V90h-10v5Zm510 0v5h10V90h-10v5Zm-230 40v5h20v10h20v10h-30v-10h-10v10h10v10h30v10h30v10h40v10h20v-10h-20v-10h-40v-10h-30v-10h40v10h40v10h40v-10h-40v-10h-40v-10h-40v-10h-10v-10h-30v5Zm290 40v5h-90v20h20v-10h10v10h40v-10h10v10h10v-10h30v-10h10v10h20v-20h-60v5ZM45 185v5h10v10h10v-20H45v5Zm30 5v10h10v10h10v-20H85v-10H75v10Zm450-5v5h10v10h30v10h20v10h30v10h20v10h30v-20h-10v-10h-30v10h-10v-10h-30v-10h-20v-10h-20v-10h-20v5Zm-420 10v5h10v10h10v-20h-20v5Zm30 0v5h10v10h10v-10h-10v-10h-10v5Zm140 0v5h-30v10h-30v10h-20v10h20v-10h30v-10h30v-10h20v-10h-20v5Zm380 0v5h10v10h10v-20h-20v5Zm30 15v10h10v-20h-10v10Zm120 5v5h-40v10h40v-10h50v-10h-50v5ZM55 225v5h50v10h40v-10h-40v-10H55v5Zm220 0v5h-30v10h-30v10h-20v10h20v-10h30v-10h30v-10h20v-10h-20v5Zm270 0v5h20v10h30v10h20v10h30v10h20v-10h-20v-10h-30v-10h-20v-10h-30v-10h-20v5Zm170 0v5h-10v10h10v-10h40v-10h-40v5Zm-30 15v10h-10v20h10v-20h10v-20h-10v10Zm-530 5v5h10v-10h-10v5Zm650 0v5h-60v10h-40v10h40v-10h60v-10h40v-10h-40v5ZM75 255v5h30v10h60v-10h-60v-10H75v5Zm200 0v5h-40v10h-30v10h-20v40h10v-30h10v-10h30v-10h40v-10h20v-10h-20v5Zm270 0v5h10v20h-10v20h10v-20h10v-30h-20v5Zm40 10v5h20v10h30v10h30v-10h-30v-10h-30v-10h-20v5Zm-250 10v5h10v-10h-10v5Zm450 0v5h-40v10h40v-10h40v-10h-40v5ZM45 285v5h10v-10H45v5Zm40 0v5h40v10h40v-10h-40v-10H85v5Zm500 0v5h10v10h30v10h40v-10h-40v-10h-30v-10h-10v5Zm90 10v15h10v-30h-10v15Zm-410 0v5h-30v10h-30v10h30v-10h30v-10h30v-10h-30v5Zm440 0v5h30v-10h-30v5Zm-140 10v5h20v10h30v10h30v10h20v-10h-20v-10h-30v-10h-30v-10h-20v5Zm210 0v5h-40v10h40v-10h50v-10h-50v5ZM85 315v5h50v10h40v-10h-40v-10H85v5Zm200 0v5h10v-10h-10v5Zm20 10v5h-20v10h20v-10h10v-10h-10v5Zm260 0v5h-20v10h20v10h10v-10h30v10h30v10h10v10h20v-10h-20v-10h-10v-10h-30v-10h-30v-10h-10v5Zm110 10v15h10v-30h-10v15Zm30-10v5h20v-10h-20v5Zm-520 15v10h10v-10h10v-10h-20v10Zm380-5v5h10v-10h-10v5Zm210 0v5h-60v10h60v-10h40v-10h-40v5ZM95 345v5h40v10h40v-10h-40v-10H95v5Zm150 0v5h-30v10h30v-10h30v-10h-30v5Zm340 10v5h10v10h20v10h20v10h10v-10h-10v-10h-20v-10h-20v-10h-10v5Zm-390 10v5h10v-10h-10v5Zm360 0v5h20v-10h-20v5Zm120 5v10h10v-20h-10v10Zm90-5v5h-60v10h60v-10h50v-10h-50v5ZM95 375v5h50v10h40v-10h-40v-10H95v5Zm160 0v5h20v-10h-20v5Zm-60 10v5h10v-10h-10v5Zm30 0v5h20v-10h-20v5Zm70 0v5h-20v10h-30v10h-20v10h20v-10h30v-10h20v-10h10v-10h-10v5Zm260 0v5h30v10h30v10h40v-10h-40v-10h-30v-10h-30v5Zm240 0v5h-50v10h-50v10h50v-10h50v-10h20v-10h-20v5Zm-120 10v5h-10v20h10v-20h10v-10h-10v5Zm-560 10v5h50v10h20v-10h-20v-10h-50v5Zm80 5v10h10v-20h-10v10Zm110 5v5h-30v10h-20v10h-30v10h30v-10h20v-10h30v-10h20v-10h-20v5Zm480 0v5h-40v10h-50v10h50v-10h40v-10h30v-10h-30v5Zm-680 10v5h20v10h40v10h30v-10h-30v-10h-40v-10h-20v5Zm100 25v10h10v-20h-10v10Zm490 40v10h10v-20h-10v10Zm-10 35v5h10v-10h-10v5Zm30 0v5h10v-10h-10v5Zm-60 10v5h10v-10h-10v5Zm80 0v5h10v-10h-10v5Zm20 0v5h10v-10h-10v5Zm-530 20v5h10v-10h-10v5Zm90 320v5h10v-10h-10v5Zm-30 10v5h20v-10h-20v5ZM45 895v5h10v-10H45v5Zm20 10v5h10v10h10v-10H75v-10H65v5Zm30 20v5h10v-10H95v5Z\" fill=\"#FCFCFC\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19gwcr2\",\"data-styles-preset\":\"AYVrKRqMP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(7, 153, 179))\"},children:\"LinkedIn\"})}),className:\"framer-hihwqf\",\"data-framer-name\":\"A designer helping users enjoy the internet one step at a time.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I41z4H9a0\",style:{\"--extracted-r6o4lv\":\"rgb(7, 153, 179)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rlkflx\",layoutDependency:layoutDependency,layoutId:\"F72g7PZcG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1yer469\",\"data-styles-preset\":\"gUKHE9XNC\",children:\"About\"})}),className:\"framer-12csqj4\",\"data-framer-name\":\"About Ethan is a designer that has experience with digital and print media. Projects involve crafting user experiences, building brands, and designing for others. This portfolio is a reflection of the current work of Ethan Watson.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S0Y23EPZS\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19gwcr2\",\"data-styles-preset\":\"AYVrKRqMP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3d8a7c-aba4-4377-b28b-6256a94ccec4, rgb(149, 151, 156)))\"},children:\"Ethan leads and supports product lifecycles from strategy to launch. He has experiences crafting user experiences and seamless digital interactions. This portfolio is a reflection of the current work of Ethan Watson.\"})}),className:\"framer-28lc2i\",\"data-framer-name\":\"About Ethan is a designer that has experience with digital and print media. Projects involve crafting user experiences, building brands, and designing for others. This portfolio is a reflection of the current work of Ethan Watson.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CXxr1_FkN\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3d8a7c-aba4-4377-b28b-6256a94ccec4, rgb(149, 151, 156))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-11n1b.framer-15jse4m, .framer-11n1b .framer-15jse4m { display: block; }\",\".framer-11n1b.framer-13mdnae { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 620px; }\",\".framer-11n1b .framer-15kl4h6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 0px; position: relative; width: 1px; }\",\".framer-11n1b .framer-5cddhr, .framer-11n1b .framer-3s0cdr, .framer-11n1b .framer-p5soh6, .framer-11n1b .framer-hihwqf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-11n1b .framer-gpy3o0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-11n1b .framer-r3du2o, .framer-11n1b .framer-1bjvn3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-11n1b .framer-1ghnouh, .framer-11n1b .framer-a5dl8q, .framer-11n1b .framer-n8tsrh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-11n1b .framer-4b0g59 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 36px; }\",\".framer-11n1b .framer-4q89zw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 8px 2px 2px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-11n1b .framer-2o4ycb { aspect-ratio: 0.9743589743589743 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 39px; }\",\".framer-11n1b .framer-j511a7 { aspect-ratio: 0.9193877551020408 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: relative; width: 33px; }\",\".framer-11n1b .framer-rlkflx { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 470px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-11n1b .framer-12csqj4 { flex: none; height: auto; max-width: 469px; position: relative; white-space: pre-wrap; width: 246px; word-break: break-word; word-wrap: break-word; }\",\".framer-11n1b .framer-28lc2i { flex: none; height: auto; max-width: 469px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-11n1b.framer-v-1i7z6wo.framer-13mdnae { align-content: center; align-items: center; flex-direction: column; justify-content: center; padding: 40px 0px 80px 0px; }\",\".framer-11n1b.framer-v-1i7z6wo .framer-15kl4h6 { flex: none; width: 100%; }\",\".framer-11n1b.framer-v-1i7z6wo .framer-5cddhr { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-11n1b.framer-v-1i7z6wo .framer-rlkflx { flex: none; max-width: unset; width: 100%; }\",\".framer-11n1b.framer-v-1i7z6wo .framer-12csqj4 { max-width: unset; width: 100%; }\",\".framer-11n1b.framer-v-1i7z6wo .framer-28lc2i { max-width: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-11n1b[data-border=\"true\"]::after, .framer-11n1b [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 235\n * @framerIntrinsicWidth 620\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GsDeZ74b7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerurpXvbwws=withCSS(Component,css,\"framer-11n1b\");export default FramerurpXvbwws;FramerurpXvbwws.displayName=\"Footer\";FramerurpXvbwws.defaultProps={height:235,width:620};addPropertyControls(FramerurpXvbwws,{variant:{options:[\"qlKjXJcaG\",\"GsDeZ74b7\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerurpXvbwws,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerurpXvbwws\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"620\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GsDeZ74b7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"235\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "r", "a", "c", "e", "i", "h", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "l", "raf", "time", "styleElement", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xo7kqx", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "Link", "SVG", "css", "FramerurpXvbwws", "withCSS", "urpXvbwws_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
