{
  "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/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/MqmBi7qkYb1WYaCVp3Hm/4L6cgq7JChuhj0VQGD4j/cxsdVPFbJ.js", "ssg:https://framerusercontent.com/modules/TWDlW1WgAQ2QUgQMk7X9/0m76UuNUyTAeDK7LJfNn/HzjBwxR8G.js", "ssg:https://framerusercontent.com/modules/sxzYiU674ZduP1rqiFq6/BBpVWTzVVNtJxZ03iVd0/Qd5kvph8w.js", "ssg:https://framerusercontent.com/modules/lsVgJ8dDX5OP1SE5yDYy/nUZM6mYnYtHRTxT4hKZh/O2jsJesvP.js", "ssg:https://framerusercontent.com/modules/b32Jw2dJorMtjtzq7kcd/uT3N1iV7ycdQYOVxockd/b2h35lE9p.js", "ssg:https://framerusercontent.com/modules/VWj3H7xiqbhSNvxZEW9e/FnbcgWQEhx4dyMg0e8Cj/coRVCCESE.js", "ssg:https://framerusercontent.com/modules/PBANluvLrKTbuVRQVdgb/JoQJ8FhC789qjxzhe4R1/jNS421_Fe.js", "ssg:https://framerusercontent.com/modules/L4ltbFjquxDUzHLG2CD5/V8WbtavbuyomSs6Aq9DU/LObedKHLx.js", "ssg:https://framerusercontent.com/modules/BTQiw7PbJpwYddpm6qAj/Tmh5uWpnPoRzD7CIKz6e/NKYGLlZfK.js", "ssg:https://framerusercontent.com/modules/89djYAzNiLldQYGmdxsA/bMFtinW5nmcM9FTnmDA3/Sq2GHYu7t.js", "ssg:https://framerusercontent.com/modules/HrOT1iuI2taBP1TT6uzn/kARtp3mFfPjUWlkzbuqJ/Jh7tdk1df.js", "ssg:https://framerusercontent.com/modules/70OmcAnUgMQr8i1FmTKI/6kth5O4suZdcyO70DJ8C/TZ16_qaBQ.js", "ssg:https://framerusercontent.com/modules/o19IJESKrwdJcMtSso0M/5zqZqaWa8o0rDbZTtRLl/QUQscOwgZ.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){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 (b0164a3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-ceVre .framer-styles-preset-itbob0:not(.rich-text-wrapper), .framer-ceVre .framer-styles-preset-itbob0.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-ceVre\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5ec741e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-7aT0z .framer-styles-preset-1cv6ind:not(.rich-text-wrapper), .framer-7aT0z .framer-styles-preset-1cv6ind.rich-text-wrapper a { --framer-link-current-text-color: var(--token-f2df68fe-66e9-4e3e-ba4b-1b0067faccef, #ffffff); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-f2df68fe-66e9-4e3e-ba4b-1b0067faccef, #ffffff); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-f2df68fe-66e9-4e3e-ba4b-1b0067faccef, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-7aT0z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0623976)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-VRzWo .framer-styles-preset-lsw8jz {  }\"];export const className=\"framer-VRzWo\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/TWDlW1WgAQ2QUgQMk7X9/0m76UuNUyTAeDK7LJfNn/HzjBwxR8G.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fw9JX0pqc63pz1RVQU0O/EBeWRXOjYgiCvtOPnKFg/r_JbPuguG.js\";const enabledGestures={CWnVqgLMn:{hover:true},rBr_TnD51:{hover:true}};const cycleOrder=[\"rBr_TnD51\",\"CWnVqgLMn\"];const serializationHash=\"framer-9dzuH\";const variantClassNames={CWnVqgLMn:\"framer-v-10adzwe\",rBr_TnD51:\"framer-v-129tbha\"};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.create(React.Fragment);const humanReadableVariantMap={Default:\"rBr_TnD51\",Inverse:\"CWnVqgLMn\"};const getProps=({click,height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,NTOnIbDOf:link!==null&&link!==void 0?link:props.NTOnIbDOf,Q0n_gFqmK:(_ref=title!==null&&title!==void 0?title:props.Q0n_gFqmK)!==null&&_ref!==void 0?_ref:\"Nav Item\",uAhEclqS6:click!==null&&click!==void 0?click:props.uAhEclqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"rBr_TnD51\"};};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,Q0n_gFqmK,NTOnIbDOf,uAhEclqS6,JzvcOuD__FWoRjh02q,GY5rHEk7nFWoRjh02q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rBr_TnD51\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17ir3re=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(uAhEclqS6){const res=await uAhEclqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"CWnVqgLMn-hover\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,\"aria-label\":\"Open details\",className:cx(serializationHash,...sharedStyleClassNames,\"framer-129tbha\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rBr_TnD51\",onTap:onTap17ir3re,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"CWnVqgLMn-hover\":{\"data-framer-name\":undefined},\"rBr_TnD51-hover\":{\"data-framer-name\":undefined},CWnVqgLMn:{\"data-framer-name\":\"Inverse\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dtn8cz\",\"data-styles-preset\":\"r_JbPuguG\",children:/*#__PURE__*/_jsx(Link,{href:NTOnIbDOf,nodeId:\"NqlCyWBfP\",openInNewTab:JzvcOuD__FWoRjh02q,smoothScroll:GY5rHEk7nFWoRjh02q,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1cv6ind\",\"data-styles-preset\":\"HzjBwxR8G\",children:\"Nav Item\"})})})}),className:\"framer-arxyyn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NqlCyWBfP\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-GY5rHEk7n-FWoRjh02q\":GY5rHEk7nFWoRjh02q,\"--variable-reference-JzvcOuD__-FWoRjh02q\":JzvcOuD__FWoRjh02q},text:Q0n_gFqmK,variants:{\"CWnVqgLMn-hover\":{\"--extracted-r6o4lv\":\"var(--token-2fd58cfe-5ad8-4c77-b978-fbd0588f0aa4, rgb(139, 139, 139))\"},CWnVqgLMn:{\"--extracted-r6o4lv\":\"var(--token-c5446a54-80de-4f79-b24b-55997bf1fe5e, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"CWnVqgLMn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dtn8cz\",\"data-styles-preset\":\"r_JbPuguG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2fd58cfe-5ad8-4c77-b978-fbd0588f0aa4, rgb(139, 139, 139)))\"},children:/*#__PURE__*/_jsx(Link,{href:NTOnIbDOf,nodeId:\"NqlCyWBfP\",openInNewTab:JzvcOuD__FWoRjh02q,smoothScroll:GY5rHEk7nFWoRjh02q,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1cv6ind\",\"data-styles-preset\":\"HzjBwxR8G\",children:\"Nav Item\"})})})})},CWnVqgLMn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dtn8cz\",\"data-styles-preset\":\"r_JbPuguG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c5446a54-80de-4f79-b24b-55997bf1fe5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:NTOnIbDOf,nodeId:\"NqlCyWBfP\",openInNewTab:JzvcOuD__FWoRjh02q,smoothScroll:GY5rHEk7nFWoRjh02q,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1cv6ind\",\"data-styles-preset\":\"HzjBwxR8G\",children:\"Nav Item\"})})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-180i42s\",\"data-framer-name\":\"Nav Item Border\",layoutDependency:layoutDependency,layoutId:\"ymFWNJh9l\",style:{backgroundColor:\"var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(21, 21, 21))\"},variants:{CWnVqgLMn:{backgroundColor:\"var(--token-c5446a54-80de-4f79-b24b-55997bf1fe5e, rgb(255, 255, 255))\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9dzuH.framer-s0j41m, .framer-9dzuH .framer-s0j41m { display: block; }\",\".framer-9dzuH.framer-129tbha { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9dzuH .framer-arxyyn { -webkit-user-select: none; flex: none; height: auto; overflow: visible; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-9dzuH .framer-180i42s { bottom: 0px; flex: none; height: 1px; left: 0px; position: absolute; width: 0%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9dzuH.framer-129tbha { gap: 0px; } .framer-9dzuH.framer-129tbha > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9dzuH.framer-129tbha > :first-child { margin-top: 0px; } .framer-9dzuH.framer-129tbha > :last-child { margin-bottom: 0px; } }\",\".framer-9dzuH.framer-v-129tbha.hover .framer-180i42s { bottom: -2px; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CWnVqgLMn\":{\"layout\":[\"auto\",\"auto\"]},\"yeBR8pvq6\":{\"layout\":[\"auto\",\"auto\"]},\"M9dcUkPIn\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Q0n_gFqmK\":\"title\",\"NTOnIbDOf\":\"link\",\"uAhEclqS6\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerO2jsJesvP=withCSS(Component,css,\"framer-9dzuH\");export default FramerO2jsJesvP;FramerO2jsJesvP.displayName=\"Footer nav item\";FramerO2jsJesvP.defaultProps={height:20,width:74};addPropertyControls(FramerO2jsJesvP,{variant:{options:[\"rBr_TnD51\",\"CWnVqgLMn\"],optionTitles:[\"Default\",\"Inverse\"],title:\"Variant\",type:ControlType.Enum},Q0n_gFqmK:{defaultValue:\"Nav Item\",displayTextArea:false,title:\"Title\",type:ControlType.String},NTOnIbDOf:{title:\"Link\",type:ControlType.Link},uAhEclqS6:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerO2jsJesvP,[{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\":\"FramerO2jsJesvP\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"20\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Q0n_gFqmK\\\":\\\"title\\\",\\\"NTOnIbDOf\\\":\\\"link\\\",\\\"uAhEclqS6\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"74\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CWnVqgLMn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yeBR8pvq6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M9dcUkPIn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./O2jsJesvP.map", "// Generated by Framer (5ec741e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-sGB9W .framer-styles-preset-rsgmed:not(.rich-text-wrapper), .framer-sGB9W .framer-styles-preset-rsgmed.rich-text-wrapper h6 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-sGB9W\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;GothamSSm Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"GothamSSm Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/TwHBta5VLDZuO1JUeMulwMxzE.woff2\"}]}];export const css=['.framer-eplqP .framer-styles-preset-t55ykk { --framer-blockquote-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-blockquote-font-size: 16px; --framer-blockquote-font-style: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-letter-spacing: -0.02em; --framer-blockquote-line-height: 28px; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-color: var(--token-7aacc38c-4eb0-4915-ae0f-636da107eabf, #5b5b5b); --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 24px; position: relative; }','.framer-eplqP .framer-styles-preset-t55ykk::before { background-color: var(--token-2ca8ca1b-7b82-4e31-ae76-48d54dafc249, #007a41); border-radius: 2px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 4px; }'];export const className=\"framer-eplqP\";\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 (2923eb5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;GothamSSm Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"GothamSSm Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/TwHBta5VLDZuO1JUeMulwMxzE.woff2\"}]}];export const css=[\".framer-X5At4 .framer-styles-preset-buicv3:not(.rich-text-wrapper), .framer-X5At4 .framer-styles-preset-buicv3.rich-text-wrapper h3 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 54px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-X5At4 .framer-styles-preset-buicv3:not(.rich-text-wrapper), .framer-X5At4 .framer-styles-preset-buicv3.rich-text-wrapper h3 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-X5At4 .framer-styles-preset-buicv3:not(.rich-text-wrapper), .framer-X5At4 .framer-styles-preset-buicv3.rich-text-wrapper h3 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 42px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-X5At4\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4991a04)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;GothamSSm Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"GothamSSm Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/TwHBta5VLDZuO1JUeMulwMxzE.woff2\"}]}];export const css=['.framer-aAoQQ .framer-styles-preset-hxqq04:not(.rich-text-wrapper), .framer-aAoQQ .framer-styles-preset-hxqq04.rich-text-wrapper h1 { --framer-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 60px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-aAoQQ .framer-styles-preset-hxqq04:not(.rich-text-wrapper), .framer-aAoQQ .framer-styles-preset-hxqq04.rich-text-wrapper h1 { --framer-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 56px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1200px) { .framer-aAoQQ .framer-styles-preset-hxqq04:not(.rich-text-wrapper), .framer-aAoQQ .framer-styles-preset-hxqq04.rich-text-wrapper h1 { --framer-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 56px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-aAoQQ .framer-styles-preset-hxqq04:not(.rich-text-wrapper), .framer-aAoQQ .framer-styles-preset-hxqq04.rich-text-wrapper h1 { --framer-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 56px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-aAoQQ .framer-styles-preset-hxqq04:not(.rich-text-wrapper), .framer-aAoQQ .framer-styles-preset-hxqq04.rich-text-wrapper h1 { --framer-font-family: \"GothamSSm Book\", \"GothamSSm Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-aAoQQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Fragment Mono-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}];export const css=['.framer-dM2ad .framer-styles-preset-1bbid15 { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c) /* {\"name\":\"neutral/200\"} */; --framer-font-size-scale: 1; background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-dM2ad\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4991a04)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;GothamSSm Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"GothamSSm Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/TwHBta5VLDZuO1JUeMulwMxzE.woff2\"}]}];export const css=[\".framer-XhXzu .framer-styles-preset-m23zmf:not(.rich-text-wrapper), .framer-XhXzu .framer-styles-preset-m23zmf.rich-text-wrapper h4 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1919px) and (min-width: 1536px) { .framer-XhXzu .framer-styles-preset-m23zmf:not(.rich-text-wrapper), .framer-XhXzu .framer-styles-preset-m23zmf.rich-text-wrapper h4 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 1535px) and (min-width: 1200px) { .framer-XhXzu .framer-styles-preset-m23zmf:not(.rich-text-wrapper), .framer-XhXzu .framer-styles-preset-m23zmf.rich-text-wrapper h4 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-XhXzu .framer-styles-preset-m23zmf:not(.rich-text-wrapper), .framer-XhXzu .framer-styles-preset-m23zmf.rich-text-wrapper h4 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-XhXzu .framer-styles-preset-m23zmf:not(.rich-text-wrapper), .framer-XhXzu .framer-styles-preset-m23zmf.rich-text-wrapper h4 { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 27px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, #1e1e1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-XhXzu\";\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 (5ec741e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-GQCfF .framer-styles-preset-t5ykln:not(.rich-text-wrapper), .framer-GQCfF .framer-styles-preset-t5ykln.rich-text-wrapper a { --framer-link-current-text-color: var(--token-f2df68fe-66e9-4e3e-ba4b-1b0067faccef, #ffffff); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-f2df68fe-66e9-4e3e-ba4b-1b0067faccef, #ffffff); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5)); --framer-link-text-decoration: underline; }\"];export const className=\"framer-GQCfF\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;GothamSSm Book\",\"CUSTOM;GothamSSm Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"GothamSSm Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/TwHBta5VLDZuO1JUeMulwMxzE.woff2\"},{family:\"GothamSSm Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/5folkw2TROPgecxXjFcGiLO2WLQ.woff2\"}]}];export const css=[\".framer-rJDxe .framer-styles-preset-anmip4:not(.rich-text-wrapper), .framer-rJDxe .framer-styles-preset-anmip4.rich-text-wrapper p { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"GothamSSm Bold\\\", \\\"GothamSSm Bold Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 26px; --framer-paragraph-spacing: 12px; --framer-text-alignment: start; --framer-text-color: var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-rJDxe .framer-styles-preset-anmip4:not(.rich-text-wrapper), .framer-rJDxe .framer-styles-preset-anmip4.rich-text-wrapper p { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"GothamSSm Bold\\\", \\\"GothamSSm Bold Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 24px; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-rJDxe .framer-styles-preset-anmip4:not(.rich-text-wrapper), .framer-rJDxe .framer-styles-preset-anmip4.rich-text-wrapper p { --framer-font-family: \\\"GothamSSm Book\\\", \\\"GothamSSm Book Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"GothamSSm Bold\\\", \\\"GothamSSm Bold Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 24px; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-rJDxe\";\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 (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/b32Jw2dJorMtjtzq7kcd/uT3N1iV7ycdQYOVxockd/b2h35lE9p.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/VWj3H7xiqbhSNvxZEW9e/FnbcgWQEhx4dyMg0e8Cj/coRVCCESE.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/MqmBi7qkYb1WYaCVp3Hm/4L6cgq7JChuhj0VQGD4j/cxsdVPFbJ.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/HrOT1iuI2taBP1TT6uzn/kARtp3mFfPjUWlkzbuqJ/Jh7tdk1df.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/PBANluvLrKTbuVRQVdgb/JoQJ8FhC789qjxzhe4R1/jNS421_Fe.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0rR755kMChXTkfeDmDek/rWlYEFr0CNQjbztnMVg0/Lc0rOthXN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/L4ltbFjquxDUzHLG2CD5/V8WbtavbuyomSs6Aq9DU/LObedKHLx.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/BTQiw7PbJpwYddpm6qAj/Tmh5uWpnPoRzD7CIKz6e/NKYGLlZfK.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/sxzYiU674ZduP1rqiFq6/BBpVWTzVVNtJxZ03iVd0/Qd5kvph8w.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/89djYAzNiLldQYGmdxsA/bMFtinW5nmcM9FTnmDA3/Sq2GHYu7t.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/70OmcAnUgMQr8i1FmTKI/6kth5O4suZdcyO70DJ8C/TZ16_qaBQ.js\";import FooterNavItem from\"https://framerusercontent.com/modules/lsVgJ8dDX5OP1SE5yDYy/nUZM6mYnYtHRTxT4hKZh/O2jsJesvP.js\";const FooterNavItemFonts=getFonts(FooterNavItem);const cycleOrder=[\"e084Msaz7\",\"xny4nlLWN\"];const serializationHash=\"framer-a782A\";const variantClassNames={e084Msaz7:\"framer-v-1y336de\",xny4nlLWN:\"framer-v-ymzr0p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Folded:\"e084Msaz7\",Unfolded:\"xny4nlLWN\"};const getProps=({button,fullDisclosure,height,id,previewDisclosure,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,mfoQ6_ioA:(_ref=fullDisclosure!==null&&fullDisclosure!==void 0?fullDisclosure:props.mfoQ6_ioA)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{children:[\"AtomicVest, Inc. (\u201CAtomicVest\u201D) is a technology company that provides an integrated platform to companies who seek to work with Atomic Invest LLC (\u201CAtomic Invest\u201D), an SEC Registered Investment Adviser, and/or Atomic Brokerage LLC (\u201CAtomic Brokerage\u201D), a registered broker-dealer and member of \",/*#__PURE__*/_jsx(Link,{href:\"https://www.finra.org/#/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"FINRA\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://www.sipc.org/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"SIPC\"})}),\". Atomic Invest and Atomic Brokerage are both subsidiaries of AtomicVest. AtomicVest is not involved in securities activities and is not registered with the SEC or FINRA. Technology services are provided by AtomicVest.\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Neither Atomic Invest nor Atomic Brokerage, nor any of their affiliates is a bank.\",/*#__PURE__*/_jsx(motion.strong,{children:\" \"}),\"Investing involves risk, including the possible loss of principal. Before investing, consider your investment objectives and the fees and expenses charged.\"]}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Investments in securities: Not FDIC Insured - Not Bank Guaranteed - May Lose Value\"})}),/*#__PURE__*/_jsx(motion.p,{children:\"Atomic Invest\"}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Certain companies (\u201Cpartner firms\u201D) have an engagement with Atomic Invest to bring their customers the opportunity to open an investment advisory account. Investment advisory services are provided by Atomic Invest. Companies which are engaged by Atomic Invest receive compensation ranging from 0% to 0.85% annualized, payable monthly, based upon assets under management for each referred client who establishes an account with Atomic Invest (i.e., exact payment will differ). Atomic Invest also shares a percentage of compensation received from margin interest and free cash interest earned by customers with partner firms. Partner firms are not clients of Atomic Invest, but their engagement with Atomic Invest gives them an incentive to refer you to Atomic Invest instead of another investment adviser. This conflict of interest affects their ability to provide you with unbiased, objective information about the services of Atomic Invest. This could mean that the services of another investment adviser with whom they are not engaged could be more appropriate for you than Atomic Invest. Advisory services through Atomic Invest are designed to assist clients in achieving a favorable outcome in their investment portfolio. They are not intended to provide tax advice or financial planning with respect to every aspect of a client\u2019s financial situation and do not include investments that clients may hold outside of Atomic Invest. For more information about Atomic Invest, please see the \",/*#__PURE__*/_jsx(Link,{href:\"https://reports.adviserinfo.sec.gov/crs/crs_313255.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form CRS\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:\"https://adviserinfo.sec.gov/firm/brochure/313255\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form ADV Part 2A\"})}),\", the \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Privacy Policy\"})}),\", and other disclosures.\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Brokerage services for Atomic Invest are provided by Atomic Brokerage, an affiliate of Atomic Invest, or by Pershing Advisor Solutions LLC, an unaffiliated registered broker-dealer and member of \",/*#__PURE__*/_jsx(Link,{href:\"https://www.finra.org/#/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"FINRA\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://www.sipc.org/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"SIPC\"})}),\". Due to the relationship between Atomic Brokerage and Atomic Invest, there is a conflict of interest due to Atomic Invest directing orders to Atomic Brokerage. For additional information regarding conflicts of interest, please see Items 5, 12 and 14 of Atomic Invest\u2019s \",/*#__PURE__*/_jsx(Link,{href:\"https://adviserinfo.sec.gov/firm/brochure/313255\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form ADV Part 2A\"})}),\".\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"Atomic Brokerage\"}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Certain companies (\u201CPartner Firms\u201D) have an engagement with Atomic Brokerage to bring you the opportunity to open a brokerage account. Brokerage services are typically provided by Atomic Brokerage to customers of partner firms. For more information about Atomic Brokerage, please see the \",/*#__PURE__*/_jsx(Link,{href:\"https://files.brokercheck.finra.org/crs_315263.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form CRS\"})}),\", the \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.broker.disclosures.003464f3-f6bd-41c3-bbdf-7050e50b43a2.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Brokerage General Disclosures\"})}),\", and the \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Privacy Policy\"})}),\". Check the background of Atomic Brokerage and its custodial and clearing providers on FINRA\u2019s \",/*#__PURE__*/_jsx(Link,{href:\"https://brokercheck.finra.org/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"BrokerCheck\"})}),\". Regulatory fees, transaction fees, fund expenses, brokerage commissions and service fees, among other fees listed within the \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.broker.schedule-of-maximum-charges.b2e3bf5d-2caa-43fe-9f1e-7351f4638e3d.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Schedule of Maximum Charges\"})}),\", may be charged to your brokerage account.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"Stocks\"}),/*#__PURE__*/_jsx(motion.p,{children:\"The equity market can be volatile and fluctuate significantly in response to events pertaining to individual companies, industries, geopolitical unrest, regulatory matters, market events, and/or economic developments, among other unforeseen events. In addition to the aforementioned risks, foreign (non-U.S.) equity securities are subject to interest rate, currency exchange rate, economic, and geopolitical risks, among other unforeseen risks. Investing in domestic or international equities involves risks, including the potential loss of principal.\"}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Fixed Income Securities\",/*#__PURE__*/_jsx(motion.br,{}),\"In general, the bond market is volatile, and fixed income securities carry interest rate risk. As interest rates rise, bond prices typically fall, and vice versa. This effect can be more pronounced for longer-term securities. Fixed income securities also carry inflation risk, liquidity risk, call risk, and credit and default risks for both issuers and counterparties.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"The value of Treasury securities (\u201CTreasuries\u201D) fluctuate and you may receive more or less than your original investment if sold prior to maturity. Treasuries are subject to price change, yield change and availability or liquidity constraints. Although Treasuries are considered safer than many other financial instruments, you could lose all or part of your investment. Treasuries carry a variety of risks, including credit risk, interest rate risk, and liquidity risk. Income earned by U.S. persons on U.S. Treasuries are typically exempt from state and local taxes, but taxable by the federal government.\"}),/*#__PURE__*/_jsx(motion.p,{children:\"Mutual Funds and Exchange-Traded Funds\"}),/*#__PURE__*/_jsx(motion.p,{children:\"Before investing in any mutual fund or exchange-traded fund (ETF), you should consider its investment objectives, risks, charges, and expenses, and review the prospectus carefully. You may obtain the prospectus on the issuer\u2019s website or by contacting Atomic Invest or Atomic Brokerage.\"}),/*#__PURE__*/_jsx(motion.p,{children:\"An investment in a money market fund is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other governmental agency. Although a money market fund seeks to preserve the value of your investment at $1.00 per share, it is possible to lose money by investing in a money market fund. Yields fluctuate and past performance is no guarantee of future results.\"}),/*#__PURE__*/_jsx(motion.p,{children:\"Cash Sweep Programs\"}),/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Atomic Cash Sweep Program. \"}),\"The Atomic Cash Sweep Program is offered through the brokerage account provided by Atomic Brokerage, in which cash is swept into unaffiliated bank deposit accounts opened for you by, and in the name of, Atomic as agent/custodian. You are able to have up to $2,500,000 ($250,000 per depositor, per insured bank for each account) Federal Deposit Insurance Corporation (FDIC) insurance for deposits in your Atomic Brokerage account when those funds are deposited into all ten unaffiliated bank deposit accounts in the Atomic Cash Sweep Program (subject to coverage limits and eligibility requirements). \",/*#__PURE__*/_jsx(motion.strong,{children:\"You should not expect cash in your account solely for the purpose of accessing the Cash Sweep to be protected by SIPC or FDIC insurance, and cash is only protected by FDIC insurance (subject to coverage limits and eligibility requirements) once deposited by Atomic in the unaffiliated bank deposit accounts. \"}),\"For more information on FDIC insurance please visit \",/*#__PURE__*/_jsx(Link,{href:\"http://www.fdic.gov/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"www.FDIC.gov\"})}),\". For details about the Atomic Cash Sweep Program, see\",/*#__PURE__*/_jsx(Link,{href:\"https://urldefense.com/v3/__https:/legal.atomicvest.com/usa.broker.sweep-terms-and-conditions.68e22843-5855-452c-9399-4e6092db7344.pdf__;!!DuJIhUBmA6S-!F7Yg1FfgMmOSywVfoi_snZBqvKZu8Pa3yVzQUf1w8KGTAWLv36NHvjBefoTg5aFNxkzHUQ-X9GMZ-yINgZHzoI3-hJnKRA$\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\" the Terms & Conditions\"})}),\".\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Pershing Cash Sweep Program. \"}),\"Atomic Brokerage offers a cash sweep program through a clearing relationship with Pershing LLC (\u201CPershing\u201D). The Cash Sweep Program is administered by Pershing. Deposits at each Program Bank are insured by the FDIC up to $250,000 for each insurable capacity. Based on eligibility criteria, the two FDIC-insured programs (\u201CBank Deposit Programs\u201D) offered are 1) \",/*#__PURE__*/_jsx(Link,{href:\"https://www.dreyfus.com/sitelets/insured-deposits/dreyfus-insured-deposit-program-i-didi.html\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Dreyfus Insured Deposits (DIDI)\"})}),\" and 2) \",/*#__PURE__*/_jsx(Link,{href:\"https://www.pershing.com/us/en/rates.html\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Liquid Insured Deposits\"})}),\". Funds deposited into each sweep program, in aggregate, are eligible for up to $2,500,000 of FDIC insurance. Funds in transit to or from Program Banks are generally not FDIC-insured. For more information on FDIC insurance please visit \",/*#__PURE__*/_jsx(Link,{href:\"http://www.fdic.gov/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"www.FDIC.gov\"})}),\". Deposits held in Program Banks are not protected by SIPC.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"Tax-Advantaged Accounts\"}),/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"529 plans. \"}),\"529 plans are tax-advantaged qualified tuition program accounts designed to help save for qualified education expenses. Before investing, carefully review the 529 Plan Disclosure Document for complete details on investment objectives, risks, fees, charges, and expenses, as well as for more information about municipal fund securities and the underlying investment companies.\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Retirement accounts.\"}),\" Annual contribution limits are set by the IRS and may change yearly. Eligibility for the amount of contributions and the accounts to which such amounts may be made depend upon an individual\u2019s age and income. Contributions may be tax-deductible or after-tax, depending on the account type selected. For more details about a specific retirement account, refer to the plan documents. Be sure to consider all your available options and the applicable fees and features of each one before transferring your retirement assets or establishing a retirement account.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"Fractional Shares\"}),/*#__PURE__*/_jsx(motion.p,{children:\"Fractional shares cannot be transferred to another broker. If you transfer your account, fractional positions will be liquidated, which may have tax consequences and result in commission charges. You will not have voting rights for fractional shares and cannot make voluntary elections on corporate actions (e.g., tender offers, rights offerings) for fractional positions.\"}),/*#__PURE__*/_jsxs(motion.p,{children:[\"This website is intended to provide an overview of AtomicVest, is for general information purposes only, and is not intended to provide investment, accounting, tax, or legal advice. For information about the products and services offered by subsidiaries of AtomicVest, see the websites for \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tcxvd9f_A\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Invest\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bKySGuQbo\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Brokerage\"})}),\". By using this website, you understand the information being presented is provided for informational purposes only and you agree to our \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.terms.53702dec-0842-4fc2-ab17-530b99fc1c8e.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Terms of Use\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Privacy Policy\"})}),\". AtomicVest and its affiliates make no representations that materials on this site are appropriate for use in all locations, or that transactions, securities products, instruments, or services discussed on this website or those of its subsidiaries are available or appropriate for sale or use in all jurisdictions, or are suitable for all investors or counterparties. Those who access this website do so at their own initiative and are responsible for compliance with applicable laws and regulations.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"All screenshots provided are for illustrative purposes only and any performance figures displayed should not be considered representative of actual performance.\"})]}),Rqf8k9oCu:(_ref1=previewDisclosure!==null&&previewDisclosure!==void 0?previewDisclosure:props.Rqf8k9oCu)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{children:[\"AtomicVest, Inc. (\u201CAtomicVest\u201D) is a technology company that provides an integrated platform to companies who seek to work with Atomic Invest LLC (\u201CAtomic Invest\u201D), an SEC Registered Investment Adviser, and/or Atomic Brokerage LLC (\u201CAtomic Brokerage\u201D), a registered broker-dealer and member of \",/*#__PURE__*/_jsx(Link,{href:\"https://www.finra.org/#/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"FINRA\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://www.sipc.org/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"SIPC\"})}),\". Atomic Invest and Atomic Brokerage are both subsidiaries of AtomicVest. AtomicVest is not involved in securities activities and is not registered with the SEC or FINRA. Technology services are provided by AtomicVest.\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[\"Neither Atomic Invest nor Atomic Brokerage, nor any of their affiliates is a bank.\",/*#__PURE__*/_jsx(motion.strong,{children:\" \"}),\"Investing involves risk, including the possible loss of principal. Before investing, consider your investment objectives and the fees and expenses charged.\\xa0\"]}),/*#__PURE__*/_jsxs(motion.p,{children:[\"For more information about Atomic Invest, please see the \",/*#__PURE__*/_jsx(Link,{href:\"https://reports.adviserinfo.sec.gov/crs/crs_313255.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form CRS\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:\"https://adviserinfo.sec.gov/firm/brochure/313255\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form ADV Part 2A\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.disclosures.e1dc8c5c-1742-453e-9157-51e09deee88b.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"General Disclosures\"})}),\". For more information about Atomic Brokerage, please see the \",/*#__PURE__*/_jsx(Link,{href:\"https://files.brokercheck.finra.org/crs_315263.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Form CRS\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.broker.disclosures.003464f3-f6bd-41c3-bbdf-7050e50b43a2.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"General Disclosures\"})}),\". Check the background of Atomic Brokerage and its custodial and clearing providers on FINRA\u2019s \",/*#__PURE__*/_jsx(Link,{href:\"https://brokercheck.finra.org/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"BrokerCheck\"})}),\". Also see the \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Privacy Policy\"})}),\".\"]}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Investments in securities: Not FDIC Insured - Not Bank Guaranteed - May Lose Value\"})}),/*#__PURE__*/_jsxs(motion.p,{children:[\"This website is intended to provide an overview of AtomicVest, is for general information purposes only, and is not intended to provide investment, accounting, tax, or legal advice. For information about the products and services offered by subsidiaries of AtomicVest, see the websites for \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tcxvd9f_A\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Invest\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bKySGuQbo\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Atomic Brokerage\"})}),\". By using this website, you understand the information being presented is provided for informational purposes only and you agree to our \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.terms.53702dec-0842-4fc2-ab17-530b99fc1c8e.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Terms of Use\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Privacy Policy\"})}),\". AtomicVest and its affiliates make no representations that materials on this site are appropriate for use in all locations, or that transactions, securities products, instruments, or services discussed on this website or those of its subsidiaries are available or appropriate for sale or use in all jurisdictions, or are suitable for all investors or counterparties. Those who access this website do so at their own initiative and are responsible for compliance with applicable laws and regulations.\"]}),/*#__PURE__*/_jsx(motion.p,{children:\"All screenshots provided are for illustrative purposes only and any performance figures displayed should not be considered representative of actual performance.\"})]}),variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"e084Msaz7\",X32oIeGZX:(_ref3=button!==null&&button!==void 0?button:props.X32oIeGZX)!==null&&_ref3!==void 0?_ref3:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,X32oIeGZX,Rqf8k9oCu,mfoQ6_ioA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e084Msaz7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const uAhEclqS6bt7a0o=activeVariantCallback(async(...args)=>{setVariant(\"xny4nlLWN\");});const uAhEclqS6t11ga8=activeVariantCallback(async(...args)=>{setVariant(\"e084Msaz7\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"xny4nlLWN\")return false;return true;};const isDisplayed1=value=>{if(baseVariant===\"xny4nlLWN\")return false;return value;};const isDisplayed2=()=>{if(baseVariant===\"xny4nlLWN\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1y336de\",className,classNames),\"data-framer-name\":\"Folded\",layoutDependency:layoutDependency,layoutId:\"e084Msaz7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-3ab8b6c3-c457-47df-8ba3-1325d55cda39, rgb(26, 35, 34))\",...style},...addPropertyOverrides({xny4nlLWN:{\"data-framer-name\":\"Unfolded\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Rqf8k9oCu,className:\"framer-111yzyv\",\"data-framer-name\":\"Preview disclosure\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"mDhiv5453\",style:{\"--extracted-14qxiz\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1iakedh\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1yfvjw7\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-2gxw0f\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-r6o4lv\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-ydz9fi\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\"},stylesPresetsClassNames:{a:\"framer-styles-preset-t5ykln\",blockquote:\"framer-styles-preset-t55ykk\",code:\"framer-styles-preset-1bbid15\",h1:\"framer-styles-preset-hxqq04\",h2:\"framer-styles-preset-ayrjac\",h3:\"framer-styles-preset-buicv3\",h4:\"framer-styles-preset-m23zmf\",h5:\"framer-styles-preset-itbob0\",h6:\"framer-styles-preset-rsgmed\",p:\"framer-styles-preset-anmip4\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(X32oIeGZX)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+588,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-42m94d-container\",\"data-framer-name\":\"View full\",layoutDependency:layoutDependency,layoutId:\"pV1xNYWXB-container\",name:\"View full\",children:/*#__PURE__*/_jsx(FooterNavItem,{height:\"100%\",id:\"pV1xNYWXB\",layoutId:\"pV1xNYWXB\",name:\"View full\",Q0n_gFqmK:\"Read Complete Disclosures\",uAhEclqS6:uAhEclqS6bt7a0o,variant:\"CWnVqgLMn\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:mfoQ6_ioA,className:\"framer-fyc6qw\",\"data-framer-name\":\"Full disclosure\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OQENoE4pu\",stylesPresetsClassNames:{a:\"framer-styles-preset-t5ykln\",blockquote:\"framer-styles-preset-t55ykk\",code:\"framer-styles-preset-1bbid15\",h1:\"framer-styles-preset-hxqq04\",h2:\"framer-styles-preset-ayrjac\",h3:\"framer-styles-preset-buicv3\",h4:\"framer-styles-preset-m23zmf\",h5:\"framer-styles-preset-itbob0\",h6:\"framer-styles-preset-rsgmed\",img:\"framer-styles-preset-lsw8jz\",p:\"framer-styles-preset-anmip4\"},variants:{xny4nlLWN:{\"--extracted-113ho3l\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-14qxiz\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-17k2bn3\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1a4feko\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1fa19q2\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1iakedh\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1izh0yt\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1jpqyj2\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1ma9td8\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1mfpkni\":\"rgb(0, 0, 0)\",\"--extracted-1s8lkzu\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1yfvjw7\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-1zyd8q\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-2gxw0f\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-8vgz36\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-e4g598\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-eekhpp\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-f9af1q\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-gdl3t7\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-httz1r\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-jdpha7\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-kya66u\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-r6o4lv\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-t2ptvp\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-t3qmyz\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-ud10sr\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-ydz9fi\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\",\"--extracted-yookrt\":\"var(--token-3ddda9c7-74e5-40cd-a634-431f06da4d97, rgba(255, 255, 255, 0.5))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xny4nlLWN:{fonts:[\"Inter\",\"Inter-Bold\"]}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({xny4nlLWN:{height:20,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+2412}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tqyu3w-container\",\"data-framer-name\":\"Collapse disclosure\",layoutDependency:layoutDependency,layoutId:\"YlPitrncA-container\",name:\"Collapse disclosure\",children:/*#__PURE__*/_jsx(FooterNavItem,{height:\"100%\",id:\"YlPitrncA\",layoutId:\"YlPitrncA\",name:\"Collapse disclosure\",Q0n_gFqmK:\"Collapse disclosures\",uAhEclqS6:uAhEclqS6t11ga8,variant:\"CWnVqgLMn\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a782A.framer-133ymxl, .framer-a782A .framer-133ymxl { display: block; }\",\".framer-a782A.framer-1y336de { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1008px; }\",\".framer-a782A .framer-111yzyv, .framer-a782A .framer-fyc6qw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a782A .framer-42m94d-container, .framer-a782A .framer-1tqyu3w-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a782A.framer-1y336de { gap: 0px; } .framer-a782A.framer-1y336de > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-a782A.framer-1y336de > :first-child { margin-top: 0px; } .framer-a782A.framer-1y336de > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 690\n * @framerIntrinsicWidth 1008\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xny4nlLWN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"X32oIeGZX\":\"button\",\"Rqf8k9oCu\":\"previewDisclosure\",\"mfoQ6_ioA\":\"fullDisclosure\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQUQscOwgZ=withCSS(Component,css,\"framer-a782A\");export default FramerQUQscOwgZ;FramerQUQscOwgZ.displayName=\"General Disclosure\";FramerQUQscOwgZ.defaultProps={height:690,width:1008};addPropertyControls(FramerQUQscOwgZ,{variant:{options:[\"e084Msaz7\",\"xny4nlLWN\"],optionTitles:[\"Folded\",\"Unfolded\"],title:\"Variant\",type:ControlType.Enum},X32oIeGZX:{defaultValue:true,title:\"Button\",type:ControlType.Boolean},Rqf8k9oCu:{defaultValue:'<p>AtomicVest, Inc. (\u201CAtomicVest\u201D) is a technology company that provides an integrated platform to companies who seek to work with Atomic Invest LLC (\u201CAtomic Invest\u201D), an SEC Registered Investment Adviser, and/or Atomic Brokerage LLC (\u201CAtomic Brokerage\u201D), a registered broker-dealer and member of <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.finra.org/#/&quot;,&quot;type&quot;:&quot;url&quot;}\">FINRA</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.sipc.org/&quot;,&quot;type&quot;:&quot;url&quot;}\">SIPC</a>. Atomic Invest and Atomic Brokerage are both subsidiaries of AtomicVest. AtomicVest is not involved in securities activities and is not registered with the SEC or FINRA. Technology services are provided by AtomicVest.</p><p>Neither Atomic Invest nor Atomic Brokerage, nor any of their affiliates is a bank.<strong> </strong>Investing involves risk, including the possible loss of principal. Before investing, consider your investment objectives and the fees and expenses charged.&nbsp;</p><p>For more information about Atomic Invest, please see the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://reports.adviserinfo.sec.gov/crs/crs_313255.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Form CRS</a>, <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://adviserinfo.sec.gov/firm/brochure/313255&quot;,&quot;type&quot;:&quot;url&quot;}\">Form ADV Part 2A</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.disclosures.e1dc8c5c-1742-453e-9157-51e09deee88b.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">General Disclosures</a>. For more information about Atomic Brokerage, please see the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://files.brokercheck.finra.org/crs_315263.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Form CRS</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.broker.disclosures.003464f3-f6bd-41c3-bbdf-7050e50b43a2.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">General Disclosures</a>. Check the background of Atomic Brokerage and its custodial and clearing providers on FINRA\u2019s <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://brokercheck.finra.org/&quot;,&quot;type&quot;:&quot;url&quot;}\">BrokerCheck</a>. Also see the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Atomic Privacy Policy</a>.</p><p><strong>Investments in securities: Not FDIC Insured - Not Bank Guaranteed - May Lose Value</strong></p><p>This website is intended to provide an overview of AtomicVest, is for general information purposes only, and is not intended to provide investment, accounting, tax, or legal advice. For information about the products and services offered by subsidiaries of AtomicVest, see the websites for <a data-framer-link=\"Link:{&quot;webPageId&quot;:&quot;tcxvd9f_A&quot;,&quot;type&quot;:&quot;webPage&quot;}\">Atomic Invest</a> and <a data-framer-link=\"Link:{&quot;webPageId&quot;:&quot;bKySGuQbo&quot;,&quot;type&quot;:&quot;webPage&quot;}\">Atomic Brokerage</a>. By using this website, you understand the information being presented is provided for informational purposes only and you agree to our <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.terms.53702dec-0842-4fc2-ab17-530b99fc1c8e.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Terms of Use</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Privacy Policy</a>. AtomicVest and its affiliates make no representations that materials on this site are appropriate for use in all locations, or that transactions, securities products, instruments, or services discussed on this website or those of its subsidiaries are available or appropriate for sale or use in all jurisdictions, or are suitable for all investors or counterparties. Those who access this website do so at their own initiative and are responsible for compliance with applicable laws and regulations.</p><p>All screenshots provided are for illustrative purposes only and any performance figures displayed should not be considered representative of actual performance.</p>',description:\"\",title:\"Preview Disclosure\",type:ControlType.RichText},mfoQ6_ioA:{defaultValue:'<p>AtomicVest, Inc. (\u201CAtomicVest\u201D) is a technology company that provides an integrated platform to companies who seek to work with Atomic Invest LLC (\u201CAtomic Invest\u201D), an SEC Registered Investment Adviser, and/or Atomic Brokerage LLC (\u201CAtomic Brokerage\u201D), a registered broker-dealer and member of <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.finra.org/#/&quot;,&quot;type&quot;:&quot;url&quot;}\">FINRA</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.sipc.org/&quot;,&quot;type&quot;:&quot;url&quot;}\">SIPC</a>. Atomic Invest and Atomic Brokerage are both subsidiaries of AtomicVest. AtomicVest is not involved in securities activities and is not registered with the SEC or FINRA. Technology services are provided by AtomicVest.</p><p>Neither Atomic Invest nor Atomic Brokerage, nor any of their affiliates is a bank.<strong> </strong>Investing involves risk, including the possible loss of principal. Before investing, consider your investment objectives and the fees and expenses charged.</p><p><strong>Investments in securities: Not FDIC Insured - Not Bank Guaranteed - May Lose Value</strong></p><p>Atomic Invest</p><p>Certain companies (\u201Cpartner firms\u201D) have an engagement with Atomic Invest to bring their customers the opportunity to open an investment advisory account. Investment advisory services are provided by Atomic Invest. Companies which are engaged by Atomic Invest receive compensation ranging from 0% to 0.85% annualized, payable monthly, based upon assets under management for each referred client who establishes an account with Atomic Invest (i.e., exact payment will differ). Atomic Invest also shares a percentage of compensation received from margin interest and free cash interest earned by customers with partner firms. Partner firms are not clients of Atomic Invest, but their engagement with Atomic Invest gives them an incentive to refer you to Atomic Invest instead of another investment adviser. This conflict of interest affects their ability to provide you with unbiased, objective information about the services of Atomic Invest. This could mean that the services of another investment adviser with whom they are not engaged could be more appropriate for you than Atomic Invest. Advisory services through Atomic Invest are designed to assist clients in achieving a favorable outcome in their investment portfolio. They are not intended to provide tax advice or financial planning with respect to every aspect of a client\u2019s financial situation and do not include investments that clients may hold outside of Atomic Invest. For more information about Atomic Invest, please see the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://reports.adviserinfo.sec.gov/crs/crs_313255.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Form CRS</a>, <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://adviserinfo.sec.gov/firm/brochure/313255&quot;,&quot;type&quot;:&quot;url&quot;}\">Form ADV Part 2A</a>, the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Privacy Policy</a>, and other disclosures.</p><p>Brokerage services for Atomic Invest are provided by Atomic Brokerage, an affiliate of Atomic Invest, or by Pershing Advisor Solutions LLC, an unaffiliated registered broker-dealer and member of <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.finra.org/#/&quot;,&quot;type&quot;:&quot;url&quot;}\">FINRA</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.sipc.org/&quot;,&quot;type&quot;:&quot;url&quot;}\">SIPC</a>. Due to the relationship between Atomic Brokerage and Atomic Invest, there is a conflict of interest due to Atomic Invest directing orders to Atomic Brokerage. For additional information regarding conflicts of interest, please see Items 5, 12 and 14 of Atomic Invest\u2019s <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://adviserinfo.sec.gov/firm/brochure/313255&quot;,&quot;type&quot;:&quot;url&quot;}\">Form ADV Part 2A</a>.</p><p>Atomic Brokerage</p><p>Certain companies (\u201CPartner Firms\u201D) have an engagement with Atomic Brokerage to bring you the opportunity to open a brokerage account. Brokerage services are typically provided by Atomic Brokerage to customers of partner firms. For more information about Atomic Brokerage, please see the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://files.brokercheck.finra.org/crs_315263.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Form CRS</a>, the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.broker.disclosures.003464f3-f6bd-41c3-bbdf-7050e50b43a2.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Atomic Brokerage General Disclosures</a>, and the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Privacy Policy</a>. Check the background of Atomic Brokerage and its custodial and clearing providers on FINRA\u2019s <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://brokercheck.finra.org/&quot;,&quot;type&quot;:&quot;url&quot;}\">BrokerCheck</a>. Regulatory fees, transaction fees, fund expenses, brokerage commissions and service fees, among other fees listed within the <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.broker.schedule-of-maximum-charges.b2e3bf5d-2caa-43fe-9f1e-7351f4638e3d.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Schedule of Maximum Charges</a>, may be charged to your brokerage account.</p><p>Stocks</p><p>The equity market can be volatile and fluctuate significantly in response to events pertaining to individual companies, industries, geopolitical unrest, regulatory matters, market events, and/or economic developments, among other unforeseen events. In addition to the aforementioned risks, foreign (non-U.S.) equity securities are subject to interest rate, currency exchange rate, economic, and geopolitical risks, among other unforeseen risks. Investing in domestic or international equities involves risks, including the potential loss of principal.</p><p>Fixed Income Securities<br>In general, the bond market is volatile, and fixed income securities carry interest rate risk. As interest rates rise, bond prices typically fall, and vice versa. This effect can be more pronounced for longer-term securities. Fixed income securities also carry inflation risk, liquidity risk, call risk, and credit and default risks for both issuers and counterparties.</p><p>The value of Treasury securities (\u201CTreasuries\u201D) fluctuate and you may receive more or less than your original investment if sold prior to maturity. Treasuries are subject to price change, yield change and availability or liquidity constraints. Although Treasuries are considered safer than many other financial instruments, you could lose all or part of your investment. Treasuries carry a variety of risks, including credit risk, interest rate risk, and liquidity risk. Income earned by U.S. persons on U.S. Treasuries are typically exempt from state and local taxes, but taxable by the federal government.</p><p>Mutual Funds and Exchange-Traded Funds</p><p>Before investing in any mutual fund or exchange-traded fund (ETF), you should consider its investment objectives, risks, charges, and expenses, and review the prospectus carefully. You may obtain the prospectus on the issuer\u2019s website or by contacting Atomic Invest or Atomic Brokerage.</p><p>An investment in a money market fund is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other governmental agency. Although a money market fund seeks to preserve the value of your investment at $1.00 per share, it is possible to lose money by investing in a money market fund. Yields fluctuate and past performance is no guarantee of future results.</p><p>Cash Sweep Programs</p><p><strong>Atomic Cash Sweep Program. </strong>The Atomic Cash Sweep Program is offered through the brokerage account provided by Atomic Brokerage, in which cash is swept into unaffiliated bank deposit accounts opened for you by, and in the name of, Atomic as agent/custodian. You are able to have up to $2,500,000 ($250,000 per depositor, per insured bank for each account) Federal Deposit Insurance Corporation (FDIC) insurance for deposits in your Atomic Brokerage account when those funds are deposited into all ten unaffiliated bank deposit accounts in the Atomic Cash Sweep Program (subject to coverage limits and eligibility requirements). <strong>You should not expect cash in your account solely for the purpose of accessing the Cash Sweep to be protected by SIPC or FDIC insurance, and cash is only protected by FDIC insurance (subject to coverage limits and eligibility requirements) once deposited by Atomic in the unaffiliated bank deposit accounts. </strong>For more information on FDIC insurance please visit <a data-framer-link=\"Link:{&quot;url&quot;:&quot;http://www.fdic.gov/&quot;,&quot;type&quot;:&quot;url&quot;}\">www.FDIC.gov</a>. For details about the Atomic Cash Sweep Program, see<a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://urldefense.com/v3/__https:/legal.atomicvest.com/usa.broker.sweep-terms-and-conditions.68e22843-5855-452c-9399-4e6092db7344.pdf__;!!DuJIhUBmA6S-!F7Yg1FfgMmOSywVfoi_snZBqvKZu8Pa3yVzQUf1w8KGTAWLv36NHvjBefoTg5aFNxkzHUQ-X9GMZ-yINgZHzoI3-hJnKRA$&quot;,&quot;type&quot;:&quot;url&quot;}\"> the Terms &amp; Conditions</a>.</p><p><strong>Pershing Cash Sweep Program. </strong>Atomic Brokerage offers a cash sweep program through a clearing relationship with Pershing LLC (\u201CPershing\u201D). The Cash Sweep Program is administered by Pershing. Deposits at each Program Bank are insured by the FDIC up to $250,000 for each insurable capacity. Based on eligibility criteria, the two FDIC-insured programs (\u201CBank Deposit Programs\u201D) offered are 1) <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.dreyfus.com/sitelets/insured-deposits/dreyfus-insured-deposit-program-i-didi.html&quot;,&quot;type&quot;:&quot;url&quot;}\">Dreyfus Insured Deposits (DIDI)</a> and 2) <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://www.pershing.com/us/en/rates.html&quot;,&quot;type&quot;:&quot;url&quot;}\">Liquid Insured Deposits</a>. Funds deposited into each sweep program, in aggregate, are eligible for up to $2,500,000 of FDIC insurance. Funds in transit to or from Program Banks are generally not FDIC-insured. For more information on FDIC insurance please visit <a data-framer-link=\"Link:{&quot;url&quot;:&quot;http://www.fdic.gov/&quot;,&quot;type&quot;:&quot;url&quot;}\">www.FDIC.gov</a>. Deposits held in Program Banks are not protected by SIPC.</p><p>Tax-Advantaged Accounts</p><p><strong>529 plans. </strong>529 plans are tax-advantaged qualified tuition program accounts designed to help save for qualified education expenses. Before investing, carefully review the 529 Plan Disclosure Document for complete details on investment objectives, risks, fees, charges, and expenses, as well as for more information about municipal fund securities and the underlying investment companies.</p><p><strong>Retirement accounts.</strong> Annual contribution limits are set by the IRS and may change yearly. Eligibility for the amount of contributions and the accounts to which such amounts may be made depend upon an individual\u2019s age and income. Contributions may be tax-deductible or after-tax, depending on the account type selected. For more details about a specific retirement account, refer to the plan documents. Be sure to consider all your available options and the applicable fees and features of each one before transferring your retirement assets or establishing a retirement account.</p><p>Fractional Shares</p><p>Fractional shares cannot be transferred to another broker. If you transfer your account, fractional positions will be liquidated, which may have tax consequences and result in commission charges. You will not have voting rights for fractional shares and cannot make voluntary elections on corporate actions (e.g., tender offers, rights offerings) for fractional positions.</p><p>This website is intended to provide an overview of AtomicVest, is for general information purposes only, and is not intended to provide investment, accounting, tax, or legal advice. For information about the products and services offered by subsidiaries of AtomicVest, see the websites for <a data-framer-link=\"Link:{&quot;webPageId&quot;:&quot;tcxvd9f_A&quot;,&quot;type&quot;:&quot;webPage&quot;}\">Atomic Invest</a> and <a data-framer-link=\"Link:{&quot;webPageId&quot;:&quot;bKySGuQbo&quot;,&quot;type&quot;:&quot;webPage&quot;}\">Atomic Brokerage</a>. By using this website, you understand the information being presented is provided for informational purposes only and you agree to our <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.terms.53702dec-0842-4fc2-ab17-530b99fc1c8e.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Terms of Use</a> and <a data-framer-link=\"Link:{&quot;url&quot;:&quot;https://legal.atomicvest.com/usa.privacy.de3d0277-78f7-4741-9e9f-755f6b4f03ba.pdf&quot;,&quot;type&quot;:&quot;url&quot;}\">Privacy Policy</a>. AtomicVest and its affiliates make no representations that materials on this site are appropriate for use in all locations, or that transactions, securities products, instruments, or services discussed on this website or those of its subsidiaries are available or appropriate for sale or use in all jurisdictions, or are suitable for all investors or counterparties. Those who access this website do so at their own initiative and are responsible for compliance with applicable laws and regulations.</p><p>All screenshots provided are for illustrative purposes only and any performance figures displayed should not be considered representative of actual performance.</p>',title:\"Full Disclosure \",type:ControlType.RichText}});addFonts(FramerQUQscOwgZ,[{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\"}]},...FooterNavItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQUQscOwgZ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xny4nlLWN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1008\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"X32oIeGZX\\\":\\\"button\\\",\\\"Rqf8k9oCu\\\":\\\"previewDisclosure\\\",\\\"mfoQ6_ioA\\\":\\\"fullDisclosure\\\"}\",\"framerIntrinsicHeight\":\"690\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QUQscOwgZ.map"],
  "mappings": "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",
  "names": ["t", "r", "h", "c", "e", "i", "a", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "l", "raf", "time", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Q0n_gFqmK", "NTOnIbDOf", "uAhEclqS6", "JzvcOuD__FWoRjh02q", "GY5rHEk7nFWoRjh02q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17ir3re", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "css", "FramerO2jsJesvP", "withCSS", "O2jsJesvP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FooterNavItemFonts", "getFonts", "O2jsJesvP_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "button", "fullDisclosure", "height", "id", "previewDisclosure", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "u", "x", "motion", "Link", "createLayoutDependency", "Variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "X32oIeGZX", "Rqf8k9oCu", "mfoQ6_ioA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "uAhEclqS6bt7a0o", "args", "uAhEclqS6t11ga8", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "ComponentViewportProvider", "css", "FramerQUQscOwgZ", "withCSS", "QUQscOwgZ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
