{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/5hCj5aqz259Cc22vd8sH/SmoothScroll_Prod.js", "ssg:https://ga.jspm.io/npm:@rive-app/canvas@2.26.2/rive.js", "ssg:https://ga.jspm.io/npm:@rive-app/react-canvas@4.18.1/dist/index.js", "ssg:https://framerusercontent.com/modules/zIrRZoIgteGH4KvNSVbF/0fq7lD8yeBknaxdZUvlU/Rive_v5.js", "ssg:https://framerusercontent.com/modules/NjNNlKm910RCxNbOO5v7/Hkon8ZdoRYIhILJ5U9Ud/A9u7VFHBg.js", "ssg:https://framerusercontent.com/modules/IU9kn2ZmIBFHINGUaUf7/lQmcuRuYyf4SbEk91cIV/B8glwgoh2.js", "ssg:https://framerusercontent.com/modules/PigrAc6w1ywjGblYu3UF/lgGm9Vfvc8LH0DSLF3Np/tXnbjCQS1.js", "ssg:https://framerusercontent.com/modules/63sdIQGvtT1hcXIMdPH7/B3A282axpl6DdNlua1lX/augiA20Il.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);// Fix the Anchor link\nuseEffect(()=>{const anchorLinks=[...document.querySelectorAll(\"a[href]\")];const handleClick=(e,href)=>{e.preventDefault();lenis.current.scrollTo(href);};anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.addEventListener(\"click\",e=>handleClick(e,href));});return()=>{anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{a.removeEventListener(\"click\",handleClick);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://framer.university?utm_source=component).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "var t=typeof globalThis!==\"undefined\"?globalThis:typeof self!==\"undefined\"?self:global;var i={};(function webpackUniversalModuleDefinition(t,o){i=o()})(0,(()=>(()=>{var i=[,(i,o,s)=>{s.r(o);s.d(o,{default:()=>v});var h=(()=>{var i=typeof document!==\"undefined\"&&document.currentScript?document.currentScript.src:void 0;return function(o={}){var s,h,v=o;v.ready=new Promise(((t,i)=>{s=t;h=i}));function fa(){function a(t){const v=s;o=i=0;s=new Map;v.forEach((i=>{try{i(t)}catch(t){console.error(t)}}));this.ob();h&&h.Tb()}let i=0,o=0,s=new Map,h=null,v=null;(this||t).requestAnimationFrame=function(h){i||(i=requestAnimationFrame(a.bind(this||t)));const v=++o;s.set(v,h);return v};(this||t).cancelAnimationFrame=function(t){s.delete(t);i&&0==s.size&&(cancelAnimationFrame(i),i=0)};(this||t).Rb=function(i){v&&(document.body.remove(v),v=null);i||(v=document.createElement(\"div\"),v.style.backgroundColor=\"black\",v.style.position=\"fixed\",v.style.right=0,v.style.top=0,v.style.color=\"white\",v.style.padding=\"4px\",v.innerHTML=\"RIVE FPS\",i=function(t){v.innerHTML=\"RIVE FPS \"+t.toFixed(1)},document.body.appendChild(v));h=new function(){let o=0,s=0;(this||t).Tb=function(){var t=performance.now();s?(++o,t-=s,1e3<t&&(i(1e3*o/t),o=s=0)):(s=t,o=0)}}};(this||t).Ob=function(){v&&(document.body.remove(v),v=null);h=null};(this||t).ob=function(){}}function ha(i){console.assert(!0);const o=new Map;let s=-Infinity;(this||t).push=function(t){t=t+((1<<i)-1)>>i;o.has(t)&&clearTimeout(o.get(t));o.set(t,setTimeout((function(){o.delete(t);0==o.length?s=-Infinity:t==s&&(s=Math.max(...o.keys()),console.assert(s<t))}),1e3));s=Math.max(t,s);return s<<i}}const m=v.onRuntimeInitialized;v.onRuntimeInitialized=function(){m&&m();let i=v.decodeAudio;v.decodeAudio=function(t,o){t=i(t);o(t)};let o=v.decodeFont;v.decodeFont=function(t,i){t=o(t);i(t)};const s=v.FileAssetLoader;v.ptrToAsset=t=>{let i=v.ptrToFileAsset(t);return i.isImage?v.ptrToImageAsset(t):i.isFont?v.ptrToFontAsset(t):i.isAudio?v.ptrToAudioAsset(t):i};v.CustomFileAssetLoader=s.extend(\"CustomFileAssetLoader\",{__construct:function({loadContents:i}){(this||t).__parent.__construct.call(this||t);(this||t).Gb=i},loadContents:function(t,i){t=v.ptrToAsset(t);return this.Gb(t,i)}});v.CDNFileAssetLoader=s.extend(\"CDNFileAssetLoader\",{__construct:function(){(this||t).__parent.__construct.call(this||t)},loadContents:function(t){let i=v.ptrToAsset(t);t=i.cdnUuid;if(\"\"===t)return!1;(function(t,i){var o=new XMLHttpRequest;o.responseType=\"arraybuffer\";o.onreadystatechange=function(){4==o.readyState&&200==o.status&&i(o)};o.open(\"GET\",t,!0);o.send(null)})(i.cdnBaseUrl+\"/\"+t,(t=>{i.decode(new Uint8Array(t.response))}));return!0}});v.FallbackFileAssetLoader=s.extend(\"FallbackFileAssetLoader\",{__construct:function(){(this||t).__parent.__construct.call(this||t);(this||t).kb=[]},addLoader:function(i){(this||t).kb.push(i)},loadContents:function(i,o){for(let s of(this||t).kb)if(s.loadContents(i,o))return!0;return!1}});let h=v.computeAlignment;v.computeAlignment=function(i,o,s,v,m=1){return h.call(this||t,i,o,s,v,m)}};const y=\"createConicGradient createImageData createLinearGradient createPattern createRadialGradient getContextAttributes getImageData getLineDash getTransform isContextLost isPointInPath isPointInStroke measureText\".split(\" \"),w=new function(){function a(){if(!i){var t=document.createElement(\"canvas\"),m={alpha:1,depth:0,stencil:0,antialias:0,premultipliedAlpha:1,preserveDrawingBuffer:0,powerPreference:\"high-performance\",failIfMajorPerformanceCaveat:0,enableExtensionsByDefault:1,explicitSwapControl:1,renderViaOffscreenBackBuffer:1};let y;if(/iPhone|iPad|iPod/i.test(navigator.userAgent)){if(y=t.getContext(\"webgl\",m),o=1,!y)return console.log(\"No WebGL support. Image mesh will not be drawn.\"),!1}else if(y=t.getContext(\"webgl2\",m))o=2;else{if(!(y=t.getContext(\"webgl\",m)))return console.log(\"No WebGL support. Image mesh will not be drawn.\"),!1;o=1}y=new Proxy(y,{get(t,i){return t.isContextLost()?(w||(console.error(\"Cannot render the mesh because the GL Context was lost. Tried to invoke \",i),w=!0),\"function\"===typeof t[i]?function(){}:void 0):\"function\"===typeof t[i]?function(...o){return t[i].apply(t,o)}:t[i]},set(t,i,o){if(!t.isContextLost())return t[i]=o,!0;w||(console.error(\"Cannot render the mesh because the GL Context was lost. Tried to set property \"+i),w=!0)}});s=Math.min(y.getParameter(y.MAX_RENDERBUFFER_SIZE),y.getParameter(y.MAX_TEXTURE_SIZE));function B(t,i,o){i=y.createShader(i);y.shaderSource(i,o);y.compileShader(i);o=y.getShaderInfoLog(i);if(0<(o||\"\").length)throw o;y.attachShader(t,i)}t=y.createProgram();B(t,y.VERTEX_SHADER,\"attribute vec2 vertex;\\n                attribute vec2 uv;\\n                uniform vec4 mat;\\n                uniform vec2 translate;\\n                varying vec2 st;\\n                void main() {\\n                    st = uv;\\n                    gl_Position = vec4(mat2(mat) * vertex + translate, 0, 1);\\n                }\");B(t,y.FRAGMENT_SHADER,\"precision highp float;\\n                uniform sampler2D image;\\n                varying vec2 st;\\n                void main() {\\n                    gl_FragColor = texture2D(image, st);\\n                }\");y.bindAttribLocation(t,0,\"vertex\");y.bindAttribLocation(t,1,\"uv\");y.linkProgram(t);m=y.getProgramInfoLog(t);if(0<(m||\"\").trim().length)throw m;h=y.getUniformLocation(t,\"mat\");v=y.getUniformLocation(t,\"translate\");y.useProgram(t);y.bindBuffer(y.ARRAY_BUFFER,y.createBuffer());y.enableVertexAttribArray(0);y.enableVertexAttribArray(1);y.bindBuffer(y.ELEMENT_ARRAY_BUFFER,y.createBuffer());y.uniform1i(y.getUniformLocation(t,\"image\"),0);y.pixelStorei(y.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);i=y}return!0}let i=null,o=0,s=0,h=null,v=null,m=0,y=0,w=!1;a();(this||t).hc=function(){a();return s};(this||t).Mb=function(t){i.deleteTexture&&i.deleteTexture(t)};(this||t).Lb=function(t){if(!a())return null;const s=i.createTexture();if(!s)return null;i.bindTexture(i.TEXTURE_2D,s);i.texImage2D(i.TEXTURE_2D,0,i.RGBA,i.RGBA,i.UNSIGNED_BYTE,t);i.texParameteri(i.TEXTURE_2D,i.TEXTURE_WRAP_S,i.CLAMP_TO_EDGE);i.texParameteri(i.TEXTURE_2D,i.TEXTURE_WRAP_T,i.CLAMP_TO_EDGE);i.texParameteri(i.TEXTURE_2D,i.TEXTURE_MAG_FILTER,i.LINEAR);2==o?(i.texParameteri(i.TEXTURE_2D,i.TEXTURE_MIN_FILTER,i.LINEAR_MIPMAP_LINEAR),i.generateMipmap(i.TEXTURE_2D)):i.texParameteri(i.TEXTURE_2D,i.TEXTURE_MIN_FILTER,i.LINEAR);return s};const _=new ha(8),A=new ha(8),R=new ha(10),C=new ha(10);(this||t).Qb=function(t,o,s,w,E){if(a()){var L=_.push(t),T=A.push(o);if(i.canvas){i.canvas.width==L&&i.canvas.height==T||(i.canvas.width=L,i.canvas.height=T);i.viewport(0,T-o,t,o);i.disable(i.SCISSOR_TEST);i.clearColor(0,0,0,0);i.clear(i.COLOR_BUFFER_BIT);i.enable(i.SCISSOR_TEST);s.sort(((t,i)=>i.wb-t.wb));L=R.push(w);m!=L&&(i.bufferData(i.ARRAY_BUFFER,8*L,i.DYNAMIC_DRAW),m=L);L=0;for(var P of s)i.bufferSubData(i.ARRAY_BUFFER,L,P.Ta),L+=4*P.Ta.length;console.assert(L==4*w);for(var M of s)i.bufferSubData(i.ARRAY_BUFFER,L,M.Db),L+=4*M.Db.length;console.assert(L==8*w);L=C.push(E);y!=L&&(i.bufferData(i.ELEMENT_ARRAY_BUFFER,2*L,i.DYNAMIC_DRAW),y=L);P=0;for(var F of s)i.bufferSubData(i.ELEMENT_ARRAY_BUFFER,P,F.indices),P+=2*F.indices.length;console.assert(P==2*E);F=0;M=!0;L=P=0;for(const m of s){m.image.Ka!=F&&(i.bindTexture(i.TEXTURE_2D,m.image.Ja||null),F=m.image.Ka);m.mc?(i.scissor(m.Ya,T-m.Za-m.jb,m.Ac,m.jb),M=!0):M&&(i.scissor(0,T-o,t,o),M=!1);s=2/t;const y=-2/o;i.uniform4f(h,m.ha[0]*s*m.Ba,m.ha[1]*y*m.Ca,m.ha[2]*s*m.Ba,m.ha[3]*y*m.Ca);i.uniform2f(v,m.ha[4]*s*m.Ba+s*(m.Ya-m.ic*m.Ba)-1,m.ha[5]*y*m.Ca+y*(m.Za-m.jc*m.Ca)+1);i.vertexAttribPointer(0,2,i.FLOAT,!1,0,L);i.vertexAttribPointer(1,2,i.FLOAT,!1,0,L+4*w);i.drawElements(i.TRIANGLES,m.indices.length,i.UNSIGNED_SHORT,P);L+=4*m.Ta.length;P+=2*m.indices.length}console.assert(L==4*w);console.assert(P==2*E)}}};(this||t).canvas=function(){return a()&&i.canvas}},_=v.onRuntimeInitialized;v.onRuntimeInitialized=function(){function a(t){switch(t){case R.srcOver:return\"source-over\";case R.screen:return\"screen\";case R.overlay:return\"overlay\";case R.darken:return\"darken\";case R.lighten:return\"lighten\";case R.colorDodge:return\"color-dodge\";case R.colorBurn:return\"color-burn\";case R.hardLight:return\"hard-light\";case R.softLight:return\"soft-light\";case R.difference:return\"difference\";case R.exclusion:return\"exclusion\";case R.multiply:return\"multiply\";case R.hue:return\"hue\";case R.saturation:return\"saturation\";case R.color:return\"color\";case R.luminosity:return\"luminosity\"}}function b(t){return\"rgba(\"+((16711680&t)>>>16)+\",\"+((65280&t)>>>8)+\",\"+((255&t)>>>0)+\",\"+((4278190080&t)>>>24)/255+\")\"}function c(){0<O.length&&(w.Qb(j.drawWidth(),j.drawHeight(),O,I,k),O=[],k=I=0,j.reset(512,512));for(const t of x){for(const i of t.H)i();t.H=[]}x.clear()}_&&_();var i=v.RenderPaintStyle;const o=v.RenderPath,s=v.RenderPaint,h=v.Renderer,m=v.StrokeCap,A=v.StrokeJoin,R=v.BlendMode,C=i.fill,E=i.stroke,L=v.FillRule.evenOdd;let T=1;var P=v.RenderImage.extend(\"CanvasRenderImage\",{__construct:function({la:i,xa:o}={}){(this||t).__parent.__construct.call(this||t);(this||t).Ka=T;T=T+1&2147483647||1;(this||t).la=i;(this||t).xa=o},__destruct:function(){(this||t).Ja&&(w.Mb((this||t).Ja),URL.revokeObjectURL((this||t).Wa));(this||t).__parent.__destruct.call(this||t)},decode:function(i){var o=this||t;o.xa&&o.xa(o);var s=new Image;o.Wa=URL.createObjectURL(new Blob([i],{type:\"image/png\"}));s.onload=function(){o.Fb=s;o.Ja=w.Lb(s);o.size(s.width,s.height);o.la&&o.la(o)};s.src=o.Wa}}),M=o.extend(\"CanvasRenderPath\",{__construct:function(){(this||t).__parent.__construct.call(this||t);(this||t).T=new Path2D},rewind:function(){(this||t).T=new Path2D},addPath:function(i,o,s,h,v,m,y){var w=(this||t).T,_=w.addPath;i=i.T;const A=new DOMMatrix;A.a=o;A.b=s;A.c=h;A.d=v;A.e=m;A.f=y;_.call(w,i,A)},fillRule:function(i){(this||t).Va=i},moveTo:function(i,o){(this||t).T.moveTo(i,o)},lineTo:function(i,o){(this||t).T.lineTo(i,o)},cubicTo:function(i,o,s,h,v,m){(this||t).T.bezierCurveTo(i,o,s,h,v,m)},close:function(){(this||t).T.closePath()}}),F=s.extend(\"CanvasRenderPaint\",{color:function(i){(this||t).Xa=b(i)},thickness:function(i){(this||t).Ib=i},join:function(i){switch(i){case A.miter:(this||t).Ia=\"miter\";break;case A.round:(this||t).Ia=\"round\";break;case A.bevel:(this||t).Ia=\"bevel\"}},cap:function(i){switch(i){case m.butt:(this||t).Ha=\"butt\";break;case m.round:(this||t).Ha=\"round\";break;case m.square:(this||t).Ha=\"square\"}},style:function(i){(this||t).Hb=i},blendMode:function(i){(this||t).Eb=a(i)},clearGradient:function(){(this||t).ja=null},linearGradient:function(i,o,s,h){(this||t).ja={yb:i,zb:o,bb:s,cb:h,Ra:[]}},radialGradient:function(i,o,s,h){(this||t).ja={yb:i,zb:o,bb:s,cb:h,Ra:[],ec:!0}},addStop:function(i,o){(this||t).ja.Ra.push({color:i,stop:o})},completeGradient:function(){},draw:function(i,o,s){let h=(this||t).Hb;var v=(this||t).Xa,m=(this||t).ja;i.globalCompositeOperation=(this||t).Eb;if(null!=m){v=m.yb;var y=m.zb;const o=m.bb;var w=m.cb;const s=m.Ra;m.ec?(m=o-v,w-=y,v=i.createRadialGradient(v,y,0,v,y,Math.sqrt(m*m+w*w))):v=i.createLinearGradient(v,y,o,w);for(let t=0,i=s.length;t<i;t++)y=s[t],v.addColorStop(y.stop,b(y.color));(this||t).Xa=v;(this||t).ja=null}switch(h){case E:i.strokeStyle=v;i.lineWidth=(this||t).Ib;i.lineCap=(this||t).Ha;i.lineJoin=(this||t).Ia;i.stroke(o);break;case C:i.fillStyle=v,i.fill(o,s)}}});const x=new Set;let j=null,O=[],I=0,k=0;var D=v.CanvasRenderer=h.extend(\"Renderer\",{__construct:function(i){(this||t).__parent.__construct.call(this||t);(this||t).S=[1,0,0,1,0,0];(this||t).C=i.getContext(\"2d\");(this||t).Ua=i;(this||t).H=[]},save:function(){(this||t).S.push(...(this||t).S.slice((this||t).S.length-6));(this||t).H.push((this||t).C.save.bind((this||t).C))},restore:function(){const i=(this||t).S.length-6;if(6>i)throw\"restore() called without matching save().\";(this||t).S.splice(i);(this||t).H.push((this||t).C.restore.bind((this||t).C))},transform:function(i,o,s,h,v,m){const y=(this||t).S,w=y.length-6;y.splice(w,6,y[w]*i+y[w+2]*o,y[w+1]*i+y[w+3]*o,y[w]*s+y[w+2]*h,y[w+1]*s+y[w+3]*h,y[w]*v+y[w+2]*m+y[w+4],y[w+1]*v+y[w+3]*m+y[w+5]);(this||t).H.push((this||t).C.transform.bind((this||t).C,i,o,s,h,v,m))},rotate:function(t){const i=Math.sin(t);t=Math.cos(t);this.transform(t,i,-i,t,0,0)},_drawPath:function(i,o){(this||t).H.push(o.draw.bind(o,(this||t).C,i.T,i.Va===L?\"evenodd\":\"nonzero\"))},_drawRiveImage:function(i,o,s){var h=i.Fb;if(h){var v=(this||t).C,m=a(o);(this||t).H.push((function(){v.globalCompositeOperation=m;v.globalAlpha=s;v.drawImage(h,0,0);v.globalAlpha=1}))}},_getMatrix:function(i){const o=(this||t).S,s=o.length-6;for(let t=0;6>t;++t)i[t]=o[s+t]},_drawImageMesh:function(i,o,s,h,m,y,_,A,R,C){var E=(this||t).C.canvas.width,L=(this||t).C.canvas.height;const T=R-_,P=C-A;_=Math.max(_,0);A=Math.max(A,0);R=Math.min(R,E);C=Math.min(C,L);const M=R-_,F=C-A;console.assert(M<=Math.min(T,E));console.assert(F<=Math.min(P,L));if(!(0>=M||0>=F)){R=M<T||F<P;E=C=1;var D=Math.ceil(M*C),U=Math.ceil(F*E);L=w.hc();D>L&&(C*=L/D,D=L);U>L&&(E*=L/U,U=L);j||(j=new v.DynamicRectanizer(L),j.reset(512,512));L=j.addRect(D,U);0>L&&(c(),x.add(this||t),L=j.addRect(D,U),console.assert(0<=L));var N=L&65535,$=L>>16;O.push({ha:(this||t).S.slice((this||t).S.length-6),image:i,Ya:N,Za:$,ic:_,jc:A,Ac:D,jb:U,Ba:C,Ca:E,Ta:new Float32Array(h),Db:new Float32Array(m),indices:new Uint16Array(y),mc:R,wb:i.Ka<<1|(R?1:0)});I+=h.length;k+=y.length;var z=(this||t).C,X=a(o);(this||t).H.push((function(){z.save();z.resetTransform();z.globalCompositeOperation=X;z.globalAlpha=s;const t=w.canvas();t&&z.drawImage(t,N,$,D,U,_,A,M,F);z.restore()}))}},_clipPath:function(i){(this||t).H.push((this||t).C.clip.bind((this||t).C,i.T,i.Va===L?\"evenodd\":\"nonzero\"))},clear:function(){x.add(this||t);(this||t).H.push((this||t).C.clearRect.bind((this||t).C,0,0,(this||t).Ua.width,(this||t).Ua.height))},flush:function(){},translate:function(t,i){this.transform(1,0,0,1,t,i)}});v.makeRenderer=function(t){const i=new D(t),o=i.C;return new Proxy(i,{get(t,s){if(\"function\"===typeof t[s])return function(...i){return t[s].apply(t,i)};if(\"function\"===typeof o[s]){if(-1<y.indexOf(s))throw Error(\"RiveException: Method call to '\"+s+\"()' is not allowed, as the renderer cannot immediately pass through the return                 values of any canvas 2d context methods.\");return function(...t){i.H.push(o[s].bind(o,...t))}}return t[s]},set(t,s,h){if(s in o)return i.H.push((()=>{o[s]=h})),!0}})};v.decodeImage=function(t,i){new P({la:i}).decode(t)};v.renderFactory={makeRenderPaint:function(){return new F},makeRenderPath:function(){return new M},makeRenderImage:function(){let t=N;return new P({xa:()=>{t.total++},la:()=>{t.loaded++;if(t.loaded===t.total){const i=t.ready;i&&(i(),t.ready=null)}}})}};let U=v.load,N=null;v.load=function(t,i,o=!0){const s=new v.FallbackFileAssetLoader;void 0!==i&&s.addLoader(i);o&&(i=new v.CDNFileAssetLoader,s.addLoader(i));return new Promise((function(i){let o=null;N={total:0,loaded:0,ready:function(){i(o)}};o=U(t,s);0==N.total&&i(o)}))};let $=v.RendererWrapper.prototype.align;v.RendererWrapper.prototype.align=function(i,o,s,h,v=1){$.call(this||t,i,o,s,h,v)};i=new fa;v.requestAnimationFrame=i.requestAnimationFrame.bind(i);v.cancelAnimationFrame=i.cancelAnimationFrame.bind(i);v.enableFPSCounter=i.Rb.bind(i);v.disableFPSCounter=i.Ob;i.ob=c;v.resolveAnimationFrame=c;v.cleanup=function(){j&&j.delete()}};var A,R,C=Object.assign({},v),E=\"./this.program\",L=\"object\"==typeof window,T=\"function\"==typeof importScripts,P=\"\";(L||T)&&(T?P=self.location.href:\"undefined\"!=typeof document&&document.currentScript&&(P=document.currentScript.src),i&&(P=i),P=0!==P.indexOf(\"blob:\")?P.substr(0,P.replace(/[?#].*/,\"\").lastIndexOf(\"/\")+1):\"\",T&&(R=t=>{var i=new XMLHttpRequest;i.open(\"GET\",t,!1);i.responseType=\"arraybuffer\";i.send(null);return new Uint8Array(i.response)}),A=(t,i,o)=>{var s=new XMLHttpRequest;s.open(\"GET\",t,!0);s.responseType=\"arraybuffer\";s.onload=()=>{200==s.status||0==s.status&&s.response?i(s.response):o()};s.onerror=o;s.send(null)});var M=v.print||console.log.bind(console),F=v.printErr||console.error.bind(console);Object.assign(v,C);C=null;v.thisProgram&&(E=v.thisProgram);var x;v.wasmBinary&&(x=v.wasmBinary);v.noExitRuntime;\"object\"!=typeof WebAssembly&&Aa(\"no native wasm support detected\");var j,O,I,k,D,U,N,$,z,X,H=!1;function Ja(){var t=j.buffer;v.HEAP8=I=new Int8Array(t);v.HEAP16=D=new Int16Array(t);v.HEAP32=N=new Int32Array(t);v.HEAPU8=k=new Uint8Array(t);v.HEAPU16=U=new Uint16Array(t);v.HEAPU32=$=new Uint32Array(t);v.HEAPF32=z=new Float32Array(t);v.HEAPF64=X=new Float64Array(t)}var G,q=[],J=[],K=[];function Oa(){var t=v.preRun.shift();q.unshift(t)}var Q=0,ee=null,te=null;function Aa(t){v.onAbort&&v.onAbort(t);t=\"Aborted(\"+t+\")\";F(t);H=!0;t=new WebAssembly.RuntimeError(t+\". Build with -sASSERTIONS for more info.\");h(t);throw t}function Sa(t){return t.startsWith(\"data:application/octet-stream;base64,\")}var ne;ne=\"canvas_advanced.wasm\";if(!Sa(ne)){var re=ne;ne=v.locateFile?v.locateFile(re,P):P+re}function Va(t){if(t==ne&&x)return new Uint8Array(x);if(R)return R(t);throw\"both async and sync fetching of the wasm failed\"}function Wa(t){if(!x&&(L||T)){if(\"function\"==typeof fetch&&!t.startsWith(\"file://\"))return fetch(t,{credentials:\"same-origin\"}).then((i=>{if(!i.ok)throw\"failed to load wasm binary file at '\"+t+\"'\";return i.arrayBuffer()})).catch((()=>Va(t)));if(A)return new Promise(((i,o)=>{A(t,(t=>i(new Uint8Array(t))),o)}))}return Promise.resolve().then((()=>Va(t)))}function Xa(t,i,o){return Wa(t).then((t=>WebAssembly.instantiate(t,i))).then((t=>t)).then(o,(t=>{F(\"failed to asynchronously prepare wasm: \"+t);Aa(t)}))}function Ya(t,i){var o=ne;return x||\"function\"!=typeof WebAssembly.instantiateStreaming||Sa(o)||o.startsWith(\"file://\")||\"function\"!=typeof fetch?Xa(o,t,i):fetch(o,{credentials:\"same-origin\"}).then((s=>WebAssembly.instantiateStreaming(s,t).then(i,(function(s){F(\"wasm streaming compile failed: \"+s);F(\"falling back to ArrayBuffer instantiation\");return Xa(o,t,i)}))))}var ie,ae,oe={447324:(t,i,o,s,h)=>{if(\"undefined\"===typeof window||void 0===(window.AudioContext||window.webkitAudioContext))return 0;if(\"undefined\"===typeof window.h){window.h={Aa:0};window.h.I={};window.h.I.ya=t;window.h.I.capture=i;window.h.I.La=o;window.h.ga={};window.h.ga.stopped=s;window.h.ga.xb=h;let v=window.h;v.D=[];v.yc=function(t){for(var i=0;i<v.D.length;++i)if(null==v.D[i])return v.D[i]=t,i;v.D.push(t);return v.D.length-1};v.Cb=function(t){for(v.D[t]=null;0<v.D.length;){if(null!=v.D[v.D.length-1])break;v.D.pop()}};v.Sc=function(t){for(var i=0;i<v.D.length;++i)if(v.D[i]==t)return v.Cb(i)};v.ra=function(t){return v.D[t]};v.Bb=[\"touchend\",\"click\"];v.unlock=function(){for(var t=0;t<v.D.length;++t){var i=v.D[t];null!=i&&null!=i.J&&i.state===v.ga.xb&&i.J.resume().then((()=>{rt(i.pb)}),(t=>{console.error(\"Failed to resume audiocontext\",t)}))}v.Bb.map((function(t){document.removeEventListener(t,v.unlock,!0)}))};v.Bb.map((function(t){document.addEventListener(t,v.unlock,!0)}))}window.h.Aa+=1;return 1},449502:()=>{\"undefined\"!==typeof window.h&&(--window.h.Aa,0===window.h.Aa&&delete window.h)},449666:()=>void 0!==navigator.mediaDevices&&void 0!==navigator.mediaDevices.getUserMedia,449770:()=>{try{var t=new(window.AudioContext||window.webkitAudioContext),i=t.sampleRate;t.close();return i}catch(t){return 0}},449941:(t,i,o,s,h,v)=>{if(\"undefined\"===typeof window.h)return-1;var m={},y={};t==window.h.I.ya&&0!=o&&(y.sampleRate=o);m.J=new(window.AudioContext||window.webkitAudioContext)(y);m.J.suspend();m.state=window.h.ga.stopped;o=0;t!=window.h.I.ya&&(o=i);m.Z=m.J.createScriptProcessor(s,o,i);m.Z.onaudioprocess=function(o){null!=m.sa&&0!=m.sa.length||(m.sa=new Float32Array(z.buffer,h,s*i));if(t==window.h.I.capture||t==window.h.I.La){for(var y=0;y<i;y+=1)for(var w=o.inputBuffer.getChannelData(y),_=m.sa,A=0;A<s;A+=1)_[A*i+y]=w[A];it(v,s,h)}if(t==window.h.I.ya||t==window.h.I.La)for(at(v,s,h),y=0;y<o.outputBuffer.numberOfChannels;++y)for(w=o.outputBuffer.getChannelData(y),_=m.sa,A=0;A<s;A+=1)w[A]=_[A*i+y];else for(y=0;y<o.outputBuffer.numberOfChannels;++y)o.outputBuffer.getChannelData(y).fill(0)};t!=window.h.I.capture&&t!=window.h.I.La||navigator.mediaDevices.getUserMedia({audio:!0,video:!1}).then((function(t){m.Da=m.J.createMediaStreamSource(t);m.Da.connect(m.Z);m.Z.connect(m.J.destination)})).catch((function(t){console.log(\"Failed to get user media: \"+t)}));t==window.h.I.ya&&m.Z.connect(m.J.destination);m.pb=v;return window.h.yc(m)},452818:t=>window.h.ra(t).J.sampleRate,452891:t=>{t=window.h.ra(t);void 0!==t.Z&&(t.Z.onaudioprocess=function(){},t.Z.disconnect(),t.Z=void 0);void 0!==t.Da&&(t.Da.disconnect(),t.Da=void 0);t.J.close();t.J=void 0;t.pb=void 0},453291:t=>{window.h.Cb(t)},453341:t=>{t=window.h.ra(t);t.J.resume();t.state=window.h.ga.xb},453480:t=>{t=window.h.ra(t);t.J.suspend();t.state=window.h.ga.stopped}},eb=t=>{for(;0<t.length;)t.shift()(v)},fb=(t,i)=>{for(var o=0,s=t.length-1;0<=s;s--){var h=t[s];\".\"===h?t.splice(s,1):\"..\"===h?(t.splice(s,1),o++):o&&(t.splice(s,1),o--)}if(i)for(;o;o--)t.unshift(\"..\");return t},gb=t=>{var i=\"/\"===t.charAt(0),o=\"/\"===t.substr(-1);(t=fb(t.split(\"/\").filter((t=>!!t)),!i).join(\"/\"))||i||(t=\".\");t&&o&&(t+=\"/\");return(i?\"/\":\"\")+t},hb=t=>{var i=/^(\\/?|)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?|)(\\.[^.\\/]*|))(?:[\\/]*)$/.exec(t).slice(1);t=i[0];i=i[1];if(!t&&!i)return\".\";i&&(i=i.substr(0,i.length-1));return t+i},ib=t=>{if(\"/\"===t)return\"/\";t=gb(t);t=t.replace(/\\/$/,\"\");var i=t.lastIndexOf(\"/\");return-1===i?t:t.substr(i+1)},jb=()=>{if(\"object\"==typeof crypto&&\"function\"==typeof crypto.getRandomValues)return t=>crypto.getRandomValues(t);Aa(\"initRandomDevice\")},kb=t=>(kb=jb())(t);function lb(){for(var t=\"\",i=!1,o=arguments.length-1;-1<=o&&!i;o--){i=0<=o?arguments[o]:\"/\";if(\"string\"!=typeof i)throw new TypeError(\"Arguments to path.resolve must be strings\");if(!i)return\"\";t=i+\"/\"+t;i=\"/\"===i.charAt(0)}t=fb(t.split(\"/\").filter((t=>!!t)),!i).join(\"/\");return(i?\"/\":\"\")+t||\".\"}var se=\"undefined\"!=typeof TextDecoder?new TextDecoder(\"utf8\"):void 0,nb=(t,i,o)=>{var s=i+o;for(o=i;t[o]&&!(o>=s);)++o;if(16<o-i&&t.buffer&&se)return se.decode(t.subarray(i,o));for(s=\"\";i<o;){var h=t[i++];if(h&128){var v=t[i++]&63;if(192==(h&224))s+=String.fromCharCode((h&31)<<6|v);else{var m=t[i++]&63;h=224==(h&240)?(h&15)<<12|v<<6|m:(h&7)<<18|v<<12|m<<6|t[i++]&63;65536>h?s+=String.fromCharCode(h):(h-=65536,s+=String.fromCharCode(55296|h>>10,56320|h&1023))}}else s+=String.fromCharCode(h)}return s},ue=[],pb=t=>{for(var i=0,o=0;o<t.length;++o){var s=t.charCodeAt(o);127>=s?i++:2047>=s?i+=2:55296<=s&&57343>=s?(i+=4,++o):i+=3}return i},qb=(t,i,o,s)=>{if(!(0<s))return 0;var h=o;s=o+s-1;for(var v=0;v<t.length;++v){var m=t.charCodeAt(v);if(55296<=m&&57343>=m){var y=t.charCodeAt(++v);m=65536+((m&1023)<<10)|y&1023}if(127>=m){if(o>=s)break;i[o++]=m}else{if(2047>=m){if(o+1>=s)break;i[o++]=192|m>>6}else{if(65535>=m){if(o+2>=s)break;i[o++]=224|m>>12}else{if(o+3>=s)break;i[o++]=240|m>>18;i[o++]=128|m>>12&63}i[o++]=128|m>>6&63}i[o++]=128|m&63}}i[o]=0;return o-h};function rb(t,i){var o=Array(pb(t)+1);t=qb(t,o,0,o.length);i&&(o.length=t);return o}var ce=[];function tb(t,i){ce[t]={input:[],F:[],V:i};ub(t,le)}var le={open:function(t){var i=ce[t.node.za];if(!i)throw new Ce(43);t.s=i;t.seekable=!1},close:function(t){t.s.V.qa(t.s)},qa:function(t){t.s.V.qa(t.s)},read:function(t,i,o,s){if(!t.s||!t.s.V.ib)throw new Ce(60);for(var h=0,v=0;v<s;v++){try{var m=t.s.V.ib(t.s)}catch(t){throw new Ce(29)}if(void 0===m&&0===h)throw new Ce(6);if(null===m||void 0===m)break;h++;i[o+v]=m}h&&(t.node.timestamp=Date.now());return h},write:function(t,i,o,s){if(!t.s||!t.s.V.Oa)throw new Ce(60);try{for(var h=0;h<s;h++)t.s.V.Oa(t.s,i[o+h])}catch(t){throw new Ce(29)}s&&(t.node.timestamp=Date.now());return h}},he={ib:function(){e:{if(!ue.length){var t=null;\"undefined\"!=typeof window&&\"function\"==typeof window.prompt?(t=window.prompt(\"Input: \"),null!==t&&(t+=\"\\n\")):\"function\"==typeof readline&&(t=readline(),null!==t&&(t+=\"\\n\"));if(!t){t=null;break e}ue=rb(t,!0)}t=ue.shift()}return t},Oa:function(t,i){null===i||10===i?(M(nb(t.F,0)),t.F=[]):0!=i&&t.F.push(i)},qa:function(t){t.F&&0<t.F.length&&(M(nb(t.F,0)),t.F=[])},bc:function(){return{Fc:25856,Hc:5,Ec:191,Gc:35387,Dc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},cc:function(){return 0},dc:function(){return[24,80]}},de={Oa:function(t,i){null===i||10===i?(F(nb(t.F,0)),t.F=[]):0!=i&&t.F.push(i)},qa:function(t){t.F&&0<t.F.length&&(F(nb(t.F,0)),t.F=[])}};function yb(t,i){var o=t.j?t.j.length:0;o>=i||(i=Math.max(i,o*(1048576>o?2:1.125)>>>0),0!=o&&(i=Math.max(i,256)),o=t.j,t.j=new Uint8Array(i),0<t.v&&t.j.set(o.subarray(0,t.v),0))}var fe={O:null,U(){return fe.createNode(null,\"/\",16895,0)},createNode(t,i,o,s){if(24576===(o&61440)||4096===(o&61440))throw new Ce(63);fe.O||(fe.O={dir:{node:{Y:fe.l.Y,P:fe.l.P,ka:fe.l.ka,va:fe.l.va,ub:fe.l.ub,Ab:fe.l.Ab,vb:fe.l.vb,sb:fe.l.sb,Ea:fe.l.Ea},stream:{ba:fe.m.ba}},file:{node:{Y:fe.l.Y,P:fe.l.P},stream:{ba:fe.m.ba,read:fe.m.read,write:fe.m.write,pa:fe.m.pa,lb:fe.m.lb,nb:fe.m.nb}},link:{node:{Y:fe.l.Y,P:fe.l.P,ma:fe.l.ma},stream:{}},$a:{node:{Y:fe.l.Y,P:fe.l.P},stream:Le}});o=Ab(t,i,o,s);16384===(o.mode&61440)?(o.l=fe.O.dir.node,o.m=fe.O.dir.stream,o.j={}):32768===(o.mode&61440)?(o.l=fe.O.file.node,o.m=fe.O.file.stream,o.v=0,o.j=null):40960===(o.mode&61440)?(o.l=fe.O.link.node,o.m=fe.O.link.stream):8192===(o.mode&61440)&&(o.l=fe.O.$a.node,o.m=fe.O.$a.stream);o.timestamp=Date.now();t&&(t.j[i]=o,t.timestamp=o.timestamp);return o},Kc(t){return t.j?t.j.subarray?t.j.subarray(0,t.v):new Uint8Array(t.j):new Uint8Array(0)},l:{Y(t){var i={};i.Jc=8192===(t.mode&61440)?t.id:1;i.Mc=t.id;i.mode=t.mode;i.Oc=1;i.uid=0;i.Lc=0;i.za=t.za;16384===(t.mode&61440)?i.size=4096:32768===(t.mode&61440)?i.size=t.v:40960===(t.mode&61440)?i.size=t.link.length:i.size=0;i.Bc=new Date(t.timestamp);i.Nc=new Date(t.timestamp);i.Ic=new Date(t.timestamp);i.Jb=4096;i.Cc=Math.ceil(i.size/i.Jb);return i},P(t,i){void 0!==i.mode&&(t.mode=i.mode);void 0!==i.timestamp&&(t.timestamp=i.timestamp);if(void 0!==i.size&&(i=i.size,t.v!=i))if(0==i)t.j=null,t.v=0;else{var o=t.j;t.j=new Uint8Array(i);o&&t.j.set(o.subarray(0,Math.min(i,t.v)));t.v=i}},ka(){throw Ee[44]},va(t,i,o,s){return fe.createNode(t,i,o,s)},ub(t,i,o){if(16384===(t.mode&61440)){try{var s=Cb(i,o)}catch(t){}if(s)for(var h in s.j)throw new Ce(55)}delete t.parent.j[t.name];t.parent.timestamp=Date.now();t.name=o;i.j[o]=t;i.timestamp=t.parent.timestamp;t.parent=i},Ab(t,i){delete t.j[i];t.timestamp=Date.now()},vb(t,i){var o,s=Cb(t,i);for(o in s.j)throw new Ce(55);delete t.j[i];t.timestamp=Date.now()},sb(t){var i,o=[\".\",\"..\"];for(i in t.j)t.j.hasOwnProperty(i)&&o.push(i);return o},Ea(t,i,o){t=fe.createNode(t,i,41471,0);t.link=o;return t},ma(t){if(40960!==(t.mode&61440))throw new Ce(28);return t.link}},m:{read(t,i,o,s,h){var v=t.node.j;if(h>=t.node.v)return 0;t=Math.min(t.node.v-h,s);if(8<t&&v.subarray)i.set(v.subarray(h,h+t),o);else for(s=0;s<t;s++)i[o+s]=v[h+s];return t},write(t,i,o,s,h,v){i.buffer===I.buffer&&(v=!1);if(!s)return 0;t=t.node;t.timestamp=Date.now();if(i.subarray&&(!t.j||t.j.subarray)){if(v)return t.j=i.subarray(o,o+s),t.v=s;if(0===t.v&&0===h)return t.j=i.slice(o,o+s),t.v=s;if(h+s<=t.v)return t.j.set(i.subarray(o,o+s),h),s}yb(t,h+s);if(t.j.subarray&&i.subarray)t.j.set(i.subarray(o,o+s),h);else for(v=0;v<s;v++)t.j[h+v]=i[o+v];t.v=Math.max(t.v,h+s);return s},ba(t,i,o){1===o?i+=t.position:2===o&&32768===(t.node.mode&61440)&&(i+=t.node.v);if(0>i)throw new Ce(28);return i},pa(t,i,o){yb(t.node,i+o);t.node.v=Math.max(t.node.v,i+o)},lb(t,i,o,s,h){if(32768!==(t.node.mode&61440))throw new Ce(43);t=t.node.j;if(h&2||t.buffer!==I.buffer){(0<o||o+i<t.length)&&(t=t.subarray?t.subarray(o,o+i):Array.prototype.slice.call(t,o,o+i));o=!0;Aa();i=void 0;if(!i)throw new Ce(48);I.set(t,i)}else o=!1,i=t.byteOffset;return{o:i,M:o}},nb(t,i,o,s){fe.m.write(t,i,0,s,o,!1);return 0}}};function Db(t,i){var o=0;t&&(o|=365);i&&(o|=146);return o}var pe,ve,me,be,ge=null,ye={},we=[],_e=1,Ae=null,Re=!0,Ce=null,Ee={},Lb=(t,i={})=>{t=lb(t);if(!t)return{path:\"\",node:null};i=Object.assign({gb:!0,Qa:0},i);if(8<i.Qa)throw new Ce(32);t=t.split(\"/\").filter((t=>!!t));for(var o=ge,s=\"/\",h=0;h<t.length;h++){var v=h===t.length-1;if(v&&i.parent)break;o=Cb(o,t[h]);s=gb(s+\"/\"+t[h]);o.wa&&(!v||v&&i.gb)&&(o=o.wa.root);if(!v||i.fb)for(v=0;40960===(o.mode&61440);)if(o=Kb(s),s=lb(hb(s),o),o=Lb(s,{Qa:i.Qa+1}).node,40<v++)throw new Ce(32)}return{path:s,node:o}},Mb=t=>{for(var i;;){if(t===t.parent)return t=t.U.mb,i?\"/\"!==t[t.length-1]?`${t}/${i}`:t+i:t;i=i?`${t.name}/${i}`:t.name;t=t.parent}},Nb=(t,i)=>{for(var o=0,s=0;s<i.length;s++)o=(o<<5)-o+i.charCodeAt(s)|0;return(t+o>>>0)%Ae.length},Cb=(t,i)=>{var o;if(o=(o=Ob(t,\"x\"))?o:t.l.ka?0:2)throw new Ce(o,t);for(o=Ae[Nb(t.id,i)];o;o=o.lc){var s=o.name;if(o.parent.id===t.id&&s===i)return o}return t.l.ka(t,i)},Ab=(t,i,o,s)=>{t=new Pb(t,i,o,s);i=Nb(t.parent.id,t.name);t.lc=Ae[i];return Ae[i]=t},Qb=t=>{var i=[\"r\",\"w\",\"rw\"][t&3];t&512&&(i+=\"w\");return i},Ob=(t,i)=>Re?0:!i.includes(\"r\")||t.mode&292?i.includes(\"w\")&&!(t.mode&146)||i.includes(\"x\")&&!(t.mode&73)?2:0:2,Rb=(t,i)=>{try{return Cb(t,i),20}catch(t){}return Ob(t,\"wx\")},Sb=()=>{for(var t=0;4096>=t;t++)if(!we[t])return t;throw new Ce(33)},Tb=t=>{t=we[t];if(!t)throw new Ce(8);return t},Vb=(i,o=-1)=>{me||(me=function(){(this||t).h={}},me.prototype={},Object.defineProperties(me.prototype,{object:{get(){return(this||t).node},set(i){(this||t).node=i}},flags:{get(){return(this||t).h.flags},set(i){(this||t).h.flags=i}},position:{get(){return(this||t).h.position},set(i){(this||t).h.position=i}}}));i=Object.assign(new me,i);-1==o&&(o=Sb());i.X=o;return we[o]=i},Le={open:t=>{t.m=ye[t.node.za].m;t.m.open&&t.m.open(t)},ba:()=>{throw new Ce(70)}},ub=(t,i)=>{ye[t]={m:i}},Wb=(t,i)=>{var o=\"/\"===i,s=!i;if(o&&ge)throw new Ce(10);if(!o&&!s){var h=Lb(i,{gb:!1});i=h.path;h=h.node;if(h.wa)throw new Ce(10);if(16384!==(h.mode&61440))throw new Ce(54)}i={type:t,Qc:{},mb:i,kc:[]};t=t.U(i);t.U=i;i.root=t;o?ge=t:h&&(h.wa=i,h.U&&h.U.kc.push(i))},S=(t,i,o)=>{var s=Lb(t,{parent:!0}).node;t=ib(t);if(!t||\".\"===t||\"..\"===t)throw new Ce(28);var h=Rb(s,t);if(h)throw new Ce(h);if(!s.l.va)throw new Ce(63);return s.l.va(s,t,i,o)},Xb=(t,i,o)=>{\"undefined\"==typeof o&&(o=i,i=438);S(t,i|8192,o)},cc=(t,i)=>{if(!lb(t))throw new Ce(44);var o=Lb(i,{parent:!0}).node;if(!o)throw new Ce(44);i=ib(i);var s=Rb(o,i);if(s)throw new Ce(s);if(!o.l.Ea)throw new Ce(63);o.l.Ea(o,i,t)},Kb=t=>{t=Lb(t).node;if(!t)throw new Ce(44);if(!t.l.ma)throw new Ce(28);return lb(Mb(t.parent),t.l.ma(t))},ec=(t,i,o)=>{if(\"\"===t)throw new Ce(44);if(\"string\"==typeof i){var s={r:0,\"r+\":2,w:577,\"w+\":578,a:1089,\"a+\":1090}[i];if(\"undefined\"==typeof s)throw Error(`Unknown file open mode: ${i}`);i=s}o=i&64?(\"undefined\"==typeof o?438:o)&4095|32768:0;if(\"object\"==typeof t)var h=t;else{t=gb(t);try{h=Lb(t,{fb:!(i&131072)}).node}catch(t){}}s=!1;if(i&64)if(h){if(i&128)throw new Ce(20)}else h=S(t,o,0),s=!0;if(!h)throw new Ce(44);8192===(h.mode&61440)&&(i&=-513);if(i&65536&&16384!==(h.mode&61440))throw new Ce(54);if(!s&&(o=h?40960===(h.mode&61440)?32:16384===(h.mode&61440)&&(\"r\"!==Qb(i)||i&512)?31:Ob(h,Qb(i)):44))throw new Ce(o);if(i&512&&!s){o=h;o=\"string\"==typeof o?Lb(o,{fb:!0}).node:o;if(!o.l.P)throw new Ce(63);if(16384===(o.mode&61440))throw new Ce(31);if(32768!==(o.mode&61440))throw new Ce(28);if(s=Ob(o,\"w\"))throw new Ce(s);o.l.P(o,{size:0,timestamp:Date.now()})}i&=-131713;h=Vb({node:h,path:Mb(h),flags:i,seekable:!0,position:0,m:h.m,zc:[],error:!1});h.m.open&&h.m.open(h);!v.logReadFiles||i&1||(be||(be={}),t in be||(be[t]=1));return h},fc=(t,i,o)=>{if(null===t.X)throw new Ce(8);if(!t.seekable||!t.m.ba)throw new Ce(70);if(0!=o&&1!=o&&2!=o)throw new Ce(28);t.position=t.m.ba(t,i,o);t.zc=[]},gc=()=>{Ce||(Ce=function(i,o){(this||t).name=\"ErrnoError\";(this||t).node=o;(this||t).pc=function(i){(this||t).aa=i};this.pc(i);(this||t).message=\"FS error\"},Ce.prototype=Error(),Ce.prototype.constructor=Ce,[44].forEach((t=>{Ee[t]=new Ce(t);Ee[t].stack=\"<generic error, no stack>\"})))},jc=(t,i,o)=>{t=gb(\"/dev/\"+t);var s=Db(!!i,!!o);ve||(ve=64);var h=ve++<<8;ub(h,{open:t=>{t.seekable=!1},close:()=>{o&&o.buffer&&o.buffer.length&&o(10)},read:(t,o,s,h)=>{for(var v=0,m=0;m<h;m++){try{var y=i()}catch(t){throw new Ce(29)}if(void 0===y&&0===v)throw new Ce(6);if(null===y||void 0===y)break;v++;o[s+m]=y}v&&(t.node.timestamp=Date.now());return v},write:(t,i,s,h)=>{for(var v=0;v<h;v++)try{o(i[s+v])}catch(t){throw new Ce(29)}h&&(t.node.timestamp=Date.now());return v}});Xb(t,s,h)},Te={},Pe=void 0;function mc(){Pe+=4;return N[Pe-4>>2]}function nc(t){if(void 0===t)return\"_unknown\";t=t.replace(/[^a-zA-Z0-9_]/g,\"$\");var i=t.charCodeAt(0);return 48<=i&&57>=i?`_${t}`:t}function oc(i,o){i=nc(i);return{[i]:function(){return o.apply(this||t,arguments)}}[i]}function pc(){(this||t).M=[void 0];(this||t).hb=[]}var Me=new pc,Fe=void 0;function V(t){throw new Fe(t)}var rc=t=>{t||V(\"Cannot use deleted val. handle = \"+t);return Me.get(t).value},sc=t=>{switch(t){case void 0:return 1;case null:return 2;case!0:return 3;case!1:return 4;default:return Me.pa({tb:1,value:t})}};function tc(i){var o=Error,s=oc(i,(function(o){(this||t).name=i;(this||t).message=o;o=Error(o).stack;void 0!==o&&((this||t).stack=this.toString()+\"\\n\"+o.replace(/^Error(:[^\\n]*)?\\n/,\"\"))}));s.prototype=Object.create(o.prototype);s.prototype.constructor=s;s.prototype.toString=function(){return void 0===(this||t).message?(this||t).name:`${(this||t).name}: ${(this||t).message}`};return s}var Se=void 0,xe=void 0;function W(t){for(var i=\"\";k[t];)i+=xe[k[t++]];return i}var je=[];function xc(){for(;je.length;){var t=je.pop();t.g.fa=!1;t.delete()}}var Oe=void 0,Ie={};function Ac(t,i){for(void 0===i&&V(\"ptr should not be undefined\");t.A;)i=t.na(i),t=t.A;return i}var ke={};function Cc(t){t=Dc(t);var i=W(t);Ec(t);return i}function Fc(t,i){var o=ke[t];void 0===o&&V(i+\" has unknown type \"+Cc(t));return o}function Gc(){}var De=!1;function Ic(t){--t.count.value;0===t.count.value&&(t.G?t.L.W(t.G):t.u.i.W(t.o))}function Jc(t,i,o){if(i===o)return t;if(void 0===o.A)return null;t=Jc(t,i,o.A);return null===t?null:o.Pb(t)}var We={};function Lc(t,i){i=Ac(t,i);return Ie[i]}var Ue=void 0;function Nc(t){throw new Ue(t)}function Oc(t,i){i.u&&i.o||Nc(\"makeClassHandle requires ptr and ptrType\");!!i.L!==!!i.G&&Nc(\"Both smartPtrType and smartPtr must be specified\");i.count={value:1};return Pc(Object.create(t,{g:{value:i}}))}function Pc(t){if(\"undefined\"===typeof FinalizationRegistry)return Pc=t=>t,t;De=new FinalizationRegistry((t=>{Ic(t.g)}));Pc=t=>{var i=t.g;i.G&&De.register(t,{g:i},t);return t};Gc=t=>{De.unregister(t)};return Pc(t)}var Be={};function Rc(t){for(;t.length;){var i=t.pop();t.pop()(i)}}function Sc(t){return this.fromWireType(N[t>>2])}var Ve={},Ne={};function Y(t,i,o){function d(i){i=o(i);i.length!==t.length&&Nc(\"Mismatched type converter count\");for(var s=0;s<t.length;++s)Vc(t[s],i[s])}t.forEach((function(t){Ne[t]=i}));var s=Array(i.length),h=[],v=0;i.forEach(((t,i)=>{ke.hasOwnProperty(t)?s[i]=ke[t]:(h.push(t),Ve.hasOwnProperty(t)||(Ve[t]=[]),Ve[t].push((()=>{s[i]=ke[t];++v;v===h.length&&d(s)})))}));0===h.length&&d(s)}function Wc(t){switch(t){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${t}`)}}function Xc(t,i,o={}){var s=i.name;t||V(`type \"${s}\" must have a positive integer typeid pointer`);if(ke.hasOwnProperty(t)){if(o.$b)return;V(`Cannot register type '${s}' twice`)}ke[t]=i;delete Ne[t];Ve.hasOwnProperty(t)&&(i=Ve[t],delete Ve[t],i.forEach((t=>t())))}function Vc(t,i,o={}){if(!(\"argPackAdvance\"in i))throw new TypeError(\"registerType registeredInstance requires argPackAdvance\");Xc(t,i,o)}function Yc(t){V(t.g.u.i.name+\" instance already deleted\")}function Zc(){}function $c(i,o,s){if(void 0===i[o].B){var h=i[o];i[o]=function(){i[o].B.hasOwnProperty(arguments.length)||V(`Function '${s}' called with an invalid number of arguments (${arguments.length}) - expects one of (${i[o].B})!`);return i[o].B[arguments.length].apply(this||t,arguments)};i[o].B=[];i[o].B[h.ea]=h}}function ad(t,i,o){v.hasOwnProperty(t)?((void 0===o||void 0!==v[t].B&&void 0!==v[t].B[o])&&V(`Cannot register public name '${t}' twice`),$c(v,t,t),v.hasOwnProperty(o)&&V(`Cannot register multiple overloads of a function with the same number of arguments (${o})!`),v[t].B[o]=i):(v[t]=i,void 0!==o&&(v[t].Pc=o))}function bd(i,o,s,h,v,m,y,w){(this||t).name=i;(this||t).constructor=o;(this||t).N=s;(this||t).W=h;(this||t).A=v;(this||t).Ub=m;(this||t).na=y;(this||t).Pb=w;(this||t).qb=[]}function cd(t,i,o){for(;i!==o;)i.na||V(`Expected null or instance of ${o.name}, got an instance of ${i.name}`),t=i.na(t),i=i.A;return t}function dd(i,o){if(null===o)return(this||t).Na&&V(`null is not a valid ${(this||t).name}`),0;o.g||V(`Cannot pass \"${ed(o)}\" as a ${(this||t).name}`);o.g.o||V(`Cannot pass deleted object as a pointer of type ${(this||t).name}`);return cd(o.g.o,o.g.u.i,(this||t).i)}function fd(i,o){if(null===o){(this||t).Na&&V(`null is not a valid ${(this||t).name}`);if((this||t).ua){var s=this.Pa();null!==i&&i.push((this||t).W,s);return s}return 0}o.g||V(`Cannot pass \"${ed(o)}\" as a ${(this||t).name}`);o.g.o||V(`Cannot pass deleted object as a pointer of type ${(this||t).name}`);!(this||t).ta&&o.g.u.ta&&V(`Cannot convert argument of type ${o.g.L?o.g.L.name:o.g.u.name} to parameter type ${(this||t).name}`);s=cd(o.g.o,o.g.u.i,(this||t).i);if((this||t).ua)switch(void 0===o.g.G&&V(\"Passing raw pointer to smart pointer is illegal\"),(this||t).tc){case 0:o.g.L===(this||t)?s=o.g.G:V(`Cannot convert argument of type ${o.g.L?o.g.L.name:o.g.u.name} to parameter type ${(this||t).name}`);break;case 1:s=o.g.G;break;case 2:if(o.g.L===(this||t))s=o.g.G;else{var h=o.clone();s=this.oc(s,sc((function(){h.delete()})));null!==i&&i.push((this||t).W,s)}break;default:V(\"Unsupporting sharing policy\")}return s}function gd(i,o){if(null===o)return(this||t).Na&&V(`null is not a valid ${(this||t).name}`),0;o.g||V(`Cannot pass \"${ed(o)}\" as a ${(this||t).name}`);o.g.o||V(`Cannot pass deleted object as a pointer of type ${(this||t).name}`);o.g.u.ta&&V(`Cannot convert argument of type ${o.g.u.name} to parameter type ${(this||t).name}`);return cd(o.g.o,o.g.u.i,(this||t).i)}function hd(i,o,s,h){(this||t).name=i;(this||t).i=o;(this||t).Na=s;(this||t).ta=h;(this||t).ua=!1;(this||t).W=(this||t).oc=(this||t).Pa=(this||t).rb=(this||t).tc=(this||t).nc=void 0;void 0!==o.A?(this||t).toWireType=fd:((this||t).toWireType=h?dd:gd,(this||t).K=null)}function jd(t,i,o){v.hasOwnProperty(t)||Nc(\"Replacing nonexistant public symbol\");void 0!==v[t].B&&void 0!==o?v[t].B[o]=i:(v[t]=i,v[t].ea=o)}var $e=[],ld=t=>{var i=$e[t];i||(t>=$e.length&&($e.length=t+1),$e[t]=i=G.get(t));return i},md=(t,i)=>{var o=[];return function(){o.length=0;Object.assign(o,arguments);if(t.includes(\"j\")){var s=v[\"dynCall_\"+t];s=o&&o.length?s.apply(null,[i].concat(o)):s.call(null,i)}else s=ld(i).apply(null,o);return s}};function Z(t,i){t=W(t);var o=t.includes(\"j\")?md(t,i):ld(i);\"function\"!=typeof o&&V(`unknown function pointer with signature ${t}: ${i}`);return o}var Ye=void 0;function od(t,i){function c(t){s[t]||ke[t]||(Ne[t]?Ne[t].forEach(c):(o.push(t),s[t]=!0))}var o=[],s={};i.forEach(c);throw new Ye(`${t}: `+o.map(Cc).join([\", \"]))}function pd(i,o,s,h,v){var m=o.length;2>m&&V(\"argTypes array size mismatch! Must at least get return value and 'this' types!\");var y=null!==o[1]&&null!==s,w=!1;for(s=1;s<o.length;++s)if(null!==o[s]&&void 0===o[s].K){w=!0;break}var _=\"void\"!==o[0].name,A=m-2,R=Array(A),C=[],E=[];return function(){arguments.length!==A&&V(`function ${i} called with ${arguments.length} arguments, expected ${A} args!`);E.length=0;C.length=y?2:1;C[0]=v;if(y){var s=o[1].toWireType(E,this||t);C[1]=s}for(var m=0;m<A;++m)R[m]=o[m+2].toWireType(E,arguments[m]),C.push(R[m]);m=h.apply(null,C);if(w)Rc(E);else for(var L=y?1:2;L<o.length;L++){var T=1===L?s:R[L-2];null!==o[L].K&&o[L].K(T)}s=_?o[0].fromWireType(m):void 0;return s}}function sd(t,i){for(var o=[],s=0;s<t;s++)o.push($[i+4*s>>2]);return o}function td(t,i,o){t instanceof Object||V(`${o} with invalid \"this\": ${t}`);t instanceof i.i.constructor||V(`${o} incompatible with \"this\" of type ${t.constructor.name}`);t.g.o||V(`cannot call emscripten binding method ${o} on deleted object`);return cd(t.g.o,t.g.u.i,i.i)}function ud(t){t>=Me.h&&0===--Me.get(t).tb&&Me.Zb(t)}function vd(t,i,o){switch(i){case 0:return function(t){return this.fromWireType((o?I:k)[t])};case 1:return function(t){return this.fromWireType((o?D:U)[t>>1])};case 2:return function(t){return this.fromWireType((o?N:$)[t>>2])};default:throw new TypeError(\"Unknown integer type: \"+t)}}function ed(t){if(null===t)return\"null\";var i=typeof t;return\"object\"===i||\"array\"===i||\"function\"===i?t.toString():\"\"+t}function wd(t,i){switch(i){case 2:return function(t){return this.fromWireType(z[t>>2])};case 3:return function(t){return this.fromWireType(X[t>>3])};default:throw new TypeError(\"Unknown float type: \"+t)}}function xd(t,i,o){switch(i){case 0:return o?function(t){return I[t]}:function(t){return k[t]};case 1:return o?function(t){return D[t>>1]}:function(t){return U[t>>1]};case 2:return o?function(t){return N[t>>2]}:function(t){return $[t>>2]};default:throw new TypeError(\"Unknown integer type: \"+t)}}var ze=\"undefined\"!=typeof TextDecoder?new TextDecoder(\"utf-16le\"):void 0,zd=(t,i)=>{var o=t>>1;for(var s=o+i/2;!(o>=s)&&U[o];)++o;o<<=1;if(32<o-t&&ze)return ze.decode(k.subarray(t,o));o=\"\";for(s=0;!(s>=i/2);++s){var h=D[t+2*s>>1];if(0==h)break;o+=String.fromCharCode(h)}return o},Ad=(t,i,o)=>{void 0===o&&(o=2147483647);if(2>o)return 0;o-=2;var s=i;o=o<2*t.length?o/2:t.length;for(var h=0;h<o;++h)D[i>>1]=t.charCodeAt(h),i+=2;D[i>>1]=0;return i-s},Bd=t=>2*t.length,Cd=(t,i)=>{for(var o=0,s=\"\";!(o>=i/4);){var h=N[t+4*o>>2];if(0==h)break;++o;65536<=h?(h-=65536,s+=String.fromCharCode(55296|h>>10,56320|h&1023)):s+=String.fromCharCode(h)}return s},Dd=(t,i,o)=>{void 0===o&&(o=2147483647);if(4>o)return 0;var s=i;o=s+o-4;for(var h=0;h<t.length;++h){var v=t.charCodeAt(h);if(55296<=v&&57343>=v){var m=t.charCodeAt(++h);v=65536+((v&1023)<<10)|m&1023}N[i>>2]=v;i+=4;if(i+4>o)break}N[i>>2]=0;return i-s},Ed=t=>{for(var i=0,o=0;o<t.length;++o){var s=t.charCodeAt(o);55296<=s&&57343>=s&&++o;i+=4}return i},Xe={};function Gd(t){var i=Xe[t];return void 0===i?W(t):i}var He=[];function Id(t){var i=He.length;He.push(t);return i}function Jd(t,i){for(var o=Array(t),s=0;s<t;++s)o[s]=Fc($[i+4*s>>2],\"parameter \"+s);return o}var Ge,qe=[],Ze=[],Je={},Od=()=>{if(!Ge){var t,i={USER:\"web_user\",LOGNAME:\"web_user\",PATH:\"/\",PWD:\"/\",HOME:\"/home/web_user\",LANG:(\"object\"==typeof navigator&&navigator.languages&&navigator.languages[0]||\"C\").replace(\"-\",\"_\")+\".UTF-8\",_:E||\"./this.program\"};for(t in Je)void 0===Je[t]?delete i[t]:i[t]=Je[t];var o=[];for(t in i)o.push(`${t}=${i[t]}`);Ge=o}return Ge},Pd=t=>0===t%4&&(0!==t%100||0===t%400),Ke=[31,29,31,30,31,30,31,31,30,31,30,31],Qe=[31,28,31,30,31,30,31,31,30,31,30,31],Sd=(t,i,o,s)=>{function e(t,i,o){for(t=\"number\"==typeof t?t.toString():t||\"\";t.length<i;)t=o[0]+t;return t}function f(t,i){return e(t,i,\"0\")}function g(t,i){function r(t){return 0>t?-1:0<t?1:0}var o;0===(o=r(t.getFullYear()-i.getFullYear()))&&0===(o=r(t.getMonth()-i.getMonth()))&&(o=r(t.getDate()-i.getDate()));return o}function n(t){switch(t.getDay()){case 0:return new Date(t.getFullYear()-1,11,29);case 1:return t;case 2:return new Date(t.getFullYear(),0,3);case 3:return new Date(t.getFullYear(),0,2);case 4:return new Date(t.getFullYear(),0,1);case 5:return new Date(t.getFullYear()-1,11,31);case 6:return new Date(t.getFullYear()-1,11,30)}}function p(t){var i=t.ca;for(t=new Date(new Date(t.da+1900,0,1).getTime());0<i;){var o=t.getMonth(),s=(Pd(t.getFullYear())?Ke:Qe)[o];if(!(i>s-t.getDate())){t.setDate(t.getDate()+i);break}i-=s-t.getDate()+1,t.setDate(1),11>o?t.setMonth(o+1):(t.setMonth(0),t.setFullYear(t.getFullYear()+1))}o=new Date(t.getFullYear()+1,0,4);i=n(new Date(t.getFullYear(),0,4));o=n(o);return 0>=g(i,t)?0>=g(o,t)?t.getFullYear()+1:t.getFullYear():t.getFullYear()-1}var h=N[s+40>>2];s={wc:N[s>>2],vc:N[s+4>>2],Fa:N[s+8>>2],Sa:N[s+12>>2],Ga:N[s+16>>2],da:N[s+20>>2],R:N[s+24>>2],ca:N[s+28>>2],Rc:N[s+32>>2],uc:N[s+36>>2],xc:h&&h?nb(k,h):\"\"};o=o?nb(k,o):\"\";h={\"%c\":\"%a %b %d %H:%M:%S %Y\",\"%D\":\"%m/%d/%y\",\"%F\":\"%Y-%m-%d\",\"%h\":\"%b\",\"%r\":\"%I:%M:%S %p\",\"%R\":\"%H:%M\",\"%T\":\"%H:%M:%S\",\"%x\":\"%m/%d/%y\",\"%X\":\"%H:%M:%S\",\"%Ec\":\"%c\",\"%EC\":\"%C\",\"%Ex\":\"%m/%d/%y\",\"%EX\":\"%H:%M:%S\",\"%Ey\":\"%y\",\"%EY\":\"%Y\",\"%Od\":\"%d\",\"%Oe\":\"%e\",\"%OH\":\"%H\",\"%OI\":\"%I\",\"%Om\":\"%m\",\"%OM\":\"%M\",\"%OS\":\"%S\",\"%Ou\":\"%u\",\"%OU\":\"%U\",\"%OV\":\"%V\",\"%Ow\":\"%w\",\"%OW\":\"%W\",\"%Oy\":\"%y\"};for(var v in h)o=o.replace(new RegExp(v,\"g\"),h[v]);var m=\"Sunday Monday Tuesday Wednesday Thursday Friday Saturday\".split(\" \"),y=\"January February March April May June July August September October November December\".split(\" \");h={\"%a\":t=>m[t.R].substring(0,3),\"%A\":t=>m[t.R],\"%b\":t=>y[t.Ga].substring(0,3),\"%B\":t=>y[t.Ga],\"%C\":t=>f((t.da+1900)/100|0,2),\"%d\":t=>f(t.Sa,2),\"%e\":t=>e(t.Sa,2,\" \"),\"%g\":t=>p(t).toString().substring(2),\"%G\":t=>p(t),\"%H\":t=>f(t.Fa,2),\"%I\":t=>{t=t.Fa;0==t?t=12:12<t&&(t-=12);return f(t,2)},\"%j\":t=>{for(var i=0,o=0;o<=t.Ga-1;i+=(Pd(t.da+1900)?Ke:Qe)[o++]);return f(t.Sa+i,3)},\"%m\":t=>f(t.Ga+1,2),\"%M\":t=>f(t.vc,2),\"%n\":()=>\"\\n\",\"%p\":t=>0<=t.Fa&&12>t.Fa?\"AM\":\"PM\",\"%S\":t=>f(t.wc,2),\"%t\":()=>\"\\t\",\"%u\":t=>t.R||7,\"%U\":t=>f(Math.floor((t.ca+7-t.R)/7),2),\"%V\":t=>{var i=Math.floor((t.ca+7-(t.R+6)%7)/7);2>=(t.R+371-t.ca-2)%7&&i++;if(i)53==i&&(o=(t.R+371-t.ca)%7,4==o||3==o&&Pd(t.da)||(i=1));else{i=52;var o=(t.R+7-t.ca-1)%7;(4==o||5==o&&Pd(t.da%400-1))&&i++}return f(i,2)},\"%w\":t=>t.R,\"%W\":t=>f(Math.floor((t.ca+7-(t.R+6)%7)/7),2),\"%y\":t=>(t.da+1900).toString().substring(2),\"%Y\":t=>t.da+1900,\"%z\":t=>{t=t.uc;var i=0<=t;t=Math.abs(t)/60;return(i?\"+\":\"-\")+String(\"0000\"+(t/60*100+t%60)).slice(-4)},\"%Z\":t=>t.xc,\"%%\":()=>\"%\"};o=o.replace(/%%/g,\"\\0\\0\");for(v in h)o.includes(v)&&(o=o.replace(new RegExp(v,\"g\"),h[v](s)));o=o.replace(/\\0\\0/g,\"%\");v=rb(o,!1);if(v.length>i)return 0;I.set(v,t);return v.length-1};function Pb(i,o,s,h){i||(i=this||t);(this||t).parent=i;(this||t).U=i.U;(this||t).wa=null;(this||t).id=_e++;(this||t).name=o;(this||t).mode=s;(this||t).l={};(this||t).m={};(this||t).za=h}Object.defineProperties(Pb.prototype,{read:{get:function(){return 365===((this||t).mode&365)},set:function(i){i?(this||t).mode|=365:(this||t).mode&=-366}},write:{get:function(){return 146===((this||t).mode&146)},set:function(i){i?(this||t).mode|=146:(this||t).mode&=-147}}});gc();Ae=Array(4096);Wb(fe,\"/\");S(\"/tmp\",16895,0);S(\"/home\",16895,0);S(\"/home/web_user\",16895,0);(()=>{S(\"/dev\",16895,0);ub(259,{read:()=>0,write:(t,i,o,s)=>s});Xb(\"/dev/null\",259);tb(1280,he);tb(1536,de);Xb(\"/dev/tty\",1280);Xb(\"/dev/tty1\",1536);var t=new Uint8Array(1024),i=0,c=()=>{0===i&&(i=kb(t).byteLength);return t[--i]};jc(\"random\",c);jc(\"urandom\",c);S(\"/dev/shm\",16895,0);S(\"/dev/shm/tmp\",16895,0)})();(()=>{S(\"/proc\",16895,0);var t=S(\"/proc/self\",16895,0);S(\"/proc/self/fd\",16895,0);Wb({U:()=>{var i=Ab(t,\"fd\",16895,73);i.l={ka:(t,i)=>{var o=Tb(+i);t={parent:null,U:{mb:\"fake\"},l:{ma:()=>o.path}};return t.parent=t}};return i}},\"/proc/self/fd\")})();Object.assign(pc.prototype,{get(i){return(this||t).M[i]},has(i){return void 0!==(this||t).M[i]},pa(i){var o=(this||t).hb.pop()||(this||t).M.length;(this||t).M[o]=i;return o},Zb(i){(this||t).M[i]=void 0;(this||t).hb.push(i)}});Fe=v.BindingError=class extends Error{constructor(t){super(t);this.name=\"BindingError\"}};Me.M.push({value:void 0},{value:null},{value:!0},{value:!1});Me.h=Me.M.length;v.count_emval_handles=function(){for(var t=0,i=Me.h;i<Me.M.length;++i)void 0!==Me.M[i]&&++t;return t};Se=v.PureVirtualError=tc(\"PureVirtualError\");for(var et=Array(256),tt=0;256>tt;++tt)et[tt]=String.fromCharCode(tt);xe=et;v.getInheritedInstanceCount=function(){return Object.keys(Ie).length};v.getLiveInheritedInstances=function(){var t,i=[];for(t in Ie)Ie.hasOwnProperty(t)&&i.push(Ie[t]);return i};v.flushPendingDeletes=xc;v.setDelayFunction=function(t){Oe=t;je.length&&Oe&&Oe(xc)};Ue=v.InternalError=class extends Error{constructor(t){super(t);this.name=\"InternalError\"}};Zc.prototype.isAliasOf=function(i){if(!((this||t)instanceof Zc&&i instanceof Zc))return!1;var o=(this||t).g.u.i,s=(this||t).g.o,h=i.g.u.i;for(i=i.g.o;o.A;)s=o.na(s),o=o.A;for(;h.A;)i=h.na(i),h=h.A;return o===h&&s===i};Zc.prototype.clone=function(){(this||t).g.o||Yc(this||t);if((this||t).g.ia)return(this||t).g.count.value+=1,this||t;var i=Pc,o=Object,s=o.create,h=Object.getPrototypeOf(this||t),v=(this||t).g;i=i(s.call(o,h,{g:{value:{count:v.count,fa:v.fa,ia:v.ia,o:v.o,u:v.u,G:v.G,L:v.L}}}));i.g.count.value+=1;i.g.fa=!1;return i};Zc.prototype.delete=function(){(this||t).g.o||Yc(this||t);(this||t).g.fa&&!(this||t).g.ia&&V(\"Object already scheduled for deletion\");Gc(this||t);Ic((this||t).g);(this||t).g.ia||((this||t).g.G=void 0,(this||t).g.o=void 0)};Zc.prototype.isDeleted=function(){return!(this||t).g.o};Zc.prototype.deleteLater=function(){(this||t).g.o||Yc(this||t);(this||t).g.fa&&!(this||t).g.ia&&V(\"Object already scheduled for deletion\");je.push(this||t);1===je.length&&Oe&&Oe(xc);(this||t).g.fa=!0;return this||t};hd.prototype.Vb=function(i){(this||t).rb&&(i=this.rb(i));return i};hd.prototype.ab=function(i){(this||t).W&&this.W(i)};hd.prototype.argPackAdvance=8;hd.prototype.readValueFromPointer=Sc;hd.prototype.deleteObject=function(t){null!==t&&t.delete()};hd.prototype.fromWireType=function(i){function b(){return(this||t).ua?Oc((this||t).i.N,{u:(this||t).nc,o:o,L:this||t,G:i}):Oc((this||t).i.N,{u:this||t,o:i})}var o=this.Vb(i);if(!o)return this.ab(i),null;var s=Lc((this||t).i,o);if(void 0!==s){if(0===s.g.count.value)return s.g.o=o,s.g.G=i,s.clone();s=s.clone();this.ab(i);return s}s=(this||t).i.Ub(o);s=We[s];if(!s)return b.call(this||t);s=(this||t).ta?s.Kb:s.pointerType;var h=Jc(o,(this||t).i,s.i);return null===h?b.call(this||t):(this||t).ua?Oc(s.i.N,{u:s,o:h,L:this||t,G:i}):Oc(s.i.N,{u:s,o:h})};Ye=v.UnboundTypeError=tc(\"UnboundTypeError\");var nt={__syscall_fcntl64:function(t,i,o){Pe=o;try{var s=Tb(t);switch(i){case 0:var h=mc();return 0>h?-28:Vb(s,h).X;case 1:case 2:return 0;case 3:return s.flags;case 4:return h=mc(),s.flags|=h,0;case 5:return h=mc(),D[h+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return N[Vd()>>2]=28,-1;default:return-28}}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return-t.aa}},__syscall_ioctl:function(t,i,o){Pe=o;try{var s=Tb(t);switch(i){case 21509:return s.s?0:-59;case 21505:if(!s.s)return-59;if(s.s.V.bc){i=[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var h=mc();N[h>>2]=25856;N[h+4>>2]=5;N[h+8>>2]=191;N[h+12>>2]=35387;for(var v=0;32>v;v++)I[h+v+17|0]=i[v]||0}return 0;case 21510:case 21511:case 21512:return s.s?0:-59;case 21506:case 21507:case 21508:if(!s.s)return-59;if(s.s.V.cc)for(h=mc(),i=[],v=0;32>v;v++)i.push(I[h+v+17|0]);return 0;case 21519:if(!s.s)return-59;h=mc();return N[h>>2]=0;case 21520:return s.s?-28:-59;case 21531:h=mc();if(!s.m.ac)throw new Ce(59);return s.m.ac(s,i,h);case 21523:if(!s.s)return-59;s.s.V.dc&&(v=[24,80],h=mc(),D[h>>1]=v[0],D[h+2>>1]=v[1]);return 0;case 21524:return s.s?0:-59;case 21515:return s.s?0:-59;default:return-28}}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return-t.aa}},__syscall_openat:function(t,i,o,s){Pe=s;try{i=i?nb(k,i):\"\";var h=i;if(\"/\"===h.charAt(0))i=h;else{var v=-100===t?\"/\":Tb(t).path;if(0==h.length)throw new Ce(44);i=gb(v+\"/\"+h)}var m=s?mc():0;return ec(i,o,m).X}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return-t.aa}},_embind_create_inheriting_constructor:function(i,o,s){i=W(i);o=Fc(o,\"wrapper\");s=rc(s);var h=[].slice,v=o.i,m=v.N,y=v.A.N,w=v.A.constructor;i=oc(i,(function(){v.A.qb.forEach(function(i){if((this||t)[i]===y[i])throw new Se(`Pure virtual function ${i} must be implemented in JavaScript`)}.bind(this||t));Object.defineProperty(this||t,\"__parent\",{value:m});(this||t).__construct.apply(this||t,h.call(arguments))}));m.__construct=function(){(this||t)===m&&V(\"Pass correct 'this' to __construct\");var i=w.implement.apply(void 0,[this||t].concat(h.call(arguments)));Gc(i);var o=i.g;i.notifyOnDestruction();o.ia=!0;Object.defineProperties(this||t,{g:{value:o}});Pc(this||t);i=o.o;i=Ac(v,i);Ie.hasOwnProperty(i)?V(`Tried to register registered instance: ${i}`):Ie[i]=this||t};m.__destruct=function(){(this||t)===m&&V(\"Pass correct 'this' to __destruct\");Gc(this||t);var i=(this||t).g.o;i=Ac(v,i);Ie.hasOwnProperty(i)?delete Ie[i]:V(`Tried to unregister unregistered instance: ${i}`)};i.prototype=Object.create(m);for(var _ in s)i.prototype[_]=s[_];return sc(i)},_embind_finalize_value_object:function(t){var i=Be[t];delete Be[t];var o=i.Pa,s=i.W,h=i.eb,v=h.map((t=>t.Yb)).concat(h.map((t=>t.rc)));Y([t],v,(t=>{var v={};h.forEach(((i,o)=>{var s=t[o],m=i.Wb,y=i.Xb,w=t[o+h.length],_=i.qc,A=i.sc;v[i.Sb]={read:t=>s.fromWireType(m(y,t)),write:(t,i)=>{var o=[];_(A,t,w.toWireType(o,i));Rc(o)}}}));return[{name:i.name,fromWireType:function(t){var i,o={};for(i in v)o[i]=v[i].read(t);s(t);return o},toWireType:function(t,i){for(var h in v)if(!(h in i))throw new TypeError(`Missing field: \"${h}\"`);var m=o();for(h in v)v[h].write(m,i[h]);null!==t&&t.push(s,m);return m},argPackAdvance:8,readValueFromPointer:Sc,K:s}]}))},_embind_register_bigint:function(){},_embind_register_bool:function(t,i,o,s,h){var v=Wc(o);i=W(i);Vc(t,{name:i,fromWireType:function(t){return!!t},toWireType:function(t,i){return i?s:h},argPackAdvance:8,readValueFromPointer:function(t){if(1===o)var s=I;else if(2===o)s=D;else{if(4!==o)throw new TypeError(\"Unknown boolean type size: \"+i);s=N}return this.fromWireType(s[t>>v])},K:null})},_embind_register_class:function(i,o,s,h,v,m,y,w,_,A,R,C,E){R=W(R);m=Z(v,m);w&&(w=Z(y,w));A&&(A=Z(_,A));E=Z(C,E);var L=nc(R);ad(L,(function(){od(`Cannot construct ${R} due to unbound types`,[h])}));Y([i,o,s],h?[h]:[],(function(o){o=o[0];if(h){var s=o.i;var v=s.N}else v=Zc.prototype;o=oc(L,(function(){if(Object.getPrototypeOf(this||t)!==y)throw new Fe(\"Use 'new' to construct \"+R);if(void 0===_.$)throw new Fe(R+\" has no accessible constructor\");var i=_.$[arguments.length];if(void 0===i)throw new Fe(`Tried to invoke ctor of ${R} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(_.$).toString()}) parameters instead!`);return i.apply(this||t,arguments)}));var y=Object.create(v,{constructor:{value:o}});o.prototype=y;var _=new bd(R,o,y,E,s,m,w,A);_.A&&(void 0===_.A.oa&&(_.A.oa=[]),_.A.oa.push(_));s=new hd(R,_,!0,!1);v=new hd(R+\"*\",_,!1,!1);var C=new hd(R+\" const*\",_,!1,!0);We[i]={pointerType:v,Kb:C};jd(L,o);return[s,v,C]}))},_embind_register_class_class_function:function(t,i,o,s,h,v,m){var y=sd(o,s);i=W(i);v=Z(h,v);Y([],[t],(function(t){function l(){od(`Cannot call ${s} due to unbound types`,y)}t=t[0];var s=`${t.name}.${i}`;i.startsWith(\"@@\")&&(i=Symbol[i.substring(2)]);var h=t.i.constructor;void 0===h[i]?(l.ea=o-1,h[i]=l):($c(h,i,s),h[i].B[o-1]=l);Y([],y,(function(y){y=pd(s,[y[0],null].concat(y.slice(1)),null,v,m);void 0===h[i].B?(y.ea=o-1,h[i]=y):h[i].B[o-1]=y;if(t.i.oa)for(const o of t.i.oa)o.constructor.hasOwnProperty(i)||(o.constructor[i]=y);return[]}));return[]}))},_embind_register_class_class_property:function(t,i,o,s,h,v,m,y){i=W(i);v=Z(h,v);Y([],[t],(function(t){t=t[0];var h=`${t.name}.${i}`,w={get(){od(`Cannot access ${h} due to unbound types`,[o])},enumerable:!0,configurable:!0};w.set=y?()=>{od(`Cannot access ${h} due to unbound types`,[o])}:()=>{V(`${h} is a read-only property`)};Object.defineProperty(t.i.constructor,i,w);Y([],[o],(function(o){o=o[0];var h={get(){return o.fromWireType(v(s))},enumerable:!0};y&&(y=Z(m,y),h.set=t=>{var i=[];y(s,o.toWireType(i,t));Rc(i)});Object.defineProperty(t.i.constructor,i,h);return[]}));return[]}))},_embind_register_class_constructor:function(t,i,o,s,h,v){var m=sd(i,o);h=Z(s,h);Y([],[t],(function(t){t=t[0];var o=`constructor ${t.name}`;void 0===t.i.$&&(t.i.$=[]);if(void 0!==t.i.$[i-1])throw new Fe(`Cannot register multiple constructors with identical number of parameters (${i-1}) for class '${t.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);t.i.$[i-1]=()=>{od(`Cannot construct ${t.name} due to unbound types`,m)};Y([],m,(function(s){s.splice(1,0,null);t.i.$[i-1]=pd(o,s,null,h,v);return[]}));return[]}))},_embind_register_class_function:function(t,i,o,s,h,v,m,y){var w=sd(o,s);i=W(i);v=Z(h,v);Y([],[t],(function(t){function u(){od(`Cannot call ${s} due to unbound types`,w)}t=t[0];var s=`${t.name}.${i}`;i.startsWith(\"@@\")&&(i=Symbol[i.substring(2)]);y&&t.i.qb.push(i);var h=t.i.N,_=h[i];void 0===_||void 0===_.B&&_.className!==t.name&&_.ea===o-2?(u.ea=o-2,u.className=t.name,h[i]=u):($c(h,i,s),h[i].B[o-2]=u);Y([],w,(function(y){y=pd(s,y,t,v,m);void 0===h[i].B?(y.ea=o-2,h[i]=y):h[i].B[o-2]=y;return[]}));return[]}))},_embind_register_class_property:function(i,o,s,h,v,m,y,w,_,A){o=W(o);v=Z(h,v);Y([],[i],(function(i){i=i[0];var h=`${i.name}.${o}`,R={get(){od(`Cannot access ${h} due to unbound types`,[s,y])},enumerable:!0,configurable:!0};R.set=_?()=>{od(`Cannot access ${h} due to unbound types`,[s,y])}:()=>{V(h+\" is a read-only property\")};Object.defineProperty(i.i.N,o,R);Y([],_?[s,y]:[s],(function(s){var y=s[0],R={get(){var o=td(this||t,i,h+\" getter\");return y.fromWireType(v(m,o))},enumerable:!0};if(_){_=Z(w,_);var C=s[1];R.set=function(o){var s=td(this||t,i,h+\" setter\"),v=[];_(A,s,C.toWireType(v,o));Rc(v)}}Object.defineProperty(i.i.N,o,R);return[]}));return[]}))},_embind_register_emval:function(t,i){i=W(i);Vc(t,{name:i,fromWireType:function(t){var i=rc(t);ud(t);return i},toWireType:function(t,i){return sc(i)},argPackAdvance:8,readValueFromPointer:Sc,K:null})},_embind_register_enum:function(i,o,s,h){function e(){}s=Wc(s);o=W(o);e.values={};Vc(i,{name:o,constructor:e,fromWireType:function(i){return(this||t).constructor.values[i]},toWireType:function(t,i){return i.value},argPackAdvance:8,readValueFromPointer:vd(o,s,h),K:null});ad(o,e)},_embind_register_enum_value:function(t,i,o){var s=Fc(t,\"enum\");i=W(i);t=s.constructor;s=Object.create(s.constructor.prototype,{value:{value:o},constructor:{value:oc(`${s.name}_${i}`,(function(){}))}});t.values[o]=s;t[i]=s},_embind_register_float:function(t,i,o){o=Wc(o);i=W(i);Vc(t,{name:i,fromWireType:function(t){return t},toWireType:function(t,i){return i},argPackAdvance:8,readValueFromPointer:wd(i,o),K:null})},_embind_register_function:function(t,i,o,s,h,v){var m=sd(i,o);t=W(t);h=Z(s,h);ad(t,(function(){od(`Cannot call ${t} due to unbound types`,m)}),i-1);Y([],m,(function(o){jd(t,pd(t,[o[0],null].concat(o.slice(1)),null,h,v),i-1);return[]}))},_embind_register_integer:function(t,i,o,s,h){i=W(i);-1===h&&(h=4294967295);h=Wc(o);var f=t=>t;if(0===s){var v=32-8*o;f=t=>t<<v>>>v}o=i.includes(\"unsigned\")?function(t,i){return i>>>0}:function(t,i){return i};Vc(t,{name:i,fromWireType:f,toWireType:o,argPackAdvance:8,readValueFromPointer:xd(i,h,0!==s),K:null})},_embind_register_memory_view:function(t,i,o){function d(t){t>>=2;var i=$;return new s(i.buffer,i[t+1],i[t])}var s=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][i];o=W(o);Vc(t,{name:o,fromWireType:d,argPackAdvance:8,readValueFromPointer:d},{$b:!0})},_embind_register_std_string:function(t,i){i=W(i);var o=\"std::string\"===i;Vc(t,{name:i,fromWireType:function(t){var i=$[t>>2],s=t+4;if(o)for(var h=s,v=0;v<=i;++v){var m=s+v;if(v==i||0==k[m]){h=h?nb(k,h,m-h):\"\";if(void 0===y)var y=h;else y+=String.fromCharCode(0),y+=h;h=m+1}}else{y=Array(i);for(v=0;v<i;++v)y[v]=String.fromCharCode(k[s+v]);y=y.join(\"\")}Ec(t);return y},toWireType:function(t,i){i instanceof ArrayBuffer&&(i=new Uint8Array(i));var s=\"string\"==typeof i;s||i instanceof Uint8Array||i instanceof Uint8ClampedArray||i instanceof Int8Array||V(\"Cannot pass non-string to std::string\");var h=o&&s?pb(i):i.length;var v=Wd(4+h+1),m=v+4;$[v>>2]=h;if(o&&s)qb(i,k,m,h+1);else if(s)for(s=0;s<h;++s){var y=i.charCodeAt(s);255<y&&(Ec(m),V(\"String has UTF-16 code units that do not fit in 8 bits\"));k[m+s]=y}else for(s=0;s<h;++s)k[m+s]=i[s];null!==t&&t.push(Ec,v);return v},argPackAdvance:8,readValueFromPointer:Sc,K:function(t){Ec(t)}})},_embind_register_std_wstring:function(t,i,o){o=W(o);if(2===i){var s=zd;var h=Ad;var v=Bd;var g=()=>U;var m=1}else 4===i&&(s=Cd,h=Dd,v=Ed,g=()=>$,m=2);Vc(t,{name:o,fromWireType:function(t){for(var o,h=$[t>>2],v=g(),y=t+4,w=0;w<=h;++w){var _=t+4+w*i;w!=h&&0!=v[_>>m]||(y=s(y,_-y),void 0===o?o=y:(o+=String.fromCharCode(0),o+=y),y=_+i)}Ec(t);return o},toWireType:function(t,s){\"string\"!=typeof s&&V(`Cannot pass non-string to C++ string type ${o}`);var y=v(s),w=Wd(4+y+i);$[w>>2]=y>>m;h(s,w+4,y+i);null!==t&&t.push(Ec,w);return w},argPackAdvance:8,readValueFromPointer:Sc,K:function(t){Ec(t)}})},_embind_register_value_object:function(t,i,o,s,h,v){Be[t]={name:W(i),Pa:Z(o,s),W:Z(h,v),eb:[]}},_embind_register_value_object_field:function(t,i,o,s,h,v,m,y,w,_){Be[t].eb.push({Sb:W(i),Yb:o,Wb:Z(s,h),Xb:v,rc:m,qc:Z(y,w),sc:_})},_embind_register_void:function(t,i){i=W(i);Vc(t,{fc:!0,name:i,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},_emscripten_get_now_is_monotonic:()=>!0,_emval_as:function(t,i,o){t=rc(t);i=Fc(i,\"emval::as\");var s=[],h=sc(s);$[o>>2]=h;return i.toWireType(s,t)},_emval_call_method:function(t,i,o,s,h){t=He[t];i=rc(i);o=Gd(o);var v=[];$[s>>2]=sc(v);return t(i,o,v,h)},_emval_call_void_method:function(t,i,o,s){t=He[t];i=rc(i);o=Gd(o);t(i,o,null,s)},_emval_decref:ud,_emval_get_method_caller:function(t,i){var o=Jd(t,i),s=o[0];i=s.name+\"_$\"+o.slice(1).map((function(t){return t.name})).join(\"_\")+\"$\";var h=qe[i];if(void 0!==h)return h;var v=Array(t-1);h=Id(((i,h,m,y)=>{for(var w=0,_=0;_<t-1;++_)v[_]=o[_+1].readValueFromPointer(y+w),w+=o[_+1].argPackAdvance;i=i[h].apply(i,v);for(_=0;_<t-1;++_)o[_+1].Nb&&o[_+1].Nb(v[_]);if(!s.fc)return s.toWireType(m,i)}));return qe[i]=h},_emval_get_module_property:function(t){t=Gd(t);return sc(v[t])},_emval_get_property:function(t,i){t=rc(t);i=rc(i);return sc(t[i])},_emval_incref:function(t){4<t&&(Me.get(t).tb+=1)},_emval_new_cstring:function(t){return sc(Gd(t))},_emval_new_object:function(){return sc({})},_emval_run_destructors:function(t){var i=rc(t);Rc(i);ud(t)},_emval_set_property:function(t,i,o){t=rc(t);i=rc(i);o=rc(o);t[i]=o},_emval_take_value:function(t,i){t=Fc(t,\"_emval_take_value\");t=t.readValueFromPointer(i);return sc(t)},abort:()=>{Aa(\"\")},emscripten_asm_const_int:(t,i,o)=>{Ze.length=0;var s;for(o>>=2;s=k[i++];)o+=105!=s&o,Ze.push(105==s?N[o]:X[o++>>1]),++o;return oe[t].apply(null,Ze)},emscripten_date_now:function(){return Date.now()},emscripten_get_now:()=>performance.now(),emscripten_memcpy_big:(t,i,o)=>k.copyWithin(t,i,i+o),emscripten_resize_heap:t=>{var i=k.length;t>>>=0;if(2147483648<t)return!1;for(var o=1;4>=o;o*=2){var s=i*(1+.2/o);s=Math.min(s,t+100663296);var h=Math;s=Math.max(t,s);e:{h=h.min.call(h,2147483648,s+(65536-s%65536)%65536)-j.buffer.byteLength+65535>>>16;try{j.grow(h);Ja();var v=1;break e}catch(t){}v=void 0}if(v)return!0}return!1},environ_get:(t,i)=>{var o=0;Od().forEach((function(s,h){var v=i+o;h=$[t+4*h>>2]=v;for(v=0;v<s.length;++v)I[h++|0]=s.charCodeAt(v);I[h|0]=0;o+=s.length+1}));return 0},environ_sizes_get:(t,i)=>{var o=Od();$[t>>2]=o.length;var s=0;o.forEach((function(t){s+=t.length+1}));$[i>>2]=s;return 0},fd_close:function(t){try{var i=Tb(t);if(null===i.X)throw new Ce(8);i.Ma&&(i.Ma=null);try{i.m.close&&i.m.close(i)}catch(t){throw t}finally{we[i.X]=null}i.X=null;return 0}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return t.aa}},fd_read:function(t,i,o,s){try{e:{var h=Tb(t);t=i;for(var v,m=i=0;m<o;m++){var y=$[t>>2],w=$[t+4>>2];t+=8;var _=h,A=y,R=w,C=v,E=I;if(0>R||0>C)throw new Ce(28);if(null===_.X)throw new Ce(8);if(1===(_.flags&2097155))throw new Ce(8);if(16384===(_.node.mode&61440))throw new Ce(31);if(!_.m.read)throw new Ce(28);var L=\"undefined\"!=typeof C;if(L){if(!_.seekable)throw new Ce(70)}else C=_.position;var T=_.m.read(_,E,A,R,C);L||(_.position+=T);var P=T;if(0>P){var M=-1;break e}i+=P;if(P<w)break;\"undefined\"!==typeof v&&(v+=P)}M=i}$[s>>2]=M;return 0}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return t.aa}},fd_seek:function(t,i,o,s,h){i=o+2097152>>>0<4194305-!!i?(i>>>0)+4294967296*o:NaN;try{if(isNaN(i))return 61;var v=Tb(t);fc(v,i,s);ae=[v.position>>>0,(ie=v.position,1<=+Math.abs(ie)?0<ie?+Math.floor(ie/4294967296)>>>0:~~+Math.ceil((ie-+(~~ie>>>0))/4294967296)>>>0:0)];N[h>>2]=ae[0];N[h+4>>2]=ae[1];v.Ma&&0===i&&0===s&&(v.Ma=null);return 0}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return t.aa}},fd_write:function(t,i,o,s){try{e:{var h=Tb(t);t=i;for(var v,m=i=0;m<o;m++){var y=$[t>>2],w=$[t+4>>2];t+=8;var _=h,A=y,R=w,C=v,E=I;if(0>R||0>C)throw new Ce(28);if(null===_.X)throw new Ce(8);if(0===(_.flags&2097155))throw new Ce(8);if(16384===(_.node.mode&61440))throw new Ce(31);if(!_.m.write)throw new Ce(28);_.seekable&&_.flags&1024&&fc(_,0,2);var L=\"undefined\"!=typeof C;if(L){if(!_.seekable)throw new Ce(70)}else C=_.position;var T=_.m.write(_,E,A,R,C,void 0);L||(_.position+=T);var P=T;if(0>P){var M=-1;break e}i+=P;\"undefined\"!==typeof v&&(v+=P)}M=i}$[s>>2]=M;return 0}catch(t){if(\"undefined\"==typeof Te||\"ErrnoError\"!==t.name)throw t;return t.aa}},strftime_l:(t,i,o,s)=>Sd(t,i,o,s)};(function(){function a(t){O=t=t.exports;j=O.memory;Ja();G=O.__indirect_function_table;J.unshift(O.__wasm_call_ctors);Q--;v.monitorRunDependencies&&v.monitorRunDependencies(Q);if(0==Q&&(null!==ee&&(clearInterval(ee),ee=null),te)){var i=te;te=null;i()}return t}var t={env:nt,wasi_snapshot_preview1:nt};Q++;v.monitorRunDependencies&&v.monitorRunDependencies(Q);if(v.instantiateWasm)try{return v.instantiateWasm(t,a)}catch(t){F(\"Module.instantiateWasm callback failed with error: \"+t),h(t)}Ya(t,(function(t){a(t.instance)})).catch(h);return{}})();var Ec=t=>(Ec=O.free)(t),Wd=t=>(Wd=O.malloc)(t),rt=v._ma_device__on_notification_unlocked=t=>(rt=v._ma_device__on_notification_unlocked=O.ma_device__on_notification_unlocked)(t);v._ma_malloc_emscripten=(t,i)=>(v._ma_malloc_emscripten=O.ma_malloc_emscripten)(t,i);v._ma_free_emscripten=(t,i)=>(v._ma_free_emscripten=O.ma_free_emscripten)(t,i);var it=v._ma_device_process_pcm_frames_capture__webaudio=(t,i,o)=>(it=v._ma_device_process_pcm_frames_capture__webaudio=O.ma_device_process_pcm_frames_capture__webaudio)(t,i,o),at=v._ma_device_process_pcm_frames_playback__webaudio=(t,i,o)=>(at=v._ma_device_process_pcm_frames_playback__webaudio=O.ma_device_process_pcm_frames_playback__webaudio)(t,i,o),Vd=()=>(Vd=O.__errno_location)(),Dc=t=>(Dc=O.__getTypeName)(t);v.__embind_initialize_bindings=()=>(v.__embind_initialize_bindings=O._embind_initialize_bindings)();v.dynCall_iiji=(t,i,o,s,h)=>(v.dynCall_iiji=O.dynCall_iiji)(t,i,o,s,h);v.dynCall_jiji=(t,i,o,s,h)=>(v.dynCall_jiji=O.dynCall_jiji)(t,i,o,s,h);v.dynCall_iiiji=(t,i,o,s,h,m)=>(v.dynCall_iiiji=O.dynCall_iiiji)(t,i,o,s,h,m);v.dynCall_iij=(t,i,o,s)=>(v.dynCall_iij=O.dynCall_iij)(t,i,o,s);v.dynCall_jii=(t,i,o)=>(v.dynCall_jii=O.dynCall_jii)(t,i,o);v.dynCall_viijii=(t,i,o,s,h,m,y)=>(v.dynCall_viijii=O.dynCall_viijii)(t,i,o,s,h,m,y);v.dynCall_iiiiij=(t,i,o,s,h,m,y)=>(v.dynCall_iiiiij=O.dynCall_iiiiij)(t,i,o,s,h,m,y);v.dynCall_iiiiijj=(t,i,o,s,h,m,y,w,_)=>(v.dynCall_iiiiijj=O.dynCall_iiiiijj)(t,i,o,s,h,m,y,w,_);v.dynCall_iiiiiijj=(t,i,o,s,h,m,y,w,_,A)=>(v.dynCall_iiiiiijj=O.dynCall_iiiiiijj)(t,i,o,s,h,m,y,w,_,A);var ot;te=function Zd(){ot||$d();ot||(te=Zd)};function $d(){function a(){if(!ot&&(ot=!0,v.calledRun=!0,!H)){v.noFSInit||pe||(pe=!0,gc(),v.stdin=v.stdin,v.stdout=v.stdout,v.stderr=v.stderr,v.stdin?jc(\"stdin\",v.stdin):cc(\"/dev/tty\",\"/dev/stdin\"),v.stdout?jc(\"stdout\",null,v.stdout):cc(\"/dev/tty\",\"/dev/stdout\"),v.stderr?jc(\"stderr\",null,v.stderr):cc(\"/dev/tty1\",\"/dev/stderr\"),ec(\"/dev/stdin\",0),ec(\"/dev/stdout\",1),ec(\"/dev/stderr\",1));Re=!1;eb(J);s(v);v.onRuntimeInitialized&&v.onRuntimeInitialized();if(v.postRun)for(\"function\"==typeof v.postRun&&(v.postRun=[v.postRun]);v.postRun.length;){var t=v.postRun.shift();K.unshift(t)}eb(K)}}if(!(0<Q)){if(v.preRun)for(\"function\"==typeof v.preRun&&(v.preRun=[v.preRun]);v.preRun.length;)Oa();eb(q);0<Q||(v.setStatus?(v.setStatus(\"Running...\"),setTimeout((function(){setTimeout((function(){v.setStatus(\"\")}),1);a()}),1)):a())}}if(v.preInit)for(\"function\"==typeof v.preInit&&(v.preInit=[v.preInit]);0<v.preInit.length;)v.preInit.pop()();$d();return o.ready}})();const v=h},t=>{t.exports=JSON.parse('{\"name\":\"@rive-app/canvas\",\"version\":\"2.26.2\",\"description\":\"Rive\\'s canvas based web api.\",\"main\":\"rive.js\",\"homepage\":\"https://rive.app\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/rive-app/rive-wasm/tree/master/js\"},\"keywords\":[\"rive\",\"animation\"],\"author\":\"Rive\",\"contributors\":[\"Luigi Rosso <luigi@rive.app> (https://rive.app)\",\"Maxwell Talbot <max@rive.app> (https://rive.app)\",\"Arthur Vivian <arthur@rive.app> (https://rive.app)\",\"Umberto Sonnino <umberto@rive.app> (https://rive.app)\",\"Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)\"],\"license\":\"MIT\",\"files\":[\"rive.js\",\"rive.js.map\",\"rive.wasm\",\"rive_fallback.wasm\",\"rive.d.ts\",\"rive_advanced.mjs.d.ts\"],\"typings\":\"rive.d.ts\",\"dependencies\":{},\"browser\":{\"fs\":false,\"path\":false}}')},(t,i,o)=>{o.r(i);o.d(i,{Animation:()=>s.Animation});var s=o(4)},(i,o,s)=>{s.r(o);s.d(o,{Animation:()=>h});var h=function(){\n/**\n         * Constructs a new animation\n         * @constructor\n         * @param {any} animation: runtime animation object\n         * @param {any} instance: runtime animation instance object\n         */\nfunction Animation(i,o,s,h){(this||t).animation=i;(this||t).artboard=o;(this||t).playing=h;(this||t).loopCount=0;(this||t).scrubTo=null;(this||t).instance=new s.LinearAnimationInstance(i,o)}Object.defineProperty(Animation.prototype,\"name\",{get:function(){return(this||t).animation.name},enumerable:false,configurable:true});Object.defineProperty(Animation.prototype,\"time\",{get:function(){return(this||t).instance.time},set:function(i){(this||t).instance.time=i},enumerable:false,configurable:true});Object.defineProperty(Animation.prototype,\"loopValue\",{get:function(){return(this||t).animation.loopValue},enumerable:false,configurable:true});Object.defineProperty(Animation.prototype,\"needsScrub\",{\n/**\n           * Indicates whether the animation needs to be scrubbed.\n           * @returns `true` if the animation needs to be scrubbed, `false` otherwise.\n           */\nget:function(){return(this||t).scrubTo!==null},enumerable:false,configurable:true});\n/**\n         * Advances the animation by the give time. If the animation needs scrubbing,\n         * time is ignored and the stored scrub value is used.\n         * @param time the time to advance the animation by if no scrubbing required\n         */Animation.prototype.advance=function(i){if((this||t).scrubTo===null)(this||t).instance.advance(i);else{(this||t).instance.time=0;(this||t).instance.advance((this||t).scrubTo);(this||t).scrubTo=null}};\n/**\n         * Apply interpolated keyframe values to the artboard. This should be called after calling\n         * .advance() on an animation instance so that new values are applied to properties.\n         *\n         * Note: This does not advance the artboard, which updates all objects on the artboard\n         * @param mix - Mix value for the animation from 0 to 1\n         */Animation.prototype.apply=function(i){(this||t).instance.apply(i)};Animation.prototype.cleanup=function(){(this||t).instance.delete()};return Animation}()},(t,i,o)=>{o.r(i);o.d(i,{BLANK_URL:()=>h.BLANK_URL,registerTouchInteractions:()=>s.registerTouchInteractions,sanitizeUrl:()=>h.sanitizeUrl});var s=o(6);var h=o(7)},(t,i,o)=>{o.r(i);o.d(i,{registerTouchInteractions:()=>registerTouchInteractions});var s=void 0;\n/**\n       * Returns the clientX and clientY properties from touch or mouse events. Also\n       * calls preventDefault() on the event if it is a touchstart or touchmove to prevent\n       * scrolling the page on mobile devices\n       * @param event - Either a TouchEvent or a MouseEvent\n       * @returns - Coordinates of the clientX and clientY properties from the touch/mouse event\n       */var getClientCoordinates=function(t,i){var o,s;if([\"touchstart\",\"touchmove\"].indexOf(t.type)>-1&&((o=t.touches)===null||o===void 0?void 0:o.length)){i||t.preventDefault();return{clientX:t.touches[0].clientX,clientY:t.touches[0].clientY}}return t.type===\"touchend\"&&((s=t.changedTouches)===null||s===void 0?void 0:s.length)?{clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY}:{clientX:t.clientX,clientY:t.clientY}};var registerTouchInteractions=function(t){var i=t.canvas,o=t.artboard,h=t.stateMachines,v=h===void 0?[]:h,m=t.renderer,y=t.rive,w=t.fit,_=t.alignment,A=t.isTouchScrollEnabled,R=A!==void 0&&A,C=t.layoutScaleFactor,E=C===void 0?1:C;if(!i||!v.length||!m||!y||!o||typeof window===\"undefined\")return null;var L=null;var T=false;var processEventCallback=function(t){if(T&&t instanceof MouseEvent)t.type==\"mouseup\"&&(T=false);else{T=R&&t.type===\"touchend\"&&L===\"touchstart\";L=t.type;var i=t.currentTarget.getBoundingClientRect();var s=getClientCoordinates(t,R),h=s.clientX,m=s.clientY;if(h||m){var A=h-i.left;var C=m-i.top;var P=y.computeAlignment(w,_,{minX:0,minY:0,maxX:i.width,maxY:i.height},o.bounds,E);var M=new y.Mat2D;P.invert(M);var F=new y.Vec2D(A,C);var x=y.mapXY(M,F);var j=x.x();var O=x.y();x.delete();M.delete();F.delete();P.delete();switch(t.type){case\"mouseout\":for(var I=0,k=v;I<k.length;I++){var D=k[I];D.pointerMove(j,O)}break;case\"touchmove\":case\"mouseover\":case\"mousemove\":for(var U=0,N=v;U<N.length;U++){D=N[U];D.pointerMove(j,O)}break;case\"touchstart\":case\"mousedown\":for(var $=0,z=v;$<z.length;$++){D=z[$];D.pointerDown(j,O)}break;case\"touchend\":case\"mouseup\":for(var X=0,H=v;X<H.length;X++){D=H[X];D.pointerUp(j,O)}break;default:}}}};var P=processEventCallback.bind(s);i.addEventListener(\"mouseover\",P);i.addEventListener(\"mouseout\",P);i.addEventListener(\"mousemove\",P);i.addEventListener(\"mousedown\",P);i.addEventListener(\"mouseup\",P);i.addEventListener(\"touchmove\",P,{passive:R});i.addEventListener(\"touchstart\",P,{passive:R});i.addEventListener(\"touchend\",P);return function(){i.removeEventListener(\"mouseover\",P);i.removeEventListener(\"mouseout\",P);i.removeEventListener(\"mousemove\",P);i.removeEventListener(\"mousedown\",P);i.removeEventListener(\"mouseup\",P);i.removeEventListener(\"touchmove\",P);i.removeEventListener(\"touchstart\",P);i.removeEventListener(\"touchend\",P)}}},(t,i,o)=>{o.r(i);o.d(i,{BLANK_URL:()=>_,sanitizeUrl:()=>sanitizeUrl});var s=/^([^\\w]*)(javascript|data|vbscript)/im;var h=/&#(\\w+)(^\\w|;)?/g;var v=/&(newline|tab);/gi;var m=/[\\u0000-\\u001F\\u007F-\\u009F\\u2000-\\u200D\\uFEFF]/gim;var y=/^.+(:|&colon;)/gim;var w=[\".\",\"/\"];var _=\"about:blank\";function isRelativeUrlWithoutProtocol(t){return w.indexOf(t[0])>-1}function decodeHtmlCharacters(t){var i=t.replace(m,\"\");return i.replace(h,(function(t,i){return String.fromCharCode(i)}))}function sanitizeUrl(t){if(!t)return _;var i=decodeHtmlCharacters(t).replace(v,\"\").replace(m,\"\").trim();if(!i)return _;if(isRelativeUrlWithoutProtocol(i))return i;var o=i.match(y);if(!o)return i;var h=o[0];return s.test(h)?_:i}}];var o={};function __webpack_require__(t){var s=o[t];if(s!==void 0)return s.exports;var h=o[t]={exports:{}};i[t](h,h.exports,__webpack_require__);return h.exports}(()=>{__webpack_require__.d=(t,i)=>{for(var o in i)__webpack_require__.o(i,o)&&!__webpack_require__.o(t,o)&&Object.defineProperty(t,o,{enumerable:true,get:i[o]})}})();(()=>{__webpack_require__.o=(t,i)=>Object.prototype.hasOwnProperty.call(t,i)})();(()=>{__webpack_require__.r=t=>{typeof Symbol!==\"undefined\"&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:\"Module\"});Object.defineProperty(t,\"__esModule\",{value:true})}})();var s={};(()=>{__webpack_require__.r(s);__webpack_require__.d(s,{Alignment:()=>R,EventType:()=>x,Fit:()=>A,Layout:()=>C,LoopType:()=>j,Rive:()=>G,RiveEventType:()=>P,RiveFile:()=>H,RuntimeLoader:()=>E,StateMachineInput:()=>T,StateMachineInputType:()=>L,Testing:()=>q,decodeAudio:()=>decodeAudio,decodeFont:()=>decodeFont,decodeImage:()=>decodeImage});var i=__webpack_require__(1);var o=__webpack_require__(2);var h=__webpack_require__(3);var v=__webpack_require__(5);var m=(void 0,function(){var extendStatics=function(t,i){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])};return extendStatics(t,i)};return function(i,o){if(typeof o!==\"function\"&&o!==null)throw new TypeError(\"Class extends value \"+String(o)+\" is not a constructor or null\");extendStatics(i,o);function __(){(this||t).constructor=i}i.prototype=o===null?Object.create(o):(__.prototype=o.prototype,new __)}}());var y=(void 0,function(t,i,o,s){function adopt(t){return t instanceof o?t:new o((function(i){i(t)}))}return new(o||(o=Promise))((function(o,h){function fulfilled(t){try{step(s.next(t))}catch(t){h(t)}}function rejected(t){try{step(s.throw(t))}catch(t){h(t)}}function step(t){t.done?o(t.value):adopt(t.value).then(fulfilled,rejected)}step((s=s.apply(t,i||[])).next())}))});var w=(void 0,function(i,o){var s,h,v,m={label:0,sent:function(){if(v[0]&1)throw v[1];return v[1]},trys:[],ops:[]},y=Object.create((typeof Iterator===\"function\"?Iterator:Object).prototype);return y.next=verb(0),y.throw=verb(1),y.return=verb(2),typeof Symbol===\"function\"&&(y[Symbol.iterator]=function(){return this||t}),y;function verb(t){return function(i){return step([t,i])}}function step(t){if(s)throw new TypeError(\"Generator is already executing.\");while(y&&(y=0,t[0]&&(m=0)),m)try{if(s=1,h&&(v=t[0]&2?h.return:t[0]?h.throw||((v=h.return)&&v.call(h),0):h.next)&&!(v=v.call(h,t[1])).done)return v;(h=0,v)&&(t=[t[0]&2,v.value]);switch(t[0]){case 0:case 1:v=t;break;case 4:m.label++;return{value:t[1],done:false};case 5:m.label++;h=t[1];t=[0];continue;case 7:t=m.ops.pop();m.trys.pop();continue;default:if(!(v=m.trys,v=v.length>0&&v[v.length-1])&&(t[0]===6||t[0]===2)){m=0;continue}if(t[0]===3&&(!v||t[1]>v[0]&&t[1]<v[3])){m.label=t[1];break}if(t[0]===6&&m.label<v[1]){m.label=v[1];v=t;break}if(v&&m.label<v[2]){m.label=v[2];m.ops.push(t);break}v[2]&&m.ops.pop();m.trys.pop();continue}t=o.call(i,m)}catch(i){t=[6,i];h=0}finally{s=v=0}if(t[0]&5)throw t[1];return{value:t[0]?t[1]:void 0,done:true}}});var _=function(i){m(RiveError,i);function RiveError(){var o=i!==null&&i.apply(this||t,arguments)||this||t;o.isHandledError=true;return o}return RiveError}(Error);var resolveErrorMessage=function(t){return t&&t.isHandledError?t.message:\"Problem loading file; may be corrupt!\"};var A;(function(t){t.Cover=\"cover\";t.Contain=\"contain\";t.Fill=\"fill\";t.FitWidth=\"fitWidth\";t.FitHeight=\"fitHeight\";t.None=\"none\";t.ScaleDown=\"scaleDown\";t.Layout=\"layout\"})(A||(A={}));var R;(function(t){t.Center=\"center\";t.TopLeft=\"topLeft\";t.TopCenter=\"topCenter\";t.TopRight=\"topRight\";t.CenterLeft=\"centerLeft\";t.CenterRight=\"centerRight\";t.BottomLeft=\"bottomLeft\";t.BottomCenter=\"bottomCenter\";t.BottomRight=\"bottomRight\"})(R||(R={}));var C=function(){function Layout(i){var o,s,h,v,m,y,w;(this||t).fit=(o=i===null||i===void 0?void 0:i.fit)!==null&&o!==void 0?o:A.Contain;(this||t).alignment=(s=i===null||i===void 0?void 0:i.alignment)!==null&&s!==void 0?s:R.Center;(this||t).layoutScaleFactor=(h=i===null||i===void 0?void 0:i.layoutScaleFactor)!==null&&h!==void 0?h:1;(this||t).minX=(v=i===null||i===void 0?void 0:i.minX)!==null&&v!==void 0?v:0;(this||t).minY=(m=i===null||i===void 0?void 0:i.minY)!==null&&m!==void 0?m:0;(this||t).maxX=(y=i===null||i===void 0?void 0:i.maxX)!==null&&y!==void 0?y:0;(this||t).maxY=(w=i===null||i===void 0?void 0:i.maxY)!==null&&w!==void 0?w:0}Layout.new=function(t){var i=t.fit,o=t.alignment,s=t.minX,h=t.minY,v=t.maxX,m=t.maxY;console.warn(\"This function is deprecated: please use `new Layout({})` instead\");return new Layout({fit:i,alignment:o,minX:s,minY:h,maxX:v,maxY:m})};Layout.prototype.copyWith=function(i){var o=i.fit,s=i.alignment,h=i.layoutScaleFactor,v=i.minX,m=i.minY,y=i.maxX,w=i.maxY;return new Layout({fit:o!==null&&o!==void 0?o:(this||t).fit,alignment:s!==null&&s!==void 0?s:(this||t).alignment,layoutScaleFactor:h!==null&&h!==void 0?h:(this||t).layoutScaleFactor,minX:v!==null&&v!==void 0?v:(this||t).minX,minY:m!==null&&m!==void 0?m:(this||t).minY,maxX:y!==null&&y!==void 0?y:(this||t).maxX,maxY:w!==null&&w!==void 0?w:(this||t).maxY})};Layout.prototype.runtimeFit=function(i){if((this||t).cachedRuntimeFit)return(this||t).cachedRuntimeFit;var o;o=(this||t).fit===A.Cover?i.Fit.cover:(this||t).fit===A.Contain?i.Fit.contain:(this||t).fit===A.Fill?i.Fit.fill:(this||t).fit===A.FitWidth?i.Fit.fitWidth:(this||t).fit===A.FitHeight?i.Fit.fitHeight:(this||t).fit===A.ScaleDown?i.Fit.scaleDown:(this||t).fit===A.Layout?i.Fit.layout:i.Fit.none;(this||t).cachedRuntimeFit=o;return o};Layout.prototype.runtimeAlignment=function(i){if((this||t).cachedRuntimeAlignment)return(this||t).cachedRuntimeAlignment;var o;o=(this||t).alignment===R.TopLeft?i.Alignment.topLeft:(this||t).alignment===R.TopCenter?i.Alignment.topCenter:(this||t).alignment===R.TopRight?i.Alignment.topRight:(this||t).alignment===R.CenterLeft?i.Alignment.centerLeft:(this||t).alignment===R.CenterRight?i.Alignment.centerRight:(this||t).alignment===R.BottomLeft?i.Alignment.bottomLeft:(this||t).alignment===R.BottomCenter?i.Alignment.bottomCenter:(this||t).alignment===R.BottomRight?i.Alignment.bottomRight:i.Alignment.center;(this||t).cachedRuntimeAlignment=o;return o};return Layout}();var E=function(){function RuntimeLoader(){}RuntimeLoader.loadRuntime=function(){i.default({locateFile:function(){return RuntimeLoader.wasmURL}}).then((function(t){var i;RuntimeLoader.runtime=t;while(RuntimeLoader.callBackQueue.length>0)(i=RuntimeLoader.callBackQueue.shift())===null||i===void 0?void 0:i(RuntimeLoader.runtime)})).catch((function(t){var i={message:(t===null||t===void 0?void 0:t.message)||\"Unknown error\",type:(t===null||t===void 0?void 0:t.name)||\"Error\",wasmError:t instanceof WebAssembly.CompileError||t instanceof WebAssembly.RuntimeError,originalError:t};console.debug(\"Rive WASM load error details:\",i);var s=\"https://cdn.jsdelivr.net/npm/\".concat(o.name,\"@\").concat(o.version,\"/rive_fallback.wasm\");if(RuntimeLoader.wasmURL.toLowerCase()!==s){console.warn(\"Failed to load WASM from \".concat(RuntimeLoader.wasmURL,\" (\").concat(i.message,\"), trying jsdelivr as a backup\"));RuntimeLoader.setWasmUrl(s);RuntimeLoader.loadRuntime()}else{var h=[\"Could not load Rive WASM file from \".concat(RuntimeLoader.wasmURL,\" or \").concat(s,\".\"),\"Possible reasons:\",\"- Network connection is down\",\"- WebAssembly is not supported in this environment\",\"- The WASM file is corrupted or incompatible\",\"\\nError details:\",\"- Type: \".concat(i.type),\"- Message: \".concat(i.message),\"- WebAssembly-specific error: \".concat(i.wasmError),\"\\nTo resolve, you may need to:\",\"1. Check your network connection\",\"2. Set a new WASM source via RuntimeLoader.setWasmUrl()\",\"3. Call RuntimeLoader.loadRuntime() again\"].join(\"\\n\");console.error(h)}}))};RuntimeLoader.getInstance=function(t){if(!RuntimeLoader.isLoading){RuntimeLoader.isLoading=true;RuntimeLoader.loadRuntime()}RuntimeLoader.runtime?t(RuntimeLoader.runtime):RuntimeLoader.callBackQueue.push(t)};RuntimeLoader.awaitInstance=function(){return new Promise((function(t){return RuntimeLoader.getInstance((function(i){return t(i)}))}))};RuntimeLoader.setWasmUrl=function(t){RuntimeLoader.wasmURL=t};RuntimeLoader.getWasmUrl=function(){return RuntimeLoader.wasmURL};RuntimeLoader.isLoading=false;RuntimeLoader.callBackQueue=[];RuntimeLoader.wasmURL=\"https://unpkg.com/\".concat(o.name,\"@\").concat(o.version,\"/rive.wasm\");return RuntimeLoader}();var L;(function(t){t[t.Number=56]=\"Number\";t[t.Trigger=58]=\"Trigger\";t[t.Boolean=59]=\"Boolean\"})(L||(L={}));var T=function(){function StateMachineInput(i,o){(this||t).type=i;(this||t).runtimeInput=o}Object.defineProperty(StateMachineInput.prototype,\"name\",{get:function(){return(this||t).runtimeInput.name},enumerable:false,configurable:true});Object.defineProperty(StateMachineInput.prototype,\"value\",{get:function(){return(this||t).runtimeInput.value},set:function(i){(this||t).runtimeInput.value=i},enumerable:false,configurable:true});StateMachineInput.prototype.fire=function(){(this||t).type===L.Trigger&&(this||t).runtimeInput.fire()};StateMachineInput.prototype.delete=function(){(this||t).runtimeInput=null};return StateMachineInput}();var P;(function(t){t[t.General=128]=\"General\";t[t.OpenUrl=131]=\"OpenUrl\"})(P||(P={}));var M=function(){\n/**\n         * @constructor\n         * @param stateMachine runtime state machine object\n         * @param instance runtime state machine instance object\n         */\nfunction StateMachine(i,o,s,h){(this||t).stateMachine=i;(this||t).playing=s;(this||t).artboard=h;(this||t).inputs=[];(this||t).instance=new o.StateMachineInstance(i,h);this.initInputs(o)}Object.defineProperty(StateMachine.prototype,\"name\",{get:function(){return(this||t).stateMachine.name},enumerable:false,configurable:true});Object.defineProperty(StateMachine.prototype,\"statesChanged\",{get:function(){var i=[];for(var o=0;o<(this||t).instance.stateChangedCount();o++)i.push((this||t).instance.stateChangedNameByIndex(o));return i},enumerable:false,configurable:true});\n/**\n         * Advances the state machine instance by a given time.\n         * @param time - the time to advance the animation by in seconds\n         */StateMachine.prototype.advance=function(i){(this||t).instance.advance(i)};\n/**\n         * Advances the state machine instance by a given time and apply changes to artboard.\n         * @param time - the time to advance the animation by in seconds\n         */StateMachine.prototype.advanceAndApply=function(i){(this||t).instance.advanceAndApply(i)};\n/**\n         * Returns the number of events reported from the last advance call\n         * @returns Number of events reported\n         */StateMachine.prototype.reportedEventCount=function(){return(this||t).instance.reportedEventCount()};\n/**\n         * Returns a RiveEvent object emitted from the last advance call at the given index\n         * of a list of potentially multiple events. If an event at the index is not found,\n         * undefined is returned.\n         * @param i index of the event reported in a list of potentially multiple events\n         * @returns RiveEvent or extended RiveEvent object returned, or undefined\n         */StateMachine.prototype.reportedEventAt=function(i){return(this||t).instance.reportedEventAt(i)};\n/**\n         * Fetches references to the state machine's inputs and caches them\n         * @param runtime an instance of the runtime; needed for the SMIInput types\n         */StateMachine.prototype.initInputs=function(i){for(var o=0;o<(this||t).instance.inputCount();o++){var s=(this||t).instance.input(o);(this||t).inputs.push(this.mapRuntimeInput(s,i))}};\n/**\n         * Maps a runtime input to it's appropriate type\n         * @param input\n         */StateMachine.prototype.mapRuntimeInput=function(t,i){return t.type===i.SMIInput.bool?new T(L.Boolean,t.asBool()):t.type===i.SMIInput.number?new T(L.Number,t.asNumber()):t.type===i.SMIInput.trigger?new T(L.Trigger,t.asTrigger()):void 0};StateMachine.prototype.cleanup=function(){(this||t).inputs.forEach((function(t){t.delete()}));(this||t).inputs.length=0;(this||t).instance.delete()};return StateMachine}();var F=function(){\n/**\n         * Constructs a new animator\n         * @constructor\n         * @param runtime Rive runtime; needed to instance animations & state machines\n         * @param artboard the artboard that holds all animations and state machines\n         * @param animations optional list of animations\n         * @param stateMachines optional list of state machines\n         */\nfunction Animator(i,o,s,h,v){h===void 0&&(h=[]);v===void 0&&(v=[]);(this||t).runtime=i;(this||t).artboard=o;(this||t).eventManager=s;(this||t).animations=h;(this||t).stateMachines=v}\n/**\n         * Adds animations and state machines by their names. If names are shared\n         * between animations & state machines, then the first one found will be\n         * created. Best not to use the same names for these in your Rive file.\n         * @param animatable the name(s) of animations and state machines to add\n         * @returns a list of names of the playing animations and state machines\n         */Animator.prototype.add=function(i,o,s){s===void 0&&(s=true);i=mapToStringArray(i);if(i.length===0){(this||t).animations.forEach((function(t){return t.playing=o}));(this||t).stateMachines.forEach((function(t){return t.playing=o}))}else{var v=(this||t).animations.map((function(t){return t.name}));var m=(this||t).stateMachines.map((function(t){return t.name}));for(var y=0;y<i.length;y++){var w=v.indexOf(i[y]);var _=m.indexOf(i[y]);if(w>=0||_>=0)w>=0?(this||t).animations[w].playing=o:(this||t).stateMachines[_].playing=o;else{var A=(this||t).artboard.animationByName(i[y]);if(A){var R=new h.Animation(A,(this||t).artboard,(this||t).runtime,o);R.advance(0);R.apply(1);(this||t).animations.push(R)}else{var C=(this||t).artboard.stateMachineByName(i[y]);if(C){var E=new M(C,(this||t).runtime,o,(this||t).artboard);(this||t).stateMachines.push(E)}}}}}s&&(o?(this||t).eventManager.fire({type:x.Play,data:(this||t).playing}):(this||t).eventManager.fire({type:x.Pause,data:(this||t).paused}));return o?(this||t).playing:(this||t).paused};\n/**\n         * Adds linear animations by their names.\n         * @param animatables the name(s) of animations to add\n         * @param playing whether animations should play on instantiation\n         */Animator.prototype.initLinearAnimations=function(i,o){var s=(this||t).animations.map((function(t){return t.name}));for(var v=0;v<i.length;v++){var m=s.indexOf(i[v]);if(m>=0)(this||t).animations[m].playing=o;else{var y=(this||t).artboard.animationByName(i[v]);if(y){var w=new h.Animation(y,(this||t).artboard,(this||t).runtime,o);w.advance(0);w.apply(1);(this||t).animations.push(w)}}}};\n/**\n         * Adds state machines by their names.\n         * @param animatables the name(s) of state machines to add\n         * @param playing whether state machines should play on instantiation\n         */Animator.prototype.initStateMachines=function(i,o){var s=(this||t).stateMachines.map((function(t){return t.name}));for(var h=0;h<i.length;h++){var v=s.indexOf(i[h]);if(v>=0)(this||t).stateMachines[v].playing=o;else{var m=(this||t).artboard.stateMachineByName(i[h]);if(m){var y=new M(m,(this||t).runtime,o,(this||t).artboard);(this||t).stateMachines.push(y)}else this.initLinearAnimations([i[h]],o)}}};\n/**\n         * Play the named animations/state machines\n         * @param animatables the names of the animations/machines to play; plays all if empty\n         * @returns a list of the playing items\n         */Animator.prototype.play=function(t){return this.add(t,true)};\n/**\n         * Pauses named animations and state machines, or everything if nothing is\n         * specified\n         * @param animatables names of the animations and state machines to pause\n         * @returns a list of names of the animations and state machines paused\n         */Animator.prototype.pause=function(t){return this.add(t,false)};\n/**\n         * Set time of named animations\n         * @param animations names of the animations to scrub\n         * @param value time scrub value, a floating point number to which the playhead is jumped\n         * @returns a list of names of the animations that were scrubbed\n         */Animator.prototype.scrub=function(i,o){var s=(this||t).animations.filter((function(t){return i.includes(t.name)}));s.forEach((function(t){return t.scrubTo=o}));return s.map((function(t){return t.name}))};Object.defineProperty(Animator.prototype,\"playing\",{get:function(){return(this||t).animations.filter((function(t){return t.playing})).map((function(t){return t.name})).concat((this||t).stateMachines.filter((function(t){return t.playing})).map((function(t){return t.name})))},enumerable:false,configurable:true});Object.defineProperty(Animator.prototype,\"paused\",{get:function(){return(this||t).animations.filter((function(t){return!t.playing})).map((function(t){return t.name})).concat((this||t).stateMachines.filter((function(t){return!t.playing})).map((function(t){return t.name})))},enumerable:false,configurable:true});\n/**\n         * Stops and removes all named animations and state machines\n         * @param animatables animations and state machines to remove\n         * @returns a list of names of removed items\n         */Animator.prototype.stop=function(i){var o=this||t;i=mapToStringArray(i);var s=[];if(i.length===0){s=(this||t).animations.map((function(t){return t.name})).concat((this||t).stateMachines.map((function(t){return t.name})));(this||t).animations.forEach((function(t){return t.cleanup()}));(this||t).stateMachines.forEach((function(t){return t.cleanup()}));(this||t).animations.splice(0,(this||t).animations.length);(this||t).stateMachines.splice(0,(this||t).stateMachines.length)}else{var h=(this||t).animations.filter((function(t){return i.includes(t.name)}));h.forEach((function(t){t.cleanup();o.animations.splice(o.animations.indexOf(t),1)}));var v=(this||t).stateMachines.filter((function(t){return i.includes(t.name)}));v.forEach((function(t){t.cleanup();o.stateMachines.splice(o.stateMachines.indexOf(t),1)}));s=h.map((function(t){return t.name})).concat(v.map((function(t){return t.name})))}(this||t).eventManager.fire({type:x.Stop,data:s});return s};Object.defineProperty(Animator.prototype,\"isPlaying\",{get:function(){return(this||t).animations.reduce((function(t,i){return t||i.playing}),false)||(this||t).stateMachines.reduce((function(t,i){return t||i.playing}),false)},enumerable:false,configurable:true});Object.defineProperty(Animator.prototype,\"isPaused\",{get:function(){return!(this||t).isPlaying&&((this||t).animations.length>0||(this||t).stateMachines.length>0)},enumerable:false,configurable:true});Object.defineProperty(Animator.prototype,\"isStopped\",{get:function(){return(this||t).animations.length===0&&(this||t).stateMachines.length===0},enumerable:false,configurable:true});\n/**\n         * If there are no animations or state machines, add the first one found\n         * @returns the name of the animation or state machine instanced\n         */Animator.prototype.atLeastOne=function(i,o){o===void 0&&(o=true);var s;(this||t).animations.length===0&&(this||t).stateMachines.length===0&&((this||t).artboard.animationCount()>0?this.add([s=(this||t).artboard.animationByIndex(0).name],i,o):(this||t).artboard.stateMachineCount()>0&&this.add([s=(this||t).artboard.stateMachineByIndex(0).name],i,o));return s};Animator.prototype.handleLooping=function(){for(var i=0,o=(this||t).animations.filter((function(t){return t.playing}));i<o.length;i++){var s=o[i];if(s.loopValue===0&&s.loopCount){s.loopCount=0;this.stop(s.name)}else if(s.loopValue===1&&s.loopCount){(this||t).eventManager.fire({type:x.Loop,data:{animation:s.name,type:j.Loop}});s.loopCount=0}else if(s.loopValue===2&&s.loopCount>1){(this||t).eventManager.fire({type:x.Loop,data:{animation:s.name,type:j.PingPong}});s.loopCount=0}}};Animator.prototype.handleStateChanges=function(){var i=[];for(var o=0,s=(this||t).stateMachines.filter((function(t){return t.playing}));o<s.length;o++){var h=s[o];i.push.apply(i,h.statesChanged)}i.length>0&&(this||t).eventManager.fire({type:x.StateChange,data:i})};Animator.prototype.handleAdvancing=function(i){(this||t).eventManager.fire({type:x.Advance,data:i})};return Animator}();var x;(function(t){t.Load=\"load\";t.LoadError=\"loaderror\";t.Play=\"play\";t.Pause=\"pause\";t.Stop=\"stop\";t.Loop=\"loop\";t.Draw=\"draw\";t.Advance=\"advance\";t.StateChange=\"statechange\";t.RiveEvent=\"riveevent\";t.AudioStatusChange=\"audiostatuschange\"})(x||(x={}));var j;(function(t){t.OneShot=\"oneshot\";t.Loop=\"loop\";t.PingPong=\"pingpong\"})(j||(j={}));var O=function(){function EventManager(i){i===void 0&&(i=[]);(this||t).listeners=i}EventManager.prototype.getListeners=function(i){return(this||t).listeners.filter((function(t){return t.type===i}))};EventManager.prototype.add=function(i){(this||t).listeners.includes(i)||(this||t).listeners.push(i)};\n/**\n         * Removes a listener\n         * @param listener the listener with the callback to be removed\n         */EventManager.prototype.remove=function(i){for(var o=0;o<(this||t).listeners.length;o++){var s=(this||t).listeners[o];if(s.type===i.type&&s.callback===i.callback){(this||t).listeners.splice(o,1);break}}};\n/**\n         * Clears all listeners of specified type, or every listener if no type is\n         * specified\n         * @param type the type of listeners to clear, or all listeners if not\n         * specified\n         */EventManager.prototype.removeAll=function(i){var o=this||t;i?(this||t).listeners.filter((function(t){return t.type===i})).forEach((function(t){return o.remove(t)})):(this||t).listeners.splice(0,(this||t).listeners.length)};EventManager.prototype.fire=function(t){var i=this.getListeners(t.type);i.forEach((function(i){return i.callback(t)}))};return EventManager}();var I=function(){function TaskQueueManager(i){(this||t).eventManager=i;(this||t).queue=[]}TaskQueueManager.prototype.add=function(i){(this||t).queue.push(i)};TaskQueueManager.prototype.process=function(){while((this||t).queue.length>0){var i=(this||t).queue.shift();(i===null||i===void 0?void 0:i.action)&&i.action();(i===null||i===void 0?void 0:i.event)&&(this||t).eventManager.fire(i.event)}};return TaskQueueManager}();var k;(function(t){t[t.AVAILABLE=0]=\"AVAILABLE\";t[t.UNAVAILABLE=1]=\"UNAVAILABLE\"})(k||(k={}));var D=function(i){m(AudioManager,i);function AudioManager(){var o=i!==null&&i.apply(this||t,arguments)||this||t;o._started=false;o._enabled=false;o._status=k.UNAVAILABLE;return o}AudioManager.prototype.delay=function(i){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(t){return[2,new Promise((function(t){return setTimeout(t,i)}))]}))}))};AudioManager.prototype.timeout=function(){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(t){return[2,new Promise((function(t,i){return setTimeout(i,50)}))]}))}))};AudioManager.prototype.reportToListeners=function(){this.fire({type:x.AudioStatusChange});this.removeAll()};AudioManager.prototype.enableAudio=function(){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(i){if(!(this||t)._enabled){(this||t)._enabled=true;(this||t)._status=k.AVAILABLE;this.reportToListeners()}return[2]}))}))};AudioManager.prototype.testAudio=function(){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(i){switch(i.label){case 0:if(!((this||t)._status===k.UNAVAILABLE&&(this||t)._audioContext!==null))return[3,4];i.label=1;case 1:i.trys.push([1,3,,4]);return[4,Promise.race([(this||t)._audioContext.resume(),this.timeout()])];case 2:i.sent();this.enableAudio();return[3,4];case 3:i.sent();return[3,4];case 4:return[2]}}))}))};AudioManager.prototype._establishAudio=function(){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(i){switch(i.label){case 0:if(!!(this||t)._started)return[3,5];(this||t)._started=true;if(!(typeof window==\"undefined\"))return[3,1];this.enableAudio();return[3,5];case 1:(this||t)._audioContext=new AudioContext;this.listenForUserAction();i.label=2;case 2:return(this||t)._status===k.UNAVAILABLE?[4,this.testAudio()]:[3,5];case 3:i.sent();return[4,this.delay(1e3)];case 4:i.sent();return[3,2];case 5:return[2]}}))}))};AudioManager.prototype.listenForUserAction=function(){var i=this||t;var _clickListener=function(){return y(i,void 0,void 0,(function(){return w(this||t,(function(t){this.enableAudio();return[2]}))}))};document.addEventListener(\"pointerdown\",_clickListener,{once:true})};AudioManager.prototype.establishAudio=function(){return y(this||t,void 0,void 0,(function(){return w(this||t,(function(t){this._establishAudio();return[2]}))}))};Object.defineProperty(AudioManager.prototype,\"systemVolume\",{get:function(){if((this||t)._status===k.UNAVAILABLE){this.testAudio();return 0}return 1},enumerable:false,configurable:true});Object.defineProperty(AudioManager.prototype,\"status\",{get:function(){return(this||t)._status},enumerable:false,configurable:true});return AudioManager}(O);var U=new D;var N=function(){function FakeResizeObserver(){}FakeResizeObserver.prototype.observe=function(){};FakeResizeObserver.prototype.unobserve=function(){};FakeResizeObserver.prototype.disconnect=function(){};return FakeResizeObserver}();var $=globalThis.ResizeObserver||N;var z=function(){function ObjectObservers(){var i=this||t;(this||t)._elementsMap=new Map;(this||t)._onObservedEntry=function(t){var o=i._elementsMap.get(t.target);o!==null?o.onResize(t.target.clientWidth==0||t.target.clientHeight==0):i._resizeObserver.unobserve(t.target)};(this||t)._onObserved=function(t){t.forEach(i._onObservedEntry)};(this||t)._resizeObserver=new $((this||t)._onObserved)}ObjectObservers.prototype.add=function(i,o){var s={onResize:o,element:i};(this||t)._elementsMap.set(i,s);(this||t)._resizeObserver.observe(i);return s};ObjectObservers.prototype.remove=function(i){(this||t)._resizeObserver.unobserve(i.element);(this||t)._elementsMap.delete(i.element)};return ObjectObservers}();var X=new z;var H=function(){function RiveFile(i){(this||t).enableRiveAssetCDN=true;(this||t).referenceCount=0;(this||t).destroyed=false;(this||t).src=i.src;(this||t).buffer=i.buffer;i.assetLoader&&((this||t).assetLoader=i.assetLoader);(this||t).enableRiveAssetCDN=typeof i.enableRiveAssetCDN!=\"boolean\"||i.enableRiveAssetCDN;(this||t).eventManager=new O;i.onLoad&&this.on(x.Load,i.onLoad);i.onLoadError&&this.on(x.LoadError,i.onLoadError)}RiveFile.prototype.initData=function(){return y(this||t,void 0,void 0,(function(){var i,o,s;var h;return w(this||t,(function(v){switch(v.label){case 0:if(!(this||t).src)return[3,2];i=this||t;return[4,loadRiveFile((this||t).src)];case 1:i.buffer=v.sent();v.label=2;case 2:if((this||t).destroyed)return[2];(this||t).assetLoader&&(o=new(this||t).runtime.CustomFileAssetLoader({loadContents:(this||t).assetLoader}));s=this||t;return[4,(this||t).runtime.load(new Uint8Array((this||t).buffer),o,(this||t).enableRiveAssetCDN)];case 3:s.file=v.sent();if((this||t).destroyed){(h=(this||t).file)===null||h===void 0?void 0:h.delete();(this||t).file=null;return[2]}if((this||t).file===null){(this||t).eventManager.fire({type:x.LoadError,data:null});throw new Error(RiveFile.fileLoadErrorMessage)}(this||t).eventManager.fire({type:x.Load,data:this||t});return[2]}}))}))};RiveFile.prototype.init=function(){return y(this||t,void 0,void 0,(function(){var i;return w(this||t,(function(o){switch(o.label){case 0:if(!(this||t).src&&!(this||t).buffer)throw new Error(RiveFile.missingErrorMessage);i=this||t;return[4,E.awaitInstance()];case 1:i.runtime=o.sent();return(this||t).destroyed?[2]:[4,this.initData()];case 2:o.sent();return[2]}}))}))};\n/**\n         * Subscribe to Rive-generated events\n         * @param type the type of event to subscribe to\n         * @param callback callback to fire when the event occurs\n         */RiveFile.prototype.on=function(i,o){(this||t).eventManager.add({type:i,callback:o})};\n/**\n         * Unsubscribes from a Rive-generated event\n         * @param type the type of event to unsubscribe from\n         * @param callback the callback to unsubscribe\n         */RiveFile.prototype.off=function(i,o){(this||t).eventManager.remove({type:i,callback:o})};RiveFile.prototype.cleanup=function(){var i;(this||t).referenceCount-=1;if((this||t).referenceCount<=0){this.removeAllRiveEventListeners();(i=(this||t).file)===null||i===void 0?void 0:i.delete();(this||t).file=null;(this||t).destroyed=true}};\n/**\n         * Unsubscribes all Rive listeners from an event type, or everything if no type is\n         * given\n         * @param type the type of event to unsubscribe from, or all types if\n         * undefined\n         */RiveFile.prototype.removeAllRiveEventListeners=function(i){(this||t).eventManager.removeAll(i)};RiveFile.prototype.getInstance=function(){if((this||t).file!==null){(this||t).referenceCount+=1;return(this||t).file}};RiveFile.missingErrorMessage=\"Rive source file or data buffer required\";RiveFile.fileLoadErrorMessage=\"The file failed to load\";return RiveFile}();var G=function(){function Rive(i){var o=this||t;var s;(this||t).loaded=false;(this||t).destroyed=false;(this||t)._observed=null;(this||t).readyForPlaying=false;(this||t).artboard=null;(this||t).eventCleanup=null;(this||t).shouldDisableRiveListeners=false;(this||t).automaticallyHandleEvents=false;(this||t).enableRiveAssetCDN=true;(this||t)._volume=1;(this||t)._artboardWidth=void 0;(this||t)._artboardHeight=void 0;(this||t)._devicePixelRatioUsed=1;(this||t)._hasZeroSize=false;(this||t)._audioEventListener=null;(this||t)._boundDraw=null;(this||t).durations=[];(this||t).frameTimes=[];(this||t).frameCount=0;(this||t).isTouchScrollEnabled=false;(this||t).onCanvasResize=function(t){var i=o._hasZeroSize!==t;o._hasZeroSize=t;t?o._layout.maxX&&o._layout.maxY||o.resizeToCanvas():i&&o.resizeDrawingSurfaceToCanvas()};(this||t).renderSecondTimer=0;(this||t)._boundDraw=(this||t).draw.bind(this||t);(this||t).canvas=i.canvas;i.canvas.constructor===HTMLCanvasElement&&((this||t)._observed=X.add((this||t).canvas,(this||t).onCanvasResize));(this||t).src=i.src;(this||t).buffer=i.buffer;(this||t).riveFile=i.riveFile;(this||t).layout=(s=i.layout)!==null&&s!==void 0?s:new C;(this||t).shouldDisableRiveListeners=!!i.shouldDisableRiveListeners;(this||t).isTouchScrollEnabled=!!i.isTouchScrollEnabled;(this||t).automaticallyHandleEvents=!!i.automaticallyHandleEvents;(this||t).enableRiveAssetCDN=i.enableRiveAssetCDN===void 0||i.enableRiveAssetCDN;(this||t).eventManager=new O;i.onLoad&&this.on(x.Load,i.onLoad);i.onLoadError&&this.on(x.LoadError,i.onLoadError);i.onPlay&&this.on(x.Play,i.onPlay);i.onPause&&this.on(x.Pause,i.onPause);i.onStop&&this.on(x.Stop,i.onStop);i.onLoop&&this.on(x.Loop,i.onLoop);i.onStateChange&&this.on(x.StateChange,i.onStateChange);i.onAdvance&&this.on(x.Advance,i.onAdvance)\n/**\n           * @deprecated Use camelCase'd versions instead.\n           */;i.onload&&!i.onLoad&&this.on(x.Load,i.onload);i.onloaderror&&!i.onLoadError&&this.on(x.LoadError,i.onloaderror);i.onplay&&!i.onPlay&&this.on(x.Play,i.onplay);i.onpause&&!i.onPause&&this.on(x.Pause,i.onpause);i.onstop&&!i.onStop&&this.on(x.Stop,i.onstop);i.onloop&&!i.onLoop&&this.on(x.Loop,i.onloop);i.onstatechange&&!i.onStateChange&&this.on(x.StateChange,i.onstatechange);i.assetLoader&&((this||t).assetLoader=i.assetLoader);(this||t).taskQueue=new I((this||t).eventManager);this.init({src:(this||t).src,buffer:(this||t).buffer,riveFile:(this||t).riveFile,autoplay:i.autoplay,animations:i.animations,stateMachines:i.stateMachines,artboard:i.artboard,useOffscreenRenderer:i.useOffscreenRenderer})}Rive.new=function(t){console.warn(\"This function is deprecated: please use `new Rive({})` instead\");return new Rive(t)};Rive.prototype.onSystemAudioChanged=function(){(this||t).volume=(this||t)._volume};Rive.prototype.init=function(i){var o=this||t;var s=i.src,h=i.buffer,v=i.riveFile,m=i.animations,y=i.stateMachines,w=i.artboard,A=i.autoplay,R=A!==void 0&&A,C=i.useOffscreenRenderer,L=C!==void 0&&C;if(!(this||t).destroyed){(this||t).src=s;(this||t).buffer=h;(this||t).riveFile=v;if(!(this||t).src&&!(this||t).buffer&&!(this||t).riveFile)throw new _(Rive.missingErrorMessage);var T=mapToStringArray(m);var P=mapToStringArray(y);(this||t).loaded=false;(this||t).readyForPlaying=false;E.awaitInstance().then((function(t){if(!o.destroyed){o.runtime=t;o.removeRiveListeners();o.deleteRiveRenderer();o.renderer=o.runtime.makeRenderer(o.canvas,L);o.canvas.width||o.canvas.height||o.resizeDrawingSurfaceToCanvas();o.initData(w,T,P,R).then((function(){return o.setupRiveListeners()})).catch((function(t){console.error(t)}))}})).catch((function(t){console.error(t)}))}};\n/**\n         * Setup Rive Listeners on the canvas\n         * @param riveListenerOptions - Enables TouchEvent events on the canvas. Set to true to allow\n         * touch scrolling on the canvas element on touch-enabled devices\n         * i.e. { isTouchScrollEnabled: true }\n         */Rive.prototype.setupRiveListeners=function(i){var o=this||t;(this||t).eventCleanup&&this.eventCleanup();if(!(this||t).shouldDisableRiveListeners){var s=((this||t).animator.stateMachines||[]).filter((function(t){return t.playing&&o.runtime.hasListeners(t.instance)})).map((function(t){return t.instance}));var h=(this||t).isTouchScrollEnabled;i&&\"isTouchScrollEnabled\"in i&&(h=i.isTouchScrollEnabled);(this||t).eventCleanup=(0,v.registerTouchInteractions)({canvas:(this||t).canvas,artboard:(this||t).artboard,stateMachines:s,renderer:(this||t).renderer,rive:(this||t).runtime,fit:(this||t)._layout.runtimeFit((this||t).runtime),alignment:(this||t)._layout.runtimeAlignment((this||t).runtime),isTouchScrollEnabled:h,layoutScaleFactor:(this||t)._layout.layoutScaleFactor})}};Rive.prototype.removeRiveListeners=function(){if((this||t).eventCleanup){this.eventCleanup();(this||t).eventCleanup=null}};Rive.prototype.initializeAudio=function(){var i=this||t;var o;if(U.status==k.UNAVAILABLE&&((o=(this||t).artboard)===null||o===void 0?void 0:o.hasAudio)&&(this||t)._audioEventListener===null){(this||t)._audioEventListener={type:x.AudioStatusChange,callback:function(){return i.onSystemAudioChanged()}};U.add((this||t)._audioEventListener);U.establishAudio()}};Rive.prototype.initArtboardSize=function(){if((this||t).artboard){(this||t)._artboardWidth=(this||t).artboard.width=(this||t)._artboardWidth||(this||t).artboard.width;(this||t)._artboardHeight=(this||t).artboard.height=(this||t)._artboardHeight||(this||t).artboard.height}};Rive.prototype.initData=function(i,o,s,h){return y(this||t,void 0,void 0,(function(){var v,m;var y;return w(this||t,(function(w){switch(w.label){case 0:w.trys.push([0,3,,4]);if(!((this||t).riveFile==null))return[3,2];(this||t).riveFile=new H({src:(this||t).src,buffer:(this||t).buffer,enableRiveAssetCDN:(this||t).enableRiveAssetCDN,assetLoader:(this||t).assetLoader});return[4,(this||t).riveFile.init()];case 1:w.sent();w.label=2;case 2:if(!(this||t).riveFile)throw new _(Rive.cleanupErrorMessage);(this||t).file=(this||t).riveFile.getInstance();this.initArtboard(i,o,s,h);this.initArtboardSize();this.initializeAudio();(this||t).loaded=true;(this||t).eventManager.fire({type:x.Load,data:(y=(this||t).src)!==null&&y!==void 0?y:\"buffer\"});(this||t).readyForPlaying=true;(this||t).taskQueue.process();this.drawFrame();return[2,Promise.resolve()];case 3:v=w.sent();m=resolveErrorMessage(v);console.warn(m);(this||t).eventManager.fire({type:x.LoadError,data:m});return[2,Promise.reject(m)];case 4:return[2]}}))}))};Rive.prototype.initArtboard=function(i,o,s,h){if((this||t).file){var v=i?(this||t).file.artboardByName(i):(this||t).file.defaultArtboard();if(v){(this||t).artboard=v;v.volume=(this||t)._volume*U.systemVolume;if((this||t).artboard.animationCount()<1){y=\"Artboard has no animations\";(this||t).eventManager.fire({type:x.LoadError,data:y});throw y}(this||t).animator=new F((this||t).runtime,(this||t).artboard,(this||t).eventManager);var m;if(o.length>0||s.length>0){m=o.concat(s);(this||t).animator.initLinearAnimations(o,h);(this||t).animator.initStateMachines(s,h)}else m=[(this||t).animator.atLeastOne(h,false)];(this||t).taskQueue.add({event:{type:h?x.Play:x.Pause,data:m}})}else{var y=\"Invalid artboard name or no default artboard\";console.warn(y);(this||t).eventManager.fire({type:x.LoadError,data:y})}}};Rive.prototype.drawFrame=function(){var i;((i=document===null||document===void 0?void 0:document.timeline)===null||i===void 0?void 0:i.currentTime)?(this||t).loaded&&(this||t).artboard&&!(this||t).frameRequestId&&this._boundDraw(document.timeline.currentTime):this.startRendering()};\n/**\n         * Draw rendering loop; renders animation frames at the correct time interval.\n         * @param time the time at which to render a frame\n         */Rive.prototype.draw=function(i,o){(this||t).frameRequestId=null;var s=performance.now();(this||t).lastRenderTime||((this||t).lastRenderTime=i);(this||t).renderSecondTimer+=i-(this||t).lastRenderTime;if((this||t).renderSecondTimer>5e3){(this||t).renderSecondTimer=0;o===null||o===void 0?void 0:o()}var h=(i-(this||t).lastRenderTime)/1e3;(this||t).lastRenderTime=i;var m=(this||t).animator.animations.filter((function(t){return t.playing||t.needsScrub})).sort((function(t){return t.needsScrub?-1:1}));for(var y=0,w=m;y<w.length;y++){var _=w[y];_.advance(h);_.instance.didLoop&&(_.loopCount+=1);_.apply(1)}var A=(this||t).animator.stateMachines.filter((function(t){return t.playing}));for(var R=0,C=A;R<C.length;R++){var E=C[R];var L=E.reportedEventCount();if(L)for(var T=0;T<L;T++){var M=E.reportedEventAt(T);if(M)if(M.type===P.OpenUrl){(this||t).eventManager.fire({type:x.RiveEvent,data:M});if((this||t).automaticallyHandleEvents){var F=document.createElement(\"a\");var j=M,O=j.url,I=j.target;var k=(0,v.sanitizeUrl)(O);O&&F.setAttribute(\"href\",k);I&&F.setAttribute(\"target\",I);k&&k!==v.BLANK_URL&&F.click()}}else(this||t).eventManager.fire({type:x.RiveEvent,data:M})}E.advanceAndApply(h)}(this||t).animator.stateMachines.length==0&&(this||t).artboard.advance(h);var D=(this||t).renderer;D.clear();D.save();this.alignRenderer();(this||t)._hasZeroSize||(this||t).artboard.draw(D);D.restore();D.flush();(this||t).animator.handleLooping();(this||t).animator.handleStateChanges();(this||t).animator.handleAdvancing(h);(this||t).frameCount++;var U=performance.now();(this||t).frameTimes.push(U);(this||t).durations.push(U-s);while((this||t).frameTimes[0]<=U-1e3){(this||t).frameTimes.shift();(this||t).durations.shift()}(this||t).animator.isPlaying?this.startRendering():((this||t).animator.isPaused||(this||t).animator.isStopped)&&((this||t).lastRenderTime=0)};Rive.prototype.alignRenderer=function(){var i=this||t,o=i.renderer,s=i.runtime,h=i._layout,v=i.artboard;o.align(h.runtimeFit(s),h.runtimeAlignment(s),{minX:h.minX,minY:h.minY,maxX:h.maxX,maxY:h.maxY},v.bounds,(this||t)._devicePixelRatioUsed*h.layoutScaleFactor)};Object.defineProperty(Rive.prototype,\"fps\",{get:function(){return(this||t).durations.length},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"frameTime\",{get:function(){return(this||t).durations.length===0?0:((this||t).durations.reduce((function(t,i){return t+i}),0)/(this||t).durations.length).toFixed(4)},enumerable:false,configurable:true});Rive.prototype.cleanup=function(){var i;(this||t).destroyed=true;this.stopRendering();this.cleanupInstances();(this||t)._observed!==null&&X.remove((this||t)._observed);this.removeRiveListeners();if((this||t).file){(i=(this||t).riveFile)===null||i===void 0?void 0:i.cleanup();(this||t).file=null}(this||t).riveFile=null;this.deleteRiveRenderer();if((this||t)._audioEventListener!==null){U.remove((this||t)._audioEventListener);(this||t)._audioEventListener=null}};Rive.prototype.deleteRiveRenderer=function(){var i;(i=(this||t).renderer)===null||i===void 0?void 0:i.delete();(this||t).renderer=null};Rive.prototype.cleanupInstances=function(){(this||t).eventCleanup!==null&&this.eventCleanup();this.stop();if((this||t).artboard){(this||t).artboard.delete();(this||t).artboard=null}};\n/**\n         * Tries to query the setup Artboard for a text run node with the given name.\n         *\n         * @param textRunName - Name of the text run node associated with a text object\n         * @returns - TextValueRun node or undefined if the text run cannot be queried\n         */Rive.prototype.retrieveTextRun=function(i){var o;if(i)if((this||t).artboard){var s=(this||t).artboard.textRun(i);if(s)return s;console.warn(\"Could not access a text run with name '\".concat(i,\"' in the '\").concat((o=(this||t).artboard)===null||o===void 0?void 0:o.name,\"' Artboard. Note that you must rename a text run node in the Rive editor to make it queryable at runtime.\"))}else console.warn(\"Tried to access text run, but the Artboard is null\");else console.warn(\"No text run name provided\")};\n/**\n         * Returns a string from a given text run node name, or undefined if the text run\n         * cannot be queried.\n         *\n         * @param textRunName - Name of the text run node associated with a text object\n         * @returns - String value of the text run node or undefined\n         */Rive.prototype.getTextRunValue=function(t){var i=this.retrieveTextRun(t);return i?i.text:void 0};\n/**\n         * Sets a text value for a given text run node name if possible\n         *\n         * @param textRunName - Name of the text run node associated with a text object\n         * @param textRunValue - String value to set on the text run node\n         */Rive.prototype.setTextRunValue=function(t,i){var o=this.retrieveTextRun(t);o&&(o.text=i)};Rive.prototype.play=function(i,o){var s=this||t;i=mapToStringArray(i);if((this||t).readyForPlaying){(this||t).animator.play(i);(this||t).eventCleanup&&this.eventCleanup();this.setupRiveListeners();this.startRendering()}else(this||t).taskQueue.add({action:function(){return s.play(i,o)}})};Rive.prototype.pause=function(i){var o=this||t;i=mapToStringArray(i);if((this||t).readyForPlaying){(this||t).eventCleanup&&this.eventCleanup();(this||t).animator.pause(i)}else(this||t).taskQueue.add({action:function(){return o.pause(i)}})};Rive.prototype.scrub=function(i,o){var s=this||t;i=mapToStringArray(i);if((this||t).readyForPlaying){(this||t).animator.scrub(i,o||0);this.drawFrame()}else(this||t).taskQueue.add({action:function(){return s.scrub(i,o)}})};Rive.prototype.stop=function(i){var o=this||t;i=mapToStringArray(i);if((this||t).readyForPlaying){(this||t).animator&&(this||t).animator.stop(i);(this||t).eventCleanup&&this.eventCleanup()}else(this||t).taskQueue.add({action:function(){return o.stop(i)}})};\n/**\n         * Resets the animation\n         * @param artboard the name of the artboard, or default if none given\n         * @param animations the names of animations for playback\n         * @param stateMachines the names of state machines for playback\n         * @param autoplay whether to autoplay when reset, defaults to false\n         *\n         */Rive.prototype.reset=function(i){var o;var s=i===null||i===void 0?void 0:i.artboard;var h=mapToStringArray(i===null||i===void 0?void 0:i.animations);var v=mapToStringArray(i===null||i===void 0?void 0:i.stateMachines);var m=(o=i===null||i===void 0?void 0:i.autoplay)!==null&&o!==void 0&&o;this.cleanupInstances();this.initArtboard(s,h,v,m);(this||t).taskQueue.process()};Rive.prototype.load=function(i){(this||t).file=null;this.stop();this.init(i)};Object.defineProperty(Rive.prototype,\"layout\",{get:function(){return(this||t)._layout},set:function(i){(this||t)._layout=i;i.maxX&&i.maxY||this.resizeToCanvas();(this||t).loaded&&!(this||t).animator.isPlaying&&this.drawFrame()},enumerable:false,configurable:true});Rive.prototype.resizeToCanvas=function(){(this||t)._layout=(this||t).layout.copyWith({minX:0,minY:0,maxX:(this||t).canvas.width,maxY:(this||t).canvas.height})};Rive.prototype.resizeDrawingSurfaceToCanvas=function(i){if((this||t).canvas instanceof HTMLCanvasElement&&!!window){var o=(this||t).canvas.getBoundingClientRect(),s=o.width,h=o.height;var v=i||window.devicePixelRatio||1;(this||t).devicePixelRatioUsed=v;(this||t).canvas.width=v*s;(this||t).canvas.height=v*h;this.resizeToCanvas();this.drawFrame();if((this||t).layout.fit===A.Layout){var m=(this||t)._layout.layoutScaleFactor;(this||t).artboard.width=s/m;(this||t).artboard.height=h/m}}};Object.defineProperty(Rive.prototype,\"source\",{get:function(){return(this||t).src},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"activeArtboard\",{get:function(){return(this||t).artboard?(this||t).artboard.name:\"\"},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"animationNames\",{get:function(){if(!(this||t).loaded||!(this||t).artboard)return[];var i=[];for(var o=0;o<(this||t).artboard.animationCount();o++)i.push((this||t).artboard.animationByIndex(o).name);return i},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"stateMachineNames\",{get:function(){if(!(this||t).loaded||!(this||t).artboard)return[];var i=[];for(var o=0;o<(this||t).artboard.stateMachineCount();o++)i.push((this||t).artboard.stateMachineByIndex(o).name);return i},enumerable:false,configurable:true});\n/**\n         * Returns the inputs for the specified instanced state machine, or an empty\n         * list if the name is invalid or the state machine is not instanced\n         * @param name the state machine name\n         * @returns the inputs for the named state machine\n         */Rive.prototype.stateMachineInputs=function(i){if((this||t).loaded){var o=(this||t).animator.stateMachines.find((function(t){return t.name===i}));return o===null||o===void 0?void 0:o.inputs}};Rive.prototype.retrieveInputAtPath=function(i,o){if(i)if((this||t).artboard){var s=(this||t).artboard.inputByPath(i,o);if(s)return s;console.warn(\"Could not access an input with name: '\".concat(i,\"', at path:'\").concat(o,\"'\"))}else console.warn(\"Tried to access input: '\".concat(i,\"', at path: '\").concat(o,\"', but the Artboard is null\"));else console.warn(\"No input name provided for path '\".concat(o,\"'\"))};\n/**\n         * Set the boolean input with the provided name at the given path with value\n         * @param input the state machine input name\n         * @param value the value to set the input to\n         * @param path the path the input is located at an artboard level\n         */Rive.prototype.setBooleanStateAtPath=function(t,i,o){var s=this.retrieveInputAtPath(t,o);s&&(s.type===L.Boolean?s.asBool().value=i:console.warn(\"Input with name: '\".concat(t,\"', at path:'\").concat(o,\"' is not a boolean\")))};\n/**\n         * Set the number input with the provided name at the given path with value\n         * @param input the state machine input name\n         * @param value the value to set the input to\n         * @param path the path the input is located at an artboard level\n         */Rive.prototype.setNumberStateAtPath=function(t,i,o){var s=this.retrieveInputAtPath(t,o);s&&(s.type===L.Number?s.asNumber().value=i:console.warn(\"Input with name: '\".concat(t,\"', at path:'\").concat(o,\"' is not a number\")))};\n/**\n         * Fire the trigger with the provided name at the given path\n         * @param input the state machine input name\n         * @param path the path the input is located at an artboard level\n         */Rive.prototype.fireStateAtPath=function(t,i){var o=this.retrieveInputAtPath(t,i);o&&(o.type===L.Trigger?o.asTrigger().fire():console.warn(\"Input with name: '\".concat(t,\"', at path:'\").concat(i,\"' is not a trigger\")))};Rive.prototype.retrieveTextAtPath=function(i,o){if(i)if(o)if((this||t).artboard){var s=(this||t).artboard.textByPath(i,o);if(s)return s;console.warn(\"Could not access text with name: '\".concat(i,\"', at path:'\").concat(o,\"'\"))}else console.warn(\"Tried to access text: '\".concat(i,\"', at path: '\").concat(o,\"', but the Artboard is null\"));else console.warn(\"No path provided for text '\".concat(i,\"'\"));else console.warn(\"No text name provided for path '\".concat(o,\"'\"))};\n/**\n         * Retrieves the text value for a specified text run at a given path\n         * @param textName The name of the text run\n         * @param path The path to the text run within the artboard\n         * @returns The text value of the text run, or undefined if not found\n         *\n         * @example\n         * // Get the text value for a text run named \"title\" at one nested artboard deep\n         * const titleText = riveInstance.getTextRunValueAtPath(\"title\", \"artboard1\");\n         *\n         * @example\n         * // Get the text value for a text run named \"subtitle\" within a nested group two artboards deep\n         * const subtitleText = riveInstance.getTextRunValueAtPath(\"subtitle\", \"group/nestedGroup\");\n         *\n         * @remarks\n         * If the text run cannot be found at the specified path, a warning will be logged to the console.\n         */Rive.prototype.getTextRunValueAtPath=function(t,i){var o=this.retrieveTextAtPath(t,i);if(o)return o.text;console.warn(\"Could not get text with name: '\".concat(t,\"', at path:'\").concat(i,\"'\"))};\n/**\n         * Sets the text value for a specified text run at a given path\n         * @param textName The name of the text run\n         * @param value The new text value to set\n         * @param path The path to the text run within the artboard\n         * @returns void\n         *\n         * @example\n         * // Set the text value for a text run named \"title\" at one nested artboard deep\n         * riveInstance.setTextRunValueAtPath(\"title\", \"New Title\", \"artboard1\");\n         *\n         * @example\n         * // Set the text value for a text run named \"subtitle\" within a nested group two artboards deep\n         * riveInstance.setTextRunValueAtPath(\"subtitle\", \"New Subtitle\", \"group/nestedGroup\");\n         *\n         * @remarks\n         * If the text run cannot be found at the specified path, a warning will be logged to the console.\n         */Rive.prototype.setTextRunValueAtPath=function(t,i,o){var s=this.retrieveTextAtPath(t,o);s?s.text=i:console.warn(\"Could not set text with name: '\".concat(t,\"', at path:'\").concat(o,\"'\"))};Object.defineProperty(Rive.prototype,\"playingStateMachineNames\",{get:function(){return(this||t).loaded?(this||t).animator.stateMachines.filter((function(t){return t.playing})).map((function(t){return t.name})):[]},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"playingAnimationNames\",{get:function(){return(this||t).loaded?(this||t).animator.animations.filter((function(t){return t.playing})).map((function(t){return t.name})):[]},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"pausedAnimationNames\",{get:function(){return(this||t).loaded?(this||t).animator.animations.filter((function(t){return!t.playing})).map((function(t){return t.name})):[]},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"pausedStateMachineNames\",{\n/**\n           *  Returns a list of paused machine names\n           * @returns a list of state machine names that are paused\n           */\nget:function(){return(this||t).loaded?(this||t).animator.stateMachines.filter((function(t){return!t.playing})).map((function(t){return t.name})):[]},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"isPlaying\",{\n/**\n           * @returns true if any animation is playing\n           */\nget:function(){return(this||t).animator.isPlaying},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"isPaused\",{\n/**\n           * @returns true if all instanced animations are paused\n           */\nget:function(){return(this||t).animator.isPaused},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"isStopped\",{\n/**\n           * @returns true if no animations are playing or paused\n           */\nget:function(){return(this||t).animator.isStopped},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"bounds\",{\n/**\n           * @returns the bounds of the current artboard, or undefined if the artboard\n           * isn't loaded yet.\n           */\nget:function(){return(this||t).artboard?(this||t).artboard.bounds:void 0},enumerable:false,configurable:true});\n/**\n         * Subscribe to Rive-generated events\n         * @param type the type of event to subscribe to\n         * @param callback callback to fire when the event occurs\n         */Rive.prototype.on=function(i,o){(this||t).eventManager.add({type:i,callback:o})};\n/**\n         * Unsubscribes from a Rive-generated event\n         * @param type the type of event to unsubscribe from\n         * @param callback the callback to unsubscribe\n         */Rive.prototype.off=function(i,o){(this||t).eventManager.remove({type:i,callback:o})};\n/**\n         * Unsubscribes from a Rive-generated event\n         * @deprecated\n         * @param callback the callback to unsubscribe from\n         */Rive.prototype.unsubscribe=function(t,i){console.warn(\"This function is deprecated: please use `off()` instead.\");this.off(t,i)};\n/**\n         * Unsubscribes all Rive listeners from an event type, or everything if no type is\n         * given\n         * @param type the type of event to unsubscribe from, or all types if\n         * undefined\n         */Rive.prototype.removeAllRiveEventListeners=function(i){(this||t).eventManager.removeAll(i)};\n/**\n         * Unsubscribes all listeners from an event type, or everything if no type is\n         * given\n         * @deprecated\n         * @param type the type of event to unsubscribe from, or all types if\n         * undefined\n         */Rive.prototype.unsubscribeAll=function(t){console.warn(\"This function is deprecated: please use `removeAllRiveEventListeners()` instead.\");this.removeAllRiveEventListeners(t)};Rive.prototype.stopRendering=function(){if((this||t).loaded&&(this||t).frameRequestId){(this||t).runtime.cancelAnimationFrame?(this||t).runtime.cancelAnimationFrame((this||t).frameRequestId):cancelAnimationFrame((this||t).frameRequestId);(this||t).frameRequestId=null}};Rive.prototype.startRendering=function(){(this||t).loaded&&(this||t).artboard&&!(this||t).frameRequestId&&((this||t).runtime.requestAnimationFrame?(this||t).frameRequestId=(this||t).runtime.requestAnimationFrame((this||t)._boundDraw):(this||t).frameRequestId=requestAnimationFrame((this||t)._boundDraw))};\n/**\n         * Enables frames-per-second (FPS) reporting for the runtime\n         * If no callback is provided, Rive will append a fixed-position div at the top-right corner of\n         * the page with the FPS reading\n         * @param fpsCallback - Callback from the runtime during the RAF loop that supplies the FPS value\n         */Rive.prototype.enableFPSCounter=function(i){(this||t).runtime.enableFPSCounter(i)};Rive.prototype.disableFPSCounter=function(){(this||t).runtime.disableFPSCounter()};Object.defineProperty(Rive.prototype,\"contents\",{get:function(){if((this||t).loaded){var i={artboards:[]};for(var o=0;o<(this||t).file.artboardCount();o++){var s=(this||t).file.artboardByIndex(o);var h={name:s.name,animations:[],stateMachines:[]};for(var v=0;v<s.animationCount();v++){var m=s.animationByIndex(v);h.animations.push(m.name)}for(var y=0;y<s.stateMachineCount();y++){var w=s.stateMachineByIndex(y);var _=w.name;var A=new(this||t).runtime.StateMachineInstance(w,s);var R=[];for(var C=0;C<A.inputCount();C++){var E=A.input(C);R.push({name:E.name,type:E.type})}h.stateMachines.push({name:_,inputs:R})}i.artboards.push(h)}return i}},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"volume\",{get:function(){(this||t).artboard&&(this||t).artboard.volume!==(this||t)._volume&&((this||t)._volume=(this||t).artboard.volume);return(this||t)._volume},set:function(i){(this||t)._volume=i;(this||t).artboard&&((this||t).artboard.volume=i*U.systemVolume)},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"artboardWidth\",{get:function(){var i;return(this||t).artboard?(this||t).artboard.width:(i=(this||t)._artboardWidth)!==null&&i!==void 0?i:0},set:function(i){(this||t)._artboardWidth=i;(this||t).artboard&&((this||t).artboard.width=i)},enumerable:false,configurable:true});Object.defineProperty(Rive.prototype,\"artboardHeight\",{get:function(){var i;return(this||t).artboard?(this||t).artboard.height:(i=(this||t)._artboardHeight)!==null&&i!==void 0?i:0},set:function(i){(this||t)._artboardHeight=i;(this||t).artboard&&((this||t).artboard.height=i)},enumerable:false,configurable:true});Rive.prototype.resetArtboardSize=function(){if((this||t).artboard){(this||t).artboard.resetArtboardSize();(this||t)._artboardWidth=(this||t).artboard.width;(this||t)._artboardHeight=(this||t).artboard.height}else{(this||t)._artboardWidth=void 0;(this||t)._artboardHeight=void 0}};Object.defineProperty(Rive.prototype,\"devicePixelRatioUsed\",{get:function(){return(this||t)._devicePixelRatioUsed},set:function(i){(this||t)._devicePixelRatioUsed=i},enumerable:false,configurable:true});Rive.missingErrorMessage=\"Rive source file or data buffer required\";Rive.cleanupErrorMessage=\"Attempt to use file after calling cleanup.\";return Rive}();var loadRiveFile=function(i){return y(void 0,void 0,void 0,(function(){var o,s,h;return w(this||t,(function(t){switch(t.label){case 0:o=new Request(i);return[4,fetch(o)];case 1:s=t.sent();return[4,s.arrayBuffer()];case 2:h=t.sent();return[2,h]}}))}))};var mapToStringArray=function(t){return typeof t===\"string\"?[t]:t instanceof Array?t:[]};var q={EventManager:O,TaskQueueManager:I};var decodeAudio=function(t){return new Promise((function(i){return E.getInstance((function(o){o.decodeAudio(t,i)}))}))};var decodeImage=function(t){return new Promise((function(i){return E.getInstance((function(o){o.decodeImage(t,i)}))}))};var decodeFont=function(t){return new Promise((function(i){return E.getInstance((function(o){o.decodeFont(t,i)}))}))}})();return s})()));var o=i;const s=i.rive,h=i.__esModule;export{h as __esModule,o as default,s as rive};\n//# sourceMappingURL=rive.js.map\n", "import*as t from\"react\";import*as i from\"@rive-app/canvas\";var l=t;try{\"default\"in t&&(l=t.default)}catch(p){}var f=i;try{\"default\"in i&&(f=i.default)}catch(p){}var d=typeof globalThis!==\"undefined\"?globalThis:typeof self!==\"undefined\"?self:global;var v={};Object.defineProperty(v,\"__esModule\",{value:!0});var p=l,y=f;function n(t){return t&&\"object\"==typeof t&&\"default\"in t?t:{default:t}}var g=n(p),r=function(){return r=Object.assign||function(t){for(var i,l=1,f=arguments.length;l<f;l++)for(var d in i=arguments[l])Object.prototype.hasOwnProperty.call(i,d)&&(t[d]=i[d]);return t},r.apply(this||d,arguments)};function o(t,i){var l={};for(var f in t)Object.prototype.hasOwnProperty.call(t,f)&&i.indexOf(f)<0&&(l[f]=t[f]);if(null!=t&&\"function\"==typeof Object.getOwnPropertySymbols){var d=0;for(f=Object.getOwnPropertySymbols(t);d<f.length;d++)i.indexOf(f[d])<0&&Object.prototype.propertyIsEnumerable.call(t,f[d])&&(l[f[d]]=t[f[d]])}return l}function a(t,i,l,f){return new(l||(l=Promise))((function(d,v){function a(t){try{s(f.next(t))}catch(t){v(t)}}function u(t){try{s(f.throw(t))}catch(t){v(t)}}function s(t){var i;t.done?d(t.value):(i=t.value,i instanceof l?i:new l((function(t){t(i)}))).then(a,u)}s((f=f.apply(t,i||[])).next())}))}function u(t,i){var l,f,v,p={label:0,sent:function(){if(1&v[0])throw v[1];return v[1]},trys:[],ops:[]},y=Object.create((\"function\"==typeof Iterator?Iterator:Object).prototype);return y.next=u(0),y.throw=u(1),y.return=u(2),\"function\"==typeof Symbol&&(y[Symbol.iterator]=function(){return this||d}),y;function u(d){return function(g){return function(d){if(l)throw new TypeError(\"Generator is already executing.\");for(;y&&(y=0,d[0]&&(p=0)),p;)try{if(l=1,f&&(v=2&d[0]?f.return:d[0]?f.throw||((v=f.return)&&v.call(f),0):f.next)&&!(v=v.call(f,d[1])).done)return v;switch(f=0,v&&(d=[2&d[0],v.value]),d[0]){case 0:case 1:v=d;break;case 4:return p.label++,{value:d[1],done:!1};case 5:p.label++,f=d[1],d=[0];continue;case 7:d=p.ops.pop(),p.trys.pop();continue;default:if(!(v=p.trys,(v=v.length>0&&v[v.length-1])||6!==d[0]&&2!==d[0])){p=0;continue}if(3===d[0]&&(!v||d[1]>v[0]&&d[1]<v[3])){p.label=d[1];break}if(6===d[0]&&p.label<v[1]){p.label=v[1],v=d;break}if(v&&p.label<v[2]){p.label=v[2],p.ops.push(d);break}v[2]&&p.ops.pop(),p.trys.pop();continue}d=i.call(t,p)}catch(t){d=[6,t],f=0}finally{l=v=0}if(5&d[0])throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}([d,g])}}}function s(t){var i=t||c(),l=p.useState(i),f=l[0],d=l[1];return p.useEffect((function(){if(\"undefined\"!=typeof window&&\"matchMedia\"in window){var e=function(){var i=t||c();d(i)},i=window.matchMedia(\"screen and (resolution: \".concat(f,\"dppx)\"));return i.hasOwnProperty(\"addEventListener\")?i.addEventListener(\"change\",e):i.addListener(e),function(){i.hasOwnProperty(\"removeEventListener\")?i.removeEventListener(\"change\",e):i.removeListener(e)}}}),[f,t]),f}function c(){var t=\"undefined\"!=typeof window&&\"number\"==typeof window.devicePixelRatio?window.devicePixelRatio:1;return Math.min(Math.max(1,t),3)}\"function\"==typeof SuppressedError&&SuppressedError;var m=function(){function e(){}return e.prototype.observe=function(){},e.prototype.unobserve=function(){},e.prototype.disconnect=function(){},e}();var R=globalThis.ResizeObserver||m,x=void 0!==globalThis.ResizeObserver,T=!x;function h(t,i){void 0===i&&(i=!0);var l=p.useState({width:0,height:0}),f=l[0],v=l[1];p.useEffect((function(){if(\"undefined\"!=typeof window&&i){var e=function(){v({width:window.innerWidth,height:window.innerHeight})};return T&&(e(),window.addEventListener(\"resize\",e)),function(){return window.removeEventListener(\"resize\",e)}}}),[]);var y,g,m,P=p.useRef(new R((y=function(t){x&&v({width:t[t.length-1].contentRect.width,height:t[t.length-1].contentRect.height})},g=0,m=0,function(){for(var t=this||d,i=[],l=0;l<arguments.length;l++)i[l]=arguments[l];clearTimeout(m),m=window.setTimeout((function(){return y.apply(t,i)}),g)})));return p.useEffect((function(){var l=P.current;if(i){var f=t.current;return t.current&&x&&l.observe(t.current),function(){l.disconnect(),f&&x&&l.unobserve(f)}}l.disconnect()}),[t,P]),f}var P={useDevicePixelRatio:!0,fitCanvasToArtboardHeight:!1,useOffscreenRenderer:!0,shouldResizeCanvasToContainer:!0};function b(t){return Object.assign({},P,t)}function w(t){var i=t.riveLoaded,l=void 0!==i&&i,f=t.canvasElem,d=t.containerRef,v=t.options,y=void 0===v?{}:v,g=t.onCanvasHasResized,m=t.artboardBounds,R=b(y),x=p.useState({height:0,width:0}),T=x[0],P=T.height,S=T.width,L=x[1],M=p.useState({height:0,width:0}),k=M[0],z=k.height,j=k.width,H=M[1],I=p.useState(!0),D=I[0],F=I[1],N=R.fitCanvasToArtboardHeight,W=R.shouldResizeCanvasToContainer,A=R.useDevicePixelRatio,B=R.customDevicePixelRatio,_=h(d,W),U=s(B),X=null!=m?m:{},Y=X.maxX,G=X.maxY,q=p.useCallback((function(){var t,i,l,f,v=null!==(i=null===(t=d.current)||void 0===t?void 0:t.clientWidth)&&void 0!==i?i:0,p=null!==(f=null===(l=d.current)||void 0===l?void 0:l.clientHeight)&&void 0!==f?f:0;return N&&m?{width:v,height:v*(m.maxY/m.maxX)}:{width:v,height:p}}),[d,N,Y,G]);p.useEffect((function(){if(W&&d.current&&l){var t=q(),i=t.width,v=t.height,p=!1;if(f){var y=i!==S||v!==P;if(R.fitCanvasToArtboardHeight&&y&&(d.current.style.height=v+\"px\",p=!0),R.useDevicePixelRatio){if(y||i*U!==j||v*U!==z){var m=U*i,x=U*v;f.width=m,f.height=x,f.style.width=i+\"px\",f.style.height=v+\"px\",H({width:m,height:x}),p=!0}}else y&&(f.width=i,f.height=v,H({width:i,height:v}),p=!0);L({width:i,height:v})}g&&(D||p)&&g&&g(),D&&F(!1)}}),[f,d,_,U,q,D,F,z,j,P,S,g,W,N,A,l]),p.useEffect((function(){H({width:0,height:0})}),[f])}var S,L=function(){function e(){}return e.prototype.observe=function(){},e.prototype.unobserve=function(){},e.prototype.disconnect=function(){},e}(),M=globalThis.IntersectionObserver||L,k=function(){function e(){var t=this||d;(this||d).elementsMap=new Map,(this||d).onObserved=function(i){i.forEach((function(i){var l=t.elementsMap.get(i.target);l&&l(i)}))},(this||d).observer=new M((this||d).onObserved)}return e.prototype.registerCallback=function(t,i){(this||d).observer.observe(t),(this||d).elementsMap.set(t,i)},e.prototype.removeCallback=function(t){(this||d).observer.unobserve(t),(this||d).elementsMap.delete(t)},e}(),C=function(){return S||(S=new k),S};function E(t){var i=t.setContainerRef,l=t.setCanvasRef,f=t.className,d=void 0===f?\"\":f,v=t.style,p=t.children,y=o(t,[\"setContainerRef\",\"setCanvasRef\",\"className\",\"style\",\"children\"]),m=r({width:\"100%\",height:\"100%\"},v);return g.default.createElement(\"div\",r({ref:i,className:d},!d&&{style:m}),g.default.createElement(\"canvas\",r({ref:l,style:{verticalAlign:\"top\",width:0,height:0}},y),p))}function O(t,i){void 0===i&&(i={});var l=p.useState(null),f=l[0],d=l[1],v=p.useRef(null),m=p.useState(null),R=m[0],x=m[1],T=Boolean(t),P=b(i),S=s(),L=p.useCallback((function(){if(R){if(R.layout&&R.layout.fit===y.Fit.Layout&&f){var t=S*R.layout.layoutScaleFactor;R.devicePixelRatioUsed=S,R.artboardWidth=(null==f?void 0:f.width)/t,R.artboardHeight=(null==f?void 0:f.height)/t}R.startRendering(),R.resizeToCanvas()}}),[R,S]);w({riveLoaded:!!R,canvasElem:f,containerRef:v,options:P,onCanvasHasResized:L,artboardBounds:null==R?void 0:R.bounds});var M=p.useCallback((function(t){null===t&&f&&(f.height=0,f.width=0),d(t)}),[]);p.useEffect((function(){if(f&&t){var i,l=null!=R;if(null==R){var d=P.useOffscreenRenderer;(i=new y.Rive(r(r({useOffscreenRenderer:d},t),{canvas:f}))).on(y.EventType.Load,(function(){l=!0,f?x(i):i.cleanup()}))}return function(){l||null==i||i.cleanup()}}}),[f,T,R]);var k=p.useCallback((function(t){v.current=t}),[]),z={observe:p.useCallback((function(t,i){C().registerCallback(t,i)}),[]),unobserve:p.useCallback((function(t){C().removeCallback(t)}),[])},j=z.observe,H=z.unobserve;p.useEffect((function(){var t,i=!1,n=function(){if(f&&i){var t=f.getBoundingClientRect();t.width>0&&t.height>0&&t.top<(window.innerHeight||document.documentElement.clientHeight)&&t.bottom>0&&t.left<(window.innerWidth||document.documentElement.clientWidth)&&t.right>0&&(null==R||R.startRendering(),i=!1)}};return f&&!1!==P.shouldUseIntersectionObserver&&j(f,(function(l){l.isIntersecting?R&&R.startRendering():R&&R.stopRendering(),i=!l.isIntersecting,clearTimeout(t),l.isIntersecting||0!==l.boundingClientRect.width||(t=setTimeout(n,10))})),function(){f&&H(f)}}),[j,H,R,f,P.shouldUseIntersectionObserver]),p.useEffect((function(){return function(){R&&(R.cleanup(),x(null))}}),[R,f]);var I=null==t?void 0:t.animations;p.useEffect((function(){R&&I&&(R.isPlaying?(R.stop(R.animationNames),R.play(I)):R.isPaused&&(R.stop(R.animationNames),R.pause(I)))}),[I,R]);var D=p.useCallback((function(t){return g.default.createElement(E,r({setContainerRef:k,setCanvasRef:M},t))}),[M,k]);return{canvas:f,container:v.current,setCanvasRef:M,setContainerRef:k,rive:R,RiveComponent:D}}v.default=function(t){var i=t.src,l=t.artboard,f=t.animations,d=t.stateMachines,v=t.layout,p=t.useOffscreenRenderer,y=void 0===p||p,m=t.shouldDisableRiveListeners,R=void 0!==m&&m,x=t.shouldResizeCanvasToContainer,T=void 0===x||x,P=t.automaticallyHandleEvents,S=void 0!==P&&P,L=t.children,M=o(t,[\"src\",\"artboard\",\"animations\",\"stateMachines\",\"layout\",\"useOffscreenRenderer\",\"shouldDisableRiveListeners\",\"shouldResizeCanvasToContainer\",\"automaticallyHandleEvents\",\"children\"]),k=O({src:i,artboard:l,animations:f,layout:v,stateMachines:d,autoplay:!0,shouldDisableRiveListeners:R,automaticallyHandleEvents:S},{useOffscreenRenderer:y,shouldResizeCanvasToContainer:T}).RiveComponent;return g.default.createElement(k,r({},M),L)},v.useResizeCanvas=w,v.useRive=O,v.useRiveFile=function(t){var i=this||d,l=p.useState(null),f=l[0],v=l[1],g=p.useState(\"idle\"),m=g[0],R=g[1];return p.useEffect((function(){var l=null;return a(i,void 0,void 0,(function(){return u(this||d,(function(i){try{R(\"loading\"),(l=new y.RiveFile(t)).init(),l.on(y.EventType.Load,(function(){null==l||l.getInstance(),v(l),R(\"success\")})),l.on(y.EventType.LoadError,(function(){R(\"failed\")})),v(l)}catch(t){console.error(t),R(\"failed\")}return[2]}))})),function(){null==l||l.cleanup()}}),[t.src,t.buffer]),{riveFile:f,status:m}},v.useStateMachineInput=function(t,i,l,f){var d=p.useState(null),v=d[0],g=d[1];return p.useEffect((function(){function e(){if(t&&i&&l||g(null),t&&i&&l){var d=t.stateMachineInputs(i);if(d){var v=d.find((function(t){return t.name===l}));void 0!==f&&v&&(v.value=f),g(v||null)}}else g(null)}e(),t&&t.on(y.EventType.Load,(function(){e()}))}),[t]),v},Object.keys(y).forEach((function(t){\"default\"===t||v.hasOwnProperty(t)||Object.defineProperty(v,t,{enumerable:!0,get:function(){return y[t]}})}));const z=v.__esModule,j=v.useResizeCanvas,H=v.useRive,I=v.useRiveFile,D=v.useStateMachineInput;export{z as __esModule,v as default,j as useResizeCanvas,H as useRive,I as useRiveFile,D as useStateMachineInput};\n//# sourceMappingURL=index.js.map\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useMemo,useRef}from\"react\";import Rive,{useRive,useStateMachineInput}from\"@rive-app/react-canvas\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";// Mapping for fit options to Fit enum\nconst getFitValue=fit=>{switch(fit){case\"layout\":return Rive.Fit.Layout;case\"contain\":return Rive.Fit.Contain;case\"cover\":return Rive.Fit.Cover;case\"fill\":return Rive.Fit.Fill;case\"fitWidth\":return Rive.Fit.FitWidth;case\"fitHeight\":return Rive.Fit.FitHeight;case\"none\":return Rive.Fit.None;case\"scaleDown\":return Rive.Fit.ScaleDown;default:return Rive.Fit.Contain;}};// Mapping for alignment options to Alignment enum\nconst getAlignmentValue=alignment=>{switch(alignment){case\"center\":return Rive.Alignment.Center;case\"topLeft\":return Rive.Alignment.TopLeft;case\"topCenter\":return Rive.Alignment.TopCenter;case\"topRight\":return Rive.Alignment.TopRight;case\"centerLeft\":return Rive.Alignment.CenterLeft;case\"centerRight\":return Rive.Alignment.CenterRight;case\"bottomLeft\":return Rive.Alignment.BottomLeft;case\"bottomCenter\":return Rive.Alignment.BottomCenter;case\"bottomRight\":return Rive.Alignment.BottomRight;default:return Rive.Alignment.Center;}};function useRiveInputs(rive,stateMachines,inputsJSON){const inputConfigs=useMemo(()=>{try{return JSON.parse(inputsJSON||\"[]\");}catch(error){console.error(\"Error parsing inputsJSON:\",error);return[];}},[inputsJSON]);return inputConfigs.map(config=>{const handler=useStateMachineInput(rive,stateMachines,config.name,config.type===\"Trigger\"?true:config.value);return{...config,handler};});}/**\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerDisableUnlink\n */export default function RivePlayer_v5(props){const{src,artboard,stateMachines,autoplay,fit,alignment,play,playOnCanvas,onEventTriggered,inputsJSON,isTouchScrollEnabled,layoutScaleFactor}=props;const layout=useMemo(()=>new Rive.Layout({fit:getFitValue(fit),alignment:getAlignmentValue(alignment),...fit===\"layout\"&&{layoutScaleFactor}}),[fit,alignment,layoutScaleFactor]);const{rive,RiveComponent}=useRive({src,artboard,stateMachines,autoplay,layout,isTouchScrollEnabled:isTouchScrollEnabled});const inputs=useRiveInputs(rive,stateMachines,inputsJSON);const prevInputsRef=useRef(inputs);useEffect(()=>{if(rive&&inputs.length){inputs.forEach((input,index)=>{if(input.handler){const prevInput=prevInputsRef.current[index];if(input.type===\"Trigger\"&&input.value&&(!prevInput||!prevInput.value)){input.handler.fire();}else if(input.type!==\"Trigger\"&&\"value\"in input){input.handler.value=input.value;}}});}prevInputsRef.current=inputs;},[rive,inputs]);useEffect(()=>{if(rive){const handleEvent=event=>{console.log(\"Rive event triggered:\",event);if(onEventTriggered){onEventTriggered(event.data);console.log(\"Event data:\",event.data);}};rive.on(\"riveevent\",handleEvent);return()=>{rive.off(\"riveevent\",handleEvent);};}},[rive,onEventTriggered]);useEffect(()=>{if(rive){const shouldPlay=RenderTarget.current()===RenderTarget.canvas?playOnCanvas:play;shouldPlay?rive.play():rive.pause();}},[rive,play,playOnCanvas]);useEffect(()=>{if(rive){rive.layout=layout;}},[rive,layout]);return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},children:/*#__PURE__*/_jsx(RiveComponent,{style:{width:\"100%\",height:\"100%\"}})});}// Property controls\naddPropertyControls(RivePlayer_v5,{src:{title:\"Source\",type:ControlType.String},artboard:{title:\"Artboard\",type:ControlType.String},stateMachines:{title:\"State Machines\",type:ControlType.String},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,hidden:()=>true},isTouchScrollEnabled:{title:\"Touch Screen Enabled\",type:ControlType.Boolean},fit:{title:\"Fit\",type:ControlType.Enum,options:[\"layout\",\"contain\",\"cover\",\"fill\",\"fitWidth\",\"fitHeight\",\"none\",\"scaleDown\"],optionTitles:[\"Layout\",\"Contain\",\"Cover\",\"Fill\",\"Fit Width\",\"Fit Height\",\"None\",\"Scale Down\"],defaultValue:\"contain\"},layoutScaleFactor:{title:\"Layout Scale Factor\",type:ControlType.Number,defaultValue:1,min:.25,max:10,displayStepper:true,step:.25,hidden:props=>props.fit!==\"layout\"},alignment:{title:\"Alignment\",type:ControlType.Enum,options:[\"center\",\"topLeft\",\"topCenter\",\"topRight\",\"centerLeft\",\"centerRight\",\"bottomLeft\",\"bottomCenter\",\"bottomRight\"],optionTitles:[\"Center\",\"Top Left\",\"Top Center\",\"Top Right\",\"Center Left\",\"Center Right\",\"Bottom Left\",\"Bottom Center\",\"Bottom Right\"],defaultValue:\"center\"},play:{title:\"Auto-Play\",type:ControlType.Boolean},playOnCanvas:{title:\"Play on Canvas\",type:ControlType.Boolean},onEventTriggered:{type:ControlType.EventHandler},inputsJSON:{title:\"Inputs JSON\",type:ControlType.String,hidden:()=>true}});// Default props\nRivePlayer_v5.defaultProps={src:\"https://public.rive.app/hosted/63978/135405/cRjq3a7l40ScM-l2peKfBQ.riv\",artboard:\"AB_BG\",stateMachines:\"SM_BG\",autoplay:true,fit:\"contain\",alignment:\"center\",play:true,playOnCanvas:true,onEventTriggered:eventData=>null,inputsJSON:\"[]\",isTouchScrollEnabled:false,layoutScaleFactor:1};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RivePlayer_v5\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rive_v5.map", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"CFIKqjFtJ\",\"pbHL5Wrhp\",\"xQ_ZUH9kI\",\"HPmKoETrM\",\"plcagyCY8\",\"aJkuebUjl\",\"wC9BqcsEP\",\"lUteMUI2g\",\"Mh59vxrzK\",\"x9wcoGSoD\"];const serializationHash=\"framer-FA3yP\";const variantClassNames={aJkuebUjl:\"framer-v-hlzyek\",CFIKqjFtJ:\"framer-v-1fcqbl8\",HPmKoETrM:\"framer-v-1py43ol\",lUteMUI2g:\"framer-v-59dfbz\",Mh59vxrzK:\"framer-v-83p10h\",pbHL5Wrhp:\"framer-v-1kz6l5g\",plcagyCY8:\"framer-v-d8do0z\",wC9BqcsEP:\"framer-v-1xhavrg\",x9wcoGSoD:\"framer-v-bie2ht\",xQ_ZUH9kI:\"framer-v-dbeecz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:50};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Banks:\"plcagyCY8\",Custodians:\"CFIKqjFtJ\",Exchanges:\"xQ_ZUH9kI\",FinTechs:\"HPmKoETrM\",MobileBanks:\"x9wcoGSoD\",MobileCustodian:\"aJkuebUjl\",MobileExchanges:\"lUteMUI2g\",MobileFinTechs:\"Mh59vxrzK\",MobileWallet:\"wC9BqcsEP\",Wallets:\"pbHL5Wrhp\"};const getProps=({height,id,scrollSection,width,...props})=>{return{...props,t7uSaOBZf:scrollSection??props.t7uSaOBZf,variant:humanReadableVariantMap[props.variant]??props.variant??\"CFIKqjFtJ\"};};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,t7uSaOBZf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CFIKqjFtJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xnm0ph=activeVariantCallback(async(...args)=>{setVariant(\"CFIKqjFtJ\");});const onTapc4aw4z=activeVariantCallback(async(...args)=>{setVariant(\"aJkuebUjl\");});const onTapxvb7na=activeVariantCallback(async(...args)=>{setVariant(\"pbHL5Wrhp\");});const onTap1etfdz2=activeVariantCallback(async(...args)=>{setVariant(\"wC9BqcsEP\");});const onTapi6euda=activeVariantCallback(async(...args)=>{setVariant(\"xQ_ZUH9kI\");});const onTap1j5w0wq=activeVariantCallback(async(...args)=>{setVariant(\"lUteMUI2g\");});const onTapw739gx=activeVariantCallback(async(...args)=>{setVariant(\"HPmKoETrM\");});const onTapfbm683=activeVariantCallback(async(...args)=>{setVariant(\"Mh59vxrzK\");});const onTap14znr6s=activeVariantCallback(async(...args)=>{setVariant(\"plcagyCY8\");});const onTap170jsyv=activeVariantCallback(async(...args)=>{setVariant(\"x9wcoGSoD\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"aJkuebUjl\",\"wC9BqcsEP\",\"lUteMUI2g\",\"Mh59vxrzK\",\"x9wcoGSoD\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"pbHL5Wrhp\",\"xQ_ZUH9kI\",\"HPmKoETrM\",\"plcagyCY8\",\"wC9BqcsEP\",\"lUteMUI2g\",\"Mh59vxrzK\",\"x9wcoGSoD\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"pbHL5Wrhp\",\"xQ_ZUH9kI\",\"HPmKoETrM\",\"plcagyCY8\",\"wC9BqcsEP\",\"lUteMUI2g\",\"Mh59vxrzK\",\"x9wcoGSoD\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"pbHL5Wrhp\",\"wC9BqcsEP\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"pbHL5Wrhp\",\"wC9BqcsEP\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"xQ_ZUH9kI\",\"lUteMUI2g\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"xQ_ZUH9kI\",\"lUteMUI2g\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if([\"HPmKoETrM\",\"Mh59vxrzK\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"HPmKoETrM\",\"Mh59vxrzK\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if([\"plcagyCY8\",\"x9wcoGSoD\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if([\"plcagyCY8\",\"x9wcoGSoD\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__spring:{bounce:.2,damping:100,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1.2,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:80}},{ref:t7uSaOBZf,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1fcqbl8\",className,classNames),\"data-framer-name\":\"Custodians\",layoutDependency:layoutDependency,layoutId:\"CFIKqjFtJ\",ref:ref??ref1,style:{backdropFilter:\"blur(11px)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 15px 28px 0px rgba(78, 96, 212, 0.10000000149011612)\",WebkitBackdropFilter:\"blur(11px)\",...style},...addPropertyOverrides({aJkuebUjl:{\"data-framer-name\":\"MobileCustodian\"},HPmKoETrM:{\"data-framer-name\":\"FinTechs\"},lUteMUI2g:{\"data-framer-name\":\"MobileExchanges\"},Mh59vxrzK:{\"data-framer-name\":\"MobileFinTechs\"},pbHL5Wrhp:{\"data-framer-name\":\"Wallets\"},plcagyCY8:{\"data-framer-name\":\"Banks\"},wC9BqcsEP:{\"data-framer-name\":\"MobileWallet\"},x9wcoGSoD:{\"data-framer-name\":\"MobileBanks\"},xQ_ZUH9kI:{\"data-framer-name\":\"Exchanges\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awcqvo\",\"data-framer-name\":\"blur\",layoutDependency:layoutDependency,layoutId:\"bRum3f45Y\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.45)\",borderBottomLeftRadius:40,borderTopLeftRadius:40,WebkitBackdropFilter:\"blur(10px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mh3jea\",\"data-framer-name\":\"Group 632025\",layoutDependency:layoutDependency,layoutId:\"D8e4GKGme\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 15px 28px 0px rgba(78, 96, 212, 0.10000000149011612)\"},variants:{aJkuebUjl:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},lUteMUI2g:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},Mh59vxrzK:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},wC9BqcsEP:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},x9wcoGSoD:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n2j4wv\",\"data-framer-name\":\"Group 631908\",layoutDependency:layoutDependency,layoutId:\"JWIYtk3_d\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l1gylz\",\"data-framer-name\":\"Custodian\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KRaiR1rq3\",onTap:onTap1xnm0ph,whileHover:animation,...addPropertyOverrides({lUteMUI2g:{onTap:onTapc4aw4z},Mh59vxrzK:{onTap:onTapc4aw4z},wC9BqcsEP:{onTap:onTapc4aw4z},x9wcoGSoD:{onTap:onTapc4aw4z}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ts8zwt\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"jASUTwrAz\",style:{scale:1},variants:{lUteMUI2g:{scale:1.5},Mh59vxrzK:{scale:1.5},wC9BqcsEP:{scale:1.5},x9wcoGSoD:{scale:1.5}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vne898\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"zHtWrax9M\",style:{backgroundColor:\"rgb(161, 166, 203)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-144tk0o\",\"data-framer-name\":\"wallet\",layoutDependency:layoutDependency,layoutId:\"DgLIIzYUf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10w2t0x\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"i7Ck2ZUEV\",svg:'<svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.2386 5.33402H13.8634C13.8687 5.33378 13.8741 5.33464 13.8791 5.33653C13.8841 5.33842 13.8887 5.34131 13.8926 5.34501C13.8964 5.34872 13.8995 5.35318 13.9016 5.35811C13.9037 5.36304 13.9048 5.36835 13.9048 5.37371V6.52824C13.9048 6.53923 13.9004 6.54976 13.8927 6.55753C13.8849 6.5653 13.8744 6.56966 13.8634 6.56966H13.2386C13.228 6.56922 13.2179 6.56466 13.2105 6.55694C13.2031 6.54922 13.1989 6.53894 13.1989 6.52824V5.37371C13.1989 5.36318 13.2031 5.35309 13.2106 5.34564C13.218 5.3382 13.2281 5.33402 13.2386 5.33402ZM2.63212 6.56276C2.60713 6.57389 2.58009 6.57965 2.55273 6.57965C2.52538 6.57965 2.49833 6.57389 2.47335 6.56276C0.635412 5.80515 -0.0169251 3.87575 0.000332492 2.43301L0.0175901 1.09382C0.0142646 1.03218 0.0326428 0.971323 0.0695306 0.921824C0.106418 0.872325 0.159484 0.837315 0.219504 0.82288C1.25496 0.650304 1.81928 0.451841 2.43366 0.0376588C2.46853 0.0131511 2.51011 0 2.55273 0C2.59535 0 2.63694 0.0131511 2.67181 0.0376588C3.28446 0.451841 3.85741 0.650304 4.88424 0.82288C4.94313 0.838627 4.99482 0.874143 5.03064 0.923473C5.06646 0.972803 5.08423 1.03295 5.08097 1.09382L5.09823 2.43301C5.12239 3.87575 4.46833 5.80515 2.63212 6.56276ZM3.81599 2.94729C3.85981 2.91219 3.8885 2.86162 3.89613 2.80599C3.90375 2.75037 3.88974 2.69393 3.85698 2.64834C3.82422 2.60274 3.77521 2.57145 3.72006 2.56093C3.66491 2.55041 3.60782 2.56145 3.56058 2.59178L2.12992 3.61689L1.59494 2.84892C1.57854 2.82442 1.55734 2.8035 1.53261 2.78744C1.50789 2.77138 1.48015 2.76052 1.4511 2.75552C1.42204 2.75052 1.39227 2.75147 1.3636 2.75833C1.33492 2.76519 1.30794 2.77781 1.2843 2.79542C1.23725 2.82881 1.20514 2.87928 1.19482 2.93604C1.1845 2.9928 1.1968 3.05134 1.22907 3.09916L1.89694 4.04833C1.91362 4.07201 1.93482 4.09216 1.95933 4.1076C1.98384 4.12304 2.01117 4.13347 2.03974 4.13829C2.0683 4.1431 2.09754 4.14221 2.12576 4.13565C2.15397 4.1291 2.18061 4.11701 2.20413 4.1001L3.81599 2.94729ZM13.192 9.81754V10.9738C13.192 10.979 13.1931 10.9842 13.1951 10.989C13.1971 10.9938 13.2 10.9982 13.2037 11.0019C13.2074 11.0056 13.2117 11.0085 13.2165 11.0105C13.2214 11.0125 13.2265 11.0135 13.2317 11.0135H13.8565C13.8618 11.0137 13.8672 11.0129 13.8722 11.011C13.8772 11.0091 13.8818 11.0062 13.8857 11.0025C13.8895 10.9988 13.8926 10.9943 13.8947 10.9894C13.8968 10.9845 13.8979 10.9792 13.8979 10.9738V9.81754C13.8974 9.80686 13.8929 9.79676 13.8852 9.78936C13.8774 9.78197 13.8672 9.77784 13.8565 9.77785H13.2386C13.2329 9.77713 13.2271 9.7776 13.2216 9.77925C13.2161 9.7809 13.211 9.78368 13.2066 9.78741C13.2022 9.79115 13.1986 9.79575 13.1961 9.80094C13.1936 9.80613 13.1922 9.81178 13.192 9.81754ZM4.00582 14.6376C4.00628 14.7339 4.04485 14.826 4.11308 14.894C4.18132 14.9619 4.27368 15 4.36996 15H5.09478C5.1909 15 5.28308 14.9618 5.35104 14.8939C5.41901 14.8259 5.45719 14.7337 5.45719 14.6376V14.2303H4.00582V14.6376ZM14.2171 2.55727H5.54175C5.53698 2.97257 5.48487 3.38597 5.38643 3.78946H13.5372C13.5953 3.78946 13.6511 3.81255 13.6922 3.85366C13.7333 3.89476 13.7564 3.95051 13.7564 4.00863V4.89222H13.8582C13.985 4.89222 14.1066 4.94259 14.1962 5.03224C14.2859 5.12188 14.3362 5.24347 14.3362 5.37026V6.52479C14.3373 6.58876 14.3255 6.65229 14.3015 6.71159C14.2774 6.7709 14.2417 6.82475 14.1964 6.86994C14.1389 6.92571 14.0692 6.96736 13.9929 6.99161C13.9165 7.01587 13.8355 7.02207 13.7564 7.00973V9.34123H13.8582C13.9847 9.34123 14.106 9.39136 14.1956 9.48063C14.2852 9.56991 14.3358 9.69106 14.3362 9.81754V10.9738C14.337 11.0377 14.3251 11.1012 14.3011 11.1604C14.2771 11.2197 14.2415 11.2736 14.1964 11.319C14.1385 11.3741 14.0687 11.4153 13.9925 11.4395C13.9163 11.4637 13.8355 11.4703 13.7564 11.4587V12.332C13.7568 12.361 13.7515 12.3898 13.7407 12.4167C13.7298 12.4435 13.7137 12.468 13.6933 12.4886C13.6729 12.5092 13.6486 12.5255 13.6217 12.5365C13.5949 12.5475 13.5662 12.5531 13.5372 12.5529H4.00582C3.97691 12.5531 3.94824 12.5475 3.92152 12.5365C3.89481 12.5254 3.87059 12.5091 3.8503 12.4885C3.83002 12.4679 3.81408 12.4434 3.80344 12.4165C3.79281 12.3896 3.78768 12.3609 3.78838 12.332V6.385C3.48743 6.6244 3.15462 6.82072 2.79952 6.96831C2.7222 6.99991 2.63969 7.01688 2.55618 7.01836V13.0085C2.55664 13.2145 2.63855 13.4119 2.78404 13.5577C2.92953 13.7035 3.12679 13.7859 3.33278 13.7868H14.2171C14.4231 13.7859 14.6204 13.7035 14.7659 13.5577C14.9114 13.4119 14.9933 13.2145 14.9937 13.0085V3.34422C14.9942 3.24178 14.9745 3.14025 14.9357 3.04544C14.8969 2.95063 14.8398 2.86438 14.7677 2.79163C14.6956 2.71887 14.6099 2.66104 14.5154 2.62142C14.4209 2.5818 14.3196 2.56117 14.2171 2.56072V2.55727ZM7.05869 8.17289C7.0604 7.83358 7.1626 7.50237 7.35239 7.22109C7.54218 6.93981 7.81105 6.72106 8.12506 6.59247C8.43908 6.46388 8.78415 6.43121 9.11671 6.49857C9.44928 6.56594 9.75443 6.73033 9.99365 6.97099C10.2329 7.21164 10.3954 7.51778 10.4608 7.85075C10.5261 8.18371 10.4914 8.52858 10.3609 8.84181C10.2304 9.15504 10.0101 9.4226 9.72765 9.61069C9.44524 9.79879 9.11342 9.89899 8.7741 9.89865C8.54796 9.89866 8.32404 9.85395 8.11524 9.76709C7.90644 9.68024 7.71688 9.55295 7.55745 9.39257C7.39802 9.23218 7.27188 9.04185 7.18629 8.83253C7.10069 8.62321 7.05733 8.39903 7.05869 8.17289ZM8.09415 7.70694C8.09336 7.79126 8.10979 7.87485 8.14243 7.95259C8.17507 8.03034 8.22324 8.10061 8.28398 8.15909C8.40974 8.27907 8.56832 8.35896 8.73958 8.38861C8.82472 8.40113 8.90411 8.43902 8.96739 8.49734C8.98657 8.51592 9.00181 8.53818 9.01219 8.56279C9.02257 8.58741 9.02788 8.61386 9.02779 8.64057C9.02818 8.69677 9.00952 8.75145 8.97484 8.79567C8.94016 8.8399 8.89151 8.87106 8.83684 8.88408C8.78217 8.89709 8.7247 8.8912 8.67381 8.86734C8.62293 8.84349 8.58163 8.8031 8.55665 8.75275C8.54385 8.72714 8.52613 8.7043 8.5045 8.68554C8.48287 8.66678 8.45775 8.65247 8.43059 8.64341C8.40343 8.63436 8.37475 8.63074 8.34619 8.63277C8.31763 8.6348 8.28975 8.64244 8.26414 8.65524C8.23853 8.66805 8.21569 8.68577 8.19693 8.7074C8.17817 8.72903 8.16386 8.75414 8.1548 8.78131C8.14575 8.80847 8.14213 8.83715 8.14416 8.86571C8.14619 8.89427 8.15383 8.92215 8.16663 8.94776C8.22242 9.06141 8.30839 9.15753 8.41514 9.22561C8.4595 9.25353 8.507 9.27612 8.55665 9.29291V9.4327C8.56151 9.48725 8.58661 9.538 8.62701 9.57497C8.66742 9.61194 8.7202 9.63244 8.77496 9.63244C8.82973 9.63244 8.88251 9.61194 8.92291 9.57497C8.96332 9.538 8.98842 9.48725 8.99327 9.4327V9.29291C9.09433 9.25736 9.18545 9.19819 9.25904 9.12033C9.38762 8.99161 9.46018 8.81734 9.46095 8.6354C9.46042 8.5523 9.44337 8.47014 9.41077 8.3937C9.37818 8.31726 9.33071 8.24806 9.27112 8.19015C9.14512 8.07051 8.98665 7.99067 8.81552 7.96062C8.72982 7.94545 8.65055 7.90522 8.58772 7.845C8.55227 7.80777 8.53249 7.75834 8.53249 7.70694C8.5337 7.64192 8.56034 7.57996 8.6067 7.53436C8.65248 7.48848 8.71447 7.46244 8.77928 7.46188C8.82563 7.46064 8.8713 7.47326 8.91043 7.49812C8.95025 7.52211 8.98253 7.55679 9.00363 7.59821C9.01666 7.62394 9.03463 7.64684 9.05651 7.66562C9.07839 7.6844 9.10376 7.69868 9.13116 7.70765C9.15857 7.71663 9.18747 7.72012 9.21622 7.71792C9.24497 7.71573 9.27301 7.70789 9.29873 7.69486C9.32445 7.68183 9.34736 7.66386 9.36614 7.64197C9.38491 7.62009 9.3992 7.59472 9.40817 7.56732C9.41714 7.53992 9.42063 7.51101 9.41844 7.48226C9.41624 7.45351 9.4084 7.42547 9.39537 7.39975C9.33838 7.28629 9.2512 7.19075 9.14341 7.12363C9.09887 7.09604 9.05141 7.07346 9.0019 7.05633V6.91654C9.0046 6.88624 9.00096 6.85571 8.99121 6.82689C8.98146 6.79808 8.96583 6.7716 8.94529 6.74916C8.92476 6.72672 8.89978 6.70879 8.87194 6.69653C8.8441 6.68427 8.81401 6.67794 8.78359 6.67794C8.75317 6.67794 8.72308 6.68427 8.69525 6.69653C8.66741 6.70879 8.64242 6.72672 8.62189 6.74916C8.60136 6.7716 8.58572 6.79808 8.57597 6.82689C8.56623 6.85571 8.56259 6.88624 8.56528 6.91654V7.05633C8.46389 7.09223 8.37229 7.15132 8.29779 7.2289C8.16834 7.3548 8.09337 7.52641 8.08897 7.70694H8.09415ZM12.091 14.6376C12.0915 14.7339 12.13 14.826 12.1983 14.894C12.2665 14.9619 12.3589 15 12.4551 15H13.18C13.2761 15 13.3683 14.9618 13.4362 14.8939C13.5042 14.8259 13.5424 14.7337 13.5424 14.6376V14.2303H12.091V14.6376ZM5.25355 4.23126H13.3249V4.89567H13.2386C13.112 4.89613 12.9907 4.94664 12.9011 5.03619C12.8116 5.12574 12.7611 5.24707 12.7606 5.37371V6.52824C12.7611 6.65489 12.8116 6.77621 12.9011 6.86576C12.9907 6.95531 13.112 7.00582 13.2386 7.00628H13.3249V9.34123H13.2386C13.1122 9.34123 12.9908 9.39136 12.9012 9.48063C12.8116 9.56991 12.7611 9.69106 12.7606 9.81754V10.9738C12.7611 11.1004 12.8116 11.2218 12.9011 11.3113C12.9907 11.4009 13.112 11.4514 13.2386 11.4518H13.3249V12.1163H4.21809V5.9829C4.68543 5.48045 5.03865 4.88293 5.25355 4.23126ZM5.77128 8.17289C5.77128 8.20167 5.77694 8.23018 5.78796 8.25677C5.79897 8.28336 5.81512 8.30752 5.83547 8.32787C5.85582 8.34822 5.87998 8.36437 5.90657 8.37538C5.93317 8.38639 5.96167 8.39206 5.99045 8.39206H6.63416C6.67613 8.81106 6.84059 9.20842 7.10702 9.53452L6.65141 9.98839C6.6125 10.0298 6.59121 10.0847 6.59202 10.1416C6.59283 10.1984 6.61568 10.2527 6.65576 10.293C6.69584 10.3333 6.75 10.3564 6.80682 10.3576C6.86364 10.3587 6.91868 10.3377 6.96033 10.299L7.41593 9.84343C7.74203 10.1099 8.13938 10.2743 8.55838 10.3163V10.96C8.55568 10.9903 8.55932 11.0208 8.56907 11.0496C8.57881 11.0785 8.59445 11.1049 8.61499 11.1274C8.63552 11.1498 8.6605 11.1677 8.68834 11.18C8.71618 11.1923 8.74627 11.1986 8.77669 11.1986C8.80711 11.1986 8.83719 11.1923 8.86503 11.18C8.89287 11.1677 8.91786 11.1498 8.93839 11.1274C8.95892 11.1049 8.97456 11.0785 8.98431 11.0496C8.99405 11.0208 8.99769 10.9903 8.995 10.96V10.3163C9.41392 10.274 9.81119 10.1096 10.1375 9.84343L10.5913 10.299C10.6325 10.3402 10.6884 10.3634 10.7466 10.3634C10.8049 10.3634 10.8608 10.3402 10.902 10.299C10.9432 10.2578 10.9663 10.202 10.9663 10.1437C10.9663 10.0855 10.9432 10.0296 10.902 9.98839L10.4464 9.53452C10.7128 9.20842 10.8772 8.81106 10.9192 8.39206H11.5629C11.5932 8.39476 11.6238 8.39112 11.6526 8.38138C11.6814 8.37163 11.7079 8.35599 11.7303 8.33546C11.7528 8.31492 11.7707 8.28994 11.7829 8.2621C11.7952 8.23426 11.8015 8.20417 11.8015 8.17375C11.8015 8.14334 11.7952 8.11325 11.7829 8.08541C11.7707 8.05757 11.7528 8.03259 11.7303 8.01205C11.7079 7.99152 11.6814 7.97588 11.6526 7.96614C11.6238 7.95639 11.5932 7.95275 11.5629 7.95545H10.9175C10.8762 7.53524 10.7117 7.1366 10.4446 6.80954L10.9002 6.35394C10.9389 6.3123 10.9599 6.25726 10.9588 6.20044C10.9577 6.14361 10.9345 6.08945 10.8942 6.04938C10.8539 6.0093 10.7996 5.98645 10.7428 5.98564C10.6859 5.98483 10.631 6.00612 10.5896 6.04503L10.1357 6.50063C9.80947 6.23447 9.4122 6.07004 8.99327 6.02777V5.38752C8.99597 5.35722 8.99233 5.32669 8.98258 5.29787C8.97284 5.26905 8.9572 5.24258 8.93666 5.22014C8.91613 5.19769 8.89115 5.17977 8.86331 5.16751C8.83547 5.15525 8.80538 5.14892 8.77496 5.14892C8.74454 5.14892 8.71446 5.15525 8.68662 5.16751C8.65878 5.17977 8.6338 5.19769 8.61326 5.22014C8.59273 5.24258 8.57709 5.26905 8.56734 5.29787C8.5576 5.32669 8.55396 5.35722 8.55665 5.38752V6.03122C8.13765 6.0732 7.7403 6.23766 7.4142 6.50408L6.9586 6.04848C6.93901 6.02537 6.91483 6.00658 6.88761 5.99328C6.86038 5.97999 6.8307 5.97248 6.80043 5.97124C6.77016 5.97 6.73996 5.97504 6.71173 5.98606C6.68351 5.99708 6.65788 6.01383 6.63646 6.03525C6.61503 6.05667 6.59828 6.0823 6.58727 6.11053C6.57625 6.13875 6.5712 6.16895 6.57245 6.19922C6.57369 6.22949 6.5812 6.25918 6.59449 6.2864C6.60779 6.31363 6.62658 6.3378 6.64969 6.35739L7.10529 6.80954C6.83886 7.1368 6.67497 7.53543 6.63416 7.95545H5.98872C5.93105 7.95545 5.87574 7.97836 5.83496 8.01914C5.79419 8.05991 5.77128 8.11522 5.77128 8.17289Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})}),className:\"framer-jxtsfu\",\"data-framer-name\":\"Wallets\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"c4xrlIsof\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})})},Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})})},wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})})}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ulct1s\",\"data-framer-appear-id\":\"1ulct1s\",\"data-framer-name\":\"CustodianSelected\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"xyYCLpA0J\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hgwz08\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624156\",layoutDependency:layoutDependency,layoutId:\"qsn9MoJhf\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgba(168, 179, 249, 0.6)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",backdropFilter:\"blur(11.259079933166504px)\",backgroundColor:\"rgba(230, 233, 255, 0.1)\",borderBottomLeftRadius:20.78,borderBottomRightRadius:20.78,borderTopLeftRadius:20.78,borderTopRightRadius:20.78,WebkitBackdropFilter:\"blur(11.259079933166504px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b9tk2\",layoutDependency:layoutDependency,layoutId:\"IdhUAY0eh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Add seamless native functionalities to elevate your services.\"})}),className:\"framer-d13c1j\",\"data-framer-name\":\"Beat the competition by rolling out new products faster\",fonts:[\"GF;Lato-500\"],layoutDependency:layoutDependency,layoutId:\"XAQtRicwr\",style:{\"--extracted-r6o4lv\":\"rgb(71, 80, 134)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Add seamless native functionalities to elevate your services.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lttwpq\",\"data-framer-name\":\"Frame 632099\",layoutDependency:layoutDependency,layoutId:\"mPScWbung\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-s1xkz\",\"data-framer-name\":\"Group 631906\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"jjuyBgv0S\",svg:'<svg width=\"38\" height=\"39\" viewBox=\"0 0 38 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect y=\"0.90625\" width=\"38\" height=\"38\" rx=\"8\" fill=\"#465DF6\"/>\\n<path d=\"M25.9753 16.3623H26.8915C26.8994 16.3619 26.9072 16.3632 26.9146 16.366C26.9219 16.3687 26.9287 16.373 26.9343 16.3784C26.94 16.3839 26.9445 16.3904 26.9476 16.3976C26.9507 16.4049 26.9523 16.4126 26.9523 16.4205V18.1138C26.9523 18.1299 26.9459 18.1454 26.9345 18.1568C26.9231 18.1682 26.9076 18.1746 26.8915 18.1746H25.9753C25.9596 18.1739 25.9448 18.1672 25.9339 18.1559C25.9231 18.1446 25.917 18.1295 25.917 18.1138V16.4205C25.917 16.4051 25.9232 16.3903 25.9341 16.3793C25.945 16.3684 25.9598 16.3623 25.9753 16.3623ZM10.419 18.1644C10.3824 18.1808 10.3427 18.1892 10.3026 18.1892C10.2625 18.1892 10.2228 18.1808 10.1862 18.1644C7.49053 17.0533 6.53377 14.2235 6.55908 12.1075L6.58439 10.1433C6.57952 10.0529 6.60647 9.96367 6.66057 9.89107C6.71467 9.81847 6.7925 9.76713 6.88053 9.74595C8.3992 9.49284 9.22688 9.20176 10.128 8.5943C10.1791 8.55835 10.2401 8.53906 10.3026 8.53906C10.3651 8.53906 10.4261 8.55835 10.4772 8.5943C11.3758 9.20176 12.2161 9.49284 13.7221 9.74595C13.8085 9.76905 13.8843 9.82114 13.9369 9.89349C13.9894 9.96584 14.0155 10.0541 14.0107 10.1433L14.036 12.1075C14.0714 14.2235 13.1121 17.0533 10.419 18.1644ZM12.1554 12.8618C12.2197 12.8103 12.2617 12.7361 12.2729 12.6545C12.2841 12.5729 12.2635 12.4902 12.2155 12.4233C12.1675 12.3564 12.0956 12.3105 12.0147 12.2951C11.9338 12.2797 11.8501 12.2959 11.7808 12.3403L9.68248 13.8438L8.89783 12.7175C8.87379 12.6815 8.84269 12.6509 8.80643 12.6273C8.77016 12.6038 8.72948 12.5878 8.68687 12.5805C8.64425 12.5732 8.60059 12.5746 8.55854 12.5846C8.51648 12.5947 8.47691 12.6132 8.44223 12.639C8.37323 12.688 8.32613 12.762 8.311 12.8453C8.29586 12.9285 8.31389 13.0144 8.36124 13.0845L9.34078 14.4766C9.36523 14.5113 9.39634 14.5409 9.43228 14.5635C9.46823 14.5862 9.50831 14.6015 9.55021 14.6086C9.5921 14.6156 9.63498 14.6143 9.67637 14.6047C9.71775 14.5951 9.75682 14.5773 9.79132 14.5525L12.1554 12.8618ZM25.9069 22.9381V24.634C25.9069 24.6416 25.9084 24.6492 25.9114 24.6562C25.9143 24.6633 25.9186 24.6697 25.924 24.6751C25.9294 24.6805 25.9358 24.6848 25.9429 24.6878C25.9499 24.6907 25.9575 24.6922 25.9651 24.6922H26.8814C26.8893 24.6925 26.8971 24.6913 26.9045 24.6885C26.9118 24.6857 26.9185 24.6815 26.9242 24.6761C26.9299 24.6706 26.9344 24.6641 26.9375 24.6569C26.9406 24.6496 26.9422 24.6418 26.9422 24.634V22.9381C26.9415 22.9225 26.9348 22.9076 26.9235 22.8968C26.9122 22.8859 26.8971 22.8799 26.8814 22.8799H25.9753C25.9669 22.8788 25.9584 22.8795 25.9503 22.882C25.9422 22.8844 25.9347 22.8885 25.9282 22.8939C25.9218 22.8994 25.9166 22.9062 25.9129 22.9138C25.9093 22.9214 25.9072 22.9297 25.9069 22.9381ZM12.4338 30.0075C12.4345 30.1487 12.491 30.2839 12.5911 30.3835C12.6912 30.4831 12.8267 30.5391 12.9679 30.5391H14.0309C14.1719 30.5391 14.3071 30.4831 14.4068 30.3834C14.5065 30.2837 14.5625 30.1485 14.5625 30.0075V29.4102H12.4338V30.0075ZM27.4104 12.2897H14.6865C14.6795 12.8988 14.6031 13.5052 14.4587 14.0969H26.4131C26.4984 14.0969 26.5802 14.1308 26.6404 14.1911C26.7007 14.2514 26.7346 14.3331 26.7346 14.4184V15.7143H26.8839C27.0699 15.7143 27.2482 15.7882 27.3797 15.9197C27.5112 16.0512 27.5851 16.2295 27.5851 16.4154V18.1088C27.5866 18.2026 27.5693 18.2958 27.5341 18.3827C27.4988 18.4697 27.4465 18.5487 27.38 18.615C27.2957 18.6968 27.1934 18.7579 27.0814 18.7934C26.9694 18.829 26.8507 18.8381 26.7346 18.82V22.2395H26.8839C27.0694 22.2395 27.2474 22.3131 27.3788 22.444C27.5102 22.5749 27.5844 22.7526 27.5851 22.9381V24.634C27.5862 24.7277 27.5687 24.8208 27.5335 24.9077C27.4983 24.9946 27.4461 25.0737 27.38 25.1402C27.295 25.221 27.1927 25.2815 27.0809 25.317C26.9691 25.3525 26.8507 25.3622 26.7346 25.3452V26.626C26.7353 26.6685 26.7274 26.7107 26.7116 26.7502C26.6957 26.7896 26.6721 26.8255 26.6421 26.8557C26.6122 26.8858 26.5765 26.9097 26.5372 26.9259C26.4978 26.9421 26.4557 26.9503 26.4131 26.9499H12.4338C12.3914 26.9503 12.3493 26.9421 12.3102 26.9259C12.271 26.9097 12.2355 26.8857 12.2057 26.8555C12.176 26.8253 12.1526 26.7894 12.137 26.75C12.1214 26.7105 12.1139 26.6684 12.1149 26.626V17.9037C11.6735 18.2549 11.1854 18.5428 10.6646 18.7593C10.5512 18.8056 10.4301 18.8305 10.3077 18.8327V27.6182C10.3083 27.9203 10.4285 28.2099 10.6419 28.4237C10.8552 28.6376 11.1446 28.7584 11.4467 28.7597H27.4104C27.7125 28.7584 28.0018 28.6376 28.2152 28.4237C28.4286 28.2099 28.5487 27.9203 28.5494 27.6182V13.4439C28.5501 13.2937 28.5211 13.1448 28.4643 13.0057C28.4074 12.8667 28.3237 12.7402 28.2179 12.6335C28.1121 12.5267 27.9864 12.4419 27.8478 12.3838C27.7093 12.3257 27.5606 12.2954 27.4104 12.2948V12.2897ZM16.9113 20.526C16.9138 20.0283 17.0637 19.5425 17.3421 19.13C17.6205 18.7175 18.0148 18.3966 18.4754 18.208C18.9359 18.0194 19.442 17.9715 19.9298 18.0703C20.4175 18.1691 20.8651 18.4102 21.2159 18.7632C21.5668 19.1161 21.8052 19.5651 21.9011 20.0535C21.9969 20.5418 21.946 21.0476 21.7546 21.5071C21.5632 21.9665 21.24 22.3589 20.8258 22.6347C20.4116 22.9106 19.9249 23.0576 19.4273 23.0571C19.0956 23.0571 18.7672 22.9915 18.4609 22.8641C18.1547 22.7367 17.8767 22.5501 17.6428 22.3148C17.409 22.0796 17.224 21.8004 17.0985 21.4934C16.9729 21.1864 16.9093 20.8576 16.9113 20.526ZM18.43 19.8426C18.4288 19.9662 18.4529 20.0888 18.5008 20.2029C18.5487 20.3169 18.6193 20.42 18.7084 20.5057C18.8929 20.6817 19.1255 20.7989 19.3766 20.8424C19.5015 20.8607 19.6179 20.9163 19.7108 21.0018C19.7389 21.0291 19.7613 21.0617 19.7765 21.0978C19.7917 21.1339 19.7995 21.1727 19.7993 21.2119C19.7999 21.2943 19.7726 21.3745 19.7217 21.4394C19.6708 21.5042 19.5995 21.55 19.5193 21.569C19.4391 21.5881 19.3548 21.5795 19.2802 21.5445C19.2055 21.5095 19.145 21.4503 19.1083 21.3764C19.0896 21.3389 19.0636 21.3054 19.0319 21.2779C19.0001 21.2503 18.9633 21.2293 18.9235 21.2161C18.8836 21.2028 18.8416 21.1975 18.7997 21.2005C18.7578 21.2034 18.7169 21.2146 18.6793 21.2334C18.6418 21.2522 18.6083 21.2782 18.5808 21.3099C18.5532 21.3416 18.5322 21.3785 18.519 21.4183C18.5057 21.4582 18.5004 21.5002 18.5034 21.5421C18.5063 21.584 18.5175 21.6249 18.5363 21.6624C18.6181 21.8291 18.7442 21.9701 18.9008 22.07C18.9659 22.1109 19.0355 22.144 19.1083 22.1687V22.3737C19.1155 22.4537 19.1523 22.5281 19.2115 22.5824C19.2708 22.6366 19.3482 22.6666 19.4285 22.6666C19.5089 22.6666 19.5863 22.6366 19.6455 22.5824C19.7048 22.5281 19.7416 22.4537 19.7487 22.3737V22.1687C19.8969 22.1165 20.0306 22.0297 20.1385 21.9156C20.3271 21.7268 20.4335 21.4712 20.4347 21.2043C20.4339 21.0824 20.4089 20.9619 20.3611 20.8498C20.3133 20.7377 20.2436 20.6362 20.1562 20.5513C19.9714 20.3758 19.739 20.2587 19.488 20.2146C19.3623 20.1924 19.2461 20.1334 19.1539 20.0451C19.1019 19.9905 19.0729 19.918 19.0729 19.8426C19.0747 19.7472 19.1138 19.6563 19.1818 19.5895C19.2489 19.5222 19.3398 19.484 19.4349 19.4832C19.5028 19.4813 19.5698 19.4998 19.6272 19.5363C19.6856 19.5715 19.733 19.6224 19.7639 19.6831C19.783 19.7208 19.8094 19.7544 19.8415 19.782C19.8736 19.8095 19.9108 19.8305 19.951 19.8436C19.9912 19.8568 20.0335 19.8619 20.0757 19.8587C20.1179 19.8555 20.159 19.844 20.1967 19.8249C20.2345 19.8057 20.268 19.7794 20.2956 19.7473C20.3231 19.7152 20.3441 19.678 20.3572 19.6378C20.3704 19.5976 20.3755 19.5552 20.3723 19.513C20.3691 19.4709 20.3576 19.4298 20.3385 19.392C20.2549 19.2256 20.127 19.0855 19.9689 18.9871C19.9036 18.9466 19.834 18.9135 19.7614 18.8883V18.6833C19.7653 18.6389 19.76 18.5941 19.7457 18.5518C19.7314 18.5096 19.7085 18.4707 19.6784 18.4378C19.6482 18.4049 19.6116 18.3786 19.5708 18.3606C19.5299 18.3427 19.4858 18.3334 19.4412 18.3334C19.3966 18.3334 19.3524 18.3427 19.3116 18.3606C19.2708 18.3786 19.2341 18.4049 19.204 18.4378C19.1739 18.4707 19.151 18.5096 19.1367 18.5518C19.1224 18.5941 19.1171 18.6389 19.121 18.6833V18.8883C18.9723 18.941 18.838 19.0277 18.7287 19.1415C18.5388 19.3261 18.4289 19.5778 18.4224 19.8426H18.43ZM24.2921 30.0075C24.2927 30.1487 24.3493 30.2839 24.4494 30.3835C24.5495 30.4831 24.6849 30.5391 24.8261 30.5391H25.8892C26.0302 30.5391 26.1654 30.4831 26.2651 30.3834C26.3647 30.2837 26.4207 30.1485 26.4207 30.0075V29.4102H24.2921V30.0075ZM14.2638 14.7449H26.1018V15.7194H25.9753C25.7895 15.7201 25.6116 15.7941 25.4802 15.9255C25.3489 16.0568 25.2748 16.2348 25.2741 16.4205V18.1138C25.2748 18.2996 25.3489 18.4775 25.4802 18.6088C25.6116 18.7402 25.7895 18.8143 25.9753 18.8149H26.1018V22.2395H25.9753C25.7898 22.2395 25.6118 22.3131 25.4804 22.444C25.349 22.5749 25.2748 22.7526 25.2741 22.9381V24.634C25.2748 24.8197 25.3489 24.9977 25.4802 25.129C25.6116 25.2603 25.7895 25.3344 25.9753 25.3351H26.1018V26.3096H12.7451V17.314C13.4306 16.5771 13.9486 15.7007 14.2638 14.7449ZM15.0231 20.526C15.0231 20.5682 15.0314 20.61 15.0476 20.649C15.0638 20.688 15.0874 20.7234 15.1173 20.7533C15.1471 20.7831 15.1826 20.8068 15.2216 20.823C15.2606 20.8391 15.3024 20.8474 15.3446 20.8474H16.2887C16.3502 21.462 16.5915 22.0447 16.9822 22.523L16.314 23.1887C16.2569 23.2495 16.2257 23.33 16.2269 23.4134C16.2281 23.4967 16.2616 23.5763 16.3204 23.6354C16.3791 23.6945 16.4586 23.7285 16.5419 23.7302C16.6253 23.7318 16.706 23.701 16.7671 23.6443L17.4353 22.9761C17.9136 23.3668 18.4963 23.6081 19.1109 23.6696V24.6137C19.1069 24.6582 19.1123 24.7029 19.1266 24.7452C19.1409 24.7875 19.1638 24.8263 19.1939 24.8592C19.224 24.8921 19.2607 24.9184 19.3015 24.9364C19.3423 24.9544 19.3865 24.9637 19.4311 24.9637C19.4757 24.9637 19.5198 24.9544 19.5606 24.9364C19.6015 24.9184 19.6381 24.8921 19.6682 24.8592C19.6983 24.8263 19.7213 24.7875 19.7356 24.7452C19.7499 24.7029 19.7552 24.6582 19.7513 24.6137V23.6696C20.3657 23.6076 20.9483 23.3665 21.4269 22.9761L22.0925 23.6443C22.153 23.7047 22.2349 23.7387 22.3203 23.7387C22.4058 23.7387 22.4877 23.7047 22.5481 23.6443C22.6086 23.5839 22.6425 23.5019 22.6425 23.4165C22.6425 23.3311 22.6086 23.2491 22.5481 23.1887L21.8799 22.523C22.2707 22.0447 22.5119 21.462 22.5734 20.8474H23.5176C23.562 20.8514 23.6068 20.846 23.649 20.8317C23.6913 20.8175 23.7301 20.7945 23.763 20.7644C23.796 20.7343 23.8222 20.6976 23.8402 20.6568C23.8582 20.616 23.8675 20.5719 23.8675 20.5272C23.8675 20.4826 23.8582 20.4385 23.8402 20.3977C23.8222 20.3568 23.796 20.3202 23.763 20.2901C23.7301 20.26 23.6913 20.237 23.649 20.2227C23.6068 20.2084 23.562 20.2031 23.5176 20.2071H22.5709C22.5103 19.5907 22.2691 19.0061 21.8774 18.5264L22.5456 17.8582C22.6023 17.7971 22.6331 17.7164 22.6315 17.633C22.6298 17.5497 22.5958 17.4703 22.5367 17.4115C22.4776 17.3527 22.398 17.3192 22.3147 17.318C22.2313 17.3168 22.1508 17.348 22.09 17.4051L21.4243 18.0733C20.9458 17.683 20.3631 17.4418 19.7487 17.3798V16.4408C19.7527 16.3963 19.7473 16.3515 19.733 16.3093C19.7188 16.267 19.6958 16.2282 19.6657 16.1953C19.6356 16.1623 19.5989 16.1361 19.5581 16.1181C19.5173 16.1001 19.4732 16.0908 19.4285 16.0908C19.3839 16.0908 19.3398 16.1001 19.299 16.1181C19.2581 16.1361 19.2215 16.1623 19.1914 16.1953C19.1613 16.2282 19.1383 16.267 19.124 16.3093C19.1097 16.3515 19.1044 16.3963 19.1083 16.4408V17.3849C18.4938 17.4464 17.911 17.6876 17.4328 18.0784L16.7645 17.4102C16.7358 17.3763 16.7003 17.3487 16.6604 17.3292C16.6205 17.3097 16.577 17.2987 16.5326 17.2969C16.4882 17.2951 16.4439 17.3025 16.4025 17.3186C16.3611 17.3348 16.3235 17.3593 16.2921 17.3908C16.2606 17.4222 16.2361 17.4598 16.2199 17.5012C16.2038 17.5426 16.1964 17.5869 16.1982 17.6313C16.2 17.6757 16.211 17.7192 16.2305 17.7591C16.25 17.799 16.2776 17.8345 16.3115 17.8632L16.9797 18.5264C16.5889 19.0064 16.3486 19.591 16.2887 20.2071H15.342C15.2575 20.2071 15.1763 20.2407 15.1165 20.3005C15.0567 20.3603 15.0231 20.4414 15.0231 20.526Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})}),className:\"framer-1l89u4o\",\"data-framer-name\":\"Custodians\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"blHCNr4C1\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Custodians\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-izi8am\",\"data-framer-name\":\"Wallets\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UA9luqx2y\",onTap:onTapxvb7na,whileHover:animation,...addPropertyOverrides({aJkuebUjl:{onTap:onTap1etfdz2},lUteMUI2g:{onTap:onTap1etfdz2},Mh59vxrzK:{onTap:onTap1etfdz2},x9wcoGSoD:{onTap:onTap1etfdz2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ap5bep\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"t6r8EqIZ1\",style:{scale:1},variants:{aJkuebUjl:{scale:1.5},lUteMUI2g:{scale:1.5},Mh59vxrzK:{scale:1.5},x9wcoGSoD:{scale:1.5}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ac86p\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"wSSKQp7gZ\",style:{backgroundColor:\"rgb(161, 166, 203)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12edkrg\",\"data-framer-name\":\"wallet\",layoutDependency:layoutDependency,layoutId:\"RWPqkXXry\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8sg87i\",\"data-framer-name\":\"wallet\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"I1014:3249;979:1889\",svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.5625 7.75C6.5625 8.86875 7.475 9.78125 8.59375 9.78125H11.4062V10.25C11.4062 11.5 10.7812 12.125 9.53125 12.125H2.03125C0.78125 12.125 0.15625 11.5 0.15625 10.25V2.125C0.15625 2.8125 0.71875 3.375 1.40625 3.375H9.53125C10.7812 3.375 11.4062 4 11.4062 5.25V5.71875H8.59375C7.475 5.71875 6.5625 6.63125 6.5625 7.75ZM8.59375 6.65625C7.99375 6.65625 7.5 7.15 7.5 7.75C7.5 8.35 7.99375 8.84375 8.59375 8.84375H11.4062V6.65625H8.59375ZM8.91876 8.375C8.57501 8.375 8.28751 8.09375 8.28751 7.75C8.28751 7.40625 8.56876 7.125 8.91251 7.125H8.91876C9.26251 7.125 9.54376 7.40625 9.54376 7.75C9.54376 8.09375 9.26251 8.375 8.91876 8.375ZM7.65625 0.875H1.875C1.44375 0.875 1.09375 1.225 1.09375 1.65625C1.09375 2.0875 1.44375 2.4375 1.875 2.4375H9.51248C9.41873 1.39375 8.8 0.875 7.65625 0.875Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})}),className:\"framer-7boier\",\"data-framer-name\":\"Wallets\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"t4IBBizI7\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})})},lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})})},Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})})}},baseVariant,gestureVariant)})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-19f7a4f\",\"data-framer-appear-id\":\"19f7a4f\",\"data-framer-name\":\"WalletsSelected\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"qW0lOutH0\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-unhkwu\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624156\",layoutDependency:layoutDependency,layoutId:\"spDGkrKyZ\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgba(168, 179, 249, 0.6)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",backdropFilter:\"blur(11.259079933166504px)\",backgroundColor:\"rgba(230, 233, 255, 0.1)\",borderBottomLeftRadius:20.78,borderBottomRightRadius:20.78,borderTopLeftRadius:20.78,borderTopRightRadius:20.78,WebkitBackdropFilter:\"blur(11.259079933166504px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vug6tu\",layoutDependency:layoutDependency,layoutId:\"ufLBZPrq3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster\"})}),className:\"framer-1sckmre\",\"data-framer-name\":\"Beat the competition by rolling out new products faster\",fonts:[\"GF;Lato-500\"],layoutDependency:layoutDependency,layoutId:\"rb2M53a1F\",style:{\"--extracted-r6o4lv\":\"rgb(71, 80, 134)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pbHL5Wrhp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Quickly introduce new features to delight your users.\"})})},wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Quickly introduce new features to delight your users.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1owp0kn\",\"data-framer-name\":\"Frame 632099\",layoutDependency:layoutDependency,layoutId:\"T_FQGC8S3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kbhq8b\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"LGXvRQhRJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t330o8\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"hrkTsSasH\",style:{backgroundColor:\"rgb(70, 93, 246)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u6q8j8\",\"data-framer-name\":\"wallet\",layoutDependency:layoutDependency,layoutId:\"GPcIA59KY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwnnoy\",\"data-framer-name\":\"wallet\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"PYrOI9t55\",svg:'<svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.42708 10.8333C9.42708 12.4742 10.7654 13.8125 12.4062 13.8125H16.5312V14.5C16.5312 16.3333 15.6146 17.25 13.7812 17.25H2.78125C0.947917 17.25 0.03125 16.3333 0.03125 14.5V2.58333C0.03125 3.59167 0.85625 4.41667 1.86458 4.41667H13.7812C15.6146 4.41667 16.5312 5.33333 16.5312 7.16667V7.85417H12.4062C10.7654 7.85417 9.42708 9.1925 9.42708 10.8333ZM12.4062 9.22917C11.5262 9.22917 10.8021 9.95333 10.8021 10.8333C10.8021 11.7133 11.5262 12.4375 12.4062 12.4375H16.5312V9.22917H12.4062ZM12.8829 11.75C12.3788 11.75 11.9571 11.3375 11.9571 10.8333C11.9571 10.3292 12.3696 9.91667 12.8738 9.91667H12.8829C13.3871 9.91667 13.7996 10.3292 13.7996 10.8333C13.7996 11.3375 13.3871 11.75 12.8829 11.75ZM11.0312 0.75H2.55208C1.91958 0.75 1.40625 1.26333 1.40625 1.89583C1.40625 2.52833 1.91958 3.04167 2.55208 3.04167H13.7537C13.6162 1.51083 12.7088 0.75 11.0312 0.75Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})}),className:\"framer-16s4qdy\",\"data-framer-name\":\"Custodians\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"RUGEEsk5m\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Wallets\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ylyatp\",\"data-framer-name\":\"Exchanges\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EWK3sGYS2\",onTap:onTapi6euda,whileHover:animation,...addPropertyOverrides({aJkuebUjl:{onTap:onTap1j5w0wq},Mh59vxrzK:{onTap:onTap1j5w0wq},wC9BqcsEP:{onTap:onTap1j5w0wq},x9wcoGSoD:{onTap:onTap1j5w0wq}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11dx2p8\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"lQy6qnyKw\",style:{scale:1},variants:{aJkuebUjl:{scale:1.5},Mh59vxrzK:{scale:1.5},wC9BqcsEP:{scale:1.5},x9wcoGSoD:{scale:1.5}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-przmpf\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"AUPvqlhlK\",style:{backgroundColor:\"rgb(161, 166, 203)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pq7rfy\",\"data-framer-name\":\"arrow-left-arrow-right\",layoutDependency:layoutDependency,layoutId:\"xoIDKuX9v\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c51rf4\",\"data-framer-name\":\"arrow-left-arrow-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"I1014:3254;954:801\",svg:'<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.19715 6.80748L0.531132 4.14146C0.469132 4.07946 0.420437 4.00618 0.386438 3.92418C0.319104 3.76151 0.319104 3.5774 0.386438 3.41474C0.420437 3.33274 0.469132 3.25945 0.531132 3.19745L3.19715 0.531437C3.45781 0.270771 3.87919 0.270771 4.13986 0.531437C4.40052 0.792104 4.40052 1.21348 4.13986 1.47415L2.61121 3.00279H10.3352C10.7038 3.00279 11.0018 3.30146 11.0018 3.66946C11.0018 4.03746 10.7038 4.33612 10.3352 4.33612H2.61121L4.13986 5.86477C4.40052 6.12544 4.40052 6.54681 4.13986 6.80748C4.00986 6.93748 3.83917 7.00279 3.6685 7.00279C3.49783 7.00279 3.32715 6.93748 3.19715 6.80748ZM13.6172 10.0814C13.5832 9.9994 13.5345 9.92612 13.4725 9.86412L10.8065 7.1981C10.5459 6.93744 10.1245 6.93744 9.86381 7.1981C9.60315 7.45877 9.60315 7.88015 9.86381 8.14081L11.3925 9.66946H3.6685C3.29983 9.66946 3.00183 9.96812 3.00183 10.3361C3.00183 10.7041 3.29983 11.0028 3.6685 11.0028H11.3925L9.86381 12.5314C9.60315 12.7921 9.60315 13.2135 9.86381 13.4741C9.99381 13.6041 10.1645 13.6695 10.3352 13.6695C10.5058 13.6695 10.6765 13.6041 10.8065 13.4741L13.4725 10.8081C13.5345 10.7461 13.5832 10.6728 13.6172 10.5908C13.6846 10.4282 13.6846 10.2441 13.6172 10.0814Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})}),className:\"framer-im1e74\",\"data-framer-name\":\"Exchanges\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"pPBGLqPCx\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})})},Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})})},wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})})}},baseVariant,gestureVariant)})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-lmgljr\",\"data-framer-appear-id\":\"lmgljr\",\"data-framer-name\":\"ExchangesSelected\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"IMtJqxWIk\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rdnctf\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624156\",layoutDependency:layoutDependency,layoutId:\"DrjDyz13c\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgba(168, 179, 249, 0.6)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",backdropFilter:\"blur(11.259079933166504px)\",backgroundColor:\"rgba(230, 233, 255, 0.1)\",borderBottomLeftRadius:20.78,borderBottomRightRadius:20.78,borderTopLeftRadius:20.78,borderTopRightRadius:20.78,WebkitBackdropFilter:\"blur(11.259079933166504px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1770puv\",layoutDependency:layoutDependency,layoutId:\"q_YewlUDS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster\"})}),className:\"framer-e55ezk\",\"data-framer-name\":\"Beat the competition by rolling out new products faster\",fonts:[\"GF;Lato-500\"],layoutDependency:layoutDependency,layoutId:\"BWV6SNsLe\",style:{\"--extracted-r6o4lv\":\"rgb(71, 80, 134)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster\"})})},xQ_ZUH9kI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oijky6\",\"data-framer-name\":\"Frame 632099\",layoutDependency:layoutDependency,layoutId:\"O7ZZiHvlx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-op8hhe\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"kzJl3d4ON\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1un7zhf\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"nYML2A6oD\",style:{backgroundColor:\"rgb(70, 93, 246)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n5b049\",\"data-framer-name\":\"arrow-left-arrow-right\",layoutDependency:layoutDependency,layoutId:\"vQrLZmZSI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cjhdpx\",\"data-framer-name\":\"arrow-left-arrow-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"vJ4tY7O8o\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.7701 9.73431L1.10433 6.06854C1.01908 5.98329 0.952125 5.88252 0.905375 5.76977C0.812792 5.5461 0.812792 5.29296 0.905375 5.06929C0.952125 4.95654 1.01908 4.85577 1.10433 4.77052L4.7701 1.10475C5.12852 0.746333 5.70791 0.746333 6.06632 1.10475C6.42474 1.46317 6.42474 2.04256 6.06632 2.40097L3.96444 4.50286H14.5849C15.0918 4.50286 15.5015 4.91353 15.5015 5.41953C15.5015 5.92553 15.0918 6.3362 14.5849 6.3362H3.96444L6.06632 8.43808C6.42474 8.7965 6.42474 9.37589 6.06632 9.73431C5.88757 9.91306 5.65288 10.0029 5.41821 10.0029C5.18355 10.0029 4.94885 9.91306 4.7701 9.73431ZM19.0977 14.236C19.051 14.1232 18.984 14.0224 18.8988 13.9372L15.233 10.2714C14.8746 9.913 14.2952 9.913 13.9368 10.2714C13.5784 10.6298 13.5784 11.2092 13.9368 11.5676L16.0387 13.6695H5.41821C4.9113 13.6695 4.50155 14.0802 4.50155 14.5862C4.50155 15.0922 4.9113 15.5029 5.41821 15.5029H16.0387L13.9368 17.6048C13.5784 17.9632 13.5784 18.5426 13.9368 18.901C14.1155 19.0797 14.3502 19.1695 14.5849 19.1695C14.8195 19.1695 15.0542 19.0797 15.233 18.901L18.8988 15.2352C18.984 15.15 19.051 15.0492 19.0977 14.9364C19.1903 14.7128 19.1903 14.4596 19.0977 14.236Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})}),className:\"framer-guzv01\",\"data-framer-name\":\"Custodians\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"lnQK5wJ3H\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Exchanges\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iemxjf\",\"data-framer-name\":\"FinTechs\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Noo1pj4iy\",onTap:onTapw739gx,whileHover:animation,...addPropertyOverrides({aJkuebUjl:{onTap:onTapfbm683},lUteMUI2g:{onTap:onTapfbm683},wC9BqcsEP:{onTap:onTapfbm683},x9wcoGSoD:{onTap:onTapfbm683}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rcdkyk\",\"data-framer-name\":\"Group\",layoutDependency:layoutDependency,layoutId:\"niR35w7WB\",style:{scale:1},variants:{aJkuebUjl:{scale:1.5},lUteMUI2g:{scale:1.5},wC9BqcsEP:{scale:1.5},x9wcoGSoD:{scale:1.5}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19tvqyn\",\"data-framer-name\":\"Group 631906\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"NsKpTcnvC\",svg:'<svg width=\"29\" height=\"29\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.28125\" y=\"0.101562\" width=\"28\" height=\"28\" rx=\"8\" fill=\"#A2A7CB\"/>\\n<path d=\"M18.375 7H9.625C7.85789 7 7 7.875 7 9.625V18.375C7 20.125 7.85789 21 9.625 21H18.375C20.1079 21 21 20.125 21 18.375V9.625C21 7.875 20.1079 7 18.375 7ZM15.7134 17.0092C15.3984 17.3242 14.9979 17.5163 14.5662 17.5785V17.8889C14.5662 18.2109 14.3049 18.4722 13.9829 18.4722C13.6609 18.4722 13.3996 18.2109 13.3996 17.8889V17.577C12.5106 17.4323 11.8051 16.716 11.7009 15.7936C11.6651 15.4731 11.8953 15.1846 12.2158 15.1488C12.5331 15.1092 12.8248 15.3433 12.8605 15.6637C12.9103 16.107 13.2837 16.4415 13.7286 16.4415H14.273C14.5048 16.4415 14.7233 16.3504 14.889 16.1847C15.0547 16.0191 15.1457 15.8005 15.1457 15.5688C15.1457 15.1682 14.8735 14.8205 14.4838 14.7218L13.2331 14.4115C12.7898 14.2987 12.3947 14.0412 12.1178 13.6842C11.8425 13.3358 11.6885 12.8893 11.6885 12.4328C11.6885 11.4209 12.4312 10.5848 13.3996 10.4269V10.1111C13.3996 9.78911 13.6609 9.52778 13.9829 9.52778C14.3049 9.52778 14.5662 9.78911 14.5662 10.1111V10.4191C15.4716 10.5506 16.1949 11.2715 16.2999 12.2064C16.3356 12.5269 16.1054 12.8154 15.785 12.8512C15.4622 12.8885 15.176 12.6567 15.1402 12.3363C15.0904 11.893 14.7171 11.5585 14.2722 11.5585H13.7278C13.2464 11.5585 12.8551 11.9498 12.8551 12.4312C12.8551 12.6265 12.9197 12.8162 13.0363 12.964C13.1592 13.1226 13.3241 13.23 13.517 13.2782L14.7677 13.5885C15.6777 13.8187 16.3124 14.6323 16.3124 15.5672C16.3116 16.1117 16.0992 16.6235 15.7134 17.0092Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})}),className:\"framer-9ikv3u\",\"data-framer-name\":\"FinTechs\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"uJxBqoIV1\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})})},lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})})},wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})})}},baseVariant,gestureVariant)})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-cs1rd7\",\"data-framer-appear-id\":\"cs1rd7\",\"data-framer-name\":\"FinTechSelected\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"IQPKsrXbM\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10tvtfy\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624156\",layoutDependency:layoutDependency,layoutId:\"eo03Q4QgV\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgba(168, 179, 249, 0.6)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",backdropFilter:\"blur(11.259079933166504px)\",backgroundColor:\"rgba(230, 233, 255, 0.1)\",borderBottomLeftRadius:20.78,borderBottomRightRadius:20.78,borderTopLeftRadius:20.78,borderTopRightRadius:20.78,WebkitBackdropFilter:\"blur(11.259079933166504px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lxoimy\",layoutDependency:layoutDependency,layoutId:\"XYHUODPp0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster\"})}),className:\"framer-1tlfd34\",\"data-framer-name\":\"Beat the competition by rolling out new products faster\",fonts:[\"GF;Lato-500\"],layoutDependency:layoutDependency,layoutId:\"u_ZwokJxz\",style:{\"--extracted-r6o4lv\":\"rgb(71, 80, 134)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HPmKoETrM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"The perfect upgrade for buy-and-hold crypto offerings.\"})})},Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"The perfect upgrade for buy-and-hold crypto offerings.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xdta8l\",\"data-framer-name\":\"Frame 632099\",layoutDependency:layoutDependency,layoutId:\"ISiSjNa4r\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1n2xnpt\",\"data-framer-name\":\"Group 631906\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"eGgJoOUts\",svg:'<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"38\" height=\"38\" rx=\"8\" fill=\"#465DF6\"/>\\n<path d=\"M24.8125 10H14.1875C12.0417 10 11 11.0625 11 13.1875V23.8125C11 25.9375 12.0417 27 14.1875 27H24.8125C26.9167 27 28 25.9375 28 23.8125V13.1875C28 11.0625 26.9167 10 24.8125 10ZM21.5806 22.1541C21.1981 22.5366 20.7117 22.7698 20.1876 22.8453V23.2222C20.1876 23.6132 19.8702 23.9306 19.4792 23.9306C19.0882 23.9306 18.7709 23.6132 18.7709 23.2222V22.8435C17.6914 22.6678 16.8348 21.798 16.7082 20.6779C16.6648 20.2888 16.9443 19.9384 17.3334 19.895C17.7188 19.8468 18.0729 20.1311 18.1164 20.5202C18.1768 21.0585 18.6302 21.4646 19.1704 21.4646H19.8315C20.113 21.4646 20.3783 21.3541 20.5795 21.1529C20.7807 20.9517 20.8912 20.6864 20.8912 20.4049C20.8912 19.9185 20.5606 19.4964 20.0875 19.3764L18.5688 18.9997C18.0304 18.8627 17.5507 18.55 17.2145 18.1165C16.8801 17.6934 16.6931 17.1513 16.6931 16.5969C16.6931 15.3682 17.5951 14.3529 18.7709 14.1612V13.7778C18.7709 13.3868 19.0882 13.0694 19.4792 13.0694C19.8702 13.0694 20.1876 13.3868 20.1876 13.7778V14.1518C21.2869 14.3114 22.1652 15.1869 22.2927 16.3221C22.3361 16.7112 22.0566 17.0616 21.6675 17.105C21.2755 17.1503 20.928 16.8689 20.8846 16.4798C20.8241 15.9415 20.3708 15.5354 19.8305 15.5354H19.1695C18.5849 15.5354 18.1098 16.0105 18.1098 16.5951C18.1098 16.8321 18.1882 17.0625 18.3298 17.242C18.479 17.4346 18.6793 17.565 18.9135 17.6236L20.4322 18.0003C21.5372 18.2799 22.3079 19.2678 22.3079 20.4031C22.3069 21.0642 22.0491 21.6856 21.5806 22.1541Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})}),className:\"framer-m1mhxe\",\"data-framer-name\":\"Custodians\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"E9t1Kqw7s\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"FinTechs\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14gml0r\",\"data-framer-name\":\"Banks\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xO1GAXRjf\",onTap:onTap14znr6s,whileHover:animation,...addPropertyOverrides({aJkuebUjl:{onTap:onTap170jsyv},lUteMUI2g:{onTap:onTap170jsyv},Mh59vxrzK:{onTap:onTap170jsyv},wC9BqcsEP:{onTap:onTap170jsyv}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkwac\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"hZF5zqFow\",style:{scale:1},variants:{aJkuebUjl:{scale:1.5},lUteMUI2g:{scale:1.5},Mh59vxrzK:{scale:1.5},wC9BqcsEP:{scale:1.5}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l2bbky\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"Wfub9pjz9\",style:{backgroundColor:\"rgb(161, 166, 203)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fwdyu8\",\"data-framer-name\":\"bank\",layoutDependency:layoutDependency,layoutId:\"tfrTwZ3Uh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xv01ri\",\"data-framer-name\":\"bank\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:13,layoutDependency:layoutDependency,layoutId:\"I1033:3528;979:1892\",svg:'<svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.4062 11.6558H11.7812V10.8746C11.7812 10.4577 11.5731 10.2496 11.1562 10.2496H11V5.87457H11.1562C11.5731 5.87457 11.7812 5.66645 11.7812 5.24957V3.65015C11.7812 3.41327 11.6475 3.19715 11.4356 3.09152L7.20064 0.973906C6.93689 0.842031 6.62624 0.842031 6.36186 0.973906L2.12686 3.09152C1.91499 3.19715 1.78125 3.4139 1.78125 3.65015V5.24957C1.78125 5.66645 1.98937 5.87457 2.40625 5.87457H2.5625V10.2496H2.40625C1.98937 10.2496 1.78125 10.4577 1.78125 10.8746V11.6558H1.15625C0.8975 11.6558 0.6875 11.8658 0.6875 12.1246C0.6875 12.3833 0.8975 12.5933 1.15625 12.5933H12.4062C12.665 12.5933 12.875 12.3833 12.875 12.1246C12.875 11.8658 12.665 11.6558 12.4062 11.6558ZM6.78125 2.59332C7.2125 2.59332 7.5625 2.94332 7.5625 3.37457C7.5625 3.80582 7.2125 4.15582 6.78125 4.15582C6.35 4.15582 6 3.80582 6 3.37457C6 2.94332 6.35 2.59332 6.78125 2.59332ZM3.5 10.2496V5.87457H5.0625V10.2496H3.5ZM6 10.2496V5.87457H7.5625V10.2496H6ZM8.5 10.2496V5.87457H10.0625V10.2496H8.5Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})}),className:\"framer-f7i8v9\",\"data-framer-name\":\"Banks\u2019 Digital Assets BUs\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"lsJbkXJqP\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aJkuebUjl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})},lUteMUI2g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})},Mh59vxrzK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})},wC9BqcsEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})}},baseVariant,gestureVariant)})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1uq8u5r\",\"data-framer-appear-id\":\"1uq8u5r\",\"data-framer-name\":\"BanksSelected\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"abtdhB8aX\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nl6009\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624156\",layoutDependency:layoutDependency,layoutId:\"i4TVtoOE9\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgba(168, 179, 249, 0.6)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",backdropFilter:\"blur(11.259079933166504px)\",backgroundColor:\"rgba(230, 233, 255, 0.1)\",borderBottomLeftRadius:20.78,borderBottomRightRadius:20.78,borderTopLeftRadius:20.78,borderTopRightRadius:20.78,WebkitBackdropFilter:\"blur(11.259079933166504px)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ptl0h\",layoutDependency:layoutDependency,layoutId:\"BB2bTaAfL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Beat the competition by rolling out new products faster\"})}),className:\"framer-dz88wx\",\"data-framer-name\":\"Beat the competition by rolling out new products faster\",fonts:[\"GF;Lato-500\"],layoutDependency:layoutDependency,layoutId:\"a1XWxmQbB\",style:{\"--extracted-r6o4lv\":\"rgb(71, 80, 134)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({plcagyCY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Designed to enhance and expand your crypto product line.\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"34px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 80, 134))\"},children:\"Designed to enhance and expand your crypto product line.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13h1llq\",\"data-framer-name\":\"Frame 632099\",layoutDependency:layoutDependency,layoutId:\"dQCY6dcmy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kxg0d7\",\"data-framer-name\":\"Group 631906\",layoutDependency:layoutDependency,layoutId:\"Pylm4cy0e\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cx7j98\",\"data-framer-name\":\"Rectangle 34624222\",layoutDependency:layoutDependency,layoutId:\"PzWcekV8J\",style:{backgroundColor:\"rgb(70, 93, 246)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-efik37\",\"data-framer-name\":\"bank\",layoutDependency:layoutDependency,layoutId:\"SyEyLWgNU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1oj6674\",\"data-framer-name\":\"bank\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"I1033:3531;979:1892\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.25 16.5619H16.3333V15.416C16.3333 14.8046 16.0281 14.4994 15.4167 14.4994H15.1875V8.08271H15.4167C16.0281 8.08271 16.3333 7.77745 16.3333 7.16604V4.82021C16.3333 4.4728 16.1372 4.15581 15.8264 4.0009L9.6151 0.895063C9.22827 0.701646 8.77265 0.701646 8.3849 0.895063L2.17356 4.0009C1.86281 4.15581 1.66667 4.47371 1.66667 4.82021V7.16604C1.66667 7.77745 1.97192 8.08271 2.58333 8.08271H2.8125V14.4994H2.58333C1.97192 14.4994 1.66667 14.8046 1.66667 15.416V16.5619H0.75C0.3705 16.5619 0.0625 16.8699 0.0625 17.2494C0.0625 17.6289 0.3705 17.9369 0.75 17.9369H17.25C17.6295 17.9369 17.9375 17.6289 17.9375 17.2494C17.9375 16.8699 17.6295 16.5619 17.25 16.5619ZM9 3.27021C9.6325 3.27021 10.1458 3.78354 10.1458 4.41604C10.1458 5.04854 9.6325 5.56187 9 5.56187C8.3675 5.56187 7.85417 5.04854 7.85417 4.41604C7.85417 3.78354 8.3675 3.27021 9 3.27021ZM4.1875 14.4994V8.08271H6.47917V14.4994H4.1875ZM7.85417 14.4994V8.08271H10.1458V14.4994H7.85417ZM11.5208 14.4994V8.08271H13.8125V14.4994H11.5208Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks' Digital Assets BUs\"})}),className:\"framer-n8jb6b\",\"data-framer-name\":\"Custodians\",fonts:[\"GF;Lato-800\"],layoutDependency:layoutDependency,layoutId:\"sR_tUEV8l\",style:{\"--extracted-r6o4lv\":\"rgb(37, 32, 80)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({plcagyCY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})},x9wcoGSoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 32, 80))\"},children:\"Banks\"})})}},baseVariant,gestureVariant)})]})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-68ievz\",\"data-framer-name\":\"Rectangle 34624156\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:613,intrinsicWidth:618,layoutDependency:layoutDependency,layoutId:\"sfq4fgnxq\",svg:'<svg width=\"618\" height=\"613\" viewBox=\"0 0 618 613\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<foreignObject x=\"-22.5182\" y=\"-21.6119\" width=\"663.036\" height=\"657.036\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(11.26px);clip-path:url(#bgblur_0_1014_3231_clip_path);height:100%;width:100%\"></div></foreignObject><path data-figma-bg-blur-radius=\"22.5182\" d=\"M0 0.90625H593C606.807 0.90625 618 12.0991 618 25.9062V587.906C618 601.713 606.807 612.906 593 612.906H0V0.90625Z\" fill=\"#C5CBF3\" fill-opacity=\"0.2\"/>\\n<defs>\\n<clipPath id=\"bgblur_0_1014_3231_clip_path\"><path transform=\"translate(22.5182 21.6119)\" d=\"M0 0.90625H593C606.807 0.90625 618 12.0991 618 25.9062V587.906C618 601.713 606.807 612.906 593 612.906H0V0.90625Z\"/>\\n</clipPath></defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed10()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1b65ise\",\"data-framer-appear-id\":\"1b65ise\",\"data-framer-name\":\"Bank\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"ww6dMSj9p\",optimized:true,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-98ceys\",\"data-framer-name\":\"Frame 631886\",layoutDependency:layoutDependency,layoutId:\"W8zR2fTNy\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l2vbe5\",\"data-framer-name\":\"Rectangle 34624223\",layoutDependency:layoutDependency,layoutId:\"FFNJXEJhI\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18lvbjc\",\"data-framer-name\":\"Group 631885\",layoutDependency:layoutDependency,layoutId:\"x7Av1dgbG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rb3o7k\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624159\",layoutDependency:layoutDependency,layoutId:\"ErgQvmX1v\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgb(70, 93, 246)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",borderBottomLeftRadius:5.74,borderBottomRightRadius:5.74,borderTopLeftRadius:5.74,borderTopRightRadius:5.74}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"326px\",src:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png\",srcSet:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png?scale-down-to=512 512w,https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png 1024w\"},className:\"framer-1sxy5xc\",\"data-framer-name\":\"Icons_BluePurpleGold_BuildingLegal\",layoutDependency:layoutDependency,layoutId:\"GNd68O3Om\",...addPropertyOverrides({plcagyCY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||612)*.5000000000000002-236.5)+0+0+74+0),sizes:\"326px\",src:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png\",srcSet:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png?scale-down-to=512 512w,https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png 1024w\"}},x9wcoGSoD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1256)-517+0+0+74+0),sizes:\"326px\",src:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png\",srcSet:\"https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png?scale-down-to=512 512w,https://framerusercontent.com/images/I65t2k5ccoOjRW9GCRiS4QHyAkU.png 1024w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1smgq\",\"data-framer-name\":\"Rectangle 34624242\",layoutDependency:layoutDependency,layoutId:\"QPbXuss70\",style:{backgroundColor:\"rgba(243, 244, 255, 0.92)\"}})]})})}),isDisplayed8()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1m6hx6x\",\"data-framer-appear-id\":\"1m6hx6x\",\"data-framer-name\":\"Fintech\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"v0T3IW0ZO\",optimized:true,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wqxi92\",\"data-framer-name\":\"Frame 631886\",layoutDependency:layoutDependency,layoutId:\"bCt4L9TZp\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2v83uw\",\"data-framer-name\":\"Rectangle 34624223\",layoutDependency:layoutDependency,layoutId:\"eONae8aJM\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15u3w6x\",\"data-framer-name\":\"Group 631885\",layoutDependency:layoutDependency,layoutId:\"SxqKiBD2B\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-os2971\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624159\",layoutDependency:layoutDependency,layoutId:\"PsGP_wa4Z\",style:{\"--border-bottom-width\":\"2.2518160343170166px\",\"--border-color\":\"rgb(70, 93, 246)\",\"--border-left-width\":\"2.2518160343170166px\",\"--border-right-width\":\"2.2518160343170166px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2.2518160343170166px\",borderBottomLeftRadius:5.74,borderBottomRightRadius:5.74,borderTopLeftRadius:5.74,borderTopRightRadius:5.74}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"383.665px\",src:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png\",srcSet:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png?scale-down-to=512 512w,https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png 1024w\"},className:\"framer-1xcfih2\",\"data-framer-name\":\"Icons_BluePurpleGold_Phone_Trading_02\",layoutDependency:layoutDependency,layoutId:\"hFNZdr7Xc\",style:{rotate:-5},...addPropertyOverrides({HPmKoETrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||612)*.5000000000000002-236.5)+0+0+28.015625+17.24361669387872),sizes:\"383.665px\",src:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png\",srcSet:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png?scale-down-to=512 512w,https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png 1024w\"}},Mh59vxrzK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1256)-517+0+0+28.015625+17.24361669387872),sizes:\"383.665px\",src:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png\",srcSet:\"https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png?scale-down-to=512 512w,https://framerusercontent.com/images/yGcmmdEUz4PrdofOb182vAAyk88.png 1024w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lk3z0v\",\"data-framer-name\":\"Rectangle 34624242\",layoutDependency:layoutDependency,layoutId:\"Kav6Yckgo\",style:{backgroundColor:\"rgba(243, 244, 255, 0.92)\"}})]})})}),isDisplayed6()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-juaf4u\",\"data-framer-appear-id\":\"juaf4u\",\"data-framer-name\":\"Exchange\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"dKP67ZEGO\",optimized:true,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a24kan\",\"data-framer-name\":\"Frame 631886\",layoutDependency:layoutDependency,layoutId:\"huseLE2i2\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15nmjh0\",\"data-framer-name\":\"Rectangle 34624223\",layoutDependency:layoutDependency,layoutId:\"HF3q3ejql\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10hea07\",\"data-framer-name\":\"Group 631885\",layoutDependency:layoutDependency,layoutId:\"EkomdsfPf\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"361px\",src:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png\",srcSet:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=512 512w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png 2000w\"},className:\"framer-1iuf0bp\",\"data-framer-name\":\"Icon 7 - Global Transaction Security\",layoutDependency:layoutDependency,layoutId:\"rLdycyLqG\",...addPropertyOverrides({lUteMUI2g:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1256)-517+0+0+55.09375+0),sizes:\"361px\",src:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png\",srcSet:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=512 512w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png 2000w\"}},xQ_ZUH9kI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||612)*.5000000000000002-236.5)+0+0+55.09375+0),sizes:\"361px\",src:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png\",srcSet:\"https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=512 512w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/a7BWjXPlNvvUcDhGhrwWJVSEU.png 2000w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yr8qoq\",\"data-framer-name\":\"Rectangle 34624242\",layoutDependency:layoutDependency,layoutId:\"K35ZA7Omy\",style:{backgroundColor:\"rgba(243, 244, 255, 0.92)\"}})]})})}),isDisplayed4()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1fu683x\",\"data-framer-appear-id\":\"1fu683x\",\"data-framer-name\":\"Wallet\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"BeI_ZSuv1\",optimized:true,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1luahcc\",\"data-framer-name\":\"Frame 631886\",layoutDependency:layoutDependency,layoutId:\"NFNyoV67Y\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7r1hmk\",\"data-framer-name\":\"Rectangle 34624223\",layoutDependency:layoutDependency,layoutId:\"QSfqTl2v1\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11zxe85\",\"data-framer-name\":\"Group 631885\",layoutDependency:layoutDependency,layoutId:\"Oxt5jVbHT\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"376.9092px\",src:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png\",srcSet:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png 1024w\"},className:\"framer-1v6ngme\",\"data-framer-name\":\"Icons_BluePurpleGold_Wallet\",layoutDependency:layoutDependency,layoutId:\"AI85_saLf\",style:{rotate:10},...addPropertyOverrides({pbHL5Wrhp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||612)*.5000000000000002-236.5)+0+0+18.09375+29.402730147230614),sizes:\"376.9092px\",src:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png\",srcSet:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png 1024w\"}},wC9BqcsEP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1256)-517+0+0+18.09375+29.402730147230614),sizes:\"376.9092px\",src:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png\",srcSet:\"https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xiUEBlcT4TG53PHjsFSHdQ6hfo.png 1024w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-982sg2\",\"data-framer-name\":\"Rectangle 34624242\",layoutDependency:layoutDependency,layoutId:\"LAzswPA4F\",style:{backgroundColor:\"rgba(243, 244, 255, 0.92)\"}})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1kbmvnr\",\"data-framer-appear-id\":\"1kbmvnr\",\"data-framer-name\":\"Custodian\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"zmRs46Ekd\",optimized:true,style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-26inf6\",\"data-framer-name\":\"Frame 631886\",layoutDependency:layoutDependency,layoutId:\"KDy_vaWHN\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 9px 18px 0px rgba(67, 80, 195, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16n33q5\",\"data-framer-name\":\"Rectangle 34624223\",layoutDependency:layoutDependency,layoutId:\"r70iKckzM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1af2dh6\",\"data-framer-name\":\"Group 631885\",layoutDependency:layoutDependency,layoutId:\"N2hnDCN5t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||612)*.5000000000000002-236.5)+0+0+109+0),sizes:\"261px\",src:\"https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png\",srcSet:\"https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png 3188w\"},className:\"framer-4qcpqa\",\"data-framer-name\":\"safe 1\",layoutDependency:layoutDependency,layoutId:\"GgUSR4abZ\",...addPropertyOverrides({aJkuebUjl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1256)-517+0+0+109+0),sizes:\"261px\",src:\"https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png\",srcSet:\"https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4sLEEerJuwy7Lwy3r9dHK0oZmmM.png 3188w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ldmh8t\",\"data-framer-name\":\"Rectangle 34624242\",layoutDependency:layoutDependency,layoutId:\"O4s847wNE\",style:{backgroundColor:\"rgba(243, 244, 255, 0.92)\"}})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FA3yP.framer-1ohgy3v, .framer-FA3yP .framer-1ohgy3v { display: block; }\",\".framer-FA3yP.framer-1fcqbl8 { height: 612px; overflow: visible; position: relative; width: 1248px; }\",\".framer-FA3yP .framer-1awcqvo { bottom: -1px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 630px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FA3yP .framer-mh3jea { flex: none; height: 612px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 1248px; }\",\".framer-FA3yP .framer-n2j4wv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 494px; justify-content: center; left: 38px; overflow: visible; padding: 0px; position: absolute; top: 42px; width: 548px; }\",\".framer-FA3yP .framer-l1gylz, .framer-FA3yP .framer-izi8am, .framer-FA3yP .framer-ylyatp, .framer-FA3yP .framer-iemxjf, .framer-FA3yP .framer-14gml0r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 10px 35px; position: relative; width: 100%; }\",\".framer-FA3yP .framer-ts8zwt, .framer-FA3yP .framer-ap5bep, .framer-FA3yP .framer-11dx2p8, .framer-FA3yP .framer-1kdkwac { flex: none; height: 28px; overflow: visible; position: relative; width: 28px; }\",\".framer-FA3yP .framer-1vne898, .framer-FA3yP .framer-2ac86p, .framer-FA3yP .framer-przmpf, .framer-FA3yP .framer-l2bbky { flex: none; height: 28px; left: 0px; position: absolute; top: 0px; width: 28px; }\",\".framer-FA3yP .framer-144tk0o { flex: none; height: 15px; left: calc(46.42857142857145% - 15px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 15px / 2); width: 15px; }\",\".framer-FA3yP .framer-10w2t0x { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-FA3yP .framer-jxtsfu, .framer-FA3yP .framer-1l89u4o, .framer-FA3yP .framer-7boier, .framer-FA3yP .framer-16s4qdy, .framer-FA3yP .framer-im1e74, .framer-FA3yP .framer-guzv01, .framer-FA3yP .framer-9ikv3u, .framer-FA3yP .framer-m1mhxe, .framer-FA3yP .framer-f7i8v9, .framer-FA3yP .framer-n8jb6b { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FA3yP .framer-1ulct1s, .framer-FA3yP .framer-19f7a4f, .framer-FA3yP .framer-lmgljr, .framer-FA3yP .framer-cs1rd7, .framer-FA3yP .framer-1uq8u5r { flex: none; height: 224px; overflow: visible; position: relative; width: 100%; }\",\".framer-FA3yP .framer-1hgwz08, .framer-FA3yP .framer-unhkwu, .framer-FA3yP .framer-1rdnctf, .framer-FA3yP .framer-10tvtfy, .framer-FA3yP .framer-nl6009 { flex: none; height: 224px; left: calc(50.00000000000002% - 548px / 2); position: absolute; top: calc(50.00000000000002% - 224px / 2); width: 548px; }\",\".framer-FA3yP .framer-b9tk2, .framer-FA3yP .framer-1vug6tu, .framer-FA3yP .framer-1770puv, .framer-FA3yP .framer-1lxoimy, .framer-FA3yP .framer-11ptl0h { flex: none; height: 157px; left: calc(49.817518248175205% - 475px / 2); overflow: visible; position: absolute; top: calc(48.21428571428574% - 157px / 2); width: 475px; }\",\".framer-FA3yP .framer-d13c1j, .framer-FA3yP .framer-1sckmre, .framer-FA3yP .framer-e55ezk, .framer-FA3yP .framer-1tlfd34, .framer-FA3yP .framer-dz88wx { bottom: 1px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-FA3yP .framer-lttwpq, .framer-FA3yP .framer-1owp0kn, .framer-FA3yP .framer-oijky6, .framer-FA3yP .framer-xdta8l, .framer-FA3yP .framer-13h1llq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; }\",\".framer-FA3yP .framer-s1xkz { flex: none; height: 39px; position: relative; width: 38px; }\",\".framer-FA3yP .framer-12edkrg { flex: none; height: 15px; left: calc(53.57142857142859% - 15px / 2); overflow: visible; position: absolute; top: calc(53.57142857142859% - 15px / 2); width: 15px; }\",\".framer-FA3yP .framer-8sg87i { flex: none; height: 13px; left: calc(46.66666666666669% - 12px / 2); position: absolute; top: calc(46.66666666666669% - 13px / 2); width: 12px; }\",\".framer-FA3yP .framer-kbhq8b, .framer-FA3yP .framer-op8hhe, .framer-FA3yP .framer-kxg0d7 { flex: none; height: 38px; overflow: visible; position: relative; width: 38px; }\",\".framer-FA3yP .framer-1t330o8, .framer-FA3yP .framer-1un7zhf, .framer-FA3yP .framer-cx7j98 { flex: none; height: 38px; left: 0px; position: absolute; top: 0px; width: 38px; }\",\".framer-FA3yP .framer-1u6q8j8, .framer-FA3yP .framer-n5b049 { flex: none; height: 22px; left: 8px; overflow: visible; position: absolute; top: 8px; width: 22px; }\",\".framer-FA3yP .framer-1nwnnoy { bottom: 4px; flex: none; left: 3px; position: absolute; right: 3px; top: 2px; }\",\".framer-FA3yP .framer-pq7rfy { flex: none; height: 16px; left: 6px; overflow: visible; position: absolute; top: 6px; width: 16px; }\",\".framer-FA3yP .framer-c51rf4 { bottom: 2px; flex: none; left: 1px; position: absolute; right: 2px; top: 1px; }\",\".framer-FA3yP .framer-cjhdpx { bottom: 3px; flex: none; left: 1px; position: absolute; right: 3px; top: 1px; }\",\".framer-FA3yP .framer-rcdkyk { flex: none; height: 30px; overflow: visible; position: relative; width: 30px; }\",\".framer-FA3yP .framer-19tvqyn { flex: none; height: 29px; left: calc(50.00000000000002% - 29px / 2); position: absolute; top: calc(50.00000000000002% - 29px / 2); width: 29px; }\",\".framer-FA3yP .framer-1n2xnpt { flex: none; height: 38px; position: relative; width: 38px; }\",\".framer-FA3yP .framer-fwdyu8 { flex: none; height: 15px; left: 6px; overflow: visible; position: absolute; top: 6px; width: 15px; }\",\".framer-FA3yP .framer-xv01ri { flex: none; height: 13px; left: calc(46.66666666666669% - 13px / 2); position: absolute; top: calc(46.66666666666669% - 13px / 2); width: 13px; }\",\".framer-FA3yP .framer-efik37 { flex: none; height: 22px; left: calc(50% - 22px / 2); overflow: visible; position: absolute; top: calc(50% - 22px / 2); width: 22px; }\",\".framer-FA3yP .framer-1oj6674 { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-FA3yP .framer-68ievz { bottom: -1px; flex: none; position: absolute; right: 0px; top: 0px; width: 618px; }\",\".framer-FA3yP .framer-1b65ise, .framer-FA3yP .framer-1m6hx6x, .framer-FA3yP .framer-juaf4u, .framer-FA3yP .framer-1fu683x, .framer-FA3yP .framer-1kbmvnr { flex: none; height: 473px; overflow: visible; position: absolute; right: 96px; top: calc(50.00000000000002% - 473px / 2); width: 421px; }\",\".framer-FA3yP .framer-98ceys, .framer-FA3yP .framer-l2vbe5, .framer-FA3yP .framer-wqxi92, .framer-FA3yP .framer-2v83uw, .framer-FA3yP .framer-1a24kan, .framer-FA3yP .framer-15nmjh0, .framer-FA3yP .framer-1luahcc, .framer-FA3yP .framer-7r1hmk, .framer-FA3yP .framer-26inf6 { flex: none; height: 473px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 421px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FA3yP .framer-18lvbjc { flex: none; height: 622px; left: 47px; overflow: visible; position: absolute; top: 74px; width: 326px; }\",\".framer-FA3yP .framer-rb3o7k { flex: none; height: 63px; left: 12px; position: absolute; top: 559px; width: 310px; }\",\".framer-FA3yP .framer-1sxy5xc { bottom: 296px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-FA3yP .framer-o1smgq, .framer-FA3yP .framer-lk3z0v, .framer-FA3yP .framer-1yr8qoq, .framer-FA3yP .framer-982sg2, .framer-FA3yP .framer-ldmh8t { flex: none; height: 474px; left: 0px; mix-blend-mode: hue; position: absolute; top: 0px; width: 421px; }\",\".framer-FA3yP .framer-15u3w6x { flex: none; height: 668px; left: -4px; overflow: visible; position: absolute; top: 28px; width: 418px; }\",\".framer-FA3yP .framer-os2971 { flex: none; height: 63px; left: 63px; position: absolute; top: 605px; width: 310px; }\",\".framer-FA3yP .framer-1xcfih2 { bottom: 268px; flex: none; left: 17px; position: absolute; right: 17px; top: 17px; }\",\".framer-FA3yP .framer-10hea07 { flex: none; height: 361px; left: 30px; overflow: visible; position: absolute; top: 55px; width: 361px; }\",\".framer-FA3yP .framer-1iuf0bp { flex: none; height: 361px; left: 0px; position: absolute; top: 0px; width: 361px; }\",\".framer-FA3yP .framer-11zxe85 { flex: none; height: 436px; left: -8px; overflow: visible; position: absolute; top: 18px; width: 436px; }\",\".framer-FA3yP .framer-1v6ngme { bottom: 29px; flex: none; left: 29px; position: absolute; right: 29px; top: 29px; }\",\".framer-FA3yP .framer-16n33q5 { flex: none; height: 473px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 421px; }\",\".framer-FA3yP .framer-1af2dh6 { flex: none; height: 253px; left: 80px; overflow: visible; position: absolute; top: 109px; width: 261px; }\",\".framer-FA3yP .framer-4qcpqa { flex: none; height: 253px; left: 0px; position: absolute; top: 0px; width: 261px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP .framer-n2j4wv, .framer-FA3yP .framer-l1gylz, .framer-FA3yP .framer-lttwpq, .framer-FA3yP .framer-izi8am, .framer-FA3yP .framer-1owp0kn, .framer-FA3yP .framer-ylyatp, .framer-FA3yP .framer-oijky6, .framer-FA3yP .framer-iemxjf, .framer-FA3yP .framer-xdta8l, .framer-FA3yP .framer-14gml0r, .framer-FA3yP .framer-13h1llq { gap: 0px; } .framer-FA3yP .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FA3yP .framer-n2j4wv > :first-child, .framer-FA3yP .framer-lttwpq > :first-child, .framer-FA3yP .framer-1owp0kn > :first-child, .framer-FA3yP .framer-oijky6 > :first-child, .framer-FA3yP .framer-xdta8l > :first-child, .framer-FA3yP .framer-13h1llq > :first-child { margin-top: 0px; } .framer-FA3yP .framer-n2j4wv > :last-child, .framer-FA3yP .framer-lttwpq > :last-child, .framer-FA3yP .framer-1owp0kn > :last-child, .framer-FA3yP .framer-oijky6 > :last-child, .framer-FA3yP .framer-xdta8l > :last-child, .framer-FA3yP .framer-13h1llq > :last-child { margin-bottom: 0px; } .framer-FA3yP .framer-l1gylz > *, .framer-FA3yP .framer-izi8am > *, .framer-FA3yP .framer-ylyatp > *, .framer-FA3yP .framer-iemxjf > *, .framer-FA3yP .framer-14gml0r > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-FA3yP .framer-l1gylz > :first-child, .framer-FA3yP .framer-izi8am > :first-child, .framer-FA3yP .framer-ylyatp > :first-child, .framer-FA3yP .framer-iemxjf > :first-child, .framer-FA3yP .framer-14gml0r > :first-child { margin-left: 0px; } .framer-FA3yP .framer-l1gylz > :last-child, .framer-FA3yP .framer-izi8am > :last-child, .framer-FA3yP .framer-ylyatp > :last-child, .framer-FA3yP .framer-iemxjf > :last-child, .framer-FA3yP .framer-14gml0r > :last-child { margin-right: 0px; } .framer-FA3yP .framer-lttwpq > *, .framer-FA3yP .framer-1owp0kn > *, .framer-FA3yP .framer-oijky6 > *, .framer-FA3yP .framer-xdta8l > *, .framer-FA3yP .framer-13h1llq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-FA3yP.framer-v-hlzyek.framer-1fcqbl8, .framer-FA3yP.framer-v-1xhavrg.framer-1fcqbl8, .framer-FA3yP.framer-v-59dfbz.framer-1fcqbl8, .framer-FA3yP.framer-v-83p10h.framer-1fcqbl8, .framer-FA3yP.framer-v-bie2ht.framer-1fcqbl8 { height: 1256px; width: 633px; }\",\".framer-FA3yP.framer-v-hlzyek .framer-mh3jea, .framer-FA3yP.framer-v-1xhavrg .framer-mh3jea, .framer-FA3yP.framer-v-59dfbz .framer-mh3jea, .framer-FA3yP.framer-v-83p10h .framer-mh3jea, .framer-FA3yP.framer-v-bie2ht .framer-mh3jea { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 1256px; justify-content: center; left: 2px; overflow: hidden; padding: 0px; right: -3px; width: unset; will-change: var(--framer-will-change-override, transform); }\",\".framer-FA3yP.framer-v-hlzyek .framer-n2j4wv, .framer-FA3yP.framer-v-1xhavrg .framer-n2j4wv { flex: 1 0 0px; gap: 30px; height: 1px; left: unset; order: 0; position: relative; top: unset; }\",\".framer-FA3yP.framer-v-hlzyek .framer-b9tk2 { height: 70%; left: calc(49.817518248175205% - 90% / 2); top: calc(48.21428571428574% - 70.08928571428571% / 2); width: 90%; }\",\".framer-FA3yP.framer-v-hlzyek .framer-d13c1j { bottom: -5px; }\",\".framer-FA3yP.framer-v-hlzyek .framer-izi8am, .framer-FA3yP.framer-v-hlzyek .framer-ylyatp, .framer-FA3yP.framer-v-hlzyek .framer-iemxjf, .framer-FA3yP.framer-v-hlzyek .framer-14gml0r, .framer-FA3yP.framer-v-1xhavrg .framer-l1gylz, .framer-FA3yP.framer-v-1xhavrg .framer-ylyatp, .framer-FA3yP.framer-v-1xhavrg .framer-iemxjf, .framer-FA3yP.framer-v-1xhavrg .framer-14gml0r, .framer-FA3yP.framer-v-59dfbz .framer-l1gylz, .framer-FA3yP.framer-v-59dfbz .framer-izi8am, .framer-FA3yP.framer-v-59dfbz .framer-iemxjf, .framer-FA3yP.framer-v-59dfbz .framer-14gml0r, .framer-FA3yP.framer-v-83p10h .framer-l1gylz, .framer-FA3yP.framer-v-83p10h .framer-izi8am, .framer-FA3yP.framer-v-83p10h .framer-ylyatp, .framer-FA3yP.framer-v-83p10h .framer-14gml0r, .framer-FA3yP.framer-v-bie2ht .framer-l1gylz, .framer-FA3yP.framer-v-bie2ht .framer-izi8am, .framer-FA3yP.framer-v-bie2ht .framer-ylyatp, .framer-FA3yP.framer-v-bie2ht .framer-iemxjf { gap: 35px; }\",\".framer-FA3yP.framer-v-hlzyek .framer-rcdkyk { height: 29px; width: 29px; }\",\".framer-FA3yP.framer-v-hlzyek .framer-19tvqyn { bottom: 0px; height: unset; left: 0px; top: 0px; }\",\".framer-FA3yP.framer-v-hlzyek .framer-68ievz, .framer-FA3yP.framer-v-1xhavrg .framer-68ievz, .framer-FA3yP.framer-v-59dfbz .framer-68ievz, .framer-FA3yP.framer-v-83p10h .framer-68ievz, .framer-FA3yP.framer-v-bie2ht .framer-68ievz { bottom: unset; flex: 1 0 0px; height: 1px; order: 1; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-FA3yP.framer-v-hlzyek .framer-1kbmvnr, .framer-FA3yP.framer-v-1xhavrg .framer-1fu683x, .framer-FA3yP.framer-v-59dfbz .framer-juaf4u, .framer-FA3yP.framer-v-83p10h .framer-1m6hx6x, .framer-FA3yP.framer-v-bie2ht .framer-1b65ise { bottom: 44px; left: calc(50.868878357030034% - 421px / 2); right: unset; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP.framer-v-hlzyek .framer-mh3jea, .framer-FA3yP.framer-v-hlzyek .framer-n2j4wv, .framer-FA3yP.framer-v-hlzyek .framer-izi8am, .framer-FA3yP.framer-v-hlzyek .framer-ylyatp, .framer-FA3yP.framer-v-hlzyek .framer-iemxjf, .framer-FA3yP.framer-v-hlzyek .framer-14gml0r { gap: 0px; } .framer-FA3yP.framer-v-hlzyek .framer-mh3jea > *, .framer-FA3yP.framer-v-hlzyek .framer-mh3jea > :first-child, .framer-FA3yP.framer-v-hlzyek .framer-mh3jea > :last-child { margin: 0px; } .framer-FA3yP.framer-v-hlzyek .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FA3yP.framer-v-hlzyek .framer-n2j4wv > :first-child { margin-top: 0px; } .framer-FA3yP.framer-v-hlzyek .framer-n2j4wv > :last-child { margin-bottom: 0px; } .framer-FA3yP.framer-v-hlzyek .framer-izi8am > *, .framer-FA3yP.framer-v-hlzyek .framer-ylyatp > *, .framer-FA3yP.framer-v-hlzyek .framer-iemxjf > *, .framer-FA3yP.framer-v-hlzyek .framer-14gml0r > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FA3yP.framer-v-hlzyek .framer-izi8am > :first-child, .framer-FA3yP.framer-v-hlzyek .framer-ylyatp > :first-child, .framer-FA3yP.framer-v-hlzyek .framer-iemxjf > :first-child, .framer-FA3yP.framer-v-hlzyek .framer-14gml0r > :first-child { margin-left: 0px; } .framer-FA3yP.framer-v-hlzyek .framer-izi8am > :last-child, .framer-FA3yP.framer-v-hlzyek .framer-ylyatp > :last-child, .framer-FA3yP.framer-v-hlzyek .framer-iemxjf > :last-child, .framer-FA3yP.framer-v-hlzyek .framer-14gml0r > :last-child { margin-right: 0px; } }\",\".framer-FA3yP.framer-v-1xhavrg .framer-1sckmre, .framer-FA3yP.framer-v-bie2ht .framer-dz88wx { bottom: -4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP.framer-v-1xhavrg .framer-mh3jea, .framer-FA3yP.framer-v-1xhavrg .framer-n2j4wv, .framer-FA3yP.framer-v-1xhavrg .framer-l1gylz, .framer-FA3yP.framer-v-1xhavrg .framer-ylyatp, .framer-FA3yP.framer-v-1xhavrg .framer-iemxjf, .framer-FA3yP.framer-v-1xhavrg .framer-14gml0r { gap: 0px; } .framer-FA3yP.framer-v-1xhavrg .framer-mh3jea > *, .framer-FA3yP.framer-v-1xhavrg .framer-mh3jea > :first-child, .framer-FA3yP.framer-v-1xhavrg .framer-mh3jea > :last-child { margin: 0px; } .framer-FA3yP.framer-v-1xhavrg .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FA3yP.framer-v-1xhavrg .framer-n2j4wv > :first-child { margin-top: 0px; } .framer-FA3yP.framer-v-1xhavrg .framer-n2j4wv > :last-child { margin-bottom: 0px; } .framer-FA3yP.framer-v-1xhavrg .framer-l1gylz > *, .framer-FA3yP.framer-v-1xhavrg .framer-ylyatp > *, .framer-FA3yP.framer-v-1xhavrg .framer-iemxjf > *, .framer-FA3yP.framer-v-1xhavrg .framer-14gml0r > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FA3yP.framer-v-1xhavrg .framer-l1gylz > :first-child, .framer-FA3yP.framer-v-1xhavrg .framer-ylyatp > :first-child, .framer-FA3yP.framer-v-1xhavrg .framer-iemxjf > :first-child, .framer-FA3yP.framer-v-1xhavrg .framer-14gml0r > :first-child { margin-left: 0px; } .framer-FA3yP.framer-v-1xhavrg .framer-l1gylz > :last-child, .framer-FA3yP.framer-v-1xhavrg .framer-ylyatp > :last-child, .framer-FA3yP.framer-v-1xhavrg .framer-iemxjf > :last-child, .framer-FA3yP.framer-v-1xhavrg .framer-14gml0r > :last-child { margin-right: 0px; } }\",\".framer-FA3yP.framer-v-59dfbz .framer-n2j4wv, .framer-FA3yP.framer-v-83p10h .framer-n2j4wv, .framer-FA3yP.framer-v-bie2ht .framer-n2j4wv { flex: 1 0 0px; gap: 35px; height: 1px; left: unset; order: 0; position: relative; top: unset; }\",\".framer-FA3yP.framer-v-59dfbz .framer-e55ezk { bottom: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP.framer-v-59dfbz .framer-mh3jea, .framer-FA3yP.framer-v-59dfbz .framer-n2j4wv, .framer-FA3yP.framer-v-59dfbz .framer-l1gylz, .framer-FA3yP.framer-v-59dfbz .framer-izi8am, .framer-FA3yP.framer-v-59dfbz .framer-iemxjf, .framer-FA3yP.framer-v-59dfbz .framer-14gml0r { gap: 0px; } .framer-FA3yP.framer-v-59dfbz .framer-mh3jea > *, .framer-FA3yP.framer-v-59dfbz .framer-mh3jea > :first-child, .framer-FA3yP.framer-v-59dfbz .framer-mh3jea > :last-child { margin: 0px; } .framer-FA3yP.framer-v-59dfbz .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-FA3yP.framer-v-59dfbz .framer-n2j4wv > :first-child { margin-top: 0px; } .framer-FA3yP.framer-v-59dfbz .framer-n2j4wv > :last-child { margin-bottom: 0px; } .framer-FA3yP.framer-v-59dfbz .framer-l1gylz > *, .framer-FA3yP.framer-v-59dfbz .framer-izi8am > *, .framer-FA3yP.framer-v-59dfbz .framer-iemxjf > *, .framer-FA3yP.framer-v-59dfbz .framer-14gml0r > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FA3yP.framer-v-59dfbz .framer-l1gylz > :first-child, .framer-FA3yP.framer-v-59dfbz .framer-izi8am > :first-child, .framer-FA3yP.framer-v-59dfbz .framer-iemxjf > :first-child, .framer-FA3yP.framer-v-59dfbz .framer-14gml0r > :first-child { margin-left: 0px; } .framer-FA3yP.framer-v-59dfbz .framer-l1gylz > :last-child, .framer-FA3yP.framer-v-59dfbz .framer-izi8am > :last-child, .framer-FA3yP.framer-v-59dfbz .framer-iemxjf > :last-child, .framer-FA3yP.framer-v-59dfbz .framer-14gml0r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP.framer-v-83p10h .framer-mh3jea, .framer-FA3yP.framer-v-83p10h .framer-n2j4wv, .framer-FA3yP.framer-v-83p10h .framer-l1gylz, .framer-FA3yP.framer-v-83p10h .framer-izi8am, .framer-FA3yP.framer-v-83p10h .framer-ylyatp, .framer-FA3yP.framer-v-83p10h .framer-14gml0r { gap: 0px; } .framer-FA3yP.framer-v-83p10h .framer-mh3jea > *, .framer-FA3yP.framer-v-83p10h .framer-mh3jea > :first-child, .framer-FA3yP.framer-v-83p10h .framer-mh3jea > :last-child { margin: 0px; } .framer-FA3yP.framer-v-83p10h .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-FA3yP.framer-v-83p10h .framer-n2j4wv > :first-child { margin-top: 0px; } .framer-FA3yP.framer-v-83p10h .framer-n2j4wv > :last-child { margin-bottom: 0px; } .framer-FA3yP.framer-v-83p10h .framer-l1gylz > *, .framer-FA3yP.framer-v-83p10h .framer-izi8am > *, .framer-FA3yP.framer-v-83p10h .framer-ylyatp > *, .framer-FA3yP.framer-v-83p10h .framer-14gml0r > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FA3yP.framer-v-83p10h .framer-l1gylz > :first-child, .framer-FA3yP.framer-v-83p10h .framer-izi8am > :first-child, .framer-FA3yP.framer-v-83p10h .framer-ylyatp > :first-child, .framer-FA3yP.framer-v-83p10h .framer-14gml0r > :first-child { margin-left: 0px; } .framer-FA3yP.framer-v-83p10h .framer-l1gylz > :last-child, .framer-FA3yP.framer-v-83p10h .framer-izi8am > :last-child, .framer-FA3yP.framer-v-83p10h .framer-ylyatp > :last-child, .framer-FA3yP.framer-v-83p10h .framer-14gml0r > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FA3yP.framer-v-bie2ht .framer-mh3jea, .framer-FA3yP.framer-v-bie2ht .framer-n2j4wv, .framer-FA3yP.framer-v-bie2ht .framer-l1gylz, .framer-FA3yP.framer-v-bie2ht .framer-izi8am, .framer-FA3yP.framer-v-bie2ht .framer-ylyatp, .framer-FA3yP.framer-v-bie2ht .framer-iemxjf { gap: 0px; } .framer-FA3yP.framer-v-bie2ht .framer-mh3jea > *, .framer-FA3yP.framer-v-bie2ht .framer-mh3jea > :first-child, .framer-FA3yP.framer-v-bie2ht .framer-mh3jea > :last-child { margin: 0px; } .framer-FA3yP.framer-v-bie2ht .framer-n2j4wv > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-FA3yP.framer-v-bie2ht .framer-n2j4wv > :first-child { margin-top: 0px; } .framer-FA3yP.framer-v-bie2ht .framer-n2j4wv > :last-child { margin-bottom: 0px; } .framer-FA3yP.framer-v-bie2ht .framer-l1gylz > *, .framer-FA3yP.framer-v-bie2ht .framer-izi8am > *, .framer-FA3yP.framer-v-bie2ht .framer-ylyatp > *, .framer-FA3yP.framer-v-bie2ht .framer-iemxjf > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-FA3yP.framer-v-bie2ht .framer-l1gylz > :first-child, .framer-FA3yP.framer-v-bie2ht .framer-izi8am > :first-child, .framer-FA3yP.framer-v-bie2ht .framer-ylyatp > :first-child, .framer-FA3yP.framer-v-bie2ht .framer-iemxjf > :first-child { margin-left: 0px; } .framer-FA3yP.framer-v-bie2ht .framer-l1gylz > :last-child, .framer-FA3yP.framer-v-bie2ht .framer-izi8am > :last-child, .framer-FA3yP.framer-v-bie2ht .framer-ylyatp > :last-child, .framer-FA3yP.framer-v-bie2ht .framer-iemxjf > :last-child { margin-right: 0px; } }\",'.framer-FA3yP[data-border=\"true\"]::after, .framer-FA3yP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 612\n * @framerIntrinsicWidth 1248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pbHL5Wrhp\":{\"layout\":[\"fixed\",\"fixed\"]},\"xQ_ZUH9kI\":{\"layout\":[\"fixed\",\"fixed\"]},\"HPmKoETrM\":{\"layout\":[\"fixed\",\"fixed\"]},\"plcagyCY8\":{\"layout\":[\"fixed\",\"fixed\"]},\"aJkuebUjl\":{\"layout\":[\"fixed\",\"fixed\"]},\"wC9BqcsEP\":{\"layout\":[\"fixed\",\"fixed\"]},\"lUteMUI2g\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mh59vxrzK\":{\"layout\":[\"fixed\",\"fixed\"]},\"x9wcoGSoD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"t7uSaOBZf\":\"scrollSection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerA9u7VFHBg=withCSS(Component,css,\"framer-FA3yP\");export default FramerA9u7VFHBg;FramerA9u7VFHBg.displayName=\"Customers\";FramerA9u7VFHBg.defaultProps={height:612,width:1248};addPropertyControls(FramerA9u7VFHBg,{variant:{options:[\"CFIKqjFtJ\",\"pbHL5Wrhp\",\"xQ_ZUH9kI\",\"HPmKoETrM\",\"plcagyCY8\",\"aJkuebUjl\",\"wC9BqcsEP\",\"lUteMUI2g\",\"Mh59vxrzK\",\"x9wcoGSoD\"],optionTitles:[\"Custodians\",\"Wallets\",\"Exchanges\",\"FinTechs\",\"Banks\",\"MobileCustodian\",\"MobileWallet\",\"MobileExchanges\",\"MobileFinTechs\",\"MobileBanks\"],title:\"Variant\",type:ControlType.Enum},t7uSaOBZf:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef}});addFonts(FramerA9u7VFHBg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA9u7VFHBg\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"612\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"t7uSaOBZf\\\":\\\"scrollSection\\\"}\",\"framerIntrinsicWidth\":\"1248\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pbHL5Wrhp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xQ_ZUH9kI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HPmKoETrM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"plcagyCY8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aJkuebUjl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wC9BqcsEP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lUteMUI2g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mh59vxrzK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x9wcoGSoD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./A9u7VFHBg.map", "// Generated by Framer (fdd8d61)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"gwR4jNVVa\",\"m_WFQv9PZ\"];const serializationHash=\"framer-rkmKR\";const variantClassNames={gwR4jNVVa:\"framer-v-16xs7j\",m_WFQv9PZ:\"framer-v-vfpp0f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.6,delay:0,duration:2,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const transition3={delay:0,duration:20,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation1={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"m_WFQv9PZ\",Spaced:\"gwR4jNVVa\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gwR4jNVVa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gwR4jNVVa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearcy3q2f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),7e3);});const onAppear136glg6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),2500);});useOnVariantChange(baseVariant,{default:onAppearcy3q2f,m_WFQv9PZ:onAppear136glg6});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({m_WFQv9PZ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-16xs7j\",className,classNames),\"data-framer-name\":\"Spaced\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gwR4jNVVa\",ref:ref??ref1,style:{...style},...addPropertyOverrides({m_WFQv9PZ:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({m_WFQv9PZ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-101z1lk\",layoutDependency:layoutDependency,layoutId:\"NOvs8W1VG\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1x4gq8y\",\"data-framer-name\":\"Uniswap\",layoutDependency:layoutDependency,layoutId:\"Ox77w1MOL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i2u55e\",\"data-framer-name\":\"Ellipse 1575\",layoutDependency:layoutDependency,layoutId:\"QqD3eomFz\",style:{backgroundColor:\"rgba(215, 80, 145, 0.8)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(11.774999618530273px)\",WebkitFilter:\"blur(11.774999618530273px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1waplln\",\"data-framer-name\":\"Group 631944\",layoutDependency:layoutDependency,layoutId:\"ViaF2A1LG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dkc2g9\",\"data-framer-name\":\"Ellipse 1589\",layoutDependency:layoutDependency,layoutId:\"Udno7qFIS\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kow78g\",\"data-framer-name\":\"Ellipse 1590\",layoutDependency:layoutDependency,layoutId:\"eDdLXU6np\",style:{backgroundColor:\"rgb(30, 30, 30)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+0+-7105427357601002e-30+0+5.71875),sizes:\"60.0268px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"},className:\"framer-10ayt18\",\"data-framer-name\":\"image 338\",layoutDependency:layoutDependency,layoutId:\"jElaJuoMH\",...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+81+-7105427357601002e-30+0+5.71875),sizes:\"60.0268px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+0+-7105427357601002e-30+0+-3.093749999999986),sizes:\"124.627px\",src:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png\",srcSet:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png 1600w\"},className:\"framer-502c6m\",\"data-framer-name\":\"image 340\",layoutDependency:layoutDependency,layoutId:\"MZLDbywb1\",...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+81+-7105427357601002e-30+0+-3.093749999999986),sizes:\"124.627px\",src:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png\",srcSet:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png 1600w\"}}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-75puyo\",\"data-framer-name\":\"Balancer\",layoutDependency:layoutDependency,layoutId:\"Eb56UxolY\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a61e35\",\"data-framer-name\":\"Ellipse 1575\",layoutDependency:layoutDependency,layoutId:\"imbPv4oE9\",style:{backgroundColor:\"rgba(105, 94, 99, 0.8)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(11.774999618530273px)\",WebkitFilter:\"blur(11.774999618530273px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jbxtxf\",\"data-framer-name\":\"Group 631945\",layoutDependency:layoutDependency,layoutId:\"v9Eg35E52\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v96vo4\",\"data-framer-name\":\"Ellipse 1589\",layoutDependency:layoutDependency,layoutId:\"EVnlYvrus\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1azyv54\",\"data-framer-name\":\"Ellipse 1590\",layoutDependency:layoutDependency,layoutId:\"Im53_QlNr\",style:{backgroundColor:\"rgb(30, 30, 30)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+313-170+0+0+5.71875),sizes:\"60.0268px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"},className:\"framer-13x9yod\",\"data-framer-name\":\"image 338\",layoutDependency:layoutDependency,layoutId:\"HOH82RHbe\",...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+117.50000000000006+0+0+5.71875),sizes:\"60.0268px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"}}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-n0g4ga\",\"data-framer-name\":\"Aave\",layoutDependency:layoutDependency,layoutId:\"YGE42jv9k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dhxnhe\",\"data-framer-name\":\"Ellipse 1575\",layoutDependency:layoutDependency,layoutId:\"QLcg8pOOG\",style:{backgroundColor:\"rgba(137, 130, 245, 0.8)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(11.774999618530273px)\",WebkitFilter:\"blur(11.774999618530273px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xyezpf\",\"data-framer-name\":\"Group 631942\",layoutDependency:layoutDependency,layoutId:\"XeyaKr4zO\",style:{rotate:-90},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ww4ur1\",\"data-framer-name\":\"Ellipse 1589\",layoutDependency:layoutDependency,layoutId:\"xO5waiMv7\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kx66jh\",\"data-framer-name\":\"Ellipse 1590\",layoutDependency:layoutDependency,layoutId:\"PSjg3ijkO\",style:{backgroundColor:\"rgb(30, 30, 30)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+313-75+5172370109463031e-19+-7105427357601002e-30+-4.761717172247231),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/C7W576Tnhfrcth4GB5m2ggwCXUI.png\"},className:\"framer-i6xspp\",\"data-framer-name\":\"image 341\",layoutDependency:layoutDependency,layoutId:\"jvemXCmWF\",style:{rotate:90},...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+313-159+5172370109463031e-19+-7105427357601002e-30+-4.761717172247231),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/C7W576Tnhfrcth4GB5m2ggwCXUI.png\"}}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-17keoo3\",\"data-framer-name\":\"DeFiSaver\",layoutDependency:layoutDependency,layoutId:\"U4VSLfGyp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9kzhyx\",\"data-framer-name\":\"Ellipse 1575\",layoutDependency:layoutDependency,layoutId:\"zLespwa5r\",style:{backgroundColor:\"rgba(79, 197, 132, 0.8)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(11.774999618530273px)\",WebkitFilter:\"blur(11.774999618530273px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rkb30f\",\"data-framer-name\":\"Group 631934\",layoutDependency:layoutDependency,layoutId:\"z24VHacMY\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sdqxy\",\"data-framer-name\":\"Ellipse 1589\",layoutDependency:layoutDependency,layoutId:\"vcQUZ75fd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vwsea5\",\"data-framer-name\":\"Ellipse 1590\",layoutDependency:layoutDependency,layoutId:\"D5KZ2WYYZ\",style:{backgroundColor:\"rgb(37, 32, 80)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+313-153+0+0+3.233451735805474),positionX:\"center\",positionY:\"center\",sizes:\"198.4604px\",src:\"https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png\",srcSet:\"https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png 780w\"},className:\"framer-13180vy\",\"data-framer-name\":\"image 381\",layoutDependency:layoutDependency,layoutId:\"LHAysuB6D\",...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+131.50000000000006+0+0+3.233451735805474),positionX:\"center\",positionY:\"center\",sizes:\"198.4604px\",src:\"https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png\",srcSet:\"https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/MhIGfPYMV9Zqlw0KKZEIxQ9k0M.png 780w\"}}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hbmvjt\",\"data-framer-name\":\"Morpho\",layoutDependency:layoutDependency,layoutId:\"jBSvlVbU0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4pmlvh\",\"data-framer-name\":\"Ellipse 1575\",layoutDependency:layoutDependency,layoutId:\"OMBJ5GBZf\",style:{backgroundColor:\"rgba(97, 173, 233, 0.8)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(11.774999618530273px)\",WebkitFilter:\"blur(11.774999618530273px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wd8yjv\",\"data-framer-name\":\"Group 631941\",layoutDependency:layoutDependency,layoutId:\"tVxrCG7Ur\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d10996\",\"data-framer-name\":\"Ellipse 1589\",layoutDependency:layoutDependency,layoutId:\"d7wC5sdHr\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ok1sco\",\"data-framer-name\":\"Ellipse 1590\",layoutDependency:layoutDependency,layoutId:\"NeH3qAfZ4\",style:{backgroundColor:\"rgb(0, 1, 29)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+15+0+0+2.67187302365096),src:\"https://framerusercontent.com/images/aoccm1sMIrxlQ3MWfAPsxrz8Q.png\"},className:\"framer-ycmiey\",\"data-framer-name\":\"image 378\",layoutDependency:layoutDependency,layoutId:\"hOrjlnnQk\",...addPropertyOverrides({m_WFQv9PZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||319)*.49843260188087796-156.5)+90+0+0+2.67187302365096),src:\"https://framerusercontent.com/images/aoccm1sMIrxlQ3MWfAPsxrz8Q.png\"}}},baseVariant,gestureVariant)})]})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rkmKR.framer-rlp0ar, .framer-rkmKR .framer-rlp0ar { display: block; }\",\".framer-rkmKR.framer-16xs7j { height: 319px; overflow: visible; position: relative; width: 333px; }\",\".framer-rkmKR .framer-101z1lk { flex: none; height: 313px; left: calc(50.150150150150175% - 312px / 2); overflow: visible; position: absolute; top: calc(49.8432601880878% - 313px / 2); width: 312px; }\",\".framer-rkmKR .framer-1x4gq8y { flex: none; height: 77px; left: 50px; overflow: visible; position: absolute; top: 0px; width: 71px; }\",\".framer-rkmKR .framer-1i2u55e, .framer-rkmKR .framer-a61e35, .framer-rkmKR .framer-1dhxnhe, .framer-rkmKR .framer-9kzhyx, .framer-rkmKR .framer-4pmlvh { flex: none; height: 44px; left: 14px; position: absolute; top: 33px; width: 44px; }\",\".framer-rkmKR .framer-1waplln, .framer-rkmKR .framer-jbxtxf, .framer-rkmKR .framer-1xyezpf, .framer-rkmKR .framer-wd8yjv { flex: none; height: 71px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 71px; }\",\".framer-rkmKR .framer-1dkc2g9, .framer-rkmKR .framer-1v96vo4, .framer-rkmKR .framer-1ww4ur1, .framer-rkmKR .framer-1rkb30f, .framer-rkmKR .framer-d10996 { flex: none; height: 71px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 71px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rkmKR .framer-1kow78g, .framer-rkmKR .framer-1azyv54, .framer-rkmKR .framer-kx66jh, .framer-rkmKR .framer-1vwsea5, .framer-rkmKR .framer-1ok1sco { flex: none; height: 71px; left: 0px; position: absolute; top: 0px; width: 71px; }\",\".framer-rkmKR .framer-10ayt18, .framer-rkmKR .framer-13x9yod { flex: none; height: 60px; left: calc(50.00268244352723% - 60.02675247192383px / 2); position: absolute; top: calc(50.00268244352723% - 60.02675247192383px / 2); width: 60px; }\",\".framer-rkmKR .framer-502c6m { flex: none; height: 75px; left: -27px; position: absolute; top: -3px; width: 125px; }\",\".framer-rkmKR .framer-75puyo { bottom: 93px; flex: none; height: 77px; left: 0px; overflow: visible; position: absolute; width: 71px; }\",\".framer-rkmKR .framer-n0g4ga { bottom: -2px; flex: none; height: 77px; left: calc(49.358974358974386% - 71px / 2); overflow: visible; position: absolute; width: 71px; }\",\".framer-rkmKR .framer-i6xspp { flex: none; height: 81px; left: -4px; position: absolute; top: -5px; width: 81px; }\",\".framer-rkmKR .framer-17keoo3 { bottom: 76px; flex: none; height: 77px; overflow: visible; position: absolute; right: 0px; width: 71px; }\",\".framer-rkmKR .framer-1sdqxy { flex: none; height: 71px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 71px; }\",\".framer-rkmKR .framer-13180vy { flex: none; height: 66px; left: 4px; position: absolute; right: -131px; top: calc(50.7042253521127% - 66px / 2); }\",\".framer-rkmKR .framer-hbmvjt { flex: none; height: 77px; overflow: visible; position: absolute; right: 23px; top: 15px; width: 71px; }\",\".framer-rkmKR .framer-ycmiey { flex: none; height: 66px; left: 3px; position: absolute; top: 3px; width: 66px; }\",\".framer-rkmKR.framer-v-vfpp0f .framer-1x4gq8y { left: calc(44.8717948717949% - 71px / 2); top: 81px; z-index: 2; }\",\".framer-rkmKR.framer-v-vfpp0f .framer-75puyo { bottom: unset; left: 80px; top: calc(49.84025559105433% - 77px / 2); z-index: 3; }\",\".framer-rkmKR.framer-v-vfpp0f .framer-n0g4ga { bottom: 82px; left: calc(47.756410256410284% - 71px / 2); z-index: 4; }\",\".framer-rkmKR.framer-v-vfpp0f .framer-17keoo3 { bottom: unset; right: 94px; top: calc(54.31309904153356% - 77px / 2); z-index: 5; }\",\".framer-rkmKR.framer-v-vfpp0f .framer-hbmvjt { right: 91px; top: 90px; z-index: 6; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 319\n * @framerIntrinsicWidth 333\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"m_WFQv9PZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB8glwgoh2=withCSS(Component,css,\"framer-rkmKR\");export default FramerB8glwgoh2;FramerB8glwgoh2.displayName=\"Protocols\";FramerB8glwgoh2.defaultProps={height:319,width:333};addPropertyControls(FramerB8glwgoh2,{variant:{options:[\"gwR4jNVVa\",\"m_WFQv9PZ\"],optionTitles:[\"Spaced\",\"Close\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerB8glwgoh2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB8glwgoh2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m_WFQv9PZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"319\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"333\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B8glwgoh2.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-zDaPJ .framer-styles-preset-14llcqa:not(.rich-text-wrapper), .framer-zDaPJ .framer-styles-preset-14llcqa.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-zDaPJ\";\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 (7d51cf8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/5hCj5aqz259Cc22vd8sH/SmoothScroll_Prod.js\";import RivePlayer_v5 from\"https://framerusercontent.com/modules/zIrRZoIgteGH4KvNSVbF/0fq7lD8yeBknaxdZUvlU/Rive_v5.js\";import Customers from\"#framer/local/canvasComponent/A9u7VFHBg/A9u7VFHBg.js\";import Protocols from\"#framer/local/canvasComponent/B8glwgoh2/B8glwgoh2.js\";import*as sharedStyle from\"#framer/local/css/tXnbjCQS1/tXnbjCQS1.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const RivePlayer_v5Fonts=getFonts(RivePlayer_v5);const MotionDivWithFX=withFX(motion.div);const CustomersFonts=getFonts(Customers);const ProtocolsFonts=getFonts(Protocols);const breakpoints={AzBK62rKk:\"(min-width: 1730px)\",m89Faw9K_:\"(min-width: 1200px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px) and (max-width: 1729px)\",XAqrCodJn:\"(max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qONZY\";const variantClassNames={AzBK62rKk:\"framer-v-1aky2xb\",m89Faw9K_:\"framer-v-jlgg3w\",WQLkyLRf1:\"framer-v-72rtr7\",XAqrCodJn:\"framer-v-17flsgh\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:50};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,transition:transition1,x:0,y:50};const transition2={bounce:.2,delay:0,duration:.5,type:\"spring\"};const animation2={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,transition:transition2,x:0,y:50};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",HD:\"AzBK62rKk\",Phone:\"XAqrCodJn\",Tablet:\"m89Faw9K_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"XAqrCodJn\")return false;return true;};const elementId=useRouteElementId(\"pemrKLtFf\");const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId1=useRouteElementId(\"JdPwRixgf\");const elementId2=useRouteElementId(\"fhkgsIMLV\");const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId3=useRouteElementId(\"gleQeO8Vj\");const elementId4=useRouteElementId(\"z_lK7c7ep\");const elementId5=useRouteElementId(\"MCZX9rBYd\");const elementId6=useRouteElementId(\"wb7WIfr0F\");const ref7=React.useRef(null);const ref8=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"XAqrCodJn\")return true;return false;};const elementId7=useRouteElementId(\"qRVSl4_x2\");const elementId8=useRouteElementId(\"BLz_qVzT1\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"Z9ylHzAMH\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"svePv8qUC\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"PvbS9dSfE\");const ref12=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: linear-gradient(180deg, rgb(255, 255, 255) 59.635416666666664%, rgb(246, 247, 255) 84.39083614864865%, rgb(224, 227, 248) 100%); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pnc1uf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KkbzBHtEP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"KkbzBHtEP\",intensity:12,layoutId:\"KkbzBHtEP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.5}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mrcngf\",\"data-framer-name\":\"BGRadarLeft\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19q6sug\",\"data-framer-name\":\"RadarLeft\",style:{rotate:90},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+3084+345+1.25),pixelHeight:908,pixelWidth:1726,sizes:\"1337px\",src:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png\",srcSet:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png 1726w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+4354+345+1.25),pixelHeight:908,pixelWidth:1726,sizes:\"1337px\",src:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png\",srcSet:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png 1726w\"},className:\"framer-z4q0hh\",\"data-framer-name\":\"image 433\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o3jmcp\",\"data-framer-name\":\"NavBar\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-z20fwi\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:172,svg:'<svg width=\"172\" height=\"48\" viewBox=\"0 0 172 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M166.585 35.5781V42.9397L168.011 42.6444C168.059 43.3166 168.656 43.6296 169.28 43.5789C170.093 43.515 170.281 42.6422 169.408 42.3865C168.365 42.0824 167.012 42.0493 166.757 40.6938C166.455 39.098 167.971 38.2252 169.379 38.3156C170.415 38.3817 171.356 39.0143 171.52 40.0855L170.12 40.3962L170.096 40.3698C170.01 39.7328 169.298 39.4264 168.727 39.6314C168.103 39.854 168.105 40.5461 168.784 40.7312C169.399 40.901 170.019 40.9186 170.596 41.2316C172.099 42.0449 171.819 44.0638 170.298 44.6611C169.086 45.1394 167.272 44.8088 166.712 43.5084L166.585 43.1535L166.633 44.6788H165.026C164.98 44.4473 164.958 44.2093 164.96 43.9735C164.815 44.1895 164.641 44.3658 164.418 44.5046C163.741 44.9234 162.813 44.897 162.086 44.6237C161.297 44.3283 160.667 43.6649 160.385 42.8736L160.239 43.18C159.459 44.6545 157.667 45.2099 156.124 44.6501C155.311 44.3548 154.616 43.709 154.317 42.8913C154.292 42.8913 154.292 42.9155 154.284 42.9309C154.028 43.4357 153.911 43.7531 153.464 44.1454C152.489 44.9984 150.695 45.1262 149.796 44.1079C149.787 44.0969 149.796 44.077 149.759 44.0859V47.0526H148.07V38.4941H149.71V39.2325C149.801 39.1377 149.867 39.0275 149.964 38.9371C150.651 38.2935 151.881 38.223 152.73 38.5492C153.492 38.8402 154.057 39.4793 154.308 40.2508C154.649 39.4573 155.282 38.8313 156.095 38.5294C157.755 37.9144 159.712 38.5999 160.376 40.2838C160.737 39.3339 161.535 38.5977 162.544 38.4037C163.347 38.2495 164.44 38.3641 164.925 39.1047V35.5803H166.58L166.585 35.5781ZM157.219 39.8276C155.187 39.9731 155.28 43.3651 157.363 43.3497C159.512 43.3343 159.452 39.6689 157.219 39.8276ZM163.237 39.8452C162.119 39.9444 161.709 41.0707 161.903 42.0537C162.223 43.6825 164.407 43.7861 164.861 42.208C165.2 41.031 164.603 39.724 163.237 39.8452ZM151.103 39.8606C149.393 40.026 149.267 42.8295 150.865 43.2704C151.747 43.515 152.569 43.0301 152.791 42.1551C153.096 40.9627 152.45 39.7306 151.103 39.8606Z\" fill=\"#252050\"/>\\n<path d=\"M134.581 38.6326C134.995 38.3946 135.469 38.2756 135.998 38.2756C136.567 38.2756 137.078 38.41 137.532 38.6789C137.986 38.9478 138.343 39.3269 138.603 39.814C138.863 40.3011 138.995 40.8676 138.995 41.5134C138.995 42.1592 138.865 42.719 138.603 43.2193C138.341 43.7196 137.982 44.1076 137.525 44.3831C137.069 44.6586 136.56 44.7974 135.998 44.7974C135.436 44.7974 134.973 44.6784 134.563 44.4404C134.151 44.2023 133.842 43.8982 133.635 43.5301V44.6939H132.586V36.1641H133.635V39.5517C133.851 39.1748 134.166 38.8685 134.581 38.6304V38.6326ZM137.635 40.2703C137.444 39.9176 137.184 39.6487 136.857 39.4636C136.531 39.2784 136.172 39.1881 135.78 39.1881C135.387 39.1881 135.039 39.2828 134.713 39.4702C134.387 39.6597 134.124 39.9308 133.928 40.2879C133.732 40.645 133.635 41.0593 133.635 41.5266C133.635 41.9939 133.732 42.4192 133.928 42.7763C134.124 43.1334 134.384 43.4067 134.713 43.594C135.039 43.7836 135.394 43.8761 135.78 43.8761C136.165 43.8761 136.531 43.7814 136.857 43.594C137.184 43.4067 137.444 43.1334 137.635 42.7763C137.827 42.4192 137.924 41.9983 137.924 41.5134C137.924 41.0285 137.827 40.6229 137.635 40.2681V40.2703Z\" fill=\"#252050\"/>\\n<path d=\"M145.183 38.3772L141.379 47.6674H140.295L141.54 44.6236L138.992 38.375H140.156L142.14 43.4929L144.099 38.375H145.183V38.3772Z\" fill=\"#252050\"/>\\n<path d=\"M6.38522 6.92188H0V29.269H6.38522V6.92188Z\" fill=\"#252050\"/>\\n<path d=\"M25.5402 0.546875H6.38672V6.92989H25.5269V19.7003H31.9122V6.92989L25.5402 0.560106V0.546875Z\" fill=\"#252050\"/>\\n<path d=\"M19.1417 35.6587L25.5402 29.2734H6.38672V35.6587H19.1417Z\" fill=\"#252050\"/>\\n<path d=\"M97.941 10.1559L97.5994 7.76001H94.9766V28.3351H97.9432V14.7954C97.9432 12.6751 99.6624 10.7245 101.783 10.7245H105.602V7.75781H101.503C99.8917 7.75781 98.5163 8.74965 97.9432 10.1536L97.941 10.1559Z\" fill=\"#252050\"/>\\n<path d=\"M87.3043 0.03125C85.7217 0.03125 84.4389 1.31402 84.4389 2.89655V7.78299L81.4414 8.60952V10.7276H84.4389V28.3647H87.4034V10.7276H91.5118V7.76095H87.4034V3.80904C87.4034 3.35941 87.7671 2.99573 88.2167 2.99573H92.14V0.03125H87.3043Z\" fill=\"#252050\"/>\\n<path d=\"M115.837 7.76172H109.066V10.6447H115.564C117.733 10.6447 119.492 12.4079 119.492 14.5723V15.9058H122.375V14.299C122.375 10.6887 119.45 7.76172 115.837 7.76172Z\" fill=\"#252050\"/>\\n<path d=\"M109.417 16.8271C108.496 17.3847 107.727 18.1715 107.184 19.1083C106.635 20.0538 106.32 21.1492 106.32 22.3196V22.5114C106.32 22.7538 106.336 22.9941 106.367 23.2343C106.587 25.0042 107.647 26.6021 109.186 27.4992C111.037 28.5814 113.581 28.4844 115.591 27.9466C116.318 27.7527 117.021 27.4551 117.678 27.0848C118.024 26.8865 118.359 26.6661 118.679 26.4258C118.809 26.3288 119.494 25.8924 119.494 25.7337L119.959 28.0546H122.377V18.7975H119.494C119.494 20.2125 119.051 21.5217 118.295 22.5973C118.07 22.9059 117.83 23.1946 117.563 23.4613C116.164 24.8609 114.198 25.5244 112.232 25.3877C110.574 25.2731 109.208 24.0366 109.208 22.3196C109.208 22.1279 109.223 21.9427 109.256 21.762C109.371 21.0126 109.723 20.3404 110.235 19.8312C110.427 19.6395 110.64 19.4653 110.87 19.3331C111.405 18.9893 112.04 18.7975 112.723 18.7975H119.492V15.9102H112.723C111.513 15.9102 110.382 16.2452 109.415 16.8293L109.417 16.8271Z\" fill=\"#252050\"/>\\n<path d=\"M63.5781 21.7977C63.5781 21.8969 63.5803 21.9939 63.5847 22.093C63.5869 22.1592 63.5891 22.2275 63.598 22.2936C63.6002 22.3355 63.6024 22.3774 63.609 22.4192C63.6112 22.4677 63.6156 22.514 63.6244 22.5625C63.631 22.6308 63.6398 22.6992 63.6531 22.7675C63.6531 22.7851 63.6553 22.8005 63.6597 22.816C63.6707 22.9019 63.6861 22.9901 63.7038 23.0739C63.7082 23.1003 63.7148 23.1223 63.7192 23.1444C63.7368 23.2414 63.7611 23.3361 63.7853 23.4309C63.8051 23.5147 63.8294 23.5984 63.8558 23.6844C64.0234 24.2486 64.2658 24.7776 64.5722 25.2669C64.603 25.3154 64.6339 25.3617 64.6669 25.4102C64.7375 25.5248 64.819 25.6372 64.905 25.7452C64.9579 25.8201 65.0152 25.8907 65.0725 25.959C65.132 26.0339 65.1915 26.1045 65.2576 26.1728C65.3326 26.2587 65.4097 26.3403 65.4935 26.4218C65.5662 26.4968 65.6433 26.5673 65.7205 26.6378C65.791 26.7018 65.8638 26.7657 65.9365 26.8274C66.6815 27.4467 67.5675 27.9074 68.5395 28.1432C68.61 28.1631 68.6806 28.1785 68.7511 28.1939C68.7842 28.2005 68.8194 28.2093 68.8525 28.2138C68.9318 28.2292 69.0134 28.2446 69.0949 28.2534C69.1104 28.2578 69.128 28.2622 69.1456 28.2622C69.2118 28.2755 69.2801 28.2821 69.3506 28.2909C69.3991 28.2997 69.4454 28.3041 69.4939 28.3063C69.5358 28.3107 69.5754 28.3129 69.6195 28.3174C69.6856 28.324 69.754 28.3284 69.8201 28.3306C69.9171 28.335 70.0162 28.3394 70.1154 28.3394H76.8864V25.4565H70.3887C68.2199 25.4565 66.4611 23.6932 66.4611 21.5288V20.1953H63.5781V21.8021V21.7977Z\" fill=\"#252050\"/>\\n<path d=\"M77.8292 9.39413C77.6705 9.24205 77.5008 9.09878 77.3245 8.96654C77.1481 8.83209 76.963 8.70866 76.7712 8.59625C74.9198 7.51405 72.3763 7.61103 70.3662 8.14883C70.1612 8.20172 69.9606 8.26565 69.7601 8.33838C69.6278 8.38687 69.4956 8.43536 69.3655 8.48826C69.1694 8.5676 68.9754 8.65356 68.7837 8.74834H68.7815C68.6139 8.82989 68.4442 8.92026 68.2811 9.01062C67.9351 9.20899 67.6001 9.4294 67.2805 9.66964C67.2166 9.71813 67.0138 9.85037 66.8242 9.99364C66.8022 10.0113 66.7779 10.0289 66.7559 10.0465C66.7096 10.0818 66.6655 10.1149 66.6281 10.1501C66.6082 10.1678 66.5906 10.1854 66.5752 10.2008C66.5575 10.2163 66.5421 10.2317 66.5289 10.2471C66.4892 10.2934 66.465 10.3309 66.465 10.3595C66.465 10.3595 64.0846 11.9905 63.582 17.2958L66.465 17.298V20.1831H73.2337C74.2167 20.1831 75.1468 19.9627 75.98 19.5682C76.1739 19.4756 76.3591 19.3764 76.542 19.2662C76.6566 19.1957 76.7712 19.1229 76.8814 19.0436C77.2099 18.8122 77.5184 18.5521 77.8005 18.2655C77.8468 18.2171 77.8953 18.1686 77.9416 18.1201C78.032 18.0209 78.1179 17.9195 78.2039 17.8159C78.2876 17.7079 78.3692 17.6021 78.4485 17.4941C78.5632 17.3288 78.6734 17.1569 78.7747 16.9806C79.3236 16.035 79.6387 14.9396 79.6387 13.7692V13.5775C79.6387 13.335 79.6233 13.0948 79.5925 12.8545C79.4294 11.5277 78.7924 10.2978 77.8314 9.38752L77.8292 9.39413ZM75.7177 16.2642L75.6714 16.3105C75.6009 16.3789 75.5259 16.4428 75.4488 16.5045C75.4223 16.5265 75.3959 16.5464 75.3716 16.5662C75.2945 16.6279 75.213 16.6808 75.1314 16.7315C75.116 16.7425 75.0983 16.7514 75.0829 16.7624C74.5473 17.1062 73.9125 17.298 73.2293 17.298H66.4606C66.4606 15.8829 66.9036 14.5737 67.6596 13.4981C67.8844 13.1896 68.1224 12.903 68.3913 12.6363C69.7909 11.2367 71.7592 10.5733 73.7252 10.71C73.7715 10.7122 73.82 10.7188 73.8663 10.7232C73.9302 10.7276 73.9941 10.7364 74.058 10.7496C74.1903 10.7695 74.3203 10.8003 74.4459 10.8356C74.4724 10.84 74.4966 10.8488 74.5231 10.8554C74.5561 10.8665 74.5892 10.8753 74.6223 10.8885C74.7016 10.9149 74.781 10.9436 74.8559 10.9767C74.8845 10.9877 74.911 10.9987 74.9374 11.0141C75.0146 11.0472 75.0873 11.0825 75.1601 11.1243C75.246 11.1706 75.332 11.2213 75.4091 11.2764C75.5722 11.3844 75.7221 11.5056 75.8565 11.6423C76.4076 12.1801 76.747 12.9185 76.747 13.7758C76.747 13.8243 76.747 13.8728 76.7448 13.9213C76.7404 13.9896 76.7338 14.0624 76.7294 14.1307C76.7227 14.199 76.7117 14.2651 76.6985 14.3357C76.6897 14.382 76.6831 14.4305 76.6765 14.4767C76.6478 14.6178 76.6125 14.7523 76.5729 14.8823C76.5266 15.0145 76.4759 15.1446 76.4208 15.2702C76.3613 15.3958 76.2974 15.5149 76.2268 15.6295C76.1299 15.786 76.0219 15.9336 75.905 16.0681C75.8455 16.1364 75.786 16.2025 75.7221 16.2665L75.7177 16.2642Z\" fill=\"#252050\"/>\\n<path d=\"M155.863 21.7899C155.863 21.8891 155.865 21.986 155.87 22.0852C155.872 22.1513 155.874 22.2197 155.883 22.2858C155.885 22.3277 155.888 22.3695 155.894 22.4114C155.896 22.4599 155.901 22.5062 155.91 22.5547C155.916 22.623 155.925 22.6913 155.938 22.7597C155.938 22.7773 155.94 22.7927 155.945 22.8082C155.956 22.8941 155.971 22.9823 155.989 23.066C155.993 23.0925 156 23.1145 156.004 23.1366C156.022 23.2335 156.046 23.3283 156.07 23.4231C156.09 23.5069 156.115 23.5906 156.141 23.6766C156.308 24.2408 156.551 24.7698 156.857 25.2591C156.888 25.3076 156.919 25.3539 156.952 25.4024C157.023 25.517 157.104 25.6294 157.19 25.7374C157.243 25.8123 157.3 25.8828 157.358 25.9512C157.417 26.0261 157.477 26.0966 157.543 26.165C157.618 26.2509 157.695 26.3325 157.779 26.414C157.851 26.489 157.928 26.5595 158.006 26.63C158.076 26.694 158.149 26.7579 158.222 26.8196C158.967 27.4389 159.853 27.8996 160.825 28.1354C160.895 28.1553 160.966 28.1707 161.036 28.1861C161.069 28.1927 161.105 28.2015 161.138 28.2059C161.217 28.2214 161.299 28.2368 161.38 28.2456C161.396 28.25 161.413 28.2544 161.431 28.2544C161.497 28.2677 161.565 28.2743 161.636 28.2831C161.684 28.2919 161.731 28.2963 161.779 28.2985C161.821 28.3029 161.861 28.3051 161.905 28.3095C161.971 28.3162 162.039 28.3206 162.105 28.3228C162.202 28.3272 162.301 28.3316 162.401 28.3316H169.172V25.4486H162.674C160.505 25.4486 158.746 23.6854 158.746 21.521V20.1875H155.863V21.7943V21.7899Z\" fill=\"#252050\"/>\\n<path d=\"M171.875 12.8611C171.712 11.5343 171.075 10.3044 170.114 9.39413C169.956 9.24205 169.786 9.09878 169.61 8.96654C169.433 8.83209 169.248 8.70866 169.056 8.59625C167.205 7.51405 164.661 7.61103 162.651 8.14883C162.446 8.20172 162.246 8.26565 162.045 8.33838C161.913 8.38467 161.781 8.43536 161.651 8.48826C161.455 8.5676 161.261 8.65356 161.069 8.74834H161.067C160.899 8.82989 160.729 8.92026 160.566 9.01062C160.22 9.20899 159.885 9.4294 159.566 9.66964C159.502 9.71813 159.299 9.85037 159.109 9.99364C159.087 10.0113 159.063 10.0289 159.041 10.0465C158.995 10.0818 158.951 10.1149 158.913 10.1501C158.893 10.1678 158.876 10.1854 158.86 10.2008C158.843 10.2163 158.827 10.2317 158.814 10.2471C158.772 10.2934 158.75 10.3309 158.75 10.3595C158.75 10.3595 156.37 11.9905 155.867 17.2958H158.75C158.75 15.8807 159.193 14.5715 159.949 13.4959C160.174 13.1874 160.41 12.9008 160.681 12.6341C162.08 11.2301 164.047 10.5689 166.013 10.7056C166.061 10.7078 166.107 10.7122 166.156 10.721C166.22 10.7254 166.284 10.7342 166.348 10.7474C166.48 10.7673 166.608 10.7959 166.736 10.8334C166.762 10.8378 166.786 10.8466 166.813 10.8532C166.846 10.8642 166.879 10.8731 166.912 10.8863C166.991 10.9127 167.071 10.9414 167.145 10.9745C167.174 10.9855 167.201 10.9965 167.227 11.0119C167.304 11.045 167.377 11.0802 167.45 11.1221C167.536 11.1684 167.622 11.2191 167.699 11.2742C167.862 11.3822 168.012 11.5034 168.146 11.6401C168.697 12.1779 169.037 12.9162 169.037 13.7736C169.037 13.8221 169.037 13.8706 169.034 13.9191C169.03 13.9874 169.023 14.0602 169.019 14.1285C169.012 14.1968 169.001 14.2629 168.988 14.3335C168.979 14.3798 168.973 14.4283 168.966 14.4745C168.937 14.6156 168.902 14.75 168.862 14.8801C168.816 15.0123 168.765 15.1424 168.71 15.268C168.651 15.3936 168.587 15.5127 168.516 15.6273C168.419 15.7838 168.311 15.9314 168.195 16.0659C168.135 16.1342 168.076 16.2003 168.012 16.2642L167.965 16.3105C167.895 16.3789 167.82 16.4428 167.743 16.5045C167.716 16.5265 167.69 16.5464 167.666 16.5662C167.588 16.6279 167.507 16.6808 167.425 16.7315C167.41 16.7425 167.392 16.7514 167.377 16.7624C166.841 17.1062 166.207 17.298 165.523 17.298H158.755V20.1853H165.523C166.506 20.1853 167.436 19.9649 168.27 19.5704C168.464 19.4778 168.649 19.3764 168.832 19.2662C168.946 19.1979 169.059 19.1229 169.171 19.0458C169.499 18.8144 169.808 18.5543 170.09 18.2678C170.136 18.2193 170.185 18.1708 170.231 18.1223C170.322 18.0231 170.408 17.9217 170.493 17.8181C170.577 17.7101 170.659 17.6043 170.738 17.4963C170.853 17.331 170.963 17.1591 171.064 16.9828C171.613 16.0372 171.928 14.9418 171.928 13.7714V13.5797C171.928 13.3372 171.913 13.097 171.882 12.8567L171.875 12.8611Z\" fill=\"#252050\"/>\\n<path d=\"M149.826 8.73334C149.389 8.46004 148.918 8.24624 148.426 8.09636C147.904 7.93767 147.37 7.89138 146.824 7.85612C145.68 7.78118 144.531 7.81644 143.385 7.86052C142.382 7.89799 141.314 8.36526 140.602 9.07718C140.553 9.12126 140.507 9.16755 140.461 9.21604C139.671 10.0271 139.187 11.1314 139.187 12.3524C139.187 11.0741 138.653 9.91913 137.796 9.10142C137.745 9.05073 137.694 9.00224 137.639 8.95595C136.844 8.28811 135.905 7.90902 134.867 7.85171C134.717 7.84289 134.569 7.83848 134.419 7.83628C133.835 7.82306 133.249 7.81865 132.663 7.82085C132.145 7.82526 131.64 7.82526 131.137 7.96632C130.549 8.13383 130.007 8.4424 129.561 8.86118C129.475 8.94052 129.394 9.02428 129.317 9.11244C129.028 9.43424 128.792 9.80893 128.625 10.2167L128.283 7.82085H125.66V28.3342H128.625V14.8563C128.625 13.2098 129.72 11.4862 131.327 10.9771C131.832 10.8162 132.365 10.7721 132.892 10.7677C133.377 10.7655 133.903 10.7545 134.382 10.836C135.18 10.9705 135.911 11.3981 136.467 11.9799C137.199 12.7492 137.635 13.7939 137.635 14.8563V17.3821C137.635 17.3821 137.635 28.3342 137.637 28.3342H140.602V14.8563C140.602 13.2517 141.602 11.6802 143.092 11.0586C143.557 10.8647 144.036 10.7875 144.534 10.792C145.541 10.8008 146.544 10.7236 147.459 11.2195C148.186 11.6141 148.777 12.2444 149.151 12.9806C149.447 13.5603 149.61 14.2061 149.61 14.8563V28.3342H152.574V13.7013C152.574 11.6053 151.474 9.76926 149.821 8.73334H149.826Z\" fill=\"#252050\"/>\\n<path d=\"M56.8832 8.83616C56.7642 8.7502 56.6408 8.67305 56.513 8.59811C54.6615 7.51591 52.118 7.61289 50.1079 8.15069C49.9029 8.20579 49.7024 8.26971 49.4996 8.34024C49.3673 8.38653 49.2351 8.43722 49.105 8.49012C48.9089 8.56946 48.7149 8.65542 48.521 8.7502C48.3535 8.83175 48.1837 8.92212 48.0206 9.01248C46.9032 9.63183 45.9091 10.487 45.1597 11.5251C44.3619 12.6316 43.9078 13.9959 43.6235 15.3183C43.5948 15.455 43.5662 15.5917 43.542 15.7305C43.3083 16.9824 43.3215 18.2388 43.2863 19.5039C43.2488 20.8484 43.2202 22.3802 43.5993 23.6784C43.769 24.2427 44.0114 24.7738 44.3178 25.2609C44.3486 25.3094 44.3773 25.3557 44.4104 25.4042C44.4831 25.5188 44.5646 25.6312 44.6484 25.737C44.7013 25.812 44.7586 25.8825 44.8159 25.9508C44.8754 26.0258 44.9371 26.0963 45.0033 26.1668C45.0782 26.2528 45.1553 26.3343 45.2391 26.4159C45.3118 26.4908 45.389 26.5614 45.4639 26.6319C45.5366 26.6958 45.6072 26.7597 45.6821 26.8214C46.7335 27.6898 47.9942 28.1769 49.3519 28.2938C50.6611 28.4062 51.9968 28.3312 53.3082 28.3312C54.2692 28.3312 55.1707 28.0623 55.9377 27.5951C56.0589 27.5201 56.1779 27.4408 56.2926 27.3548C56.4094 27.2689 56.5218 27.1807 56.6298 27.0815C56.7179 27.0088 56.8017 26.9294 56.8832 26.8457L57.1543 28.3312H59.8477V0H56.8832V8.83616ZM56.8832 18.8537V23.965C56.7003 24.1501 56.5019 24.3198 56.2926 24.4719C56.1779 24.5579 56.0589 24.6394 55.9377 24.7121C55.1707 25.1816 54.2692 25.4483 53.3082 25.4483H51.0975C50.4606 25.4483 49.817 25.4549 49.1888 25.3227C48.532 25.1838 47.9721 24.8686 47.4784 24.4146C47.4013 24.3441 47.3264 24.2691 47.2558 24.1942C46.8701 23.7798 46.5748 23.2817 46.3984 22.7439C46.1824 22.0871 46.2199 21.3796 46.2045 20.6941C46.1868 19.9205 46.1846 19.1446 46.1979 18.3688C46.2111 17.4739 46.1824 16.5592 46.4006 15.6864C47.02 13.2113 49.061 11.3179 51.5648 10.822C52.4134 10.6545 53.3457 10.6325 54.2053 10.7339C55.693 10.9102 56.881 12.0365 56.881 13.5837V18.8493L56.8832 18.8537Z\" fill=\"#252050\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p9ws70 hidden-17flsgh\",\"data-framer-name\":\"Nav\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":pemrKLtFf\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zuiQXCKZc\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Features\"})})})}),className:\"framer-bvs01v\",\"data-framer-name\":\"Explore\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":wb7WIfr0F\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"vqAPlgX9Q\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Customers\"})})})}),className:\"framer-1m101dz\",\"data-framer-name\":\"Why Deframe\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":BLz_qVzT1\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"WTY3TRSMf\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Benefits\"})})})}),className:\"framer-8yfe1\",\"data-framer-name\":\"Customers\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Z9ylHzAMH\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"LLgrAr2M_\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Security & Architecture\"})})})}),className:\"framer-1x6xlqw\",\"data-framer-name\":\"Product launch\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":svePv8qUC\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"QEOih4m7m\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Widget\"})})})}),className:\"framer-1vs2chv\",\"data-framer-name\":\"Solution\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mm1yxm\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-h1ldcu\",\"data-framer-name\":\"Radar\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pwpn2q-container\",\"data-framer-name\":\"radar-light.riv\",isAuthoredByUser:true,isModuleExternal:true,name:\"radar-light.riv\",nodeId:\"UoZfERaT8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RivePlayer_v5,{alignment:\"center\",artboard:\"Radar 5\",autoplay:true,fit:\"fitHeight\",height:\"100%\",id:\"UoZfERaT8\",inputsJSON:\"[]\",isTouchScrollEnabled:false,layoutId:\"UoZfERaT8\",layoutScaleFactor:1,name:\"radar-light.riv\",play:true,playOnCanvas:false,src:\"https://framerusercontent.com/assets/UKlUCIm9PRLlN5FgeRGIOxbvU.riv\",stateMachines:\"State Machine 1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1slyut6\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aiaxi\",\"data-framer-name\":\"Logos\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wt4pvi\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9v1gev\",\"data-framer-name\":\"Uniswap\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-55l3as\",\"data-framer-name\":\"Mask\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+462-70+0+0+0+14+0+0),pixelHeight:639,pixelWidth:2560,sizes:\"136px\",src:\"https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png\",srcSet:\"https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=512 512w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-101+0+0+0+13.6562),pixelHeight:639,pixelWidth:2560,sizes:\"292.3567px\",src:\"https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png\",srcSet:\"https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=512 512w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G6vvaLxSwIjhTAZb836WGueFds.png 2560w\"},className:\"framer-3mwetk\",\"data-framer-name\":\"Logo\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jbth49\",\"data-framer-name\":\"DeFiSaver\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d60pi7\",\"data-framer-name\":\"Mask\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+462-70+0+0+0+9+0+0),pixelHeight:544,pixelWidth:1646,sizes:\"144px\",src:\"https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png\",srcSet:\"https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png?scale-down-to=512 512w,https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png 1646w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-101+0+0+0+-1.6094),pixelHeight:544,pixelWidth:1646,sizes:\"310.0266px\",src:\"https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png\",srcSet:\"https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png?scale-down-to=512 512w,https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tHAlf1kAvqXLi0JHPuimbqrxg.png 1646w\"},className:\"framer-cx40x5\",\"data-framer-name\":\"Logo\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l0d9p4\",\"data-framer-name\":\"Balancer\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mcw560\",\"data-framer-name\":\"Mask\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+462-70+0+0+-1+0),pixelHeight:500,pixelWidth:900,sizes:\"131px\",src:\"https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png\",srcSet:\"https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png 900w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-101+0+0+0+-28.1094),pixelHeight:500,pixelWidth:900,sizes:\"281.1122px\",src:\"https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png\",srcSet:\"https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0QpXNI2vy3TaHwB9daGYhkHIsc.png 900w\"},className:\"framer-3disge\",\"data-framer-name\":\"Logo\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1picdnb\",\"data-framer-name\":\"Morpho\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1frmha1\",\"data-framer-name\":\"Mask\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+462-70+0+0+4+0),pixelHeight:160,pixelWidth:288,src:\"https://framerusercontent.com/images/Hof48Pb1j6dgmWNwQXFwjYjNI.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-101+0+0+0+-14.4609),pixelHeight:160,pixelWidth:288,src:\"https://framerusercontent.com/images/Hof48Pb1j6dgmWNwQXFwjYjNI.png\"},className:\"framer-xeo3yt\",\"data-framer-name\":\"Logo\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.5}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gn9sml\",\"data-framer-name\":\"Phone\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-78awus\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-juwonb\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9va34i\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ug4uah\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jvys1t\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+100+48+0+16.3594+0),pixelHeight:1354,pixelWidth:610,sizes:\"323.1687px\",src:\"https://framerusercontent.com/images/N5Nj0NNdAipq54IeipgcTnm1tE.png\",srcSet:\"https://framerusercontent.com/images/N5Nj0NNdAipq54IeipgcTnm1tE.png 610w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-368+48+0+16.3594+0),pixelHeight:1354,pixelWidth:610,sizes:\"323.1687px\",src:\"https://framerusercontent.com/images/N5Nj0NNdAipq54IeipgcTnm1tE.png\",srcSet:\"https://framerusercontent.com/images/N5Nj0NNdAipq54IeipgcTnm1tE.png 610w\"},className:\"framer-1ptcben\",\"data-framer-name\":\"PhoneImage\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:971,intrinsicWidth:471,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+100+48+0+16.3594+716.1125-728.5),pixelHeight:1942,pixelWidth:942,sizes:\"396.1687px\",src:\"https://framerusercontent.com/images/ZseANw7OopRTYyVC9yEmKs4thc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ZseANw7OopRTYyVC9yEmKs4thc.png 942w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:971,intrinsicWidth:471,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+248+838-368+48+0+16.3594+716.1125-728.5),pixelHeight:1942,pixelWidth:942,sizes:\"396.1687px\",src:\"https://framerusercontent.com/images/ZseANw7OopRTYyVC9yEmKs4thc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ZseANw7OopRTYyVC9yEmKs4thc.png 942w\"},className:\"framer-qdglo\",\"data-framer-name\":\"Group 24 (1)\"})})]})]})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://form.typeform.com/to/gtgrLZuK\",motionChild:true,nodeId:\"uyGUnG__4\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AzBK62rKk:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x6zejt framer-lux5qc\",\"data-framer-name\":\"Button\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact Us\"})}),className:\"framer-1b3b1le\",\"data-framer-name\":\"Discover\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:\"From swaps to crypto-backed loans, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:\"Deframe offers services to your users so they never need to leave your app\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:\"From swaps to crypto-backed loans, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(112, 115, 137)\"},children:\"Deframe offers services to your users so they never need to leave your app\"})]}),className:\"framer-1kbkvxc\",\"data-framer-name\":\"From swaps to crypto-backed loans, Deframe offers services to your users so they never need to leave your app\",fonts:[\"GF;Lato-600\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mh6amy\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Launch products \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"with native liquidity\"})]}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"76.31px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"93.06px\",\"--framer-text-alignment\":\"center\"},children:\"Launch products \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"76.31px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"93.06px\",\"--framer-text-alignment\":\"center\"},children:\"with native liquidity\"})]}),className:\"framer-1jpwus4\",\"data-framer-name\":\"Launch products with native liquidity\",fonts:[\"GF;Lato-800\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by05MDA=\",\"--framer-font-family\":'\"Lato\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"10X faster\"})})}),fonts:[\"GF;Lato-900\"],transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"76.31px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"93.06px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"10X faster\"})})}),className:\"framer-qgu4rl\",\"data-framer-name\":\"10X faster\",fonts:[\"GF;Lato-800\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jcly9g\",\"data-framer-name\":\"Explore\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f41rku\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9z4ut\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.5}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u5u7v2\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:867,y:510}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14wphz7\",\"data-framer-name\":\"Loan\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c5ujmg\",\"data-border\":true,\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5uzemn\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xgkf57\",\"data-framer-name\":\"Group 632045\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lhucwy\",\"data-framer-name\":\"Rectangle 34624243\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ivncc\",\"data-framer-name\":\"menu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ltf45p\",\"data-framer-name\":\"menu\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:15,svg:'<svg width=\"15\" height=\"12\" viewBox=\"0 0 15 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.152344 1.57397C0.152344 1.17089 0.479481 0.84375 0.88256 0.84375H14.0264C14.4295 0.84375 14.7567 1.17089 14.7567 1.57397C14.7567 1.97705 14.4295 2.30418 14.0264 2.30418H0.88256C0.479481 2.30418 0.152344 1.97705 0.152344 1.57397ZM14.0264 5.22505H0.88256C0.479481 5.22505 0.152344 5.55218 0.152344 5.95526C0.152344 6.35834 0.479481 6.68548 0.88256 6.68548H14.0264C14.4295 6.68548 14.7567 6.35834 14.7567 5.95526C14.7567 5.55218 14.4295 5.22505 14.0264 5.22505ZM14.0264 9.60634H0.88256C0.479481 9.60634 0.152344 9.93348 0.152344 10.3366C0.152344 10.7396 0.479481 11.0668 0.88256 11.0668H14.0264C14.4295 11.0668 14.7567 10.7396 14.7567 10.3366C14.7567 9.93348 14.4295 9.60634 14.0264 9.60634Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1031zdy\",\"data-framer-name\":\"arrow-up-right\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6l2vde\",\"data-framer-name\":\"arrow-up-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:11,svg:'<svg width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.081 1.06945V7.15459C10.081 7.49048 9.80899 7.7631 9.47248 7.7631C9.13598 7.7631 8.86397 7.49048 8.86397 7.15459V2.53844L1.99205 9.41036C1.87339 9.52902 1.71759 9.58864 1.56181 9.58864C1.40603 9.58864 1.25023 9.52902 1.13157 9.41036C0.893643 9.17243 0.893643 8.78782 1.13157 8.54989L8.00349 1.67796H3.38735C3.05084 1.67796 2.77884 1.40535 2.77884 1.06945C2.77884 0.733552 3.05084 0.460938 3.38735 0.460938H9.47248C9.55159 0.460938 9.63075 0.477309 9.70498 0.507735C9.85407 0.569195 9.97274 0.687864 10.0342 0.83695C10.0652 0.911189 10.081 0.990344 10.081 1.06945Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"10.22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total\"})}),className:\"framer-10psvy\",\"data-framer-name\":\"Total\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.6px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\"},children:\"10 USDT\"})}),className:\"framer-1ly50hh\",\"data-framer-name\":\"10 USD\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"10.22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Earnings\"})}),className:\"framer-1puf5xn\",\"data-framer-name\":\"Earnings\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1shi0c6\",\"data-framer-name\":\"Frame 632126\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"8.76px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"24.83px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deposit\"})}),className:\"framer-1mf3agl\",\"data-framer-name\":\"Deposit\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"10.22px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(23, 23, 23)\"},children:\"Transactions\"})}),className:\"framer-1myzpwk\",\"data-framer-name\":\"Transactions\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.6px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(104, 188, 179)\"},children:\"180\"})}),className:\"framer-1k6ivfx\",\"data-framer-name\":\"180\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ils76d\",\"data-framer-name\":\"eye\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"16\" viewBox=\"0 0 20 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.7606 8.23185C12.7606 9.81433 11.4601 11.1006 9.86 11.1006C8.25994 11.1006 6.95943 9.81433 6.95943 8.23185C6.95943 7.86778 7.03528 7.52246 7.1608 7.20116C7.36542 7.36181 7.61231 7.47239 7.89392 7.47239C8.55525 7.47239 9.09211 6.94144 9.09211 6.28737C9.09211 6.00885 8.98029 5.76468 8.81786 5.5623C9.14273 5.43816 9.49189 5.36314 9.86 5.36314C11.4601 5.36314 12.7606 6.64937 12.7606 8.23185ZM18.9225 9.77266C17.6283 11.9153 14.7213 15.534 9.86 15.534C4.99864 15.534 2.09171 11.9153 0.797526 9.77266C0.223741 8.82338 0.223741 7.64032 0.797526 6.69104C2.09171 4.54838 4.99864 0.929688 9.86 0.929688C14.7213 0.929688 17.6283 4.54838 18.9225 6.69104C19.4963 7.64032 19.4963 8.82338 18.9225 9.77266ZM14.3427 8.23185C14.3427 5.78771 12.3323 3.79839 9.86 3.79839C7.38766 3.79839 5.3773 5.78771 5.3773 8.23185C5.3773 10.676 7.38766 12.6653 9.86 12.6653C12.3323 12.6653 14.3427 10.676 14.3427 8.23185Z\" fill=\"#69BDB4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12ohx89\",\"data-framer-name\":\"Line 46\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:269,svg:'<svg width=\"269\" height=\"5\" viewBox=\"-1 -1 269 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.324219\" y1=\"1.33228\" x2=\"266.123\" y2=\"1.33228\" stroke=\"#F1F1F1\" stroke-width=\"1.46043\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:-689,y:-407}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pw7iur\",\"data-framer-name\":\"Collateral\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xuowxu\",\"data-border\":true,\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17dxh1o\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11opx6p\",\"data-framer-name\":\"Group 632044\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fgi39e\",\"data-framer-name\":\"Rectangle 34624243\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+710+0+0+0+116+16.0703+113.9141+37.9688),pixelHeight:2e3,pixelWidth:2e3,sizes:\"26.2878px\",src:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png\",srcSet:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1086+0+0+-.5+175.5+16.0703+113.9141+37.9688),pixelHeight:2e3,pixelWidth:2e3,sizes:\"26.2878px\",src:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png\",srcSet:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png 2000w\"},className:\"framer-d5t95n\",\"data-framer-name\":\"image 432\"})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cu4two\",\"data-framer-name\":\"ethereum-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:27,svg:'<svg width=\"27\" height=\"27\" viewBox=\"0 0 27 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1361 0.671875C5.87671 0.671875 -0.0078125 6.55639 -0.0078125 13.8158C-0.0078125 21.0751 5.87671 26.9597 13.1361 26.9597C20.3954 26.9597 26.28 21.0751 26.28 13.8158C26.28 6.55639 20.3954 0.671875 13.1361 0.671875ZM16.9951 16.7126L13.7276 21.3998C13.4384 21.8073 12.8338 21.8073 12.5446 21.3998L9.27706 16.7126C9.13248 16.505 9.3362 16.233 9.57542 16.3131L12.8206 17.3909C12.9258 17.4303 13.0309 17.4435 13.1361 17.4435C13.2412 17.4435 13.3464 17.4303 13.4515 17.3909L16.6967 16.3131C16.936 16.233 17.1397 16.505 16.9951 16.7126ZM17.4604 13.9669L13.1361 15.4193L8.81305 13.9669C8.5804 13.888 8.47526 13.6187 8.59356 13.4031L12.5065 6.29878C12.7825 5.81246 13.4923 5.81246 13.7683 6.29878L17.6812 13.4031C17.7982 13.6173 17.693 13.888 17.4604 13.9669Z\" fill=\"#7B89DC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total amount (USDC)\"})}),className:\"framer-1opzgo7\",\"data-framer-name\":\"Total amount (USDC)\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18.99px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\"},children:\"2,000.00\"})}),className:\"framer-ln6yb9\",\"data-framer-name\":\"2,000.00\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18.99px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\"},children:\"1\"})}),className:\"framer-obx59y\",\"data-framer-name\":\"1\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.6px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"27.75px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total amount (USDC)\"})}),className:\"framer-hit3ah\",\"data-framer-name\":\"Total amount (USDC)\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:813,y:-418}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kmlgp3\",\"data-framer-name\":\"Swap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-plqc5e\",\"data-border\":true,\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fnolr3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j968oz\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10fim0u\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swap coins\"})}),className:\"framer-sbb4bm\",\"data-framer-name\":\"Swap coins\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dka3p1\",\"data-framer-name\":\"Swap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-srehdf\",\"data-framer-name\":\"arrow\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-imxlf2\",\"data-framer-name\":\"arrow-down-arrow-up-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:33,svg:'<svg width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.4883 0.75H6.63551C2.66496 0.75 0.679688 2.73527 0.679688 6.70582V26.5586C0.679688 30.5291 2.66496 32.5144 6.63551 32.5144H26.4883C30.4588 32.5144 32.4441 30.5291 32.4441 26.5586V6.70582C32.4441 2.73527 30.4588 0.75 26.4883 0.75ZM16.913 23.451L13.9713 26.3927C13.8495 26.5145 13.7032 26.6117 13.5426 26.6788C13.382 26.7458 13.2089 26.7809 13.036 26.7809C12.863 26.7809 12.6921 26.7458 12.5297 26.6788C12.3674 26.6117 12.2224 26.5145 12.1006 26.3927L9.1589 23.451C8.64184 22.9357 8.64184 22.0956 9.1589 21.5786C9.67595 21.0615 10.5142 21.0615 11.0313 21.5786L11.7142 22.2597V11.3381C11.7142 10.6076 12.3071 10.0146 13.0377 10.0146C13.7683 10.0146 14.3612 10.6076 14.3612 11.3381V22.2615L15.0441 21.5803C15.5629 21.0633 16.4012 21.065 16.9165 21.5803C17.43 22.0956 17.4301 22.9339 16.913 23.451ZM23.9649 11.6858C23.7072 11.9435 23.3684 12.074 23.0295 12.074C22.6907 12.074 22.3518 11.9452 22.0942 11.6858L21.4113 11.0047V21.928C21.4113 22.6586 20.8184 23.2515 20.0878 23.2515C19.3572 23.2515 18.7643 22.6586 18.7643 21.928V11.0047L18.0814 11.6858C17.5626 12.2029 16.7243 12.2011 16.209 11.6858C15.692 11.1688 15.692 10.3305 16.209 9.81342L19.1508 6.87169C19.2725 6.74993 19.4188 6.65268 19.5812 6.58562C19.9041 6.45151 20.2694 6.45151 20.5923 6.58562C20.7547 6.65268 20.9014 6.74993 21.0232 6.87169L23.9649 9.81342C24.4819 10.3305 24.4819 11.1688 23.9649 11.6858Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p8q7ez\",\"data-framer-name\":\"USDT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"4000\"})}),className:\"framer-oqrml\",\"data-framer-name\":\"4000\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"23.37px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"USDT\"})}),className:\"framer-1u82vwi\",\"data-framer-name\":\"USDT\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvgojr\",\"data-framer-name\":\"ETH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-k4hv7y\",\"data-framer-name\":\"1\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"23.37px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ETH\"})}),className:\"framer-awc6ru\",\"data-framer-name\":\"ETH\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:-868,y:558}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddydz7\",\"data-framer-name\":\"Yield\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1brpzb3\",\"data-border\":true,\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fltw0h\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dkeqbj\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Earn yield\"})}),className:\"framer-1cmqq7t\",\"data-framer-name\":\"Earn yield\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16hy2bo\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-806yfr\",\"data-framer-name\":\"USDC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"8000\"})}),className:\"framer-13yl5fm\",\"data-framer-name\":\"8000\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"23.37px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"USDC\"})}),className:\"framer-gyvul8\",\"data-framer-name\":\"USDC\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eg0x9h\",\"data-framer-name\":\"APR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"37.97px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"6%\"})}),className:\"framer-1lvpp6q\",\"data-framer-name\":\"6%\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"23.37px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.08px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"APR\"})}),className:\"framer-5n3ymh\",\"data-framer-name\":\"APR\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.33}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xzzqtj\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"109.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"109.55px\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})}),className:\"framer-1g1xeqk\",\"data-framer-name\":\"Explore\",fonts:[\"GF;Lato-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i514iw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"109.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"109.55px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Possibilities\"})})}),className:\"framer-13h87cu\",\"data-framer-name\":\"Possibilities\",fonts:[\"GF;Lato-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"109.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"109.55px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Endless\"})})}),className:\"framer-ci06mc\",\"data-framer-name\":\"Endless\",fonts:[\"GF;Lato-700\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15aaa6o\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-irdifp\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6xauc6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+710+2+-370+195),pixelHeight:4119,pixelWidth:3096,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TFIF3URBc3RynZHeEkp2Piv0s1k.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1086+2+-370+195),pixelHeight:4119,pixelWidth:3096,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TFIF3URBc3RynZHeEkp2Piv0s1k.png\"},className:\"framer-i7pl6t\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gj5d76\",\"data-framer-name\":\"ImageSection\",id:elementId1,ref:ref2}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pa3ztt\",\"data-framer-name\":\"ExploreSection\",id:elementId2,ref:ref3})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vp5z7c\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ahmkfh\",\"data-framer-name\":\"Group 631933\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.45}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ygvk4h\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10k5fnw\",\"data-framer-name\":\"Loan\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1evbip0\",\"data-framer-name\":\"Group 631906\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sx430c\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ad5fsb\",\"data-framer-name\":\"ethereum-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ukmsng\",\"data-framer-name\":\"ethereum-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:30,svg:'<svg width=\"30\" height=\"31\" viewBox=\"0 0 30 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0.25C6.7155 0.25 0 6.9655 0 15.25C0 23.5345 6.7155 30.25 15 30.25C23.2845 30.25 30 23.5345 30 15.25C30 6.9655 23.2845 0.25 15 0.25ZM19.404 18.556L15.675 23.905C15.345 24.37 14.655 24.37 14.325 23.905L10.596 18.556C10.431 18.319 10.6635 18.0085 10.9365 18.1L14.64 19.33C14.76 19.375 14.88 19.39 15 19.39C15.12 19.39 15.24 19.375 15.36 19.33L19.0635 18.1C19.3365 18.0085 19.569 18.319 19.404 18.556ZM19.935 15.4225L15 17.08L10.0665 15.4225C9.801 15.3325 9.68101 15.0251 9.81601 14.7791L14.2815 6.67151C14.5965 6.11651 15.4065 6.11651 15.7215 6.67151L20.187 14.7791C20.3205 15.0236 20.2005 15.3325 19.935 15.4225Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"64.15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"62.46px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(47, 108, 239) 3%, rgb(97, 113, 255) 95%)\"},children:\"Crypto-Backed Loans\"})})}),className:\"framer-1we1ov\",\"data-framer-name\":\"Crypto-Backed Loans\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:800}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:500}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vtx8jz\",\"data-framer-name\":\"Swaps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3xpzg\",\"data-framer-name\":\"Group 631906\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g6544e\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-es5p83\",\"data-framer-name\":\"arrow-left-arrow-right\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ha9ect\",\"data-framer-name\":\"arrow-left-arrow-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:31,svg:'<svg width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.54473 14.6915L0.537481 8.68425C0.397778 8.54454 0.288057 8.37941 0.211446 8.19464C0.0597262 7.82811 0.0597262 7.41327 0.211446 7.04674C0.288057 6.86197 0.397778 6.69684 0.537481 6.55714L6.54473 0.549889C7.13208 -0.037463 8.08155 -0.037463 8.6689 0.549889C9.25626 1.13724 9.25626 2.08671 8.6689 2.67406L5.22445 6.11851H22.6286C23.4593 6.11851 24.1308 6.79149 24.1308 7.62069C24.1308 8.44989 23.4593 9.12287 22.6286 9.12287H5.22445L8.6689 12.5673C9.25626 13.1547 9.25626 14.1041 8.6689 14.6915C8.37598 14.9844 7.99137 15.1316 7.60682 15.1316C7.22226 15.1316 6.83765 14.9844 6.54473 14.6915ZM30.024 22.0685C29.9474 21.8838 29.8376 21.7186 29.6979 21.5789L23.6907 15.5717C23.1033 14.9843 22.1539 14.9843 21.5665 15.5717C20.9792 16.159 20.9792 17.1085 21.5665 17.6959L25.011 21.1403H7.60682C6.77611 21.1403 6.10464 21.8133 6.10464 22.6425C6.10464 23.4717 6.77611 24.1447 7.60682 24.1447H25.011L21.5665 27.5891C20.9792 28.1765 20.9792 29.1259 21.5665 29.7133C21.8594 30.0062 22.244 30.1534 22.6286 30.1534C23.0132 30.1534 23.3978 30.0062 23.6907 29.7133L29.6979 23.706C29.8376 23.5663 29.9474 23.4012 30.024 23.2164C30.1757 22.8499 30.1757 22.4351 30.024 22.0685Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"64.15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"62.46px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(95, 111, 255) 0%, rgb(123, 126, 255) 100%)\"},children:\"Swaps\"})})}),className:\"framer-jsqeri\",\"data-framer-name\":\"Swaps\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:900}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:700}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yr57vd\",\"data-framer-name\":\"Savings\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7jty3r\",\"data-framer-name\":\"Group 631906\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17uvnl9\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ikakz6\",\"data-framer-name\":\"coins\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kc0tom\",\"data-framer-name\":\"coins\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.25 23.265C7.25 24.36 7.58001 25.35 8.19501 26.205C4.17501 25.95 0.5 24.48 0.5 21.765V20.445C2.075 21.675 4.4 22.5 7.25 22.77V23.265ZM7.30997 17.16C7.29497 17.175 7.29504 17.19 7.29504 17.205C7.26504 17.355 7.25 17.505 7.25 17.655V20.52C3.62 20.1 0.5 18.66 0.5 16.155V14.835C2.075 16.08 4.41504 16.905 7.29504 17.16H7.30997ZM13.16 11.67C10.88 12.375 9.09501 13.53 8.10501 14.97C4.11501 14.715 0.5 13.245 0.5 10.545V9.52496C2.465 11.07 5.615 11.97 9.5 11.97C10.805 11.97 12.035 11.865 13.16 11.67ZM18.5 9.52496V10.545C18.5 10.68 18.485 10.8 18.47 10.92C17.285 10.92 16.16 11.025 15.11 11.205C16.46 10.8 17.6 10.23 18.5 9.52496ZM9.5 0.75C5 0.75 0.5 2.24999 0.5 5.23499C0.5 8.24999 5 9.71997 9.5 9.71997C14 9.71997 18.5 8.24999 18.5 5.23499C18.5 2.24999 14 0.75 9.5 0.75ZM18.5 24.39C14.735 24.39 11.525 23.4 9.5 21.795V23.265C9.5 26.25 14 27.75 18.5 27.75C23 27.75 27.5 26.25 27.5 23.265V21.795C25.475 23.4 22.265 24.39 18.5 24.39ZM18.5 13.17C13.535 13.17 9.5 15.18 9.5 17.655C9.5 20.13 13.535 22.14 18.5 22.14C23.465 22.14 27.5 20.13 27.5 17.655C27.5 15.18 23.465 13.17 18.5 13.17Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"64.15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"62.46px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(121, 124, 255) 0%, rgb(152, 130, 255) 95%)\"},children:\"Savings Account\"})})}),className:\"framer-iy69hc\",\"data-framer-name\":\"Savings Account\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1e3}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:800}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-c7n63a\",\"data-framer-name\":\"Yield\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lahsm8\",\"data-framer-name\":\"Group 631906\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-avi91v\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sukfaa\",\"data-framer-name\":\"chart-line\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ypjz7t\",\"data-framer-name\":\"chart-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:30,svg:'<svg width=\"30\" height=\"28\" viewBox=\"0 0 30 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M28.5 27.75H3.75C1.437 27.75 0 26.313 0 24V2.25C0 1.422 0.672 0.75 1.5 0.75C2.328 0.75 3 1.422 3 2.25V24C3 24.6735 3.0765 24.75 3.75 24.75H28.5C29.328 24.75 30 25.422 30 26.25C30 27.078 29.328 27.75 28.5 27.75ZM28.3845 6.17542C28.308 5.99241 28.1985 5.82745 28.0605 5.68945C28.0605 5.68945 28.0605 5.68799 28.059 5.68799C28.0365 5.66549 28.0065 5.65805 27.984 5.63855C27.861 5.52905 27.7275 5.43 27.5715 5.367C27.408 5.2995 27.2355 5.27105 27.0615 5.26355C27.039 5.26355 27.021 5.25146 26.9985 5.25146H26.9955C26.9955 5.25146 26.9955 5.25146 26.994 5.25146H22.5C21.672 5.25146 21 5.92346 21 6.75146C21 7.57946 21.672 8.25146 22.5 8.25146H23.388L18.027 13.632L15.6195 11.2396C14.4495 10.0786 12.549 10.0801 11.3835 11.2471L6.44101 16.1895C5.85451 16.776 5.85451 17.724 6.44101 18.3105C6.73351 18.603 7.11751 18.75 7.50151 18.75C7.88551 18.75 8.26949 18.603 8.56199 18.3105L13.5045 13.368L15.9135 15.7604C17.088 16.9244 18.987 16.9185 20.1525 15.7485L25.5 10.3815V11.25C25.5 12.078 26.172 12.75 27 12.75C27.828 12.75 28.5 12.078 28.5 11.25V6.75C28.5 6.75 28.5 6.75004 28.5 6.74854C28.5 6.55353 28.4595 6.35842 28.3845 6.17542Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"64.15px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"62.46px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(152, 130, 255) 0%, rgb(175, 135, 255) 95%)\"},children:\"Yield\"})})}),className:\"framer-1cgkerb\",\"data-framer-name\":\"Yield\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1826h0g\",\"data-framer-name\":\"SwapsSection\",id:elementId3,ref:ref4}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cofwf9\",\"data-framer-name\":\"SavingsSection\",id:elementId4,ref:ref5}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8m4cj9\",\"data-framer-name\":\"YieldSection\",id:elementId5,ref:ref6})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aaqnfe\",\"data-framer-name\":\"Value\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r694z6\",\"data-framer-name\":\"Value\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r8waa5\",\"data-framer-name\":\"Container\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:612,width:\"1248px\",y:(componentViewport?.y||0)+0+4055+1464-1094+6+269,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{style:{scale:.8}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-xid4m6-container hidden-17flsgh\",nodeId:\"MoH3yooKF\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Customers,{height:\"100%\",id:\"MoH3yooKF\",layoutId:\"MoH3yooKF\",style:{height:\"100%\",width:\"100%\"},t7uSaOBZf:ref8,variant:\"CFIKqjFtJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.5}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-859iq\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b8pz2z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:\"Who gains\"})}),className:\"framer-1cvubww\",\"data-framer-name\":\"Who gains from our technologie\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"more value\"})})}),className:\"framer-vealym\",\"data-framer-name\":\"more value\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:\"from our technologies  \"})}),className:\"framer-1jho6wx\",\"data-framer-name\":\"Who gains from our technologie\",fonts:[\"GF;Lato-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{height:612,y:(componentViewport?.y||0)+0+3386+1070-934+6+881-368}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vu96fp-container hidden-72rtr7 hidden-1aky2xb hidden-jlgg3w\",nodeId:\"uRAiD4vDx\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{scale:.5},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Customers,{height:\"100%\",id:\"uRAiD4vDx\",layoutId:\"uRAiD4vDx\",t7uSaOBZf:ref8,variant:\"aJkuebUjl\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15xerew\",\"data-framer-name\":\"valueSection\",id:elementId7,ref:ref8})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jd7hec\",\"data-framer-name\":\"Launch\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12b8fos\",\"data-framer-name\":\"Group 631968\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:475,intrinsicWidth:475,svg:'<svg width=\"475\" height=\"475\" viewBox=\"0 0 475 475\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"237\" cy=\"238\" r=\"136.5\" stroke=\"#A8B3F9\"/>\\n<circle cx=\"237.5\" cy=\"237.5\" r=\"186\" stroke=\"#A8B3F9\" stroke-opacity=\"0.65\"/>\\n<circle cx=\"237.5\" cy=\"237.5\" r=\"237\" stroke=\"#A8B3F9\" stroke-opacity=\"0.3\"/>\\n<path d=\"M210.609 207.602H193V269.23H210.609V207.602Z\" fill=\"#252050\" fill-opacity=\"0.2\"/>\\n<path d=\"M263.431 190H210.609V207.603H263.394V242.821H281.003V207.603L263.431 190.036V190Z\" fill=\"#252050\" fill-opacity=\"0.2\"/>\\n<path d=\"M245.785 286.844L263.431 269.234H210.609V286.844H245.785Z\" fill=\"#252050\" fill-opacity=\"0.2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{y:(componentViewport?.y||0)+0+4456+253}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:\"333px\",y:(componentViewport?.y||0)+0+5519+303,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hyospx-container\",nodeId:\"QGk8FyMfM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Protocols,{height:\"100%\",id:\"QGk8FyMfM\",layoutId:\"QGk8FyMfM\",style:{height:\"100%\",width:\"100%\"},variant:\"gwR4jNVVa\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eoqb3t\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mv6m8j\",\"data-framer-name\":\"Unlock\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vpgykr\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ki2bk6\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wlwjxb\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vrg15w\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1utzkpa\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Monetize your user base with seamless integrations. Expand your offering and generate additional revenue without building from scratch.\"})}),className:\"framer-58fqtw\",\"data-framer-name\":\"Monetize your user base with seamless integrations. Expand your offering and generate additional revenue without building from scratch.\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47i4q2\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\" Unlock new  \"})}),className:\"framer-azf26n\",\"data-framer-name\":\"Unlock new\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-111m1xd\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(171, 94, 238)\"},children:\"revenue streams\"})}),className:\"framer-xpik9x\",\"data-framer-name\":\"revenue streams\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1h48rpl\",\"data-framer-name\":\"Deframe\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:294,intrinsicWidth:294,svg:'<svg width=\"294\" height=\"294\" viewBox=\"0 0 294 294\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_i_1008_20323)\">\\n<path d=\"M125.003 13.221C138.409 5.4814 154.925 5.48139 168.33 13.221L251.402 61.1826C264.808 68.9223 273.066 83.2258 273.066 98.705V194.628C273.066 210.108 264.808 224.411 251.402 232.151L168.33 280.112C154.925 287.852 138.409 287.852 125.003 280.112L41.9311 232.151C28.5257 224.411 20.2676 210.108 20.2676 194.628V98.705C20.2676 83.2258 28.5257 68.9223 41.9311 61.1827L125.003 13.221Z\" stroke=\"#A8B3F9\" stroke-opacity=\"0.5\" stroke-width=\"1.23596\"/>\\n</g>\\n<g filter=\"url(#filter1_f_1008_20323)\">\\n<path d=\"M132.016 111.662C140.463 106.785 150.869 106.785 159.315 111.662L210.921 141.456C219.367 146.333 224.57 155.345 224.57 165.098V224.687C224.57 234.44 219.367 243.452 210.921 248.329L159.315 278.123C150.869 282.999 140.463 282.999 132.016 278.123L80.4109 248.329C71.9645 243.452 66.7613 234.44 66.7613 224.687V165.098C66.7613 155.345 71.9645 146.333 80.4109 141.456L132.016 111.662Z\" fill=\"#6F7EDF\" fill-opacity=\"0.3\"/>\\n</g>\\n<g filter=\"url(#filter2_i_1008_20323)\">\\n<path d=\"M127.889 40.264C138.89 33.9126 152.444 33.9126 163.444 40.264L230.657 79.0693C241.658 85.4207 248.435 97.1586 248.435 109.861V187.472C248.435 200.175 241.658 211.913 230.657 218.264L163.444 257.069C152.444 263.421 138.89 263.421 127.889 257.069L60.6761 218.264C49.6752 211.913 42.8983 200.175 42.8983 187.472V109.861C42.8983 97.1585 49.6752 85.4207 60.6761 79.0693L127.889 40.264Z\" fill=\"#F7F8FF\"/>\\n</g>\\n<path d=\"M124.973 126.969H111V175.87H124.973V126.969Z\" fill=\"#4A50BC\" fill-opacity=\"0.2\"/>\\n<path d=\"M166.885 113H124.973V126.968H166.856V154.913H180.829V126.968L166.885 113.029V113Z\" fill=\"#4A50BC\" fill-opacity=\"0.2\"/>\\n<path d=\"M152.884 189.848L166.885 175.875H124.973V189.848H152.884Z\" fill=\"#4A50BC\" fill-opacity=\"0.2\"/>\\n<defs>\\n<filter id=\"filter0_i_1008_20323\" x=\"19.6484\" y=\"6.79688\" width=\"260.627\" height=\"285.228\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dx=\"6.59176\" dy=\"5.49313\"/>\\n<feGaussianBlur stdDeviation=\"7.69039\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_1008_20323\"/>\\n</filter>\\n<filter id=\"filter1_f_1008_20323\" x=\"27.6506\" y=\"68.8967\" width=\"236.031\" height=\"251.996\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"19.5556\" result=\"effect1_foregroundBlur_1008_20323\"/>\\n</filter>\\n<filter id=\"filter2_i_1008_20323\" x=\"42.8984\" y=\"35.5\" width=\"210.868\" height=\"230.78\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dx=\"5.33333\" dy=\"4.44444\"/>\\n<feGaussianBlur stdDeviation=\"6.22222\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_1008_20323\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oh702j\",\"data-framer-name\":\"ETH\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kl80fh\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3upc5p\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ujs97m\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lclrwu\",\"data-framer-name\":\"ethereum-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nn1qdo\",\"data-framer-name\":\"ethereum-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.2096 0.367188C7.6022 0.367188 0.625 7.34439 0.625 15.9517C0.625 24.5591 7.6022 31.5363 16.2096 31.5363C24.8169 31.5363 31.7941 24.5591 31.7941 15.9517C31.7941 7.34439 24.8169 0.367188 16.2096 0.367188ZM20.7851 19.3865L16.9109 24.9441C16.568 25.4272 15.8511 25.4272 15.5082 24.9441L11.634 19.3865C11.4625 19.1403 11.7041 18.8178 11.9877 18.9128L15.8355 20.1907C15.9602 20.2374 16.0849 20.2531 16.2096 20.2531C16.3342 20.2531 16.4589 20.2374 16.5836 20.1907L20.4314 18.9128C20.715 18.8178 20.9566 19.1403 20.7851 19.3865ZM21.3368 16.1309L16.2096 17.853L11.0838 16.1309C10.8079 16.0374 10.6833 15.718 10.8235 15.4624L15.463 7.03894C15.7903 6.46232 16.6319 6.46232 16.9592 7.03894L21.5987 15.4624C21.7374 15.7165 21.6127 16.0374 21.3368 16.1309Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hap0gn\",\"data-framer-name\":\"Swap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vnjm8n\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-htwwmb\",\"data-framer-name\":\"arrow-left-arrow-right\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ixs3lv\",\"data-framer-name\":\"arrow-left-arrow-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.50377 9.20789L0.871414 5.57553C0.786941 5.49106 0.720597 5.39121 0.674273 5.27949C0.582534 5.05786 0.582534 4.80702 0.674273 4.58539C0.720597 4.47367 0.786941 4.37382 0.871414 4.28935L4.50377 0.656987C4.85892 0.301838 5.43303 0.301838 5.78818 0.656987C6.14333 1.01214 6.14333 1.58625 5.78818 1.9414L3.70545 4.02413H14.2291C14.7314 4.02413 15.1374 4.43105 15.1374 4.93244C15.1374 5.43383 14.7314 5.84075 14.2291 5.84075H3.70545L5.78818 7.92348C6.14333 8.27863 6.14333 8.85274 5.78818 9.20789C5.61106 9.38501 5.37851 9.474 5.14598 9.474C4.91345 9.474 4.68089 9.38501 4.50377 9.20789ZM18.7008 13.6685C18.6545 13.5568 18.5881 13.4569 18.5037 13.3725L14.8713 9.7401C14.5162 9.38495 13.942 9.38495 13.5869 9.7401C13.2317 10.0953 13.2317 10.6694 13.5869 11.0245L15.6696 13.1072H5.14598C4.64368 13.1072 4.23767 13.5142 4.23767 14.0156C4.23767 14.5169 4.64368 14.9239 5.14598 14.9239H15.6696L13.5869 17.0066C13.2317 17.3617 13.2317 17.9359 13.5869 18.291C13.764 18.4681 13.9966 18.5571 14.2291 18.5571C14.4616 18.5571 14.6942 18.4681 14.8713 18.291L18.5037 14.6586C18.5881 14.5742 18.6545 14.4743 18.7008 14.3626C18.7925 14.141 18.7925 13.8901 18.7008 13.6685Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14kfiwv\",\"data-framer-name\":\"YieldUp\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rair09\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gqj4id\",\"data-framer-name\":\"chart-line\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4mnlm2\",\"data-framer-name\":\"chart-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:23,svg:'<svg width=\"23\" height=\"21\" viewBox=\"0 0 23 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M21.6446 20.2793H3.24148C1.52162 20.2793 0.453125 19.2108 0.453125 17.4909V1.31847C0.453125 0.702798 0.952798 0.203125 1.56847 0.203125C2.18414 0.203125 2.68381 0.702798 2.68381 1.31847V17.4909C2.68381 17.9917 2.74069 18.0486 3.24148 18.0486H21.6446C22.2603 18.0486 22.76 18.5483 22.76 19.1639C22.76 19.7796 22.2603 20.2793 21.6446 20.2793ZM21.5587 4.23725C21.5019 4.10118 21.4204 3.97852 21.3178 3.87591C21.3178 3.87591 21.3178 3.87482 21.3167 3.87482C21.3 3.85809 21.2777 3.85256 21.261 3.83806C21.1695 3.75664 21.0702 3.683 20.9542 3.63615C20.8327 3.58596 20.7044 3.5648 20.575 3.55923C20.5583 3.55923 20.5449 3.55024 20.5282 3.55024H20.5259C20.5259 3.55024 20.5259 3.55024 20.5248 3.55024H17.1833C16.5676 3.55024 16.0679 4.04991 16.0679 4.66558C16.0679 5.28125 16.5676 5.78092 17.1833 5.78092H17.8435L13.8573 9.7817L12.0672 8.00276C11.1972 7.13948 9.78408 7.1406 8.91746 8.00834L5.24241 11.6833C4.80631 12.1194 4.80631 12.8244 5.24241 13.2605C5.4599 13.478 5.74543 13.5872 6.03096 13.5872C6.31649 13.5872 6.602 13.478 6.81949 13.2605L10.4946 9.58537L12.2858 11.3643C13.1591 12.2298 14.5711 12.2254 15.4377 11.3555L19.4139 7.36476V8.01052C19.4139 8.62619 19.9136 9.12586 20.5293 9.12586C21.145 9.12586 21.6446 8.62619 21.6446 8.01052V4.66449C21.6446 4.66449 21.6446 4.66452 21.6446 4.6634C21.6446 4.51841 21.6145 4.37333 21.5587 4.23725Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ofp3se\",\"data-framer-name\":\"Enhance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11un99s\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1phwqbg\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ya22an\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-151m6ti\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rxeznb\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8mwb7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Deliver features that fit seamlessly into your users\u2019 digital routines, increasing retention, interaction, and long-term loyalty. Keep the user within your app.\"})}),className:\"framer-1av83iz\",\"data-framer-name\":\"Deliver features that fit seamlessly into your users\u2019 digital routines, increasing retention, interaction, and long-term loyalty. Keep the user within your app.\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hyq6ts\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\" Enhance\"})}),className:\"framer-1ax0jac\",\"data-framer-name\":\"Enhance\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rcnv1z\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(17, 172, 139)\"},children:\"user engagement\"})}),className:\"framer-nu1bi3\",\"data-framer-name\":\"user engagement\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ez5tce\",\"data-border\":true,\"data-framer-name\":\"Circle\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ed9hw8\",\"data-border\":true,\"data-framer-name\":\"Circle\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cqp5ld\",\"data-framer-name\":\"Earn\",style:{rotate:22},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hzvjd5\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+1368-686+0+0+0+387.5547+12.0783),pixelHeight:482,pixelWidth:1020,sizes:\"206.0822px\",src:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png\",srcSet:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png 1020w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4456+1029+0+620.9949+0+0+387.5547+12.0783),pixelHeight:482,pixelWidth:1020,sizes:\"206.0822px\",src:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png\",srcSet:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png 1020w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+682+0+0+0+387.5547+12.0783),pixelHeight:482,pixelWidth:1020,sizes:\"206.0822px\",src:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png\",srcSet:\"https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AylhXcwWgPnBEQs8TPDdf82uYo.png 1020w\"},className:\"framer-110gz1u\",\"data-framer-name\":\"EarnImage\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iy5go1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(39, 39, 44)\"},children:\"10 USDT\"})}),className:\"framer-1j6p1d1\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4ja2ng\",\"data-framer-name\":\"eye\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:23,style:{rotate:-28},svg:'<svg width=\"23\" height=\"21\" viewBox=\"0 0 23 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.7534 11.9002C13.0665 13.2031 11.4373 13.6977 10.1199 13.0031C8.8024 12.3085 8.28993 10.6849 8.97687 9.38192C9.13491 9.08216 9.34727 8.83075 9.59009 8.62069C9.68884 8.84179 9.84411 9.04001 10.076 9.16226C10.6205 9.44934 11.293 9.2452 11.577 8.70666C11.6979 8.47733 11.7118 8.22774 11.6659 7.9906C11.9873 8.02941 12.3073 8.1192 12.6104 8.279C13.9279 8.97357 14.4404 10.5972 13.7534 11.9002ZM18.1582 15.8437C16.1625 17.0461 12.1981 18.7638 8.19533 16.6535C4.19258 14.5432 3.36991 10.3018 3.23442 7.97576C3.17405 6.94507 3.6876 5.97096 4.57212 5.43841C6.56784 4.23598 10.5322 2.51829 14.535 4.62857C18.5377 6.73885 19.3604 10.9803 19.4959 13.3063C19.5562 14.337 19.0427 15.3111 18.1582 15.8437ZM15.0561 12.5869C16.1171 10.5745 15.3254 8.06383 13.2897 6.99061C11.254 5.91739 8.73516 6.68268 7.67418 8.69514C6.61319 10.7076 7.40494 13.2182 9.44062 14.2915C11.4763 15.3647 13.9951 14.5994 15.0561 12.5869Z\" fill=\"#69BDB4\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13sosja\"})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1556xzy\",\"data-framer-name\":\"Buttons\",style:{rotate:11},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1db9588\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+1368-686+0+0+0+434.4283+15.4636),pixelHeight:248,pixelWidth:932,sizes:\"261.5351px\",src:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png\",srcSet:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png?scale-down-to=512 512w,https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png 932w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4456+1029+0+620.9949+0+0+434.4283+15.4636),pixelHeight:248,pixelWidth:932,sizes:\"261.5351px\",src:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png\",srcSet:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png?scale-down-to=512 512w,https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png 932w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+682+0+0+0+434.4283+15.4636),pixelHeight:248,pixelWidth:932,sizes:\"261.5351px\",src:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png\",srcSet:\"https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png?scale-down-to=512 512w,https://framerusercontent.com/images/LbUrAbuo4Ncf2D46uovxnAnQk.png 932w\"},className:\"framer-ik5kmp\",\"data-framer-name\":\"TabBar\"})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zv1n0g\",\"data-framer-name\":\"Improve\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvg8q0\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wu5773\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9x9pkd\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-145beu\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wpvv28\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Offer a frictionless experience with built-in solutions\u2014fast onboarding, seamless transactions, and effortless access to new functionalities.\"})}),className:\"framer-793mvn\",\"data-framer-name\":\"Offer a frictionless experience with built-in solutions\u2014fast onboarding, seamless transactions, and effortless access to new functionalities.\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6cu54\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\" Improve\"})}),className:\"framer-1vagwh7\",\"data-framer-name\":\"Improve\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18s0m1o\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(232, 61, 169)\"},children:\"user experience\"})}),className:\"framer-tl53c\",\"data-framer-name\":\"user experience\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-th01as\",\"data-framer-name\":\"Placeholder\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hnnu3d\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1ledu\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+1368-686+0+0+0+391.9844+44.1327),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4456+1029+0+1241.9898+0+0+391.9844+44.1327),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+682+0+0+0+391.9844+44.1327),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"},className:\"framer-1gwp5yc\",\"data-framer-name\":\"Line\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+1368-686+0+0+0+391.9844+60.4452),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4456+1029+0+1241.9898+0+0+391.9844+60.4452),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5519+682+0+0+0+391.9844+60.4452),pixelHeight:40,pixelWidth:388,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/o2MPBakm70hGbdNvgqxOEWKht8.png\"},className:\"framer-icu7fl\",\"data-framer-name\":\"Line\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g2909w\",\"data-framer-name\":\"Swap\",style:{rotate:-15},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1se1rn3\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-114d1mq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.2px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.19px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swap coins\"})}),className:\"framer-3t9wuc\",\"data-framer-name\":\"Swap coins\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ptkwqa\",\"data-framer-name\":\"Swap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ca3tz\",\"data-framer-name\":\"arrow-down-arrow-up-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hfhkcx\",\"data-framer-name\":\"arrow-down-arrow-up-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,style:{rotate:15},svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.3662 1.49726L4.17406 4.57028C1.93562 5.18489 1.12371 6.6114 1.73831 8.84984L4.81134 20.042C5.42594 22.2804 6.85246 23.0923 9.09089 22.4777L20.2831 19.4047C22.5215 18.7901 23.3334 17.3636 22.7188 15.1252L19.6458 3.933C19.0312 1.69456 17.6047 0.88265 15.3662 1.49726ZM13.482 15.7773L12.2789 17.8911C12.2291 17.9786 12.1617 18.056 12.0815 18.1187C12.0014 18.1814 11.9092 18.2279 11.8117 18.2547C11.7142 18.2815 11.6124 18.2882 11.5105 18.2755C11.4086 18.2628 11.3118 18.2304 11.2243 18.1806L9.11054 16.9776C8.73928 16.7671 8.60925 16.2935 8.82071 15.922C9.03217 15.5505 9.50476 15.4207 9.87629 15.6322L10.3667 15.9105L8.67614 9.7533C8.56305 9.34143 8.80554 8.91538 9.21741 8.80229C9.62928 8.6892 10.0553 8.9317 10.1684 9.34357L11.8593 15.5017L12.1388 15.012C12.3512 14.6402 12.8241 14.5114 13.1944 14.7222C13.5636 14.9332 13.6935 15.4058 13.482 15.7773ZM15.6364 8.05301C15.531 8.23814 15.3602 8.36419 15.1692 8.41664C14.9782 8.46908 14.7672 8.44894 14.5818 8.34258L14.0914 8.06428L15.7822 14.2224C15.8953 14.6343 15.6528 15.0603 15.2409 15.1734C14.8291 15.2865 14.403 15.044 14.2899 14.6321L12.5991 8.47401L12.3196 8.96372C12.1071 9.33552 11.6342 9.46428 11.264 9.25355C10.8924 9.04209 10.7627 8.5695 10.9741 8.19797L12.1772 6.08419C12.227 5.9967 12.2944 5.91923 12.3756 5.8563C12.5369 5.7307 12.7428 5.67416 12.9456 5.69978C13.0475 5.71245 13.1453 5.74457 13.2328 5.79436L15.3466 6.99743C15.7181 7.20889 15.8479 7.68149 15.6364 8.05301Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r10f7m\",\"data-framer-name\":\"Group 631921\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.2px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.19px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"4000\"})}),className:\"framer-izrk2h\",\"data-framer-name\":\"4000\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13.66px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.19px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"USDT\"})}),className:\"framer-1ylnfzm\",\"data-framer-name\":\"USDT\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ogpxw\",\"data-framer-name\":\"Group 631922\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.2px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.19px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-14vybz\",\"data-framer-name\":\"1\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13.66px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.19px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ETH\"})}),className:\"framer-1xf1dgk\",\"data-framer-name\":\"ETH\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yfz8w9\",\"data-framer-name\":\"Faster\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4itm3h\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v9qdpy\",\"data-border\":true,\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q7l1t7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Choose and integrate the features that matter the most to your business - go live in weeks, not months. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Stay ahead of the competition effortlessly.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Choose and integrate the features that matter the most to your business - go live in weeks, not months. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Stay ahead of the competition effortlessly.\"})]}),className:\"framer-1o15hw4\",\"data-framer-name\":\"Choose and integrate the features that matter the most to your business-go live in weeks, not months. Stay ahead of the competition effortlessly.\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n8sct1\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-174oa5c\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Launch new features \"})}),className:\"framer-1gkqay\",\"data-framer-name\":\"Launch new features\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t9bc36\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"33.33px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"faster\"})}),className:\"framer-tq3bxn\",\"data-framer-name\":\"faster\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iz89ey\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\"},children:\"Launching\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\"},children:\"Products\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:\"Launching Products\"})}),className:\"framer-qkmznh\",\"data-framer-name\":\"Launching Products\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Made Easy\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Made Easy\"})})}),className:\"framer-1p1zgu\",\"data-framer-name\":\"Made easy\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f11oyz\",\"data-framer-name\":\"Secure\",id:elementId9,ref:ref10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{scale:.3}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wjuo9j\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nnq4d1\",\"data-framer-name\":\"Protocols\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"25.16px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Onchain \"}),\"protocols\"]})}),className:\"framer-m3hs3f\",\"data-framer-name\":\"Onchain protocols\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m2xk0u\",\"data-framer-name\":\"Group 631808\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j97j0v\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624157\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xd25vr\",\"data-framer-name\":\"Frame 632086\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1twdlin\",\"data-framer-name\":\"Group 631807\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19sfbo7\",\"data-framer-name\":\"Group 631792\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"23.93px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"DeFi Saver\"})}),className:\"framer-slzrsu\",\"data-framer-name\":\"DeFi Saver\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e0b6cr\",\"data-framer-name\":\"Ellipse 1575\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r9lm6v\",\"data-framer-name\":\"Group 631799\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c148p6\",\"data-framer-name\":\"Rectangle 34624204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a9kl2s\",\"data-framer-name\":\"Rectangle 34624205\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+.0031+0+0+7.0625),pixelHeight:484,pixelWidth:1460,positionX:\"center\",positionY:\"center\",sizes:\"364.8841px\",src:\"https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png\",srcSet:\"https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png?scale-down-to=512 512w,https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png 1460w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+.0031+0+0+7.0625),pixelHeight:484,pixelWidth:1460,positionX:\"center\",positionY:\"center\",sizes:\"364.8841px\",src:\"https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png\",srcSet:\"https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png?scale-down-to=512 512w,https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VarPtYd9jRT9jrB8UoWCiqWb0Ds.png 1460w\"},className:\"framer-167e4h8\",\"data-framer-name\":\"image 381\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4tqjs\",\"data-framer-name\":\"Group 631804\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s4p8t3\",\"data-framer-name\":\"Group 631792\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"23.93px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Uniswap\"})}),className:\"framer-1alubwd\",\"data-framer-name\":\"Uniswap\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s3szo3\",\"data-framer-name\":\"Ellipse 1575\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pvluwf\",\"data-framer-name\":\"Group 631799\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ihnzt\",\"data-framer-name\":\"Rectangle 34624204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xg69xp\",\"data-framer-name\":\"Rectangle 34624205\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bp2p4h\",\"data-framer-name\":\"Rectangle 34624206\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+0+0+0+12.7109),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/XSzDkIXLVTDNRBMhBILvIWLiaE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+0+0+0+12.7109),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/XSzDkIXLVTDNRBMhBILvIWLiaE.png\"},className:\"framer-17sv28p\",\"data-framer-name\":\"image 336\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+0+0+0+-14.7266),pixelHeight:960,pixelWidth:1600,sizes:\"259.304px\",src:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png\",srcSet:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+0+0+0+-14.7266),pixelHeight:960,pixelWidth:1600,sizes:\"259.304px\",src:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png\",srcSet:\"https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sRDyspyZn37aPATZ1pCTR8GfQ.png 1600w\"},className:\"framer-d77wpm\",\"data-framer-name\":\"image 340\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fohnbc\",\"data-framer-name\":\"Group 631805\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ifoz1\",\"data-framer-name\":\"Group 631792\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"23.93px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Aave\"})}),className:\"framer-1hbnbuz\",\"data-framer-name\":\"Aave\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gme9ew\",\"data-framer-name\":\"Ellipse 1575\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eknnjs\",\"data-framer-name\":\"Group 631799\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q0ssaq\",\"data-framer-name\":\"Rectangle 34624204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1809zkg\",\"data-framer-name\":\"Rectangle 34624205\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p2sdr8\",\"data-framer-name\":\"Rectangle 34624206\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+.007+0+0+12.7109),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/XSzDkIXLVTDNRBMhBILvIWLiaE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+.007+0+0+12.7109),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/XSzDkIXLVTDNRBMhBILvIWLiaE.png\"},className:\"framer-1mqrome\",\"data-framer-name\":\"image 336\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+.007+0+0+-22.6641),pixelHeight:720,pixelWidth:720,positionX:\"center\",positionY:\"center\",sizes:\"179.9252px\",src:\"https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png\",srcSet:\"https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png?scale-down-to=512 512w,https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png 720w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+.007+0+0+-22.6641),pixelHeight:720,pixelWidth:720,positionX:\"center\",positionY:\"center\",sizes:\"179.9252px\",src:\"https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png\",srcSet:\"https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png?scale-down-to=512 512w,https://framerusercontent.com/images/a1e3ERht0XqTthPJWa2AkQqNk.png 720w\"},className:\"framer-14pw2tg\",\"data-framer-name\":\"image 341\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-il756w\",\"data-framer-name\":\"Group 631802\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lg1qh4\",\"data-framer-name\":\"Group 631792\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"23.93px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Balancer\"})}),className:\"framer-inu842\",\"data-framer-name\":\"Balancer\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z8v0a7\",\"data-framer-name\":\"Ellipse 1575\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w1n8m1\",\"data-framer-name\":\"Group 631799\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sunl5y\",\"data-framer-name\":\"Rectangle 34624204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rfz1qy\",\"data-framer-name\":\"Rectangle 34624205\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+.007+0+0+-1.4687),pixelHeight:2e3,pixelWidth:2e3,sizes:\"134.2824px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+.007+0+0+-1.4687),pixelHeight:2e3,pixelWidth:2e3,sizes:\"134.2824px\",src:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png\",srcSet:\"https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=512 512w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v8kp8smAP5iStffEenHwVuCMPA.png 2000w\"},className:\"framer-iyyqjl\",\"data-framer-name\":\"image 338\"})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cgi4df\",\"data-framer-name\":\"Group 631806\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-al2tfq\",\"data-framer-name\":\"Group 631792\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"23.93px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Morpho\"})}),className:\"framer-95lolp\",\"data-framer-name\":\"Morpho\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yblqaw\",\"data-framer-name\":\"Ellipse 1575\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ialva7\",\"data-framer-name\":\"Group 631799\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j5jmvo\",\"data-framer-name\":\"Rectangle 34624204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fp6j8q\",\"data-framer-name\":\"Rectangle 34624205\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7453+-24+0+39.1406+40.4688+0+.007+0+0+-1.3281),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/aoccm1sMIrxlQ3MWfAPsxrz8Q.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6887+310+0+39.1406+40.4688+0+.007+0+0+-1.3281),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/aoccm1sMIrxlQ3MWfAPsxrz8Q.png\"},className:\"framer-1353tg8\",\"data-framer-name\":\"image 378\"})})]})})]})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kbbvu1\",\"data-framer-name\":\"Vector 312\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:528,intrinsicWidth:332,svg:'<svg width=\"332\" height=\"528\" viewBox=\"-2 -2 332 528\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M283.15 0.78125L294.334 -5.67594V7.23844L283.15 0.78125ZM6.71417 523.642C6.71417 526.936 4.04361 529.607 0.749268 529.607C-2.54504 529.607 -5.21561 526.936 -5.21561 523.642C-5.21561 520.348 -2.54504 517.677 0.749268 517.677C4.04361 517.677 6.71417 520.348 6.71417 523.642ZM297.13 483.574H31.5057V481.337H297.13V483.574ZM1.86771 513.212V523.642H-0.369141V513.212H1.86771ZM329.005 299.692V451.699H326.768V299.692H329.005ZM293.216 -0.337169H297.13V1.89967H293.216V-0.337169ZM329.005 31.5378V173.207H326.768V31.5378H329.005ZM329.005 173.207V299.692H326.768V173.207H329.005ZM297.13 -0.337169C314.734 -0.337169 329.005 13.9337 329.005 31.5378H326.768C326.768 15.1691 313.499 1.89967 297.13 1.89967V-0.337169ZM31.5057 483.574C15.1371 483.574 1.86771 496.843 1.86771 513.212H-0.369141C-0.369141 495.608 13.9017 481.337 31.5057 481.337V483.574ZM297.13 481.337C313.499 481.337 326.768 468.068 326.768 451.699H329.005C329.005 469.303 314.734 483.574 297.13 483.574V481.337Z\" fill=\"url(#paint0_linear_1056_1978)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_1978\" x1=\"309.1\" y1=\"313.317\" x2=\"-249.768\" y2=\"376.078\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"0.485\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2q7ep4\",\"data-framer-name\":\"Vector 305\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 197 118\"><g><defs><linearGradient id=\"idss11617059074_1g-1525478657\" x1=\"1\" x2=\"0\" y1=\"0.4568898336973312\" y2=\"0.5431101663026688\"><stop offset=\"0\" stop-color=\"rgb(104,122,240)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(168,179,249)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 194.238 2.617 L 200.695 13.801 L 187.781 13.801 Z M 7.975 115.857 C 7.975 119.151 5.304 121.822 2.01 121.822 C -1.284 121.822 -3.955 119.151 -3.955 115.857 C -3.955 112.563 -1.284 109.892 2.01 109.892 C 5.304 109.892 7.975 112.563 7.975 115.857 Z M 32.767 62.325 L 32.767 61.207 Z M 195.357 12.683 L 195.357 31.569 L 193.12 31.569 L 193.12 12.683 Z M 163.482 63.444 L 32.767 63.444 L 32.767 61.207 L 163.482 61.207 Z M 3.128 93.082 L 3.128 115.857 L 0.892 115.857 L 0.892 93.082 Z M 32.767 63.444 C 16.398 63.444 3.128 76.713 3.128 93.082 L 0.892 93.082 C 0.892 75.478 15.163 61.207 32.767 61.207 Z M 195.357 31.569 C 195.357 49.173 181.086 63.444 163.482 63.444 L 163.482 61.207 C 179.85 61.207 193.12 47.938 193.12 31.569 Z\" fill=\"url(#idss11617059074_1g-1525478657)\"></path></g></svg>',svgContentId:11617059074,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mdrnyk\",\"data-framer-name\":\"Vector 306\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:124,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"124\" viewBox=\"-2 -2 18 124\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.41016 0.617188L0.952963 11.8014H13.8673L7.41016 0.617188ZM1.44526 113.857C1.44526 117.151 4.11583 119.822 7.41016 119.822C10.7045 119.822 13.3751 117.151 13.3751 113.857C13.3751 110.563 10.7045 107.892 7.41016 107.892C4.11583 107.892 1.44526 110.563 1.44526 113.857ZM6.29174 10.683V60.3254H8.52857V10.683H6.29174ZM6.29174 60.3254V113.857H8.52857V60.3254H6.29174Z\" fill=\"url(#paint0_linear_1056_1980)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_1980\" x1=\"8.91016\" y1=\"12.0942\" x2=\"10.0887\" y2=\"12.1539\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"1\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-urlsit\",\"data-framer-name\":\"Vector 307\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:118,intrinsicWidth:198,svg:'<svg width=\"198\" height=\"118\" viewBox=\"-2 -2 198 118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.484375 0.61719L-5.97282 11.8014H6.94157L0.484375 0.61719ZM187.447 113.857C187.447 117.151 190.117 119.822 193.412 119.822C196.706 119.822 199.377 117.151 199.377 113.857C199.377 110.563 196.706 107.892 193.412 107.892C190.117 107.892 187.447 110.563 187.447 113.857ZM162.655 60.3254V61.4438V60.3254ZM31.2409 60.3255V59.2071V60.3255ZM-0.634044 10.683V29.5689H1.60279V10.683H-0.634044ZM31.2409 61.4439L162.655 61.4438V59.207L31.2409 59.2071L31.2409 61.4439ZM192.293 91.0819V113.857H194.53V91.0819H192.293ZM162.655 61.4438C179.024 61.4438 192.293 74.7133 192.293 91.0819H194.53C194.53 73.4779 180.259 59.207 162.655 59.207V61.4438ZM-0.634044 29.5689C-0.634044 47.173 13.6369 61.4439 31.2409 61.4439L31.2409 59.2071C14.8722 59.2071 1.60279 45.9376 1.60279 29.5689H-0.634044Z\" fill=\"url(#paint0_linear_1056_1981)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_1981\" x1=\"5.7341\" y1=\"36.4765\" x2=\"190.545\" y2=\"51.9652\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"0.485\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rmkpj1\",\"data-framer-name\":\"Vector 308\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:118,intrinsicWidth:392,svg:'<svg width=\"392\" height=\"118\" viewBox=\"-2 -2 392 118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.15625 0.61719L-6.30094 11.8014H6.61344L0.15625 0.61719ZM381.444 113.857C381.444 117.151 384.114 119.822 387.409 119.822C390.703 119.822 393.374 117.151 393.374 113.857C393.374 110.563 390.703 107.892 387.409 107.892C384.114 107.892 381.444 110.563 381.444 113.857ZM356.652 60.3254V61.4438V60.3254ZM30.9128 60.3255V59.2071V60.3255ZM-0.962169 10.683V29.5689H1.27467V10.683H-0.962169ZM30.9128 61.4439L356.652 61.4438V59.207L30.9128 59.2071V61.4439ZM386.29 91.0819V113.857H388.527V91.0819H386.29ZM356.652 61.4438C373.021 61.4438 386.29 74.7133 386.29 91.0819H388.527C388.527 73.4779 374.256 59.207 356.652 59.207V61.4438ZM-0.962169 29.5689C-0.962169 47.173 13.3087 61.4439 30.9128 61.4439V59.2071C14.5441 59.2071 1.27467 45.9376 1.27467 29.5689H-0.962169Z\" fill=\"url(#paint0_linear_1056_1982)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_1982\" x1=\"10.6937\" y1=\"36.4765\" x2=\"373.98\" y2=\"97.5899\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"0.485\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bxpy6x\",\"data-framer-name\":\"Vector 309\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:118,intrinsicWidth:581,svg:'<svg width=\"581\" height=\"118\" viewBox=\"-2 -2 581 118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.425781 0.617188L-6.03141 11.8014H6.88297L0.425781 0.617188ZM570.446 113.857C570.446 117.151 573.117 119.822 576.411 119.822C579.706 119.822 582.376 117.151 582.376 113.857C582.376 110.563 579.706 107.892 576.411 107.892C573.117 107.892 570.446 110.563 570.446 113.857ZM-0.692637 10.683V29.569H1.5442V10.683H-0.692637ZM31.1823 61.4439L545.655 61.4438V59.207L31.1823 59.2071V61.4439ZM575.293 91.0819V113.857H577.53V91.0819H575.293ZM545.655 61.4438C562.024 61.4438 575.293 74.7132 575.293 91.0819H577.53C577.53 73.4779 563.259 59.207 545.655 59.207V61.4438ZM-0.692637 29.569C-0.692637 47.173 13.5783 61.4439 31.1823 61.4439V59.2071C14.8136 59.2071 1.5442 45.9376 1.5442 29.569H-0.692637Z\" fill=\"url(#paint0_linear_1056_1983)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_1983\" x1=\"16.0989\" y1=\"36.4765\" x2=\"538.993\" y2=\"167.31\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"0.485\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tuzpkg\",\"data-framer-name\":\"Deframe\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vwq4c7\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624157\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1htsoxg\",\"data-framer-name\":\"API\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ujv4yv\",\"data-framer-name\":\"Actions\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10sxdih\",\"data-border\":true,\"data-framer-name\":\"Frame 300\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nqxh5t\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pyttcu\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.78438 0.367188C3.51112 0.367188 0.0429688 3.83534 0.0429688 8.10859C0.0429688 12.3819 3.51112 15.85 7.78438 15.85C12.0576 15.85 15.5258 12.3819 15.5258 8.10859C15.5258 3.83534 12.0576 0.367188 7.78438 0.367188ZM10.9042 6.71515L7.28891 10.3226C7.18053 10.4387 7.03345 10.493 6.87862 10.493C6.73153 10.493 6.58445 10.4387 6.46833 10.3226L4.66459 8.51891C4.44009 8.29441 4.44009 7.92278 4.66459 7.69828C4.88909 7.47378 5.26068 7.47378 5.48518 7.69828L6.87862 9.09177L10.0836 5.89456C10.3081 5.66232 10.6797 5.66232 10.9042 5.89456C11.1287 6.11906 11.1287 6.48291 10.9042 6.71515Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Monitor positions\"})}),className:\"framer-oomjuf\",\"data-framer-name\":\"Monitor positions\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v1r71h\",\"data-border\":true,\"data-framer-name\":\"Frame 301\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nh9amq\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1v0no8q\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.74141 0.367188C3.46815 0.367188 0 3.83534 0 8.10859C0 12.3819 3.46815 15.85 7.74141 15.85C12.0147 15.85 15.4828 12.3819 15.4828 8.10859C15.4828 3.83534 12.0147 0.367188 7.74141 0.367188ZM10.8612 6.71515L7.24595 10.3226C7.13757 10.4387 6.99048 10.493 6.83565 10.493C6.68857 10.493 6.54148 10.4387 6.42536 10.3226L4.62162 8.51891C4.39712 8.29441 4.39712 7.92278 4.62162 7.69828C4.84612 7.47378 5.21771 7.47378 5.44221 7.69828L6.83565 9.09177L10.0406 5.89456C10.2651 5.66232 10.6367 5.66232 10.8612 5.89456C11.0857 6.11906 11.0857 6.48291 10.8612 6.71515Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Setup alerts\"})}),className:\"framer-zg8e8\",\"data-framer-name\":\"Setup alerts\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0pt55\",\"data-border\":true,\"data-framer-name\":\"Frame 302\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fj2gn6\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-x0tsqi\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.69844 0.367188C4.42518 0.367188 0.957031 3.83534 0.957031 8.10859C0.957031 12.3819 4.42518 15.85 8.69844 15.85C12.9717 15.85 16.4398 12.3819 16.4398 8.10859C16.4398 3.83534 12.9717 0.367188 8.69844 0.367188ZM11.8182 6.71515L8.20298 10.3226C8.0946 10.4387 7.94751 10.493 7.79268 10.493C7.6456 10.493 7.49851 10.4387 7.38239 10.3226L5.57865 8.51891C5.35415 8.29441 5.35415 7.92278 5.57865 7.69828C5.80315 7.47378 6.17474 7.47378 6.39924 7.69828L7.79268 9.09177L10.9976 5.89456C11.2221 5.66232 11.5937 5.66232 11.8182 5.89456C12.0427 6.11906 12.0427 6.48291 11.8182 6.71515Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Extra benefits\"})}),className:\"framer-56qcxy\",\"data-framer-name\":\"Extra benefits\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fmhbc4\",\"data-framer-name\":\"Actions\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p8202f\",\"data-border\":true,\"data-framer-name\":\"Frame 299\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qffy3p\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1quovqu\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.78438 0.757812C3.51112 0.757812 0.0429688 4.22596 0.0429688 8.49922C0.0429688 12.7725 3.51112 16.2406 7.78438 16.2406C12.0576 16.2406 15.5258 12.7725 15.5258 8.49922C15.5258 4.22596 12.0576 0.757812 7.78438 0.757812ZM10.9042 7.10578L7.28891 10.7133C7.18053 10.8294 7.03345 10.8836 6.87862 10.8836C6.73153 10.8836 6.58445 10.8294 6.46833 10.7133L4.66459 8.90954C4.44009 8.68504 4.44009 8.3134 4.66459 8.0889C4.88909 7.8644 5.26068 7.8644 5.48518 8.0889L6.87862 9.48239L10.0836 6.28519C10.3081 6.05295 10.6797 6.05295 10.9042 6.28519C11.1287 6.50969 11.1287 6.87353 10.9042 7.10578Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Protocol Data\"})}),className:\"framer-vgsdtr\",\"data-framer-name\":\"Protocol Data\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tfb89w\",\"data-border\":true,\"data-framer-name\":\"Frame 300\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rs2jaf\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ikqgov\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.74141 0.757812C3.46815 0.757812 0 4.22596 0 8.49922C0 12.7725 3.46815 16.2406 7.74141 16.2406C12.0147 16.2406 15.4828 12.7725 15.4828 8.49922C15.4828 4.22596 12.0147 0.757812 7.74141 0.757812ZM10.8612 7.10578L7.24595 10.7133C7.13757 10.8294 6.99048 10.8836 6.83565 10.8836C6.68857 10.8836 6.54148 10.8294 6.42536 10.7133L4.62162 8.90954C4.39712 8.68504 4.39712 8.3134 4.62162 8.0889C4.84612 7.8644 5.21771 7.8644 5.44221 8.0889L6.83565 9.48239L10.0406 6.28519C10.2651 6.05295 10.6367 6.05295 10.8612 6.28519C11.0857 6.50969 11.0857 6.87353 10.8612 7.10578Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Request bytecode\"})}),className:\"framer-k5gxr3\",\"data-framer-name\":\"Request bytecode\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ir0331\",\"data-border\":true,\"data-framer-name\":\"Frame 301\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e3f30j\",\"data-framer-name\":\"check-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dv21jo\",\"data-framer-name\":\"check-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.69844 0.757812C4.42518 0.757812 0.957031 4.22596 0.957031 8.49922C0.957031 12.7725 4.42518 16.2406 8.69844 16.2406C12.9717 16.2406 16.4398 12.7725 16.4398 8.49922C16.4398 4.22596 12.9717 0.757812 8.69844 0.757812ZM11.8182 7.10578L8.20298 10.7133C8.0946 10.8294 7.94751 10.8836 7.79268 10.8836C7.6456 10.8836 7.49851 10.8294 7.38239 10.7133L5.57865 8.90954C5.35415 8.68504 5.35415 8.3134 5.57865 8.0889C5.80315 7.8644 6.17474 7.8644 6.39924 8.0889L7.79268 9.48239L10.9976 6.28519C11.2221 6.05295 11.5937 6.05295 11.8182 6.28519C12.0427 6.50969 12.0427 6.87353 11.8182 7.10578Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15.38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Sign & Propagate bytecode\"})}),className:\"framer-zwatvs\",\"data-framer-name\":\"Sign & Propagate bytecode\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"30.76px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"API Actions\"})}),className:\"framer-14r8gle\",\"data-framer-name\":\"API Actions\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"25.16px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Deframe\"})}),className:\"framer-r1a9ye\",\"data-framer-name\":\"Deframe\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xdrcjq\",\"data-framer-name\":\"Vector 311\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:95,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"95\" viewBox=\"-2 -2 18 95\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.59375 0.359375L0.136557 11.5436L13.0509 11.5436L6.59375 0.359375ZM6.59375 78.2759C3.29943 78.2759 0.628854 80.9464 0.628854 84.2408C0.628854 87.5351 3.29943 90.2057 6.59375 90.2057C9.88808 90.2057 12.5587 87.5351 12.5587 84.2408C12.5587 80.9464 9.88808 78.2759 6.59375 78.2759ZM5.47533 45.7662L5.47533 75.8064L7.71217 75.8064L7.71217 45.7662L5.47533 45.7662ZM5.47533 75.8064L5.47533 84.2408L7.71217 84.2408L7.71217 75.8064L5.47533 75.8064ZM5.47533 30.3995L5.47533 45.7662L7.71217 45.7662L7.71217 30.3995L5.47533 30.3995ZM5.47533 3.01677L5.47533 30.3995L7.71217 30.3995L7.71217 3.01677L5.47533 3.01677Z\" fill=\"url(#paint0_linear_1056_2009)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1056_2009\" x1=\"2.67016\" y1=\"29.2615\" x2=\"-2.97983\" y2=\"119.633\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#687AF0\"/>\\n<stop offset=\"0.485\" stop-color=\"#A8B3F9\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mmfk83\",\"data-framer-name\":\"Application\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8zf4tg\",\"data-border\":true,\"data-framer-name\":\"Rectangle 34624158\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-57pvjv\",\"data-framer-name\":\"Frame 632087\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xu9csg\",\"data-framer-name\":\"Frame 632091\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"33.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Swap\"})}),className:\"framer-7hy9sp\",\"data-framer-name\":\"Swap\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-86dmew\",\"data-framer-name\":\"Frame 632092\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"33.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Earn\"})}),className:\"framer-18r7zil\",\"data-framer-name\":\"Earn\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ma96in\",\"data-framer-name\":\"Frame 632093\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"33.55px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"37.16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Loan\"})}),className:\"framer-qiu0mz\",\"data-framer-name\":\"Loan\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtODAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"25.16px\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Application\"})}),className:\"framer-a0kt22\",\"data-framer-name\":\"Application\",fonts:[\"GF;Urbanist-800\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:\"Deframe never touches users' funds.\"}),\" Our architecture interfaces with onchain protocols trustlessly through the use of our API.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"33.55px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"38.59px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:\"Deframe never touches users' funds.\"}),\" Our architecture interfaces with onchain protocols trustlessly through the use of our API.\"]})}),className:\"framer-1rej0qa\",\"data-framer-name\":\"Deframe never touches users funds. Our architecture interfaces with onchain protocols trustlessly through the use of our API.\",fonts:[\"GF;Lato-600\",\"GF;Lato-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qto86i\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:\"Secure &\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:\"Secure &\"})}),className:\"framer-egezhm\",\"data-framer-name\":\"Secure &\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Non-custodial\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Non-custodial\"})})}),className:\"framer-1a36xw\",\"data-framer-name\":\"Non-custodial\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jn7ajn\",\"data-framer-name\":\"Process\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:-15,scale:.4}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-82u2dj\",\"data-framer-name\":\"Swap\",style:{rotate:-15},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16pb4nk\",\"data-framer-name\":\"Rectangle 34624230\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1beavo4\",\"data-framer-name\":\"Group 631924\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28.02px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.79px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swap coins\"})}),className:\"framer-1ufp1dr\",\"data-framer-name\":\"Swap coins\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ctb2vt\",\"data-framer-name\":\"Group 631923\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1deyza5\",\"data-framer-name\":\"arrow-down-arrow-up-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j84s39\",\"data-framer-name\":\"arrow-down-arrow-up-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,style:{rotate:15},svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.9031 1.38748L4.77692 5.2661C1.95168 6.04183 0.926925 7.84231 1.70265 10.6675L5.58127 24.7937C6.35699 27.619 8.15748 28.6437 10.9827 27.868L25.1089 23.9894C27.9342 23.2137 28.9589 21.4132 28.1832 18.5879L24.3046 4.46175C23.5288 1.63651 21.7284 0.611756 18.9031 1.38748ZM16.5249 19.411L15.0065 22.0789C14.9436 22.1894 14.8585 22.2872 14.7574 22.3663C14.6562 22.4453 14.5398 22.5041 14.4168 22.5379C14.2937 22.5717 14.1653 22.5801 14.0366 22.5641C13.908 22.5481 13.7858 22.5073 13.6754 22.4444L11.0075 20.926C10.5389 20.6603 10.3748 20.0626 10.6417 19.5937C10.9086 19.1247 11.5051 18.961 11.974 19.2279L12.593 19.5791L10.4592 11.8079C10.3165 11.288 10.6226 10.7503 11.1424 10.6075C11.6622 10.4648 12.2 10.7709 12.3427 11.2907L14.4768 19.0632L14.8296 18.4451C15.0978 17.9758 15.6946 17.8133 16.1619 18.0793C16.628 18.3456 16.7918 18.9421 16.5249 19.411ZM19.2441 9.66184C19.1111 9.8955 18.8955 10.0546 18.6544 10.1208C18.4133 10.187 18.1471 10.1616 17.9131 10.0273L17.2941 9.67605L19.4282 17.4485C19.5709 17.9684 19.2648 18.5061 18.745 18.6488C18.2252 18.7916 17.6874 18.4855 17.5447 17.9657L15.4106 10.1932L15.0578 10.8113C14.7896 11.2806 14.1928 11.4431 13.7255 11.1771C13.2565 10.9102 13.0928 10.3137 13.3597 9.84479L14.8781 7.17689C14.941 7.06646 15.0261 6.96868 15.1285 6.88925C15.3321 6.73072 15.592 6.65936 15.848 6.6917C15.9766 6.70769 16.1 6.74823 16.2104 6.81108L18.8783 8.32954C19.3472 8.59643 19.511 9.19291 19.2441 9.66184Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1264m8k\",\"data-framer-name\":\"Group 631921\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28.02px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.79px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"4000\"})}),className:\"framer-qx02g1\",\"data-framer-name\":\"4000\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"17.24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.79px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"USDT\"})}),className:\"framer-76acy4\",\"data-framer-name\":\"USDT\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nnddsr\",\"data-framer-name\":\"Group 631922\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28.02px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.79px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-1nt67yh\",\"data-framer-name\":\"1\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"17.24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.79px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ETH\"})}),className:\"framer-h1lu6l\",\"data-framer-name\":\"ETH\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:28,scale:.4}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19lcqdz\",\"data-framer-name\":\"Group 632045\",style:{rotate:28},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0f8rt\",\"data-framer-name\":\"Rectangle 34624243\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ekqxl2\",\"data-framer-name\":\"menu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ucdvxp\",\"data-framer-name\":\"menu\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,style:{rotate:-28},svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.44474 1.14031C4.61971 0.808421 5.03108 0.68107 5.36297 0.856044L16.1854 6.56171C16.5173 6.73668 16.6447 7.14805 16.4697 7.47994C16.2947 7.81182 15.8833 7.93918 15.5514 7.7642L4.729 2.05854C4.39711 1.88356 4.26976 1.4722 4.44474 1.14031ZM14.2835 10.1692L3.46108 4.46353C3.12919 4.28855 2.71782 4.4159 2.54285 4.74779C2.36788 5.07968 2.49523 5.49105 2.82712 5.66602L13.6496 11.3717C13.9814 11.5467 14.3928 11.4193 14.5678 11.0874C14.7428 10.7555 14.6154 10.3442 14.2835 10.1692ZM12.3816 13.7767L1.55919 8.07101C1.2273 7.89603 0.815935 8.02338 0.640961 8.35527C0.465988 8.68716 0.593339 9.09853 0.925227 9.2735L11.7477 14.9792C12.0796 15.1541 12.4909 15.0268 12.6659 14.6949C12.8409 14.363 12.7135 13.9516 12.3816 13.7767Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vp0eeh\",\"data-framer-name\":\"arrow-up-right\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bb2444\",\"data-framer-name\":\"arrow-up-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:12,style:{rotate:-28},svg:'<svg width=\"12\" height=\"13\" viewBox=\"0 0 12 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.5445 5.31494L8.90303 10.3253C8.75722 10.6019 8.41492 10.7083 8.13784 10.5622C7.86077 10.4161 7.75514 10.0736 7.90096 9.79703L9.90479 5.99618L1.26352 8.67135C1.11431 8.71754 0.960148 8.699 0.831882 8.63138C0.703616 8.56375 0.601213 8.44703 0.55502 8.29782C0.462397 7.99863 0.629357 7.68195 0.928546 7.58932L9.56982 4.91415L5.76896 2.91032C5.49189 2.76424 5.38626 2.4217 5.53208 2.14513C5.67789 1.86856 6.02019 1.76217 6.29727 1.90824L11.3077 4.54975C11.3728 4.58409 11.4309 4.63193 11.4788 4.68921C11.5749 4.80453 11.6211 4.95376 11.6069 5.10319C11.6003 5.17779 11.5789 5.24981 11.5445 5.31494Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"9.52px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.83px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total\"})}),className:\"framer-9bmqer\",\"data-framer-name\":\"Total\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13.59px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.83px\"},children:\"10 USDT\"})}),className:\"framer-t0gf5z\",\"data-framer-name\":\"0.0000000 USD\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"9.52px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.83px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Earnings\"})}),className:\"framer-1jzuhu3\",\"data-framer-name\":\"Earnings\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oj85ej\",\"data-framer-name\":\"Frame 632126\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"8.16px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"23.11px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deposit\"})}),className:\"framer-1eid59a\",\"data-framer-name\":\"Deposit\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"9.52px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.83px\",\"--framer-text-color\":\"rgb(23, 23, 23)\"},children:\"Transactions\"})}),className:\"framer-1gn8rxj\",\"data-framer-name\":\"Transactions\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13.59px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25.83px\",\"--framer-text-color\":\"rgb(104, 188, 179)\"},children:\"180\"})}),className:\"framer-1oxbt5f\",\"data-framer-name\":\"180\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-smlooo\",\"data-framer-name\":\"eye\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:23,style:{rotate:-28},svg:'<svg width=\"23\" height=\"21\" viewBox=\"0 0 23 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.7534 11.9002C13.0665 13.2031 11.4373 13.6977 10.1199 13.0031C8.8024 12.3085 8.28993 10.6849 8.97687 9.38192C9.13491 9.08216 9.34727 8.83075 9.59009 8.62069C9.68884 8.84179 9.84411 9.04001 10.076 9.16226C10.6205 9.44934 11.293 9.2452 11.577 8.70666C11.6979 8.47733 11.7118 8.22774 11.6659 7.9906C11.9873 8.02941 12.3073 8.1192 12.6104 8.279C13.9279 8.97357 14.4404 10.5972 13.7534 11.9002ZM18.1582 15.8437C16.1625 17.0461 12.1981 18.7638 8.19533 16.6535C4.19258 14.5432 3.36991 10.3018 3.23442 7.97576C3.17405 6.94507 3.6876 5.97096 4.57212 5.43841C6.56784 4.23598 10.5322 2.51829 14.535 4.62857C18.5377 6.73885 19.3604 10.9803 19.4959 13.3063C19.5562 14.337 19.0427 15.3111 18.1582 15.8437ZM15.0561 12.5869C16.1171 10.5745 15.3254 8.06383 13.2897 6.99061C11.254 5.91739 8.73516 6.68268 7.67418 8.69514C6.61319 10.7076 7.40494 13.2182 9.44062 14.2915C11.4763 15.3647 13.9951 14.5994 15.0561 12.5869Z\" fill=\"#69BDB4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cla4m0\",\"data-framer-name\":\"Line 46\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 205 119\"><path d=\"M 1.84 1.969 L 220.694 117.35\" fill=\"transparent\" stroke-width=\"1.35938\" stroke=\"rgb(241,241,241)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10976595840,withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:-75,scale:.4}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qoz3xv\",\"data-framer-name\":\"ETH\",style:{rotate:-75},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v96dfd\",\"data-framer-name\":\"Ellipse 1576\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cpc5fh\",\"data-framer-name\":\"Group 631964\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-108fxkb\",\"data-framer-name\":\"Rectangle 34624222\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ilduh2\",\"data-framer-name\":\"ethereum-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1902d3f\",\"data-framer-name\":\"ethereum-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:93,intrinsicWidth:93,style:{rotate:75},svg:'<svg width=\"93\" height=\"93\" viewBox=\"0 0 93 93\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.185 36.9371C4.85106 56.9323 16.7357 77.4643 36.7308 82.7983C56.726 88.1322 77.2581 76.2476 82.592 56.2524C87.9259 36.2572 76.0413 15.7252 56.0461 10.3912C36.0509 5.05734 15.5189 16.9419 10.185 36.9371ZM57.2031 38.094L67.7126 50.538C68.6224 51.6339 68.1781 53.2993 66.8434 53.7964L51.5322 59.3525C50.8539 59.5982 50.2544 58.8372 50.651 58.2372L56.0039 50.0904C56.1898 49.8298 56.3034 49.5499 56.3807 49.2603C56.4579 48.9706 56.4988 48.6713 56.4675 48.3527L55.8835 38.6222C55.8384 37.9044 56.7373 37.5432 57.2031 38.094ZM49.9821 34.7949L50.8052 47.773L43.6284 58.6131C43.2402 59.196 42.421 59.2877 41.9141 58.8034L25.2211 42.8057C24.0844 41.6881 24.6059 39.733 26.1483 39.3301L48.5914 33.7723C49.2675 33.6075 49.9358 34.0962 49.9821 34.7949Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:16,scale:.4}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sgd8ps\",\"data-framer-name\":\"Group 632052\",style:{rotate:16},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cxrmv5\",\"data-framer-name\":\"Group 632044\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nj6edg\",\"data-framer-name\":\"Rectangle 34624243\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13q9tbi\",\"data-framer-name\":\"Frame 632127\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9diceb\",\"data-framer-name\":\"Group 632047\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(67, 67, 67)\"},children:\"Send\"})}),className:\"framer-tvfi73\",\"data-framer-name\":\"Send\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xyddtf\",\"data-framer-name\":\"Group 632046\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ovehce\",\"data-framer-name\":\"Ellipse 1596\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pqrw1w\",\"data-framer-name\":\"arrow-up\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1llgkbh\",\"data-framer-name\":\"arrow-up\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,style:{rotate:-16},svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.328 9.43498C13.1567 9.52888 12.9632 9.54469 12.7891 9.49389C12.6151 9.4431 12.4604 9.32568 12.3665 9.15439L9.81772 4.50504L6.72502 15.103C6.61548 15.4784 6.22264 15.6943 5.84661 15.5846C5.47059 15.4749 5.25554 15.0815 5.36507 14.7062L8.45778 4.10818L3.80843 6.65697C3.46497 6.84525 3.03519 6.71984 2.8469 6.37638C2.65862 6.03293 2.78404 5.60314 3.12749 5.41486L9.27544 2.04453C9.35714 1.99974 9.44638 1.97189 9.54013 1.96162C9.72609 1.94136 9.91387 1.99616 10.0597 2.11325C10.1333 2.17234 10.1935 2.24381 10.2383 2.32551L13.6086 8.47346C13.7969 8.81691 13.6715 9.2467 13.328 9.43498Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u5vall\",\"data-framer-name\":\"Group 632048\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(67, 67, 67)\"},children:\"Receive\"})}),className:\"framer-1ui32rx\",\"data-framer-name\":\"Receive\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjvhza\",\"data-framer-name\":\"Group 632046\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9w5l6\",\"data-framer-name\":\"Ellipse 1596\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j8trvw\",\"data-framer-name\":\"arrow-down\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yrq76e\",\"data-framer-name\":\"arrow-down\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,style:{rotate:-16},svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.8896 12.6478L6.74161 16.0182C6.65992 16.063 6.57067 16.0908 6.47692 16.1011C6.38384 16.1115 6.29025 16.1033 6.20185 16.0776C6.11346 16.0518 6.03035 16.0077 5.95731 15.9494C5.88379 15.8904 5.82354 15.8189 5.77876 15.7372L2.40843 9.58924C2.22014 9.24578 2.34556 8.816 2.68902 8.62772C3.03247 8.43943 3.46226 8.56485 3.65054 8.90831L6.19933 13.5577L9.29203 2.95966C9.40157 2.58431 9.79441 2.36838 10.1704 2.47811C10.5465 2.58784 10.7615 2.98117 10.652 3.35651L7.55928 13.9545L12.2086 11.4057C12.5521 11.2174 12.9819 11.3429 13.1701 11.6863C13.3584 12.0298 13.233 12.4596 12.8896 12.6478Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y9abij\",\"data-framer-name\":\"Group 632049\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(67, 67, 67)\"},children:\"Buy\"})}),className:\"framer-i9rv5a\",\"data-framer-name\":\"Buy\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1snhe34\",\"data-framer-name\":\"Group 632046\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lgndfq\",\"data-framer-name\":\"Ellipse 1596\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uo9z4a\",\"data-framer-name\":\"credit-card\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h9dm1q\",\"data-framer-name\":\"credit-card\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,style:{rotate:-16},svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.268 6.71715L15.9908 7.66711L2.31137 3.67518L2.58858 2.72522C3.03213 1.20528 4.01388 0.667086 5.53381 1.11063L14.6534 3.77192C16.1734 4.21547 16.7116 5.19721 16.268 6.71715ZM15.6581 8.80706L14.4938 12.7969C14.0503 14.3168 13.0685 14.855 11.5486 14.4115L2.42898 11.7502C0.909042 11.3067 0.370847 10.3249 0.814395 8.80497L1.97871 4.81513L15.6581 8.80706ZM6.92593 9.76375C7.01774 9.44912 6.83691 9.11926 6.52228 9.02744L4.24237 8.36212C3.92775 8.27031 3.59788 8.45114 3.50607 8.76577C3.41425 9.08039 3.59509 9.41026 3.90971 9.50207L6.18962 10.1674C6.50425 10.2592 6.83411 10.0784 6.92593 9.76375Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7xspsm\",\"data-framer-name\":\"Group 632050\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(67, 67, 67)\"},children:\"Sell\"})}),className:\"framer-1u0pqgs\",\"data-framer-name\":\"Sell\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tre8mw\",\"data-framer-name\":\"Group 632046\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:59,intrinsicWidth:60,style:{rotate:-16},svg:'<svg width=\"60\" height=\"59\" viewBox=\"0 0 60 59\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"29.8978\" cy=\"29.2516\" r=\"23.5\" transform=\"rotate(16.2683 29.8978 29.2516)\" fill=\"#EFF0FA\"/>\\n<path d=\"M36.0597 38.4871L35.1893 38.2331L35.5068 37.1452C35.6762 36.5646 35.471 36.1902 34.8904 36.0208L34.6728 35.9573L36.4508 29.8645L36.6684 29.928C37.249 30.0974 37.6234 29.8921 37.7928 29.3116L38.4428 27.0842C38.5391 26.7543 38.4407 26.399 38.1885 26.1658L33.1513 21.4956C32.8376 21.2048 32.405 21.0785 31.9832 21.1547L25.2248 22.3827C24.8868 22.4437 24.6125 22.6912 24.5165 23.0202L23.8665 25.2476C23.6971 25.8282 23.9023 26.2026 24.4829 26.372L24.7005 26.4355L22.9225 32.5283L22.7049 32.4648C22.1243 32.2954 21.7499 32.5006 21.5805 33.0812L21.263 34.1692L20.3926 33.9152C20.0322 33.81 19.6544 34.0171 19.5493 34.3775C19.4441 34.7378 19.6512 35.1156 20.0116 35.2208L35.6787 39.7927C36.0391 39.8979 36.4169 39.6908 36.522 39.3304C36.6272 38.9701 36.4201 38.5923 36.0597 38.4871ZM31.9091 23.5804C32.5097 23.7557 32.8549 24.3853 32.6796 24.9859C32.5044 25.5865 31.8747 25.9317 31.2741 25.7564C30.6736 25.5811 30.3284 24.9515 30.5036 24.3509C30.6789 23.7503 31.3086 23.4052 31.9091 23.5804ZM24.2281 32.9093L26.0061 26.8165L28.1821 27.4515L26.4041 33.5443L24.2281 32.9093ZM27.7097 33.9253L29.4876 27.8325L31.6636 28.4675L29.8856 34.5603L27.7097 33.9253ZM31.1912 34.9413L32.9692 28.8485L35.1452 29.4835L33.3672 35.5763L31.1912 34.9413Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16btfe\",\"data-framer-name\":\"Group 632051\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(67, 67, 67)\"},children:\"History\"})}),className:\"framer-1chub2o\",\"data-framer-name\":\"History\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oyw71y\",\"data-framer-name\":\"Group 632046\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m3l1wj\",\"data-framer-name\":\"Ellipse 1596\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ofbybd\",\"data-framer-name\":\"file-clock\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pdton1\",\"data-framer-name\":\"file-clock\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:18,style:{rotate:-16},svg:'<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.35219 11.9612C9.46266 12.1627 9.38866 12.4163 9.18714 12.5268C9.08587 12.5823 8.97226 12.5908 8.86987 12.5609C8.76747 12.5311 8.67651 12.462 8.62076 12.3615L8.08914 11.393C8.03588 11.2958 8.02394 11.1821 8.05498 11.0757L8.36126 10.0261C8.4257 9.80536 8.65718 9.67846 8.87797 9.74289C9.09876 9.80732 9.22566 10.0388 9.16123 10.2596L8.90327 11.1436L9.35219 11.9612ZM13.5146 7.24337L15.3146 7.76862L12.7652 3.11826L12.24 4.91819C11.8711 6.18214 12.2507 6.87452 13.5146 7.24337ZM15.5644 9.14366L13.6384 15.7434C13.1715 17.3433 12.1381 17.9098 10.5382 17.4429L3.3385 15.3419C1.73856 14.875 1.17204 13.8416 1.63893 12.2417L4.44029 2.64209C4.90718 1.04215 5.94059 0.475634 7.54053 0.942526L11.7404 2.16812L11.04 4.56802C10.4751 6.50394 11.2285 7.87838 13.1645 8.44332L15.5644 9.14366ZM11.2556 12.0097C11.7069 10.4634 10.8191 8.84402 9.27281 8.39277C7.72647 7.94152 6.10712 8.82926 5.65586 10.3756C5.20461 11.9219 6.09235 13.5413 7.63869 13.9925C9.18502 14.4438 10.8044 13.5561 11.2556 12.0097Z\" fill=\"#25314C\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:-30,scale:.4}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bzgxn2\",\"data-framer-name\":\"Collateral\",style:{rotate:-30},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kubvfw\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f8wnf8\",\"data-framer-name\":\"Group 632044\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykppe1\",\"data-framer-name\":\"Rectangle 34624243\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+325+51.6865+28.9976),pixelHeight:2e3,pixelWidth:2e3,sizes:\"20.0738px\",src:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png\",srcSet:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png 2000w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8048+30+51.6865+28.9976),pixelHeight:2e3,pixelWidth:2e3,sizes:\"20.0738px\",src:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png\",srcSet:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+325.2089+51.6865+28.9976),pixelHeight:2e3,pixelWidth:2e3,sizes:\"20.0738px\",src:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png\",srcSet:\"https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3T76nRTVGK71dWuBziIJSbeL24.png 2000w\"},className:\"framer-1d66a2k\",\"data-framer-name\":\"image 432\"})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lcrsz2\",\"data-framer-name\":\"ethereum-circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,style:{rotate:30},svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.11975 5.43267C4.30729 8.18389 2.63642 14.3151 5.38764 19.1276C8.13887 23.94 14.2701 25.6109 19.0825 22.8597C23.895 20.1084 25.5659 13.9772 22.8146 9.16478C20.0634 4.35231 13.9322 2.68144 9.11975 5.43267ZM17.7573 14.6041L17.3675 18.9497C17.3303 19.3294 16.9294 19.5586 16.5833 19.398L12.6408 17.5291C12.4662 17.4463 12.4982 17.1887 12.6871 17.1512L15.247 16.6358C15.3316 16.6221 15.4063 16.591 15.476 16.5511C15.5457 16.5113 15.6104 16.4627 15.6652 16.3967L17.4081 14.4523C17.5363 14.3085 17.7744 14.4116 17.7573 14.6041ZM17.0252 12.6075L14.7089 15.2092L11.2926 15.8847C11.1084 15.9206 10.9366 15.7819 10.9334 15.5942L10.8349 9.40153C10.8336 8.97453 11.3041 8.70552 11.6714 8.92331L16.9579 12.15C17.1166 12.2477 17.1495 12.467 17.0252 12.6075Z\" fill=\"#7B89DC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"11.15px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"21.19px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total amount (USDC)\"})}),className:\"framer-1ymkhnf\",\"data-framer-name\":\"Total amount (USDC)\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.5px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"21.19px\"},children:\"2,000.00\"})}),className:\"framer-1ururms\",\"data-framer-name\":\"2,000.00\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by04MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14.5px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"21.19px\"},children:\"1\"})}),className:\"framer-1dpw5hy\",\"data-framer-name\":\"1\",fonts:[\"GF;Lato-800\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"11.15px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"21.19px\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Total amount (USDC)\"})}),className:\"framer-nsremj\",\"data-framer-name\":\"Total amount (USDC)\",fonts:[\"GF;Lato-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:-8,scale:.4}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kq434i\",\"data-framer-name\":\"Placeholder\",style:{rotate:-8},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aio2nc\",\"data-framer-name\":\"Group 631978\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11f05f2\",\"data-framer-name\":\"Rectangle 34624230\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11skiyr\",\"data-framer-name\":\"Rectangle 34624231\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+558.6153+0+70.3889),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8048+154+0+70.3889),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+558.6428+0+70.3889),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"},className:\"framer-1e1ga0t\",\"data-framer-name\":\"Rectangle 34624232\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+558.6153+0+96.3947),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8048+154+0+96.3947),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8077+558.6428+0+96.3947),pixelHeight:64,pixelWidth:620,positionX:\"center\",positionY:\"center\",sizes:\"154.5404px\",src:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png\",srcSet:\"https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYsjHiy1D8ccsxpS0EYQRL14pw.png 620w\"},className:\"framer-1q1flds\",\"data-framer-name\":\"Rectangle 34624233\"})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cg1aqd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-b3x9i9\",\"data-framer-name\":\"Timeline\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:881,intrinsicWidth:90,svg:'<svg width=\"90\" height=\"881\" viewBox=\"0 0 90 881\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"44.9996\" cy=\"40.4215\" r=\"39.4815\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"1.88007\"/>\\n<path d=\"M49.2755 26.3845C50.0169 25.9924 50.7074 25.5109 51.3318 24.951C50.1003 23.9187 48.6366 23.2009 47.0664 22.8594C48.0947 23.824 48.8558 25.0385 49.2755 26.3845Z\" fill=\"#465DF6\"/>\\n<path d=\"M52.2003 25.75C51.4536 26.445 50.6179 27.0377 49.715 27.5126H49.6445C50.052 29.063 50.271 30.6569 50.2967 32.2597H54.9969C54.8648 29.8271 53.8738 27.5203 52.2003 25.75Z\" fill=\"#465DF6\"/>\\n<path d=\"M35.0234 32.2598H39.7236C39.7531 30.6727 39.972 29.0948 40.3758 27.5596L40.3111 27.4891C39.4069 27.0166 38.5708 26.4237 37.8259 25.7266C36.1451 27.5021 35.1516 29.8182 35.0234 32.2598Z\" fill=\"#465DF6\"/>\\n<path d=\"M37.82 39.9472C38.5667 39.2522 39.4024 38.6595 40.3053 38.1847L40.3758 38.1553C39.9706 36.6144 39.7517 35.0305 39.7236 33.4375H35.0234C35.1555 35.8701 36.1465 38.1769 37.82 39.9472Z\" fill=\"#465DF6\"/>\\n<path d=\"M40.7477 26.3845C41.1674 25.0385 41.9285 23.824 42.9568 22.8594C41.3883 23.1958 39.9247 23.9074 38.6914 24.9333C39.3148 25.4995 40.0054 25.9869 40.7477 26.3845Z\" fill=\"#465DF6\"/>\\n<path d=\"M48.5362 37.697C48.892 36.3039 49.0891 34.8749 49.1237 33.4375H40.8984C40.934 34.871 41.1311 36.2959 41.486 37.6853C43.7624 36.8489 46.2626 36.8531 48.5362 37.697Z\" fill=\"#465DF6\"/>\\n<path d=\"M48.5362 28.0078C47.4085 28.4288 46.2148 28.6457 45.0111 28.6482C43.8074 28.6457 42.6137 28.4288 41.486 28.0078C41.1302 29.399 40.9331 30.826 40.8984 32.2615H49.1237C49.0891 30.826 48.892 29.399 48.5362 28.0078Z\" fill=\"#465DF6\"/>\\n<path d=\"M45.0125 23.2422C43.8375 23.2422 42.6213 24.5876 41.8164 26.8554C43.8761 27.6337 46.149 27.6337 48.2086 26.8554C47.4037 24.5876 46.1876 23.2422 45.0125 23.2422Z\" fill=\"#465DF6\"/>\\n<path d=\"M47.0664 42.8376C48.6349 42.5013 50.0986 41.7896 51.3318 40.7637C50.7084 40.1975 50.0178 39.7101 49.2755 39.3125C48.8558 40.6585 48.0947 41.873 47.0664 42.8376Z\" fill=\"#465DF6\"/>\\n<path d=\"M38.6914 40.7637C39.9247 41.7896 41.3883 42.5013 42.9568 42.8376C41.9285 41.873 41.1674 40.6585 40.7477 39.3125C40.0054 39.7101 39.3148 40.1975 38.6914 40.7637Z\" fill=\"#465DF6\"/>\\n<path d=\"M54.9969 33.4375H50.2967C50.2672 35.0246 50.0483 36.6025 49.6445 38.1377C49.6692 38.147 49.6928 38.1588 49.715 38.1729C50.6193 38.6454 51.4553 39.2383 52.2003 39.9355C53.8713 38.1682 54.8621 35.866 54.9969 33.4375Z\" fill=\"#465DF6\"/>\\n<path d=\"M50.8874 51.062C51.0432 51.062 51.1927 51.0001 51.3029 50.8899C51.413 50.7797 51.4749 50.6303 51.4749 50.4745V49.2994H58.0199C58.1629 49.8533 58.503 50.3359 58.9764 50.6569C59.4498 50.978 60.0241 51.1153 60.5915 51.0433C61.1589 50.9712 61.6806 50.6946 62.0587 50.2654C62.4369 49.8363 62.6455 49.2839 62.6455 48.7119C62.6455 48.1399 62.4369 47.5875 62.0587 47.1584C61.6806 46.7292 61.1589 46.4526 60.5915 46.3805C60.0241 46.3085 59.4498 46.4458 58.9764 46.7668C58.503 47.0879 58.1629 47.5705 58.0199 48.1244H51.4749V46.9493C51.4749 46.7935 51.413 46.6441 51.3029 46.5339C51.1927 46.4237 51.0432 46.3618 50.8874 46.3618H45.5997V42.3314C46.575 41.9671 47.5327 40.7334 48.2083 38.8415C46.1486 38.0632 43.8757 38.0632 41.8161 38.8415C42.4917 40.7334 43.4435 41.9671 44.4247 42.3314V46.3618H39.137C38.9812 46.3618 38.8317 46.4237 38.7215 46.5339C38.6113 46.6441 38.5494 46.7935 38.5494 46.9493V48.1244H32.0045C31.8615 47.5705 31.5214 47.0879 31.048 46.7668C30.5746 46.4458 30.0003 46.3085 29.4329 46.3805C28.8654 46.4526 28.3438 46.7292 27.9656 47.1584C27.5875 47.5875 27.3789 48.1399 27.3789 48.7119C27.3789 49.2839 27.5875 49.8363 27.9656 50.2654C28.3438 50.6946 28.8654 50.9712 29.4329 51.0433C30.0003 51.1153 30.5746 50.978 31.048 50.6569C31.5214 50.3359 31.8615 49.8533 32.0045 49.2994H38.5494V50.4745C38.5494 50.6303 38.6113 50.7797 38.7215 50.8899C38.8317 51.0001 38.9812 51.062 39.137 51.062H44.4247V53.4121H34.4368C34.281 53.4121 34.1315 53.474 34.0214 53.5842C33.9112 53.6943 33.8493 53.8438 33.8493 53.9996V55.1746H32.0045C31.8615 54.6208 31.5214 54.1381 31.048 53.8171C30.5746 53.4961 30.0003 53.3587 29.4329 53.4308C28.8654 53.5029 28.3438 53.7794 27.9656 54.2086C27.5875 54.6378 27.3789 55.1902 27.3789 55.7622C27.3789 56.3342 27.5875 56.8865 27.9656 57.3157C28.3438 57.7449 28.8654 58.0215 29.4329 58.0935C30.0003 58.1656 30.5746 58.0282 31.048 57.7072C31.5214 57.3862 31.8615 56.9035 32.0045 56.3497H33.8493V57.5247C33.8493 57.6806 33.9112 57.83 34.0214 57.9402C34.1315 58.0504 34.281 58.1123 34.4368 58.1123H55.5876C55.7434 58.1123 55.8928 58.0504 56.003 57.9402C56.1132 57.83 56.1751 57.6806 56.1751 57.5247V56.3497H58.0199C58.1629 56.9035 58.503 57.3862 58.9764 57.7072C59.4498 58.0282 60.0241 58.1656 60.5915 58.0935C61.1589 58.0215 61.6806 57.7449 62.0587 57.3157C62.4369 56.8865 62.6455 56.3342 62.6455 55.7622C62.6455 55.1902 62.4369 54.6378 62.0587 54.2086C61.6806 53.7794 61.1589 53.5029 60.5915 53.4308C60.0241 53.3587 59.4498 53.4961 58.9764 53.8171C58.503 54.1381 58.1629 54.6208 58.0199 55.1746H56.1751V53.9996C56.1751 53.8438 56.1132 53.6943 56.003 53.5842C55.8928 53.474 55.7434 53.4121 55.5876 53.4121H45.5997V51.062H50.8874Z\" fill=\"#465DF6\"/>\\n<path d=\"M45 150.844L45 90.8438\" stroke=\"#465DF6\" stroke-opacity=\"0.5\" stroke-width=\"3.61\" stroke-linecap=\"round\" stroke-dasharray=\"4.22 8.22\"/>\\n<circle cx=\"45\" cy=\"200.844\" r=\"38.9535\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"2.09302\"/>\\n<path d=\"M36.5634 187.25C35.5904 187.25 34.8151 187.305 34.231 187.422C33.6473 187.539 33.1543 187.739 32.7458 188.011C32.2108 188.352 31.8353 188.826 31.6165 189.435C31.3977 190.043 31.285 191.088 31.285 192.577V196.137C31.285 197.626 31.0222 198.669 30.4872 199.267C29.9523 199.865 29.0292 200.163 27.7253 200.163C27.6572 200.163 27.5522 200.161 27.4062 200.151C27.2603 200.141 27.1404 200.139 27.0625 200.139V201.992C27.1404 201.992 27.2603 201.99 27.4062 201.98C27.5522 201.97 27.6572 201.956 27.7253 201.955C29.0292 201.956 29.9523 202.258 30.4872 202.851C31.0222 203.445 31.285 204.478 31.285 205.957V209.516C31.285 210.967 31.3977 212.012 31.6165 212.634C31.8353 213.257 32.2108 213.733 32.7458 214.083C33.1543 214.355 33.6547 214.555 34.2432 214.672C34.832 214.789 35.5999 214.844 36.5634 214.844H37.0787V213.027H36.5143C35.288 213.027 34.458 212.792 34.0346 212.34C33.6115 211.887 33.3963 210.942 33.3963 209.492V205.957C33.3963 204.342 33.1936 203.196 32.7702 202.52C32.3471 201.844 31.5918 201.364 30.5116 201.071C31.5918 200.77 32.3471 200.275 32.7702 199.598C33.1936 198.923 33.3963 197.777 33.3963 196.161V192.639C33.3963 191.179 33.6163 190.211 34.0346 189.754C34.4529 189.297 35.2511 189.067 36.4283 189.067C36.4962 189.067 36.6011 189.082 36.7472 189.091C36.893 189.101 37.001 189.104 37.0787 189.104V187.25H36.5634ZM52.3424 187.25V189.067H52.9194C54.1355 189.067 54.9584 189.304 55.3866 189.766C55.8147 190.229 56.0249 191.189 56.0249 192.639V196.161C56.0249 197.777 56.2397 198.923 56.6631 199.598C57.0866 200.275 57.8294 200.77 58.9095 201.071C57.8294 201.364 57.0866 201.844 56.6631 202.52C56.2397 203.196 56.0249 204.342 56.0249 205.957V209.455C56.0249 210.925 55.81 211.902 55.3866 212.364C54.9631 212.827 54.1732 213.052 53.0054 213.052C52.9375 213.052 52.8322 213.049 52.6861 213.039C52.54 213.03 52.4202 213.027 52.3424 213.027V214.844H52.9442C53.9368 214.844 54.7192 214.796 55.2884 214.684C55.8575 214.572 56.3328 214.385 56.7122 214.132C57.2378 213.782 57.6031 213.301 57.8172 212.684C58.0313 212.066 58.1361 211.006 58.1361 209.516V205.981C58.1361 204.503 58.4064 203.467 58.9465 202.864C59.4862 202.26 60.4195 201.956 61.733 201.955C61.8013 201.956 61.9058 201.97 62.0519 201.98C62.1976 201.99 62.3053 201.992 62.3834 201.992V200.139C62.3053 200.139 62.1976 200.141 62.0519 200.151C61.9058 200.161 61.8013 200.163 61.733 200.163C60.4195 200.163 59.4862 199.858 58.9465 199.255C58.4064 198.652 58.1361 197.616 58.1361 196.137V192.577C58.1361 191.098 58.0313 190.048 57.8172 189.435C57.6031 188.822 57.2378 188.352 56.7122 188.011C56.3037 187.748 55.7962 187.556 55.2027 187.434C54.6092 187.312 53.8311 187.25 52.8581 187.25H52.3424ZM40.2372 189.518C39.1822 189.518 38.3157 190.385 38.3157 191.44C38.3157 192.317 38.9159 193.062 39.7246 193.288V208.805C38.9159 209.032 38.3157 209.777 38.3157 210.654C38.3157 211.709 39.1822 212.576 40.2372 212.576C41.2923 212.576 42.1584 211.709 42.1584 210.654C42.1584 209.784 41.568 209.044 40.7699 208.811C40.861 207.513 41.2931 206.973 41.9129 206.654C42.5995 206.301 43.6541 206.272 44.7744 206.272C45.8947 206.272 47.0797 206.302 48.0778 205.789C48.9655 205.332 49.5838 204.393 49.6965 202.903C50.5179 202.685 51.1302 201.933 51.1302 201.047C51.1302 200.169 50.53 199.425 49.7213 199.198V198.092C50.53 197.865 51.1302 197.121 51.1302 196.243C51.1302 195.365 50.53 194.62 49.7213 194.394V193.288C50.53 193.062 51.1302 192.317 51.1302 191.44C51.1302 190.385 50.2637 189.518 49.2087 189.518C48.3323 189.518 47.5892 190.117 47.3614 190.923L44.5022 190.931V190.33L43.5414 190.884L42.581 191.44L43.5414 191.994L44.5022 192.549V191.956L47.359 191.947C47.5385 192.594 48.0503 193.107 48.6969 193.288V194.394C47.8881 194.62 47.2875 195.365 47.2875 196.243C47.2875 197.121 47.8881 197.865 48.6969 198.092V199.198C47.8881 199.425 47.2875 200.169 47.2875 201.047C47.2875 201.917 47.8779 202.658 48.6768 202.891C48.5959 204.088 48.1909 204.578 47.6092 204.877C46.9438 205.22 45.8958 205.246 44.7744 205.246C43.6526 205.246 42.4565 205.221 41.4439 205.742C41.1901 205.873 40.9568 206.041 40.749 206.25V193.288C41.5578 193.062 42.1584 192.317 42.1584 191.44C42.1584 190.385 41.2923 189.518 40.2372 189.518ZM40.2372 190.543C40.7384 190.543 41.1332 190.938 41.1332 191.44C41.1332 191.941 40.7384 192.336 40.2372 192.336C39.736 192.336 39.3405 191.941 39.3405 191.44C39.3405 190.938 39.736 190.543 40.2372 190.543ZM49.2087 190.543C49.7099 190.543 50.1054 190.938 50.1054 191.44C50.1054 191.941 49.7099 192.336 49.2087 192.336C48.7075 192.336 48.3127 191.941 48.3127 191.44C48.3127 190.938 48.7075 190.543 49.2087 190.543ZM49.2087 195.346C49.7099 195.346 50.1054 195.741 50.1054 196.243C50.1054 196.744 49.7099 197.14 49.2087 197.14C48.7075 197.14 48.3127 196.744 48.3127 196.243C48.3127 195.741 48.7075 195.346 49.2087 195.346ZM49.2087 200.15C49.7099 200.15 50.1054 200.546 50.1054 201.047C50.1054 201.548 49.7099 201.944 49.2087 201.944C48.7075 201.944 48.3127 201.548 48.3127 201.047C48.3127 200.546 48.7075 200.15 49.2087 200.15ZM40.2372 209.758C40.7384 209.758 41.1332 210.153 41.1332 210.654C41.1332 211.156 40.7384 211.551 40.2372 211.551C39.736 211.551 39.3405 211.156 39.3405 210.654C39.3405 210.153 39.736 209.758 40.2372 209.758Z\" fill=\"#465DF6\"/>\\n<path d=\"M45 310.844L45 250.844\" stroke=\"#465DF6\" stroke-opacity=\"0.5\" stroke-width=\"3.61\" stroke-linecap=\"round\" stroke-dasharray=\"4.22 8.22\"/>\\n<circle cx=\"45\" cy=\"360.844\" r=\"38.9535\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"2.09302\"/>\\n<path d=\"M44.6825 364.474C46.5415 364.474 48.0485 362.967 48.0485 361.108C48.0485 359.249 46.5415 357.742 44.6825 357.742C42.8234 357.742 41.3164 359.249 41.3164 361.108C41.3164 362.967 42.8234 364.474 44.6825 364.474Z\" fill=\"#465DF6\"/>\\n<path d=\"M44.6826 346.178C45.7736 346.178 46.6581 345.293 46.6581 344.202C46.6581 343.111 45.7736 342.227 44.6826 342.227C43.5915 342.227 42.707 343.111 42.707 344.202C42.707 345.293 43.5915 346.178 44.6826 346.178Z\" fill=\"#465DF6\"/>\\n<path d=\"M47.1793 350.283L44.6844 347.602L42.1914 350.283L42.6392 350.697L44.2493 349.835V356.309H45.1194V349.834L46.7305 350.697L47.1793 350.283Z\" fill=\"#465DF6\"/>\\n<path d=\"M33.8183 350.129C34.9088 350.129 35.7929 349.245 35.7929 348.154C35.7929 347.064 34.9088 346.18 33.8183 346.18C32.7278 346.18 31.8438 347.064 31.8438 348.154C31.8438 349.245 32.7278 350.129 33.8183 350.129Z\" fill=\"#465DF6\"/>\\n<path d=\"M39.6391 351.209L36.0045 350.758L35.8203 354.415L36.4289 354.444L37.1099 352.749L41.2717 357.708L41.938 357.149L37.7753 352.189L39.5656 351.815L39.6391 351.209Z\" fill=\"#465DF6\"/>\\n<path d=\"M28.041 360.144C29.1315 360.144 30.0155 359.26 30.0155 358.17C30.0155 357.079 29.1315 356.195 28.041 356.195C26.9504 356.195 26.0664 357.079 26.0664 358.17C26.0664 359.26 26.9504 360.144 28.041 360.144Z\" fill=\"#465DF6\"/>\\n<path d=\"M34.4637 356.773L31.3906 358.764L33.5965 361.685L34.0845 361.315L33.5151 359.579L39.8915 360.705L40.0434 359.847L33.666 358.721L34.7969 357.285L34.4637 356.773Z\" fill=\"#465DF6\"/>\\n<path d=\"M29.0633 367.843C30.007 367.298 31.2153 367.621 31.7601 368.566C32.3079 369.513 31.9845 370.718 31.0379 371.267C30.0932 371.811 28.886 371.486 28.3401 370.54C27.7933 369.598 28.1167 368.388 29.0633 367.843Z\" fill=\"#465DF6\"/>\\n<path d=\"M34.0721 364.352L32.9961 367.849L36.564 368.668L36.7032 368.076L35.15 367.111L40.7572 363.873L40.3211 363.117L34.7139 366.355L34.6551 364.53L34.0721 364.352Z\" fill=\"#465DF6\"/>\\n<path d=\"M37.0533 376.306C37.4267 375.286 38.5604 374.756 39.5845 375.126C40.6105 375.503 41.1386 376.633 40.7663 377.662C40.3929 378.683 39.2591 379.212 38.2351 378.841C37.2091 378.467 36.6799 377.335 37.0533 376.306Z\" fill=\"#465DF6\"/>\\n<path d=\"M38.6484 370.414L40.0752 373.787L43.3335 372.117L43.0562 371.575L41.2492 371.834L43.4648 365.752L42.6446 365.453L40.429 371.537L39.2099 370.176L38.6484 370.414Z\" fill=\"#465DF6\"/>\\n<path d=\"M48.6114 377.662C48.239 376.635 48.7682 375.504 49.7922 375.127C50.8202 374.754 51.953 375.286 52.3253 376.306C52.6967 377.335 52.1715 378.466 51.1455 378.841C50.1176 379.212 48.9857 378.686 48.6114 377.662Z\" fill=\"#465DF6\"/>\\n<path d=\"M46.0415 372.117L49.3007 373.787L50.7245 370.414L50.166 370.176L48.947 371.535L46.7313 365.453L45.9141 365.752L48.1287 371.838L46.3188 371.575L46.0415 372.117Z\" fill=\"#465DF6\"/>\\n<path d=\"M58.339 371.267C57.3904 370.718 57.067 369.513 57.6128 368.566C58.1606 367.621 59.3659 367.298 60.3145 367.843C61.2582 368.388 61.5806 369.599 61.0367 370.54C60.4889 371.487 59.2826 371.81 58.339 371.267Z\" fill=\"#465DF6\"/>\\n<path d=\"M52.8084 368.668L56.3782 367.849L55.3023 364.352L54.7202 364.53L54.6594 366.355L49.0533 363.117L48.6172 363.873L54.2263 367.111L52.6741 368.077L52.8084 368.668Z\" fill=\"#465DF6\"/>\\n<path d=\"M61.6794 360.115C60.6025 360.305 59.5765 359.587 59.3893 358.513C59.2012 357.439 59.9185 356.414 60.9906 356.225C62.0636 356.037 63.0896 356.753 63.2767 357.828C63.4688 358.901 62.7525 359.927 61.6794 360.115Z\" fill=\"#465DF6\"/>\\n<path d=\"M55.7751 361.683L57.9848 358.763L54.9079 356.773L54.5766 357.283L55.7055 358.72L49.3281 359.845L49.483 360.703L55.8545 359.577L55.2891 361.314L55.7751 361.683Z\" fill=\"#465DF6\"/>\\n<path d=\"M57.0638 349.423C56.3641 350.26 55.1177 350.37 54.2837 349.668C53.4429 348.967 53.3352 347.719 54.0368 346.885C54.7374 346.05 55.9839 345.941 56.8188 346.641C57.6586 347.343 57.7674 348.59 57.0638 349.423Z\" fill=\"#465DF6\"/>\\n<path d=\"M53.5494 354.423L53.3651 350.766L49.7315 351.216L49.807 351.823L51.5924 352.198L47.4336 357.157L48.098 357.716L52.2598 352.757L52.9408 354.452L53.5494 354.423Z\" fill=\"#465DF6\"/>\\n<path d=\"M45 470.844L45 410.844\" stroke=\"#465DF6\" stroke-opacity=\"0.5\" stroke-width=\"3.61\" stroke-linecap=\"round\" stroke-dasharray=\"4.22 8.22\"/>\\n<circle cx=\"45\" cy=\"520.844\" r=\"38.9535\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"2.09302\"/>\\n<path d=\"M46.3104 519.792C46.6322 520.114 46.8313 520.557 46.8313 521.048C46.8313 522.028 46.0333 522.826 45.0534 522.826C44.0736 522.826 43.2769 522.028 43.2769 521.048C43.2769 520.068 44.0735 519.271 45.0534 519.271C45.5426 519.271 45.9871 519.47 46.3089 519.792H46.3104ZM34.0787 509.549C33.0526 507.909 32.8823 506.051 33.6313 504.7C34.2865 503.518 35.5391 502.867 37.1583 502.867C38.7313 502.867 40.0157 503.547 40.6838 504.732C41.4299 506.054 41.313 507.772 40.3707 509.329C39.7978 510.279 39.0589 511.278 38.346 512.244C37.9159 512.827 37.5017 513.389 37.1568 513.895C36.8148 513.392 36.4035 512.835 35.9749 512.255C35.3169 511.36 34.6343 510.438 34.0787 509.549ZM35.3717 506.781C35.3717 507.765 36.1726 508.566 37.1583 508.566C38.141 508.566 38.9419 507.765 38.9419 506.781C38.9419 505.797 38.141 504.994 37.1583 504.994C36.174 504.996 35.3717 505.797 35.3717 506.781ZM48.2602 533.704C47.6859 534.655 46.9456 535.656 46.2298 536.626C45.8012 537.206 45.3885 537.766 45.045 538.271C44.703 537.766 44.2902 537.207 43.8617 536.627C43.2036 535.735 42.5224 534.812 41.9669 533.923C40.9408 532.284 40.7691 530.426 41.5181 529.076C42.1732 527.894 43.4244 527.243 45.0436 527.243C46.6166 527.243 47.9024 527.923 48.5706 529.107C49.3166 530.426 49.1997 532.147 48.2602 533.704ZM46.8301 531.154C46.8301 530.171 46.0292 529.37 45.0436 529.37C44.0608 529.37 43.2599 530.171 43.2599 531.154C43.2599 532.138 44.0608 532.94 45.0436 532.94C46.0292 532.94 46.8301 532.139 46.8301 531.154ZM36.1323 526.67C35.0702 524.989 34.5088 523.043 34.5088 521.046C34.5088 518.751 35.2448 516.626 36.4946 514.894C36.1338 514.327 35.6244 513.636 35.0875 512.91C35.0601 512.872 35.0313 512.835 35.0038 512.797C33.0946 515.119 32.0512 518.023 32.0512 521.047C32.0512 526.449 35.4151 531.27 40.3735 533.183C40.0113 532.217 39.8829 531.226 39.994 530.301C38.4239 529.441 37.0934 528.192 36.1323 526.67ZM45.0535 504.485C43.9986 504.485 42.9509 504.583 41.9263 504.779C42.2279 505.541 42.3333 506.374 42.2438 507.221C43.163 507.035 44.1054 506.941 45.0535 506.941C52.832 506.941 59.1601 513.268 59.1601 521.046C59.1601 527.306 54.9965 532.845 49.008 534.59C48.4379 535.492 47.7395 536.435 47.1175 537.28C47.0627 537.355 47.0078 537.428 46.953 537.502C55.2668 536.562 61.6178 529.547 61.6178 521.044C61.6178 511.914 54.1871 504.485 45.0535 504.485ZM58.0558 521.047C58.0558 513.878 52.2228 508.046 45.0535 508.046C44.0159 508.046 42.9899 508.168 41.9956 508.41C41.8368 508.915 41.6102 509.415 41.3159 509.901C40.9493 510.507 40.512 511.142 40.0705 511.758C41.5554 510.959 43.2525 510.504 45.0534 510.504C47.6857 510.504 50.1709 511.462 52.1089 513.214L52.8608 512.462C53.0773 512.247 53.4265 512.247 53.6415 512.462C53.8566 512.677 53.8566 513.027 53.6415 513.243L47.4435 519.44C47.7538 519.899 47.9356 520.451 47.9356 521.047C47.9356 522.636 46.6426 523.929 45.0537 523.929C43.4662 523.929 42.1732 522.636 42.1732 521.047C42.1732 519.46 43.4648 518.167 45.0537 518.167C45.6483 518.167 46.2024 518.349 46.6628 518.659L48.8043 516.517C47.7523 515.643 46.4405 515.168 45.0553 515.168C41.8141 515.168 39.1776 517.805 39.1776 521.046C39.1776 523.464 40.6654 525.639 42.9037 526.519C43.5459 526.268 44.2674 526.138 45.0453 526.138C47.0281 526.138 48.6632 527.023 49.5332 528.563C50.2995 529.921 50.363 531.582 49.7453 533.176C54.6965 531.261 58.0562 526.446 58.0562 521.047L58.0558 521.047ZM41.7182 527.182C39.5002 525.975 38.0715 523.627 38.0715 521.046C38.0715 517.196 41.203 514.064 45.0531 514.064C46.7329 514.064 48.3218 514.653 49.5846 515.735L51.3264 513.994C49.5976 512.449 47.3897 511.605 45.0519 511.605C39.8451 511.605 35.611 515.839 35.611 521.046C35.611 524.427 37.3744 527.488 40.2577 529.182C40.3385 528.96 40.4367 528.745 40.5507 528.539C40.8508 528.003 41.2449 527.548 41.7182 527.182ZM41.0804 534.585C38.2461 533.754 35.6977 532.012 33.8822 529.661C31.9629 527.175 30.9484 524.196 30.9484 521.047C30.9484 517.672 32.1462 514.434 34.3325 511.881C33.9126 511.299 33.5056 510.713 33.1434 510.135C33.0683 510.013 32.9947 509.891 32.9269 509.767C30.0609 512.838 28.4922 516.815 28.4922 521.047C28.4922 529.537 34.8347 536.552 43.1355 537.503C43.0822 537.43 43.0288 537.357 42.9739 537.282C42.3216 536.398 41.6477 535.484 41.0806 534.585L41.0804 534.585Z\" fill=\"#465DF6\"/>\\n<path d=\"M45 630.844L45 570.844\" stroke=\"#465DF6\" stroke-opacity=\"0.5\" stroke-width=\"3.61\" stroke-linecap=\"round\" stroke-dasharray=\"4.22 8.22\"/>\\n<circle cx=\"45\" cy=\"680.844\" r=\"38.9535\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"2.09302\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M44.1236 663.453C42.9817 663.453 42.0066 663.862 41.3443 664.478C40.682 665.094 40.3193 665.857 40.107 666.566C39.8959 667.272 39.8234 667.955 39.8045 668.466C37.2527 669.39 35.6296 671.088 34.7144 672.774C33.361 675.268 33.3741 677.744 33.3741 677.744V687.868L31.4036 690.822C30.9242 691.535 31.4329 692.495 32.2922 692.498H38.8045C38.8649 693.059 38.9835 693.753 39.2562 694.481C39.5549 695.278 40.0381 696.134 40.8443 696.792C41.6506 697.45 42.77 697.872 44.1236 697.872C45.4756 697.872 46.5961 697.454 47.4029 696.8C48.2096 696.147 48.6996 695.299 48.9994 694.506C49.2782 693.769 49.3987 693.06 49.4574 692.498H55.9613C56.8206 692.495 57.3314 691.535 56.852 690.822L54.8815 687.868V684.877C58.5213 684.352 61.3371 681.217 61.3371 677.436C61.3371 673.29 57.9556 669.909 53.8101 669.909C53.0219 669.909 52.261 670.031 51.5455 670.257C50.7201 669.526 49.6886 668.902 48.4385 668.457C48.4178 667.949 48.3457 667.27 48.1339 666.566C47.9206 665.858 47.5573 665.093 46.8945 664.478C46.2317 663.863 45.2653 663.453 44.1236 663.453ZM44.1236 665.604C44.8037 665.604 45.1492 665.785 45.4345 666.05C45.7197 666.314 45.9375 666.72 46.0773 667.184C46.1512 667.43 46.1982 667.68 46.2306 667.917C45.5726 667.82 44.8822 667.758 44.132 667.758C43.3782 667.758 42.6779 667.816 42.0186 667.915C42.0511 667.678 42.0966 667.429 42.1699 667.184C42.309 666.719 42.5282 666.314 42.8127 666.05C43.0972 665.785 43.4437 665.604 44.1236 665.604ZM44.132 669.909C46.5694 669.909 48.2359 670.491 49.4385 671.32C47.529 672.688 46.2748 674.919 46.2748 677.436C46.2748 681.214 49.0935 684.347 52.7303 684.874V688.194C52.7311 688.406 52.7948 688.612 52.9131 688.788L53.953 690.345H44.132H34.3026L35.3425 688.788C35.4608 688.612 35.5244 688.406 35.5252 688.194V677.744C35.5252 677.744 35.4592 688.56 38.8045 686.858C39.8712 684.893 39.622 669.909 44.132 669.909ZM53.8101 672.06C56.7934 672.06 59.1859 674.452 59.1859 677.436C59.1859 680.419 56.7934 682.809 53.8101 682.809C50.8269 682.809 48.4259 680.419 48.4259 677.436C48.4259 674.452 50.8269 672.06 53.8101 672.06ZM53.7933 673.117C53.6515 673.118 53.5114 673.148 53.3811 673.204C53.2509 673.26 53.1329 673.341 53.0341 673.443C52.9353 673.544 52.8576 673.665 52.8055 673.796C52.7533 673.928 52.7278 674.069 52.7303 674.211V677.436C52.7366 677.717 52.8526 677.984 53.0537 678.181C53.2547 678.378 53.5247 678.488 53.8059 678.488C54.0871 678.488 54.3571 678.378 54.5582 678.181C54.7592 677.984 54.8753 677.717 54.8815 677.436V674.211C54.8841 674.067 54.8577 673.924 54.804 673.791C54.7503 673.657 54.6704 673.536 54.5689 673.434C54.4674 673.332 54.3465 673.251 54.2133 673.196C54.08 673.142 53.9372 673.115 53.7933 673.117ZM53.808 679.587C53.6668 679.587 53.5269 679.615 53.3964 679.669C53.2659 679.723 53.1474 679.802 53.0475 679.902C52.9476 680.002 52.8684 680.12 52.8143 680.251C52.7603 680.381 52.7324 680.521 52.7324 680.662C52.7324 680.804 52.7603 680.944 52.8143 681.074C52.8684 681.205 52.9476 681.323 53.0475 681.423C53.1474 681.523 53.2659 681.602 53.3964 681.656C53.5269 681.71 53.6668 681.738 53.808 681.738C53.9493 681.738 54.0891 681.71 54.2196 681.656C54.3501 681.602 54.4687 681.523 54.5686 681.423C54.6685 681.323 54.7477 681.205 54.8017 681.074C54.8558 680.944 54.8836 680.804 54.8836 680.662C54.8836 680.521 54.8558 680.381 54.8017 680.251C54.7477 680.12 54.6685 680.002 54.5686 679.902C54.4687 679.802 54.3501 679.723 54.2196 679.669C54.0891 679.615 53.9493 679.587 53.808 679.587ZM42.837 695.504L43.6975 694.774L44.132 692.498H47.2852C47.235 692.877 47.1544 693.306 46.989 693.744C46.7842 694.285 46.4808 694.779 46.0521 695.126C45.6233 695.473 45.0571 695.721 44.1236 695.721C43.1916 695.721 42.6301 695.476 42.2014 695.126C41.7727 694.776 41.4695 694.274 41.2645 693.727C41.1031 693.296 42.888 695.88 42.837 695.504Z\" fill=\"#465DF6\"/>\\n<path d=\"M45 790.844L45 730.844\" stroke=\"#465DF6\" stroke-opacity=\"0.5\" stroke-width=\"3.61\" stroke-linecap=\"round\" stroke-dasharray=\"4.22 8.22\"/>\\n<circle cx=\"45\" cy=\"840.844\" r=\"38.9535\" fill=\"#F4F5FE\" stroke=\"#465DF6\" stroke-width=\"2.09302\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.6688 849.452L34.478 857.95C34.7107 858.36 34.5646 858.887 34.1539 859.12L32.5183 860.045C32.1076 860.278 31.581 860.132 31.3484 859.721L26.5387 851.223C26.3061 850.813 26.4521 850.286 26.8628 850.054L28.4985 849.128C28.9096 848.896 29.4362 849.041 29.6688 849.452ZM49.2063 835.579L51.5145 836.052L50.373 833.402C50.1875 833.48 50.0116 833.559 49.9291 833.618C49.7732 833.771 49.4487 834.331 49.3221 834.524C48.832 835.273 48.0346 835.719 47.183 835.769L47.964 837.582L49.2063 835.579ZM42.3347 838.306L43.5171 835.766C42.5359 835.836 41.5795 835.377 41.0219 834.524C40.8958 834.331 40.5712 833.771 40.4154 833.618C40.3843 833.596 40.3404 833.57 40.2871 833.544L38.8299 836.674L41.1511 836.268L42.3347 838.306ZM34.0491 841.525C33.7885 841.264 33.7885 840.841 34.0491 840.58C34.3098 840.32 34.7324 840.32 34.9935 840.58L38.1635 843.75C38.4241 844.011 38.4241 844.434 38.1635 844.695C37.9029 844.955 37.4802 844.955 37.2192 844.695L34.0491 841.525ZM55.351 840.581C55.6116 840.32 56.0343 840.32 56.2953 840.581C56.5559 840.841 56.5559 841.264 56.2953 841.525L53.1253 844.695C52.8647 844.956 52.442 844.956 52.1809 844.695C51.9203 844.434 51.9203 844.012 52.1809 843.751L55.351 840.581ZM44.5045 840.396C44.5045 840.027 44.8033 839.728 45.1722 839.728C45.5412 839.728 45.84 840.027 45.84 840.396V844.879C45.84 845.248 45.5412 845.547 45.1722 845.547C44.8033 845.547 44.5045 845.248 44.5045 844.879V840.396ZM30.4475 827.751C33.3783 827.751 35.7545 830.127 35.7545 833.058C35.7545 835.989 33.3783 838.365 30.4475 838.365C27.5164 838.365 25.1406 835.989 25.1406 833.058C25.1406 830.127 27.5164 827.751 30.4475 827.751ZM30.5865 829.843C30.5381 829.716 30.357 829.716 30.3086 829.843L29.5951 831.723C29.5738 831.78 29.5236 831.816 29.4632 831.819L27.4551 831.917C27.3179 831.923 27.262 832.096 27.3685 832.181L28.9358 833.441C28.9828 833.478 29.0019 833.537 28.986 833.596L28.4585 835.536C28.4225 835.668 28.5691 835.774 28.6836 835.699L30.3659 834.598C30.4165 834.565 30.4782 834.565 30.5288 834.598L32.211 835.699C32.3256 835.774 32.4717 835.668 32.4361 835.536L31.9087 833.596C31.8927 833.537 31.9118 833.478 31.9589 833.441L33.5261 832.181C33.6327 832.095 33.5767 831.923 33.4404 831.916L31.4323 831.819C31.3719 831.816 31.3222 831.78 31.3004 831.723L30.5865 829.843ZM59.8969 827.751C62.8281 827.751 65.2038 830.127 65.2038 833.058C65.2038 835.989 62.8276 838.365 59.8969 838.365C56.9662 838.365 54.59 835.989 54.59 833.058C54.59 830.127 56.9662 827.751 59.8969 827.751ZM62.0751 831.188C61.7714 830.465 61.1982 830.041 60.5647 829.869V829.7C60.5647 829.331 60.2659 829.032 59.8969 829.032C59.528 829.032 59.2292 829.331 59.2292 829.7V829.878C58.3257 830.13 57.6588 830.864 57.7063 831.841C57.7636 833.022 58.7585 833.526 59.7948 833.696C60.1868 833.761 60.8688 833.894 60.9274 834.379C60.9314 834.413 60.9336 834.432 60.9336 834.438C60.9425 834.811 60.4146 834.951 60.1256 834.986C60.0532 834.995 59.9946 834.999 59.9502 835C59.4898 835.011 58.9632 834.817 58.8407 834.326C58.7528 833.969 58.3918 833.751 58.0348 833.838C57.6774 833.926 57.4594 834.287 57.5469 834.644C57.756 835.483 58.4087 836.047 59.2287 836.249V836.416C59.2287 836.785 59.5275 837.083 59.8965 837.083C60.2654 837.083 60.5642 836.785 60.5642 836.416V836.263C61.4912 836.061 62.2882 835.434 62.2638 834.406C62.262 834.333 62.258 834.271 62.2522 834.222C62.1057 833.016 61.0752 832.556 60.0083 832.381C59.6785 832.327 59.0569 832.202 59.036 831.778C59.0183 831.41 59.3473 831.203 59.6687 831.139C60.1486 831.042 60.6455 831.232 60.8435 831.703C60.986 832.043 61.3771 832.203 61.7172 832.061C62.0578 831.919 62.2176 831.527 62.0751 831.188ZM46.0229 821.42C47.3562 822.418 47.0538 822.308 48.717 822.401C49.3559 822.436 49.8744 822.872 50.0205 823.495C50.4006 825.117 50.2394 824.838 51.4541 825.978C51.9208 826.415 52.0384 827.082 51.7494 827.653C50.9982 829.14 51.0537 828.823 51.2517 830.477C51.3276 831.112 50.9888 831.698 50.401 831.95C48.8697 832.606 49.1166 832.399 48.2046 833.793C47.8543 834.329 47.2181 834.56 46.6058 834.375C45.0115 833.893 45.3334 833.893 43.7391 834.375C43.1268 834.56 42.4901 834.329 42.1403 833.793C41.2288 832.399 41.4752 832.606 39.9439 831.95C39.3556 831.698 39.0173 831.112 39.0932 830.477C39.2908 828.823 39.3467 829.14 38.5955 827.653C38.3069 827.082 38.4246 826.415 38.8908 825.978C40.1055 824.838 39.9443 825.116 40.3244 823.495C40.4705 822.872 40.989 822.437 41.6279 822.401C43.2911 822.309 42.9887 822.419 44.322 821.42C44.8335 821.037 45.511 821.037 46.0229 821.42ZM42.832 828.369L43.9215 829.458C44.1821 829.719 44.6048 829.719 44.8659 829.458L44.8694 829.455L47.4889 827.078C47.7611 826.83 47.7811 826.408 47.5333 826.136C47.2856 825.864 46.8638 825.844 46.5916 826.092L44.417 828.065L43.7763 827.425C43.5157 827.164 43.0931 827.164 42.832 827.425C42.5714 827.685 42.5714 828.108 42.832 828.369ZM45.1722 823.812C42.9776 823.812 41.1986 825.591 41.1986 827.786C41.1986 829.98 42.9776 831.759 45.1722 831.759C47.3668 831.759 49.1459 829.98 49.1459 827.786C49.1459 825.591 47.3668 823.812 45.1722 823.812ZM43.9966 851.498C44.6137 851.573 45.1185 851.396 45.2908 850.753C45.4444 850.18 45.0812 849.645 44.5431 849.455C42.7001 849.117 40.9175 848.472 39.5154 847.965C37.522 847.244 37.0136 847.072 35.0463 848.211L31.6228 850.193L34.5269 855.324L34.6157 855.273C34.7742 855.182 34.9549 855.164 35.1187 855.208L43.1641 857.361C44.3176 857.67 44.9653 857.466 45.9829 856.946L57.0266 850.145C57.3507 849.946 57.5092 849.478 57.4617 849.018C57.423 848.645 57.2437 848.306 56.9 848.132C56.3415 847.85 55.3634 847.939 53.8405 848.826L47.7287 852.386C47.2314 852.675 46.7195 852.859 46.1876 852.949C44.6612 853.205 42.3765 852.491 41.0068 852.1C40.5699 851.975 40.1268 851.849 39.6961 851.733C39.3405 851.638 39.1292 851.273 39.2242 850.917C39.3192 850.561 39.6846 850.35 40.0407 850.445C41.3571 850.797 42.6628 851.221 43.9966 851.498ZM28.566 850.726C28.2467 850.772 28.0261 851.069 28.0727 851.388C28.1193 851.707 28.4159 851.928 28.7351 851.881C29.0543 851.835 29.275 851.538 29.2284 851.219C29.1818 850.9 28.8852 850.679 28.566 850.726Z\" fill=\"#465DF6\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9r39ev\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6hhq2k\",\"data-framer-name\":\"Protocol\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15vtud8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vm7v31\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Protocol Data\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Protocol Data\"})}),className:\"framer-1ttnh2s\",\"data-framer-name\":\"Protocol Data\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Get a quote using our API\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Get a quote using our API\"})}),className:\"framer-9pjdvp\",\"data-framer-name\":\"Get a quote using our API for the loan\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kh51nq\",\"data-framer-name\":\"Request\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-acfixw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-659dfv\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Transaction Data\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Transaction Data\"})}),className:\"framer-ng1248\",\"data-framer-name\":\"Transaction Data\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Request the transaction data (request bytecode) for different types of action (lend, borrow, swap)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"Request the transaction data (request bytecode) for different types of action (lend, borrow, swap)\"})}),className:\"framer-16c9r9v\",\"data-framer-name\":'Request the bytecode by clicking in the \"Borrow Button\"',fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a7al4j\",\"data-framer-name\":\"Sign\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11642o4\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eloelg\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Sign & Propagate bytecode\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Sign & Propagate bytecode\"})}),className:\"framer-1i7bejw\",\"data-framer-name\":\"Sign & Propagate transaction\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"The bytecode needs to be signed on your app, you can propagate yourselve or we propagate for you\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"The bytecode needs to be signed on your app. You can propagate yourselve or\\xa0you can POST the signed bytecode to us and we propagate for you\"})}),className:\"framer-13i4eq3\",\"data-framer-name\":\"The bytecode needs to be signed on your appYou can propagate yourselve or\\xa0You can POST the signed bytecode to us, and we propagate for you\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sdt08u\",\"data-framer-name\":\"Monitor\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n5fpq0\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f2lkfs\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Address Data\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Address Data\"})}),className:\"framer-bpa7f6\",\"data-framer-name\":\"Monitor Position\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"After propagation, we wil start monitor addresses and positions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"After propagation, we wil start monitor addresses and positions\"})}),className:\"framer-1d5l6q9\",\"data-framer-name\":\"After propagation. We wil start monitor this address and this position\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6ku9om\",\"data-framer-name\":\"Setup\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p4onxc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wb83vq\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Setup alerts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Setup alerts\"})}),className:\"framer-1chuzeu\",\"data-framer-name\":\"Setup alerts\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"You can use our webhooks to setup Alarms, push-up notifications, or emails in case of liquidations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"You can use our webhooks to setup Alarms, push-up notifications, or emails in case of liquidations\"})}),className:\"framer-7dlhh0\",\"data-framer-name\":\"You can use our webhooks to setup Alarms, push-up notifications, or emails in case of liquidations\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z5c9zt\",\"data-framer-name\":\"Benefits\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ss4ep2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fmlj25\",\"data-framer-name\":\"Frame 632098\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Extra benefits\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"41.3px\",\"--framer-text-color\":\"rgb(70, 93, 246)\"},children:\"Extra benefits\"})}),className:\"framer-997yr7\",\"data-framer-name\":\"Extra benefits\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"We also offer liquidation protection as an optional feature in partnership with DeFiSaver.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"30.3px\",\"--framer-text-color\":\"rgb(71, 80, 134)\"},children:\"We also offer liquidation protection as an optional feature in partnership with DeFiSaver.\"})}),className:\"framer-wwy676\",\"data-framer-name\":\"We also have a feature of save-liquidation in partnership with DeFiSaver that the user can choose\",fonts:[\"GF;Lato-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kswmri\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:\"Seemless\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:\"Seemless\"})}),className:\"framer-o6s6l9\",\"data-framer-name\":\"Seemless\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Process\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Process\"})})}),className:\"framer-b08l4t\",\"data-framer-name\":\"Process\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o0r0u2\",\"data-framer-name\":\"Widget\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hutpx1\",\"data-framer-name\":\"WidgetSection\",id:elementId11,ref:ref12}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10qd84p\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{style:{scale:.9}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:137}},{ref:ref12,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hi1i3f\",\"data-framer-name\":\"Widget\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x26bbl\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h843is\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m794ua\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{style:{rotate:180,scale:.5}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-131qav6\",\"data-framer-name\":\"BGRadarLeft\",style:{rotate:180},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4mao9c\",\"data-framer-name\":\"RadarLeft\",style:{rotate:90},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9471+0+0+0+0+86+345+1.25),pixelHeight:908,pixelWidth:1726,sizes:\"1337px\",src:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png\",srcSet:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png 1726w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9445+0+0+0+60+345+1.25),pixelHeight:908,pixelWidth:1726,sizes:\"1337px\",src:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png\",srcSet:\"https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PW9CFf0KWlkoKj0FEgBzndfVG6Y.png 1726w\"},className:\"framer-x2q244\",\"data-framer-name\":\"image 433\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x4vogf\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ferxv\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qn3cpc\",\"data-framer-name\":\"BackgroundList\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:514,intrinsicWidth:526,svg:'<svg width=\"526\" height=\"514\" viewBox=\"0 0 526 514\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<foreignObject x=\"0\" y=\"0\" width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(7px);clip-path:url(#bgblur_0_1066_2776_clip_path);height:100%;width:100%\"></div></foreignObject><path data-figma-bg-blur-radius=\"14\" d=\"M0 22C0 9.84974 9.84974 0 22 0H504C516.15 0 526 9.84974 526 22V492C526 504.15 516.15 514 504 514H22C9.84975 514 0 504.15 0 492V22Z\" fill=\"#F1F2FD\"/>\\n<defs>\\n<clipPath id=\"bgblur_0_1066_2776_clip_path\"><path transform=\"translate(0 0)\" d=\"M0 22C0 9.84974 9.84974 0 22 0H504C516.15 0 526 9.84974 526 22V492C526 504.15 516.15 514 504 514H22C9.84975 514 0 504.15 0 492V22Z\"/>\\n</clipPath></defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpcb3a\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vef21i\",\"data-framer-name\":\"ListItem\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8gq5q7\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16k6yxh\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dg9lz2\",\"data-framer-name\":\"wallet\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kfowps\",\"data-framer-name\":\"wallet\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.46596 7.85714C7.46596 9.13571 8.50882 10.1786 9.78739 10.1786H13.0017V10.7143C13.0017 12.1429 12.2874 12.8571 10.8588 12.8571H2.28739C0.858817 12.8571 0.144531 12.1429 0.144531 10.7143V1.42857C0.144531 2.21429 0.787388 2.85714 1.5731 2.85714H10.8588C12.2874 2.85714 13.0017 3.57143 13.0017 5V5.53571H9.78739C8.50882 5.53571 7.46596 6.57857 7.46596 7.85714ZM9.78739 6.60714C9.10167 6.60714 8.53739 7.17143 8.53739 7.85714C8.53739 8.54286 9.10167 9.10714 9.78739 9.10714H13.0017V6.60714H9.78739ZM10.1588 8.57143C9.76597 8.57143 9.4374 8.25 9.4374 7.85714C9.4374 7.46429 9.75882 7.14286 10.1517 7.14286H10.1588C10.5517 7.14286 10.8731 7.46429 10.8731 7.85714C10.8731 8.25 10.5517 8.57143 10.1588 8.57143ZM8.71596 0H2.10882C1.61596 0 1.21596 0.4 1.21596 0.892857C1.21596 1.38571 1.61596 1.78571 2.10882 1.78571H10.8374C10.7302 0.592857 10.0231 0 8.71596 0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Unified API for all assets and protocols\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.3px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Unified API for all assets and protocols\"})}),className:\"framer-qstvtq\",\"data-framer-name\":\"Unified API for all assets and all reward sources\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ep89dg\",\"data-framer-name\":\"ListItem\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eboexx\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-59ig9j\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vr5fgc\",\"data-framer-name\":\"bank\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7r0noc\",\"data-framer-name\":\"bank\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.8599 13.2908H14.098V12.3384C14.098 11.8302 13.8443 11.5765 13.3361 11.5765H13.1456V6.24315H13.3361C13.8443 6.24315 14.098 5.98944 14.098 5.48125V3.53147C14.098 3.24271 13.935 2.97924 13.6767 2.85048L8.51404 0.269009C8.19252 0.108247 7.81382 0.108247 7.49154 0.269009L2.32887 2.85048C2.07058 2.97924 1.90755 3.24347 1.90755 3.53147V5.48125C1.90755 5.98944 2.16127 6.24315 2.66946 6.24315H2.85993V11.5765H2.66946C2.16127 11.5765 1.90755 11.8302 1.90755 12.3384V13.2908H1.14565C0.830219 13.2908 0.574219 13.5468 0.574219 13.8622C0.574219 14.1776 0.830219 14.4336 1.14565 14.4336H14.8599C15.1754 14.4336 15.4314 14.1776 15.4314 13.8622C15.4314 13.5468 15.1754 13.2908 14.8599 13.2908ZM8.00279 2.24315C8.5285 2.24315 8.95517 2.66982 8.95517 3.19553C8.95517 3.72125 8.5285 4.14791 8.00279 4.14791C7.47708 4.14791 7.05041 3.72125 7.05041 3.19553C7.05041 2.66982 7.47708 2.24315 8.00279 2.24315ZM4.00279 11.5765V6.24315H5.90755V11.5765H4.00279ZM7.05041 11.5765V6.24315H8.95517V11.5765H7.05041ZM10.098 11.5765V6.24315H12.0028V11.5765H10.098Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Monetize your user base and expand your offering\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.3px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Monetize your user base and expand your offering\"})}),className:\"framer-1f98ach\",\"data-framer-name\":\"Monetize your crypto reward offerings\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19u5lm2\",\"data-framer-name\":\"ListItem\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x8eyzp\",\"data-framer-name\":\"Icon\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jovnvq\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vyfd1j\",\"data-framer-name\":\"ethereum\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1udlwdu\",\"data-framer-name\":\"ethereum\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.00312 9.90708L1.54025 8.74996L5.00312 7.01852L8.46598 8.74996L5.00312 9.90708ZM5.00312 11.2271C4.93454 11.2271 4.86598 11.2185 4.79741 11.1928L1.2137 9.99801C0.97884 9.92001 0.77998 10.1857 0.921409 10.3888L4.42882 15.4177C4.7031 15.8206 5.30313 15.8206 5.57741 15.4177L9.08482 10.3888C9.22625 10.1857 9.02739 9.92001 8.79254 9.99801L5.20882 11.1928C5.14025 11.2185 5.07169 11.2271 5.00312 11.2271ZM5.29454 5.72422L8.8594 7.50621C9.08482 7.61935 9.3214 7.37338 9.19968 7.15224L5.62026 0.649063C5.35455 0.169063 4.65169 0.169063 4.38597 0.649063L0.806549 7.15224C0.684835 7.37338 0.921409 7.61935 1.14684 7.50621L4.71169 5.72422C4.90026 5.63851 5.10597 5.63851 5.29454 5.72422Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Industry-leading reporting, alerting, and SLAs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"31.3px\",\"--framer-text-color\":\"rgb(37, 32, 80)\"},children:\"Industry-leading reporting, alerting, and SLAs\"})}),className:\"framer-1o8g5zk\",\"data-framer-name\":\"Industry-leading reporting, alerting, and SLAs\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s8e0aw\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\"},children:\"Whitelabelled\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:\"Whitelabelled\"})}),className:\"framer-18cwat1\",\"data-framer-name\":\"Whitelabelled\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"In a day\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"in a day\"})})}),className:\"framer-19gbcvx\",\"data-framer-name\":\"in a day\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qp9gkq\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-etrn50\",\"data-framer-name\":\"Code\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-q9wsef hidden-17flsgh\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dgi8sj\",\"data-framer-name\":\"Code\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ox798h\",\"data-framer-name\":\"TopBar\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:652,svg:'<svg width=\"652\" height=\"40\" viewBox=\"0 0 652 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 8.35356C0 3.74001 3.74001 0 8.35356 0H643.646C648.26 0 652 3.74001 652 8.35356V40H0V8.35356Z\" fill=\"#2C2947\"/>\\n<circle cx=\"22.3709\" cy=\"19.8084\" r=\"5.84749\" fill=\"#FF5F57\"/>\\n<circle cx=\"42.4217\" cy=\"19.8084\" r=\"5.84749\" fill=\"#FEBC2E\"/>\\n<circle cx=\"62.4647\" cy=\"19.8084\" r=\"5.84749\" fill=\"#28C840\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ioc6qd\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16.07px\",\"--framer-text-color\":\"rgb(166, 215, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"const\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(223, 191, 255)\"},children:\"PodsWidget\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"() => {\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"return\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"(\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0<\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(145, 244, 144)\"},children:\"iframe\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(145, 244, 144)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"src\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201Chttps://<company>.\",/*#__PURE__*/_jsx(\"br\",{}),\"widget.pods.fi/?address=<userAddress>\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"title\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201CPods Widget\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"allow\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201Cclipboard-write\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"style\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"={\"}),\"{\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"width:\"}),\"\u201C100vw\u201D,\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"height:\"}),\"\u201C100vh\u201D}\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"}\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"/>\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0);\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"};\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16.07px\",\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:[\"export default\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"PodsWidget;\"})]})]}),transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16.07px\",\"--framer-text-color\":\"rgb(166, 215, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"const\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(223, 191, 255)\"},children:\"DeframeWidget\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"() => {\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"return\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"(\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0<\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(145, 244, 144)\"},children:\"iframe\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(145, 244, 144)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"src\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201Chttps://<yourCompany>.widget.deframe.io/?address=\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"title\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201CDeframe Widget\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"allow\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"=\"}),\"\u201Cclipboard-write\u201D\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(100, 178, 255)\"},children:\"style\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"={\"}),\"{\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"width:\"}),\"\u201C100vw\u201D,\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"height:\"}),\"\u201C100vh\u201D}\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:\"}\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"/>\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"\\xa0\\xa0);\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"};\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16.07px\",\"--framer-text-color\":\"rgb(254, 118, 109)\"},children:[\"export default\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(184, 184, 184)\"},children:\"DeframeWidget;\"})]})]}),className:\"framer-1suzpfw\",\"data-framer-name\":\"const PodsWidget = () => {\\u2028\\xa0\\xa0return (\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0<iframe\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0src=\u201Chttps://<company>.widget.pods.fi/?address=<userAddress>\u201D\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0title=\u201CPods Widget\u201D\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0allow=\u201Cclipboard-write\u201D\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0style={{ width:\u201C100vw\u201D, height:\u201C100vh\u201D}}\\u2028\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0/>\\u2028\\xa0\\xa0);\\u2028}; export default PodsWidget;\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s18iyd\",\"data-framer-name\":\"Access\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bwlpp1\",\"data-framer-name\":\"Access\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{style:{scale:.9}},XAqrCodJn:{style:{scale:.28}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1006xuh\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rxnv1g\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uieatv\",\"data-framer-name\":\"Mask\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fw03na\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f9uubw\",\"data-framer-name\":\"Circle\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-emthoq\",\"data-border\":true,\"data-framer-name\":\"Ellipse 1591\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ypim74\",\"data-border\":true,\"data-framer-name\":\"Ellipse 1592\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wnjxzv\",\"data-border\":true,\"data-framer-name\":\"Ellipse 1593\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10509+-13+202+0+0+79.8322),pixelHeight:1603,pixelWidth:3392,positionX:\"center\",positionY:\"center\",sizes:\"1131px\",src:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png\",srcSet:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=512 512w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png 3392w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10461+0+-219+0+0+79.8322),pixelHeight:1603,pixelWidth:3392,positionX:\"center\",positionY:\"center\",sizes:\"1131px\",src:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png\",srcSet:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=512 512w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png 3392w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10574+1034-968+202+0+0+79.8322),pixelHeight:1603,pixelWidth:3392,positionX:\"center\",positionY:\"center\",sizes:\"1131px\",src:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png\",srcSet:\"https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=512 512w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b7mBak6K2mvlmgiFLoccO7po.png 3392w\"},className:\"framer-8vsbw8\",\"data-framer-name\":\"Logos\"})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://form.typeform.com/to/gtgrLZuK\",motionChild:true,nodeId:\"ua5Km2XQd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1s5jvv4 framer-lux5qc\",\"data-framer-name\":\"Button\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact Us\"})}),className:\"framer-1jrpn09\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10509+-13+202+0+1063-282),pixelHeight:322,pixelWidth:1042,sizes:\"1142px\",src:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg\",srcSet:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg 1042w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10461+0+-219+0+1063-282),pixelHeight:322,pixelWidth:1042,sizes:\"1142px\",src:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg\",srcSet:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg 1042w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10574+1034-968+202+0+1063-282),pixelHeight:322,pixelWidth:1042,sizes:\"1142px\",src:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg\",srcSet:\"https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zy2n4qS449OyUhAmwmFD2rQn5lY.svg 1042w\"},className:\"framer-1hpdskb\"})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fk6l6e\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:\"Access onchain \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:\"protocols\"})]}),transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:\"Access onchain protocols\"})}),className:\"framer-1xf6orl\",\"data-framer-name\":\"Access onchain protocols\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"today\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"today\"})})}),className:\"framer-8p6c6\",\"data-framer-name\":\"today\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f2plcx\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8w67zo\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5kyibg\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8bncix\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2uo3qd\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:39,intrinsicWidth:136,svg:'<svg width=\"136\" height=\"39\" viewBox=\"0 0 136 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.04682 6.22656H0V23.8896H5.04682V6.22656Z\" fill=\"white\"/>\\n<path d=\"M20.1856 1.17969H5.04688V6.22477H20.1751V16.3184H25.222V6.22477L20.1856 1.19014V1.17969Z\" fill=\"white\"/>\\n<path d=\"M15.1283 28.9375L20.1856 23.8906H5.04688V28.9375H15.1283Z\" fill=\"white\"/>\\n<path d=\"M131.669 28.875V34.6936L132.796 34.4601C132.834 34.9915 133.306 35.2388 133.799 35.1988C134.442 35.1482 134.59 34.4584 133.9 34.2563C133.076 34.0159 132.007 33.9898 131.805 32.9184C131.566 31.6571 132.764 30.9672 133.878 31.0387C134.696 31.0909 135.44 31.5909 135.569 32.4376L134.463 32.6832L134.444 32.6623C134.376 32.1588 133.813 31.9167 133.362 32.0787C132.869 32.2546 132.871 32.8017 133.407 32.948C133.893 33.0821 134.383 33.0961 134.839 33.3434C136.027 33.9863 135.806 35.582 134.604 36.0541C133.646 36.4322 132.212 36.1709 131.77 35.143L131.669 34.8625L131.707 36.0681H130.437C130.4 35.8851 130.383 35.697 130.385 35.5106C130.27 35.6813 130.132 35.8207 129.956 35.9304C129.421 36.2614 128.688 36.2405 128.113 36.0245C127.489 35.7911 126.991 35.2667 126.768 34.6413L126.653 34.8835C126.037 36.0489 124.62 36.4879 123.401 36.0454C122.758 35.812 122.209 35.3016 121.972 34.6552C121.953 34.6552 121.953 34.6744 121.946 34.6866C121.744 35.0855 121.652 35.3364 121.298 35.6465C120.528 36.3207 119.11 36.4217 118.399 35.6169C118.392 35.6082 118.399 35.5925 118.37 35.5994V37.9443H117.035V31.1798H118.331V31.7634C118.403 31.6885 118.455 31.6014 118.532 31.5299C119.075 31.0212 120.047 30.9655 120.718 31.2233C121.321 31.4533 121.767 31.9585 121.965 32.5682C122.235 31.9411 122.735 31.4463 123.378 31.2076C124.69 30.7216 126.237 31.2634 126.761 32.5943C127.047 31.8435 127.678 31.2616 128.475 31.1083C129.11 30.9864 129.974 31.077 130.357 31.6623V28.8767H131.665L131.669 28.875ZM124.267 32.2337C122.66 32.3487 122.734 35.0298 124.38 35.0176C126.078 35.0054 126.031 32.1083 124.267 32.2337ZM129.022 32.2477C128.139 32.3261 127.815 33.2163 127.968 33.9932C128.221 35.2806 129.947 35.3625 130.306 34.1152C130.575 33.1849 130.103 32.1519 129.022 32.2477ZM119.432 32.2599C118.08 32.3905 117.981 34.6065 119.244 34.9549C119.941 35.1482 120.591 34.765 120.767 34.0734C121.007 33.1309 120.497 32.1571 119.432 32.2599Z\" fill=\"white\"/>\\n<path d=\"M106.373 31.2871C106.701 31.0989 107.076 31.0049 107.494 31.0049C107.943 31.0049 108.347 31.1111 108.706 31.3237C109.065 31.5362 109.347 31.8358 109.553 32.2208C109.758 32.6058 109.863 33.0536 109.863 33.564C109.863 34.0744 109.76 34.5169 109.553 34.9124C109.345 35.3078 109.061 35.6144 108.701 35.8322C108.34 36.0499 107.938 36.1597 107.494 36.1597C107.049 36.1597 106.684 36.0656 106.36 35.8775C106.034 35.6893 105.79 35.4489 105.626 35.158V36.0778H104.797V29.3359H105.626V32.0135C105.797 31.7156 106.046 31.4735 106.373 31.2853V31.2871ZM108.788 32.5814C108.636 32.3027 108.431 32.0902 108.173 31.9438C107.915 31.7975 107.631 31.7261 107.321 31.7261C107.011 31.7261 106.736 31.801 106.478 31.9491C106.22 32.0989 106.013 32.3132 105.858 32.5954C105.703 32.8776 105.626 33.2051 105.626 33.5744C105.626 33.9438 105.703 34.28 105.858 34.5622C106.013 34.8444 106.218 35.0604 106.478 35.2085C106.736 35.3583 107.016 35.4315 107.321 35.4315C107.626 35.4315 107.915 35.3566 108.173 35.2085C108.431 35.0604 108.636 34.8444 108.788 34.5622C108.94 34.28 109.016 33.9472 109.016 33.564C109.016 33.1807 108.94 32.8602 108.788 32.5797V32.5814Z\" fill=\"white\"/>\\n<path d=\"M114.757 31.0877L111.75 38.4306H110.893L111.877 36.0248L109.863 31.0859H110.783L112.351 35.1311L113.9 31.0859H114.757V31.0877Z\" fill=\"white\"/>\\n<path d=\"M77.4134 8.7782L77.1434 6.88455H75.0703V23.1469H77.4152V12.4453C77.4152 10.7694 78.774 9.22766 80.4499 9.22766H83.4689V6.88281H80.2286C78.9552 6.88281 77.8681 7.66675 77.4152 8.77646L77.4134 8.7782Z\" fill=\"white\"/>\\n<path d=\"M69.005 0.773438C67.7542 0.773438 66.7403 1.78733 66.7403 3.03815V6.90035L64.3711 7.55363V9.22778H66.7403V23.1679H69.0834V9.22778H72.3307V6.88293H69.0834V3.75937C69.0834 3.40398 69.3709 3.11654 69.7263 3.11654H72.8272V0.773438H69.005Z\" fill=\"white\"/>\\n<path d=\"M91.5548 6.89062H86.2031V9.16927H91.3388C93.053 9.16927 94.4432 10.5629 94.4432 12.2737V13.3276H96.7218V12.0577C96.7218 9.20412 94.4101 6.89062 91.5548 6.89062Z\" fill=\"white\"/>\\n<path d=\"M86.4828 14.0528C85.7546 14.4936 85.1466 15.1155 84.7181 15.8559C84.2843 16.6032 84.0352 17.4691 84.0352 18.3941V18.5457C84.0352 18.7373 84.0474 18.9272 84.0717 19.1171C84.246 20.516 85.0839 21.779 86.2999 22.488C87.7632 23.3434 89.7736 23.2667 91.3624 22.8417C91.9373 22.6884 92.493 22.4532 93.0121 22.1605C93.2856 22.0037 93.5504 21.8295 93.803 21.6396C93.9058 21.563 94.4476 21.218 94.4476 21.0926L94.8152 22.927H96.7262V15.6103H94.4476C94.4476 16.7287 94.0974 17.7635 93.4999 18.6136C93.3222 18.8575 93.1323 19.0857 92.9215 19.2965C91.8153 20.4027 90.2614 20.9271 88.7074 20.8191C87.3974 20.7285 86.3173 19.7512 86.3173 18.3941C86.3173 18.2425 86.3295 18.0962 86.3556 17.9534C86.4462 17.3611 86.7249 16.8297 87.1291 16.4273C87.2807 16.2757 87.4496 16.1381 87.6308 16.0336C88.0542 15.7618 88.5559 15.6103 89.0959 15.6103H94.4459V13.3281H89.0959C88.1395 13.3281 87.2458 13.5929 86.481 14.0546L86.4828 14.0528Z\" fill=\"white\"/>\\n<path d=\"M50.2539 17.9774C50.2539 18.0558 50.2556 18.1325 50.2591 18.2109C50.2609 18.2631 50.2626 18.3171 50.2696 18.3694C50.2713 18.4025 50.2731 18.4356 50.2783 18.4687C50.28 18.507 50.2835 18.5436 50.2905 18.5819C50.2957 18.636 50.3027 18.69 50.3131 18.744C50.3131 18.7579 50.3149 18.7701 50.3184 18.7823C50.3271 18.8502 50.3393 18.9199 50.3532 18.9861C50.3567 19.007 50.3619 19.0244 50.3654 19.0418C50.3793 19.1185 50.3985 19.1934 50.4177 19.2683C50.4333 19.3345 50.4525 19.4007 50.4734 19.4687C50.6058 19.9146 50.7974 20.3327 51.0396 20.7195C51.064 20.7578 51.0884 20.7944 51.1145 20.8327C51.1702 20.9233 51.2347 21.0122 51.3026 21.0975C51.3444 21.1567 51.3897 21.2125 51.435 21.2665C51.4821 21.3257 51.5291 21.3815 51.5814 21.4355C51.6406 21.5034 51.7016 21.5679 51.7678 21.6323C51.8253 21.6916 51.8862 21.7473 51.9472 21.8031C52.003 21.8536 52.0605 21.9041 52.1179 21.9529C52.7068 22.4424 53.4071 22.8065 54.1753 22.9929C54.2311 23.0086 54.2868 23.0208 54.3426 23.033C54.3687 23.0382 54.3966 23.0452 54.4227 23.0486C54.4854 23.0608 54.5499 23.073 54.6143 23.08C54.6265 23.0835 54.6405 23.087 54.6544 23.087C54.7067 23.0974 54.7607 23.1027 54.8164 23.1096C54.8548 23.1166 54.8913 23.1201 54.9297 23.1218C54.9628 23.1253 54.9941 23.127 55.029 23.1305C55.0812 23.1358 55.1352 23.1392 55.1875 23.141C55.2641 23.1445 55.3425 23.1479 55.4209 23.1479H60.7726V20.8693H55.637C53.9227 20.8693 52.5326 19.4756 52.5326 17.7649V16.7109H50.2539V17.9809V17.9774Z\" fill=\"white\"/>\\n<path d=\"M61.5187 8.17614C61.3932 8.05594 61.2591 7.9427 61.1197 7.83818C60.9803 7.73191 60.834 7.63436 60.6825 7.54551C59.2191 6.69015 57.2087 6.7668 55.62 7.19187C55.4579 7.23368 55.2994 7.2842 55.1409 7.34169C55.0364 7.38001 54.9318 7.41834 54.829 7.46015C54.674 7.52286 54.5207 7.5908 54.3691 7.66571H54.3674C54.235 7.73017 54.1008 7.8016 53.9719 7.87302C53.6984 8.02981 53.4336 8.20402 53.181 8.3939C53.1305 8.43223 52.9702 8.53676 52.8204 8.64999C52.803 8.66393 52.7838 8.67787 52.7664 8.69181C52.7298 8.71968 52.695 8.74581 52.6654 8.77368C52.6497 8.78762 52.6358 8.80155 52.6236 8.81375C52.6096 8.82594 52.5974 8.83814 52.587 8.85033C52.5556 8.88691 52.5365 8.91653 52.5365 8.93918C52.5365 8.93918 50.655 10.2283 50.2578 14.4215L52.5365 14.4233V16.7037H57.8864C58.6634 16.7037 59.3985 16.5295 60.057 16.2176C60.2103 16.1445 60.3567 16.0661 60.5013 15.979C60.5919 15.9232 60.6825 15.8657 60.7696 15.803C61.0291 15.6201 61.273 15.4145 61.496 15.188C61.5326 15.1497 61.5709 15.1114 61.6075 15.0731C61.6789 14.9947 61.7469 14.9145 61.8148 14.8327C61.881 14.7473 61.9455 14.6637 62.0082 14.5783C62.0988 14.4477 62.1859 14.3118 62.266 14.1724C62.6998 13.4251 62.9489 12.5592 62.9489 11.6342V11.4826C62.9489 11.291 62.9367 11.1011 62.9123 10.9112C62.7834 9.86249 62.2799 8.8904 61.5204 8.17092L61.5187 8.17614ZM59.8497 13.6062L59.8131 13.6428C59.7574 13.6968 59.6982 13.7473 59.6372 13.7961C59.6163 13.8135 59.5954 13.8292 59.5762 13.8449C59.5153 13.8937 59.4508 13.9355 59.3863 13.9756C59.3741 13.9843 59.3602 13.9912 59.348 13.9999C58.9247 14.2717 58.423 14.4233 57.8829 14.4233H52.533C52.533 13.3048 52.8831 12.27 53.4807 11.4199C53.6584 11.176 53.8465 10.9495 54.059 10.7388C55.1653 9.63253 56.7209 9.10816 58.2749 9.21617C58.3115 9.21791 58.3498 9.22314 58.3864 9.22662C58.4369 9.23011 58.4874 9.23708 58.5379 9.24753C58.6425 9.26321 58.7453 9.2876 58.8445 9.31547C58.8655 9.31895 58.8846 9.32592 58.9055 9.33115C58.9317 9.33986 58.9578 9.34683 58.9839 9.35728C59.0466 9.37818 59.1093 9.40083 59.1686 9.42697C59.1912 9.43568 59.2121 9.44438 59.233 9.45658C59.294 9.48271 59.3515 9.51058 59.409 9.54368C59.4769 9.58027 59.5449 9.62033 59.6058 9.66389C59.7348 9.74925 59.8532 9.84506 59.9595 9.95307C60.395 10.3781 60.6633 10.9617 60.6633 11.6394C60.6633 11.6777 60.6633 11.7161 60.6615 11.7544C60.6581 11.8084 60.6528 11.8659 60.6494 11.9199C60.6441 11.9739 60.6354 12.0262 60.625 12.0819C60.618 12.1185 60.6128 12.1568 60.6075 12.1934C60.5849 12.3049 60.557 12.4112 60.5257 12.5139C60.4891 12.6185 60.449 12.7212 60.4055 12.8205C60.3584 12.9198 60.3079 13.0139 60.2522 13.1045C60.1755 13.2282 60.0901 13.3449 59.9978 13.4512C59.9508 13.5052 59.9037 13.5575 59.8532 13.608L59.8497 13.6062Z\" fill=\"white\"/>\\n<path d=\"M123.191 17.9696C123.191 18.048 123.193 18.1247 123.197 18.2031C123.198 18.2553 123.2 18.3093 123.207 18.3616C123.209 18.3947 123.211 18.4278 123.216 18.4609C123.218 18.4992 123.221 18.5358 123.228 18.5741C123.233 18.6281 123.24 18.6821 123.251 18.7361C123.251 18.7501 123.252 18.7623 123.256 18.7745C123.265 18.8424 123.277 18.9121 123.291 18.9783C123.294 18.9992 123.299 19.0166 123.303 19.034C123.317 19.1107 123.336 19.1856 123.355 19.2605C123.371 19.3267 123.39 19.3929 123.411 19.4608C123.543 19.9068 123.735 20.3249 123.977 20.7117C124.001 20.75 124.026 20.7866 124.052 20.8249C124.108 20.9155 124.172 21.0043 124.24 21.0897C124.282 21.1489 124.327 21.2047 124.373 21.2587C124.42 21.3179 124.467 21.3737 124.519 21.4277C124.578 21.4956 124.639 21.5601 124.705 21.6245C124.763 21.6837 124.824 21.7395 124.885 21.7952C124.94 21.8458 124.998 21.8963 125.055 21.9451C125.644 22.4346 126.345 22.7987 127.113 22.9851C127.169 23.0008 127.224 23.013 127.28 23.0252C127.306 23.0304 127.334 23.0373 127.36 23.0408C127.423 23.053 127.487 23.0652 127.552 23.0722C127.564 23.0757 127.578 23.0792 127.592 23.0792C127.644 23.0896 127.698 23.0948 127.754 23.1018C127.792 23.1088 127.829 23.1123 127.867 23.114C127.9 23.1175 127.932 23.1192 127.966 23.1227C128.019 23.1279 128.073 23.1314 128.125 23.1332C128.202 23.1367 128.28 23.1401 128.358 23.1401H133.71V20.8615H128.574C126.86 20.8615 125.47 19.4678 125.47 17.7571V16.7031H123.191V17.9731V17.9696Z\" fill=\"white\"/>\\n<path d=\"M135.848 10.9086C135.719 9.8599 135.216 8.88781 134.456 8.16833C134.331 8.04813 134.197 7.93489 134.057 7.83037C133.918 7.7241 133.772 7.62654 133.62 7.5377C132.157 6.68233 130.146 6.75899 128.557 7.18405C128.395 7.22586 128.237 7.27639 128.078 7.33388C127.974 7.37046 127.869 7.41053 127.767 7.45234C127.612 7.51505 127.458 7.58299 127.307 7.6579H127.305C127.172 7.72236 127.038 7.79378 126.909 7.86521C126.636 8.022 126.371 8.19621 126.119 8.38609C126.068 8.42442 125.908 8.52894 125.758 8.64218C125.741 8.65612 125.721 8.67006 125.704 8.68399C125.667 8.71187 125.632 8.738 125.603 8.76587C125.587 8.77981 125.573 8.79374 125.561 8.80594C125.547 8.81813 125.535 8.83032 125.524 8.84252C125.491 8.8791 125.474 8.90872 125.474 8.93137C125.474 8.93137 123.593 10.2205 123.195 14.4137H125.474C125.474 13.2953 125.824 12.2605 126.422 11.4104C126.599 11.1665 126.786 10.94 127 10.7292C128.106 9.61949 129.66 9.09687 131.214 9.20487C131.252 9.20662 131.289 9.2101 131.327 9.21707C131.378 9.22055 131.428 9.22752 131.479 9.23797C131.583 9.25365 131.684 9.2763 131.786 9.30591C131.806 9.3094 131.826 9.31637 131.847 9.32159C131.873 9.3303 131.899 9.33727 131.925 9.34773C131.988 9.36863 132.05 9.39128 132.11 9.41741C132.132 9.42612 132.153 9.43483 132.174 9.44702C132.235 9.47315 132.292 9.50103 132.35 9.53413C132.418 9.57071 132.486 9.61078 132.547 9.65433C132.676 9.73969 132.794 9.83551 132.9 9.94352C133.336 10.3686 133.604 10.9522 133.604 11.6299C133.604 11.6682 133.604 11.7065 133.603 11.7448C133.599 11.7988 133.594 11.8563 133.59 11.9103C133.585 11.9643 133.576 12.0166 133.566 12.0723C133.559 12.1089 133.554 12.1473 133.549 12.1838C133.526 12.2953 133.498 12.4016 133.467 12.5044C133.43 12.6089 133.39 12.7117 133.346 12.811C133.299 12.9103 133.249 13.0044 133.193 13.095C133.116 13.2186 133.031 13.3354 132.939 13.4416C132.892 13.4956 132.845 13.5479 132.794 13.5984L132.758 13.635C132.702 13.689 132.643 13.7395 132.582 13.7883C132.561 13.8057 132.54 13.8214 132.521 13.8371C132.46 13.8859 132.395 13.9277 132.331 13.9677C132.319 13.9764 132.305 13.9834 132.292 13.9921C131.869 14.2639 131.367 14.4155 130.827 14.4155H125.477V16.6976H130.827C131.604 16.6976 132.34 16.5234 132.998 16.2115C133.151 16.1384 133.298 16.0582 133.442 15.9711C133.533 15.9171 133.622 15.8579 133.711 15.7969C133.97 15.614 134.214 15.4084 134.437 15.182C134.474 15.1436 134.512 15.1053 134.548 15.067C134.62 14.9886 134.688 14.9085 134.756 14.8266C134.822 14.7412 134.886 14.6576 134.949 14.5722C135.04 14.4416 135.127 14.3057 135.207 14.1663C135.641 13.419 135.89 12.5532 135.89 11.6281V11.4766C135.89 11.2849 135.878 11.095 135.853 10.9052L135.848 10.9086Z\" fill=\"white\"/>\\n<path d=\"M118.421 7.6497C118.076 7.43368 117.703 7.2647 117.314 7.14624C116.901 7.02081 116.48 6.98422 116.048 6.95635C115.144 6.89712 114.236 6.92499 113.33 6.95983C112.538 6.98945 111.693 7.35877 111.13 7.92147C111.092 7.95631 111.055 7.99289 111.018 8.03122C110.395 8.67231 110.011 9.54509 110.011 10.5102C110.011 9.49979 109.59 8.58694 108.912 7.94063C108.872 7.90056 108.832 7.86223 108.789 7.82565C108.16 7.2978 107.418 6.99816 106.597 6.95287C106.479 6.9459 106.362 6.94241 106.243 6.94067C105.782 6.93022 105.318 6.92673 104.855 6.92847C104.446 6.93196 104.047 6.93196 103.649 7.04345C103.184 7.17585 102.756 7.41974 102.404 7.75074C102.336 7.81345 102.271 7.87966 102.21 7.94934C101.982 8.20368 101.796 8.49984 101.663 8.82212L101.393 6.92847H99.3203V23.1421H101.663V12.4892C101.663 11.1879 102.529 9.82556 103.799 9.42314C104.198 9.29597 104.62 9.26113 105.036 9.25764C105.419 9.2559 105.836 9.24719 106.214 9.31165C106.844 9.41791 107.423 9.75588 107.862 10.2158C108.44 10.8238 108.785 11.6495 108.785 12.4892V14.4856C108.785 14.4856 108.785 23.1421 108.787 23.1421H111.13V12.4892C111.13 11.221 111.921 9.97887 113.098 9.4876C113.466 9.3343 113.844 9.27332 114.238 9.27681C115.034 9.28378 115.827 9.2228 116.55 9.61477C117.124 9.92661 117.591 10.4248 117.887 11.0067C118.121 11.4649 118.25 11.9753 118.25 12.4892V23.1421H120.593V11.5764C120.593 9.91963 119.724 8.46848 118.417 7.6497H118.421Z\" fill=\"white\"/>\\n<path d=\"M44.9586 7.73403C44.8645 7.66608 44.7669 7.60511 44.6659 7.54588C43.2025 6.69051 41.1922 6.76717 39.6034 7.19223C39.4414 7.23579 39.2828 7.28631 39.1226 7.34206C39.0181 7.37864 38.9135 7.41871 38.8107 7.46052C38.6557 7.52323 38.5024 7.59117 38.3491 7.66608C38.2167 7.73054 38.0825 7.80197 37.9536 7.87339C37.0704 8.36292 36.2847 9.03885 35.6924 9.85937C35.0618 10.7339 34.7029 11.8122 34.4782 12.8575C34.4555 12.9655 34.4329 13.0735 34.4137 13.1833C34.2291 14.1728 34.2395 15.1658 34.2116 16.1657C34.182 17.2284 34.1594 18.4391 34.459 19.4652C34.5932 19.9112 34.7848 20.331 35.0269 20.716C35.0513 20.7544 35.074 20.791 35.1001 20.8293C35.1576 20.9199 35.222 21.0087 35.2882 21.0923C35.3301 21.1516 35.3754 21.2073 35.4206 21.2613C35.4677 21.3205 35.5165 21.3763 35.5687 21.432C35.628 21.5 35.6889 21.5644 35.7551 21.6289C35.8126 21.6881 35.8736 21.7439 35.9328 21.7996C35.9903 21.8501 36.0461 21.9007 36.1053 21.9494C36.9363 22.6358 37.9327 23.0208 39.0059 23.1132C40.0407 23.202 41.0964 23.1428 42.1329 23.1428C42.8925 23.1428 43.605 22.9302 44.2112 22.5609C44.307 22.5017 44.4011 22.439 44.4917 22.371C44.584 22.3031 44.6729 22.2334 44.7582 22.155C44.8279 22.0975 44.8941 22.0348 44.9586 21.9686L45.1728 23.1428H47.3017V0.75H44.9586V7.73403ZM44.9586 15.6518V19.6917C44.814 19.838 44.6572 19.9722 44.4917 20.0924C44.4011 20.1603 44.307 20.2248 44.2112 20.2823C43.605 20.6533 42.8925 20.8641 42.1329 20.8641H40.3856C39.8821 20.8641 39.3734 20.8694 38.8769 20.7648C38.3578 20.6551 37.9153 20.406 37.5251 20.0471C37.4641 19.9913 37.4049 19.9321 37.3491 19.8729C37.0443 19.5454 36.8108 19.1517 36.6715 18.7266C36.5007 18.2074 36.5304 17.6482 36.5182 17.1064C36.5042 16.495 36.5025 15.8818 36.5129 15.2685C36.5234 14.5613 36.5007 13.8383 36.6732 13.1484C37.1627 11.1921 38.7759 9.69561 40.7549 9.30364C41.4256 9.17124 42.1625 9.15382 42.8419 9.23396C44.0178 9.37333 44.9568 10.2635 44.9568 11.4865V15.6483L44.9586 15.6518Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ry07fu\",\"data-framer-name\":\"TopNav\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://pods-finance-1.gitbook.io/deframe\",motionChild:true,nodeId:\"tOAHab4Fs\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"Documentation\"})})})}),className:\"framer-1qrjg3s\",\"data-framer-name\":\"Documentation\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://products.pods.finance/\",motionChild:true,nodeId:\"IUlf12zPN\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14llcqa\",\"data-styles-preset\":\"tXnbjCQS1\",children:\"About us\"})})})}),className:\"framer-2a0ik5\",\"data-framer-name\":\"About us\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16bi13w\",\"data-framer-name\":\"BottomNav\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://x.com/podsfinance\",motionChild:true,nodeId:\"dfIn3ZQSp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ikimjz framer-lux5qc\",\"data-framer-name\":\"Group 283\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:\"Twitter\"})}),className:\"framer-se0nbr\",\"data-framer-name\":\"Twitter\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11464+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/9BbJWllp8l6YYuP6Z2KZmeJXQg.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10838+801-1318+1143-71+218-140+0+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/9BbJWllp8l6YYuP6Z2KZmeJXQg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11608+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/9BbJWllp8l6YYuP6Z2KZmeJXQg.png\"},className:\"framer-a07jv7\",\"data-framer-name\":\"twitter (1)\"})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://github.com/pods-finance\",motionChild:true,nodeId:\"OpWwVBXoB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8jhzya framer-lux5qc\",\"data-framer-name\":\"Group 284\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:\"Github\"})}),className:\"framer-h0d28h\",\"data-framer-name\":\"Github\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11464+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/39InPXnPH8zeHgThmbmH502LJM.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10838+801-1318+1143-71+218-140+0+39+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/39InPXnPH8zeHgThmbmH502LJM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11608+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/39InPXnPH8zeHgThmbmH502LJM.png\"},className:\"framer-1rcm7wh\",\"data-framer-name\":\"github (2)\"})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://discord.com/invite/Qf7utym\",motionChild:true,nodeId:\"jdTDEhQZj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-qzcj9h framer-lux5qc\",\"data-framer-name\":\"Group 285\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:\"Discord\"})}),className:\"framer-ykb6zc\",\"data-framer-name\":\"Discord\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11464+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/19202RQXhzfzKBrhDPuTlWfCmZU.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10838+801-1318+1143-71+218-140+0+78+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/19202RQXhzfzKBrhDPuTlWfCmZU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11608+0+1143-21+137-23+0+2),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/19202RQXhzfzKBrhDPuTlWfCmZU.png\"},className:\"framer-lq3b80\",\"data-framer-name\":\"discord (2)\"})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/c/PodsFinance\",motionChild:true,nodeId:\"C81qq_8N0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-115irmr framer-lux5qc\",\"data-framer-name\":\"Group 287\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhcnRhbi01MDA=\",\"--framer-font-family\":'\"Spartan\", \"Spartan Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"23px\",\"--framer-text-color\":\"rgb(194, 190, 216)\"},children:\"Youtube\"})}),className:\"framer-hargeb\",\"data-framer-name\":\"Youtube\",fonts:[\"GF;Spartan-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11464+0+1143-21+137-23+0+6),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/6VEIgG3t0lRJYh6BQgmh0txgDzU.png\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10838+801-1318+1143-71+218-140+0+117+6),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/6VEIgG3t0lRJYh6BQgmh0txgDzU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11608+0+1143-21+137-23+0+6),pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/6VEIgG3t0lRJYh6BQgmh0txgDzU.png\"},className:\"framer-1beyucv\",\"data-framer-name\":\"youtube (1)\"})})]})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m89Faw9K_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11464+422),pixelHeight:451,pixelWidth:1199,sizes:\"1193px\",src:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg\",srcSet:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg 1199w\"}},XAqrCodJn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10838+147.5),pixelHeight:451,pixelWidth:1199,sizes:\"337.5px\",src:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg\",srcSet:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg 1199w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11608+422),pixelHeight:451,pixelWidth:1199,sizes:\"1193px\",src:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg\",srcSet:\"https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IB6FCXf80UiWsL9ZaaZVeHv4.svg 1199w\"},className:\"framer-1l0a25w\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w3izoq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(144, 155, 225)\"},children:\"From swaps to crypto-backed loans, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(144, 155, 225)\"},children:\"Deframe offers services to your users so they never need to leave your app\"})]}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"34px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(144, 155, 225)\"},children:\"From swaps to crypto-backed loans, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by02MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"34px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(144, 155, 225)\"},children:\"Deframe offers services to your users so they never need to leave your app\"})]}),className:\"framer-1x89i18\",\"data-framer-name\":\"From swaps to crypto-backed loans, Deframe offers services to your users so they never need to leave your app\",fonts:[\"GF;Lato-600\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12di4ax\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Launch\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Launch\"})}),className:\"framer-12m8z7l\",\"data-framer-name\":\"Launch\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAqrCodJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Now\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(79, 102, 255) 36%, rgb(121, 124, 255) 65%, rgb(175, 135, 255) 95%)\"},children:\"Now\"})})}),className:\"framer-xcq59p\",\"data-framer-name\":\"Now\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://form.typeform.com/to/gtgrLZuK\",motionChild:true,nodeId:\"iCXu0NILs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-yf71cx framer-lux5qc\",\"data-framer-name\":\"Button\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDA=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"22.13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"43.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact Us\"})}),className:\"framer-kz8tj8\",\"data-framer-name\":\"Discover\",fonts:[\"GF;Lato-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15tv3zp\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qONZY.framer-lux5qc, .framer-qONZY .framer-lux5qc { display: block; }\",\".framer-qONZY.framer-72rtr7 { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 59.635416666666664%, rgb(246, 247, 255) 84.39083614864865%, rgb(224, 227, 248) 100%); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-qONZY .framer-pnc1uf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qONZY .framer-1mrcngf { flex: none; height: 1236px; left: 0px; overflow: hidden; position: absolute; top: 4354px; width: 544px; z-index: 0; }\",\".framer-qONZY .framer-19q6sug, .framer-qONZY .framer-4mao9c { background-color: #ffffff; flex: none; height: 544px; left: -396px; overflow: hidden; position: absolute; right: -396px; top: calc(49.91909385113271% - 544px / 2); }\",\".framer-qONZY .framer-z4q0hh { flex: none; height: 704px; left: -2px; opacity: 0.8; position: absolute; top: calc(64.88970588235297% - 703.5px / 2); width: 1337px; }\",\".framer-qONZY .framer-1o3jmcp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 135px; height: 48px; justify-content: flex-start; overflow: visible; padding: 73px 63px 73px 63px; position: relative; width: 100%; }\",\".framer-qONZY .framer-z20fwi { flex: none; height: 48px; position: relative; width: 172px; }\",\".framer-qONZY .framer-1p9ws70 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qONZY .framer-bvs01v, .framer-qONZY .framer-1m101dz, .framer-qONZY .framer-8yfe1, .framer-qONZY .framer-1x6xlqw, .framer-qONZY .framer-1vs2chv, .framer-qONZY .framer-1b3b1le, .framer-qONZY .framer-1mf3agl, .framer-qONZY .framer-1we1ov, .framer-qONZY .framer-jsqeri, .framer-qONZY .framer-iy69hc, .framer-qONZY .framer-1cgkerb, .framer-qONZY .framer-1cvubww, .framer-qONZY .framer-xpik9x, .framer-qONZY .framer-nu1bi3, .framer-qONZY .framer-tl53c, .framer-qONZY .framer-1gkqay, .framer-qONZY .framer-tq3bxn, .framer-qONZY .framer-qkmznh, .framer-qONZY .framer-1p1zgu, .framer-qONZY .framer-oomjuf, .framer-qONZY .framer-zg8e8, .framer-qONZY .framer-56qcxy, .framer-qONZY .framer-vgsdtr, .framer-qONZY .framer-k5gxr3, .framer-qONZY .framer-zwatvs, .framer-qONZY .framer-7hy9sp, .framer-qONZY .framer-18r7zil, .framer-qONZY .framer-qiu0mz, .framer-qONZY .framer-egezhm, .framer-qONZY .framer-1a36xw, .framer-qONZY .framer-1eid59a, .framer-qONZY .framer-o6s6l9, .framer-qONZY .framer-b08l4t, .framer-qONZY .framer-18cwat1, .framer-qONZY .framer-19gbcvx, .framer-qONZY .framer-1suzpfw, .framer-qONZY .framer-1jrpn09, .framer-qONZY .framer-1xf6orl, .framer-qONZY .framer-8p6c6, .framer-qONZY .framer-1qrjg3s, .framer-qONZY .framer-2a0ik5, .framer-qONZY .framer-12m8z7l, .framer-qONZY .framer-xcq59p, .framer-qONZY .framer-kz8tj8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1mm1yxm { flex: none; height: 838px; overflow: visible; position: relative; width: 100%; }\",\".framer-qONZY .framer-h1ldcu { bottom: -409px; flex: none; height: 1234px; left: 0px; overflow: hidden; position: absolute; width: 100%; }\",\".framer-qONZY .framer-1pwpn2q-container { flex: none; height: 662px; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-qONZY .framer-1slyut6 { background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 85.00000238418579%, rgba(255, 255, 255, 0) 100%); flex: none; height: 641px; left: calc(50% - 1440px / 2); position: absolute; top: 662px; width: 1440px; z-index: 0; }\",\".framer-qONZY .framer-1aiaxi { bottom: 1px; flex: none; height: 100px; left: calc(50.00000000000002% - 1300px / 2); overflow: visible; position: absolute; width: 1300px; }\",\".framer-qONZY .framer-1wt4pvi { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 71px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-9v1gev { flex: none; height: 100px; overflow: visible; position: relative; width: 295px; }\",\".framer-qONZY .framer-55l3as { flex: none; height: 100px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 295px; }\",\".framer-qONZY .framer-3mwetk { flex: none; height: 73px; left: 1px; opacity: 0.6; position: absolute; top: calc(50.40546223798241% - 73.08917236328125px / 2); width: 292px; }\",\".framer-qONZY .framer-1jbth49 { flex: none; height: 100px; overflow: visible; position: relative; width: 281px; }\",\".framer-qONZY .framer-1d60pi7 { flex: none; height: 100px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 281px; }\",\".framer-qONZY .framer-cx40x5 { flex: none; height: 103px; left: -14px; opacity: 0.6; position: absolute; top: calc(49.99697027498872% - 102.80675506591797px / 2); width: 310px; }\",\".framer-qONZY .framer-l0d9p4 { flex: none; height: 100px; overflow: visible; position: relative; width: 279px; }\",\".framer-qONZY .framer-1mcw560 { flex: none; height: 100px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 279px; }\",\".framer-qONZY .framer-3disge { flex: none; height: 156px; left: 0px; opacity: 0.4; position: absolute; top: calc(50.0018614998173% - 155.81649780273438px / 2); width: 281px; }\",\".framer-qONZY .framer-1picdnb { flex: none; height: 100px; overflow: visible; position: relative; width: 231px; }\",\".framer-qONZY .framer-1frmha1 { flex: none; height: 100px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 231px; }\",\".framer-qONZY .framer-xeo3yt { flex: none; height: 129px; left: 0px; opacity: 0.7; position: absolute; top: -14px; width: 231px; }\",\".framer-qONZY .framer-gn9sml { bottom: -476px; flex: none; height: 844px; left: calc(50.00000000000002% - 473px / 2); overflow: visible; position: absolute; width: 473px; }\",\".framer-qONZY .framer-78awus { --border-bottom-width: 2.856717109680176px; --border-color: rgba(208, 214, 255, 0.17); --border-left-width: 2.856717109680176px; --border-right-width: 2.856717109680176px; --border-style: solid; --border-top-width: 2.856717109680176px; -webkit-backdrop-filter: blur(8.135000228881836px); backdrop-filter: blur(8.135000228881836px); background-color: rgba(230, 233, 255, 0.2); border-bottom-left-radius: 43px; border-bottom-right-radius: 43px; border-top-left-radius: 43px; border-top-right-radius: 43px; flex: none; height: 844px; left: calc(50% - 473px / 2); position: absolute; top: 0px; width: 473px; }\",\".framer-qONZY .framer-juwonb { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 9px 24px 0px rgba(99, 114, 213, 0.22); flex: none; height: 748px; left: 56px; overflow: visible; position: absolute; top: 48px; width: 360px; }\",\".framer-qONZY .framer-9va34i { border-bottom-left-radius: 43px; border-bottom-right-radius: 43px; border-top-left-radius: 43px; border-top-right-radius: 43px; flex: none; height: 748px; left: calc(50% - 360px / 2); overflow: hidden; position: absolute; top: 0px; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qONZY .framer-1ug4uah { --border-bottom-width: 2.856717109680176px; --border-color: rgba(168, 179, 249, 0.7); --border-left-width: 2.856717109680176px; --border-right-width: 2.856717109680176px; --border-style: solid; --border-top-width: 2.856717109680176px; -webkit-backdrop-filter: blur(15.135000228881836px); backdrop-filter: blur(15.135000228881836px); background-color: rgba(230, 233, 255, 0.2); border-bottom-left-radius: 43px; border-bottom-right-radius: 43px; border-top-left-radius: 43px; border-top-right-radius: 43px; flex: none; height: 748px; left: calc(50% - 360px / 2); position: absolute; top: 0px; width: 360px; }\",\".framer-qONZY .framer-1jvys1t { flex: none; height: 716px; left: 19px; overflow: visible; position: absolute; top: 16px; width: 323px; }\",\".framer-qONZY .framer-1ptcben { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; flex: none; height: 716px; left: 0px; position: absolute; top: 0px; width: 323px; }\",\".framer-qONZY .framer-qdglo { aspect-ratio: 0.4850669412976313 / 1; bottom: -67px; flex: none; height: var(--framer-aspect-ratio-supported, 817px); left: -38px; overflow: visible; position: absolute; right: -35px; }\",\".framer-qONZY .framer-x6zejt { align-content: center; align-items: center; background-color: #465df6; border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; border-top-left-radius: 55px; border-top-right-radius: 55px; box-shadow: 0px 2.5px 8px 0px rgba(70, 93, 246, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 9.479999542236328px 31.899999618530273px 9.479999542236328px 31.899999618530273px; position: absolute; text-decoration: none; top: 385px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-1kbkvxc { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 293px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-1mh6amy { flex: none; height: 276px; left: calc(50.00000000000002% - 724px / 2); overflow: visible; position: absolute; top: 0px; width: 724px; }\",\".framer-qONZY .framer-1jpwus4, .framer-qONZY .framer-1g1xeqk { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-qgu4rl { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 181px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-jcly9g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1427px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qONZY .framer-f41rku { flex: none; height: 780px; overflow: visible; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-r9z4ut { bottom: -274px; flex: none; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-u5u7v2 { flex: none; height: 425px; left: calc(50.00000000000002% - 425px / 2); overflow: visible; position: absolute; top: 176px; width: 425px; }\",\".framer-qONZY .framer-14wphz7 { flex: none; height: 425px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 425px; }\",\".framer-qONZY .framer-1c5ujmg { --border-bottom-width: 3.4162368774414062px; --border-color: rgba(208, 214, 255, 0.17); --border-left-width: 3.4162368774414062px; --border-right-width: 3.4162368774414062px; --border-style: solid; --border-top-width: 3.4162368774414062px; -webkit-backdrop-filter: blur(9.728330612182617px); backdrop-filter: blur(9.728330612182617px); background-color: rgba(230, 233, 255, 0.2); border-bottom-left-radius: 51px; border-bottom-right-radius: 51px; border-top-left-radius: 51px; border-top-right-radius: 51px; flex: none; height: 425px; left: calc(50% - 425px / 2); position: absolute; top: 0px; width: 425px; }\",\".framer-qONZY .framer-5uzemn { background-color: #81c2bb; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; flex: none; height: 325px; left: calc(50.00210750804228% - 324.9866638183594px / 2); position: absolute; top: calc(50.003945743336395% - 324.9866638183594px / 2); width: 325px; }\",\".framer-qONZY .framer-1xgkf57 { box-shadow: 0px 5.841728210449219px 20.446048736572266px 0px rgba(0, 0, 0, 0.15); flex: none; height: 177px; left: 80px; overflow: visible; position: absolute; top: 120px; width: 266px; }\",\".framer-qONZY .framer-1lhucwy { background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 177px; left: 0px; position: absolute; top: 0px; width: 266px; }\",\".framer-qONZY .framer-10ivncc { bottom: 139px; flex: none; left: 226px; overflow: visible; position: absolute; right: 22px; top: 20px; }\",\".framer-qONZY .framer-1ltf45p { bottom: 5px; flex: none; left: 1px; position: absolute; right: 2px; top: 3px; }\",\".framer-qONZY .framer-1031zdy { bottom: 25px; flex: none; left: 237px; overflow: visible; position: absolute; right: 15px; top: 137px; }\",\".framer-qONZY .framer-6l2vde { bottom: 3px; flex: none; left: 2px; position: absolute; right: 3px; top: 2px; }\",\".framer-qONZY .framer-10psvy { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 26px; position: absolute; top: 37px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1ly50hh { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 26px; position: absolute; top: 60px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1puf5xn { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 26px; position: absolute; top: 110px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1shi0c6 { align-content: center; align-items: center; background-color: #6ac1b8; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; left: 130px; overflow: visible; padding: 0px 23.366912841796875px 0px 23.366912841796875px; position: absolute; top: 16px; width: min-content; }\",\".framer-qONZY .framer-1myzpwk { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 172px; position: absolute; top: 131px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1k6ivfx { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 26px; position: absolute; top: 133px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-ils76d { bottom: 96px; flex: none; left: 146px; position: absolute; right: 101px; top: 66px; }\",\".framer-qONZY .framer-12ohx89 { flex: none; height: 5px; left: -2px; position: absolute; top: 97px; width: 269px; }\",\".framer-qONZY .framer-1pw7iur, .framer-qONZY .framer-kmlgp3, .framer-qONZY .framer-ddydz7 { flex: none; height: 393px; left: 16px; overflow: visible; position: absolute; top: 16px; width: 393px; }\",\".framer-qONZY .framer-xuowxu, .framer-qONZY .framer-plqc5e, .framer-qONZY .framer-1brpzb3 { --border-bottom-width: 3.4162368774414062px; --border-color: rgba(208, 214, 255, 0.17); --border-left-width: 3.4162368774414062px; --border-right-width: 3.4162368774414062px; --border-style: solid; --border-top-width: 3.4162368774414062px; -webkit-backdrop-filter: blur(9.728330612182617px); backdrop-filter: blur(9.728330612182617px); background-color: rgba(230, 233, 255, 0.2); border-bottom-left-radius: 51px; border-bottom-right-radius: 51px; border-top-left-radius: 51px; border-top-right-radius: 51px; flex: none; height: 393px; left: calc(50% - 392.8562316894531px / 2); position: absolute; top: 0px; width: 393px; }\",\".framer-qONZY .framer-17dxh1o { background-color: #5e79bc; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; flex: none; height: 300px; left: calc(50.001510901054004% - 300.40716552734375px / 2); position: absolute; top: calc(50.00250522154198% - 300.40716552734375px / 2); width: 300px; }\",\".framer-qONZY .framer-11opx6p { box-shadow: 0px 5.841728210449219px 20.446048736572266px 0px rgba(0, 0, 0, 0.15); flex: none; height: 168px; left: 72px; overflow: visible; position: absolute; top: 114px; width: 251px; }\",\".framer-qONZY .framer-1fgi39e { background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 168px; left: 0px; position: absolute; top: 0px; width: 251px; }\",\".framer-qONZY .framer-d5t95n { flex: none; height: 26px; left: 23px; position: absolute; top: 38px; width: 26px; }\",\".framer-qONZY .framer-1cu4two { flex: none; height: 27px; left: 23px; position: absolute; top: 103px; width: 27px; }\",\".framer-qONZY .framer-1opzgo7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 67px; position: absolute; top: 23px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-ln6yb9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 67px; position: absolute; top: 50px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-obx59y { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 67px; position: absolute; top: 117px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-hit3ah { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 67px; position: absolute; top: 89px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-fnolr3, .framer-qONZY .framer-1fltw0h { flex: none; height: 300px; left: 46px; overflow: visible; position: absolute; top: 46px; width: 300px; }\",\".framer-qONZY .framer-1j968oz { background-color: #7c8dff; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; flex: none; height: 300px; left: calc(50% - 300.40716552734375px / 2); position: absolute; top: calc(50% - 300.40716552734375px / 2); width: 300px; }\",\".framer-qONZY .framer-10fim0u { flex: none; height: 224px; left: 34px; overflow: visible; position: absolute; top: 36px; width: 197px; }\",\".framer-qONZY .framer-sbb4bm, .framer-qONZY .framer-oqrml, .framer-qONZY .framer-k4hv7y, .framer-qONZY .framer-13yl5fm, .framer-qONZY .framer-1lvpp6q, .framer-qONZY .framer-3t9wuc, .framer-qONZY .framer-izrk2h, .framer-qONZY .framer-14vybz, .framer-qONZY .framer-slzrsu, .framer-qONZY .framer-1alubwd, .framer-qONZY .framer-1hbnbuz, .framer-qONZY .framer-inu842, .framer-qONZY .framer-95lolp, .framer-qONZY .framer-14r8gle, .framer-qONZY .framer-1ufp1dr, .framer-qONZY .framer-qx02g1, .framer-qONZY .framer-1nt67yh { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1dka3p1 { flex: none; height: 145px; left: 0px; overflow: visible; position: absolute; top: 79px; width: 170px; }\",\".framer-qONZY .framer-srehdf { bottom: 56px; flex: none; left: 0px; overflow: visible; position: absolute; right: 127px; top: 47px; }\",\".framer-qONZY .framer-imxlf2 { bottom: 6px; flex: none; left: 5px; position: absolute; right: 6px; top: 5px; }\",\".framer-qONZY .framer-1p8q7ez { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 170px; }\",\".framer-qONZY .framer-1u82vwi, .framer-qONZY .framer-gyvul8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 107px; position: absolute; top: 6px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-bvgojr { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 95px; width: 82px; }\",\".framer-qONZY .framer-awc6ru { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 35px; position: absolute; top: 6px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-dkeqbj { background-color: #9f87ff; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; flex: none; height: 300px; left: calc(50% - 300.40716552734375px / 2); position: absolute; top: calc(50% - 300.40716552734375px / 2); width: 300px; }\",\".framer-qONZY .framer-1cmqq7t { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 44px; position: absolute; top: 36px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-16hy2bo { flex: none; height: 104px; left: 34px; overflow: visible; position: absolute; top: 155px; width: 173px; }\",\".framer-qONZY .framer-806yfr { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 173px; }\",\".framer-qONZY .framer-eg0x9h { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 54px; width: 110px; }\",\".framer-qONZY .framer-5n3ymh { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 63px; position: absolute; top: 6px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1xzzqtj { flex: none; height: 241px; left: calc(50.00000000000002% - 1021px / 2); overflow: visible; position: absolute; top: calc(47.43589743589746% - 241px / 2); width: 1021px; }\",\".framer-qONZY .framer-1i514iw { bottom: -1px; flex: none; height: 110px; left: -14px; overflow: hidden; position: absolute; right: -12px; }\",\".framer-qONZY .framer-13h87cu { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 419px; position: absolute; top: 49%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-ci06mc { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 1px; position: absolute; top: 49%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-15aaa6o { bottom: -2px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 2px; z-index: 0; }\",\".framer-qONZY .framer-irdifp { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0.8) 6%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%); bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-qONZY .framer-6xauc6 { bottom: -2122px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -370px; }\",\".framer-qONZY .framer-i7pl6t { bottom: 0px; flex: none; left: -687px; overflow: hidden; position: absolute; right: -965px; top: 195px; }\",\".framer-qONZY .framer-gj5d76 { background-color: #2c245c; flex: none; height: 1431px; left: 336px; opacity: 0; overflow: hidden; position: absolute; top: 561px; width: 108px; z-index: 1; }\",\".framer-qONZY .framer-pa3ztt { background-color: #2c245c; flex: none; height: 702px; left: 508px; opacity: 0; overflow: hidden; position: absolute; top: 742px; width: 108px; z-index: 1; }\",\".framer-qONZY .framer-1vp5z7c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1542px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-1ahmkfh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 366px; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-1ygvk4h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: visible; padding: 400px 0px 0px 0px; position: relative; width: 736px; }\",\".framer-qONZY .framer-10k5fnw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qONZY .framer-1evbip0, .framer-qONZY .framer-z3xpzg, .framer-qONZY .framer-7jty3r, .framer-qONZY .framer-1lahsm8 { flex: none; height: 62px; overflow: visible; position: relative; width: 62px; }\",\".framer-qONZY .framer-sx430c { background: linear-gradient(180deg, #316def 0%, rgb(98, 114, 255) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 62px; left: 0px; position: absolute; top: 0px; width: 62px; }\",\".framer-qONZY .framer-ad5fsb, .framer-qONZY .framer-es5p83, .framer-qONZY .framer-1ikakz6, .framer-qONZY .framer-sukfaa { flex: none; height: 36px; left: 13px; overflow: visible; position: absolute; top: 13px; width: 36px; }\",\".framer-qONZY .framer-ukmsng { bottom: 4px; flex: none; left: 3px; position: absolute; right: 3px; top: 3px; }\",\".framer-qONZY .framer-vtx8jz, .framer-qONZY .framer-yr57vd, .framer-qONZY .framer-c7n63a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qONZY .framer-1g6544e { background: linear-gradient(180deg, #6070ff 0%, rgb(124, 127, 255) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 62px; left: 0px; position: absolute; top: 0px; width: 62px; }\",\".framer-qONZY .framer-ha9ect { bottom: 3px; flex: none; left: 3px; position: absolute; right: 3px; top: 3px; }\",\".framer-qONZY .framer-17uvnl9 { background: linear-gradient(180deg, #7a7dff 0%, rgb(151, 130, 255) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 62px; left: 0px; position: absolute; top: 0px; width: 62px; }\",\".framer-qONZY .framer-kc0tom { bottom: 5px; flex: none; left: 4px; position: absolute; right: 5px; top: 4px; }\",\".framer-qONZY .framer-avi91v { background: linear-gradient(180deg, #9882ff 0%, rgb(173, 135, 255) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 62px; left: 0px; position: absolute; top: 0px; width: 62px; }\",\".framer-qONZY .framer-1ypjz7t { bottom: 5px; flex: none; left: 3px; position: absolute; right: 3px; top: 4px; }\",\".framer-qONZY .framer-1826h0g { background-color: #2c245c; flex: none; height: 476px; left: 437px; opacity: 0; overflow: hidden; position: absolute; top: 624px; width: 108px; z-index: 1; }\",\".framer-qONZY .framer-cofwf9 { background-color: #2c245c; flex: none; height: 448px; left: 576px; opacity: 0; overflow: hidden; position: absolute; top: 956px; width: 108px; z-index: 1; }\",\".framer-qONZY .framer-8m4cj9 { background-color: #2c245c; flex: none; height: 428px; left: calc(53.75000000000002% - 108px / 2); opacity: 0; overflow: hidden; position: absolute; top: 1294px; width: 108px; z-index: 1; }\",\".framer-qONZY .framer-1aaqnfe { flex: none; height: 1464px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-r694z6 { bottom: 22px; flex: none; height: 1072px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-qONZY .framer-1r8waa5 { flex: none; height: 881px; left: calc(49.236111111111136% - 1248px / 2); overflow: visible; position: absolute; top: 6px; width: 1248px; }\",\".framer-qONZY .framer-xid4m6-container { flex: none; height: 612px; left: calc(50.00000000000002% - 1248px / 2); position: absolute; top: 269px; width: 1248px; }\",\".framer-qONZY .framer-859iq { flex: none; height: 173px; left: calc(50.00000000000002% - 671px / 2); overflow: visible; position: absolute; top: 0px; width: 671px; }\",\".framer-qONZY .framer-1b8pz2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-vealym { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 329px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-1jho6wx { --framer-paragraph-spacing: 0px; bottom: -7px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-qONZY .framer-1vu96fp-container { bottom: -244px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-qONZY .framer-15xerew { bottom: 354px; flex: none; height: 468px; left: 439px; overflow: hidden; position: absolute; width: 15px; }\",\".framer-qONZY .framer-1jd7hec { flex: none; height: 1368px; overflow: hidden; position: relative; width: 1440px; z-index: 1; }\",\".framer-qONZY .framer-12b8fos { flex: none; height: 475px; left: calc(29.236111111111136% - 475px / 2); position: absolute; top: 223px; width: 475px; }\",\".framer-qONZY .framer-hyospx-container { flex: none; height: 319px; left: calc(29.16666666666669% - 333px / 2); position: absolute; top: 303px; width: 333px; }\",\".framer-qONZY .framer-1eoqb3t { flex: none; height: 590px; left: calc(50.00000000000002% - 1159px / 2); overflow: visible; position: absolute; top: 682px; width: 1159px; }\",\".framer-qONZY .framer-mv6m8j { flex: none; height: 590px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-vpgykr, .framer-qONZY .framer-11un99s, .framer-qONZY .framer-hvg8q0 { -webkit-filter: blur(21.790000915527344px); background-color: rgba(49, 64, 198, 0.2); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(21.790000915527344px); flex: none; height: 47px; left: calc(49.81885699307277% - 303.11956787109375px / 2); position: absolute; top: 543px; width: 303px; }\",\".framer-qONZY .framer-ki2bk6, .framer-qONZY .framer-1phwqbg, .framer-qONZY .framer-1wu5773 { flex: none; height: 583px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-wlwjxb, .framer-qONZY .framer-151m6ti, .framer-qONZY .framer-9x9pkd { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; flex: none; height: 583px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 353px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qONZY .framer-1vrg15w, .framer-qONZY .framer-1rxeznb, .framer-qONZY .framer-145beu { --border-bottom-width: 2px; --border-color: #e4e7fc; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background: linear-gradient(180deg, #ffffff 59.50000286102295%, rgb(243, 244, 252) 100%); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; box-shadow: 0px 6px 8px 0px rgba(68, 77, 161, 0.15); flex: none; height: 583px; left: 0px; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-1utzkpa, .framer-qONZY .framer-v8mwb7, .framer-qONZY .framer-wpvv28 { flex: none; height: 288px; left: 42px; overflow: visible; position: absolute; top: 47px; width: 264px; }\",\".framer-qONZY .framer-58fqtw, .framer-qONZY .framer-1av83iz, .framer-qONZY .framer-793mvn { --framer-paragraph-spacing: 0px; flex: none; height: 181px; left: 0px; position: absolute; top: 107px; white-space: pre-wrap; width: 260px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-47i4q2, .framer-qONZY .framer-1hyq6ts, .framer-qONZY .framer-f6cu54 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 264px; }\",\".framer-qONZY .framer-azf26n, .framer-qONZY .framer-1ax0jac, .framer-qONZY .framer-1vagwh7, .framer-qONZY .framer-1ttnh2s, .framer-qONZY .framer-ng1248, .framer-qONZY .framer-bpa7f6, .framer-qONZY .framer-1chuzeu, .framer-qONZY .framer-997yr7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 259px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-111m1xd { align-content: center; align-items: center; background-color: rgba(171, 95, 238, 0.1); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-qONZY .framer-1h48rpl { flex: none; height: 294px; left: 92px; position: absolute; top: 322px; width: 294px; }\",\".framer-qONZY .framer-1oh702j { flex: none; height: 73px; left: 33px; opacity: 0.7; overflow: visible; position: absolute; top: 411px; width: 65px; }\",\".framer-qONZY .framer-1kl80fh { -webkit-filter: blur(9.175758361816406px); background-color: rgba(49, 64, 198, 0.35); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(9.175758361816406px); flex: none; height: 44px; left: calc(49.53184865434458% - 53.210330963134766px / 2); position: absolute; top: 30px; width: 53px; }\",\".framer-qONZY .framer-3upc5p { flex: none; height: 65px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 65px; }\",\".framer-qONZY .framer-1ujs97m { background: linear-gradient(180deg, #316def 0%, rgb(98, 114, 255) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 65px; left: 0px; position: absolute; top: 0px; width: 65px; }\",\".framer-qONZY .framer-lclrwu { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 37px; left: 14px; overflow: visible; position: absolute; top: 14px; width: 37px; }\",\".framer-qONZY .framer-1nn1qdo { bottom: 4px; flex: none; left: 3px; position: absolute; right: 4px; top: 3px; }\",\".framer-qONZY .framer-hap0gn { flex: none; height: 38px; left: 140px; opacity: 0.5; overflow: visible; position: absolute; top: 459px; width: 38px; }\",\".framer-qONZY .framer-vnjm8n { background: linear-gradient(180deg, #6070ff 0%, rgb(124, 127, 255) 100%); border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: 38px; left: 0px; position: absolute; top: 0px; width: 38px; }\",\".framer-qONZY .framer-htwwmb { flex: none; height: 22px; left: 8px; overflow: visible; position: absolute; top: 8px; width: 22px; }\",\".framer-qONZY .framer-1ixs3lv, .framer-qONZY .framer-pyttcu, .framer-qONZY .framer-1v0no8q, .framer-qONZY .framer-x0tsqi, .framer-qONZY .framer-1quovqu, .framer-qONZY .framer-ikqgov, .framer-qONZY .framer-1dv21jo { bottom: 2px; flex: none; left: 1px; position: absolute; right: 2px; top: 1px; }\",\".framer-qONZY .framer-14kfiwv { flex: none; height: 46px; left: 104px; overflow: visible; position: absolute; top: 372px; width: 46px; }\",\".framer-qONZY .framer-1rair09 { background: linear-gradient(180deg, #9882ff 0%, rgb(173, 135, 255) 100%); border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: 46px; left: 0px; position: absolute; top: 0px; width: 46px; }\",\".framer-qONZY .framer-1gqj4id { flex: none; height: 27px; left: 9px; overflow: visible; position: absolute; top: 10px; width: 27px; }\",\".framer-qONZY .framer-4mnlm2 { bottom: 4px; flex: none; left: 2px; position: absolute; right: 3px; top: 3px; }\",\".framer-qONZY .framer-ofp3se { flex: none; height: 590px; left: 403px; overflow: visible; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-1ya22an { --border-bottom-width: 2px; --border-color: #e4e7fc; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background: linear-gradient(180deg, #ffffff 59.50000286102295%, rgb(243, 244, 252) 100%); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; flex: none; height: 583px; left: 0px; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-1rcnv1z { align-content: center; align-items: center; background-color: rgba(20, 182, 147, 0.1); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-qONZY .framer-1ez5tce { --border-bottom-width: 1px; --border-color: rgba(168, 178, 249, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 211px; left: 217px; position: absolute; top: 416px; width: 211px; }\",\".framer-qONZY .framer-1ed9hw8 { --border-bottom-width: 1px; --border-color: rgba(168, 178, 249, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 311px; left: 159px; position: absolute; top: 357px; width: 311px; }\",\".framer-qONZY .framer-cqp5ld { box-shadow: 0px 4.418604850769043px 15.465116500854492px 0px rgba(76, 92, 209, 0.1); flex: none; height: 120px; left: 121px; overflow: visible; position: absolute; top: 388px; width: 237px; }\",\".framer-qONZY .framer-1hzvjd5 { background-color: #ffffff; border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; border-top-left-radius: 13px; border-top-right-radius: 13px; flex: none; height: 120px; left: 0px; position: absolute; top: 0px; width: 237px; }\",\".framer-qONZY .framer-110gz1u { flex: none; height: 98px; left: 16px; position: absolute; top: 12px; width: 206px; }\",\".framer-qONZY .framer-1iy5go1 { background-color: #fefdff; flex: none; height: 13px; left: 7px; overflow: hidden; position: absolute; top: 21px; width: 87px; }\",\".framer-qONZY .framer-1j6p1d1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; height: auto; left: -1px; position: absolute; white-space: pre; width: auto; }\",\".framer-qONZY .framer-4ja2ng { aspect-ratio: 1.0952380952380953 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); left: 47px; position: absolute; top: 0px; width: 14px; }\",\".framer-qONZY .framer-13sosja { background-color: #fcfbff; flex: none; height: 11px; left: calc(50.00000000000002% - 18px / 2); overflow: hidden; position: absolute; top: 23px; width: 18px; }\",\".framer-qONZY .framer-1556xzy { box-shadow: 0px 4.418604850769043px 15.465116500854492px 0px rgba(76, 92, 209, 0.1); flex: none; height: 95px; left: -48px; overflow: visible; position: absolute; top: 434px; width: 300px; }\",\".framer-qONZY .framer-1db9588 { background-color: #ffffff; border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; border-top-left-radius: 13px; border-top-right-radius: 13px; flex: none; height: 95px; left: 0px; position: absolute; top: 0px; width: 300px; }\",\".framer-qONZY .framer-ik5kmp { flex: none; height: 70px; left: 20px; position: absolute; top: 15px; width: 262px; }\",\".framer-qONZY .framer-zv1n0g { flex: none; height: 590px; left: 806px; overflow: visible; position: absolute; top: 0px; width: 353px; }\",\".framer-qONZY .framer-18s0m1o { align-content: center; align-items: center; background-color: rgba(232, 61, 170, 0.1); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-qONZY .framer-th01as { box-shadow: 0px 4px 14px 0px rgba(79, 85, 191, 0.1); flex: none; height: 88px; left: 53px; overflow: visible; position: absolute; top: 392px; width: 176px; }\",\".framer-qONZY .framer-1hnnu3d { background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 88px; left: calc(50% - 175.57542419433594px / 2); position: absolute; top: calc(50% - 88.26741790771484px / 2); width: 176px; }\",\".framer-qONZY .framer-1p1ledu { background-color: #cad0f7; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 13px; left: calc(49.18022500478207% - 138.15771484375px / 2); position: absolute; top: calc(27.169283039801506% - 13.431999206542969px / 2); width: 138px; }\",\".framer-qONZY .framer-1gwp5yc { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 10px; left: calc(37.431587646333455% - 96.90227508544922px / 2); position: absolute; top: calc(55.433767255775955% - 9.594285011291504px / 2); width: 97px; }\",\".framer-qONZY .framer-icu7fl { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 10px; left: calc(37.431587646333455% - 96.90227508544922px / 2); position: absolute; top: calc(73.91453896822709% - 9.594285011291504px / 2); width: 97px; }\",\".framer-qONZY .framer-1g2909w { flex: none; height: 176px; left: 194px; overflow: visible; position: absolute; top: 422px; width: 176px; }\",\".framer-qONZY .framer-1se1rn3 { background-color: #7c8dff; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; flex: none; height: 176px; left: calc(50% - 175.625px / 2); position: absolute; top: calc(49.99999999999586% - 175.625px / 2); width: 176px; }\",\".framer-qONZY .framer-114d1mq { flex: none; height: 131px; left: 20px; overflow: visible; position: absolute; top: 21px; width: 115px; }\",\".framer-qONZY .framer-1ptkwqa { flex: none; height: 85px; left: 0px; overflow: visible; position: absolute; top: 46px; width: 99px; }\",\".framer-qONZY .framer-8ca3tz { bottom: 33px; flex: none; left: 0px; overflow: visible; position: absolute; right: 75px; top: 27px; }\",\".framer-qONZY .framer-hfhkcx { bottom: 6px; flex: none; left: 0px; position: absolute; right: 6px; top: 0px; }\",\".framer-qONZY .framer-1r10f7m { flex: none; height: 29px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 99px; }\",\".framer-qONZY .framer-1ylnfzm { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 62px; position: absolute; top: 3px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-7ogpxw { flex: none; height: 29px; left: 0px; overflow: visible; position: absolute; top: 56px; width: 48px; }\",\".framer-qONZY .framer-1xf1dgk { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 20px; position: absolute; top: 3px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1yfz8w9 { flex: none; height: 296px; left: calc(69.58333333333336% - 607px / 2); overflow: visible; position: absolute; top: 335px; width: 607px; }\",\".framer-qONZY .framer-4itm3h { -webkit-filter: blur(21.790000915527344px); background-color: rgba(49, 64, 198, 0.2); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(21.790000915527344px); flex: none; height: 66px; left: calc(49.505766062602966% - 553px / 2); position: absolute; top: 230px; width: 553px; }\",\".framer-qONZY .framer-v9qdpy { --border-bottom-width: 2px; --border-color: #e4e7fc; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background: linear-gradient(180deg, #ffffff 59.50000286102295%, rgb(243, 244, 252) 100%); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; flex: none; height: 288px; left: 0px; position: absolute; top: 0px; width: 607px; }\",\".framer-qONZY .framer-1q7l1t7 { flex: none; height: 179px; left: 42px; overflow: visible; position: absolute; top: 61px; width: 515px; }\",\".framer-qONZY .framer-1o15hw4 { --framer-paragraph-spacing: 0px; flex: none; height: 113px; left: 0px; position: absolute; top: 66px; white-space: pre-wrap; width: 515px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-1n8sct1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; }\",\".framer-qONZY .framer-174oa5c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qONZY .framer-1t9bc36 { align-content: center; align-items: center; background-color: rgba(70, 93, 246, 0.1); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-qONZY .framer-iz89ey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: 100px; justify-content: center; left: 290px; overflow: visible; padding: 0px; position: absolute; top: 97px; width: 869px; }\",\".framer-qONZY .framer-1f11oyz { flex: none; height: 1190px; overflow: visible; position: relative; width: 1073px; z-index: 1; }\",\".framer-qONZY .framer-wjuo9j { flex: none; height: 880px; left: calc(50% - 1073px / 2); overflow: hidden; position: absolute; top: 310px; width: 1073px; }\",\".framer-qONZY .framer-1nnq4d1 { flex: none; height: 295px; left: 1px; overflow: visible; position: absolute; top: 0px; width: 1022px; }\",\".framer-qONZY .framer-m3hs3f { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 31px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1m2xk0u { flex: none; height: 256px; left: 0px; overflow: visible; position: absolute; top: 39px; width: 1022px; }\",\".framer-qONZY .framer-1j97j0v { --border-bottom-width: 2.796046733856201px; --border-color: #a8b3f9; --border-left-width: 2.796046733856201px; --border-right-width: 2.796046733856201px; --border-style: solid; --border-top-width: 2.796046733856201px; -webkit-backdrop-filter: blur(11.184186935424805px); backdrop-filter: blur(11.184186935424805px); background-color: rgba(230, 233, 255, 0.3); border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; flex: none; height: 256px; left: calc(50% - 1021.955078125px / 2); position: absolute; top: 0px; width: 1022px; }\",\".framer-qONZY .framer-xd25vr { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 40px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-1twdlin, .framer-qONZY .framer-1v4tqjs, .framer-qONZY .framer-fohnbc, .framer-qONZY .framer-il756w, .framer-qONZY .framer-cgi4df { flex: none; height: 180px; overflow: visible; position: relative; width: 135px; }\",\".framer-qONZY .framer-19sfbo7 { flex: none; height: 29px; left: 10px; overflow: visible; position: absolute; top: 151px; width: 116px; }\",\".framer-qONZY .framer-1e0b6cr { -webkit-filter: blur(17.86022186279297px); background-color: #51cba7; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(17.86022186279297px); flex: none; height: 82px; left: 26px; position: absolute; top: 60px; width: 82px; }\",\".framer-qONZY .framer-1r9lm6v, .framer-qONZY .framer-pvluwf, .framer-qONZY .framer-1eknnjs, .framer-qONZY .framer-w1n8m1, .framer-qONZY .framer-ialva7 { flex: none; height: 135px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 135px; }\",\".framer-qONZY .framer-1c148p6, .framer-qONZY .framer-13ihnzt, .framer-qONZY .framer-1q0ssaq, .framer-qONZY .framer-1sunl5y, .framer-qONZY .framer-j5jmvo { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 135px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 135px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qONZY .framer-1a9kl2s { background-color: #070a0e; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 135px; left: 0px; position: absolute; top: 0px; width: 135px; }\",\".framer-qONZY .framer-167e4h8 { flex: none; height: 120px; left: 7px; position: absolute; top: 7px; width: 365px; }\",\".framer-qONZY .framer-s4p8t3 { flex: none; height: 29px; left: 20px; overflow: visible; position: absolute; top: 151px; width: 95px; }\",\".framer-qONZY .framer-1s3szo3 { -webkit-filter: blur(17.86022186279297px); background-color: #d75091; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(17.86022186279297px); flex: none; height: 82px; left: 27px; position: absolute; top: 60px; width: 82px; }\",\".framer-qONZY .framer-xg69xp, .framer-qONZY .framer-1809zkg { background-color: #052b65; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 135px; left: 0px; position: absolute; top: 0px; width: 135px; }\",\".framer-qONZY .framer-1bp2p4h, .framer-qONZY .framer-p2sdr8 { background-color: #cae9ff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 96px; left: 17px; position: absolute; top: 20px; width: 99px; }\",\".framer-qONZY .framer-17sv28p, .framer-qONZY .framer-1mqrome { flex: none; height: 109px; left: 13px; position: absolute; top: 13px; width: 109px; }\",\".framer-qONZY .framer-d77wpm { flex: none; height: 155px; left: -67px; position: absolute; top: -15px; width: 259px; }\",\".framer-qONZY .framer-19ifoz1 { flex: none; height: 29px; left: 39px; overflow: visible; position: absolute; top: 151px; width: 58px; }\",\".framer-qONZY .framer-gme9ew { -webkit-filter: blur(17.86022186279297px); background-color: #8968c3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(17.86022186279297px); flex: none; height: 82px; left: 26px; position: absolute; top: 60px; width: 82px; }\",\".framer-qONZY .framer-14pw2tg { flex: none; height: 180px; left: -22px; position: absolute; top: -23px; width: 180px; }\",\".framer-qONZY .framer-lg1qh4 { flex: none; height: 29px; left: 19px; overflow: visible; position: absolute; top: 151px; width: 97px; }\",\".framer-qONZY .framer-z8v0a7 { -webkit-filter: blur(17.86022186279297px); background-color: #4f4a78; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(17.86022186279297px); flex: none; height: 82px; left: 27px; position: absolute; top: 60px; width: 82px; }\",\".framer-qONZY .framer-1rfz1qy { background-color: #1e1e1e; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 135px; left: 0px; position: absolute; top: 0px; width: 135px; }\",\".framer-qONZY .framer-iyyqjl { flex: none; height: 134px; left: 2px; position: absolute; top: -1px; width: 134px; }\",\".framer-qONZY .framer-al2tfq { flex: none; height: 29px; left: 26px; overflow: visible; position: absolute; top: 151px; width: 85px; }\",\".framer-qONZY .framer-1yblqaw { -webkit-filter: blur(17.86022186279297px); background-color: #7faad2; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(17.86022186279297px); flex: none; height: 82px; left: 24px; position: absolute; top: 60px; width: 82px; }\",\".framer-qONZY .framer-fp6j8q { background-color: #1c1934; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 135px; left: 0px; position: absolute; top: 0px; width: 135px; }\",\".framer-qONZY .framer-1353tg8 { flex: none; height: 137px; left: -1px; position: absolute; top: -1px; width: 137px; }\",\".framer-qONZY .framer-1kbbvu1 { flex: none; height: 528px; left: 741px; position: absolute; top: 151px; width: 332px; }\",\".framer-qONZY .framer-2q7ep4 { flex: none; height: 118px; left: 697px; position: absolute; top: 270px; width: 197px; }\",\".framer-qONZY .framer-mdrnyk { flex: none; height: 124px; left: 691px; position: absolute; top: 267px; width: 18px; }\",\".framer-qONZY .framer-urlsit { flex: none; height: 118px; left: 505px; position: absolute; top: 270px; width: 198px; }\",\".framer-qONZY .framer-rmkpj1 { flex: none; height: 118px; left: 311px; position: absolute; top: 270px; width: 392px; }\",\".framer-qONZY .framer-1bxpy6x { flex: none; height: 118px; left: 122px; position: absolute; top: 270px; width: 581px; }\",\".framer-qONZY .framer-tuzpkg { flex: none; height: 245px; left: 0px; overflow: visible; position: absolute; top: 365px; width: 1023px; }\",\".framer-qONZY .framer-1vwq4c7 { --border-bottom-width: 2.796046733856201px; --border-color: #a8b3f9; --border-left-width: 2.796046733856201px; --border-right-width: 2.796046733856201px; --border-style: solid; --border-top-width: 2.796046733856201px; -webkit-backdrop-filter: blur(11.184186935424805px); backdrop-filter: blur(11.184186935424805px); background-color: rgba(230, 233, 255, 0.3); border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; flex: none; height: 206px; left: calc(50% - 1023.3530883789062px / 2); position: absolute; top: 39px; width: 1023px; }\",\".framer-qONZY .framer-1htsoxg { flex: none; height: 130px; left: 43px; overflow: visible; position: absolute; top: 74px; width: 932px; }\",\".framer-qONZY .framer-1ujv4yv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 301px; overflow: visible; padding: 0px; position: absolute; top: 82px; width: min-content; }\",\".framer-qONZY .framer-10sxdih, .framer-qONZY .framer-1v1r71h, .framer-qONZY .framer-1c0pt55, .framer-qONZY .framer-p8202f, .framer-qONZY .framer-tfb89w, .framer-qONZY .framer-1ir0331 { --border-bottom-width: 1.8579380512237549px; --border-color: #465df6; --border-left-width: 1.8579380512237549px; --border-right-width: 1.8579380512237549px; --border-style: solid; --border-top-width: 1.8579380512237549px; align-content: center; align-items: center; background-color: #f4f5fe; border-bottom-left-radius: 46px; border-bottom-right-radius: 46px; border-top-left-radius: 46px; border-top-right-radius: 46px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4.644845485687256px 18.579381942749023px 4.644845485687256px 18.579381942749023px; position: relative; width: min-content; }\",\".framer-qONZY .framer-1nqxh5t, .framer-qONZY .framer-nh9amq, .framer-qONZY .framer-fj2gn6, .framer-qONZY .framer-qffy3p, .framer-qONZY .framer-rs2jaf, .framer-qONZY .framer-e3f30j { flex: none; height: 19px; overflow: visible; position: relative; width: 19px; }\",\".framer-qONZY .framer-1fmhbc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: flex-start; left: 301px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 631px; }\",\".framer-qONZY .framer-r1a9ye { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 29px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-xdrcjq { flex: none; height: 95px; left: 703px; position: absolute; top: 586px; width: 18px; }\",\".framer-qONZY .framer-1mmfk83 { flex: none; height: 229px; left: 0px; overflow: visible; position: absolute; top: 650px; width: 1023px; }\",\".framer-qONZY .framer-8zf4tg { --border-bottom-width: 2.796046733856201px; --border-color: #a8b3f9; --border-left-width: 2.796046733856201px; --border-right-width: 2.796046733856201px; --border-style: solid; --border-top-width: 2.796046733856201px; -webkit-backdrop-filter: blur(65.70709991455078px); backdrop-filter: blur(65.70709991455078px); background-color: rgba(230, 233, 255, 0.3); border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; flex: none; height: 190px; left: calc(50% - 1023.3530883789062px / 2); position: absolute; top: 39px; width: 1023px; }\",\".framer-qONZY .framer-57pvjv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 78px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-xu9csg, .framer-qONZY .framer-86dmew, .framer-qONZY .framer-1ma96in { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 9.786163330078125px 26.56244468688965px 0px rgba(78, 95, 211, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 34.950584411621094px 104.85175323486328px 34.950584411621094px 104.85175323486328px; position: relative; width: min-content; }\",\".framer-qONZY .framer-a0kt22 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 32px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1rej0qa { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 49%; position: absolute; top: 122px; transform: translateX(-50%); white-space: pre-wrap; width: 988px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-qto86i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; left: 49%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-1jn7ajn { flex: none; height: 1368px; overflow: hidden; position: relative; width: 100%; }\",\".framer-qONZY .framer-82u2dj { flex: none; height: 222px; overflow: visible; position: absolute; right: -90px; top: 773px; width: 222px; }\",\".framer-qONZY .framer-16pb4nk { background-color: #7c8dff; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; flex: none; height: 222px; left: calc(50% - 221.66525268554688px / 2); position: absolute; top: calc(50% - 221.66525268554688px / 2); width: 222px; }\",\".framer-qONZY .framer-1beavo4 { flex: none; height: 165px; left: 25px; overflow: visible; position: absolute; top: 26px; width: 146px; }\",\".framer-qONZY .framer-ctb2vt { flex: none; height: 106px; left: 0px; overflow: visible; position: absolute; top: 58px; width: 126px; }\",\".framer-qONZY .framer-1deyza5 { bottom: 41px; flex: none; left: 0px; overflow: visible; position: absolute; right: 94px; top: 34px; }\",\".framer-qONZY .framer-j84s39 { bottom: 7px; flex: none; left: 1px; position: absolute; right: 7px; top: 1px; }\",\".framer-qONZY .framer-1264m8k { flex: none; height: 36px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 126px; }\",\".framer-qONZY .framer-76acy4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 79px; position: absolute; top: 4px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-nnddsr { flex: none; height: 36px; left: 0px; overflow: visible; position: absolute; top: 70px; width: 61px; }\",\".framer-qONZY .framer-h1lu6l { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 26px; position: absolute; top: 4px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-19lcqdz { box-shadow: 0px 5.4375px 19.03125px 0px rgba(0, 0, 0, 0.1); flex: none; height: 164px; overflow: visible; position: absolute; right: -53px; top: 350px; width: 247px; }\",\".framer-qONZY .framer-x0f8rt { background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: 164px; left: 0px; position: absolute; top: 0px; width: 247px; }\",\".framer-qONZY .framer-1ekqxl2 { bottom: 129px; flex: none; left: 211px; overflow: visible; position: absolute; right: 20px; top: 19px; }\",\".framer-qONZY .framer-ucdvxp { bottom: 7px; flex: none; left: 0px; position: absolute; right: 3px; top: 0px; }\",\".framer-qONZY .framer-vp0eeh { bottom: 23px; flex: none; left: 220px; overflow: visible; position: absolute; right: 14px; top: 128px; }\",\".framer-qONZY .framer-1bb2444 { bottom: 5px; flex: none; left: 1px; position: absolute; right: 4px; top: 0px; }\",\".framer-qONZY .framer-9bmqer { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 24px; position: absolute; top: 34px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-t0gf5z { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 24px; position: absolute; top: 56px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1jzuhu3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 24px; position: absolute; top: 102px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-oj85ej { align-content: center; align-items: center; background-color: #6ac1b8; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: 23px; justify-content: center; left: 121px; overflow: visible; padding: 0px 21.75px 0px 21.75px; position: absolute; top: 15px; width: 73px; }\",\".framer-qONZY .framer-1gn8rxj { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 160px; position: absolute; top: 122px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1oxbt5f { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 24px; position: absolute; top: 124px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-smlooo { flex: none; height: 21px; left: 83px; position: absolute; top: 59px; width: 23px; }\",\".framer-qONZY .framer-cla4m0 { flex: none; height: 119px; left: 21px; position: absolute; top: 33px; width: 205px; }\",\".framer-qONZY .framer-1qoz3xv { flex: none; height: 175px; overflow: visible; position: absolute; right: -41px; top: 477px; width: 155px; }\",\".framer-qONZY .framer-v96dfd { -webkit-filter: blur(18.153270721435547px); background-color: rgba(49, 64, 198, 0.35); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(18.153270721435547px); flex: none; height: 97px; left: calc(45.92619590814067% - 118.60794830322266px / 2); position: absolute; top: 77px; width: 119px; }\",\".framer-qONZY .framer-cpc5fh { flex: none; height: 156px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 156px; }\",\".framer-qONZY .framer-108fxkb { background-color: #9a86ff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 156px; left: 0px; position: absolute; top: 0px; width: 156px; }\",\".framer-qONZY .framer-1ilduh2 { background-color: #9a86ff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 90px; left: 32px; overflow: visible; position: absolute; top: 33px; width: 90px; }\",\".framer-qONZY .framer-1902d3f { bottom: 17px; flex: none; left: -2px; position: absolute; right: 17px; top: -2px; }\",\".framer-qONZY .framer-sgd8ps { flex: none; height: 112px; left: -116px; overflow: visible; position: absolute; top: 796px; width: 358px; }\",\".framer-qONZY .framer-1cxrmv5 { box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15); flex: none; height: 112px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 358px; }\",\".framer-qONZY .framer-1nj6edg { background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 112px; left: 0px; position: absolute; top: 0px; width: 358px; }\",\".framer-qONZY .framer-13q9tbi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 20px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-9diceb, .framer-qONZY .framer-1u5vall, .framer-qONZY .framer-y9abij, .framer-qONZY .framer-7xspsm, .framer-qONZY .framer-16btfe { flex: none; height: 72px; overflow: visible; position: relative; width: 47px; }\",\".framer-qONZY .framer-tvfi73 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 8px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-xyddtf, .framer-qONZY .framer-kjvhza, .framer-qONZY .framer-1snhe34, .framer-qONZY .framer-1oyw71y { flex: none; height: 47px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 47px; }\",\".framer-qONZY .framer-ovehce, .framer-qONZY .framer-r9w5l6, .framer-qONZY .framer-lgndfq, .framer-qONZY .framer-m3l1wj { background-color: #eef0fa; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 47px; left: 0px; position: absolute; top: 0px; width: 47px; }\",\".framer-qONZY .framer-1pqrw1w, .framer-qONZY .framer-1j8trvw { flex: none; height: 17px; left: calc(50.003831816556676% - 17px / 2); overflow: visible; position: absolute; top: calc(49.99916213415959% - 17px / 2); width: 17px; }\",\".framer-qONZY .framer-1llgkbh, .framer-qONZY .framer-yrq76e { bottom: 3px; flex: none; left: 1px; position: absolute; right: 5px; top: 0px; }\",\".framer-qONZY .framer-1ui32rx { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-i9rv5a { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 11px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-uo9z4a { flex: none; height: 19px; left: calc(49.9948881252265% - 19px / 2); overflow: visible; position: absolute; top: calc(49.99713588229187% - 19px / 2); width: 19px; }\",\".framer-qONZY .framer-1h9dm1q { bottom: 6px; flex: none; left: 1px; position: absolute; right: 4px; top: 2px; }\",\".framer-qONZY .framer-1u0pqgs { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 12px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-tre8mw { flex: none; height: 59px; left: -7px; position: absolute; top: -6px; width: 60px; }\",\".framer-qONZY .framer-1chub2o { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 1px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1ofbybd { flex: none; height: 20px; left: calc(48.93637683424923% - 20px / 2); overflow: visible; position: absolute; top: calc(51.0569428139864% - 20px / 2); width: 20px; }\",\".framer-qONZY .framer-1pdton1 { bottom: 4px; flex: none; left: 1px; position: absolute; right: 6px; top: 1px; }\",\".framer-qONZY .framer-1bzgxn2 { flex: none; height: 229px; left: -51px; overflow: visible; position: absolute; top: 325px; width: 229px; }\",\".framer-qONZY .framer-kubvfw { background-color: #5e79bc; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; flex: none; height: 229px; left: calc(50% - 229.39614868164062px / 2); position: absolute; top: calc(50% - 229.39614868164062px / 2); width: 229px; }\",\".framer-qONZY .framer-1f8wnf8 { box-shadow: 0px 4.460845947265625px 15.612960815429688px 0px rgba(0, 0, 0, 0.15); flex: none; height: 128px; left: 19px; overflow: visible; position: absolute; top: 52px; width: 192px; }\",\".framer-qONZY .framer-1ykppe1 { background-color: #ffffff; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: 128px; left: 0px; position: absolute; top: 0px; width: 192px; }\",\".framer-qONZY .framer-1d66a2k { flex: none; height: 20px; left: 18px; position: absolute; top: 29px; width: 20px; }\",\".framer-qONZY .framer-1lcrsz2 { flex: none; height: 28px; left: 14px; position: absolute; top: 75px; width: 28px; }\",\".framer-qONZY .framer-1ymkhnf { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 51px; position: absolute; top: 18px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1ururms { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 51px; position: absolute; top: 38px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1dpw5hy { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 51px; position: absolute; top: 89px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-nsremj { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 51px; position: absolute; top: 68px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1kq434i { box-shadow: 0px 6.379225254058838px 22.327287673950195px 0px rgba(79, 85, 191, 0.1); flex: none; height: 141px; left: -55px; overflow: visible; position: absolute; top: 559px; width: 280px; }\",\".framer-qONZY .framer-1aio2nc { flex: none; height: 141px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 280px; }\",\".framer-qONZY .framer-11f05f2 { background-color: #ffffff; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; flex: none; height: 141px; left: calc(50% - 280.0087890625px / 2); position: absolute; top: calc(50% - 140.76942443847656px / 2); width: 280px; }\",\".framer-qONZY .framer-11skiyr { background-color: #cad0f7; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; flex: none; height: 21px; left: calc(49.1805360124571% - 220.3347930908203px / 2); position: absolute; top: calc(27.1692510883308% - 21.421436309814453px / 2); width: 220px; }\",\".framer-qONZY .framer-1e1ga0t { border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; flex: none; height: 15px; left: calc(37.4304994684808% - 154.5403594970703px / 2); position: absolute; top: calc(55.43774396031262% - 15.301025390625px / 2); width: 155px; }\",\".framer-qONZY .framer-1q1flds { border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; flex: none; height: 15px; left: calc(37.43099159872814% - 154.5403594970703px / 2); position: absolute; top: calc(73.91178941911181% - 15.301025390625px / 2); width: 155px; }\",\".framer-qONZY .framer-1cg1aqd { flex: none; height: 956px; left: calc(50.76388888888891% - 680px / 2); overflow: visible; position: absolute; top: 308px; width: 680px; }\",\".framer-qONZY .framer-b3x9i9 { flex: none; height: 881px; left: 0px; position: absolute; top: 0px; width: 90px; }\",\".framer-qONZY .framer-9r39ev { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; left: 116px; overflow: visible; padding: 0px; position: absolute; top: 18px; width: 564px; }\",\".framer-qONZY .framer-6hhq2k, .framer-qONZY .framer-kh51nq, .framer-qONZY .framer-1a7al4j, .framer-qONZY .framer-sdt08u, .framer-qONZY .framer-6ku9om, .framer-qONZY .framer-z5c9zt { flex: none; height: 133px; overflow: visible; position: relative; width: 564px; }\",\".framer-qONZY .framer-15vtud8, .framer-qONZY .framer-acfixw, .framer-qONZY .framer-11642o4, .framer-qONZY .framer-1n5fpq0, .framer-qONZY .framer-1p4onxc, .framer-qONZY .framer-1ss4ep2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 564px; }\",\".framer-qONZY .framer-vm7v31, .framer-qONZY .framer-659dfv, .framer-qONZY .framer-eloelg, .framer-qONZY .framer-f2lkfs, .framer-qONZY .framer-1wb83vq, .framer-qONZY .framer-1fmlj25 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 203px; }\",\".framer-qONZY .framer-9pjdvp, .framer-qONZY .framer-16c9r9v, .framer-qONZY .framer-13i4eq3, .framer-qONZY .framer-1d5l6q9, .framer-qONZY .framer-7dlhh0, .framer-qONZY .framer-wwy676 { --framer-paragraph-spacing: 0px; flex: none; height: 89px; position: relative; white-space: pre-wrap; width: 549px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-1i7bejw { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 364px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-1kswmri { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 486px; overflow: visible; padding: 0px; position: absolute; top: 97px; width: 504px; }\",\".framer-qONZY .framer-1o0r0u2 { flex: none; height: 1129px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-hutpx1 { flex: none; height: 400px; left: 44px; overflow: hidden; position: absolute; top: 168px; width: 35px; }\",\".framer-qONZY .framer-10qd84p { flex: none; height: 900px; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: 0px; width: 100%; }\",\".framer-qONZY .framer-1hi1i3f { bottom: 0px; flex: none; left: calc(50.00000000000002% - 1248px / 2); overflow: visible; position: absolute; top: 0px; width: 1248px; }\",\".framer-qONZY .framer-x26bbl { -webkit-filter: blur(64.1767578125px); background-color: rgba(49, 64, 198, 0.26); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(64.1767578125px); flex: none; height: 109px; left: calc(49.93506700564653% - 1100.0120849609375px / 2); position: absolute; top: 791px; width: 1100px; }\",\".framer-qONZY .framer-1h843is { border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; flex: none; height: 882px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qONZY .framer-m794ua { background-color: #ffffff; border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-qONZY .framer-131qav6 { bottom: -414px; flex: none; left: 705px; overflow: hidden; position: absolute; top: 60px; width: 544px; z-index: 0; }\",\".framer-qONZY .framer-x2q244 { flex: none; height: 704px; left: 8px; opacity: 0.8; position: absolute; top: calc(64.88970588235297% - 703.5px / 2); width: 1337px; }\",\".framer-qONZY .framer-x4vogf { bottom: 108px; flex: none; height: 514px; left: calc(50.641025641025664% - 1101px / 2); overflow: visible; position: absolute; width: 1101px; }\",\".framer-qONZY .framer-1ferxv { bottom: 0px; flex: none; left: -3px; overflow: visible; position: absolute; top: 0px; width: 526px; }\",\".framer-qONZY .framer-1qn3cpc { flex: none; height: 514px; left: calc(50% - 526px / 2); position: absolute; top: 0px; width: 526px; }\",\".framer-qONZY .framer-1tpcb3a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; left: 58px; overflow: visible; padding: 0px; position: absolute; top: 130px; width: 379px; }\",\".framer-qONZY .framer-vef21i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qONZY .framer-8gq5q7, .framer-qONZY .framer-1eboexx, .framer-qONZY .framer-1x8eyzp { flex: none; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-qONZY .framer-16k6yxh, .framer-qONZY .framer-59ig9j, .framer-qONZY .framer-1jovnvq { background-color: #465df6; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 32px; left: 0px; position: absolute; top: 0px; width: 32px; }\",\".framer-qONZY .framer-dg9lz2 { background-color: #465df6; flex: none; height: 17px; left: 8px; overflow: visible; position: absolute; top: 7px; width: 17px; }\",\".framer-qONZY .framer-1kfowps { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-qONZY .framer-qstvtq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 277px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-ep89dg, .framer-qONZY .framer-19u5lm2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 374px; }\",\".framer-qONZY .framer-1vr5fgc { background-color: #465df6; flex: none; height: 18px; left: 7px; overflow: visible; position: absolute; top: 7px; width: 18px; }\",\".framer-qONZY .framer-7r0noc { bottom: 2px; flex: none; left: 1px; position: absolute; right: 2px; top: 2px; }\",\".framer-qONZY .framer-1f98ach, .framer-qONZY .framer-1o8g5zk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 283px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-vyfd1j { background-color: #465df6; flex: none; height: 21px; left: calc(50.01394748687744% - 20.571426391601562px / 2); overflow: visible; position: absolute; top: calc(50.01394748687744% - 20.571426391601562px / 2); width: 21px; }\",\".framer-qONZY .framer-1udlwdu { bottom: 3px; flex: none; left: 5px; position: absolute; right: 7px; top: 2px; }\",\".framer-qONZY .framer-s8e0aw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 73px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-1qp9gkq { -webkit-filter: blur(22.45315170288086px); background-color: rgba(62, 70, 136, 0.28); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 210px; filter: blur(22.45315170288086px); flex: none; height: 51px; left: 653px; position: absolute; width: 489px; }\",\".framer-qONZY .framer-etrn50 { bottom: 179px; flex: none; height: 372px; left: 495px; overflow: visible; position: absolute; width: 671px; }\",\".framer-qONZY .framer-q9wsef { -webkit-filter: blur(34.2730598449707px); background-color: rgba(49, 64, 198, 0.36); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(34.2730598449707px); flex: none; height: 89px; left: calc(49.55290611028316% - 665px / 2); position: absolute; top: 283px; width: 665px; }\",\".framer-qONZY .framer-dgi8sj { align-content: flex-start; align-items: flex-start; box-shadow: 0px 5.371567249298096px 25.783523559570312px 0px rgba(65, 79, 172, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 323px; justify-content: flex-start; left: 19px; overflow: visible; padding: 0px; position: absolute; top: calc(43.35615225159787% - 323px / 2); width: 652px; }\",\".framer-qONZY .framer-ox798h { flex: none; height: 40px; position: relative; width: 652px; }\",\".framer-qONZY .framer-1ioc6qd { -webkit-backdrop-filter: blur(3px); align-content: center; align-items: center; backdrop-filter: blur(3px); background-color: #1e1c34; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 0px 5.0121331214904785px 18.377824783325195px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: 282px; justify-content: flex-start; overflow: visible; padding: 15.03640079498291px 41.949378967285156px 15.03640079498291px 29.520000457763672px; position: relative; width: 100%; }\",\".framer-qONZY .framer-s18iyd { flex: none; height: 1034px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-qONZY .framer-1bwlpp1 { bottom: -297px; flex: none; height: 1265px; left: calc(50.00000000000002% - 1259px / 2); overflow: visible; position: absolute; width: 1259px; }\",\".framer-qONZY .framer-1006xuh { border-bottom-left-radius: 74px; border-bottom-right-radius: 74px; border-top-left-radius: 74px; border-top-right-radius: 74px; box-shadow: 0px 9px 64px 0px rgba(57, 71, 160, 0.15); flex: none; height: 1063px; left: calc(50.03971405877683% - 1259px / 2); overflow: visible; position: absolute; top: 202px; width: 1259px; }\",\".framer-qONZY .framer-rxnv1g, .framer-qONZY .framer-1uieatv { flex: none; height: 1063px; left: calc(50% - 1259.24609375px / 2); overflow: visible; position: absolute; top: 0px; width: 1259px; }\",\".framer-qONZY .framer-fw03na { background: linear-gradient(180deg, #f7f8ff 0%, rgb(235, 237, 250) 100%); border-bottom-left-radius: 38px; border-bottom-right-radius: 38px; border-top-left-radius: 38px; border-top-right-radius: 38px; flex: none; height: 1063px; left: calc(50% - 1259.24609375px / 2); position: absolute; top: 0px; width: 1259px; }\",\".framer-qONZY .framer-f9uubw { flex: none; height: 880px; left: 190px; opacity: 0.45; overflow: visible; position: absolute; top: 280px; width: 880px; }\",\".framer-qONZY .framer-emthoq { --border-bottom-width: 1.9239819049835205px; --border-color: #a8b2f9; --border-left-width: 1.9239819049835205px; --border-right-width: 1.9239819049835205px; --border-style: solid; --border-top-width: 1.9239819049835205px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 508px; left: 185px; position: absolute; top: 187px; width: 508px; }\",\".framer-qONZY .framer-ypim74 { --border-bottom-width: 1.9239819049835205px; --border-color: rgba(168, 178, 249, 0.65); --border-left-width: 1.9239819049835205px; --border-right-width: 1.9239819049835205px; --border-style: solid; --border-top-width: 1.9239819049835205px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 691px; left: 95px; position: absolute; top: 95px; width: 691px; }\",\".framer-qONZY .framer-wnjxzv { --border-bottom-width: 1.9239819049835205px; --border-color: rgba(168, 178, 249, 0.3); --border-left-width: 1.9239819049835205px; --border-right-width: 1.9239819049835205px; --border-style: solid; --border-top-width: 1.9239819049835205px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: 880px; left: 0px; position: absolute; top: 0px; width: 880px; }\",\".framer-qONZY .framer-8vsbw8 { flex: none; height: 534px; left: 64px; position: absolute; top: 80px; width: 1131px; }\",\".framer-qONZY .framer-1s5jvv4 { align-content: center; align-items: center; background-color: #465df6; border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; border-top-left-radius: 55px; border-top-right-radius: 55px; box-shadow: 0px 2.5px 8px 0px rgba(70, 93, 246, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 9.479999542236328px 31.899999618530273px 9.479999542236328px 31.899999618530273px; position: absolute; text-decoration: none; top: 674px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-1hpdskb { bottom: -71px; flex: none; height: 353px; left: calc(50.03971405877683% - 1142px / 2); overflow: hidden; position: absolute; width: 1142px; }\",\".framer-qONZY .framer-1fk6l6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-f2plcx { flex: none; height: 1318px; overflow: visible; position: relative; width: 100%; z-index: 0; }\",\".framer-qONZY .framer-8w67zo { flex: none; height: 1143px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-qONZY .framer-5kyibg { background-color: #252050; bottom: -175px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-qONZY .framer-8bncix { bottom: -116px; flex: none; height: 137px; left: calc(49.93055555555558% - 458px / 2); overflow: hidden; position: absolute; width: 458px; }\",\".framer-qONZY .framer-2uo3qd { flex: none; height: 39px; left: calc(50.21834061135373% - 136px / 2); position: absolute; top: 0px; width: 136px; }\",\".framer-qONZY .framer-1ry07fu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 49%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-qONZY .framer-16bi13w { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-ikimjz { flex: none; height: 23px; overflow: visible; position: relative; text-decoration: none; width: 78px; }\",\".framer-qONZY .framer-se0nbr, .framer-qONZY .framer-h0d28h, .framer-qONZY .framer-ykb6zc { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 24px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-a07jv7, .framer-qONZY .framer-1rcm7wh, .framer-qONZY .framer-lq3b80 { flex: none; height: 16px; left: 0px; position: absolute; top: 2px; width: 16px; }\",\".framer-qONZY .framer-8jhzya { flex: none; height: 23px; overflow: visible; position: relative; text-decoration: none; width: 76px; }\",\".framer-qONZY .framer-qzcj9h { flex: none; height: 23px; overflow: visible; position: relative; text-decoration: none; width: 81px; }\",\".framer-qONZY .framer-115irmr { flex: none; height: 23px; overflow: visible; position: relative; text-decoration: none; width: 84px; }\",\".framer-qONZY .framer-hargeb { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 22px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-qONZY .framer-1beyucv { flex: none; height: 16px; left: 0px; position: absolute; top: 6px; width: 16px; }\",\".framer-qONZY .framer-1l0a25w { flex: none; height: 540px; left: calc(50.00000000000002% - 1193px / 2); overflow: hidden; position: absolute; top: calc(52.50379362670715% - 540px / 2); width: 1193px; }\",\".framer-qONZY .framer-1w3izoq { bottom: 370px; flex: none; height: 196px; left: calc(49.93055555555558% - 799px / 2); overflow: visible; position: absolute; width: 799px; }\",\".framer-qONZY .framer-1x89i18 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 128px; transform: translateX(-50%); white-space: pre-wrap; width: 799px; word-break: break-word; word-wrap: break-word; }\",\".framer-qONZY .framer-12di4ax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 223px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 352px; }\",\".framer-qONZY .framer-yf71cx { align-content: center; align-items: center; background-color: #465df6; border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; border-top-left-radius: 55px; border-top-right-radius: 55px; bottom: 275px; box-shadow: 0px 2.5px 8px 0px rgba(70, 93, 246, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 9.479999542236328px 31.899999618530273px 9.479999542236328px 31.899999618530273px; position: absolute; text-decoration: none; transform: translateX(-50%); width: min-content; }\",\".framer-qONZY .framer-15tv3zp { flex: none; height: 3719px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(49.11883967560826% - 3719px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qONZY.framer-72rtr7, .framer-qONZY .framer-1o3jmcp, .framer-qONZY .framer-1p9ws70, .framer-qONZY .framer-1wt4pvi, .framer-qONZY .framer-x6zejt, .framer-qONZY .framer-jcly9g, .framer-qONZY .framer-1shi0c6, .framer-qONZY .framer-1vp5z7c, .framer-qONZY .framer-1ahmkfh, .framer-qONZY .framer-1ygvk4h, .framer-qONZY .framer-10k5fnw, .framer-qONZY .framer-vtx8jz, .framer-qONZY .framer-yr57vd, .framer-qONZY .framer-c7n63a, .framer-qONZY .framer-1b8pz2z, .framer-qONZY .framer-47i4q2, .framer-qONZY .framer-111m1xd, .framer-qONZY .framer-1hyq6ts, .framer-qONZY .framer-1rcnv1z, .framer-qONZY .framer-f6cu54, .framer-qONZY .framer-18s0m1o, .framer-qONZY .framer-1n8sct1, .framer-qONZY .framer-174oa5c, .framer-qONZY .framer-1t9bc36, .framer-qONZY .framer-iz89ey, .framer-qONZY .framer-xd25vr, .framer-qONZY .framer-1ujv4yv, .framer-qONZY .framer-10sxdih, .framer-qONZY .framer-1v1r71h, .framer-qONZY .framer-1c0pt55, .framer-qONZY .framer-1fmhbc4, .framer-qONZY .framer-p8202f, .framer-qONZY .framer-tfb89w, .framer-qONZY .framer-1ir0331, .framer-qONZY .framer-57pvjv, .framer-qONZY .framer-xu9csg, .framer-qONZY .framer-86dmew, .framer-qONZY .framer-1ma96in, .framer-qONZY .framer-qto86i, .framer-qONZY .framer-oj85ej, .framer-qONZY .framer-13q9tbi, .framer-qONZY .framer-9r39ev, .framer-qONZY .framer-15vtud8, .framer-qONZY .framer-vm7v31, .framer-qONZY .framer-acfixw, .framer-qONZY .framer-659dfv, .framer-qONZY .framer-11642o4, .framer-qONZY .framer-eloelg, .framer-qONZY .framer-1n5fpq0, .framer-qONZY .framer-f2lkfs, .framer-qONZY .framer-1p4onxc, .framer-qONZY .framer-1wb83vq, .framer-qONZY .framer-1ss4ep2, .framer-qONZY .framer-1fmlj25, .framer-qONZY .framer-1kswmri, .framer-qONZY .framer-1tpcb3a, .framer-qONZY .framer-vef21i, .framer-qONZY .framer-ep89dg, .framer-qONZY .framer-19u5lm2, .framer-qONZY .framer-s8e0aw, .framer-qONZY .framer-dgi8sj, .framer-qONZY .framer-1ioc6qd, .framer-qONZY .framer-1s5jvv4, .framer-qONZY .framer-1fk6l6e, .framer-qONZY .framer-1ry07fu, .framer-qONZY .framer-16bi13w, .framer-qONZY .framer-12di4ax, .framer-qONZY .framer-yf71cx { gap: 0px; } .framer-qONZY.framer-72rtr7 > *, .framer-qONZY .framer-jcly9g > *, .framer-qONZY .framer-1ahmkfh > *, .framer-qONZY .framer-dgi8sj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qONZY.framer-72rtr7 > :first-child, .framer-qONZY .framer-jcly9g > :first-child, .framer-qONZY .framer-1vp5z7c > :first-child, .framer-qONZY .framer-1ahmkfh > :first-child, .framer-qONZY .framer-1ygvk4h > :first-child, .framer-qONZY .framer-47i4q2 > :first-child, .framer-qONZY .framer-1hyq6ts > :first-child, .framer-qONZY .framer-f6cu54 > :first-child, .framer-qONZY .framer-174oa5c > :first-child, .framer-qONZY .framer-9r39ev > :first-child, .framer-qONZY .framer-15vtud8 > :first-child, .framer-qONZY .framer-vm7v31 > :first-child, .framer-qONZY .framer-acfixw > :first-child, .framer-qONZY .framer-659dfv > :first-child, .framer-qONZY .framer-11642o4 > :first-child, .framer-qONZY .framer-eloelg > :first-child, .framer-qONZY .framer-1n5fpq0 > :first-child, .framer-qONZY .framer-f2lkfs > :first-child, .framer-qONZY .framer-1p4onxc > :first-child, .framer-qONZY .framer-1wb83vq > :first-child, .framer-qONZY .framer-1ss4ep2 > :first-child, .framer-qONZY .framer-1fmlj25 > :first-child, .framer-qONZY .framer-1tpcb3a > :first-child, .framer-qONZY .framer-dgi8sj > :first-child { margin-top: 0px; } .framer-qONZY.framer-72rtr7 > :last-child, .framer-qONZY .framer-jcly9g > :last-child, .framer-qONZY .framer-1vp5z7c > :last-child, .framer-qONZY .framer-1ahmkfh > :last-child, .framer-qONZY .framer-1ygvk4h > :last-child, .framer-qONZY .framer-47i4q2 > :last-child, .framer-qONZY .framer-1hyq6ts > :last-child, .framer-qONZY .framer-f6cu54 > :last-child, .framer-qONZY .framer-174oa5c > :last-child, .framer-qONZY .framer-9r39ev > :last-child, .framer-qONZY .framer-15vtud8 > :last-child, .framer-qONZY .framer-vm7v31 > :last-child, .framer-qONZY .framer-acfixw > :last-child, .framer-qONZY .framer-659dfv > :last-child, .framer-qONZY .framer-11642o4 > :last-child, .framer-qONZY .framer-eloelg > :last-child, .framer-qONZY .framer-1n5fpq0 > :last-child, .framer-qONZY .framer-f2lkfs > :last-child, .framer-qONZY .framer-1p4onxc > :last-child, .framer-qONZY .framer-1wb83vq > :last-child, .framer-qONZY .framer-1ss4ep2 > :last-child, .framer-qONZY .framer-1fmlj25 > :last-child, .framer-qONZY .framer-1tpcb3a > :last-child, .framer-qONZY .framer-dgi8sj > :last-child { margin-bottom: 0px; } .framer-qONZY .framer-1o3jmcp > * { margin: 0px; margin-left: calc(135px / 2); margin-right: calc(135px / 2); } .framer-qONZY .framer-1o3jmcp > :first-child, .framer-qONZY .framer-1p9ws70 > :first-child, .framer-qONZY .framer-1wt4pvi > :first-child, .framer-qONZY .framer-x6zejt > :first-child, .framer-qONZY .framer-1shi0c6 > :first-child, .framer-qONZY .framer-10k5fnw > :first-child, .framer-qONZY .framer-vtx8jz > :first-child, .framer-qONZY .framer-yr57vd > :first-child, .framer-qONZY .framer-c7n63a > :first-child, .framer-qONZY .framer-1b8pz2z > :first-child, .framer-qONZY .framer-111m1xd > :first-child, .framer-qONZY .framer-1rcnv1z > :first-child, .framer-qONZY .framer-18s0m1o > :first-child, .framer-qONZY .framer-1n8sct1 > :first-child, .framer-qONZY .framer-1t9bc36 > :first-child, .framer-qONZY .framer-iz89ey > :first-child, .framer-qONZY .framer-xd25vr > :first-child, .framer-qONZY .framer-1ujv4yv > :first-child, .framer-qONZY .framer-10sxdih > :first-child, .framer-qONZY .framer-1v1r71h > :first-child, .framer-qONZY .framer-1c0pt55 > :first-child, .framer-qONZY .framer-1fmhbc4 > :first-child, .framer-qONZY .framer-p8202f > :first-child, .framer-qONZY .framer-tfb89w > :first-child, .framer-qONZY .framer-1ir0331 > :first-child, .framer-qONZY .framer-57pvjv > :first-child, .framer-qONZY .framer-xu9csg > :first-child, .framer-qONZY .framer-86dmew > :first-child, .framer-qONZY .framer-1ma96in > :first-child, .framer-qONZY .framer-qto86i > :first-child, .framer-qONZY .framer-oj85ej > :first-child, .framer-qONZY .framer-13q9tbi > :first-child, .framer-qONZY .framer-1kswmri > :first-child, .framer-qONZY .framer-vef21i > :first-child, .framer-qONZY .framer-ep89dg > :first-child, .framer-qONZY .framer-19u5lm2 > :first-child, .framer-qONZY .framer-s8e0aw > :first-child, .framer-qONZY .framer-1ioc6qd > :first-child, .framer-qONZY .framer-1s5jvv4 > :first-child, .framer-qONZY .framer-1fk6l6e > :first-child, .framer-qONZY .framer-1ry07fu > :first-child, .framer-qONZY .framer-16bi13w > :first-child, .framer-qONZY .framer-12di4ax > :first-child, .framer-qONZY .framer-yf71cx > :first-child { margin-left: 0px; } .framer-qONZY .framer-1o3jmcp > :last-child, .framer-qONZY .framer-1p9ws70 > :last-child, .framer-qONZY .framer-1wt4pvi > :last-child, .framer-qONZY .framer-x6zejt > :last-child, .framer-qONZY .framer-1shi0c6 > :last-child, .framer-qONZY .framer-10k5fnw > :last-child, .framer-qONZY .framer-vtx8jz > :last-child, .framer-qONZY .framer-yr57vd > :last-child, .framer-qONZY .framer-c7n63a > :last-child, .framer-qONZY .framer-1b8pz2z > :last-child, .framer-qONZY .framer-111m1xd > :last-child, .framer-qONZY .framer-1rcnv1z > :last-child, .framer-qONZY .framer-18s0m1o > :last-child, .framer-qONZY .framer-1n8sct1 > :last-child, .framer-qONZY .framer-1t9bc36 > :last-child, .framer-qONZY .framer-iz89ey > :last-child, .framer-qONZY .framer-xd25vr > :last-child, .framer-qONZY .framer-1ujv4yv > :last-child, .framer-qONZY .framer-10sxdih > :last-child, .framer-qONZY .framer-1v1r71h > :last-child, .framer-qONZY .framer-1c0pt55 > :last-child, .framer-qONZY .framer-1fmhbc4 > :last-child, .framer-qONZY .framer-p8202f > :last-child, .framer-qONZY .framer-tfb89w > :last-child, .framer-qONZY .framer-1ir0331 > :last-child, .framer-qONZY .framer-57pvjv > :last-child, .framer-qONZY .framer-xu9csg > :last-child, .framer-qONZY .framer-86dmew > :last-child, .framer-qONZY .framer-1ma96in > :last-child, .framer-qONZY .framer-qto86i > :last-child, .framer-qONZY .framer-oj85ej > :last-child, .framer-qONZY .framer-13q9tbi > :last-child, .framer-qONZY .framer-1kswmri > :last-child, .framer-qONZY .framer-vef21i > :last-child, .framer-qONZY .framer-ep89dg > :last-child, .framer-qONZY .framer-19u5lm2 > :last-child, .framer-qONZY .framer-s8e0aw > :last-child, .framer-qONZY .framer-1ioc6qd > :last-child, .framer-qONZY .framer-1s5jvv4 > :last-child, .framer-qONZY .framer-1fk6l6e > :last-child, .framer-qONZY .framer-1ry07fu > :last-child, .framer-qONZY .framer-16bi13w > :last-child, .framer-qONZY .framer-12di4ax > :last-child, .framer-qONZY .framer-yf71cx > :last-child { margin-right: 0px; } .framer-qONZY .framer-1p9ws70 > * { margin: 0px; margin-left: calc(55px / 2); margin-right: calc(55px / 2); } .framer-qONZY .framer-1wt4pvi > * { margin: 0px; margin-left: calc(71.48282623291016px / 2); margin-right: calc(71.48282623291016px / 2); } .framer-qONZY .framer-x6zejt > *, .framer-qONZY .framer-1s5jvv4 > *, .framer-qONZY .framer-yf71cx > * { margin: 0px; margin-left: calc(10.95031452178955px / 2); margin-right: calc(10.95031452178955px / 2); } .framer-qONZY .framer-1shi0c6 > * { margin: 0px; margin-left: calc(14.604320526123047px / 2); margin-right: calc(14.604320526123047px / 2); } .framer-qONZY .framer-1vp5z7c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qONZY .framer-1ygvk4h > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-qONZY .framer-10k5fnw > *, .framer-qONZY .framer-vtx8jz > *, .framer-qONZY .framer-yr57vd > *, .framer-qONZY .framer-c7n63a > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-qONZY .framer-1b8pz2z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qONZY .framer-47i4q2 > *, .framer-qONZY .framer-1hyq6ts > *, .framer-qONZY .framer-f6cu54 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-qONZY .framer-111m1xd > *, .framer-qONZY .framer-1rcnv1z > *, .framer-qONZY .framer-18s0m1o > *, .framer-qONZY .framer-1t9bc36 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qONZY .framer-1n8sct1 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qONZY .framer-174oa5c > *, .framer-qONZY .framer-vm7v31 > *, .framer-qONZY .framer-659dfv > *, .framer-qONZY .framer-eloelg > *, .framer-qONZY .framer-f2lkfs > *, .framer-qONZY .framer-1wb83vq > *, .framer-qONZY .framer-1fmlj25 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-qONZY .framer-iz89ey > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-qONZY .framer-xd25vr > * { margin: 0px; margin-left: calc(55.920936584472656px / 2); margin-right: calc(55.920936584472656px / 2); } .framer-qONZY .framer-1ujv4yv > *, .framer-qONZY .framer-1fmhbc4 > * { margin: 0px; margin-left: calc(9.786163330078125px / 2); margin-right: calc(9.786163330078125px / 2); } .framer-qONZY .framer-10sxdih > *, .framer-qONZY .framer-1v1r71h > *, .framer-qONZY .framer-1c0pt55 > *, .framer-qONZY .framer-p8202f > *, .framer-qONZY .framer-tfb89w > *, .framer-qONZY .framer-1ir0331 > * { margin: 0px; margin-left: calc(7.4317522048950195px / 2); margin-right: calc(7.4317522048950195px / 2); } .framer-qONZY .framer-57pvjv > * { margin: 0px; margin-left: calc(40.54267883300781px / 2); margin-right: calc(40.54267883300781px / 2); } .framer-qONZY .framer-xu9csg > *, .framer-qONZY .framer-86dmew > *, .framer-qONZY .framer-1ma96in > * { margin: 0px; margin-left: calc(13.980234146118164px / 2); margin-right: calc(13.980234146118164px / 2); } .framer-qONZY .framer-qto86i > *, .framer-qONZY .framer-s8e0aw > *, .framer-qONZY .framer-1fk6l6e > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-qONZY .framer-oj85ej > * { margin: 0px; margin-left: calc(13.59375px / 2); margin-right: calc(13.59375px / 2); } .framer-qONZY .framer-13q9tbi > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-qONZY .framer-9r39ev > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-qONZY .framer-15vtud8 > *, .framer-qONZY .framer-acfixw > *, .framer-qONZY .framer-11642o4 > *, .framer-qONZY .framer-1n5fpq0 > *, .framer-qONZY .framer-1p4onxc > *, .framer-qONZY .framer-1ss4ep2 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-qONZY .framer-1kswmri > *, .framer-qONZY .framer-12di4ax > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qONZY .framer-1tpcb3a > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-qONZY .framer-vef21i > *, .framer-qONZY .framer-ep89dg > *, .framer-qONZY .framer-19u5lm2 > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-qONZY .framer-1ioc6qd > * { margin: 0px; margin-left: calc(16.707111358642578px / 2); margin-right: calc(16.707111358642578px / 2); } .framer-qONZY .framer-1ry07fu > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-qONZY .framer-16bi13w > * { margin: 0px; margin-left: calc(46px / 2); margin-right: calc(46px / 2); } }\",...sharedStyle.css,'.framer-qONZY[data-border=\"true\"]::after, .framer-qONZY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1730px) { .framer-qONZY.framer-72rtr7 { width: 1730px; } .framer-qONZY .framer-1o3jmcp { gap: 325px; } .framer-qONZY .framer-h1ldcu { bottom: -418px; left: calc(50.00000000000002% - 1398px / 2); overflow: visible; width: 1398px; } .framer-qONZY .framer-x6zejt { left: 50%; top: 50%; transform: translate(-50%, -50%); } .framer-qONZY .framer-i7pl6t { left: -514px; right: -848px; } .framer-qONZY .framer-82u2dj { height: 222px; right: -85px; top: 796px; } .framer-qONZY .framer-19lcqdz { right: -54px; } .framer-qONZY .framer-1cg1aqd { bottom: 104px; left: calc(50.00000000000002% - 680px / 2); top: unset; } .framer-qONZY .framer-1kswmri { left: 50%; transform: translateX(-50%); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qONZY .framer-1o3jmcp { gap: 0px; } .framer-qONZY .framer-1o3jmcp > * { margin: 0px; margin-left: calc(325px / 2); margin-right: calc(325px / 2); } .framer-qONZY .framer-1o3jmcp > :first-child { margin-left: 0px; } .framer-qONZY .framer-1o3jmcp > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-qONZY.framer-72rtr7 { width: 1200px; } .framer-qONZY .framer-1slyut6 { left: calc(50% - 100% / 2); width: 100%; } .framer-qONZY .framer-1jd7hec { width: 100%; } .framer-qONZY .framer-12b8fos { left: 39px; } .framer-qONZY .framer-hyospx-container { left: 109px; } .framer-qONZY .framer-1eoqb3t { bottom: 96px; top: unset; } .framer-qONZY .framer-1yfz8w9 { left: 554px; } .framer-qONZY .framer-iz89ey { left: calc(50.00000000000002% - 869px / 2); } .framer-qONZY .framer-82u2dj { bottom: 361px; right: -92px; top: unset; } .framer-qONZY .framer-19lcqdz { right: -82px; top: 350px; } .framer-qONZY .framer-sgd8ps { bottom: 460px; left: -166px; top: unset; } .framer-qONZY .framer-1bzgxn2 { left: -101px; top: 325px; } .framer-qONZY .framer-1kq434i { left: -105px; top: calc(45.97953216374272% - 140.76942443847656px / 2); } .framer-qONZY .framer-1cg1aqd { bottom: 104px; left: calc(52.50000000000002% - 680px / 2); top: unset; } .framer-qONZY .framer-1kswmri { left: 50%; transform: translateX(-50%); } .framer-qONZY .framer-1o0r0u2 { height: 1064px; } .framer-qONZY .framer-s18iyd { height: 955px; } .framer-qONZY .framer-1bwlpp1 { height: unset; left: calc(50.00000000000002% - 100% / 2); top: -13px; width: 100%; } .framer-qONZY .framer-1006xuh { left: calc(50.00000000000002% - 1259px / 2); }}\",\"@media (max-width: 1199px) { .framer-qONZY.framer-72rtr7 { width: 375px; } .framer-qONZY .framer-1mrcngf { left: -136px; top: 3084px; } .framer-qONZY .framer-1o3jmcp { flex-direction: column; gap: 10px; padding: 30px 30px 70px 30px; } .framer-qONZY .framer-1mm1yxm { height: 462px; } .framer-qONZY .framer-h1ldcu { bottom: -795px; left: calc(50.00000000000002% - 100.25641025641025% / 2); width: 100%; } .framer-qONZY .framer-1pwpn2q-container { height: 320px; left: unset; right: 0px; top: 58px; } .framer-qONZY .framer-1slyut6 { bottom: -569px; left: 0px; top: unset; width: 100%; } .framer-qONZY .framer-1aiaxi { align-content: center; align-items: center; bottom: 14px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; width: 100%; } .framer-qONZY .framer-1wt4pvi { gap: 16px; left: unset; position: relative; top: unset; transform: unset; } .framer-qONZY .framer-9v1gev, .framer-qONZY .framer-1jbth49 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; padding: 0px; width: min-content; } .framer-qONZY .framer-55l3as, .framer-qONZY .framer-1d60pi7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: unset; padding: 0px; position: relative; top: unset; width: min-content; } .framer-qONZY .framer-3mwetk { height: 28px; left: unset; position: relative; top: unset; width: 136px; } .framer-qONZY .framer-cx40x5 { height: 38px; left: unset; position: relative; top: unset; width: 144px; } .framer-qONZY .framer-l0d9p4, .framer-qONZY .framer-1picdnb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; padding: 0px; width: min-content; } .framer-qONZY .framer-1mcw560, .framer-qONZY .framer-1frmha1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: unset; padding: 0px; position: relative; top: unset; width: min-content; } .framer-qONZY .framer-3disge { height: 58px; left: unset; position: relative; top: unset; width: 131px; } .framer-qONZY .framer-xeo3yt { height: 48px; left: unset; position: relative; top: unset; width: 108px; } .framer-qONZY .framer-gn9sml { height: unset; top: 100px; } .framer-qONZY .framer-qdglo { height: var(--framer-aspect-ratio-supported, 816px); } .framer-qONZY .framer-x6zejt { bottom: 164px; left: 50%; top: unset; } .framer-qONZY .framer-1kbkvxc { left: 50%; top: 127px; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; } .framer-qONZY .framer-1mh6amy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; left: 50%; padding: 0px; top: 1px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-1jpwus4, .framer-qONZY .framer-qgu4rl { left: unset; position: relative; top: unset; transform: unset; } .framer-qONZY .framer-jcly9g { height: 1134px; } .framer-qONZY .framer-f41rku { height: 599px; } .framer-qONZY .framer-r9z4ut { bottom: unset; height: 1094px; left: calc(49.86666666666669% - 100% / 2); top: 0px; } .framer-qONZY .framer-u5u7v2 { left: calc(50.133333333333354% - 425px / 2); top: 116px; } .framer-qONZY .framer-1xzzqtj { left: calc(50.133333333333354% - 1006px / 2); top: calc(51.75292153589318% - 241px / 2); width: 1006px; } .framer-qONZY .framer-1i514iw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: -16px; padding: 0px; right: -16px; } .framer-qONZY .framer-13h87cu { left: unset; order: 1; position: relative; top: unset; transform: unset; } .framer-qONZY .framer-ci06mc { left: unset; order: 0; position: relative; top: unset; transform: unset; } .framer-qONZY .framer-15aaa6o, .framer-qONZY .framer-m794ua, .framer-qONZY .framer-15tv3zp { right: unset; width: 100%; } .framer-qONZY .framer-gj5d76 { height: 617px; left: calc(32.00000000000002% - 85px / 2); width: 85px; } .framer-qONZY .framer-pa3ztt { height: 326px; left: calc(60.266666666666694% - 84px / 2); width: 84px; } .framer-qONZY .framer-1ygvk4h { padding: 500px 0px 0px 0px; } .framer-qONZY .framer-1826h0g { height: 321px; left: 246px; width: 59px; } .framer-qONZY .framer-cofwf9 { height: 250px; left: 246px; width: 47px; } .framer-qONZY .framer-8m4cj9 { height: 254px; left: calc(15.200000000000022% - 51px / 2); width: 51px; } .framer-qONZY .framer-1aaqnfe { height: 1070px; } .framer-qONZY .framer-r694z6 { bottom: -138px; left: calc(49.86666666666669% - 100% / 2); right: unset; width: 100%; } .framer-qONZY .framer-1r8waa5 { left: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-qONZY .framer-859iq { left: -140px; right: -140px; width: unset; } .framer-qONZY .framer-15xerew { bottom: unset; left: calc(45.06666666666669% - 15px / 2); top: calc(50.654205607476655% - 468px / 2); } .framer-qONZY .framer-1jd7hec { height: 2997px; width: 100%; } .framer-qONZY .framer-12b8fos { left: calc(49.86666666666669% - 475px / 2); top: 173px; } .framer-qONZY .framer-hyospx-container { left: calc(49.86666666666669% - 333px / 2); top: 253px; } .framer-qONZY .framer-1eoqb3t { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; left: 50%; padding: 0px; top: 1029px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-mv6m8j, .framer-qONZY .framer-ofp3se, .framer-qONZY .framer-zv1n0g, .framer-qONZY .framer-b3x9i9 { left: unset; position: relative; top: unset; } .framer-qONZY .framer-1utzkpa { left: calc(49.57507082152976% - 295px / 2); top: 31px; width: 295px; } .framer-qONZY .framer-58fqtw, .framer-qONZY .framer-1av83iz { width: 100%; } .framer-qONZY .framer-v8mwb7 { left: calc(49.858356940509935% - 297px / 2); top: 37px; width: 297px; } .framer-qONZY .framer-wpvv28 { left: calc(49.858356940509935% - 305px / 2); top: 37px; width: 305px; } .framer-qONZY .framer-793mvn { width: 98%; } .framer-qONZY .framer-1yfz8w9 { height: 355px; left: calc(50.133333333333354% - 338px / 2); top: 634px; width: 338px; } .framer-qONZY .framer-4itm3h { bottom: -19px; left: calc(49.70414201183434% - 281px / 2); top: unset; width: 281px; } .framer-qONZY .framer-v9qdpy { height: 100%; width: 100%; } .framer-qONZY .framer-1q7l1t7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; left: 50%; padding: 0px; top: 50%; transform: translate(-50%, -50%); width: min-content; } .framer-qONZY .framer-1o15hw4 { height: auto; left: unset; order: 1; position: relative; top: unset; width: 281px; } .framer-qONZY .framer-1n8sct1 { align-content: flex-start; align-items: flex-start; flex-direction: column; left: unset; order: 0; position: relative; top: unset; } .framer-qONZY .framer-iz89ey { flex-direction: column; gap: 0px; height: min-content; left: 50%; top: 4px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-1f11oyz { height: 595px; overflow: hidden; width: 100%; } .framer-qONZY .framer-wjuo9j { left: calc(49.95340167753963% - 1073px / 2); top: -24px; } .framer-qONZY .framer-1rej0qa { left: 50%; top: 124px; width: 303px; } .framer-qONZY .framer-qto86i { flex-direction: column; gap: 0px; left: 50%; } .framer-qONZY .framer-1jn7ajn { height: 1423px; } .framer-qONZY .framer-82u2dj { height: 222px; right: -86px; top: 169px; width: 222px; } .framer-qONZY .framer-19lcqdz { height: 164px; right: -86px; top: 55px; } .framer-qONZY .framer-1qoz3xv { right: -51px; top: 103px; } .framer-qONZY .framer-sgd8ps { left: -157px; top: 231px; } .framer-qONZY .framer-1bzgxn2 { height: 229px; left: -101px; top: 30px; width: 229px; } .framer-qONZY .framer-1kq434i { height: 141px; left: -115px; top: 154px; width: 280px; } .framer-qONZY .framer-1cg1aqd { align-content: flex-start; align-items: flex-start; bottom: 84px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 49%; padding: 0px; top: unset; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-9r39ev { display: block; gap: unset; height: 908px; left: unset; padding: unset; position: relative; top: unset; width: 242px; } .framer-qONZY .framer-6hhq2k { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; padding: 0px; position: absolute; top: -2px; width: min-content; } .framer-qONZY .framer-15vtud8, .framer-qONZY .framer-acfixw, .framer-qONZY .framer-11642o4, .framer-qONZY .framer-1n5fpq0, .framer-qONZY .framer-1p4onxc, .framer-qONZY .framer-1ss4ep2 { left: unset; position: relative; top: unset; width: min-content; } .framer-qONZY .framer-1ttnh2s, .framer-qONZY .framer-ng1248, .framer-qONZY .framer-1i7bejw, .framer-qONZY .framer-bpa7f6, .framer-qONZY .framer-1chuzeu, .framer-qONZY .framer-997yr7 { white-space: pre; width: auto; } .framer-qONZY .framer-9pjdvp { height: 59px; width: 223px; } .framer-qONZY .framer-kh51nq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; padding: 0px; position: absolute; top: 152px; width: min-content; } .framer-qONZY .framer-659dfv, .framer-qONZY .framer-eloelg, .framer-qONZY .framer-f2lkfs, .framer-qONZY .framer-1wb83vq, .framer-qONZY .framer-1fmlj25, .framer-qONZY .framer-ep89dg, .framer-qONZY .framer-19u5lm2 { width: min-content; } .framer-qONZY .framer-16c9r9v { width: 229px; } .framer-qONZY .framer-1a7al4j { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 0px; padding: 0px; position: absolute; top: 310px; width: min-content; } .framer-qONZY .framer-13i4eq3 { height: auto; width: 238px; } .framer-qONZY .framer-sdt08u { align-content: center; align-items: center; bottom: 302px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; padding: 0px; position: absolute; width: min-content; } .framer-qONZY .framer-1d5l6q9 { width: 236px; } .framer-qONZY .framer-6ku9om { align-content: center; align-items: center; bottom: 139px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 50%; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-7dlhh0, .framer-qONZY .framer-wwy676 { height: auto; width: 242px; } .framer-qONZY .framer-z5c9zt { align-content: center; align-items: center; bottom: -22px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 50%; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-1kswmri { flex-direction: column; gap: 0px; left: 50%; top: 142px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-1o0r0u2 { height: 990px; overflow: hidden; } .framer-qONZY .framer-10qd84p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: calc(50.00000000000002% - 100.25641025641025% / 2); padding: 0px; width: 100%; } .framer-qONZY .framer-1hi1i3f { bottom: unset; height: 900px; left: unset; position: relative; top: unset; width: 100%; } .framer-qONZY .framer-x26bbl { bottom: 0px; height: 109px; left: 0px; top: unset; width: 100%; } .framer-qONZY .framer-1h843is { left: unset; width: 100%; } .framer-qONZY .framer-131qav6 { bottom: -440px; left: unset; right: -150px; top: 86px; } .framer-qONZY .framer-x4vogf { bottom: 19px; height: 663px; left: unset; right: 0px; width: 100%; } .framer-qONZY .framer-1ferxv { bottom: unset; height: 259px; left: calc(50.00000000000002% - 340px / 2); width: 340px; } .framer-qONZY .framer-1qn3cpc { bottom: 0px; height: unset; left: 0px; width: 100%; } .framer-qONZY .framer-1tpcb3a { gap: 16px; left: 50%; top: 29px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-qstvtq { width: 240px; } .framer-qONZY .framer-1f98ach { width: 238px; } .framer-qONZY .framer-1o8g5zk { width: 261px; } .framer-qONZY .framer-s8e0aw { flex-direction: column; gap: 0px; left: 49%; } .framer-qONZY .framer-1qp9gkq { bottom: 41px; height: 51px; left: calc(50.26595744680853% - 311px / 2); width: 311px; z-index: 0; } .framer-qONZY .framer-etrn50 { align-content: center; align-items: center; bottom: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; padding: 0px; top: 527px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-dgi8sj { height: 304px; left: unset; position: relative; top: unset; width: 340px; } .framer-qONZY .framer-ox798h { height: 22px; width: 340px; } .framer-qONZY .framer-1ioc6qd { display: block; gap: unset; padding: unset; } .framer-qONZY .framer-1suzpfw { position: absolute; right: -5px; top: 49%; transform: translateY(-50%); white-space: pre-wrap; width: 331px; word-break: break-word; word-wrap: break-word; } .framer-qONZY .framer-s18iyd { height: 377px; } .framer-qONZY .framer-1bwlpp1 { bottom: 0px; height: unset; left: calc(49.86666666666669% - 100.26666666666667% / 2); top: 0px; width: 100%; } .framer-qONZY .framer-1006xuh { left: calc(50.00000000000002% - 1244px / 2); top: -219px; width: 1244px; } .framer-qONZY .framer-1uieatv { left: calc(50% - 100.03971405877681% / 2); width: 100%; } .framer-qONZY .framer-1fk6l6e { display: block; gap: unset; height: 100px; left: calc(48.93617021276598% - 298px / 2); padding: unset; top: 6px; transform: unset; width: 298px; } .framer-qONZY .framer-1xf6orl { left: 0px; position: absolute; top: 50%; transform: translateY(-50%); } .framer-qONZY .framer-8p6c6 { bottom: 0px; left: 189px; position: absolute; } .framer-qONZY .framer-f2plcx { height: 801px; overflow: hidden; } .framer-qONZY .framer-8w67zo { bottom: 175px; right: unset; top: unset; width: 100%; } .framer-qONZY .framer-5kyibg { height: 796px; right: unset; top: unset; width: 100%; } .framer-qONZY .framer-8bncix { bottom: -147px; height: 218px; left: calc(46.40000000000003% - 239px / 2); width: 239px; } .framer-qONZY .framer-2uo3qd { left: 2px; } .framer-qONZY .framer-1ry07fu { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 11px; left: unset; right: 0px; top: 49%; transform: translateY(-50%); } .framer-qONZY .framer-16bi13w { flex-direction: column; gap: 16px; left: 0px; transform: unset; } .framer-qONZY .framer-1l0a25w { height: 144px; left: calc(50.00000000000002% - 337.5px / 2); top: 148px; width: 338px; } .framer-qONZY .framer-1w3izoq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 50%; padding: 0px; transform: translateX(-50%); width: min-content; } .framer-qONZY .framer-1x89i18 { left: unset; order: 1; position: relative; top: unset; transform: unset; width: 331px; } .framer-qONZY .framer-12di4ax { gap: 9px; left: unset; order: 0; position: relative; top: unset; width: min-content; } .framer-qONZY .framer-yf71cx { bottom: 295px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qONZY .framer-1o3jmcp, .framer-qONZY .framer-1aiaxi, .framer-qONZY .framer-1wt4pvi, .framer-qONZY .framer-9v1gev, .framer-qONZY .framer-55l3as, .framer-qONZY .framer-1jbth49, .framer-qONZY .framer-1d60pi7, .framer-qONZY .framer-l0d9p4, .framer-qONZY .framer-1mcw560, .framer-qONZY .framer-1picdnb, .framer-qONZY .framer-1frmha1, .framer-qONZY .framer-1mh6amy, .framer-qONZY .framer-1i514iw, .framer-qONZY .framer-1eoqb3t, .framer-qONZY .framer-1q7l1t7, .framer-qONZY .framer-1n8sct1, .framer-qONZY .framer-iz89ey, .framer-qONZY .framer-qto86i, .framer-qONZY .framer-1cg1aqd, .framer-qONZY .framer-9r39ev, .framer-qONZY .framer-6hhq2k, .framer-qONZY .framer-kh51nq, .framer-qONZY .framer-1a7al4j, .framer-qONZY .framer-sdt08u, .framer-qONZY .framer-6ku9om, .framer-qONZY .framer-z5c9zt, .framer-qONZY .framer-1kswmri, .framer-qONZY .framer-10qd84p, .framer-qONZY .framer-1tpcb3a, .framer-qONZY .framer-s8e0aw, .framer-qONZY .framer-etrn50, .framer-qONZY .framer-1ioc6qd, .framer-qONZY .framer-1fk6l6e, .framer-qONZY .framer-1ry07fu, .framer-qONZY .framer-16bi13w, .framer-qONZY .framer-1w3izoq, .framer-qONZY .framer-12di4ax { gap: 0px; } .framer-qONZY .framer-1o3jmcp > *, .framer-qONZY .framer-9v1gev > *, .framer-qONZY .framer-55l3as > *, .framer-qONZY .framer-1jbth49 > *, .framer-qONZY .framer-1d60pi7 > *, .framer-qONZY .framer-10qd84p > *, .framer-qONZY .framer-1w3izoq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qONZY .framer-1o3jmcp > :first-child, .framer-qONZY .framer-9v1gev > :first-child, .framer-qONZY .framer-55l3as > :first-child, .framer-qONZY .framer-1jbth49 > :first-child, .framer-qONZY .framer-1d60pi7 > :first-child, .framer-qONZY .framer-1mh6amy > :first-child, .framer-qONZY .framer-1eoqb3t > :first-child, .framer-qONZY .framer-1q7l1t7 > :first-child, .framer-qONZY .framer-1n8sct1 > :first-child, .framer-qONZY .framer-iz89ey > :first-child, .framer-qONZY .framer-qto86i > :first-child, .framer-qONZY .framer-1kswmri > :first-child, .framer-qONZY .framer-10qd84p > :first-child, .framer-qONZY .framer-1tpcb3a > :first-child, .framer-qONZY .framer-s8e0aw > :first-child, .framer-qONZY .framer-etrn50 > :first-child, .framer-qONZY .framer-1ry07fu > :first-child, .framer-qONZY .framer-16bi13w > :first-child, .framer-qONZY .framer-1w3izoq > :first-child { margin-top: 0px; } .framer-qONZY .framer-1o3jmcp > :last-child, .framer-qONZY .framer-9v1gev > :last-child, .framer-qONZY .framer-55l3as > :last-child, .framer-qONZY .framer-1jbth49 > :last-child, .framer-qONZY .framer-1d60pi7 > :last-child, .framer-qONZY .framer-1mh6amy > :last-child, .framer-qONZY .framer-1eoqb3t > :last-child, .framer-qONZY .framer-1q7l1t7 > :last-child, .framer-qONZY .framer-1n8sct1 > :last-child, .framer-qONZY .framer-iz89ey > :last-child, .framer-qONZY .framer-qto86i > :last-child, .framer-qONZY .framer-1kswmri > :last-child, .framer-qONZY .framer-10qd84p > :last-child, .framer-qONZY .framer-1tpcb3a > :last-child, .framer-qONZY .framer-s8e0aw > :last-child, .framer-qONZY .framer-etrn50 > :last-child, .framer-qONZY .framer-1ry07fu > :last-child, .framer-qONZY .framer-16bi13w > :last-child, .framer-qONZY .framer-1w3izoq > :last-child { margin-bottom: 0px; } .framer-qONZY .framer-1aiaxi > *, .framer-qONZY .framer-l0d9p4 > *, .framer-qONZY .framer-1mcw560 > *, .framer-qONZY .framer-1picdnb > *, .framer-qONZY .framer-1frmha1 > *, .framer-qONZY .framer-1i514iw > *, .framer-qONZY .framer-1cg1aqd > *, .framer-qONZY .framer-6hhq2k > *, .framer-qONZY .framer-kh51nq > *, .framer-qONZY .framer-sdt08u > *, .framer-qONZY .framer-6ku9om > *, .framer-qONZY .framer-z5c9zt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qONZY .framer-1aiaxi > :first-child, .framer-qONZY .framer-1wt4pvi > :first-child, .framer-qONZY .framer-l0d9p4 > :first-child, .framer-qONZY .framer-1mcw560 > :first-child, .framer-qONZY .framer-1picdnb > :first-child, .framer-qONZY .framer-1frmha1 > :first-child, .framer-qONZY .framer-1i514iw > :first-child, .framer-qONZY .framer-1cg1aqd > :first-child, .framer-qONZY .framer-6hhq2k > :first-child, .framer-qONZY .framer-kh51nq > :first-child, .framer-qONZY .framer-1a7al4j > :first-child, .framer-qONZY .framer-sdt08u > :first-child, .framer-qONZY .framer-6ku9om > :first-child, .framer-qONZY .framer-z5c9zt > :first-child, .framer-qONZY .framer-12di4ax > :first-child { margin-left: 0px; } .framer-qONZY .framer-1aiaxi > :last-child, .framer-qONZY .framer-1wt4pvi > :last-child, .framer-qONZY .framer-l0d9p4 > :last-child, .framer-qONZY .framer-1mcw560 > :last-child, .framer-qONZY .framer-1picdnb > :last-child, .framer-qONZY .framer-1frmha1 > :last-child, .framer-qONZY .framer-1i514iw > :last-child, .framer-qONZY .framer-1cg1aqd > :last-child, .framer-qONZY .framer-6hhq2k > :last-child, .framer-qONZY .framer-kh51nq > :last-child, .framer-qONZY .framer-1a7al4j > :last-child, .framer-qONZY .framer-sdt08u > :last-child, .framer-qONZY .framer-6ku9om > :last-child, .framer-qONZY .framer-z5c9zt > :last-child, .framer-qONZY .framer-12di4ax > :last-child { margin-right: 0px; } .framer-qONZY .framer-1wt4pvi > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-qONZY .framer-1mh6amy > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-qONZY .framer-1eoqb3t > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-qONZY .framer-1q7l1t7 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-qONZY .framer-1n8sct1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qONZY .framer-iz89ey > *, .framer-qONZY .framer-qto86i > *, .framer-qONZY .framer-1kswmri > *, .framer-qONZY .framer-s8e0aw > *, .framer-qONZY .framer-etrn50 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qONZY .framer-9r39ev > *, .framer-qONZY .framer-9r39ev > :first-child, .framer-qONZY .framer-9r39ev > :last-child, .framer-qONZY .framer-1ioc6qd > *, .framer-qONZY .framer-1ioc6qd > :first-child, .framer-qONZY .framer-1ioc6qd > :last-child, .framer-qONZY .framer-1fk6l6e > *, .framer-qONZY .framer-1fk6l6e > :first-child, .framer-qONZY .framer-1fk6l6e > :last-child { margin: 0px; } .framer-qONZY .framer-1a7al4j > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qONZY .framer-1tpcb3a > *, .framer-qONZY .framer-16bi13w > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qONZY .framer-1ry07fu > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-qONZY .framer-12di4ax > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12824\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AzBK62rKk\":{\"layout\":[\"fixed\",\"auto\"]},\"m89Faw9K_\":{\"layout\":[\"fixed\",\"auto\"]},\"XAqrCodJn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"pemrKLtFf\":{\"pattern\":\":pemrKLtFf\",\"name\":\"featuressection\"},\"JdPwRixgf\":{\"pattern\":\":JdPwRixgf\",\"name\":\"image\"},\"fhkgsIMLV\":{\"pattern\":\":fhkgsIMLV\",\"name\":\"text\"},\"gleQeO8Vj\":{\"pattern\":\":gleQeO8Vj\",\"name\":\"swaps\"},\"z_lK7c7ep\":{\"pattern\":\":z_lK7c7ep\",\"name\":\"savings\"},\"MCZX9rBYd\":{\"pattern\":\":MCZX9rBYd\",\"name\":\"yield\"},\"wb7WIfr0F\":{\"pattern\":\":wb7WIfr0F\",\"name\":\"customersection\"},\"qRVSl4_x2\":{\"pattern\":\":qRVSl4_x2\",\"name\":\"value\"},\"BLz_qVzT1\":{\"pattern\":\":BLz_qVzT1\",\"name\":\"benefitssection\"},\"Z9ylHzAMH\":{\"pattern\":\":Z9ylHzAMH\",\"name\":\"securitysection\"},\"svePv8qUC\":{\"pattern\":\":svePv8qUC\",\"name\":\"widgetsection\"},\"PvbS9dSfE\":{\"pattern\":\":PvbS9dSfE\",\"name\":\"widget\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-qONZY\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12824,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVewqFGC_p9dw.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XewqFGC_p9dw.woff2\",weight:\"900\"},{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:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfE5OrS8SlKw.woff2\",weight:\"800\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{family:\"Courier Prime\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwNjW-_-tvg.woff2\",weight:\"400\"}]},...SmoothScrollFonts,...RivePlayer_v5Fonts,...CustomersFonts,...ProtocolsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"pemrKLtFf\\\":{\\\"pattern\\\":\\\":pemrKLtFf\\\",\\\"name\\\":\\\"featuressection\\\"},\\\"JdPwRixgf\\\":{\\\"pattern\\\":\\\":JdPwRixgf\\\",\\\"name\\\":\\\"image\\\"},\\\"fhkgsIMLV\\\":{\\\"pattern\\\":\\\":fhkgsIMLV\\\",\\\"name\\\":\\\"text\\\"},\\\"gleQeO8Vj\\\":{\\\"pattern\\\":\\\":gleQeO8Vj\\\",\\\"name\\\":\\\"swaps\\\"},\\\"z_lK7c7ep\\\":{\\\"pattern\\\":\\\":z_lK7c7ep\\\",\\\"name\\\":\\\"savings\\\"},\\\"MCZX9rBYd\\\":{\\\"pattern\\\":\\\":MCZX9rBYd\\\",\\\"name\\\":\\\"yield\\\"},\\\"wb7WIfr0F\\\":{\\\"pattern\\\":\\\":wb7WIfr0F\\\",\\\"name\\\":\\\"customersection\\\"},\\\"qRVSl4_x2\\\":{\\\"pattern\\\":\\\":qRVSl4_x2\\\",\\\"name\\\":\\\"value\\\"},\\\"BLz_qVzT1\\\":{\\\"pattern\\\":\\\":BLz_qVzT1\\\",\\\"name\\\":\\\"benefitssection\\\"},\\\"Z9ylHzAMH\\\":{\\\"pattern\\\":\\\":Z9ylHzAMH\\\",\\\"name\\\":\\\"securitysection\\\"},\\\"svePv8qUC\\\":{\\\"pattern\\\":\\\":svePv8qUC\\\",\\\"name\\\":\\\"widgetsection\\\"},\\\"PvbS9dSfE\\\":{\\\"pattern\\\":\\\":PvbS9dSfE\\\",\\\"name\\\":\\\"widget\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AzBK62rKk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m89Faw9K_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XAqrCodJn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"12824\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinks", "handleClick", "e", "href", "a", "p", "l", "addPropertyControls", "ControlType", "rive_exports", "__export", "h", "o", "s", "t", "global", "i", "o", "s", "v", "h", "fa", "a", "ha", "m", "y", "w", "B", "navigator", "_", "A", "R", "C", "E", "L", "T", "P", "M", "F", "b", "c", "O", "j", "I", "k", "x", "D", "U", "N", "$", "z", "X", "window", "Aa", "H", "Ja", "G", "q", "J", "K", "Oa", "Q", "ee", "te", "Sa", "ne", "re", "Va", "Wa", "Xa", "Ya", "ie", "ae", "oe", "rt", "it", "at", "eb", "fb", "gb", "hb", "ib", "jb", "kb", "lb", "se", "nb", "ue", "pb", "qb", "rb", "ce", "tb", "ub", "le", "Ce", "he", "de", "yb", "fe", "Le", "Ab", "Ee", "Cb", "Db", "pe", "ve", "me", "be", "ge", "ye", "we", "_e", "Ae", "Re", "Lb", "Kb", "Mb", "Nb", "Ob", "Pb", "Qb", "Rb", "Sb", "Tb", "Vb", "Wb", "S", "Xb", "cc", "ec", "fc", "gc", "jc", "Te", "Pe", "mc", "nc", "oc", "pc", "Me", "Fe", "V", "rc", "sc", "tc", "Se", "xe", "W", "je", "xc", "Oe", "Ie", "Ac", "ke", "Cc", "Dc", "Ec", "Fc", "Gc", "De", "Ic", "Jc", "We", "Lc", "Ue", "Nc", "Oc", "Pc", "Be", "Rc", "Sc", "Ve", "Ne", "Y", "d", "Vc", "Wc", "Xc", "Yc", "Zc", "$c", "ad", "bd", "cd", "dd", "ed", "fd", "gd", "hd", "jd", "$e", "ld", "md", "Z", "Ye", "od", "pd", "sd", "td", "ud", "vd", "wd", "xd", "ze", "zd", "Ad", "Bd", "Cd", "Dd", "Ed", "Xe", "Gd", "He", "Id", "Jd", "Ge", "qe", "Ze", "Je", "Od", "Pd", "Ke", "Qe", "Sd", "e", "f", "g", "r", "n", "p", "et", "tt", "nt", "Vd", "l", "u", "Wd", "ot", "Zd", "$d", "Animation", "registerTouchInteractions", "getClientCoordinates", "processEventCallback", "sanitizeUrl", "isRelativeUrlWithoutProtocol", "decodeHtmlCharacters", "__webpack_require__", "decodeAudio", "decodeFont", "decodeImage", "extendStatics", "__", "adopt", "fulfilled", "step", "rejected", "verb", "RiveError", "resolveErrorMessage", "Layout", "RuntimeLoader", "StateMachineInput", "StateMachine", "Animator", "mapToStringArray", "EventManager", "TaskQueueManager", "AudioManager", "_clickListener", "FakeResizeObserver", "ObjectObservers", "RiveFile", "loadRiveFile", "Rive", "l", "npm_react_18_2_exports", "e", "f", "rive_exports", "o", "d", "global", "v", "p", "y", "n", "t", "g", "r", "i", "a", "s", "u", "c", "window", "m", "e", "R", "x", "T", "h", "t", "i", "l", "p", "f", "v", "window", "y", "g", "P", "d", "b", "w", "S", "L", "M", "k", "z", "j", "H", "I", "D", "F", "N", "W", "A", "B", "_", "U", "s", "X", "Y", "G", "q", "C", "E", "o", "r", "O", "n", "a", "u", "getFitValue", "fit", "v", "getAlignmentValue", "alignment", "useRiveInputs", "rive", "stateMachines", "inputsJSON", "se", "error", "config", "handler", "D", "RivePlayer_v5", "props", "src", "artboard", "autoplay", "play", "playOnCanvas", "onEventTriggered", "isTouchScrollEnabled", "layoutScaleFactor", "layout", "RiveComponent", "H", "inputs", "prevInputsRef", "pe", "ue", "input", "index", "prevInput", "handleEvent", "event", "RenderTarget", "p", "addPropertyControls", "ControlType", "eventData", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "MotionDivWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "scrollSection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "t7uSaOBZf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xnm0ph", "args", "onTapc4aw4z", "onTapxvb7na", "onTap1etfdz2", "onTapi6euda", "onTap1j5w0wq", "onTapw739gx", "onTapfbm683", "onTap14znr6s", "onTap170jsyv", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerA9u7VFHBg", "withCSS", "A9u7VFHBg_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearcy3q2f", "args", "CycleVariantState", "onAppear136glg6", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerB8glwgoh2", "withCSS", "B8glwgoh2_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "RivePlayer_v5Fonts", "RivePlayer_v5", "MotionDivWithFX", "withFX", "motion", "CustomersFonts", "A9u7VFHBg_default", "ProtocolsFonts", "B8glwgoh2_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "animation", "transition1", "animation1", "transition2", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "ref2", "ref3", "elementId1", "elementId2", "ref4", "ref5", "ref6", "elementId3", "elementId4", "elementId5", "elementId6", "ref7", "ref8", "isDisplayed1", "elementId7", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "SVG", "RichText2", "x", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
