{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/I0BNwkDq86NkxvMxt7DV/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/Zt0Q22MQFjvBeAJvTolQ/d15rKFWQKCxUHZ2XFEwh/xXni2JCtr.js", "ssg:https://framerusercontent.com/modules/DFbi2u2NS1PBAzlsZfAb/45SUS5AYoeFszQMTlLYe/kdxobBTCC.js", "ssg:https://framerusercontent.com/modules/FdoPMeeyg4dttqP5xzK6/Xm85uir4OtbVk0rbEydw/NyOpNFlco.js", "ssg:https://framerusercontent.com/modules/1xg6PbzX8zYlj0U2HENq/mhPD6Lfyv4UIPknLJrYZ/qBhmr_VNH.js", "ssg:https://framerusercontent.com/modules/MpFuI2cWIGaLzBgCg2Cm/wydqTFmgcEF9yPszpmrP/UGbtstYbM.js", "ssg:https://framerusercontent.com/modules/5P8ZQ3LeZabKWEVlitq4/ReeJG8oTzBrhGBDI5L31/YaSqzGZm_.js", "ssg:https://framerusercontent.com/modules/4pR8GwAoxY8ngQAgARCP/4hyIRYPcMjgecgMYS3vT/zLzmUE259.js", "ssg:https://framerusercontent.com/modules/dxlLz68HGyEkQaSJzfWn/Lw0LdGujYAqQ9vldlkY8/augiA20Il.js"],
  "sourcesContent": ["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{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=`\n        html.lenis {\n            height: auto;\n        }\n\n        .lenis.lenis-smooth {\n            scroll-behavior: auto !important;\n        }\n\n        .lenis.lenis-smooth [data-lenis-prevent] {\n            overscroll-behavior: contain;\n        }\n\n        .lenis.lenis-stopped {\n            overflow: hidden;\n        }\n\n        .lenis.lenis-scrolling iframe {\n            pointer-events: none;\n        }\n    `;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (2add0ca)\nimport { jsx as _jsx } from \"react/jsx-runtime\";import { addFonts, addPropertyControls, ControlType, cx, Image, useVariantState, withCSS } from \"framer\";import { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";import * as React from \"react\";const cycleOrder = [\"BvfHvB4BV\", \"Szv5_ACYb\", \"XtIT7e8iZ\", \"iBngAPXZr\", \"MRd7uN6Yf\", \"nNG0NZH61\", \"HjBLfbysF\", \"OKQbh0lqP\", \"lAHv9sDCp\"];const variantClassNames = { BvfHvB4BV: \"framer-v-revfpe\", HjBLfbysF: \"framer-v-184okk2\", iBngAPXZr: \"framer-v-f7mi59\", lAHv9sDCp: \"framer-v-4930yt\", MRd7uN6Yf: \"framer-v-1tjvb19\", nNG0NZH61: \"framer-v-f6gtgs\", OKQbh0lqP: \"framer-v-1rk306\", Szv5_ACYb: \"framer-v-jgzaiu\", XtIT7e8iZ: \"framer-v-aj5td9\" };function addPropertyOverrides(overrides, ...variants) {const nextOverrides = {};variants === null || variants === void 0 ? void 0 : variants.forEach((variant) => variant && Object.assign(nextOverrides, overrides[variant]));return nextOverrides;}const humanReadableVariantMap = { \"avatar-1\": \"BvfHvB4BV\", \"avatar-2\": \"Szv5_ACYb\", \"avatar-3\": \"XtIT7e8iZ\", \"avatar-4\": \"iBngAPXZr\", \"avatar-5\": \"MRd7uN6Yf\", \"avatar-6\": \"nNG0NZH61\", \"avatar-7\": \"HjBLfbysF\", \"avatar-8\": \"OKQbh0lqP\", \"avatar-9\": \"lAHv9sDCp\" };const transitions = { default: { damping: 60, delay: 0, mass: 1, stiffness: 500, type: \"spring\" } };const Transition = ({ value, children }) => {const config = React.useContext(MotionConfigContext);const transition = value !== null && value !== void 0 ? value : config.transition;const contextValue = React.useMemo(() => ({ ...config, transition }), [JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider, { value: contextValue, children: children });};const Component = /*#__PURE__*/React.forwardRef(function ({ id, style, className, width, height, layoutId, variant: outerVariant = \"BvfHvB4BV\", ...restProps }, ref) {const outerVariantId = humanReadableVariantMap[outerVariant];const variant = outerVariantId || outerVariant;const { baseVariant, classNames, gestureVariant, setGestureState, setVariant, transition, variants } = useVariantState({ cycleOrder, defaultVariant: \"BvfHvB4BV\", transitions, variant, variantClassNames });const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsx(motion.div, { initial: variant, animate: variants, onHoverStart: () => setGestureState({ isHovered: true }), onHoverEnd: () => setGestureState({ isHovered: false }), onTapStart: () => setGestureState({ isPressed: true }), onTap: () => setGestureState({ isPressed: false }), onTapCancel: () => setGestureState({ isPressed: false }), className: cx(\"framer-8OfAd\", classNames), style: { display: \"contents\" }, children: /*#__PURE__*/_jsx(Transition, { value: transition, children: /*#__PURE__*/_jsx(motion.div, { ...restProps, className: cx(\"framer-revfpe\", className), \"data-framer-name\": \"avatar-1\", layoutDependency: layoutDependency, layoutId: \"BvfHvB4BV\", ref: ref, style: { ...style }, ...addPropertyOverrides({ HjBLfbysF: { \"data-framer-name\": \"avatar-7\" }, iBngAPXZr: { \"data-framer-name\": \"avatar-4\" }, lAHv9sDCp: { \"data-framer-name\": \"avatar-9\" }, MRd7uN6Yf: { \"data-framer-name\": \"avatar-5\" }, nNG0NZH61: { \"data-framer-name\": \"avatar-6\" }, OKQbh0lqP: { \"data-framer-name\": \"avatar-8\" }, Szv5_ACYb: { \"data-framer-name\": \"avatar-2\" }, XtIT7e8iZ: { \"data-framer-name\": \"avatar-3\" } }, baseVariant, gestureVariant), children: /*#__PURE__*/_jsx(Image, { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/vLfVQcuod5RqzV02TpkhKWjS6Q.png\").href }, className: \"framer-4hgklj\", \"data-framer-name\": \"$1\", layoutDependency: layoutDependency, layoutId: \"BinbOvimx\", ...addPropertyOverrides({ HjBLfbysF: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/ErixaRT84hcCmd8Sl16OAPn6u7I.png\").href } }, iBngAPXZr: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/1PVijTT9yj5OLfyFFhJZzoGYLo0.png\").href } }, lAHv9sDCp: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/qarDSe0jToMYeyDegOmHKkg.png\").href } }, MRd7uN6Yf: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/KBlAGZ8zIJWqTbzX1eibSMeRFU.png\").href } }, nNG0NZH61: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/cNlzQ2T2iMh23hCFwCbjGsSGDU.png\").href } }, OKQbh0lqP: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/wOQ9aZT2sGvPybssyYB1tXVYe8M.png\").href } }, Szv5_ACYb: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/fsGipfBajCqvHRUv2PsDITi1c.png\").href } }, XtIT7e8iZ: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 168, intrinsicWidth: 168, pixelHeight: 168, pixelWidth: 168, src: new URL(\"https://framerusercontent.com/images/HyAYXR9VeSD5F6hgvxOomAdY.png\").href } } }, baseVariant, gestureVariant) }) }) }) }) });});const css = ['.framer-8OfAd [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-8OfAd .framer-15kq7nc { display: block; }\", \".framer-8OfAd .framer-revfpe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 28px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 28px; }\", \".framer-8OfAd .framer-4hgklj { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8OfAd .framer-revfpe { gap: 0px; } .framer-8OfAd .framer-revfpe > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8OfAd .framer-revfpe > :first-child { margin-left: 0px; } .framer-8OfAd .framer-revfpe > :last-child { margin-right: 0px; } }\", \".framer-8OfAd.framer-v-jgzaiu .framer-revfpe, .framer-8OfAd.framer-v-aj5td9 .framer-revfpe, .framer-8OfAd.framer-v-f7mi59 .framer-revfpe, .framer-8OfAd.framer-v-1tjvb19 .framer-revfpe, .framer-8OfAd.framer-v-f6gtgs .framer-revfpe, .framer-8OfAd.framer-v-184okk2 .framer-revfpe, .framer-8OfAd.framer-v-1rk306 .framer-revfpe, .framer-8OfAd.framer-v-4930yt .framer-revfpe { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 28px); }\"]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 28\n* @framerIntrinsicWidth 28\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Szv5_ACYb\":{\"layout\":[\"fixed\",\"fixed\"]},\"XtIT7e8iZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"iBngAPXZr\":{\"layout\":[\"fixed\",\"fixed\"]},\"MRd7uN6Yf\":{\"layout\":[\"fixed\",\"fixed\"]},\"nNG0NZH61\":{\"layout\":[\"fixed\",\"fixed\"]},\"HjBLfbysF\":{\"layout\":[\"fixed\",\"fixed\"]},\"OKQbh0lqP\":{\"layout\":[\"fixed\",\"fixed\"]},\"lAHv9sDCp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n*/const FramerxXni2JCtr = withCSS(Component, css, \"framer-8OfAd\");export default FramerxXni2JCtr;FramerxXni2JCtr.displayName = \"other/avatars\";FramerxXni2JCtr.defaultProps = { height: 28, width: 28 };addPropertyControls(FramerxXni2JCtr, { variant: { options: [\"BvfHvB4BV\", \"Szv5_ACYb\", \"XtIT7e8iZ\", \"iBngAPXZr\", \"MRd7uN6Yf\", \"nNG0NZH61\", \"HjBLfbysF\", \"OKQbh0lqP\", \"lAHv9sDCp\"], optionTitles: [\"avatar-1\", \"avatar-2\", \"avatar-3\", \"avatar-4\", \"avatar-5\", \"avatar-6\", \"avatar-7\", \"avatar-8\", \"avatar-9\"], title: \"Variant\", type: ControlType.Enum } });addFonts(FramerxXni2JCtr, []);\nexport const __FramerMetadata__ = { \"exports\": { \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"default\": { \"type\": \"reactComponent\", \"name\": \"FramerxXni2JCtr\", \"slots\": [], \"annotations\": { \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Szv5_ACYb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XtIT7e8iZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iBngAPXZr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MRd7uN6Yf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nNG0NZH61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HjBLfbysF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OKQbh0lqP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lAHv9sDCp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\", \"framerIntrinsicHeight\": \"28\", \"framerContractVersion\": \"1\", \"framerIntrinsicWidth\": \"28\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };\n//# sourceMappingURL=./xXni2JCtr.map", "// Generated by Framer (2add0ca)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/kTmSIGFaX5zliRSuFXFL/mdjmIx7FKLlnqHdgOh1l/HStmlIRFe.js\";import Avatars from\"https://framerusercontent.com/modules/Zt0Q22MQFjvBeAJvTolQ/d15rKFWQKCxUHZ2XFEwh/xXni2JCtr.js\";const AvatarsFonts=getFonts(Avatars);const AvatarsControls=getPropertyControls(Avatars);const cycleOrder=[\"C4_kzzfzz\",\"Bc3NtcWPL\"];const variantClassNames={Bc3NtcWPL:\"framer-v-1bjv35b\",C4_kzzfzz:\"framer-v-9s627\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={desktop:\"C4_kzzfzz\",mobile:\"Bc3NtcWPL\"};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"C4_kzzfzz\",avatar:GQwwkYII6=\"BvfHvB4BV\",text:wWDtUBUzp=\"Agar, the finance AI SaaS app, is a game-changer for financial institutions, offering advanced predictive analytics to optimize investment strategies and maximize profitability.\",name:yZiXneYqA=\"Tinna Nerry\",role:Jb7V8_xm4=\"Co-Founded at Mono\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"C4_kzzfzz\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-PEDdM\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-9s627\",className),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"C4_kzzfzz\",ref:ref,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({Bc3NtcWPL:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-vf8wh6\",\"data-border\":true,\"data-framer-name\":\"container-top\",layoutDependency:layoutDependency,layoutId:\"E6Ep4ydZj\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":'var(--token-699f807e-dfac-45b2-9929-a276542fc241, rgb(233, 233, 233)) /* {\"name\":\"Border\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-8qw63d\",\"data-styles-preset\":\"HStmlIRFe\",children:\"Agar, the finance AI SaaS app, is a game-changer for financial institutions, offering advanced predictive analytics to optimize investment strategies and maximize profitability.\"})}),className:\"framer-2pprum\",layoutDependency:layoutDependency,layoutId:\"uw9foPSRy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:wWDtUBUzp,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-xvz7wu\",\"data-border\":true,\"data-framer-name\":\"container-bottom\",layoutDependency:layoutDependency,layoutId:\"YIiQFmEYv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-699f807e-dfac-45b2-9929-a276542fc241, rgb(233, 233, 233)) /* {\"name\":\"Border\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-onaic8\",\"data-framer-name\":\"container-content\",layoutDependency:layoutDependency,layoutId:\"cpxTUcbFi\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1ni2cfy\",\"data-framer-name\":\"avatar\",layoutDependency:layoutDependency,layoutId:\"djDVPwM8J\",style:{backgroundColor:\"var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, rgb(244, 246, 247))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-12i0cbe-container\",layoutDependency:layoutDependency,layoutId:\"YY_gPFkrM-container\",children:/*#__PURE__*/ _jsx(Avatars,{height:\"100%\",id:\"YY_gPFkrM\",layoutId:\"YY_gPFkrM\",style:{height:\"100%\",width:\"100%\"},variant:GQwwkYII6,width:\"100%\"})})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-6pfzm0\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"FtGMtB87_\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"164.5%\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"capitalize\"},children:\"Tinna Nerry\"})}),className:\"framer-4cm6ky\",\"data-framer-name\":\"Tinna Nerry\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Y9zqu1MuL\",style:{\"--extracted-r6o4lv\":\"rgb(29, 29, 29)\",\"--framer-paragraph-spacing\":\"0px\"},text:yZiXneYqA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"164.5%\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Co-Founded at Mono\"})}),className:\"framer-1rqikjb\",\"data-framer-name\":\"Co-Founded at Mono\",layoutDependency:layoutDependency,layoutId:\"sVWZv6RLm\",style:{\"--extracted-r6o4lv\":\"rgb(29, 29, 29)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},text:Jb7V8_xm4,verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})});});const css=['.framer-PEDdM [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PEDdM .framer-193xyuv { display: block; }\",\".framer-PEDdM .framer-9s627 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 351px; }\",\".framer-PEDdM .framer-vf8wh6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 34px 24px; position: relative; width: 100%; }\",\".framer-PEDdM .framer-2pprum { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PEDdM .framer-xvz7wu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-PEDdM .framer-onaic8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-PEDdM .framer-1ni2cfy { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 48px; will-change: transform; }\",\".framer-PEDdM .framer-12i0cbe-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-PEDdM .framer-6pfzm0 { 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; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-PEDdM .framer-4cm6ky, .framer-PEDdM .framer-1rqikjb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PEDdM .framer-9s627, .framer-PEDdM .framer-vf8wh6, .framer-PEDdM .framer-xvz7wu, .framer-PEDdM .framer-onaic8, .framer-PEDdM .framer-1ni2cfy, .framer-PEDdM .framer-6pfzm0 { gap: 0px; } .framer-PEDdM .framer-9s627 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PEDdM .framer-9s627 > :first-child, .framer-PEDdM .framer-vf8wh6 > :first-child, .framer-PEDdM .framer-xvz7wu > :first-child, .framer-PEDdM .framer-6pfzm0 > :first-child { margin-top: 0px; } .framer-PEDdM .framer-9s627 > :last-child, .framer-PEDdM .framer-vf8wh6 > :last-child, .framer-PEDdM .framer-xvz7wu > :last-child, .framer-PEDdM .framer-6pfzm0 > :last-child { margin-bottom: 0px; } .framer-PEDdM .framer-vf8wh6 > *, .framer-PEDdM .framer-xvz7wu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PEDdM .framer-onaic8 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-PEDdM .framer-onaic8 > :first-child, .framer-PEDdM .framer-1ni2cfy > :first-child { margin-left: 0px; } .framer-PEDdM .framer-onaic8 > :last-child, .framer-PEDdM .framer-1ni2cfy > :last-child { margin-right: 0px; } .framer-PEDdM .framer-1ni2cfy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-PEDdM .framer-6pfzm0 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-PEDdM.framer-v-1bjv35b .framer-9s627 { gap: unset; height: 287px; justify-content: space-between; }\",\".framer-PEDdM.framer-v-1bjv35b .framer-vf8wh6 { flex: 1 0 0px; height: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PEDdM.framer-v-1bjv35b .framer-9s627 { gap: 0px; } .framer-PEDdM.framer-v-1bjv35b .framer-9s627 > *, .framer-PEDdM.framer-v-1bjv35b .framer-9s627 > :first-child, .framer-PEDdM.framer-v-1bjv35b .framer-9s627 > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 287\n * @framerIntrinsicWidth 351\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Bc3NtcWPL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GQwwkYII6\":\"avatar\",\"wWDtUBUzp\":\"text\",\"yZiXneYqA\":\"name\",\"Jb7V8_xm4\":\"role\"}\n */ const FramerkdxobBTCC=withCSS(Component,css,\"framer-PEDdM\");export default FramerkdxobBTCC;FramerkdxobBTCC.displayName=\"section/testimotion\";FramerkdxobBTCC.defaultProps={height:287,width:351};addPropertyControls(FramerkdxobBTCC,{variant:{options:[\"C4_kzzfzz\",\"Bc3NtcWPL\"],optionTitles:[\"desktop\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},GQwwkYII6:(AvatarsControls===null||AvatarsControls===void 0?void 0:AvatarsControls[\"variant\"])&&{...AvatarsControls[\"variant\"],defaultValue:\"BvfHvB4BV\",hidden:undefined,title:\"Avatar\"},wWDtUBUzp:{defaultValue:\"Agar, the finance AI SaaS app, is a game-changer for financial institutions, offering advanced predictive analytics to optimize investment strategies and maximize profitability.\",displayTextArea:true,title:\"Text\",type:ControlType.String},yZiXneYqA:{defaultValue:\"Tinna Nerry\",displayTextArea:false,title:\"Name\",type:ControlType.String},Jb7V8_xm4:{defaultValue:\"Co-Founded at Mono\",displayTextArea:false,title:\"Role\",type:ControlType.String}});addFonts(FramerkdxobBTCC,[...AvatarsFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkdxobBTCC\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"GQwwkYII6\\\":\\\"avatar\\\",\\\"wWDtUBUzp\\\":\\\"text\\\",\\\"yZiXneYqA\\\":\\\"name\\\",\\\"Jb7V8_xm4\\\":\\\"role\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bc3NtcWPL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"287\",\"framerIntrinsicWidth\":\"351\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8563fcd)\nimport { jsx as _jsx } from \"react/jsx-runtime\";import { addFonts, cx, getFonts, useVariantState, withCSS } from \"framer\";import { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";import * as React from \"react\";import { Lottie } from \"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";const LottieFonts = getFonts(Lottie);const cycleOrder = [\"A4J_gxb5T\"];const variantClassNames = { A4J_gxb5T: \"framer-v-om51rb\" };function addPropertyOverrides(overrides, ...variants) {const nextOverrides = {};variants === null || variants === void 0 ? void 0 : variants.forEach((variant) => variant && Object.assign(nextOverrides, overrides[variant]));return nextOverrides;}const humanReadableVariantMap = {};const transitions = { default: { delay: 0, duration: 50, ease: [0, 0, 1, 1], type: \"tween\" } };const Transition = ({ value, children }) => {const config = React.useContext(MotionConfigContext);const transition = value !== null && value !== void 0 ? value : config.transition;const contextValue = React.useMemo(() => ({ ...config, transition }), [JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider, { value: contextValue, children: children });};const Component = /*#__PURE__*/React.forwardRef(function ({ id, style, className, width, height, layoutId, variant: outerVariant = \"A4J_gxb5T\", ...restProps }, ref) {const outerVariantId = humanReadableVariantMap[outerVariant];const variant = outerVariantId || outerVariant;const { baseVariant, classNames, gestureVariant, setGestureState, setVariant, transition, variants } = useVariantState({ cycleOrder, defaultVariant: \"A4J_gxb5T\", transitions, variant, variantClassNames });const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsx(motion.div, { initial: variant, animate: variants, onHoverStart: () => setGestureState({ isHovered: true }), onHoverEnd: () => setGestureState({ isHovered: false }), onTapStart: () => setGestureState({ isPressed: true }), onTap: () => setGestureState({ isPressed: false }), onTapCancel: () => setGestureState({ isPressed: false }), className: cx(\"framer-UaUFO\", classNames), style: { display: \"contents\" }, children: /*#__PURE__*/_jsx(Transition, { value: transition, children: /*#__PURE__*/_jsx(motion.div, { ...restProps, className: cx(\"framer-om51rb\", className), \"data-framer-name\": \"Variant 1\", layoutDependency: layoutDependency, layoutId: \"A4J_gxb5T\", ref: ref, style: { ...style }, children: /*#__PURE__*/_jsx(motion.div, { className: \"framer-au7qxx-container\", layoutDependency: layoutDependency, layoutId: \"UnptL4DKj-container\", children: /*#__PURE__*/_jsx(Lottie, { height: \"100%\", id: \"UnptL4DKj\", isForwardsDirection: true, layoutId: \"UnptL4DKj\", loop: true, playing: true, poster: \"Auto\", posterProgress: 0, progress: 0, speed: 1, srcFile: new URL(\"https://framerusercontent.com/modules/assets/KKMYBKPEZqR0kGIAl954YVC5S5I~TWwPyLOUBEwCdlCnQQaq-JPkiQ3x9c0p24xj9cC305k.json\").href, srcType: \"Upload\", srcUrl: \"https://raw.githubusercontent.com/framer/Lottie/master/Lottie.framerfx/assets/logo.json\", style: { width: \"100%\" }, width: \"100%\" }) }) }) }) }) });});const css = ['.framer-UaUFO [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-UaUFO .framer-1t1861f { display: block; }\", \".framer-UaUFO .framer-om51rb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 240px; }\", \".framer-UaUFO .framer-au7qxx-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UaUFO .framer-om51rb { gap: 0px; } .framer-UaUFO .framer-om51rb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UaUFO .framer-om51rb > :first-child { margin-left: 0px; } .framer-UaUFO .framer-om51rb > :last-child { margin-right: 0px; } }\"]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 243\n* @framerIntrinsicWidth 240\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n*/const FramerNyOpNFlco = withCSS(Component, css, \"framer-UaUFO\");export default FramerNyOpNFlco;FramerNyOpNFlco.displayName = \"visual/Header-Visual\";FramerNyOpNFlco.defaultProps = { height: 243, width: 240 };addFonts(FramerNyOpNFlco, [...LottieFonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"default\": { \"type\": \"reactComponent\", \"name\": \"FramerNyOpNFlco\", \"slots\": [], \"annotations\": { \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\", \"framerIntrinsicWidth\": \"240\", \"framerContractVersion\": \"1\", \"framerIntrinsicHeight\": \"243\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };\n//# sourceMappingURL=./NyOpNFlco.map", "// Generated by Framer (8563fcd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/RirdZPO92BGPk98T5Nul/nTL33g3KyZcbKsmPhqU8/Ls3ptgLkD.js\";import IconIcon from\"https://framerusercontent.com/modules/MEV2YZuO3AP3uva75h6m/mzoMuVIsDZhUoNWIDMxg/TCf5sF2tF.js\";const IconIconFonts=getFonts(IconIcon);const IconIconControls=getPropertyControls(IconIcon);const enabledGestures={YCOAPwWIJ:{hover:true}};const cycleOrder=[\"YCOAPwWIJ\"];const variantClassNames={YCOAPwWIJ:\"framer-v-11wiwge\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"YCOAPwWIJ\",text:NQoYwDMJR=\"Buy Template\",hoverText:IFrzRQpIr=\"Buy Template\",icon:ehKWEg3HD=\"QEuSjgTYi\",link2:xn0C2pDZB,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YCOAPwWIJ\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-B17ye\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:xn0C2pDZB,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-11wiwge\",className)} framer-18d4aei`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YCOAPwWIJ\",ref:ref,style:{backgroundColor:\"var(--token-97da87b8-60a4-4b46-840f-3c2849cc983c, rgb(232, 232, 232))\",...style},...addPropertyOverrides({\"YCOAPwWIJ-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",children:\"Buy Template\"})}),className:\"framer-142m8i6\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"yXFx8Rwrw\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:NQoYwDMJR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1t1kqh0-container\",layoutDependency:layoutDependency,layoutId:\"DYrnemlG8-container\",children:/*#__PURE__*/ _jsx(IconIcon,{height:\"100%\",id:\"DYrnemlG8\",layoutId:\"DYrnemlG8\",style:{height:\"100%\",width:\"100%\"},variant:ehKWEg3HD,width:\"100%\"})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",children:\"Buy Template\"})}),className:\"framer-e7y1if\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"vVW4ZQSgd\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:IFrzRQpIr,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-B17ye [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B17ye .framer-18d4aei { display: block; }\",\".framer-B17ye .framer-11wiwge { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-B17ye .framer-142m8i6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-B17ye .framer-1t1kqh0-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-B17ye .framer-e7y1if { flex: none; height: auto; left: 16px; position: absolute; top: -23px; white-space: pre; width: auto; z-index: 1; }\",\".framer-B17ye .framer-v-11wiwge .framer-11wiwge { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B17ye .framer-11wiwge { gap: 0px; } .framer-B17ye .framer-11wiwge > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-B17ye .framer-11wiwge > :first-child { margin-left: 0px; } .framer-B17ye .framer-11wiwge > :last-child { margin-right: 0px; } }\",\".framer-B17ye.framer-v-11wiwge.hover .framer-142m8i6 { bottom: -23px; left: 16px; order: 0; position: absolute; z-index: 1; }\",\".framer-B17ye.framer-v-11wiwge.hover .framer-1t1kqh0-container { order: 2; }\",\".framer-B17ye.framer-v-11wiwge.hover .framer-e7y1if { left: unset; order: 1; position: relative; top: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZGHYYdZgG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NQoYwDMJR\":\"text\",\"IFrzRQpIr\":\"hoverText\",\"ehKWEg3HD\":\"icon\",\"xn0C2pDZB\":\"link2\"}\n */ const FramerqBhmr_VNH=withCSS(Component,css,\"framer-B17ye\");export default FramerqBhmr_VNH;FramerqBhmr_VNH.displayName=\"buttons/darkgray-button-m\";FramerqBhmr_VNH.defaultProps={height:56,width:176};addPropertyControls(FramerqBhmr_VNH,{NQoYwDMJR:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Text\",type:ControlType.String},IFrzRQpIr:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Hover Text\",type:ControlType.String},ehKWEg3HD:(IconIconControls===null||IconIconControls===void 0?void 0:IconIconControls[\"variant\"])&&{...IconIconControls[\"variant\"],defaultValue:\"QEuSjgTYi\",hidden:undefined,title:\"Icon\"},xn0C2pDZB:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerqBhmr_VNH,[...IconIconFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqBhmr_VNH\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"NQoYwDMJR\\\":\\\"text\\\",\\\"IFrzRQpIr\\\":\\\"hoverText\\\",\\\"ehKWEg3HD\\\":\\\"icon\\\",\\\"xn0C2pDZB\\\":\\\"link2\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZGHYYdZgG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"176\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qBhmr_VNH.map", "// Generated by Framer (8563fcd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/RirdZPO92BGPk98T5Nul/nTL33g3KyZcbKsmPhqU8/Ls3ptgLkD.js\";import IconIcon from\"https://framerusercontent.com/modules/MEV2YZuO3AP3uva75h6m/mzoMuVIsDZhUoNWIDMxg/TCf5sF2tF.js\";const IconIconFonts=getFonts(IconIcon);const IconIconControls=getPropertyControls(IconIcon);const enabledGestures={KSWK63iXR:{hover:true}};const cycleOrder=[\"KSWK63iXR\"];const variantClassNames={KSWK63iXR:\"framer-v-10eeq9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"KSWK63iXR\",text:NQoYwDMJR=\"Buy Template\",hoverText:IFrzRQpIr=\"Buy Template\",icon:ehKWEg3HD=\"QEuSjgTYi\",link2:xn0C2pDZB,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"KSWK63iXR\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-RvgeD\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:xn0C2pDZB,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-10eeq9\",className)} framer-ilb0pw`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KSWK63iXR\",ref:ref,style:{backgroundColor:\"var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, rgb(244, 246, 247))\",...style},...addPropertyOverrides({\"KSWK63iXR-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",children:\"Buy Template\"})}),className:\"framer-16aigdj\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"ywQLPm8Mf\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:NQoYwDMJR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-67gbly-container\",layoutDependency:layoutDependency,layoutId:\"WjSmBD3X0-container\",children:/*#__PURE__*/ _jsx(IconIcon,{height:\"100%\",id:\"WjSmBD3X0\",layoutId:\"WjSmBD3X0\",style:{height:\"100%\",width:\"100%\"},variant:ehKWEg3HD,width:\"100%\"})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",children:\"Buy Template\"})}),className:\"framer-jxdu7s\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"j_V4dACt4\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:IFrzRQpIr,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-RvgeD [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RvgeD .framer-ilb0pw { display: block; }\",\".framer-RvgeD .framer-10eeq9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-RvgeD .framer-16aigdj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RvgeD .framer-67gbly-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-RvgeD .framer-jxdu7s { flex: none; height: auto; left: 16px; position: absolute; top: -23px; white-space: pre; width: auto; z-index: 1; }\",\".framer-RvgeD .framer-v-10eeq9 .framer-10eeq9 { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RvgeD .framer-10eeq9 { gap: 0px; } .framer-RvgeD .framer-10eeq9 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-RvgeD .framer-10eeq9 > :first-child { margin-left: 0px; } .framer-RvgeD .framer-10eeq9 > :last-child { margin-right: 0px; } }\",\".framer-RvgeD.framer-v-10eeq9.hover .framer-16aigdj { bottom: -23px; left: 16px; order: 0; position: absolute; z-index: 1; }\",\".framer-RvgeD.framer-v-10eeq9.hover .framer-67gbly-container { order: 2; }\",\".framer-RvgeD.framer-v-10eeq9.hover .framer-jxdu7s { left: unset; order: 1; position: relative; top: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"VpOe9NhTG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NQoYwDMJR\":\"text\",\"IFrzRQpIr\":\"hoverText\",\"ehKWEg3HD\":\"icon\",\"xn0C2pDZB\":\"link2\"}\n */ const FramerUGbtstYbM=withCSS(Component,css,\"framer-RvgeD\");export default FramerUGbtstYbM;FramerUGbtstYbM.displayName=\"buttons/gray-button-m\";FramerUGbtstYbM.defaultProps={height:56,width:176};addPropertyControls(FramerUGbtstYbM,{NQoYwDMJR:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Text\",type:ControlType.String},IFrzRQpIr:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Hover Text\",type:ControlType.String},ehKWEg3HD:(IconIconControls===null||IconIconControls===void 0?void 0:IconIconControls[\"variant\"])&&{...IconIconControls[\"variant\"],defaultValue:\"QEuSjgTYi\",hidden:undefined,title:\"Icon\"},xn0C2pDZB:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerUGbtstYbM,[...IconIconFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUGbtstYbM\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VpOe9NhTG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"NQoYwDMJR\\\":\\\"text\\\",\\\"IFrzRQpIr\\\":\\\"hoverText\\\",\\\"ehKWEg3HD\\\":\\\"icon\\\",\\\"xn0C2pDZB\\\":\\\"link2\\\"}\",\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"176\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UGbtstYbM.map", "// Generated by Framer (8563fcd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/RirdZPO92BGPk98T5Nul/nTL33g3KyZcbKsmPhqU8/Ls3ptgLkD.js\";import IconIcon from\"https://framerusercontent.com/modules/MEV2YZuO3AP3uva75h6m/mzoMuVIsDZhUoNWIDMxg/TCf5sF2tF.js\";const IconIconFonts=getFonts(IconIcon);const IconIconControls=getPropertyControls(IconIcon);const enabledGestures={kpX8UR_AP:{hover:true}};const cycleOrder=[\"kpX8UR_AP\"];const variantClassNames={kpX8UR_AP:\"framer-v-6r1kew\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"kpX8UR_AP\",link:o1ePi_MT3,text:oFc_QrcGx=\"Buy Template\",hoverText:BEaFTNZJT=\"Buy Template\",icon:f0NqREvHe=\"uPt0kDuAP\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"kpX8UR_AP\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-bPvs6\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:o1ePi_MT3,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-6r1kew\",className)} framer-1qe5trk`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kpX8UR_AP\",ref:ref,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",...style},...addPropertyOverrides({\"kpX8UR_AP-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Buy Template\"})}),className:\"framer-fgelah\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"DKMCwWqjo\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:oFc_QrcGx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-rp011e-container\",layoutDependency:layoutDependency,layoutId:\"eYM4eyhk8-container\",children:/*#__PURE__*/ _jsx(IconIcon,{height:\"100%\",id:\"eYM4eyhk8\",layoutId:\"eYM4eyhk8\",style:{height:\"100%\",width:\"100%\"},variant:f0NqREvHe,width:\"100%\"})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-s89a3b\",\"data-styles-preset\":\"Ls3ptgLkD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Buy Template\"})}),className:\"framer-1s320p3\",\"data-framer-name\":\"Buy Template\",layoutDependency:layoutDependency,layoutId:\"JD2ZTeh5O\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:BEaFTNZJT,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-bPvs6 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bPvs6 .framer-1qe5trk { display: block; }\",\".framer-bPvs6 .framer-6r1kew { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bPvs6 .framer-fgelah { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bPvs6 .framer-rp011e-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-bPvs6 .framer-1s320p3 { flex: none; height: auto; left: 16px; position: absolute; top: -23px; white-space: pre; width: auto; z-index: 1; }\",\".framer-bPvs6 .framer-v-6r1kew .framer-6r1kew { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bPvs6 .framer-6r1kew { gap: 0px; } .framer-bPvs6 .framer-6r1kew > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bPvs6 .framer-6r1kew > :first-child { margin-left: 0px; } .framer-bPvs6 .framer-6r1kew > :last-child { margin-right: 0px; } }\",\".framer-bPvs6.framer-v-6r1kew.hover .framer-fgelah { bottom: -23px; left: 16px; order: 0; position: absolute; z-index: 1; }\",\".framer-bPvs6.framer-v-6r1kew.hover .framer-rp011e-container { order: 2; }\",\".framer-bPvs6.framer-v-6r1kew.hover .framer-1s320p3 { left: unset; order: 1; position: relative; top: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nrrsb49hp\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"o1ePi_MT3\":\"link\",\"oFc_QrcGx\":\"text\",\"BEaFTNZJT\":\"hoverText\",\"f0NqREvHe\":\"icon\"}\n */ const FramerYaSqzGZm_=withCSS(Component,css,\"framer-bPvs6\");export default FramerYaSqzGZm_;FramerYaSqzGZm_.displayName=\"buttons/ghost-button-m\";FramerYaSqzGZm_.defaultProps={height:56,width:176};addPropertyControls(FramerYaSqzGZm_,{o1ePi_MT3:{title:\"Link\",type:ControlType.Link},oFc_QrcGx:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Text\",type:ControlType.String},BEaFTNZJT:{defaultValue:\"Buy Template\",displayTextArea:false,title:\"Hover Text\",type:ControlType.String},f0NqREvHe:(IconIconControls===null||IconIconControls===void 0?void 0:IconIconControls[\"variant\"])&&{...IconIconControls[\"variant\"],defaultValue:\"uPt0kDuAP\",hidden:undefined,title:\"Icon\"}});addFonts(FramerYaSqzGZm_,[...IconIconFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYaSqzGZm_\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"o1ePi_MT3\\\":\\\"link\\\",\\\"oFc_QrcGx\\\":\\\"text\\\",\\\"BEaFTNZJT\\\":\\\"hoverText\\\",\\\"f0NqREvHe\\\":\\\"icon\\\"}\",\"framerIntrinsicWidth\":\"176\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nrrsb49hp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YaSqzGZm_.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;DM Sans-regular\"]);export const fonts=[{family:\"DM Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/zLzmUE259:default\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTmf3ZGMZpg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTmf3ZGMZpg.ttf\",weight:\"400\"}];export const css=['.framer-53RAB .framer-styles-preset-kkttv8:not(.rich-text-wrapper), .framer-53RAB .framer-styles-preset-kkttv8.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.4px; --framer-line-height: 165%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: capitalize; }','@media (max-width: 1199px) and (min-width: 0px) { .framer-53RAB .framer-styles-preset-kkttv8:not(.rich-text-wrapper), .framer-53RAB .framer-styles-preset-kkttv8.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.4px; --framer-line-height: 165%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: capitalize; } }'];export const className=\"framer-53RAB\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c7eb1b9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,optimizeAppear,optimizeAppearTransformTemplate,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/I0BNwkDq86NkxvMxt7DV/Smooth_Scroll.js\";import OtherTitle from\"#framer/local/canvasComponent/HkERv9_Cz/HkERv9_Cz.js\";import BoxIconFeatureBox from\"#framer/local/canvasComponent/HyRElnCLy/HyRElnCLy.js\";import FeatureFeatureLeft from\"#framer/local/canvasComponent/izOdkP24j/izOdkP24j.js\";import AccordionAccordionFeature from\"#framer/local/canvasComponent/JkJVGKctw/JkJVGKctw.js\";import SectionTestimotion from\"#framer/local/canvasComponent/kdxobBTCC/kdxobBTCC.js\";import FAQQuestionItem from\"#framer/local/canvasComponent/ls8fBQKUL/ls8fBQKUL.js\";import VisualHeaderVisual from\"#framer/local/canvasComponent/NyOpNFlco/NyOpNFlco.js\";import BoxTopBox2 from\"#framer/local/canvasComponent/pt5GjPQ3L/pt5GjPQ3L.js\";import BoxIntegrationBox from\"#framer/local/canvasComponent/QBE8zOdZ6/QBE8zOdZ6.js\";import ButtonsDarkgrayButtonM from\"#framer/local/canvasComponent/qBhmr_VNH/qBhmr_VNH.js\";import FeatureFeatureRight from\"#framer/local/canvasComponent/QheeLx4rY/QheeLx4rY.js\";import SectionFooter from\"#framer/local/canvasComponent/QX5IKbPNp/QX5IKbPNp.js\";import ButtonsGreenButtonM from\"#framer/local/canvasComponent/rZE8OhDBN/rZE8OhDBN.js\";import ButtonsGrayButtonM from\"#framer/local/canvasComponent/UGbtstYbM/UGbtstYbM.js\";import BoxTopBox from\"#framer/local/canvasComponent/wo0QlMgim/wo0QlMgim.js\";import SectionPricing from\"#framer/local/canvasComponent/XnV_RaKMM/XnV_RaKMM.js\";import BoxBottomBox from\"#framer/local/canvasComponent/xSi5eypHE/xSi5eypHE.js\";import FeatureFeatureBox from\"#framer/local/canvasComponent/xZHZPHE6j/xZHZPHE6j.js\";import VisualBrowserMockup from\"#framer/local/canvasComponent/Y2k4lowdW/Y2k4lowdW.js\";import ButtonsGhostButtonM from\"#framer/local/canvasComponent/YaSqzGZm_/YaSqzGZm_.js\";import CardBlog from\"#framer/local/canvasComponent/YcTsn9Y4f/YcTsn9Y4f.js\";import NavNavigation from\"#framer/local/canvasComponent/Z9FSr4pJH/Z9FSr4pJH.js\";import FeatureScreens from\"#framer/local/canvasComponent/zfojhIHGn/zfojhIHGn.js\";import Blog from\"#framer/local/collection/MQ8brFtoF/MQ8brFtoF.js\";import*as sharedStyle from\"#framer/local/css/FucmdE8Vl/FucmdE8Vl.js\";import*as sharedStyle1 from\"#framer/local/css/zLzmUE259/zLzmUE259.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavNavigationFonts=getFonts(NavNavigation);const ButtonsGreenButtonMFonts=getFonts(ButtonsGreenButtonM);const ButtonsGhostButtonMFonts=getFonts(ButtonsGhostButtonM);const VisualHeaderVisualFonts=getFonts(VisualHeaderVisual);const VisualBrowserMockupFonts=getFonts(VisualBrowserMockup);const ContainerWithFX=withFX(Container);const FeatureFeatureLeftFonts=getFonts(FeatureFeatureLeft);const FeatureFeatureRightFonts=getFonts(FeatureFeatureRight);const OtherTitleFonts=getFonts(OtherTitle);const BoxTopBoxFonts=getFonts(BoxTopBox);const BoxTopBox2Fonts=getFonts(BoxTopBox2);const BoxBottomBoxFonts=getFonts(BoxBottomBox);const FeatureScreensFonts=getFonts(FeatureScreens);const MotionDivWithFX=withFX(motion.div);const AccordionAccordionFeatureFonts=getFonts(AccordionAccordionFeature);const BoxIconFeatureBoxFonts=getFonts(BoxIconFeatureBox);const VideoFonts=getFonts(Video);const BoxIntegrationBoxFonts=getFonts(BoxIntegrationBox);const ButtonsDarkgrayButtonMFonts=getFonts(ButtonsDarkgrayButtonM);const ImageWithFX=withFX(Image);const SectionTestimotionFonts=getFonts(SectionTestimotion);const SectionPricingFonts=getFonts(SectionPricing);const CardBlogFonts=getFonts(CardBlog);const ButtonsGrayButtonMFonts=getFonts(ButtonsGrayButtonM);const FAQQuestionItemFonts=getFonts(FAQQuestionItem);const FeatureFeatureBoxFonts=getFonts(FeatureFeatureBox);const SectionFooterFonts=getFonts(SectionFooter);const cycleOrder=[\"WQLkyLRf1\",\"sGT9x6Bhu\",\"bvUzLS4Fe\"];const breakpoints={bvUzLS4Fe:\"(max-width: 809px)\",sGT9x6Bhu:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GswbB\";const variantClassNames={bvUzLS4Fe:\"framer-v-h990y\",sGT9x6Bhu:\"framer-v-5yyfxk\",WQLkyLRf1:\"framer-v-72rtr7\"};const transitions={default:{duration:0}};const transition1={delay:0,duration:1,ease:[.6,.04,.42,.99],type:\"tween\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:-150};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,x:0,y:-150};const transition2={delay:.2,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:4,rotateY:0,scale:1,x:0,y:80};const transition3={delay:0,duration:.5,ease:[.38,0,.29,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:4,rotateY:0,scale:1,transition:transition3,x:0,y:80};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation8={opacity:0,rotate:0,rotateX:6,rotateY:-2,scale:1,x:0,y:70};const transition4={delay:0,duration:.6,ease:[.44,0,.33,1.01],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:6,rotateY:-2,scale:1,transition:transition4,x:0,y:70};const animation10={opacity:0,rotate:0,rotateX:-6,rotateY:2,scale:1,x:0,y:70};const animation11={opacity:0,rotate:0,rotateX:-6,rotateY:2,scale:1,transition:transition4,x:0,y:70};const animation12={opacity:0,rotate:0,scale:.5,x:0,y:0};const transition5={delay:0,duration:.6,ease:[.65,.01,.29,1],type:\"tween\"};const animation13={opacity:0,rotate:0,scale:.5,transition:transition5,x:0,y:0};const transition6={delay:.3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation14={opacity:0,rotate:0,scale:.5,transition:transition6,x:0,y:0};const transition7={delay:0,duration:15,ease:[0,0,1,1],type:\"tween\"};const animation15={opacity:1,rotate:360,scale:1,x:0,y:0};const transition8={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation16={opacity:1,rotate:0,scale:.95,transition:transition8};const animation17={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:150};const transition9={delay:0,duration:.7,ease:[.13,-.01,.09,1.01],type:\"tween\"};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition9,x:0,y:150};const transition10={damping:30,delay:0,mass:.1,stiffness:400,type:\"spring\"};const animation19={opacity:1,rotate:0,scale:1,transition:transition10,y:10};const transformTemplate2=(_,t)=>`perspective(1200px) translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:-150,y:150};const transition11={delay:.1,duration:.7,ease:[.13,-.01,.09,1.01],type:\"tween\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition11,x:-150,y:150};const transformTemplate4=(_,t)=>`perspective(1200px) ${t} rotate(20deg)`;const transformTemplate5=(_,t)=>`${t} rotate(20deg)`;const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:150,y:150};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition11,x:150,y:150};const transformTemplate6=(_,t)=>`perspective(1200px) ${t} rotate(-20deg)`;const transformTemplate7=(_,t)=>`${t} rotate(-20deg)`;const transition12={delay:.75,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation24={opacity:0,rotate:0,scale:.5,transition:transition12,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"bvUzLS4Fe\",Tablet:\"sGT9x6Bhu\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,dhYu28onz,ovtLJLmTequpHus039,DhXg6UafYqupHus039,obKCltCkgqupHus039,idqupHus039,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-GswbB`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-GswbB`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if([\"sGT9x6Bhu\",\"bvUzLS4Fe\"].includes(baseVariant))return!isBrowser();return true;};const isDisplayed1=()=>{if(baseVariant===\"bvUzLS4Fe\")return!isBrowser();return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-4qeqxg-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"sjLXFHk4H\",intensity:16,layoutId:\"sjLXFHk4H\",width:\"100%\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{\"data-framer-appear-id\":\"9bs61h\",animate:optimizeAppear(\"animate\",\"9bs61h\",animation1,\"h990y\"),initial:optimizeAppear(\"initial\",\"9bs61h\",animation2,\"h990y\"),transformTemplate:optimizeAppearTransformTemplate(\"9bs61h\",transformTemplate1)},sGT9x6Bhu:{\"data-framer-appear-id\":\"bl4g73\",animate:optimizeAppear(\"animate\",\"bl4g73\",animation1,\"5yyfxk\"),initial:optimizeAppear(\"initial\",\"bl4g73\",animation2,\"5yyfxk\"),transformTemplate:optimizeAppearTransformTemplate(\"bl4g73\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"g5qiq5\",animation1,\"72rtr7\"),className:\"framer-g5qiq5-container\",\"data-framer-appear-id\":\"g5qiq5\",exit:animation,initial:optimizeAppear(\"initial\",\"g5qiq5\",animation2,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"g5qiq5\",transformTemplate1),children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{variant:\"IR6JBMCo7\"},sGT9x6Bhu:{variant:\"IR6JBMCo7\"}},children:/*#__PURE__*/_jsx(NavNavigation,{height:\"100%\",id:\"ZD754CAko\",layoutId:\"ZD754CAko\",style:{width:\"100%\"},variant:\"o40IW4RbK\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kks8jk\",\"data-framer-name\":\"section-header\",name:\"section-header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{\"data-framer-appear-id\":\"xifd6w\",animate:optimizeAppear(\"animate\",\"xifd6w\",animation4,\"h990y\"),initial:optimizeAppear(\"initial\",\"xifd6w\",animation5,\"h990y\"),transformTemplate:optimizeAppearTransformTemplate(\"xifd6w\",transformTemplate1)},sGT9x6Bhu:{\"data-framer-appear-id\":\"1frjnzi\",animate:optimizeAppear(\"animate\",\"1frjnzi\",animation4,\"5yyfxk\"),initial:optimizeAppear(\"initial\",\"1frjnzi\",animation5,\"5yyfxk\"),transformTemplate:optimizeAppearTransformTemplate(\"1frjnzi\",transformTemplate1)}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1cxu28n\",animation4,\"72rtr7\"),className:\"framer-1cxu28n\",\"data-framer-appear-id\":\"1cxu28n\",\"data-framer-name\":\"header-container\",exit:animation3,initial:optimizeAppear(\"initial\",\"1cxu28n\",animation5,\"72rtr7\"),name:\"header-container\",transformTemplate:optimizeAppearTransformTemplate(\"1cxu28n\",transformTemplate1),children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o6gdik\",\"data-framer-name\":\"left\",name:\"left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tb8luv\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-ftmbfb\",\"data-styles-preset\":\"FucmdE8Vl\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9389343a-4152-4b3a-b1ca-9ea0d6403510, rgb(167, 244, 106))\"},children:\"Supercharge\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" Your Saas App\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With Agar AI\"})]})})},sGT9x6Bhu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-ftmbfb\",\"data-styles-preset\":\"FucmdE8Vl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9389343a-4152-4b3a-b1ca-9ea0d6403510, rgb(167, 244, 106))\"},children:\"Supercharge\"}),\" Your Saas App With Agar AI\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-ftmbfb\",\"data-styles-preset\":\"FucmdE8Vl\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9389343a-4152-4b3a-b1ca-9ea0d6403510, rgb(167, 244, 106))\"},children:\"Supercharge\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" Your Saas App\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With Agar AI\"})]})}),className:\"framer-1trxvrc\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kkttv8\",\"data-styles-preset\":\"zLzmUE259\",style:{\"--framer-text-alignment\":\"left\"},children:\"Experience a game-changing transformation with Agar, our powerful Template designed to revolutionize your SaaS application.\"})})},sGT9x6Bhu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kkttv8\",\"data-styles-preset\":\"zLzmUE259\",style:{\"--framer-text-alignment\":\"left\"},children:\"Experience a game-changing transformation with Agar, our powerful Template designed to revolutionize your SaaS application.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kkttv8\",\"data-styles-preset\":\"zLzmUE259\",children:\"Experience a game-changing transformation with Agar, our powerful Template designed to revolutionize your SaaS application.\"})}),className:\"framer-441lrq\",\"data-framer-name\":\"Adapt this versatile section and unique style framer template to your application and increase interactions.\",name:\"Adapt this versatile section and unique style framer template to your application and increase interactions.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o7jbt7\",\"data-framer-name\":\"buttons\",name:\"buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(Container,{className:\"framer-1xh0m5c-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link:resolvedLinks[2]},sGT9x6Bhu:{link:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsGreenButtonM,{height:\"100%\",hoverText:\"Get Started\",icon:\"QEuSjgTYi\",id:\"p5v7xQi_w\",layoutId:\"p5v7xQi_w\",link:resolvedLinks[0],title:\"Get Started\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(Container,{className:\"framer-1jixvde-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link:resolvedLinks1[2]},sGT9x6Bhu:{link:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonsGhostButtonM,{height:\"100%\",hoverText:\"Request Access\",icon:\"uPt0kDuAP\",id:\"G5fJti4Ds\",layoutId:\"G5fJti4Ds\",link:resolvedLinks1[0],text:\"Request Access\",width:\"100%\"})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p0hrp5 hidden-5yyfxk hidden-h990y\",\"data-framer-name\":\"right\",name:\"right\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-b81z50-container\",children:/*#__PURE__*/_jsx(VisualHeaderVisual,{height:\"100%\",id:\"PspM8L913\",layoutId:\"PspM8L913\",style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x4ygl1-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(VisualBrowserMockup,{height:\"100%\",id:\"w92J3hdXQ\",layoutId:\"w92J3hdXQ\",screen1100X:addImageAlt({src:\"https://framerusercontent.com/images/6n2YCXS9hlqrcdSMcXCQSX2k.png\"},\"dashboard screen\"),style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t4gkge\",\"data-framer-name\":\"background\",name:\"background\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1783lf9\",\"data-framer-name\":\"section-features\",name:\"section-features\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dai50z-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{title:\"Get shares with the help of AI\",variant:\"Xtw0hEH8o\"},sGT9x6Bhu:{description:\"Unlock the power of AI to boost your share investments. maximize \\nyour investment potential with AI Agar, the cutting-edge platform.\",title:\"Get shares with \\nthe help of AI\",variant:\"Tt6yqFwxO\"}},children:/*#__PURE__*/_jsx(FeatureFeatureLeft,{description:\"Unlock the power of AI to boost your share investments. maximize your investment potential with AI Agar, the cutting-edge platform.\",height:\"100%\",id:\"yIn4mcV4x\",layoutId:\"yIn4mcV4x\",style:{maxWidth:\"100%\",width:\"100%\"},title:\"Get Shares with \\nthe Help of AI\",variant:\"Ht5FdbKkQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p23w1n-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{title:\"Create  Withdraw \\nAutomations\\n\",variant:\"xvohG4WkJ\"},sGT9x6Bhu:{title:\"Create  Withdraw\\n Automations\\n\",variant:\"TFRap4Ldq\"}},children:/*#__PURE__*/_jsx(FeatureFeatureRight,{description:\"Seamless withdrawal and payment instructions made easy. Simplify your financial transactions with Agar, the ultimate platform for hassle-free withdrawals and payments right now.\",height:\"100%\",id:\"df2_MSxeQ\",layoutId:\"df2_MSxeQ\",style:{width:\"100%\"},title:\"Create Withdraw Automations\\n\",variant:\"mY02BQZPv\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hsws28\",\"data-framer-name\":\"section-features-boxes\",name:\"section-features-boxes\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zobg4y-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{description:\"Your SaaS Solution with Unprecedented Potential. Unlock the true essence of your SaaS solution with Agar\",style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Your SaaS solution with unprecedented potential. Unlock the true essence of your SaaS solution with Agar\\n\",height:\"100%\",id:\"pOJ3mlAvO\",layoutId:\"pOJ3mlAvO\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Core Features\",title:\"Unleashing the Core of Your SaaS Solution\",variant:\"fT32y89ZP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16tklus\",\"data-framer-name\":\"grid\",name:\"grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m0rmv6\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pvra2h-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"},variant:\"fldlguF4g\"},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxTopBox,{background:'var(--token-1a697036-82b2-4ac1-ba98-c5f3d0c70bb3, rgb(255, 159, 194)) /* {\"name\":\"Pink\"} */',description:\"Revolutionize Wallet Management with Artificial Intelligence. Take control of your financial life like never before with AI WalletManager.\",height:\"100%\",icon:\"NchpFzag4\",id:\"pv5HnY_ao\",image:addImageAlt({src:\"https://framerusercontent.com/images/QrCQ1ua3txBGnM8O7lkNwjZqtmo.png\"},\"my wallets\"),layoutId:\"pv5HnY_ao\",style:{height:\"100%\",width:\"100%\"},title:\"Manage Your Wallets with AI\",variant:\"Vzv_COLYA\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18rc5nn-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"},variant:\"fQzqbjFjn\"},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxTopBox2,{description:\"Seamlessly Connect 10+ Platforms with Ease. Simplify your workflow and productivity.\",height:\"100%\",icon:\"Gq4VbYOqh\",id:\"DLKwOS4uD\",layoutId:\"DLKwOS4uD\",style:{height:\"100%\",width:\"100%\"},title:\"Connect 10+ Integrations\",variant:\"JJ6jOhhD2\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-178aaq8\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g6vz6-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxBottomBox,{background:'var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, rgb(244, 246, 247)) /* {\"name\":\"Bg-Gray\"} */',description:\"Elevate Your Notification Experience for Maximum Engagement. Enhance your communication strategy.\",height:\"100%\",icon:\"t6HTFesgk\",id:\"im4nP8_7g\",image:addImageAlt({src:\"https://framerusercontent.com/images/fWC0YbQqbmNpxzJxsuVRXafO8.png\"},\"user payments\"),layoutId:\"im4nP8_7g\",style:{height:\"100%\",width:\"100%\"},title:\"Get Better Notification\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ivb2uq-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxBottomBox,{background:'var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, rgb(244, 246, 247)) /* {\"name\":\"Bg-Gray\"} */',description:\"Streamline Your Set-up Process with Unmatched Efficiency and Speed.  Say goodbye to time-consuming.\",height:\"100%\",icon:\"wK9nMNqNt\",id:\"WNv_p1DpV\",image:addImageAlt({src:\"https://framerusercontent.com/images/xt3q40Y4iqhnsJ9xNalzyxqQg3c.png\"},\"settings page\"),layoutId:\"WNv_p1DpV\",style:{height:\"100%\",width:\"100%\"},title:\"Set-up Qucikly\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fd9bji-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxBottomBox,{background:'var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, rgb(244, 246, 247)) /* {\"name\":\"Bg-Gray\"} */',description:\"Accelerate Your Withdrawal Process for Instant Access to Funds. Powerfull Experience of AI Wallet Solutions.\",height:\"100%\",icon:\"FYeIc2sub\",id:\"VrWqdXtOU\",image:addImageAlt({src:\"https://framerusercontent.com/images/j6LYiBZ2azDDtIpZ77Eh60ap0.png\"},\"withdraw popup\"),layoutId:\"VrWqdXtOU\",style:{height:\"100%\",width:\"100%\"},title:\"Withdraw Faster\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18mzwyf\",\"data-framer-name\":\"section-app-screen\",name:\"section-app-screen\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g13c10-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Upgrade your overall experience and enjoy a multitude of enhanced features that are specifically designed to elevate your satisfaction.\\n\",height:\"100%\",id:\"UAUT7vUr3\",layoutId:\"UAUT7vUr3\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"App Screens\",title:\"Upgrade Your Experience with Enhanced Features\",variant:\"KStKLQTPZ\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-133wwzd\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1te5yr7-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{variant:\"FHVMc_wM2\"}},children:/*#__PURE__*/_jsx(FeatureScreens,{height:\"100%\",id:\"PpWcIFQGX\",layoutId:\"PpWcIFQGX\",style:{width:\"100%\"},variant:\"t38QGuacA\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation14,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10t0bkd hidden-h990y\",\"data-framer-name\":\"star\",name:\"star\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x7t8zj\",\"data-framer-name\":\"star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:182,intrinsicWidth:182,name:\"star\",svg:'<svg width=\"182\" height=\"182\" viewBox=\"0 0 182 182\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M109.2 0H72.8V47.0613L39.5227 13.784L13.784 39.5226L47.0614 72.8H0V109.2H47.0613L13.784 142.477L39.5227 168.216L72.8 134.938V182H109.2V134.938L142.478 168.216L168.216 142.478L134.938 109.2H182V72.8H134.938L168.216 39.5226L142.478 13.7839L109.2 47.0613V0Z\" fill=\"#A7F46A\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation14,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15kmq6n hidden-h990y\",\"data-framer-name\":\"squares\",name:\"squares\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qh6kqt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:196,intrinsicWidth:196,name:\"Vector\",svg:'<svg width=\"196\" height=\"196\" viewBox=\"0 0 196 196\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M152.943 141.057L109.884 98L152.943 54.9423L196 98L152.943 141.057ZM43.0577 141.057L0 98L43.0577 54.9423L86.1153 98L43.0577 141.057ZM98 196L54.9423 152.943L98 109.884L141.057 152.943L98 196ZM98 86.1153L54.9423 43.0577L98 0L141.057 43.0577L98 86.1153Z\" fill=\"#58FEEA\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b1z539\",\"data-framer-name\":\"section-accordion\",name:\"section-accordion\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s5d202-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{variant:\"sA5ktBbWv\"},sGT9x6Bhu:{variant:\"sA5ktBbWv\"}},children:/*#__PURE__*/_jsx(AccordionAccordionFeature,{height:\"100%\",id:\"y7HhMTa_X\",layoutId:\"y7HhMTa_X\",style:{width:\"100%\"},title:\"The Features of Agar are Endless.\",variant:\"vG41vILQ0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10u1bhj\",\"data-framer-name\":\"section-sub-features\",name:\"section-sub-features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zyqrf\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oabeny\",\"data-framer-name\":\"left\",name:\"left\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-csi9um-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Upgrade your SaaS with Agar! Agar is a powerful tool that can revolutionize the finances.\",height:\"100%\",id:\"nAvT88iRR\",layoutId:\"nAvT88iRR\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Sub Features\",title:\"Upgrade Your Finance App with Agar! \",variant:\"c5_pkOZxd\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b059oc\",\"data-framer-name\":\"features\",name:\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wk5uhs\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wmi8fz-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(BoxIconFeatureBox,{background:'var(--token-58b98b52-426f-45cb-993e-d6630b0bf29e, rgb(250, 222, 0)) /* {\"name\":\"Yellow\"} */',description:\"AI-powered wallets are digital wallets that use AI algorithms in more deeply\",height:\"100%\",icon:\"NchpFzag4\",id:\"gsASKIYYY\",layoutId:\"gsASKIYYY\",style:{width:\"100%\"},title:\"AI Powered Wallets\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ltoq1l-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(BoxIconFeatureBox,{background:'var(--token-9389343a-4152-4b3a-b1ca-9ea0d6403510, rgb(167, 244, 106)) /* {\"name\":\"Green\"} */',description:\"Start using it now with dozens of improved and renewed features!\",height:\"100%\",icon:\"vLaVkaf8c\",id:\"MaV_k9Eim\",layoutId:\"MaV_k9Eim\",style:{width:\"100%\"},title:\"Amazing Features\",width:\"100%\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4xhuy9\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bk280r-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(BoxIconFeatureBox,{background:\"rgb(159, 186, 255)\",description:\"Safe Transactions refers to the secure transfer of assets or information between you\",height:\"100%\",icon:\"KTf3c4BnN\",id:\"raYuArmtv\",layoutId:\"raYuArmtv\",style:{width:\"100%\"},title:\"Safe Transactions\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2e092v-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(BoxIconFeatureBox,{background:'var(--token-1a697036-82b2-4ac1-ba98-c5f3d0c70bb3, rgb(255, 159, 194)) /* {\"name\":\"Pink\"} */',description:\"Thanks to AI, you can perform automated analysis and export annual reports.\",height:\"100%\",icon:\"ed2YXqAoc\",id:\"kcd8s4H71\",layoutId:\"kcd8s4H71\",style:{width:\"100%\"},title:\"Auto Analysis\",width:\"100%\"})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lz5f6 hidden-5yyfxk hidden-h990y\",\"data-framer-name\":\"right\",name:\"right\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kzn4vq\",\"data-framer-name\":\"container\",name:\"container\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bxsfpa\",\"data-framer-name\":\"box\",name:\"box\",whileHover:animation16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xiq98q-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,canvasPlay:false,controls:false,height:\"100%\",id:\"yJ6XiB8MA\",isMixedBorderRadius:false,layoutId:\"yJ6XiB8MA\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/8ebn3s8H8mqLtCJiJIw7tehL8Zg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"total sales full\",fit:\"fill\",intrinsicHeight:836,intrinsicWidth:786,loading:\"lazy\",pixelHeight:836,pixelWidth:786,src:\"https://framerusercontent.com/images/pCieUbtsQeodAjArMn0XuMSEA.png\"},className:\"framer-1vuot7h\",\"data-framer-name\":\"visual\",name:\"visual\"})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l91x67\",\"data-framer-name\":\"section-itengrations\",name:\"section-itengrations\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13b5023-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Maximizing productivity with SaaS integrations: boosting efficiency through seamless Software-as-a-Service integration.\\n\",height:\"100%\",id:\"x3JePrTYs\",layoutId:\"x3JePrTYs\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Integrations\",title:\"Maximizing Productivity with SaaS Integrations\",variant:\"fT32y89ZP\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14zjuo9\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v6vfw\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iyf4kh\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kmkuy6-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Publish completed designs to Beplin's platform while you iterate on design side\",height:\"100%\",icon:\"ZAvqEIUbl\",id:\"huJ8Q_kzM\",layoutId:\"huJ8Q_kzM\",style:{height:\"100%\",width:\"100%\"},title:\"Beplin\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mu7ost-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Drocreate is a raster graph editor app for digital painting for creative persons\",height:\"100%\",icon:\"b4QrkV9bU\",id:\"yJGrdK54_\",layoutId:\"yJGrdK54_\",style:{height:\"100%\",width:\"100%\"},title:\"Drocreate\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e75r4v\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bwtk6n-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"A Mac app for designers to create, team up, prototype, and more and more\",height:\"100%\",icon:\"bconj2fY3\",id:\"d3U8OQpG5\",layoutId:\"d3U8OQpG5\",style:{height:\"100%\",width:\"100%\"},title:\"Tketch\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lm2odr-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Narvel has everything you need to bring ideas to life and transform designs\",height:\"100%\",icon:\"STkrWNOsh\",id:\"MPOsq7bVe\",layoutId:\"MPOsq7bVe\",style:{height:\"100%\",width:\"100%\"},title:\"Narvel\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-144hsf3\",\"data-framer-name\":\"row\",name:\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ev8ee1\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nh822t-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Noodle Deets is a video communication service developed by Noodle\",height:\"100%\",icon:\"F34516LA1\",id:\"OjfhPVSso\",layoutId:\"OjfhPVSso\",style:{height:\"100%\",width:\"100%\"},title:\"Noodle Deets\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e6tt6q-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Potion is a freemium-basis and note-taking web-based application for everyone\",height:\"100%\",icon:\"QA0W5GgOZ\",id:\"f4RUVU3eS\",layoutId:\"f4RUVU3eS\",style:{height:\"100%\",width:\"100%\"},title:\"Potion\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lcfbgq\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nqm3ri-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Lapier is a product that allows end users to integrate the web applications\",height:\"100%\",icon:\"hrNlQcWUp\",id:\"fsHb7U5Ht\",layoutId:\"fsHb7U5Ht\",style:{height:\"100%\",width:\"100%\"},title:\"Lapier\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ixcdvw-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{description:\"Mira, formerly known as RealtimeBoard, is  aplatform\",style:{width:\"100%\"}},sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BoxIntegrationBox,{description:\"Mira, formerly known as RealtimeBoard, is a digital collaboration platform\",height:\"100%\",icon:\"nFSVElTva\",id:\"oBkOThZjK\",layoutId:\"oBkOThZjK\",style:{height:\"100%\",width:\"100%\"},title:\"Mira\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yupy00\",\"data-framer-name\":\"section-mobile-app\",name:\"section-mobile-app\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ov53kf\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7rkte\",\"data-framer-name\":\"title-container\",name:\"title-container\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1szbyiy-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Level up using our mobile app and check your status from anywhere - at home, at work, or on the go.\\n\\n\",height:\"100%\",id:\"U5XtFAJOm\",layoutId:\"U5XtFAJOm\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Mobile App\",title:\"Use the Mobile App and Level Up!\",variant:\"KStKLQTPZ\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sdz984\",\"data-framer-name\":\"buttons\",name:\"buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-168wm8i-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link:resolvedLinks2[2]},sGT9x6Bhu:{link:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonsGreenButtonM,{height:\"100%\",hoverText:\"Download On Appstore\",icon:\"EyLYnyZzi\",id:\"uPphwzot5\",layoutId:\"uPphwzot5\",link:resolvedLinks2[0],style:{width:\"100%\"},title:\"Download On Appstore\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bg3f4n-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link2:resolvedLinks3[2]},sGT9x6Bhu:{link2:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonsDarkgrayButtonM,{height:\"100%\",hoverText:\"Download On Google Store\",icon:\"odttxrr4Z\",id:\"v1iZUrHRC\",layoutId:\"v1iZUrHRC\",link2:resolvedLinks3[0],style:{width:\"100%\"},text:\"Download On Google Store\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1arzmpc\",\"data-framer-name\":\"visual-container\",name:\"visual-container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"main phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/chvDe3O7T4IUkvfSRT8xD6zvZ0.png\"},transformTemplate:transformTemplate3,whileHover:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"main phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,loading:\"lazy\",pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/chvDe3O7T4IUkvfSRT8xD6zvZ0.png\"},className:\"framer-wdgzlu\",\"data-framer-name\":\"middle\",name:\"middle\",transformTemplate:transformTemplate2,whileHover:animation19})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"gray phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/qWFXa0EQRUaWXbyus6V5ZPRmbI.png\"},transformTemplate:transformTemplate5,whileHover:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"gray phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,loading:\"lazy\",pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/qWFXa0EQRUaWXbyus6V5ZPRmbI.png\"},className:\"framer-1smsae6\",\"data-framer-name\":\"right\",name:\"right\",transformTemplate:transformTemplate4,whileHover:animation19})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"gray phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/qWFXa0EQRUaWXbyus6V5ZPRmbI.png\"},transformTemplate:transformTemplate7,whileHover:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"gray phone\",fit:\"fill\",intrinsicHeight:1420,intrinsicWidth:1425,loading:\"lazy\",pixelHeight:1420,pixelWidth:1425,src:\"https://framerusercontent.com/images/qWFXa0EQRUaWXbyus6V5ZPRmbI.png\"},className:\"framer-1qlrlcw\",\"data-framer-name\":\"left\",name:\"left\",transformTemplate:transformTemplate6,whileHover:animation19})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation24,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9tmbwz hidden-h990y\",\"data-framer-name\":\"star\",name:\"star\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8i4013\",\"data-framer-name\":\"star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:182,intrinsicWidth:182,name:\"star\",svg:'<svg width=\"182\" height=\"182\" viewBox=\"0 0 182 182\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M109.2 0H72.8V47.0613L39.5227 13.784L13.784 39.5226L47.0614 72.8H0V109.2H47.0613L13.784 142.477L39.5227 168.216L72.8 134.938V182H109.2V134.938L142.478 168.216L168.216 142.478L134.938 109.2H182V72.8H134.938L168.216 39.5226L142.478 13.7839L109.2 47.0613V0Z\" fill=\"#A7F46A\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation24,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10dbhrj hidden-h990y\",\"data-framer-name\":\"square\",name:\"square\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-panmwm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:196,intrinsicWidth:196,name:\"Vector\",svg:'<svg width=\"196\" height=\"196\" viewBox=\"0 0 196 196\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M152.943 141.057L109.884 98L152.943 54.9423L196 98L152.943 141.057ZM43.0577 141.057L0 98L43.0577 54.9423L86.1153 98L43.0577 141.057ZM98 196L54.9423 152.943L98 109.884L141.057 152.943L98 196ZM98 86.1153L54.9423 43.0577L98 0L141.057 43.0577L98 86.1153Z\" fill=\"#58FEEA\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-udpbpr\",\"data-framer-name\":\"section-testimotions\",name:\"section-testimotions\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eyhaec-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"We transparently reflect the valuable opinions of our thousands of customers about our saas app.\\n\",height:\"100%\",id:\"lnzgpZJGY\",layoutId:\"lnzgpZJGY\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Testimotions\",title:\"What is the Opinion of Our Customers Regarding Our App?\",variant:\"fT32y89ZP\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-65dsy9\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1afyvdb\",\"data-framer-name\":\"column\",name:\"column\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1kojj73-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"BvfHvB4BV\",height:\"100%\",id:\"YBkZy3uS8\",layoutId:\"YBkZy3uS8\",name:\"Tinna Nerry\",role:\"Co-Founded at Mono\",style:{width:\"100%\"},text:\"Agar, the finance AI SaaS app, is a game-changer for financial institutions, offering advanced predictive analytics to optimize investment strategies and maximize profitability.\",variant:\"C4_kzzfzz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1ap7aq7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"iBngAPXZr\",height:\"100%\",id:\"GuiDpyjyN\",layoutId:\"GuiDpyjyN\",name:\"Tia Temerra\",role:\"Founder at Dajjak\",style:{width:\"100%\"},text:\"By leveraging its AI capabilities, Agar enables real-time fraud detection and prevention, safeguarding businesses from financial losses and maintaining trust with customers.\",variant:\"C4_kzzfzz\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ivegiw\",\"data-framer-name\":\"column\",name:\"column\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-ocqfva-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"Szv5_ACYb\",height:\"100%\",id:\"UuTwCD6KL\",layoutId:\"UuTwCD6KL\",name:\"Henry Denry\",role:\"Co-Founded at Nono\",style:{width:\"100%\"},text:\"With Agar, financial analysts can harness the power of machine learning algorithms to automate tedious tasks such as data analysis and report generation, freeing up valuable time for more strategic decision-making.\\n\",variant:\"C4_kzzfzz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-11dnmqi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"MRd7uN6Yf\",height:\"100%\",id:\"lXpjku668\",layoutId:\"lXpjku668\",name:\"Tayyibe Cakar\",role:\"Founder at Qresho\",style:{width:\"100%\"},text:\"Agar\u2019s powerful forecasting algorithms help businesses identify potential cash flow issues in advance, allowing for proactive measures to be taken and ensuring financial stability.\\n\",variant:\"C4_kzzfzz\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-180qnm9\",\"data-framer-name\":\"column\",name:\"column\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-q9i7y7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"XtIT7e8iZ\",height:\"100%\",id:\"C2zohk2DB\",layoutId:\"C2zohk2DB\",name:\"Derek Sqer\",role:\"Founder at Nonnik Studio\",style:{width:\"100%\"},text:\"Agar\u2019s intuitive user interface provides an effortless user experience, making it accessible to both finance professionals and those with limited technical expertise.\\n\",variant:\"C4_kzzfzz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1jt7yik-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{height:\"100%\",width:\"100%\"},variant:\"Bc3NtcWPL\"}},children:/*#__PURE__*/_jsx(SectionTestimotion,{avatar:\"nNG0NZH61\",height:\"100%\",id:\"ge9sjTzuF\",layoutId:\"ge9sjTzuF\",name:\"Jane Batlar\",role:\"Co-Founded at Mono\",style:{width:\"100%\"},text:\"With its seamless integration with existing financial systems, Agar simplifies the process of data aggregation and consolidation, providing accurate insights across multiple platforms effortlessly.\\n\",variant:\"C4_kzzfzz\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jx5r1c\",\"data-framer-name\":\"section-pricing\",name:\"section-pricing\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tac6vd-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Our flexible pricing plans ensure that you only pay for the features and resources that you actually need, allowing you to optimize your budget\",height:\"100%\",id:\"CX9yJx3DQ\",layoutId:\"CX9yJx3DQ\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Pricing\",title:\"Affordable and Scalable SaaS Pricing Options\",variant:\"KStKLQTPZ\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pmvy0k-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{variant:\"ImznXO5cM\"},sGT9x6Bhu:{variant:\"ImznXO5cM\"}},children:/*#__PURE__*/_jsx(SectionPricing,{height:\"100%\",id:\"BCneMA1E1\",layoutId:\"BCneMA1E1\",style:{width:\"100%\"},variant:\"xJ6C3ekLU\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ykrz2\",\"data-framer-name\":\"section-blog\",name:\"section-blog\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qgu5rg-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Our flexible pricing plans ensure that you only pay for the features and resources that you actually need\\n\",height:\"100%\",id:\"hBC_ZGYmJ\",layoutId:\"hBC_ZGYmJ\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"Blog\",title:\"New Updates\",variant:\"fT32y89ZP\",width:\"100%\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k2vw8m\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{name:\"ovtLJLmTe\",type:\"Identifier\"},{name:\"DhXg6UafY\",type:\"Identifier\"},{name:\"obKCltCkg\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}]},children:collection=>collection.map(({ovtLJLmTe:ovtLJLmTequpHus039,DhXg6UafY:DhXg6UafYqupHus039,obKCltCkg:obKCltCkgqupHus039,id:idqupHus039},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`qupHus039-${idqupHus039}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{obKCltCkg:obKCltCkgqupHus039},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{obKCltCkg:obKCltCkgqupHus039},webPageId:\"SdeoFjohC\"},implicitPathVariables:undefined},{href:{pathVariables:{obKCltCkg:obKCltCkgqupHus039},webPageId:\"SdeoFjohC\"},implicitPathVariables:undefined},{href:{pathVariables:{obKCltCkg:obKCltCkgqupHus039},webPageId:\"SdeoFjohC\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ifixzz-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link:resolvedLinks4[2]},sGT9x6Bhu:{link:resolvedLinks4[1],style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardBlog,{height:\"100%\",id:\"UAUYMUaQn\",image:toResponsiveImage(ovtLJLmTequpHus039),layoutId:\"UAUYMUaQn\",link:resolvedLinks4[0],style:{width:\"100%\"},title:DhXg6UafYqupHus039,width:\"100%\"})})})})})},idqupHus039);})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YtWQ1ijO7\"},implicitPathVariables:undefined},{href:{webPageId:\"YtWQ1ijO7\"},implicitPathVariables:undefined},{href:{webPageId:\"YtWQ1ijO7\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-quvzls-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{link2:resolvedLinks5[2]},sGT9x6Bhu:{link2:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ButtonsGrayButtonM,{height:\"100%\",hoverText:\"View All\",icon:\"QEuSjgTYi\",id:\"pJrrezByF\",layoutId:\"pJrrezByF\",link2:resolvedLinks5[0],text:\"View All\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1586o8k\",\"data-framer-name\":\"section-faq\",name:\"section-faq\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ofkirr-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(OtherTitle,{color:\"rgb(0, 0, 0)\",color2:\"rgb(29, 29, 29)\",description:\"Have some questions and want answers? Let's clear all the question marks together.\\n\",height:\"100%\",id:\"WZOdaf7EZ\",layoutId:\"WZOdaf7EZ\",style:{maxWidth:\"100%\",width:\"100%\"},subTitle:\"FAQ\",title:\"Frequently Asked Questions\",variant:\"KStKLQTPZ\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ckmbmx\",\"data-framer-name\":\"Variant 1\",name:\"Variant 1\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3g0gsj-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(FAQQuestionItem,{answer:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Certainly! Rest assured, you are granted the permission to utilize it for free of cost. There are no charges or fees involved in its usage. Feel free to make the most out of it without any financial obligations.\"})}),background:\"rgb(255, 255, 255)\",height:\"100%\",id:\"IqR7woZNU\",layoutId:\"IqR7woZNU\",question:\"Can i use it for free?\\n\",style:{width:\"100%\"},variant:\"M8qMddTH6\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gr498a-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(FAQQuestionItem,{answer:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"AI, or Artificial Intelligence, is a rapidly evolving field that encompasses a wide range of technologies and techniques aimed at enabling machines to perform tasks that typically require human intelligence.\"})}),background:\"rgb(255, 255, 255)\",height:\"100%\",id:\"TKc05_5kY\",layoutId:\"TKc05_5kY\",question:\"What AI actually do?\",style:{width:\"100%\"},variant:\"M8qMddTH6\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1eg3ha2-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(FAQQuestionItem,{answer:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The software provides a plethora of features to enhance your experience. Starting with the user-friendly interface, it offers an intuitive and easy-to-navigate design that ensures a smooth user experience.\"})}),background:\"rgb(255, 255, 255)\",height:\"100%\",id:\"FWiWZ3s21\",layoutId:\"FWiWZ3s21\",question:\"How many feature will i get?\\n\",style:{width:\"100%\"},variant:\"M8qMddTH6\",width:\"100%\"})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hp0bbs-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(FAQQuestionItem,{answer:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Framer is a powerful design and prototyping tool that empowers designers to bring their ideas to life. It is widely regarded as one of the most versatile and intuitive tools available in the realm of user experience design.\"})}),background:\"rgb(255, 255, 255)\",height:\"100%\",id:\"feucLW31S\",layoutId:\"feucLW31S\",question:\"What is Framer?\",style:{width:\"100%\"},variant:\"M8qMddTH6\",width:\"100%\"})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vvpuov\",\"data-border\":true,\"data-framer-name\":\"features-boxes\",name:\"features-boxes\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qbb2io\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qx830j-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FeatureFeatureBox,{height:\"100%\",icon:\"D_So8fBSq\",id:\"Aruz_vpAv\",layoutId:\"Aruz_vpAv\",text:\"Find ways to save on your spending with the help of AI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ehsazw-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FeatureFeatureBox,{height:\"100%\",icon:\"eRR6ZeZmm\",id:\"ozKzAFqYc\",layoutId:\"ozKzAFqYc\",text:\"Link your current balance to automatic accounts With AI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p8v08k-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sGT9x6Bhu:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FeatureFeatureBox,{height:\"100%\",icon:\"JuS1K3A2Q\",id:\"wRB16bD0a\",layoutId:\"wRB16bD0a\",text:\"Protect all your data by leveraging AI's methods\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Container,{className:\"framer-zfjjwe-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bvUzLS4Fe:{variant:\"w9AWuWw96\"},sGT9x6Bhu:{variant:\"A93AeyQa4\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"XLuVWKNYp\",layoutId:\"XLuVWKNYp\",style:{width:\"100%\"},variant:\"iz9b3MkPf\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-GswbB[data-border=\"true\"]::after, .framer-GswbB [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-GswbB { background: var(--token-c551dacb-a9b1-41b5-8e1a-c02f67df85e4, rgb(27, 26, 255)) /* {\"name\":\"Blue\"} */; }`,\".framer-GswbB.framer-lux5qc, .framer-GswbB .framer-lux5qc { display: block; }\",\".framer-GswbB.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-c551dacb-a9b1-41b5-8e1a-c02f67df85e4, #1b1aff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-GswbB .framer-4qeqxg-container, .framer-GswbB .framer-1xh0m5c-container, .framer-GswbB .framer-1jixvde-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GswbB .framer-g5qiq5-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-GswbB .framer-1kks8jk { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: auto; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1cxu28n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 1100px; min-height: 548px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-GswbB .framer-1o6gdik { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-tb8luv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1trxvrc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 499px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GswbB .framer-441lrq { flex: none; height: auto; max-width: 420px; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GswbB .framer-1o7jbt7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1p0hrp5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-b81z50-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-GswbB .framer-1x4ygl1-container { flex: none; height: auto; max-width: 1100px; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\",\".framer-GswbB .framer-t4gkge { background-color: var(--token-c551dacb-a9b1-41b5-8e1a-c02f67df85e4, #1b1aff); bottom: 383px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-GswbB .framer-1783lf9 { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-dai50z-container { flex: none; height: auto; max-width: 1100px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-p23w1n-container, .framer-GswbB .framer-1s5d202-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 1100px; }\",\".framer-GswbB .framer-hsws28, .framer-GswbB .framer-1b1z539, .framer-GswbB .framer-l91x67, .framer-GswbB .framer-udpbpr, .framer-GswbB .framer-5ykrz2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-zobg4y-container { flex: none; height: auto; max-width: 507px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-16tklus { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1m0rmv6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 514px; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1pvra2h-container { flex: none; height: 100%; position: relative; transform: perspective(1200px); width: 57%; }\",\".framer-GswbB .framer-18rc5nn-container, .framer-GswbB .framer-1g6vz6-container, .framer-GswbB .framer-ivb2uq-container, .framer-GswbB .framer-fd9bji-container, .framer-GswbB .framer-kmkuy6-container, .framer-GswbB .framer-1mu7ost-container, .framer-GswbB .framer-1bwtk6n-container, .framer-GswbB .framer-1lm2odr-container, .framer-GswbB .framer-1nh822t-container, .framer-GswbB .framer-e6tt6q-container, .framer-GswbB .framer-nqm3ri-container, .framer-GswbB .framer-ixcdvw-container { flex: 1 0 0px; height: 100%; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-GswbB .framer-178aaq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 497px; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-18mzwyf { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1g13c10-container { flex: none; height: auto; max-width: 587px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-133wwzd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1te5yr7-container { flex: 1 0 0px; height: auto; position: relative; transform: perspective(1200px); width: 1px; z-index: 1; }\",\".framer-GswbB .framer-10t0bkd { align-content: center; align-items: center; bottom: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 905px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; transform: perspective(1200px); width: min-content; z-index: 0; }\",\".framer-GswbB .framer-1x7t8zj { flex: none; height: 182px; position: relative; width: 182px; }\",\".framer-GswbB .framer-15kmq6n { flex: none; height: 196px; left: 1px; overflow: hidden; position: absolute; top: 162px; transform: perspective(1200px); width: 196px; z-index: 0; }\",\".framer-GswbB .framer-1qh6kqt, .framer-GswbB .framer-8i4013, .framer-GswbB .framer-panmwm { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-GswbB .framer-10u1bhj { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-2zyqrf, .framer-GswbB .framer-1qbb2io { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-oabeny { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 538px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-csi9um-container { flex: none; height: auto; max-width: 477px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-1b059oc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1wk5uhs, .framer-GswbB .framer-4xhuy9, .framer-GswbB .framer-1sdz984 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-wmi8fz-container, .framer-GswbB .framer-1ltoq1l-container, .framer-GswbB .framer-bk280r-container, .framer-GswbB .framer-2e092v-container, .framer-GswbB .framer-ifixzz-container { flex: 1 0 0px; height: auto; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-GswbB .framer-1lz5f6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: auto; }\",\".framer-GswbB .framer-kzn4vq { flex: none; height: 769px; overflow: hidden; position: relative; transform: perspective(1200px); width: 464px; }\",\".framer-GswbB .framer-1bxsfpa { bottom: 0px; flex: none; height: 715px; left: 0px; overflow: hidden; position: absolute; width: 394px; }\",\".framer-GswbB .framer-xiq98q-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }\",\".framer-GswbB .framer-1vuot7h { aspect-ratio: 0.9401913875598086 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 418px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 393px; }\",\".framer-GswbB .framer-13b5023-container { flex: none; height: auto; max-width: 557px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-14zjuo9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1v6vfw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 241px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1iyf4kh, .framer-GswbB .framer-1e75r4v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 241px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-144hsf3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 242px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1ev8ee1, .framer-GswbB .framer-1lcfbgq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 242px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-GswbB .framer-yupy00 { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1ov53kf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1e7rkte { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1szbyiy-container { flex: none; height: auto; max-width: 457px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-168wm8i-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 248px; }\",\".framer-GswbB .framer-bg3f4n-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 275px; }\",\".framer-GswbB .framer-1arzmpc { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-wdgzlu { aspect-ratio: 0.7733333333333333 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 450px); left: 50%; overflow: visible; position: absolute; transform: perspective(1200px) translateX(-50%); width: 348px; z-index: 2; }\",\".framer-GswbB .framer-1smsae6 { bottom: 0px; flex: none; height: 354px; left: calc(66.90909090909093% - 348px / 2); overflow: visible; position: absolute; transform: perspective(1200px) rotate(20deg); width: 348px; z-index: 1; }\",\".framer-GswbB .framer-1qlrlcw { bottom: 0px; flex: none; height: 354px; left: calc(33.090909090909115% - 348px / 2); overflow: visible; position: absolute; transform: perspective(1200px) rotate(-20deg); width: 348px; z-index: 1; }\",\".framer-GswbB .framer-9tmbwz { bottom: -40px; flex: none; height: 182px; left: 753px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 182px; z-index: 0; }\",\".framer-GswbB .framer-10dbhrj { flex: none; height: 196px; left: 151px; overflow: hidden; position: absolute; top: 62px; transform: perspective(1200px); width: 196px; z-index: 0; }\",\".framer-GswbB .framer-eyhaec-container { flex: none; height: auto; max-width: 527px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-65dsy9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-GswbB .framer-1kojj73-container, .framer-GswbB .framer-1ap7aq7-container, .framer-GswbB .framer-ocqfva-container, .framer-GswbB .framer-11dnmqi-container, .framer-GswbB .framer-q9i7y7-container, .framer-GswbB .framer-1jt7yik-container, .framer-GswbB .framer-zfjjwe-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-GswbB .framer-1jx5r1c { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-1tac6vd-container { flex: none; height: auto; max-width: 617px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-pmvy0k-container, .framer-GswbB .framer-3g0gsj-container, .framer-GswbB .framer-1gr498a-container, .framer-GswbB .framer-1eg3ha2-container, .framer-GswbB .framer-hp0bbs-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-qgu5rg-container { flex: none; height: auto; max-width: 537px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-k2vw8m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1100px; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-quvzls-container, .framer-GswbB .framer-qx830j-container, .framer-GswbB .framer-ehsazw-container, .framer-GswbB .framer-p8v08k-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: auto; }\",\".framer-GswbB .framer-1586o8k { align-content: center; align-items: center; background-color: var(--token-c9c6d410-6846-46a1-94bf-dfefa3dff480, #f4f6f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: auto; justify-content: center; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-GswbB .framer-ofkirr-container { flex: none; height: auto; max-width: 397px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-GswbB .framer-ckmbmx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",'.framer-GswbB .framer-1vvpuov { --border-bottom-width: 1px; --border-color: var(--token-699f807e-dfac-45b2-9929-a276542fc241, #e9e9e9) /* {\"name\":\"Border\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }',\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GswbB.framer-72rtr7, .framer-GswbB .framer-1kks8jk, .framer-GswbB .framer-1cxu28n, .framer-GswbB .framer-1o6gdik, .framer-GswbB .framer-tb8luv, .framer-GswbB .framer-1o7jbt7, .framer-GswbB .framer-1p0hrp5, .framer-GswbB .framer-1783lf9, .framer-GswbB .framer-hsws28, .framer-GswbB .framer-16tklus, .framer-GswbB .framer-1m0rmv6, .framer-GswbB .framer-178aaq8, .framer-GswbB .framer-18mzwyf, .framer-GswbB .framer-133wwzd, .framer-GswbB .framer-10t0bkd, .framer-GswbB .framer-1b1z539, .framer-GswbB .framer-10u1bhj, .framer-GswbB .framer-oabeny, .framer-GswbB .framer-1b059oc, .framer-GswbB .framer-1wk5uhs, .framer-GswbB .framer-4xhuy9, .framer-GswbB .framer-1lz5f6, .framer-GswbB .framer-l91x67, .framer-GswbB .framer-14zjuo9, .framer-GswbB .framer-1v6vfw, .framer-GswbB .framer-1iyf4kh, .framer-GswbB .framer-1e75r4v, .framer-GswbB .framer-144hsf3, .framer-GswbB .framer-1ev8ee1, .framer-GswbB .framer-1lcfbgq, .framer-GswbB .framer-yupy00, .framer-GswbB .framer-1ov53kf, .framer-GswbB .framer-1e7rkte, .framer-GswbB .framer-1sdz984, .framer-GswbB .framer-1arzmpc, .framer-GswbB .framer-udpbpr, .framer-GswbB .framer-65dsy9, .framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9, .framer-GswbB .framer-1jx5r1c, .framer-GswbB .framer-5ykrz2, .framer-GswbB .framer-k2vw8m, .framer-GswbB .framer-1586o8k, .framer-GswbB .framer-ckmbmx, .framer-GswbB .framer-1vvpuov { gap: 0px; } .framer-GswbB.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GswbB.framer-72rtr7 > :first-child, .framer-GswbB .framer-1kks8jk > :first-child, .framer-GswbB .framer-1o6gdik > :first-child, .framer-GswbB .framer-tb8luv > :first-child, .framer-GswbB .framer-1p0hrp5 > :first-child, .framer-GswbB .framer-1783lf9 > :first-child, .framer-GswbB .framer-hsws28 > :first-child, .framer-GswbB .framer-16tklus > :first-child, .framer-GswbB .framer-18mzwyf > :first-child, .framer-GswbB .framer-1b1z539 > :first-child, .framer-GswbB .framer-oabeny > :first-child, .framer-GswbB .framer-1b059oc > :first-child, .framer-GswbB .framer-l91x67 > :first-child, .framer-GswbB .framer-14zjuo9 > :first-child, .framer-GswbB .framer-yupy00 > :first-child, .framer-GswbB .framer-1ov53kf > :first-child, .framer-GswbB .framer-1e7rkte > :first-child, .framer-GswbB .framer-udpbpr > :first-child, .framer-GswbB .framer-1afyvdb > :first-child, .framer-GswbB .framer-1ivegiw > :first-child, .framer-GswbB .framer-180qnm9 > :first-child, .framer-GswbB .framer-1jx5r1c > :first-child, .framer-GswbB .framer-5ykrz2 > :first-child, .framer-GswbB .framer-1586o8k > :first-child, .framer-GswbB .framer-ckmbmx > :first-child { margin-top: 0px; } .framer-GswbB.framer-72rtr7 > :last-child, .framer-GswbB .framer-1kks8jk > :last-child, .framer-GswbB .framer-1o6gdik > :last-child, .framer-GswbB .framer-tb8luv > :last-child, .framer-GswbB .framer-1p0hrp5 > :last-child, .framer-GswbB .framer-1783lf9 > :last-child, .framer-GswbB .framer-hsws28 > :last-child, .framer-GswbB .framer-16tklus > :last-child, .framer-GswbB .framer-18mzwyf > :last-child, .framer-GswbB .framer-1b1z539 > :last-child, .framer-GswbB .framer-oabeny > :last-child, .framer-GswbB .framer-1b059oc > :last-child, .framer-GswbB .framer-l91x67 > :last-child, .framer-GswbB .framer-14zjuo9 > :last-child, .framer-GswbB .framer-yupy00 > :last-child, .framer-GswbB .framer-1ov53kf > :last-child, .framer-GswbB .framer-1e7rkte > :last-child, .framer-GswbB .framer-udpbpr > :last-child, .framer-GswbB .framer-1afyvdb > :last-child, .framer-GswbB .framer-1ivegiw > :last-child, .framer-GswbB .framer-180qnm9 > :last-child, .framer-GswbB .framer-1jx5r1c > :last-child, .framer-GswbB .framer-5ykrz2 > :last-child, .framer-GswbB .framer-1586o8k > :last-child, .framer-GswbB .framer-ckmbmx > :last-child { margin-bottom: 0px; } .framer-GswbB .framer-1kks8jk > *, .framer-GswbB .framer-yupy00 > *, .framer-GswbB .framer-1ov53kf > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-GswbB .framer-1cxu28n > *, .framer-GswbB .framer-133wwzd > *, .framer-GswbB .framer-10t0bkd > *, .framer-GswbB .framer-1vvpuov > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GswbB .framer-1cxu28n > :first-child, .framer-GswbB .framer-1o7jbt7 > :first-child, .framer-GswbB .framer-1m0rmv6 > :first-child, .framer-GswbB .framer-178aaq8 > :first-child, .framer-GswbB .framer-133wwzd > :first-child, .framer-GswbB .framer-10t0bkd > :first-child, .framer-GswbB .framer-10u1bhj > :first-child, .framer-GswbB .framer-1wk5uhs > :first-child, .framer-GswbB .framer-4xhuy9 > :first-child, .framer-GswbB .framer-1lz5f6 > :first-child, .framer-GswbB .framer-1v6vfw > :first-child, .framer-GswbB .framer-1iyf4kh > :first-child, .framer-GswbB .framer-1e75r4v > :first-child, .framer-GswbB .framer-144hsf3 > :first-child, .framer-GswbB .framer-1ev8ee1 > :first-child, .framer-GswbB .framer-1lcfbgq > :first-child, .framer-GswbB .framer-1sdz984 > :first-child, .framer-GswbB .framer-1arzmpc > :first-child, .framer-GswbB .framer-65dsy9 > :first-child, .framer-GswbB .framer-k2vw8m > :first-child, .framer-GswbB .framer-1vvpuov > :first-child { margin-left: 0px; } .framer-GswbB .framer-1cxu28n > :last-child, .framer-GswbB .framer-1o7jbt7 > :last-child, .framer-GswbB .framer-1m0rmv6 > :last-child, .framer-GswbB .framer-178aaq8 > :last-child, .framer-GswbB .framer-133wwzd > :last-child, .framer-GswbB .framer-10t0bkd > :last-child, .framer-GswbB .framer-10u1bhj > :last-child, .framer-GswbB .framer-1wk5uhs > :last-child, .framer-GswbB .framer-4xhuy9 > :last-child, .framer-GswbB .framer-1lz5f6 > :last-child, .framer-GswbB .framer-1v6vfw > :last-child, .framer-GswbB .framer-1iyf4kh > :last-child, .framer-GswbB .framer-1e75r4v > :last-child, .framer-GswbB .framer-144hsf3 > :last-child, .framer-GswbB .framer-1ev8ee1 > :last-child, .framer-GswbB .framer-1lcfbgq > :last-child, .framer-GswbB .framer-1sdz984 > :last-child, .framer-GswbB .framer-1arzmpc > :last-child, .framer-GswbB .framer-65dsy9 > :last-child, .framer-GswbB .framer-k2vw8m > :last-child, .framer-GswbB .framer-1vvpuov > :last-child { margin-right: 0px; } .framer-GswbB .framer-1o6gdik > *, .framer-GswbB .framer-18mzwyf > *, .framer-GswbB .framer-oabeny > *, .framer-GswbB .framer-1e7rkte > *, .framer-GswbB .framer-1jx5r1c > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GswbB .framer-tb8luv > *, .framer-GswbB .framer-ckmbmx > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GswbB .framer-1o7jbt7 > *, .framer-GswbB .framer-1m0rmv6 > *, .framer-GswbB .framer-178aaq8 > *, .framer-GswbB .framer-1wk5uhs > *, .framer-GswbB .framer-4xhuy9 > *, .framer-GswbB .framer-1v6vfw > *, .framer-GswbB .framer-1iyf4kh > *, .framer-GswbB .framer-1e75r4v > *, .framer-GswbB .framer-144hsf3 > *, .framer-GswbB .framer-1ev8ee1 > *, .framer-GswbB .framer-1lcfbgq > *, .framer-GswbB .framer-1sdz984 > *, .framer-GswbB .framer-65dsy9 > *, .framer-GswbB .framer-k2vw8m > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-GswbB .framer-1p0hrp5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GswbB .framer-1783lf9 > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-GswbB .framer-hsws28 > *, .framer-GswbB .framer-1b1z539 > *, .framer-GswbB .framer-l91x67 > *, .framer-GswbB .framer-udpbpr > *, .framer-GswbB .framer-5ykrz2 > *, .framer-GswbB .framer-1586o8k > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-GswbB .framer-16tklus > *, .framer-GswbB .framer-1b059oc > *, .framer-GswbB .framer-14zjuo9 > *, .framer-GswbB .framer-1afyvdb > *, .framer-GswbB .framer-1ivegiw > *, .framer-GswbB .framer-180qnm9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-GswbB .framer-10u1bhj > *, .framer-GswbB .framer-1lz5f6 > *, .framer-GswbB .framer-1arzmpc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@media (min-width: 1200px) { .framer-GswbB .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-GswbB .hidden-5yyfxk { display: none !important; } .${metadata.bodyClassName}-framer-GswbB { background: var(--token-c551dacb-a9b1-41b5-8e1a-c02f67df85e4, rgb(27, 26, 255)) /* {\"name\":\"Blue\"} */; } .framer-GswbB.framer-72rtr7 { width: 810px; } .framer-GswbB .framer-1kks8jk { padding: 50px 0px 0px 0px; } .framer-GswbB .framer-1cxu28n { flex-direction: column; gap: 32px; min-height: unset; order: 0; padding: 0px 50px 0px 50px; } .framer-GswbB .framer-1o6gdik { flex: none; order: 1; width: 100%; } .framer-GswbB .framer-1trxvrc { max-width: 459px; } .framer-GswbB .framer-441lrq { max-width: 500px; } .framer-GswbB .framer-1x4ygl1-container { order: 1; width: 90%; } .framer-GswbB .framer-t4gkge { order: 2; } .framer-GswbB .framer-1783lf9 { gap: 100px; padding: 100px 100px 100px 100px; } .framer-GswbB .framer-p23w1n-container, .framer-GswbB .framer-1s5d202-container, .framer-GswbB .framer-qx830j-container, .framer-GswbB .framer-ehsazw-container, .framer-GswbB .framer-p8v08k-container { width: 100%; } .framer-GswbB .framer-hsws28, .framer-GswbB .framer-10u1bhj, .framer-GswbB .framer-l91x67 { padding: 100px 64px 100px 64px; } .framer-GswbB .framer-zobg4y-container { max-width: 407px; } .framer-GswbB .framer-1m0rmv6, .framer-GswbB .framer-1v6vfw, .framer-GswbB .framer-144hsf3 { flex-direction: column; height: min-content; } .framer-GswbB .framer-1pvra2h-container { height: auto; width: 100%; } .framer-GswbB .framer-18rc5nn-container { flex: none; height: auto; width: 100%; } .framer-GswbB .framer-178aaq8 { align-content: unset; align-items: unset; display: grid; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; } .framer-GswbB .framer-1g6vz6-container { align-self: start; flex: none; height: auto; justify-self: start; order: 0; width: 100%; } .framer-GswbB .framer-ivb2uq-container { align-self: start; flex: none; height: auto; justify-self: start; order: 1; width: 100%; } .framer-GswbB .framer-fd9bji-container { align-self: start; flex: none; height: auto; justify-self: start; order: 2; width: 100%; } .framer-GswbB .framer-18mzwyf { padding: 100px 64px 0px 64px; } .framer-GswbB .framer-1b1z539 { padding: 100px 100px 100px 100px; } .framer-GswbB .framer-2zyqrf { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 50px; justify-content: flex-start; max-width: unset; } .framer-GswbB .framer-oabeny { flex: none; max-width: unset; order: 1; width: 100%; } .framer-GswbB .framer-14zjuo9 { max-width: unset; } .framer-GswbB .framer-1iyf4kh, .framer-GswbB .framer-1e75r4v, .framer-GswbB .framer-1ev8ee1, .framer-GswbB .framer-1lcfbgq { flex: none; height: min-content; width: 100%; } .framer-GswbB .framer-kmkuy6-container, .framer-GswbB .framer-1bwtk6n-container, .framer-GswbB .framer-1lm2odr-container, .framer-GswbB .framer-e6tt6q-container, .framer-GswbB .framer-nqm3ri-container, .framer-GswbB .framer-ixcdvw-container { height: auto; } .framer-GswbB .framer-1mu7ost-container, .framer-GswbB .framer-1nh822t-container { align-self: stretch; height: auto; } .framer-GswbB .framer-yupy00 { padding: 100px 0px 0px 0px; } .framer-GswbB .framer-9tmbwz { left: 533px; } .framer-GswbB .framer-10dbhrj { left: 111px; top: 22px; } .framer-GswbB .framer-udpbpr, .framer-GswbB .framer-1jx5r1c, .framer-GswbB .framer-5ykrz2 { padding: 100px 50px 100px 50px; } .framer-GswbB .framer-65dsy9 { flex-direction: column; } .framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9 { flex: none; flex-direction: row; width: 100%; } .framer-GswbB .framer-1kojj73-container { flex: 1 0 0px; height: 308px; width: 1px; } .framer-GswbB .framer-1ap7aq7-container, .framer-GswbB .framer-11dnmqi-container, .framer-GswbB .framer-1jt7yik-container { align-self: stretch; flex: 1 0 0px; width: 1px; } .framer-GswbB .framer-ocqfva-container, .framer-GswbB .framer-q9i7y7-container { flex: 1 0 0px; height: 309px; width: 1px; } .framer-GswbB .framer-1tac6vd-container { max-width: 487px; } .framer-GswbB .framer-k2vw8m { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); justify-content: center; } .framer-GswbB .framer-ifixzz-container { align-self: start; flex: none; height: 100%; justify-self: start; max-width: 100%; width: 100%; } .framer-GswbB .framer-1vvpuov { padding: 32px 0px 32px 0px; } .framer-GswbB .framer-1qbb2io { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 40px; justify-content: flex-start; padding: 0px 50px 0px 50px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GswbB .framer-1cxu28n, .framer-GswbB .framer-1783lf9, .framer-GswbB .framer-1m0rmv6, .framer-GswbB .framer-178aaq8, .framer-GswbB .framer-2zyqrf, .framer-GswbB .framer-1v6vfw, .framer-GswbB .framer-144hsf3, .framer-GswbB .framer-65dsy9, .framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9, .framer-GswbB .framer-k2vw8m, .framer-GswbB .framer-1qbb2io { gap: 0px; } .framer-GswbB .framer-1cxu28n > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GswbB .framer-1cxu28n > :first-child, .framer-GswbB .framer-1783lf9 > :first-child, .framer-GswbB .framer-1m0rmv6 > :first-child, .framer-GswbB .framer-2zyqrf > :first-child, .framer-GswbB .framer-1v6vfw > :first-child, .framer-GswbB .framer-144hsf3 > :first-child, .framer-GswbB .framer-65dsy9 > :first-child, .framer-GswbB .framer-1qbb2io > :first-child { margin-top: 0px; } .framer-GswbB .framer-1cxu28n > :last-child, .framer-GswbB .framer-1783lf9 > :last-child, .framer-GswbB .framer-1m0rmv6 > :last-child, .framer-GswbB .framer-2zyqrf > :last-child, .framer-GswbB .framer-1v6vfw > :last-child, .framer-GswbB .framer-144hsf3 > :last-child, .framer-GswbB .framer-65dsy9 > :last-child, .framer-GswbB .framer-1qbb2io > :last-child { margin-bottom: 0px; } .framer-GswbB .framer-1783lf9 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-GswbB .framer-1m0rmv6 > *, .framer-GswbB .framer-1v6vfw > *, .framer-GswbB .framer-144hsf3 > *, .framer-GswbB .framer-65dsy9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-GswbB .framer-178aaq8 > *, .framer-GswbB .framer-178aaq8 > :first-child, .framer-GswbB .framer-178aaq8 > :last-child, .framer-GswbB .framer-k2vw8m > *, .framer-GswbB .framer-k2vw8m > :first-child, .framer-GswbB .framer-k2vw8m > :last-child { margin: 0px; } .framer-GswbB .framer-2zyqrf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-GswbB .framer-1afyvdb > *, .framer-GswbB .framer-1ivegiw > *, .framer-GswbB .framer-180qnm9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-GswbB .framer-1afyvdb > :first-child, .framer-GswbB .framer-1ivegiw > :first-child, .framer-GswbB .framer-180qnm9 > :first-child { margin-left: 0px; } .framer-GswbB .framer-1afyvdb > :last-child, .framer-GswbB .framer-1ivegiw > :last-child, .framer-GswbB .framer-180qnm9 > :last-child { margin-right: 0px; } .framer-GswbB .framer-1qbb2io > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,`@media (max-width: 809px) { .framer-GswbB .hidden-h990y { display: none !important; } .${metadata.bodyClassName}-framer-GswbB { background: var(--token-c551dacb-a9b1-41b5-8e1a-c02f67df85e4, rgb(27, 26, 255)) /* {\"name\":\"Blue\"} */; } .framer-GswbB.framer-72rtr7 { width: 390px; } .framer-GswbB .framer-4qeqxg-container { order: 0; } .framer-GswbB .framer-g5qiq5-container { order: 1; } .framer-GswbB .framer-1kks8jk { gap: 90px; order: 2; padding: 50px 0px 0px 0px; } .framer-GswbB .framer-1cxu28n { flex-direction: column; gap: 32px; min-height: unset; order: 0; padding: 0px 32px 0px 32px; } .framer-GswbB .framer-1o6gdik { flex: none; order: 0; width: 100%; } .framer-GswbB .framer-1o7jbt7 { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: center; } .framer-GswbB .framer-1x4ygl1-container { order: 1; width: 90%; } .framer-GswbB .framer-t4gkge { bottom: 148px; order: 2; } .framer-GswbB .framer-1783lf9 { gap: 100px; order: 3; padding: 100px 0px 100px 0px; } .framer-GswbB .framer-p23w1n-container, .framer-GswbB .framer-1s5d202-container { width: 100%; } .framer-GswbB .framer-hsws28 { order: 4; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-zobg4y-container, .framer-GswbB .framer-oabeny, .framer-GswbB .framer-14zjuo9 { max-width: unset; } .framer-GswbB .framer-1m0rmv6, .framer-GswbB .framer-178aaq8, .framer-GswbB .framer-1v6vfw, .framer-GswbB .framer-144hsf3 { flex-direction: column; height: min-content; } .framer-GswbB .framer-1pvra2h-container { height: auto; width: 100%; } .framer-GswbB .framer-18rc5nn-container, .framer-GswbB .framer-1g6vz6-container, .framer-GswbB .framer-ivb2uq-container, .framer-GswbB .framer-fd9bji-container, .framer-GswbB .framer-kmkuy6-container, .framer-GswbB .framer-1mu7ost-container, .framer-GswbB .framer-1bwtk6n-container, .framer-GswbB .framer-1lm2odr-container, .framer-GswbB .framer-1nh822t-container, .framer-GswbB .framer-e6tt6q-container, .framer-GswbB .framer-nqm3ri-container, .framer-GswbB .framer-ixcdvw-container { flex: none; height: auto; width: 100%; } .framer-GswbB .framer-18mzwyf { gap: 50px; order: 5; padding: 100px 32px 0px 32px; } .framer-GswbB .framer-133wwzd { max-width: unset; padding: 0px 0px 50px 0px; } .framer-GswbB .framer-1b1z539 { order: 6; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-10u1bhj { flex-direction: column; order: 7; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-2zyqrf { flex: none; gap: 10px; justify-content: flex-start; max-width: unset; width: 100%; } .framer-GswbB .framer-1wk5uhs, .framer-GswbB .framer-4xhuy9, .framer-GswbB .framer-1sdz984, .framer-GswbB .framer-k2vw8m { flex-direction: column; } .framer-GswbB .framer-wmi8fz-container, .framer-GswbB .framer-1ltoq1l-container, .framer-GswbB .framer-bk280r-container, .framer-GswbB .framer-2e092v-container, .framer-GswbB .framer-ifixzz-container { flex: none; width: 100%; } .framer-GswbB .framer-l91x67 { order: 8; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-1iyf4kh, .framer-GswbB .framer-1e75r4v, .framer-GswbB .framer-1ev8ee1, .framer-GswbB .framer-1lcfbgq { flex: none; flex-direction: column; height: min-content; width: 100%; } .framer-GswbB .framer-yupy00 { order: 9; padding: 100px 32px 0px 32px; } .framer-GswbB .framer-1ov53kf { gap: 32px; } .framer-GswbB .framer-1arzmpc { height: 338px; max-width: unset; width: 326px; } .framer-GswbB .framer-wdgzlu { height: var(--framer-aspect-ratio-supported, 290px); transform: translateX(-50%); width: 224px; } .framer-GswbB .framer-1smsae6 { bottom: -14px; height: 249px; left: calc(64.72392638036813% - 245.05805556060756px / 2); transform: rotate(20deg); width: 245px; } .framer-GswbB .framer-1qlrlcw { bottom: -14px; height: 249px; left: calc(34.96932515337426% - 245.05805556060767px / 2); transform: rotate(-20deg); width: 245px; } .framer-GswbB .framer-udpbpr { order: 10; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-65dsy9 { flex-direction: column; gap: 16px; } .framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9 { flex: none; gap: 16px; width: 100%; } .framer-GswbB .framer-1jx5r1c { order: 11; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-5ykrz2 { order: 12; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-1586o8k { order: 13; padding: 100px 32px 100px 32px; } .framer-GswbB .framer-1vvpuov { flex-direction: column; order: 14; } .framer-GswbB .framer-1qbb2io { flex: none; flex-direction: column; gap: 32px; justify-content: flex-start; width: 100%; } .framer-GswbB .framer-zfjjwe-container { order: 15; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GswbB .framer-1kks8jk, .framer-GswbB .framer-1cxu28n, .framer-GswbB .framer-1o7jbt7, .framer-GswbB .framer-1783lf9, .framer-GswbB .framer-1m0rmv6, .framer-GswbB .framer-178aaq8, .framer-GswbB .framer-18mzwyf, .framer-GswbB .framer-10u1bhj, .framer-GswbB .framer-2zyqrf, .framer-GswbB .framer-1wk5uhs, .framer-GswbB .framer-4xhuy9, .framer-GswbB .framer-1v6vfw, .framer-GswbB .framer-1iyf4kh, .framer-GswbB .framer-1e75r4v, .framer-GswbB .framer-144hsf3, .framer-GswbB .framer-1ev8ee1, .framer-GswbB .framer-1lcfbgq, .framer-GswbB .framer-1ov53kf, .framer-GswbB .framer-1sdz984, .framer-GswbB .framer-65dsy9, .framer-GswbB .framer-1afyvdb, .framer-GswbB .framer-1ivegiw, .framer-GswbB .framer-180qnm9, .framer-GswbB .framer-k2vw8m, .framer-GswbB .framer-1vvpuov, .framer-GswbB .framer-1qbb2io { gap: 0px; } .framer-GswbB .framer-1kks8jk > * { margin: 0px; margin-bottom: calc(90px / 2); margin-top: calc(90px / 2); } .framer-GswbB .framer-1kks8jk > :first-child, .framer-GswbB .framer-1cxu28n > :first-child, .framer-GswbB .framer-1o7jbt7 > :first-child, .framer-GswbB .framer-1783lf9 > :first-child, .framer-GswbB .framer-1m0rmv6 > :first-child, .framer-GswbB .framer-178aaq8 > :first-child, .framer-GswbB .framer-18mzwyf > :first-child, .framer-GswbB .framer-10u1bhj > :first-child, .framer-GswbB .framer-1wk5uhs > :first-child, .framer-GswbB .framer-4xhuy9 > :first-child, .framer-GswbB .framer-1v6vfw > :first-child, .framer-GswbB .framer-1iyf4kh > :first-child, .framer-GswbB .framer-1e75r4v > :first-child, .framer-GswbB .framer-144hsf3 > :first-child, .framer-GswbB .framer-1ev8ee1 > :first-child, .framer-GswbB .framer-1lcfbgq > :first-child, .framer-GswbB .framer-1ov53kf > :first-child, .framer-GswbB .framer-1sdz984 > :first-child, .framer-GswbB .framer-65dsy9 > :first-child, .framer-GswbB .framer-1afyvdb > :first-child, .framer-GswbB .framer-1ivegiw > :first-child, .framer-GswbB .framer-180qnm9 > :first-child, .framer-GswbB .framer-k2vw8m > :first-child, .framer-GswbB .framer-1vvpuov > :first-child, .framer-GswbB .framer-1qbb2io > :first-child { margin-top: 0px; } .framer-GswbB .framer-1kks8jk > :last-child, .framer-GswbB .framer-1cxu28n > :last-child, .framer-GswbB .framer-1o7jbt7 > :last-child, .framer-GswbB .framer-1783lf9 > :last-child, .framer-GswbB .framer-1m0rmv6 > :last-child, .framer-GswbB .framer-178aaq8 > :last-child, .framer-GswbB .framer-18mzwyf > :last-child, .framer-GswbB .framer-10u1bhj > :last-child, .framer-GswbB .framer-1wk5uhs > :last-child, .framer-GswbB .framer-4xhuy9 > :last-child, .framer-GswbB .framer-1v6vfw > :last-child, .framer-GswbB .framer-1iyf4kh > :last-child, .framer-GswbB .framer-1e75r4v > :last-child, .framer-GswbB .framer-144hsf3 > :last-child, .framer-GswbB .framer-1ev8ee1 > :last-child, .framer-GswbB .framer-1lcfbgq > :last-child, .framer-GswbB .framer-1ov53kf > :last-child, .framer-GswbB .framer-1sdz984 > :last-child, .framer-GswbB .framer-65dsy9 > :last-child, .framer-GswbB .framer-1afyvdb > :last-child, .framer-GswbB .framer-1ivegiw > :last-child, .framer-GswbB .framer-180qnm9 > :last-child, .framer-GswbB .framer-k2vw8m > :last-child, .framer-GswbB .framer-1vvpuov > :last-child, .framer-GswbB .framer-1qbb2io > :last-child { margin-bottom: 0px; } .framer-GswbB .framer-1cxu28n > *, .framer-GswbB .framer-1ov53kf > *, .framer-GswbB .framer-1qbb2io > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GswbB .framer-1o7jbt7 > *, .framer-GswbB .framer-1m0rmv6 > *, .framer-GswbB .framer-178aaq8 > *, .framer-GswbB .framer-1wk5uhs > *, .framer-GswbB .framer-4xhuy9 > *, .framer-GswbB .framer-1v6vfw > *, .framer-GswbB .framer-1iyf4kh > *, .framer-GswbB .framer-1e75r4v > *, .framer-GswbB .framer-144hsf3 > *, .framer-GswbB .framer-1ev8ee1 > *, .framer-GswbB .framer-1lcfbgq > *, .framer-GswbB .framer-1sdz984 > *, .framer-GswbB .framer-k2vw8m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-GswbB .framer-1783lf9 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-GswbB .framer-18mzwyf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-GswbB .framer-10u1bhj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GswbB .framer-2zyqrf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GswbB .framer-2zyqrf > :first-child { margin-left: 0px; } .framer-GswbB .framer-2zyqrf > :last-child { margin-right: 0px; } .framer-GswbB .framer-65dsy9 > *, .framer-GswbB .framer-1afyvdb > *, .framer-GswbB .framer-1ivegiw > *, .framer-GswbB .framer-180qnm9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-GswbB .framer-1vvpuov > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16118\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sGT9x6Bhu\":{\"layout\":[\"fixed\",\"auto\"]},\"bvUzLS4Fe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-GswbB\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:16118,width:1200};addFonts(FrameraugiA20Il,[...SmoothScrollFonts,...NavNavigationFonts,...ButtonsGreenButtonMFonts,...ButtonsGhostButtonMFonts,...VisualHeaderVisualFonts,...VisualBrowserMockupFonts,...FeatureFeatureLeftFonts,...FeatureFeatureRightFonts,...OtherTitleFonts,...BoxTopBoxFonts,...BoxTopBox2Fonts,...BoxBottomBoxFonts,...FeatureScreensFonts,...AccordionAccordionFeatureFonts,...BoxIconFeatureBoxFonts,...VideoFonts,...BoxIntegrationBoxFonts,...ButtonsDarkgrayButtonMFonts,...SectionTestimotionFonts,...SectionPricingFonts,...CardBlogFonts,...ButtonsGrayButtonMFonts,...FAQQuestionItemFonts,...FeatureFeatureBoxFonts,...SectionFooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"16118\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sGT9x6Bhu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bvUzLS4Fe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "+8BAAA,SAASA,IAAG,CAAC,OAAOA,GAAE,OAAO,OAAO,OAAO,OAAO,KAAK,EAAE,SAASC,EAAE,CAAC,QAAQC,EAAE,EAAEA,EAAE,UAAU,OAAOA,IAAI,CAAC,IAAIC,EAAE,UAAUD,CAAC,EAAE,QAAQE,KAAKD,EAAE,OAAO,UAAU,eAAe,KAAKA,EAAEC,CAAC,IAAIH,EAAEG,CAAC,EAAED,EAAEC,CAAC,GAAG,OAAOH,CAAC,EAAED,GAAE,MAAM,KAAK,SAAS,CAAC,CAAC,SAASK,GAAEJ,EAAEC,EAAEC,EAAE,CAAC,OAAO,KAAK,IAAIF,EAAE,KAAK,IAAIC,EAAEC,CAAC,CAAC,CAAC,CAAC,IAAMG,GAAN,KAAO,CAAC,QAAQ,EAAE,CAAC,IAAIJ,EAAE,GAAG,CAAC,KAAK,UAAU,OAAO,IAAI,EAAE,GAAG,GAAG,KAAK,KAAK,KAAK,OAAOE,EAAE,KAAK,MAAMG,EAAE,KAAK,IAAI,GAAGC,EAAE,EAAE,KAAK,IAAI,IAAI,KAAK,KAAK,CAAC,IAAIJ,EAAEI,EAAED,GAAG,KAAK,MAAM,KAAK,KAAK,IAAI,KAAK,KAAK,KAAK,MAAM,KAAK,GAAG,EAAE,QAAQ,CAAC,KAAK,aAAa,EAAE,IAAM,EAAEF,GAAE,EAAE,KAAK,YAAY,KAAK,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,IAAMD,EAAE,EAAE,EAAE,KAAK,OAAO,CAAC,EAAE,KAAK,MAAM,KAAK,MAAM,KAAK,GAAG,KAAK,MAAMA,EAAE,IAAIA,EAAEG,EAAEC,GAASN,EAAE,KAAK,WAAd,MAAyBA,EAAE,KAAK,KAAK,KAAK,MAAM,CAAC,EAAE,GAAG,KAAK,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,UAAU,EAAE,CAAC,OAAO,EAAEA,EAAE,CAAC,KAAK,EAAE,GAAG,SAASE,EAAE,EAAE,OAAOG,EAAGN,GAAGA,EAAG,QAAQO,EAAE,SAASC,CAAC,EAAE,CAAC,KAAK,KAAK,KAAK,MAAM,EAAE,KAAK,GAAGP,EAAE,KAAK,KAAK,EAAE,KAAK,SAASE,EAAE,KAAK,OAAOG,EAAE,KAAK,YAAY,EAAE,KAAK,UAAU,GAAYC,IAAE,EAAE,KAAK,SAASC,CAAC,CAAC,EAAOC,GAAN,KAAO,CAAC,YAAY,CAAC,QAAQ,EAAE,QAAQR,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,KAAK,OAAO,IAAI,CAAC,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,CAAC,EAAE,KAAK,gBAAgB,IAAI,CAAC,KAAK,UAAUS,GAAQ,KAAK,MAAMA,EAAO,WAAW,KAAK,OAAOA,EAAO,cAAc,KAAK,MAAM,KAAK,QAAQ,YAAY,KAAK,OAAO,KAAK,QAAQ,aAAa,EAAE,KAAK,gBAAgB,IAAI,CAAC,KAAK,aAAa,KAAK,QAAQ,aAAa,KAAK,YAAY,KAAK,QAAQ,WAAW,EAAE,KAAK,QAAQ,EAAE,KAAK,QAAQT,EAAE,EAAE,CAAC,IAAMD,EAAE,SAASA,EAAEC,EAAE,CAAC,IAAIC,EAAE,OAAO,UAAU,CAAC,IAAID,EAAE,UAAUE,EAAE,KAAK,aAAaD,CAAC,EAAEA,EAAE,WAAY,UAAU,CAACF,EAAE,MAAMG,EAAEF,CAAC,CAAC,EAAG,GAAG,CAAC,CAAC,EAAE,KAAK,MAAM,EAAE,KAAK,UAAUS,IAAS,KAAK,sBAAsB,IAAI,eAAeV,CAAC,EAAE,KAAK,sBAAsB,QAAQ,KAAK,OAAO,GAAG,KAAK,sBAAsB,IAAI,eAAeA,CAAC,EAAE,KAAK,sBAAsB,QAAQ,KAAK,OAAO,EAAE,KAAK,OAAO,CAAC,CAAC,SAAS,CAAC,IAAI,EAAEC,GAAS,EAAE,KAAK,wBAAd,MAAsC,EAAE,WAAW,GAASA,EAAE,KAAK,wBAAd,MAAsCA,EAAE,WAAW,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,KAAK,YAAY,KAAK,MAAM,EAAE,KAAK,aAAa,KAAK,MAAM,CAAC,CAAC,EAAOU,GAAN,KAAO,CAAC,aAAa,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,KAAK,KAAKV,EAAE,CAAC,IAAI,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EAAE,QAAQD,EAAE,EAAEG,EAAE,EAAE,OAAOH,EAAEG,EAAEH,IAAI,EAAEA,CAAC,EAAE,GAAGC,CAAC,CAAC,CAAC,GAAG,EAAEA,EAAE,CAAC,IAAI,EAAE,OAAc,EAAE,KAAK,OAAO,CAAC,IAAtB,MAAgC,EAAE,KAAKA,CAAC,IAAK,KAAK,OAAO,CAAC,EAAE,CAACA,CAAC,GAAG,IAAI,CAAC,IAAIC,EAAE,KAAK,OAAO,CAAC,GAASA,EAAE,KAAK,OAAO,CAAC,IAAtB,KAAyB,OAAOA,EAAE,OAAQF,GAAGC,IAAID,CAAE,CAAC,CAAC,CAAC,IAAI,EAAEC,EAAE,CAAC,IAAI,EAAE,KAAK,OAAO,CAAC,GAAS,EAAE,KAAK,OAAO,CAAC,IAAtB,KAAyB,OAAO,EAAE,OAAQD,GAAGC,IAAID,CAAE,CAAC,CAAC,SAAS,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,EAAOY,GAAN,KAAO,CAAC,YAAY,EAAE,CAAC,gBAAgBX,EAAE,EAAE,gBAAgB,EAAE,EAAE,eAAeE,EAAE,EAAE,EAAE,CAAC,KAAK,aAAaH,GAAG,CAAC,GAAK,CAAC,QAAQC,EAAE,QAAQC,CAAC,EAAEF,EAAE,cAAcA,EAAE,cAAc,CAAC,EAAEA,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,UAAU,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,YAAYF,GAAG,CAAC,GAAK,CAAC,QAAQC,EAAE,QAAQC,CAAC,EAAEF,EAAE,cAAcA,EAAE,cAAc,CAAC,EAAEA,EAAEG,EAAE,EAAEF,EAAE,KAAK,WAAW,GAAG,KAAK,gBAAgBK,EAAE,EAAEJ,EAAE,KAAK,WAAW,GAAG,KAAK,gBAAgB,KAAK,WAAW,EAAED,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,UAAU,CAAC,EAAEC,EAAE,EAAEG,CAAC,EAAE,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAOH,EAAE,OAAOG,EAAE,MAAMN,CAAC,CAAC,CAAC,EAAE,KAAK,WAAWA,GAAG,CAAC,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAO,KAAK,UAAU,EAAE,OAAO,KAAK,UAAU,EAAE,MAAMA,CAAC,CAAC,CAAC,EAAE,KAAK,QAAQA,GAAG,CAAC,GAAG,CAAC,OAAOC,EAAE,OAAOC,CAAC,EAAEF,EAAE,KAAK,iBAAiBC,EAAEG,GAAE,KAAKH,EAAE,GAAG,EAAEC,EAAEE,GAAE,KAAKF,EAAE,GAAG,GAAGD,GAAG,KAAK,gBAAgBC,GAAG,KAAK,gBAAgB,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAOD,EAAE,OAAOC,EAAE,MAAMF,CAAC,CAAC,CAAC,EAAE,KAAK,QAAQ,EAAE,KAAK,gBAAgBC,EAAE,KAAK,gBAAgB,EAAE,KAAK,eAAeE,EAAE,KAAK,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,QAAQ,IAAIQ,GAAE,KAAK,QAAQ,iBAAiB,QAAQ,KAAK,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,aAAa,KAAK,aAAa,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,YAAY,KAAK,YAAY,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,WAAW,KAAK,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,GAAG,EAAEV,EAAE,CAAC,OAAO,KAAK,QAAQ,GAAG,EAAEA,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,QAAQ,QAAQ,EAAE,KAAK,QAAQ,oBAAoB,QAAQ,KAAK,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,aAAa,KAAK,aAAa,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,YAAY,KAAK,YAAY,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,WAAW,KAAK,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAOY,GAAN,KAAO,CAAC,YAAY,CAAC,QAAQ,EAAEH,EAAO,QAAQT,EAAE,SAAS,gBAAgB,kBAAkB,EAAE,EAAE,aAAaE,EAAE,EAAE,YAAYG,EAAE,GAAG,YAAYC,EAAE,GAAG,UAAUC,EAAE,GAAG,cAAcM,EAAE,GAAG,4BAA4BC,EAAE,GAAG,uBAAuBC,EAAE,GAAG,SAASC,EAAE,OAAOC,EAAGlB,GAAG,KAAK,IAAI,EAAE,MAAM,KAAK,IAAI,EAAE,IAAIA,CAAC,CAAC,EAAG,KAAKmB,EAAE,CAACF,GAAG,GAAG,SAASG,EAAE,GAAG,YAAYC,EAAE,WAAW,mBAAmBC,EAAE,WAAW,gBAAgBC,EAAE,EAAE,gBAAgBC,EAAE,EAAE,eAAeC,GAAE,GAAG,WAAWC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,gBAAgB,CAAC,CAAC,OAAO1B,EAAE,OAAOC,EAAE,MAAMC,CAAC,IAAI,CAAC,GAAGA,EAAE,QAAQ,OAAO,IAAMC,EAAED,EAAE,KAAK,SAAS,OAAO,EAAEI,GAAEJ,EAAE,KAAK,SAAS,OAAO,EAAE,GAAY,KAAK,QAAQ,qBAAtB,QAA8CF,IAAJ,GAAWC,IAAJ,GAAoB,KAAK,QAAQ,qBAA1B,YAAkDA,IAAJ,GAAsB,KAAK,QAAQ,qBAA5B,cAAoDD,IAAJ,GAAOG,GAAgB,KAAK,QAAQ,qBAA1B,YAAkD,KAAK,SAAT,GAAiB,CAAC,KAAK,QAAQ,UAAUF,GAAG,EAAE,OAAO,IAAIM,GAAEL,EAAE,aAAa,EAAE,GAAGK,GAAEA,GAAE,MAAM,EAAEA,GAAE,QAAQ,KAAK,WAAW,CAAC,EAAEA,GAAE,KAAMP,IAAG,CAAC,IAAIC,GAAE,OAAaD,GAAE,cAAR,KAAqB,OAAOA,GAAE,aAAa,oBAAoB,IAAIG,IAAUH,GAAE,cAAR,KAAqB,OAAOA,GAAE,aAAa,0BAA0B,IAAIM,KAAUN,GAAE,cAAR,KAAqB,OAAOA,GAAE,aAAa,0BAA0B,MAAYC,GAAED,GAAE,YAAX,KAAsB,OAAOC,GAAE,SAAS,OAAO,EAAE,CAAE,EAAE,OAAO,GAAG,KAAK,WAAW,KAAK,SAAS,OAAO,KAAKC,EAAE,eAAe,EAAE,GAAG,KAAK,UAAU,KAAK,QAAQ,aAAa,KAAK,QAAQ,YAAYC,GAAG,KAAK,QAAQ,aAAaG,GAAE,CAAC,KAAK,SAAS,OAAO,KAAK,YAAY,GAAG,KAAK,KAAK,QAAQ,KAAK,EAAEJ,EAAE,eAAe,EAAE,IAAIM,GAAEP,EAAW,KAAK,QAAQ,qBAAtB,OAAyCO,GAAE,KAAK,IAAIP,CAAC,EAAE,KAAK,IAAID,CAAC,EAAEC,EAAED,EAAiB,KAAK,QAAQ,qBAA5B,eAAiDQ,GAAER,GAAG,IAAMc,GAAEX,GAAG,KAAK,QAAQ,UAAUY,GAAEZ,GAAgBD,EAAE,OAAf,YAAqB,KAAK,IAAIM,EAAC,EAAE,EAAEO,KAAIP,GAAE,KAAK,SAAS,KAAK,QAAQ,wBAAwB,KAAK,SAAS,KAAK,aAAaA,GAAET,GAAE,CAAC,aAAa,EAAE,EAAEe,IAAG,CAAC,KAAKC,GAAE,KAAK,cAAc,KAAK,QAAQ,2BAA2B,CAAC,CAAC,CAAC,EAAE,KAAK,eAAe,IAAI,CAAC,GAAG,CAAC,KAAK,0BAA0B,CAAC,KAAK,YAAY,CAAC,IAAMf,EAAE,KAAK,eAAe,KAAK,eAAe,KAAK,aAAa,KAAK,aAAa,KAAK,SAAS,EAAE,KAAK,UAAU,KAAK,KAAK,KAAK,eAAeA,CAAC,EAAE,KAAK,KAAK,EAAE,EAAEU,EAAO,aAAa,SAAS,IAAI,SAAS,iBAAiB,IAAI,SAAS,OAAO,EAAEA,GAAQ,KAAK,QAAQ,CAAC,QAAQ,EAAE,QAAQT,EAAE,kBAAkB,EAAE,aAAaE,EAAE,YAAYG,EAAE,YAAYC,EAAE,UAAUC,EAAE,cAAcM,EAAE,4BAA4BC,EAAE,uBAAuBC,EAAE,SAASC,EAAE,OAAOC,EAAE,KAAKC,EAAE,SAASC,EAAE,mBAAmBE,EAAE,YAAYD,EAAE,gBAAgBE,EAAE,gBAAgBC,EAAE,eAAeC,GAAE,WAAWC,CAAC,EAAE,KAAK,QAAQ,IAAIrB,GAAE,KAAK,QAAQ,IAAIM,GAAE,KAAK,WAAW,IAAIF,GAAE,CAAC,QAAQ,EAAE,QAAQR,EAAE,WAAWyB,CAAC,CAAC,EAAE,KAAK,YAAY,QAAQ,EAAE,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,GAAG,KAAK,UAAU,GAAG,KAAK,SAASlB,GAAGF,GAAGC,EAAE,KAAK,YAAY,GAAG,KAAK,aAAa,KAAK,eAAe,KAAK,aAAa,KAAK,QAAQ,QAAQ,iBAAiB,SAAS,KAAK,eAAe,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,cAAc,IAAIK,GAAET,EAAE,CAAC,gBAAgBoB,EAAE,gBAAgBC,EAAE,eAAeC,EAAC,CAAC,EAAE,KAAK,cAAc,GAAG,SAAS,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,KAAK,QAAQ,QAAQ,EAAE,KAAK,QAAQ,QAAQ,oBAAoB,SAAS,KAAK,eAAe,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,cAAc,QAAQ,EAAE,KAAK,WAAW,QAAQ,EAAE,KAAK,YAAY,QAAQ,EAAE,EAAE,KAAK,YAAY,eAAe,EAAE,EAAE,KAAK,YAAY,kBAAkB,EAAE,EAAE,KAAK,YAAY,gBAAgB,EAAE,EAAE,KAAK,YAAY,eAAe,EAAE,CAAC,CAAC,GAAG,EAAExB,EAAE,CAAC,OAAO,KAAK,QAAQ,GAAG,EAAEA,CAAC,CAAC,CAAC,IAAI,EAAEA,EAAE,CAAC,OAAO,KAAK,QAAQ,IAAI,EAAEA,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,KAAK,aAAa,KAAK,YAAY,WAAW,EAAE,KAAK,YAAY,UAAU,CAAC,CAAC,QAAQ,CAAC,KAAK,WAAW,OAAO,CAAC,CAAC,MAAM,CAAC,KAAK,QAAQ,KAAK,SAAS,IAAI,CAAC,CAAC,OAAO,CAAC,KAAK,SAAS,GAAG,KAAK,YAAY,GAAG,KAAK,eAAe,KAAK,aAAa,KAAK,aAAa,KAAK,SAAS,EAAE,KAAK,QAAQ,KAAK,CAAC,CAAC,OAAO,CAAC,KAAK,UAAU,GAAG,KAAK,MAAM,CAAC,CAAC,MAAM,CAAC,KAAK,UAAU,GAAG,KAAK,QAAQ,KAAK,EAAE,KAAK,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC,IAAMA,EAAE,GAAG,KAAK,MAAM,GAAG,KAAK,KAAK,EAAE,KAAK,QAAQ,QAAQ,KAAKA,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,OAAOA,EAAE,EAAE,UAAU,EAAE,GAAG,KAAKE,EAAE,GAAG,SAASG,EAAE,KAAK,QAAQ,SAAS,OAAOC,EAAE,KAAK,QAAQ,OAAO,KAAKC,EAAE,CAACF,GAAG,KAAK,QAAQ,KAAK,WAAWQ,EAAE,KAAK,MAAMC,EAAE,GAAG,aAAaC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,KAAK,WAAW,CAAC,KAAK,UAAUD,EAAE,CAAC,GAAG,CAAC,MAAM,OAAO,OAAO,EAAE,SAAS,CAAC,EAAE,EAAE,UAAU,CAAC,SAAS,QAAQ,KAAK,EAAE,SAAS,CAAC,EAAE,EAAE,KAAK,UAAU,CAAC,IAAIE,EAAE,IAAIf,EAAE,GAAa,OAAO,GAAjB,SAAmBA,EAAE,SAAS,cAAc,CAAC,GAASe,EAAE,IAAT,MAAaA,EAAE,WAAWf,EAAE,GAAGA,EAAE,CAAC,GAAG,KAAK,QAAQ,UAAUQ,EAAO,CAAC,IAAMV,EAAE,KAAK,QAAQ,QAAQ,sBAAsB,EAAEC,GAAG,KAAK,aAAaD,EAAE,KAAKA,EAAE,IAAI,IAAMG,EAAED,EAAE,sBAAsB,EAAE,GAAG,KAAK,aAAaC,EAAE,KAAKA,EAAE,KAAK,KAAK,gBAAgB,GAAa,OAAO,GAAjB,SAAmB,CAAC,GAAG,GAAGF,EAAE,EAAE,KAAK,MAAM,CAAC,EAAE,KAAK,QAAQ,SAASe,IAAI,KAAK,aAAa,KAAK,eAAe,KAAK,QAAQ,EAAEZ,GAAE,EAAE,EAAE,KAAK,KAAK,EAAE,EAAE,OAAO,KAAK,eAAe,KAAK,aAAa,EAAE,KAAK,UAAU,KAAK,MAAM,EAAE,KAAK,MAAM,EAAE,KAAWU,GAAN,MAASA,EAAE,IAAI,GAAG,GAAG,CAACE,EAAE,CAAC,GAAG,IAAI,KAAK,aAAa,OAAO,KAAK,aAAa,EAAE,KAAK,QAAQ,OAAO,KAAK,eAAe,EAAE,CAAC,SAASV,EAAE,OAAOC,EAAE,KAAKC,EAAE,QAAQ,IAAI,CAACL,IAAI,KAAK,SAAS,IAAI,KAAK,YAAY,EAAE,EAAE,SAAS,CAACH,EAAEC,IAAI,CAAC,KAAK,YAAY,GAAG,KAAK,SAASD,EAAE,KAAK,eAAe,KAAK,UAAU,KAAK,KAAK,KAAK,QAAQ,EAAE,KAAK,eAAeA,EAAE,KAAK,UAAU,KAAK,MAAM,EAAEgB,IAAI,KAAK,aAAahB,GAAGC,GAAG,KAAK,KAAK,EAAEA,IAAI,KAAK,MAAM,EAAE,KAAK,KAAK,EAAWa,IAAE,IAAI,EAAE,KAAK,yBAAyB,GAAG,sBAAuB,IAAI,CAAC,OAAO,KAAK,wBAAwB,CAAE,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,aAAa,CAAC,OAAO,KAAK,QAAQ,UAAUJ,EAAO,SAAS,gBAAgB,KAAK,QAAQ,OAAO,CAAC,IAAI,OAAO,CAAC,OAAO,KAAK,WAAW,MAAM,KAAK,aAAa,IAAI,GAAG,CAAC,CAAC,IAAI,cAAc,CAAC,OAAqB,KAAK,QAAQ,cAA5B,YAAuC,CAAC,IAAI,cAAc,CAAC,OAAO,KAAK,aAAa,KAAK,YAAY,WAAW,KAAK,YAAY,SAAS,CAAC,IAAI,QAAQ,CAAC,OAAO,KAAK,QAAQ,UAAU,KAAK,gBAAgB,EAAE,KAAK,OAAO,GAAG,EAAE,KAAK,eAAe,IAAI,CAAC,CAAC,IAAI,UAAU,CAAC,OAAW,KAAK,QAAT,EAAe,EAAE,KAAK,OAAO,KAAK,KAAK,CAAC,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,CAAC,IAAI,SAAS,EAAE,CAAC,KAAK,aAAa,IAAI,KAAK,WAAW,EAAE,KAAK,YAAY,eAAe,CAAC,EAAE,CAAC,IAAI,aAAa,CAAC,OAAO,KAAK,aAAa,CAAC,IAAI,YAAY,EAAE,CAAC,KAAK,gBAAgB,IAAI,KAAK,cAAc,EAAE,KAAK,YAAY,kBAAkB,CAAC,EAAE,CAAC,IAAI,WAAW,CAAC,OAAO,KAAK,WAAW,CAAC,IAAI,UAAU,EAAE,CAAC,KAAK,cAAc,IAAI,KAAK,YAAY,EAAE,KAAK,YAAY,gBAAgB,CAAC,EAAE,CAAC,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,CAAC,IAAI,SAAS,EAAE,CAAC,KAAK,aAAa,IAAI,KAAK,WAAW,EAAE,KAAK,YAAY,eAAe,CAAC,EAAE,CAAC,IAAI,WAAW,CAAC,IAAI,EAAE,QAAQ,OAAO,KAAK,YAAY,GAAG,kBAAkB,KAAK,WAAW,GAAG,iBAAiB,KAAK,cAAc,GAAG,oBAAoB,KAAK,WAAW,GAAG,iBAAiB,CAAC,CAAC,YAAY,EAAET,EAAE,CAAC,KAAK,YAAY,UAAU,OAAO,EAAEA,CAAC,EAAE,KAAK,QAAQ,KAAK,mBAAmB,IAAI,CAAC,CAAC,ECEn9U,SAAR0B,GAA8BC,EAAM,CAAC,GAAK,CAAC,UAAAC,CAAS,EAAED,EAAYE,EAAMC,GAAO,IAAI,EAAE,OAAAC,GAAU,IAAI,CAAIF,EAAM,SAAQA,EAAM,QAAQ,SAAS,EAAE,CAAC,UAAU,EAAI,CAAC,CAAE,EAAE,CAACA,CAAK,CAAC,EAAEE,GAAU,IAAI,CAAC,IAAMC,EAAe,SAAS,eAAe,SAAS,EAAE,GAAGA,EAAe,CAAC,IAAMC,EAAe,CAACC,EAAcC,IAAW,CAAC,QAAUC,KAAYF,EAAe,GAAGE,EAAS,OAAO,YAAgE,GAAjCJ,EAAe,SAAS,OAAO,EAAiB,CACtc,IAAMK,EAAY,SAAS,gBAAoCC,EAAO,iBAAiBD,CAAW,EAAuC,iBAAiB,UAAU,IAAI,SAA8BR,EAAM,QAAQ,KAAK,EAAQA,EAAM,QAAQ,MAAM,OAASA,EAAM,QAAQ,MAAM,CAAK,EAAQM,EAAS,IAAI,iBAAiBF,CAAc,EAAQM,EAAO,CAAC,UAAU,EAAI,EAAE,OAAAJ,EAAS,QAAQH,EAAeO,CAAM,EAAQ,IAAIJ,EAAS,WAAW,EAAG,EAAE,CAAC,CAAC,EAAEJ,GAAU,IAAI,CAACF,EAAM,QAAQ,IAAIW,GAAM,CAAC,SAASZ,EAAU,EAAE,CAAC,EAAE,IAAMa,EAAIC,GAAM,CAAIb,EAAM,UAASA,EAAM,QAAQ,IAAIa,CAAI,EAAE,sBAAsBD,CAAG,EAAG,EAAE,6BAAsBA,CAAG,EAAQ,IAAI,CAAIZ,EAAM,UAASA,EAAM,QAAQ,QAAQ,EAAEA,EAAM,QAAQ,KAAM,CAAE,EAAE,CAAC,CAAC,EAAEE,GAAU,IAAI,CAAC,IAAMY,EAAa,SAAS,cAAc,OAAO,EAAE,OAAAA,EAAa,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAoBpxB,SAAS,KAAK,YAAYA,CAAY,EAAQ,IAAI,CAAC,SAAS,KAAK,YAAYA,CAAY,CAAE,CAAE,EAAE,CAAC,CAAC,EAAsBC,EAAKJ,GAAU,CAAC,CAAC,CAAE,CAACd,GAAa,YAAY,gBAAgBmB,EAAoBnB,GAAa,CAAC,UAAU,CAAC,MAAM,YAAY,KAAKoB,EAAY,OAAO,aAAa,EAAE,CAAC,CAAC,ECtBjC,IAAMC,GAAa,CAAC,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,WAAW,EAAQC,GAAoB,CAAE,UAAW,kBAAmB,UAAW,mBAAoB,UAAW,kBAAmB,UAAW,kBAAmB,UAAW,mBAAoB,UAAW,kBAAmB,UAAW,kBAAmB,UAAW,kBAAmB,UAAW,iBAAkB,EAAE,SAASC,GAAqBC,KAAcC,EAAU,CAAC,IAAMC,EAAgB,CAAC,EAAE,OAAoDD,GAAS,QAASE,GAAYA,GAAW,OAAO,OAAOD,EAAeF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAA0B,CAAE,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,YAAa,WAAY,WAAY,EAAQC,GAAc,CAAE,QAAS,CAAE,QAAS,GAAI,MAAO,EAAG,KAAM,EAAG,UAAW,IAAK,KAAM,QAAS,CAAE,EAAQC,GAAa,CAAC,CAAE,MAAAC,EAAO,SAAAC,CAAS,IAAM,CAAC,IAAMC,EAAeC,EAAWC,CAAmB,EAAQC,EAAaL,GAA6CE,EAAO,WAAiBI,EAAqBC,EAAQ,KAAO,CAAE,GAAGL,EAAQ,WAAAG,CAAW,GAAI,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAU,CAAE,MAAOE,EAAc,SAAUL,CAAS,CAAC,CAAE,EAAQQ,GAA+BC,EAAW,SAAU,CAAE,GAAAC,EAAI,MAAAC,EAAO,UAAAC,EAAW,MAAAC,EAAO,OAAAC,EAAQ,SAAAC,EAAU,QAASC,EAAe,YAAa,GAAGC,CAAU,EAAGC,EAAK,CAA8D,IAAMvB,EAA5CC,GAAwBoB,CAAY,GAAoCA,EAAmB,CAAE,YAAAG,EAAa,WAAAC,EAAY,eAAAC,EAAgB,gBAAAC,EAAiB,WAAAC,EAAY,WAAAnB,EAAY,SAAAX,CAAS,EAAI+B,EAAgB,CAAE,WAAAnC,GAAY,eAAgB,YAAa,YAAAQ,GAAa,QAAAF,EAAS,kBAAAL,EAAkB,CAAC,EAAQmC,EAAmBhC,EAAS,KAAK,GAAG,EAAIwB,EAAU,iBAAuBS,GAAwBC,EAAM,EAAE,OAAoBpB,EAAKqB,EAAa,CAAE,GAAIb,GAAsDW,GAAiB,SAAuBnB,EAAKsB,EAAO,IAAK,CAAE,QAASlC,EAAS,QAASF,EAAU,aAAc,IAAM6B,EAAgB,CAAE,UAAW,EAAK,CAAC,EAAG,WAAY,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,WAAY,IAAMA,EAAgB,CAAE,UAAW,EAAK,CAAC,EAAG,MAAO,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,YAAa,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,UAAWQ,EAAG,eAAgBV,CAAU,EAAG,MAAO,CAAE,QAAS,UAAW,EAAG,SAAuBb,EAAKT,GAAY,CAAE,MAAOM,EAAY,SAAuBG,EAAKsB,EAAO,IAAK,CAAE,GAAGZ,EAAW,UAAWa,EAAG,gBAAiBlB,CAAS,EAAG,mBAAoB,WAAY,iBAAkBa,EAAkB,SAAU,YAAa,IAAKP,EAAK,MAAO,CAAE,GAAGP,CAAM,EAAG,GAAGpB,GAAqB,CAAE,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,EAAG,UAAW,CAAE,mBAAoB,UAAW,CAAE,EAAG4B,EAAaE,CAAc,EAAG,SAAuBd,EAAKwB,GAAO,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,qEAAqE,EAAE,IAAK,EAAG,UAAW,gBAAiB,mBAAoB,KAAM,iBAAkBN,EAAkB,SAAU,YAAa,GAAGlC,GAAqB,CAAE,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,sEAAsE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,sEAAsE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,kEAAkE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,qEAAqE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,qEAAqE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,sEAAsE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,oEAAoE,EAAE,IAAK,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,IAAK,eAAgB,IAAK,YAAa,IAAK,WAAY,IAAK,IAAK,IAAI,IAAI,mEAAmE,EAAE,IAAK,CAAE,CAAE,EAAG4B,EAAaE,CAAc,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAQW,GAAM,CAAC,sZAAuZ,kFAAmF,oDAAqD,oQAAqQ,mHAAoH,6WAA8W,+bAA+b,EAKhzOC,GAAkBC,EAAQ1B,GAAWwB,GAAK,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAc,gBAAgBA,GAAgB,aAAe,CAAE,OAAQ,GAAI,MAAO,EAAG,EAAEG,EAAoBH,GAAiB,CAAE,QAAS,CAAE,QAAS,CAAC,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,YAAa,WAAW,EAAG,aAAc,CAAC,WAAY,WAAY,WAAY,WAAY,WAAY,WAAY,WAAY,WAAY,UAAU,EAAG,MAAO,UAAW,KAAMI,EAAY,IAAK,CAAE,CAAC,EAAEC,EAASL,GAAiB,CAAC,CAAC,ECLhE,IAAMM,GAAaC,EAASC,EAAO,EAAQC,GAAgBC,GAAoBF,EAAO,EAAQG,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,gBAAgB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAA8BC,EAAW,SAAS,CAAC,GAAAC,EAAG,MAAAC,EAAM,UAAAC,EAAU,MAAAC,EAAM,OAAAC,EAAO,SAAAC,EAAS,QAAQC,EAAa,YAAY,OAAOC,EAAU,YAAY,KAAKC,EAAU,oLAAoL,KAAKC,EAAU,cAAc,KAAKC,EAAU,qBAAqB,GAAGC,CAAS,EAAEC,EAAI,CAA4D,IAAM3B,EAA5CC,GAAwBoB,CAAY,GAAgCA,EAAkB,CAAC,YAAAO,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAvB,EAAW,SAAAX,CAAQ,EAAEmC,EAAgB,CAAC,WAAAvC,GAAW,eAAe,YAAY,YAAAQ,GAAY,QAAAF,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuC,EAAiBpC,EAAS,KAAK,GAAG,EAAE4B,EAAU,iBAAuBS,EAAsBC,EAAM,EAAE,OAAqBxB,EAAKyB,EAAY,CAAC,GAAGjB,GAA4Ce,EAAgB,SAAuBvB,EAAK0B,EAAO,IAAI,CAAC,QAAQtC,EAAQ,QAAQF,EAAS,aAAa,IAAIiC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUQ,EAAG,eAA2BtB,GAAUY,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBjB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuB+B,EAAMF,EAAO,IAAI,CAAC,GAAGZ,EAAU,UAAUa,EAAG,eAAetB,CAAS,EAAE,mBAAmB,UAAU,iBAAiBiB,EAAiB,SAAS,YAAY,IAAIP,EAAI,MAAM,CAAC,gBAAgB,qBAAqB,GAAGX,CAAK,EAAE,GAAGpB,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEgC,EAAYE,CAAc,EAAE,SAAS,CAAelB,EAAK0B,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,gGAAgG,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,oBAAoB,EAAE,SAAuBtB,EAAK6B,EAAS,CAAC,sBAAsB,GAAK,SAAuB7B,EAAW8B,EAAS,CAAC,SAAuB9B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mLAAmL,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAgBX,EAAK0B,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,mBAAmB,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,gGAAgG,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,oBAAoB,EAAE,SAAuBM,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiBJ,EAAiB,SAAS,YAAY,SAAS,CAAetB,EAAK0B,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAuBtB,EAAK0B,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBJ,EAAiB,SAAS,sBAAsB,SAAuBtB,EAAKrB,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ+B,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAgBkB,EAAMF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBJ,EAAiB,SAAS,YAAY,SAAS,CAAetB,EAAK6B,EAAS,CAAC,sBAAsB,GAAK,SAAuB7B,EAAW8B,EAAS,CAAC,SAAuB9B,EAAK0B,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,wCAAwC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,SAAS,sBAAsB,0BAA0B,0BAA0B,YAAY,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,gBAAgB,EAAE,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,KAAKV,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAgBZ,EAAK6B,EAAS,CAAC,sBAAsB,GAAK,SAAuB7B,EAAW8B,EAAS,CAAC,SAAuB9B,EAAK0B,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,SAAS,sBAAsB,yBAAyB,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,qBAAqB,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,MAAM,QAAQ,EAAE,EAAE,KAAKT,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,sRAAsR,2SAA2S,oKAAoK,2SAA2S,+RAA+R,oWAAoW,yGAAyG,6SAA6S,+IAA+I,67CAA67C,8GAA8G,gFAAgF,yUAAyU,GAAeA,EAAG,EAMjnXC,GAAgBC,EAAQhC,GAAU8B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,sBAAsBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAmExD,IAAgB,SAAa,CAAC,GAAGA,GAAgB,QAAW,aAAa,YAAY,OAAO,OAAU,MAAM,QAAQ,EAAE,UAAU,CAAC,aAAa,oLAAoL,gBAAgB,GAAK,MAAM,OAAO,KAAKwD,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,qBAAqB,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,GAAGvD,GAAa,GAAe6D,EAAK,CAAC,ECNrtB,IAAMC,GAAcC,EAASC,EAAM,EAAQC,GAAa,CAAC,WAAW,EAAQC,GAAoB,CAAE,UAAW,iBAAkB,EAAuP,IAAMC,GAA0B,CAAC,EAAQC,GAAc,CAAE,QAAS,CAAE,MAAO,EAAG,SAAU,GAAI,KAAM,CAAC,EAAG,EAAG,EAAG,CAAC,EAAG,KAAM,OAAQ,CAAE,EAAQC,GAAa,CAAC,CAAE,MAAAC,EAAO,SAAAC,CAAS,IAAM,CAAC,IAAMC,EAAeC,EAAWC,CAAmB,EAAQC,EAAaL,GAA6CE,EAAO,WAAiBI,EAAqBC,EAAQ,KAAO,CAAE,GAAGL,EAAQ,WAAAG,CAAW,GAAI,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAU,CAAE,MAAOE,EAAc,SAAUL,CAAS,CAAC,CAAE,EAAQQ,GAA+BC,EAAW,SAAU,CAAE,GAAAC,EAAI,MAAAC,EAAO,UAAAC,EAAW,MAAAC,EAAO,OAAAC,EAAQ,SAAAC,EAAU,QAASC,EAAe,YAAa,GAAGC,CAAU,EAAGC,EAAK,CAA8D,IAAMC,EAA5CvB,GAAwBoB,CAAY,GAAoCA,EAAmB,CAAE,YAAAI,EAAa,WAAAC,EAAY,eAAAC,EAAgB,gBAAAC,EAAiB,WAAAC,EAAY,WAAApB,EAAY,SAAAqB,CAAS,EAAIC,EAAgB,CAAE,WAAAC,GAAY,eAAgB,YAAa,YAAA9B,GAAa,QAAAsB,EAAS,kBAAAS,EAAkB,CAAC,EAAQC,EAAmBJ,EAAS,KAAK,GAAG,EAAIR,EAAU,iBAAuBa,GAAwBC,EAAM,EAAE,OAAoBxB,EAAKyB,EAAa,CAAE,GAAIjB,GAAsDe,GAAiB,SAAuBvB,EAAK0B,EAAO,IAAK,CAAE,QAASd,EAAS,QAASM,EAAU,aAAc,IAAMF,EAAgB,CAAE,UAAW,EAAK,CAAC,EAAG,WAAY,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,WAAY,IAAMA,EAAgB,CAAE,UAAW,EAAK,CAAC,EAAG,MAAO,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,YAAa,IAAMA,EAAgB,CAAE,UAAW,EAAM,CAAC,EAAG,UAAWW,EAAG,eAAgBb,CAAU,EAAG,MAAO,CAAE,QAAS,UAAW,EAAG,SAAuBd,EAAKT,GAAY,CAAE,MAAOM,EAAY,SAAuBG,EAAK0B,EAAO,IAAK,CAAE,GAAGhB,EAAW,UAAWiB,EAAG,gBAAiBtB,CAAS,EAAG,mBAAoB,YAAa,iBAAkBiB,EAAkB,SAAU,YAAa,IAAKX,EAAK,MAAO,CAAE,GAAGP,CAAM,EAAG,SAAuBJ,EAAK0B,EAAO,IAAK,CAAE,UAAW,0BAA2B,iBAAkBJ,EAAkB,SAAU,sBAAuB,SAAuBtB,EAAK4B,GAAQ,CAAE,OAAQ,OAAQ,GAAI,YAAa,oBAAqB,GAAM,SAAU,YAAa,KAAM,GAAM,QAAS,GAAM,OAAQ,OAAQ,eAAgB,EAAG,SAAU,EAAG,MAAO,EAAG,QAAS,IAAI,IAAI,2HAA2H,EAAE,KAAM,QAAS,SAAU,OAAQ,0FAA2F,MAAO,CAAE,MAAO,MAAO,EAAG,MAAO,MAAO,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAQC,GAAM,CAAC,sZAAuZ,kFAAmF,oDAAqD,6QAA8Q,0GAA2G,8WAA8W,EAK/gJC,GAAkBC,EAAQ9B,GAAW4B,GAAK,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAc,uBAAuBA,GAAgB,aAAe,CAAE,OAAQ,IAAK,MAAO,GAAI,EAAEG,EAASH,GAAiB,CAAC,GAAGI,EAAW,CAAC,ECL2Q,IAAMC,GAAcC,EAASC,EAAQ,EAAQC,GAAiBC,GAAoBF,EAAQ,EAAQG,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,CAAC,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAwB,CAAC,EAAQC,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAA8BC,EAAW,SAAS,CAAC,GAAAC,EAAG,MAAAC,EAAM,UAAAC,EAAU,MAAAC,EAAM,OAAAC,EAAO,SAAAC,EAAS,QAAQC,EAAa,YAAY,KAAKC,EAAU,eAAe,UAAUC,EAAU,eAAe,KAAKC,EAAU,YAAY,MAAMC,EAAU,GAAGC,CAAS,EAAEC,EAAI,CAA4D,IAAM3B,EAA5CC,GAAwBoB,CAAY,GAAgCA,EAAkB,CAAC,YAAAO,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAvB,EAAW,SAAAX,CAAQ,EAAEmC,EAAgB,CAAC,WAAAvC,GAAW,eAAe,YAAY,gBAAAD,GAAgB,YAAAS,GAAY,QAAAF,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuC,EAAiBpC,EAAS,KAAK,GAAG,EAAE4B,EAAU,iBAAuBS,EAAsBC,EAAM,EAAE,OAAqBxB,EAAKyB,EAAY,CAAC,GAAGjB,GAA4Ce,EAAgB,SAAuBvB,EAAK0B,EAAO,IAAI,CAAC,QAAQtC,EAAQ,QAAQF,EAAS,aAAa,IAAIiC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUQ,EAAG,eAA2BtB,GAAUY,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBjB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuBG,EAAK4B,GAAK,CAAC,KAAKf,EAAU,SAAuBgB,EAAMH,EAAO,EAAE,CAAC,GAAGZ,EAAU,UAAU,GAAGa,EAAG,iBAAiBtB,CAAS,mBAAmB,mBAAmB,YAAY,iBAAiBiB,EAAiB,SAAS,YAAY,IAAIP,EAAI,MAAM,CAAC,gBAAgB,wEAAwE,GAAGX,CAAK,EAAE,GAAGpB,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEgC,EAAYE,CAAc,EAAE,SAAS,CAAelB,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAgBV,EAAK0B,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBJ,EAAiB,SAAS,sBAAsB,SAAuBtB,EAAKtB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQkC,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,EAAgBZ,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,+SAA+S,iHAAiH,oKAAoK,oJAAoJ,uEAAuE,mXAAmX,gIAAgI,+EAA+E,iHAAiH,GAAeA,EAAG,EAMpxMC,GAAgBC,EAAQjC,GAAU+B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,4BAA4BA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,OAAO,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAqE1D,IAAiB,SAAa,CAAC,GAAGA,GAAiB,QAAW,aAAa,YAAY,OAAO,OAAU,MAAM,MAAM,EAAE,UAAU,CAAC,MAAM,SAAS,KAAK0D,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,GAAGzD,GAAc,GAAe+D,EAAK,CAAC,ECNnO,IAAMC,GAAcC,EAASC,EAAQ,EAAQC,GAAiBC,GAAoBF,EAAQ,EAAQG,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,CAAC,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAwB,CAAC,EAAQC,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAA8BC,EAAW,SAAS,CAAC,GAAAC,EAAG,MAAAC,EAAM,UAAAC,EAAU,MAAAC,EAAM,OAAAC,EAAO,SAAAC,EAAS,QAAQC,EAAa,YAAY,KAAKC,EAAU,eAAe,UAAUC,EAAU,eAAe,KAAKC,EAAU,YAAY,MAAMC,EAAU,GAAGC,CAAS,EAAEC,EAAI,CAA4D,IAAM3B,EAA5CC,GAAwBoB,CAAY,GAAgCA,EAAkB,CAAC,YAAAO,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAvB,EAAW,SAAAX,CAAQ,EAAEmC,EAAgB,CAAC,WAAAvC,GAAW,eAAe,YAAY,gBAAAD,GAAgB,YAAAS,GAAY,QAAAF,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuC,EAAiBpC,EAAS,KAAK,GAAG,EAAE4B,EAAU,iBAAuBS,EAAsBC,EAAM,EAAE,OAAqBxB,EAAKyB,EAAY,CAAC,GAAGjB,GAA4Ce,EAAgB,SAAuBvB,EAAK0B,EAAO,IAAI,CAAC,QAAQtC,EAAQ,QAAQF,EAAS,aAAa,IAAIiC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUQ,EAAG,eAA2BtB,GAAUY,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBjB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuBG,EAAK4B,GAAK,CAAC,KAAKf,EAAU,SAAuBgB,EAAMH,EAAO,EAAE,CAAC,GAAGZ,EAAU,UAAU,GAAGa,EAAG,gBAAgBtB,CAAS,kBAAkB,mBAAmB,YAAY,iBAAiBiB,EAAiB,SAAS,YAAY,IAAIP,EAAI,MAAM,CAAC,gBAAgB,wEAAwE,GAAGX,CAAK,EAAE,GAAGpB,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEgC,EAAYE,CAAc,EAAE,SAAS,CAAelB,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAgBV,EAAK0B,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBJ,EAAiB,SAAS,sBAAsB,SAAuBtB,EAAKtB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQkC,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,EAAgBZ,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,sZAAsZ,kFAAkF,mDAAmD,8SAA8S,iHAAiH,mKAAmK,oJAAoJ,qEAAqE,+WAA+W,+HAA+H,6EAA6E,gHAAgH,GAAeA,EAAG,EAMnwMC,GAAgBC,EAAQjC,GAAU+B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,wBAAwBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,OAAO,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAqE1D,IAAiB,SAAa,CAAC,GAAGA,GAAiB,QAAW,aAAa,YAAY,OAAO,OAAU,MAAM,MAAM,EAAE,UAAU,CAAC,MAAM,SAAS,KAAK0D,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,GAAGzD,GAAc,GAAe+D,EAAK,CAAC,ECN/N,IAAMC,GAAcC,EAASC,EAAQ,EAAQC,GAAiBC,GAAoBF,EAAQ,EAAQG,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,CAAC,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAwB,CAAC,EAAQC,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAA8BC,EAAW,SAAS,CAAC,GAAAC,EAAG,MAAAC,EAAM,UAAAC,EAAU,MAAAC,EAAM,OAAAC,EAAO,SAAAC,EAAS,QAAQC,EAAa,YAAY,KAAKC,EAAU,KAAKC,EAAU,eAAe,UAAUC,EAAU,eAAe,KAAKC,EAAU,YAAY,GAAGC,CAAS,EAAEC,EAAI,CAA4D,IAAM3B,EAA5CC,GAAwBoB,CAAY,GAAgCA,EAAkB,CAAC,YAAAO,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,WAAAvB,EAAW,SAAAX,CAAQ,EAAEmC,EAAgB,CAAC,WAAAvC,GAAW,eAAe,YAAY,gBAAAD,GAAgB,YAAAS,GAAY,QAAAF,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuC,EAAiBpC,EAAS,KAAK,GAAG,EAAE4B,EAAU,iBAAuBS,EAAsBC,EAAM,EAAE,OAAqBxB,EAAKyB,EAAY,CAAC,GAAGjB,GAA4Ce,EAAgB,SAAuBvB,EAAK0B,EAAO,IAAI,CAAC,QAAQtC,EAAQ,QAAQF,EAAS,aAAa,IAAIiC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUQ,EAAG,eAA2BtB,GAAUY,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBjB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuBG,EAAK4B,GAAK,CAAC,KAAKlB,EAAU,SAAuBmB,EAAMH,EAAO,EAAE,CAAC,GAAGZ,EAAU,UAAU,GAAGa,EAAG,gBAAgBtB,CAAS,mBAAmB,cAAc,GAAK,mBAAmB,YAAY,iBAAiBiB,EAAiB,SAAS,YAAY,IAAIP,EAAI,MAAM,CAAC,wBAAwB,QAAQ,iBAAiB,qBAAqB,sBAAsB,QAAQ,uBAAuB,QAAQ,iBAAiB,QAAQ,qBAAqB,QAAQ,GAAGX,CAAK,EAAE,GAAGpB,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEgC,EAAYE,CAAc,EAAE,SAAS,CAAelB,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAgBX,EAAK0B,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBJ,EAAiB,SAAS,sBAAsB,SAAuBtB,EAAKtB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQmC,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,EAAgBb,EAAK8B,EAAS,CAAC,sBAAsB,GAAK,SAAuB9B,EAAW+B,EAAS,CAAC,SAAuB/B,EAAK0B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAK,EAAE,KAAKV,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoB,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,8SAA8S,gHAAgH,mKAAmK,qJAAqJ,qEAAqE,+WAA+W,8HAA8H,6EAA6E,iHAAiH,GAAeA,EAAG,EAM5jNC,GAAgBC,EAAQjC,GAAU+B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,yBAAyBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,UAAU,CAAC,MAAM,OAAO,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAqE1D,IAAiB,SAAa,CAAC,GAAGA,GAAiB,QAAW,aAAa,YAAY,OAAO,OAAU,MAAM,MAAM,CAAC,CAAC,EAAE2D,EAASL,GAAgB,CAAC,GAAGzD,GAAc,GAAe+D,EAAK,CAAC,ECPtsBC,GAAU,0BAA0B,CAAC,oBAAoB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,OAAO,UAAU,YAAY,CAAC,sBAAsB,qCAAqC,IAAI,2GAA2G,EAAE,MAAM,SAAS,IAAI,4GAA4G,OAAO,KAAK,CAAC,EAAeC,GAAI,CAAC,igBAAigB,ojBAAojB,EAAeC,GAAU,eCCyuC,IAAMC,GAAkBC,EAASC,EAAY,EAAQC,GAAmBF,EAASG,EAAa,EAAQC,GAAyBJ,EAASK,EAAmB,EAAQC,GAAyBN,EAASO,EAAmB,EAAQC,GAAwBR,EAASS,EAAkB,EAAQC,GAAyBV,EAASW,EAAmB,EAAQC,EAAgBC,GAAOC,CAAS,EAAQC,GAAwBf,EAASgB,EAAkB,EAAQC,GAAyBjB,EAASkB,EAAmB,EAAQC,GAAgBnB,EAASoB,EAAU,EAAQC,GAAerB,EAASsB,EAAS,EAAQC,GAAgBvB,EAASwB,EAAU,EAAQC,GAAkBzB,EAAS0B,EAAY,EAAQC,GAAoB3B,EAAS4B,EAAc,EAAQC,GAAgBhB,GAAOiB,EAAO,GAAG,EAAQC,GAA+B/B,EAASgC,EAAyB,EAAQC,GAAuBjC,EAASkC,EAAiB,EAAQC,GAAWnC,EAASoC,EAAK,EAAQC,GAAuBrC,EAASsC,EAAiB,EAAQC,GAA4BvC,EAASwC,EAAsB,EAAQC,GAAY5B,GAAO6B,EAAK,EAAQC,GAAwB3C,EAAS4C,EAAkB,EAAQC,GAAoB7C,EAAS8C,EAAc,EAAQC,GAAc/C,EAASgD,EAAQ,EAAQC,GAAwBjD,EAASkD,EAAkB,EAAQC,GAAqBnD,EAASoD,EAAe,EAAQC,GAAuBrD,EAASsD,EAAiB,EAAQC,GAAmBvD,EAASwD,EAAa,EAAyD,IAAMC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,IAAI,EAAQE,EAAmB,CAACC,EAAEC,IAAI,uBAAuBA,IAAUC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWL,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQM,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,EAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,EAAE,WAAWD,EAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,GAAG,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,GAAG,QAAQ,EAAE,MAAM,EAAE,WAAWH,EAAY,EAAE,EAAE,EAAE,EAAE,EAAQI,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,IAAI,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,IAAI,WAAWD,EAAW,EAAQE,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,GAAa,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAWD,GAAa,EAAE,EAAE,EAAQE,GAAmB,CAACjC,EAAEC,IAAI,wCAAwCA,IAAUiC,GAAmB,CAAClC,EAAEC,IAAI,oBAAoBA,IAAUkC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,GAAG,EAAQC,GAAa,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWD,GAAa,EAAE,KAAK,EAAE,GAAG,EAAQE,GAAmB,CAACtC,EAAEC,IAAI,uBAAuBA,kBAAwBsC,GAAmB,CAACvC,EAAEC,IAAI,GAAGA,kBAAwBuC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAWL,GAAa,EAAE,IAAI,EAAE,GAAG,EAAQM,GAAmB,CAAC1C,EAAEC,IAAI,uBAAuBA,mBAAyB0C,GAAmB,CAAC3C,EAAEC,IAAI,GAAGA,mBAAyB2C,GAAa,CAAC,MAAM,IAAI,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,WAAWD,GAAa,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaH,CAAK,EAAE,OAAOC,EAASC,CAAI,CAAE,EAAQE,GAASA,GAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,YAAAC,EAAY,GAAGC,CAAS,EAAEtB,GAASI,CAAK,EAAQmB,GAAgB,IAAI,CAAC,IAAMC,EAAU1B,GAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMc,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIC,IAAyBA,GAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,KAA0B,QAAcA,GAAwB,aAAa,UAAUD,EAAU,QAAQ,EAAG,GAAGA,EAAU,cAAe,aAAM,KAAK,SAAS,KAAK,SAAS,EAAE,OAAOE,IAAGA,GAAE,WAAW,cAAc,CAAC,EAAE,IAAIA,IAAG,SAAS,KAAK,UAAU,OAAOA,EAAC,CAAC,EAAE,SAAS,KAAK,UAAU,IAAI,GAAGF,EAAU,4BAA4B,EAAQ,IAAI,CAAC,SAAS,KAAK,UAAU,OAAO,GAAGA,EAAU,4BAA4B,CAAE,CAAG,EAAE,CAAC,OAAUd,CAAY,CAAC,EAAE,GAAK,CAACiB,EAAYC,CAAmB,EAAEC,GAA8Bb,EAAQ/E,GAAY,EAAK,EAAQ6F,EAAe,OAAgBC,EAAW1F,GAAY,QAAc2F,EAAWC,GAAO,IAAI,EAAQC,GAAOC,GAAU,EAAQC,EAAY,IAAQ,CAAC,YAAY,WAAW,EAAE,SAAST,CAAW,EAAQ,CAACzF,GAAU,EAAS,GAAamG,EAAa,IAAQV,IAAc,YAAkB,CAACzF,GAAU,EAAS,GAAaoG,EAAsBC,EAAM,EAAQC,EAAsB,CAAa1B,GAAuBA,EAAS,EAAE,OAAoB2B,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAtG,EAAiB,EAAE,SAAsBuG,EAAMC,EAAY,CAAC,GAAG7B,GAA4CuB,EAAgB,SAAS,CAAcK,EAAME,EAAO,IAAI,CAAC,GAAGvB,EAAU,UAAUwB,EAAG3G,GAAkB,GAAGqG,EAAsB,gBAAgB1B,CAAS,EAAE,IAAIL,GAA6BuB,EAAK,MAAM,CAAC,GAAGnB,CAAK,EAAE,SAAS,CAAc4B,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKO,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAeP,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuB,EAAe,UAAU,SAASvG,GAAW,OAAO,EAAE,QAAQuG,EAAe,UAAU,SAAStG,GAAW,OAAO,EAAE,kBAAkBuG,GAAgC,SAAS3G,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0G,EAAe,UAAU,SAASvG,GAAW,QAAQ,EAAE,QAAQuG,EAAe,UAAU,SAAStG,GAAW,QAAQ,EAAE,kBAAkBuG,GAAgC,SAAS3G,CAAkB,CAAC,CAAC,EAAE,SAAsBiG,EAAKM,EAAU,CAAC,QAAQG,EAAe,UAAU,SAASvG,GAAW,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,KAAKJ,GAAU,QAAQ2G,EAAe,UAAU,SAAStG,GAAW,QAAQ,EAAE,kBAAkBuG,GAAgC,SAAS3G,CAAkB,EAAE,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKW,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,KAAK,iBAAiB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuB,EAAe,UAAU,SAASnG,GAAW,OAAO,EAAE,QAAQmG,EAAe,UAAU,SAASlG,GAAW,OAAO,EAAE,kBAAkBmG,GAAgC,SAAS3G,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0G,EAAe,UAAU,UAAUnG,GAAW,QAAQ,EAAE,QAAQmG,EAAe,UAAU,UAAUlG,GAAW,QAAQ,EAAE,kBAAkBmG,GAAgC,UAAU3G,CAAkB,CAAC,CAAC,EAAE,SAAsBmG,EAAME,EAAO,IAAI,CAAC,QAAQK,EAAe,UAAU,UAAUnG,GAAW,QAAQ,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,mBAAmB,KAAKD,GAAW,QAAQoG,EAAe,UAAU,UAAUlG,GAAW,QAAQ,EAAE,KAAK,mBAAmB,kBAAkBmG,GAAgC,UAAU3G,CAAkB,EAAE,SAAS,CAAcmG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBc,EAAWY,EAAS,CAAC,SAAsBV,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,aAAa,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,gBAAgB,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWY,EAAS,CAAC,SAAsBV,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,aAAa,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWY,EAAS,CAAC,SAAsBV,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,aAAa,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,gBAAgB,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBc,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,6HAA6H,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,6HAA6H,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,EAAS,CAAC,sBAAsB,GAAK,SAAsBb,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,6HAA6H,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,+GAA+G,KAAK,+GAA+G,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4Bf,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,KAAK6B,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBf,EAAKgB,GAAoB,CAAC,OAAO,OAAO,UAAU,cAAc,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAKD,EAAc,CAAC,EAAE,MAAM,cAAc,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BjB,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,KAAK+B,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBjB,EAAKkB,GAAoB,CAAC,OAAO,OAAO,UAAU,iBAAiB,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAKD,EAAe,CAAC,EAAE,KAAK,iBAAiB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEtB,EAAY,GAAgBK,EAAK,MAAM,CAAC,UAAU,4CAA4C,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBA,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKmB,GAAmB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenB,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAW3G,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBX,EAAmB,SAAsBiG,EAAKqB,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY1G,GAAY,CAAC,IAAI,mEAAmE,EAAE,kBAAkB,EAAE,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,EAAeqF,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,KAAK,mBAAmB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,iCAAiC,QAAQ,WAAW,EAAE,UAAU,CAAC,YAAY;AAAA,oEAAwI,MAAM;AAAA,gBAAmC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKsB,GAAmB,CAAC,YAAY,sIAAsI,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM;AAAA,gBAAmC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAY,eAAeC,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBnB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM;AAAA;AAAA,EAAmC,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM;AAAA;AAAA,EAAmC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKuB,GAAoB,CAAC,YAAY,oLAAoL,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM;AAAA,EAAgC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,yBAAyB,KAAK,yBAAyB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,YAAY,2GAA2G,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAA6G,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,gBAAgB,MAAM,4CAA4C,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKyB,GAAU,CAAC,WAAW,8FAA8F,YAAY,6IAA6I,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,MAAM9G,GAAY,CAAC,IAAI,sEAAsE,EAAE,YAAY,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,8BAA8B,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAK0B,GAAW,CAAC,YAAY,uFAAuF,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,2BAA2B,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAK2B,GAAa,CAAC,WAAW,iGAAiG,YAAY,oGAAoG,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,MAAMhH,GAAY,CAAC,IAAI,oEAAoE,EAAE,eAAe,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,0BAA0B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAK2B,GAAa,CAAC,WAAW,iGAAiG,YAAY,sGAAsG,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,MAAMhH,GAAY,CAAC,IAAI,sEAAsE,EAAE,eAAe,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,iBAAiB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAK2B,GAAa,CAAC,WAAW,iGAAiG,YAAY,+GAA+G,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,MAAMhH,GAAY,CAAC,IAAI,oEAAoE,EAAE,gBAAgB,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,kBAAkB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,KAAK,qBAAqB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAA4I,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,cAAc,MAAM,iDAAiD,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAK4B,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEhC,EAAa,GAAgBI,EAAK6B,GAAgB,CAAC,kBAAkB,CAAC,WAAWvG,EAAW,EAAE,sBAAsB,GAAK,gBAAgBH,EAAY,eAAeI,GAAY,eAAeE,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,8BAA8B,mBAAmB,OAAO,KAAK,OAAO,kBAAkBzB,EAAmB,SAAsBiG,EAAK8B,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,IAAI,KAAK,OAAO,IAAI;AAAA;AAAA;AAAA,EAAmb,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAElC,EAAa,GAAgBI,EAAK6B,GAAgB,CAAC,kBAAkB,CAAC,WAAWvG,EAAW,EAAE,sBAAsB,GAAK,gBAAgBH,EAAY,eAAeI,GAAY,eAAeE,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,8BAA8B,mBAAmB,UAAU,KAAK,UAAU,kBAAkBzB,EAAmB,SAAsBiG,EAAK8B,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,IAAI,KAAK,SAAS,IAAI;AAAA;AAAA;AAAA,EAAuY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,KAAK,oBAAoB,SAAsBA,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAK+B,GAA0B,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,oCAAoC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,KAAK,uBAAuB,SAAsBE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY,4FAA4F,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,eAAe,MAAM,uCAAuC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKgC,GAAkB,CAAC,WAAW,8FAA8F,YAAY,+EAA+E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,qBAAqB,MAAM,MAAM,CAAC,CAAC,CAAC,EAAehC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKgC,GAAkB,CAAC,WAAW,+FAA+F,YAAY,mEAAmE,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,mBAAmB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKgC,GAAkB,CAAC,WAAW,qBAAqB,YAAY,uFAAuF,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,oBAAoB,MAAM,MAAM,CAAC,CAAC,CAAC,EAAehC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKgC,GAAkB,CAAC,WAAW,8FAA8F,YAAY,8EAA8E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,gBAAgB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAErC,EAAY,GAAgBK,EAAK,MAAM,CAAC,UAAU,2CAA2C,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBE,EAAM2B,GAAgB,CAAC,kBAAkB,CAAC,WAAW9G,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,kBAAkBjB,EAAmB,SAAS,CAAciG,EAAKI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,WAAWzE,GAAY,SAAsBqE,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKiC,GAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,WAAW,GAAM,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,4FAA4F,UAAU,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAKkC,GAAM,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,KAAK,uBAAuB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAA4H,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,eAAe,MAAM,iDAAiD,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,kFAAkF,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,SAAS,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,mFAAmF,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,2EAA2E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,SAAS,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,8EAA8E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,SAAS,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,oEAAoE,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,gFAAgF,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,SAAS,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,8EAA8E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,SAAS,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,YAAY,uDAAuD,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmC,GAAkB,CAAC,YAAY,6EAA6E,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,KAAK,qBAAqB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA;AAAA,EAA0G,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,aAAa,MAAM,mCAAmC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASsB,GAA6BpC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,KAAKkD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBpC,EAAKgB,GAAoB,CAAC,OAAO,OAAO,UAAU,uBAAuB,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAKoB,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,uBAAuB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASuB,GAA6BrC,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAMmD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,MAAMA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBrC,EAAKsC,GAAuB,CAAC,OAAO,OAAO,UAAU,2BAA2B,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAMD,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK,2BAA2B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,KAAK,mBAAmB,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,kBAAkBhD,GAAmB,WAAW,MAAS,CAAC,EAAE,SAAsB8D,EAAKuC,GAAY,CAAC,kBAAkB,CAAC,WAAW1G,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAY,eAAeE,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,SAAS,kBAAkBG,GAAmB,WAAWD,EAAW,CAAC,CAAC,CAAC,EAAegE,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,kBAAkB3C,GAAmB,WAAW,MAAS,CAAC,EAAE,SAAsByD,EAAKuC,GAAY,CAAC,kBAAkB,CAAC,WAAWnG,EAAY,EAAE,sBAAsB,GAAK,gBAAgBD,GAAY,eAAeE,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,QAAQ,kBAAkBC,GAAmB,WAAWN,EAAW,CAAC,CAAC,CAAC,EAAegE,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,kBAAkBvC,GAAmB,WAAW,MAAS,CAAC,EAAE,SAAsBqD,EAAKuC,GAAY,CAAC,kBAAkB,CAAC,WAAWnG,EAAY,EAAE,sBAAsB,GAAK,gBAAgBI,GAAY,eAAeC,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,aAAa,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,kBAAkBC,GAAmB,WAAWV,EAAW,CAAC,CAAC,CAAC,EAAE4D,EAAa,GAAgBI,EAAK6B,GAAgB,CAAC,kBAAkB,CAAC,WAAWjF,EAAY,EAAE,sBAAsB,GAAK,gBAAgBzB,EAAY,eAAe0B,GAAY,eAAepB,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,6BAA6B,mBAAmB,OAAO,KAAK,OAAO,kBAAkBzB,EAAmB,SAAsBiG,EAAK8B,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,IAAI,KAAK,OAAO,IAAI;AAAA;AAAA;AAAA,EAAmb,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAElC,EAAa,GAAgBI,EAAK6B,GAAgB,CAAC,kBAAkB,CAAC,WAAWjF,EAAY,EAAE,sBAAsB,GAAK,gBAAgBzB,EAAY,eAAe0B,GAAY,eAAepB,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,8BAA8B,mBAAmB,SAAS,KAAK,SAAS,kBAAkBzB,EAAmB,SAAsBiG,EAAK8B,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,IAAI,KAAK,SAAS,IAAI;AAAA;AAAA;AAAA,EAAuY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,KAAK,uBAAuB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAAqG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,eAAe,MAAM,0DAA0D,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM2B,GAAgB,CAAC,kBAAkB,CAAC,WAAWzG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,SAAS,kBAAkBtB,EAAmB,SAAS,CAAciG,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,KAAK,qBAAqB,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK,oLAAoL,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,KAAK,oBAAoB,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK,gLAAgL,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAM2B,GAAgB,CAAC,kBAAkB,CAAC,WAAWzG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,SAAS,kBAAkBtB,EAAmB,SAAS,CAAciG,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,KAAK,qBAAqB,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK;AAAA,EAA2N,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,KAAK,oBAAoB,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK;AAAA,EAAyL,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAM2B,GAAgB,CAAC,kBAAkB,CAAC,WAAWzG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,SAAS,kBAAkBtB,EAAmB,SAAS,CAAciG,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,aAAa,KAAK,2BAA2B,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK;AAAA,EAA2K,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKwC,GAAmB,CAAC,OAAO,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,KAAK,qBAAqB,MAAM,CAAC,MAAM,MAAM,EAAE,KAAK;AAAA,EAA0M,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY,kJAAkJ,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,UAAU,MAAM,+CAA+C,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAexB,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKyC,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,eAAe,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAA8G,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,OAAO,MAAM,cAAc,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAexB,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKhD,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK0F,GAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAASC,GAAYA,EAAW,IAAI,CAAC,CAAC,UAAUlE,GAAmB,UAAUC,GAAmB,UAAUC,GAAmB,GAAGC,EAAW,EAAEgE,KAAyB5C,EAAKG,EAAY,CAAC,GAAG,aAAavB,KAAc,SAAsBoB,EAAK6C,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUlE,EAAkB,EAAE,SAAsBqB,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnC,EAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmE,IAA6B9C,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,KAAK4D,GAAe,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,GAAe,CAAC,EAAE,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsB9C,EAAK+C,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,MAAMjG,GAAkB2B,EAAkB,EAAE,SAAS,YAAY,KAAKqE,GAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAMpE,GAAmB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,EAAW,CAAG,CAAC,CAAC,CAAC,CAAC,EAAeoB,EAAKc,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkC,GAA6BhD,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM8D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,MAAMA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBhD,EAAKiD,GAAmB,CAAC,OAAO,OAAO,UAAU,WAAW,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,MAAMD,EAAe,CAAC,EAAE,KAAK,WAAW,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9C,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,KAAK,cAAc,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWrG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBjB,EAAmB,SAAsBiG,EAAKwB,GAAW,CAAC,MAAM,eAAe,OAAO,kBAAkB,YAAY;AAAA,EAAuF,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,SAAS,MAAM,MAAM,6BAA6B,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKkD,GAAgB,CAAC,OAAoBlD,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,SAAS,qNAAqN,CAAC,CAAC,CAAC,EAAE,WAAW,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS;AAAA,EAA2B,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAeA,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKkD,GAAgB,CAAC,OAAoBlD,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,SAAS,iNAAiN,CAAC,CAAC,CAAC,EAAE,WAAW,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,uBAAuB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAeA,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,kBAAkBtB,EAAmB,SAAsBiG,EAAKkD,GAAgB,CAAC,OAAoBlD,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,SAAS,+MAA+M,CAAC,CAAC,CAAC,EAAE,WAAW,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS;AAAA,EAAiC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAeA,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKkD,GAAgB,CAAC,OAAoBlD,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,SAAS,iOAAiO,CAAC,CAAC,CAAC,EAAE,WAAW,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,kBAAkB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,iBAAiB,KAAK,iBAAiB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmD,GAAkB,CAAC,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAK,yDAAyD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenD,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmD,GAAkB,CAAC,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAK,0DAA0D,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenD,EAAKoB,EAAgB,CAAC,kBAAkB,CAAC,WAAWhG,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAY,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,kBAAkBtB,EAAmB,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBc,EAAKmD,GAAkB,CAAC,OAAO,OAAO,KAAK,YAAY,GAAG,YAAY,SAAS,YAAY,KAAK,mDAAmD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenD,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKQ,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAKoD,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAK,MAAM,CAAC,UAAUK,EAAG3G,GAAkB,GAAGqG,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQsD,GAAI,CAAC,gcAAgc,kFAAkF,IAAIhG,GAAS,wIAAwI,gFAAgF,iWAAiW,0LAA0L,oJAAoJ,0WAA0W,oWAAoW,mSAAmS,uSAAuS,oQAAoQ,oMAAoM,6RAA6R,uRAAuR,oHAAoH,wKAAwK,+NAA+N,wWAAwW,2JAA2J,mLAAmL,4aAA4a,0JAA0J,gSAAgS,sSAAsS,wIAAwI,ukBAAukB,sSAAsS,uWAAuW,2JAA2J,8SAA8S,uJAAuJ,uWAAuW,iGAAiG,sLAAsL,8KAA8K,mWAAmW,wUAAwU,uTAAuT,0JAA0J,wSAAwS,sVAAsV,2SAA2S,gRAAgR,kJAAkJ,2IAA2I,yJAAyJ,sNAAsN,2JAA2J,mTAAmT,kRAAkR,oTAAoT,mRAAmR,oTAAoT,qWAAqW,gTAAgT,4RAA4R,2JAA2J,0IAA0I,yIAAyI,wSAAwS,oRAAoR,uOAAuO,yOAAyO,0LAA0L,uLAAuL,0JAA0J,uTAAuT,gYAAgY,4VAA4V,uWAAuW,2JAA2J,0SAA0S,0JAA0J,qSAAqS,gQAAgQ,uWAAuW,0JAA0J,kTAAkT,ohBAAohB,+9PAA+9P,4FAA4F,mHAAmHA,GAAS,klOAAklO,0FAA0FA,GAAS,krSAAkrS,GAAegG,GAAI,GAAgBA,EAAG,EAQxsmHC,GAAgBC,EAAQzF,GAAUuF,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,GAAGI,GAAkB,GAAGC,GAAmB,GAAGC,GAAyB,GAAGC,GAAyB,GAAGC,GAAwB,GAAGC,GAAyB,GAAGC,GAAwB,GAAGC,GAAyB,GAAGC,GAAgB,GAAGC,GAAe,GAAGC,GAAgB,GAAGC,GAAkB,GAAGC,GAAoB,GAAGC,GAA+B,GAAGC,GAAuB,GAAGC,GAAW,GAAGC,GAAuB,GAAGC,GAA4B,GAAGC,GAAwB,GAAGC,GAAoB,GAAGC,GAAc,GAAGC,GAAwB,GAAGC,GAAqB,GAAGC,GAAuB,GAAGC,GAAmB,GAAeC,GAAM,GAAgBA,EAAK,CAAC,EACp1B,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,OAAO,sBAAwB,QAAQ,qBAAuB,OAAO,uBAAyB,GAAG,sBAAwB,IAAI,yBAA2B,QAAQ,oCAAsC,2JAAyL,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["t", "r", "h", "a", "c", "e", "i", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "l", "raf", "time", "styleElement", "p", "addPropertyControls", "ControlType", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerxXni2JCtr", "withCSS", "xXni2JCtr_default", "addPropertyControls", "ControlType", "addFonts", "AvatarsFonts", "getFonts", "xXni2JCtr_default", "AvatarsControls", "getPropertyControls", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "GQwwkYII6", "wWDtUBUzp", "yZiXneYqA", "Jb7V8_xm4", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "css", "FramerkdxobBTCC", "withCSS", "kdxobBTCC_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "LottieFonts", "getFonts", "Lottie", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Lottie", "css", "FramerNyOpNFlco", "withCSS", "NyOpNFlco_default", "addFonts", "LottieFonts", "IconIconFonts", "getFonts", "TCf5sF2tF_default", "IconIconControls", "getPropertyControls", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "NQoYwDMJR", "IFrzRQpIr", "ehKWEg3HD", "xn0C2pDZB", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerqBhmr_VNH", "withCSS", "qBhmr_VNH_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "IconIconFonts", "getFonts", "TCf5sF2tF_default", "IconIconControls", "getPropertyControls", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "NQoYwDMJR", "IFrzRQpIr", "ehKWEg3HD", "xn0C2pDZB", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerUGbtstYbM", "withCSS", "UGbtstYbM_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "IconIconFonts", "getFonts", "TCf5sF2tF_default", "IconIconControls", "getPropertyControls", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "o1ePi_MT3", "oFc_QrcGx", "BEaFTNZJT", "f0NqREvHe", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerYaSqzGZm_", "withCSS", "YaSqzGZm_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "NavNavigationFonts", "Z9FSr4pJH_default", "ButtonsGreenButtonMFonts", "rZE8OhDBN_default", "ButtonsGhostButtonMFonts", "YaSqzGZm_default", "VisualHeaderVisualFonts", "NyOpNFlco_default", "VisualBrowserMockupFonts", "Y2k4lowdW_default", "ContainerWithFX", "withFX", "Container", "FeatureFeatureLeftFonts", "izOdkP24j_default", "FeatureFeatureRightFonts", "QheeLx4rY_default", "OtherTitleFonts", "HkERv9_Cz_default", "BoxTopBoxFonts", "wo0QlMgim_default", "BoxTopBox2Fonts", "pt5GjPQ3L_default", "BoxBottomBoxFonts", "xSi5eypHE_default", "FeatureScreensFonts", "zfojhIHGn_default", "MotionDivWithFX", "motion", "AccordionAccordionFeatureFonts", "JkJVGKctw_default", "BoxIconFeatureBoxFonts", "HyRElnCLy_default", "VideoFonts", "Video", "BoxIntegrationBoxFonts", "QBE8zOdZ6_default", "ButtonsDarkgrayButtonMFonts", "qBhmr_VNH_default", "ImageWithFX", "Image2", "SectionTestimotionFonts", "kdxobBTCC_default", "SectionPricingFonts", "XnV_RaKMM_default", "CardBlogFonts", "YcTsn9Y4f_default", "ButtonsGrayButtonMFonts", "UGbtstYbM_default", "FAQQuestionItemFonts", "ls8fBQKUL_default", "FeatureFeatureBoxFonts", "xZHZPHE6j_default", "SectionFooterFonts", "QX5IKbPNp_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transitions", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "animation6", "transition3", "animation7", "addImageAlt", "image", "alt", "animation8", "transition4", "animation9", "animation10", "animation11", "animation12", "transition5", "animation13", "transition6", "animation14", "transition7", "animation15", "transition8", "animation16", "animation17", "transition9", "animation18", "transition10", "animation19", "transformTemplate2", "transformTemplate3", "animation20", "transition11", "animation21", "transformTemplate4", "transformTemplate5", "animation22", "animation23", "transformTemplate6", "transformTemplate7", "transition12", "animation24", "toResponsiveImage", "value", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "dhYu28onz", "ovtLJLmTequpHus039", "DhXg6UafYqupHus039", "obKCltCkgqupHus039", "idqupHus039", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Container", "SmoothScroll", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Z9FSr4pJH_default", "x", "RichText", "ResolveLinks", "resolvedLinks", "rZE8OhDBN_default", "resolvedLinks1", "YaSqzGZm_default", "NyOpNFlco_default", "ContainerWithFX", "Y2k4lowdW_default", "izOdkP24j_default", "QheeLx4rY_default", "HkERv9_Cz_default", "wo0QlMgim_default", "pt5GjPQ3L_default", "xSi5eypHE_default", "zfojhIHGn_default", "MotionDivWithFX", "SVG", "JkJVGKctw_default", "HyRElnCLy_default", "Video", "Image2", "QBE8zOdZ6_default", "resolvedLinks2", "resolvedLinks3", "qBhmr_VNH_default", "ImageWithFX", "kdxobBTCC_default", "XnV_RaKMM_default", "MQ8brFtoF_default", "collection", "i", "PathVariablesContext", "resolvedLinks4", "YcTsn9Y4f_default", "resolvedLinks5", "UGbtstYbM_default", "ls8fBQKUL_default", "xZHZPHE6j_default", "QX5IKbPNp_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SmoothScrollFonts", "NavNavigationFonts", "ButtonsGreenButtonMFonts", "ButtonsGhostButtonMFonts", "VisualHeaderVisualFonts", "VisualBrowserMockupFonts", "FeatureFeatureLeftFonts", "FeatureFeatureRightFonts", "OtherTitleFonts", "BoxTopBoxFonts", "BoxTopBox2Fonts", "BoxBottomBoxFonts", "FeatureScreensFonts", "AccordionAccordionFeatureFonts", "BoxIconFeatureBoxFonts", "VideoFonts", "BoxIntegrationBoxFonts", "ButtonsDarkgrayButtonMFonts", "SectionTestimotionFonts", "SectionPricingFonts", "CardBlogFonts", "ButtonsGrayButtonMFonts", "FAQQuestionItemFonts", "FeatureFeatureBoxFonts", "SectionFooterFonts", "fonts", "__FramerMetadata__"]
}
