{"version":3,"file":"Frame_deleter.y8RreajJ.mjs","names":["css","styles","p","p","_define_property","styles","p","offset","p","_this_el","NumberFlow","_ref","NumberFlow","__legacyOverrideHOC_DataObserverContext","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","transition2","transformTemplate1","Transition","config","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","LoaderTask","NumberFlow","cycleOrder","serializationHash","variantClassNames","transition1","numberToPixelString","Transition","config","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","visible","css","addPropertyOverrides","ActionsTasks","cycleOrder","serializationHash","variantClassNames","transition1","Transition","config","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","Image","css","config","Image","visible","__legacyOverrideHOC_DataObserverContext"],"sources":["https:/framerusercontent.com/modules/Gdw4PFaebBg7otYjbV0a/dcn7aXLoeairMqUE2xn1/util.js","https:/framerusercontent.com/modules/a9L165TciBHZyMGFIwtU/yEBIwtxcNyYOPf43vN85/styles.js","https:/framerusercontent.com/modules/OgWgndAFyvu2Uat4ngWh/46M5bSSTGskoeUN6XI4j/ssr.js","https:/framerusercontent.com/modules/nND5KreKFoT8ms7HKata/Vmif4IbMKvsbPZXwEHBz/formatter.js","https:/framerusercontent.com/modules/AG73ox21oKVyje0VXkyK/HNU4IYD8anfZXhjtw7bP/index.js","https:/framer.com/m/NumberFlowReact-yGat.js","https:/framerusercontent.com/modules/DPwgyTlYyPqF8EltT6Wk/7V1eDDmIfgMJSy3hQjXS/NumberFlow_Prod.js","https:/framerusercontent.com/modules/jYYqv4QpgqEMv7EVrQ8m/nLk5yawdDS235heZg6Ta/Image_pixelator.js","https:/framerusercontent.com/modules/tgslOzJpZYCXz8ZEk6V8/jD8M1ZZ0YNAIcgnOOlaA/By67qnYwT.js","https:/framerusercontent.com/modules/wYTNWcQ7hoaVC3HN7btr/sj61oTEDKobpvVGojYMb/XYW3HPXT0.js","https:/framerusercontent.com/modules/pTWsu8Sqy4islNkGnhva/L9M5PR1MtnBMcN7rP76m/nNWwYZlVO.js","https:/framerusercontent.com/modules/aVN7C7beJ2nZJo7O76tO/O8bfCiDpTimGVlwYa4G8/RhclmuXLL.js","https:/framerusercontent.com/modules/mf3prVhVaJKfZqLF8EZF/ZhygCGCqxcfh4mIMZuRM/Frame_deleter.js"],"sourcesContent":["export const BROWSER=typeof window!==\"undefined\";export const createElement=(tagName,optionsOrChildren,_children)=>{const element=document.createElement(tagName);const[options,children]=Array.isArray(optionsOrChildren)?[undefined,optionsOrChildren]:[optionsOrChildren,_children];if(options)Object.assign(element,options);children===null||children===void 0?void 0:children.forEach(child=>element.appendChild(child));return element;};// Makeshift .offsetRight\nexport const offset=(el,justify)=>{var _this;var _offsetWidth;return justify===\"left\"?el.offsetLeft:((_offsetWidth=(_this=el.offsetParent instanceof HTMLElement?el.offsetParent:null)===null||_this===void 0?void 0:_this.offsetWidth)!==null&&_offsetWidth!==void 0?_offsetWidth:0)-el.offsetWidth-el.offsetLeft;};export const visible=el=>el.offsetWidth>0&&el.offsetHeight>0;// HMR-safe customElements.define\nexport const define=(name,constructor)=>{if(BROWSER&&customElements.get(name)!==constructor)customElements.define(name,constructor);};export function forEach(arr,fn,{reverse=false}={}){const len=arr.length;for(let i=reverse?len-1:0;reverse?i>=0:i<len;reverse?i--:i++){fn(arr[i],i);}}// Math.max that handles nullish numbers\nexport const max=(n1,n2)=>{if(n1==null)return n2;if(n2==null)return n1;return Math.max(n1,n2);};export const html=String.raw;export const css=String.raw;\nexport const __FramerMetadata__ = {\"exports\":{\"Mutable\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Justify\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"define\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"visible\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"offset\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"html\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createElement\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"forEach\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"max\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BROWSER\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"HTMLProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./util.map","import{css,BROWSER}from\"https://framerusercontent.com/modules/Gdw4PFaebBg7otYjbV0a/dcn7aXLoeairMqUE2xn1/util.js\";export const supportsLinear=BROWSER&&typeof CSS!==\"undefined\"&&CSS.supports&&CSS.supports(\"animation-timing-function\",\"linear(1,2)\");export const supportsMod=BROWSER&&typeof CSS!==\"undefined\"&&CSS.supports&&CSS.supports(\"line-height\",\"mod(1,1)\");export const prefersReducedMotion=BROWSER&&typeof matchMedia!==\"undefined\"?matchMedia(\"(prefers-reduced-motion: reduce)\"):null;// Register animated vars:\nexport const opacityDeltaVar=\"--_number-flow-d-opacity\";export const widthDeltaVar=\"--_number-flow-d-width\";export const dxVar=\"--_number-flow-dx\";export const deltaVar=\"--_number-flow-d\";export const supportsAtProperty=(()=>{try{CSS.registerProperty({name:opacityDeltaVar,syntax:\"<number>\",inherits:false,initialValue:\"0\"});CSS.registerProperty({name:dxVar,syntax:\"<length>\",inherits:true,initialValue:\"0px\"});CSS.registerProperty({name:widthDeltaVar,syntax:\"<number>\",inherits:false,initialValue:\"0\"});CSS.registerProperty({name:deltaVar,syntax:\"<number>\",inherits:true,initialValue:\"0\"});return true;}catch{return false;}})();// Don't use CSS.registerProperty for vars needed during SSR:\nexport const charHeight=\"var(--number-flow-char-height, 1em)\";// Mask technique taken from:\n// https://expensive.toys/blog/blur-vignette\nexport const maskHeight=\"var(--number-flow-mask-height, 0.25em)\";export const halfMaskHeight=`calc(${maskHeight} / 2)`;const maskWidth=\"var(--number-flow-mask-width, 0.5em)\";const scaledMaskWidth=`calc(${maskWidth} / var(--scale-x))`;const cornerGradient=`#000 0, transparent 71%`// or transparent ${maskWidth}\n;const styles=css`\n\t:host {\n\t\tdisplay: inline-block;\n\t\tdirection: ltr;\n\t\twhite-space: nowrap;\n\t\tisolation: isolate; /* for .number z-index */\n\t\t/* Technically this is only needed on the .number, but applying it here makes the ::selection the same height for the whole element: */\n\t\tline-height: ${charHeight} !important;\n\t}\n\n\t.number,\n\t.number__inner {\n\t\tdisplay: inline-block;\n\t\ttransform-origin: left top;\n\t}\n\n\t:host([data-will-change]) :is(.number, .number__inner, .section, .digit, .digit__num, .symbol) {\n\t\twill-change: transform;\n\t}\n\n\t.number {\n\t\t--scale-x: calc(1 + var(${widthDeltaVar}) / var(--width));\n\t\ttransform: translateX(var(${dxVar})) scaleX(var(--scale-x));\n\n\t\tmargin: 0 calc(-1 * ${maskWidth});\n\t\tposition: relative; /* for z-index */\n\n\t\t/* overflow: clip; /* helpful to not affect page layout, but breaks baseline alignment in Safari :/ */\n\t\t/* -webkit- prefixed properties have better support than unprefixed ones: */\n\t\t-webkit-mask-image:\n\t\t\t/* Horizontal: */\n\t\t\tlinear-gradient(\n\t\t\t\tto right,\n\t\t\t\ttransparent 0,\n\t\t\t\t#000 ${scaledMaskWidth},\n\t\t\t\t#000 calc(100% - ${scaledMaskWidth}),\n\t\t\t\ttransparent\n\t\t\t),\n\t\t\t/* Vertical: */\n\t\t\t\tlinear-gradient(\n\t\t\t\t\tto bottom,\n\t\t\t\t\ttransparent 0,\n\t\t\t\t\t#000 ${maskHeight},\n\t\t\t\t\t#000 calc(100% - ${maskHeight}),\n\t\t\t\t\ttransparent 100%\n\t\t\t\t),\n\t\t\t/* TL corner */ radial-gradient(at bottom right, ${cornerGradient}),\n\t\t\t/* TR corner */ radial-gradient(at bottom left, ${cornerGradient}),\n\t\t\t/* BR corner */ radial-gradient(at top left, ${cornerGradient}),\n\t\t\t/* BL corner */ radial-gradient(at top right, ${cornerGradient});\n\t\t-webkit-mask-size:\n\t\t\t100% calc(100% - ${maskHeight} * 2),\n\t\t\tcalc(100% - ${scaledMaskWidth} * 2) 100%,\n\t\t\t${scaledMaskWidth} ${maskHeight},\n\t\t\t${scaledMaskWidth} ${maskHeight},\n\t\t\t${scaledMaskWidth} ${maskHeight},\n\t\t\t${scaledMaskWidth} ${maskHeight};\n\t\t-webkit-mask-position:\n\t\t\tcenter,\n\t\t\tcenter,\n\t\t\ttop left,\n\t\t\ttop right,\n\t\t\tbottom right,\n\t\t\tbottom left;\n\t\t-webkit-mask-repeat: no-repeat;\n\t}\n\n\t.number__inner {\n\t\tpadding: ${halfMaskHeight} ${maskWidth};\n\t\t/* invert parent's: */\n\t\ttransform: scaleX(calc(1 / var(--scale-x))) translateX(calc(-1 * var(${dxVar})));\n\t}\n\n\t/* Put number underneath other sections. Negative z-index messed up text cursor and selection, weirdly: */\n\t:host > :not(.number) {\n\t\tz-index: 5;\n\t}\n\n\t.section,\n\t.symbol {\n\t\tdisplay: inline-block;\n\t\t/* for __exiting: */\n\t\tposition: relative;\n\t\tisolation: isolate; /* also helpful for mix-blend-mode in symbol__value */\n\t}\n\n\t.section::after {\n\t\t/*\n\t\t * We seem to need some type of character to ensure baseline alignment continues working\n\t\t * even when empty\n\t\t */\n\t\tcontent: '\\200b'; /* zero-width space */\n\t\tdisplay: inline-block;\n\t}\n\n\t.section--justify-left {\n\t\ttransform-origin: center left;\n\t}\n\n\t.section--justify-right {\n\t\ttransform-origin: center right;\n\t}\n\n\t.section__exiting,\n\t.symbol__exiting {\n\t\tmargin: 0 !important;\n\t\tposition: absolute !important;\n\t\tz-index: -1;\n\t}\n\n\t.digit {\n\t\tdisplay: inline-block;\n\t\tposition: relative;\n\t\t--c: var(--current) + var(${deltaVar});\n\t}\n\n\t.digit__num,\n\t.number .section::after {\n\t\tpadding: ${halfMaskHeight} 0;\n\t}\n\n\t.digit__num {\n\t\tdisplay: inline-block;\n\t\t/* Claude + https://buildui.com/recipes/animated-counter */\n\t\t--offset-raw: mod(var(--length) + var(--n) - mod(var(--c), var(--length)), var(--length));\n\t\t--offset: calc(\n\t\t\tvar(--offset-raw) - var(--length) * round(down, var(--offset-raw) / (var(--length) / 2), 1)\n\t\t);\n\t\t/* Technically we just need var(--offset)*100%, but clamping should reduce the layer size: */\n\t\t--y: clamp(-100%, var(--offset) * 100%, 100%);\n\t\ttransform: translateY(var(--y));\n\t}\n\n\t.digit__num:not(.is-current) {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 50%;\n\t\ttransform: translateX(-50%) translateY(var(--y));\n\t}\n\n\t.digit:not(.is-spinning) .digit__num:not(.is-current) {\n\t\tdisplay: none;\n\t}\n\n\t.symbol__value {\n\t\tdisplay: inline-block;\n\t\tmix-blend-mode: plus-lighter; /* better crossfades e.g. + <-> - */\n\t\twhite-space: pre; /* some symbols are spaces or thin spaces */\n\t}\n\n\t.section--justify-left .symbol__exiting {\n\t\tleft: 0;\n\t}\n\n\t.section--justify-right .symbol__exiting {\n\t\tright: 0;\n\t}\n\n\t.animate-presence {\n\t\topacity: calc(1 + var(${opacityDeltaVar}));\n\t}\n`;export default styles;\nexport const __FramerMetadata__ = {\"exports\":{\"supportsMod\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"prefersReducedMotion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"dxVar\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"deltaVar\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"halfMaskHeight\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"supportsLinear\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"maskHeight\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"opacityDeltaVar\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"charHeight\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"widthDeltaVar\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"supportsAtProperty\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map","import{css,html,BROWSER}from\"https://framerusercontent.com/modules/Gdw4PFaebBg7otYjbV0a/dcn7aXLoeairMqUE2xn1/util.js\";import{charHeight,halfMaskHeight,maskHeight}from\"https://framerusercontent.com/modules/a9L165TciBHZyMGFIwtU/yEBIwtxcNyYOPf43vN85/styles.js\";export const ServerSafeHTMLElement=BROWSER?HTMLElement:class{}// for types\n;const styles=css`\n\t:host {\n\t\tdisplay: inline-block;\n\t\tdirection: ltr;\n\t\twhite-space: nowrap;\n\t\tline-height: ${charHeight} !important;\n\t}\n\n\tspan {\n\t\tdisplay: inline-block;\n\t}\n\n\t:host([data-will-change]) span {\n\t\twill-change: transform;\n\t}\n\n\t.number,\n\t.digit {\n\t\tpadding: ${halfMaskHeight} 0;\n\t}\n\n\t.symbol {\n\t\twhite-space: pre; /* some symbols are spaces or thin spaces */\n\t}\n`;const renderPart=part=>`<span class=\"${part.type===\"integer\"||part.type===\"fraction\"?\"digit\":\"symbol\"}\" part=\"${part.type===\"integer\"||part.type===\"fraction\"?`digit ${part.type}-digit`:part.type}\">${part.value}</span>`;const renderSection=(section,part)=>`<span part=\"${part}\">${section.reduce((str,p)=>str+renderPart(p),\"\")}</span>`;export const renderInnerHTML=data=>// shadowroot=\"open\" non-standard attribute for old Chrome:\n    html`<template shadowroot=\"open\" shadowrootmode=\"open\"\n\t\t\t><style>\n\t\t\t\t${styles}</style\n\t\t\t>${renderSection(data.pre,\"left\")}<span part=\"number\" class=\"number\"\n\t\t\t\t>${renderSection(data.integer,\"integer\")}${renderSection(data.fraction,\"fraction\")}</span\n\t\t\t>${renderSection(data.post,\"right\")}</template\n\t\t><span\n\t\t\tstyle=\"font-kerning: none; display: inline-block; line-height: ${charHeight} !important; padding: ${maskHeight} 0;\"\n\t\t\t>${data.valueAsString}</span\n\t\t>`// ^ fallback for browsers that don't support DSD\n;\nexport const __FramerMetadata__ = {\"exports\":{\"ServerSafeHTMLElement\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"renderInnerHTML\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ssr.map","// Merge the plus and minus sign types\nexport function formatToData(value,formatter,prefix,suffix){const parts=formatter.formatToParts(value);if(prefix)parts.unshift({type:\"prefix\",value:prefix});if(suffix)parts.push({type:\"suffix\",value:suffix});console.log(prefix,suffix);const pre=[];const _integer=[]// we do a second pass to key these from RTL\n;const fraction=[];const post=[];const counts={};const generateKey=type=>{var _counts_type;return`${type}:${counts[type]=((_counts_type=counts[type])!==null&&_counts_type!==void 0?_counts_type:-1)+1}`;};let valueAsString=\"\";let seenInteger=false,seenDecimal=false;for(const part of parts){valueAsString+=part.value;// Merge plus and minus sign types (doing it this way appeases TypeScript)\nconst type=part.type===\"minusSign\"||part.type===\"plusSign\"?\"sign\":part.type;if(type===\"integer\"){seenInteger=true;_integer.push(...part.value.split(\"\").map(d=>({type,value:parseInt(d)})));}else if(type===\"group\"){_integer.push({type,value:part.value});}else if(type===\"decimal\"){seenDecimal=true;fraction.push({type,value:part.value,key:generateKey(type)});}else if(type===\"fraction\"){fraction.push(...part.value.split(\"\").map(d=>({type,value:parseInt(d),key:generateKey(type),pos:-1-counts[type]})));}else{(seenInteger||seenDecimal?post:pre).push({type,value:part.value,key:generateKey(type)});}}const integer=[];// Key the integer parts RTL, for better layout animations\nfor(let i=_integer.length-1;i>=0;i--){const p=_integer[i];integer.unshift(p.type===\"integer\"?{...p,key:generateKey(p.type),pos:counts[p.type]}:{...p,key:generateKey(p.type)});}return{pre,integer,fraction,post,valueAsString,value:typeof value==\"string\"?parseFloat(value):value};}\nexport const __FramerMetadata__ = {\"exports\":{\"KeyedSymbolPart\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"formatToData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Value\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"KeyedDigitPart\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberPartKey\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Format\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberPartType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Data\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"KeyedNumberPart\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./formatter.map","function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{createElement,offset,visible,max,forEach}from\"https://framerusercontent.com/modules/Gdw4PFaebBg7otYjbV0a/dcn7aXLoeairMqUE2xn1/util.js\";import{ServerSafeHTMLElement}from\"https://framerusercontent.com/modules/OgWgndAFyvu2Uat4ngWh/46M5bSSTGskoeUN6XI4j/ssr.js\";import styles,{supportsMod,supportsLinear,dxVar,opacityDeltaVar,prefersReducedMotion,supportsAtProperty,widthDeltaVar,deltaVar}from\"https://framerusercontent.com/modules/a9L165TciBHZyMGFIwtU/yEBIwtxcNyYOPf43vN85/styles.js\";export{prefersReducedMotion}from\"https://framerusercontent.com/modules/a9L165TciBHZyMGFIwtU/yEBIwtxcNyYOPf43vN85/styles.js\";export{renderInnerHTML}from\"https://framerusercontent.com/modules/OgWgndAFyvu2Uat4ngWh/46M5bSSTGskoeUN6XI4j/ssr.js\";export*from\"https://framerusercontent.com/modules/nND5KreKFoT8ms7HKata/Vmif4IbMKvsbPZXwEHBz/formatter.js\";export{BROWSER,define}from\"https://framerusercontent.com/modules/Gdw4PFaebBg7otYjbV0a/dcn7aXLoeairMqUE2xn1/util.js\";export const canAnimate=supportsMod&&supportsLinear&&supportsAtProperty;let styleSheet;// This one is used internally for framework wrappers, and\n// doesn't include things like attribute support:\nexport class NumberFlowLite extends ServerSafeHTMLElement{get animated(){return this._animated;}set animated(val){var // Finish any in-flight animations (instead of cancel, which won't trigger their finish events):\n_this_shadowRoot;if(this.animated===val)return;this._animated=val;(_this_shadowRoot=this.shadowRoot)===null||_this_shadowRoot===void 0?void 0:_this_shadowRoot.getAnimations().forEach(a=>a.finish());}set data(data){if(data==null){return;}const{pre,integer,fraction,post,value}=data;// Initialize if needed\nif(!this.created){this._data=data;// This will overwrite the DSD if any:\nthis.attachShadow({mode:\"open\"});// Add stylesheet\nif(typeof CSSStyleSheet!==\"undefined\"&&this.shadowRoot.adoptedStyleSheets){if(!styleSheet){styleSheet=new CSSStyleSheet;styleSheet.replaceSync(styles);}this.shadowRoot.adoptedStyleSheets=[styleSheet];}else{const style=document.createElement(\"style\");style.textContent=styles;this.shadowRoot.appendChild(style);}this._pre=new SymbolSection(this,pre,{justify:\"right\",part:\"left\"});this.shadowRoot.appendChild(this._pre.el);this._num=new Num(this,integer,fraction);this.shadowRoot.appendChild(this._num.el);this._post=new SymbolSection(this,post,{justify:\"left\",part:\"right\"});this.shadowRoot.appendChild(this._post.el);}else{const prev=this._data;this._data=data;this.computedTrend=typeof this.trend===\"function\"?this.trend(prev.value,value):this.trend;this.startingPos=undefined;if(this.computedTrend&&this.continuous){// Find the starting pos based on the parts, not the value,\n// to handle e.g. compact notation where value = 1000 and integer part = 1\nconst prevNumber=prev.integer.concat(prev.fraction).filter(p=>p.type===\"integer\"||p.type===\"fraction\");const number=data.integer.concat(data.fraction).filter(p=>p.type===\"integer\"||p.type===\"fraction\");const firstChangedPrev=prevNumber.find(pp=>!number.find(p=>p.pos===pp.pos&&p.value===pp.value));const firstChanged=number.find(p=>!prevNumber.find(pp=>p.pos===pp.pos&&p.value===pp.value));this.startingPos=max(firstChangedPrev===null||firstChangedPrev===void 0?void 0:firstChangedPrev.pos,firstChanged===null||firstChanged===void 0?void 0:firstChanged.pos);}this.computedAnimated=canAnimate&&this._animated&&(!this.respectMotionPreference||!(prefersReducedMotion===null||prefersReducedMotion===void 0?void 0:prefersReducedMotion.matches))&&// https://github.com/barvian/number-flow/issues/9\nvisible(this);if(!this.manual)this.willUpdate();this._pre.update(pre);this._num.update({integer,fraction});this._post.update(post);if(!this.manual)this.didUpdate();}this.created=true;}willUpdate(){// Not super safe to check animated here, b/c the prop may not have been updated yet:\nthis._pre.willUpdate();this._num.willUpdate();this._post.willUpdate();}didUpdate(){// Safe to call this here because we know the animated prop is up-to-date\nif(!this.computedAnimated)return;// If we're already animating, cancel the previous animationsfinish event:\nif(this._abortAnimationsFinish)this._abortAnimationsFinish.abort();else this.dispatchEvent(new Event(\"animationsstart\"));this._pre.didUpdate();this._num.didUpdate();this._post.didUpdate();const controller=new AbortController;Promise.all(this.shadowRoot.getAnimations().map(a=>a.finished)).then(()=>{if(!controller.signal.aborted){this.dispatchEvent(new Event(\"animationsfinish\"));this._abortAnimationsFinish=undefined;}});this._abortAnimationsFinish=controller;}constructor(){super();_define_property(this,\"_animated\",void 0);_define_property(this,\"created\",false);_define_property(this,\"_pre\",void 0);_define_property(this,\"_num\",void 0);_define_property(this,\"_post\",void 0);_define_property(this,\"computedTrend\",void 0);_define_property(this,\"startingPos\",void 0);_define_property(this,\"computedAnimated\",void 0);_define_property(this,\"_data\",void 0);_define_property(this,\"manual\",false);_define_property(this,\"_abortAnimationsFinish\",void 0);const{animated,...props}=this.constructor.defaultProps;this._animated=this.computedAnimated=animated;Object.assign(this,props);}}/**\n     * Use `private _private` properties instead of `#private` to avoid # polyfill and\n     * reduce bundle size. Also, use `readonly` properties instead of getters to save on bundle\n     * size, even though you have to do gross stuff like `(this as Mutable<...>)` until TS\n     * supports e.g. https://github.com/microsoft/TypeScript/issues/37487\n     */_define_property(NumberFlowLite,\"defaultProps\",{transformTiming:{duration:900,// Make sure to keep this minified:\neasing:`linear(0,.005,.019,.039,.066,.096,.129,.165,.202,.24,.278,.316,.354,.39,.426,.461,.494,.526,.557,.586,.614,.64,.665,.689,.711,.731,.751,.769,.786,.802,.817,.831,.844,.856,.867,.877,.887,.896,.904,.912,.919,.925,.931,.937,.942,.947,.951,.955,.959,.962,.965,.968,.971,.973,.976,.978,.98,.981,.983,.984,.986,.987,.988,.989,.99,.991,.992,.992,.993,.994,.994,.995,.995,.996,.996,.9963,.9967,.9969,.9972,.9975,.9977,.9979,.9981,.9982,.9984,.9985,.9987,.9988,.9989,1)`},spinTiming:undefined,opacityTiming:{duration:450,easing:\"ease-out\"},animated:true,trend:(oldValue,value)=>Math.sign(value-oldValue),continuous:false,respectMotionPreference:true,digits:undefined});class Num{willUpdate(){this._prevWidth=this.el.offsetWidth;this._prevLeft=this.el.getBoundingClientRect().left;this._integer.willUpdate();this._fraction.willUpdate();}update({integer,fraction}){this._integer.update(integer);this._fraction.update(fraction);}didUpdate(){const rect=this.el.getBoundingClientRect();// Do this before starting to animate:\nthis._integer.didUpdate();this._fraction.didUpdate();const dx=this._prevLeft-rect.left;const width=this.el.offsetWidth;// We convert scale to width delta in px to better handle interruptions and keep them in\n// sync with translations:\nconst dWidth=this._prevWidth-width;this.el.style.setProperty(\"--width\",String(width));this.el.animate({[dxVar]:[`${dx}px`,\"0px\"],[widthDeltaVar]:[dWidth,0]},{...this.flow.transformTiming,composite:\"accumulate\"});}constructor(flow,integer,fraction,{className,...props}={}){_define_property(this,\"flow\",void 0);_define_property(this,\"el\",void 0);_define_property(this,\"_inner\",void 0);_define_property(this,\"_integer\",void 0);_define_property(this,\"_fraction\",void 0);_define_property(this,\"_prevWidth\",void 0);_define_property(this,\"_prevLeft\",void 0);this.flow=flow;this._integer=new NumberSection(flow,integer,{justify:\"right\",part:\"integer\"});this._fraction=new NumberSection(flow,fraction,{justify:\"left\",part:\"fraction\"});this._inner=createElement(\"span\",{className:`number__inner`},[this._integer.el,this._fraction.el]);this.el=createElement(\"span\",{...props,part:\"number\",className:`number ${className!==null&&className!==void 0?className:\"\"}`},[this._inner]);}}class Section{addChar(part,{startDigitsAtZero=false,...props}={}){const comp=part.type===\"integer\"||part.type===\"fraction\"?new Digit(this,part.type,startDigitsAtZero?0:part.value,part.pos,{...props,onRemove:this.onCharRemove(part.key)}):new Sym(this,part.type,part.value,{...props,onRemove:this.onCharRemove(part.key)});this.children.set(part.key,comp);return comp;}unpop(char){char.el.classList.remove(\"section__exiting\");char.el.style.top=\"\";char.el.style[this.justify]=\"\";}pop(chars){// Calculate offsets for removed before popping, to avoid layout thrashing:\nchars.forEach(char=>{char.el.style.top=`${char.el.offsetTop}px`;char.el.style[this.justify]=`${offset(char.el,this.justify)}px`;});chars.forEach(char=>{char.el.classList.add(\"section__exiting\");char.present=false;});}addNewAndUpdateExisting(parts){const added=new Map;const updated=new Map;// Add new parts before any other updates, so we can save their position correctly:\nconst reverse=this.justify===\"left\";const op=reverse?\"prepend\":\"append\";forEach(parts,part=>{let comp;// Already exists/needs update, so set aside for now\nif(this.children.has(part.key)){comp=this.children.get(part.key);updated.set(part,comp);this.unpop(comp);comp.present=true;}else{// New part\ncomp=this.addChar(part,{startDigitsAtZero:true,animateIn:true});added.set(part,comp);}this.el[op](comp.el);},{reverse});if(this.flow.computedAnimated){const rect=this.el.getBoundingClientRect()// this should only cause a layout if there were added children\n;added.forEach(comp=>{comp.willUpdate(rect);});}// Update added children to their initial value (we start them at 0)\nadded.forEach((comp,part)=>{comp.update(part.value);});// Update any updated children\nupdated.forEach((comp,part)=>{comp.update(part.value);});}willUpdate(){const rect=this.el.getBoundingClientRect();this._prevOffset=rect[this.justify];this.children.forEach(comp=>comp.willUpdate(rect));}didUpdate(){const rect=this.el.getBoundingClientRect();// Make sure to pass this in before starting to animate:\nthis.children.forEach(comp=>comp.didUpdate(rect));const offset=rect[this.justify];const dx=this._prevOffset-offset;// Technically checking for children could get weird during multiple interruptions\n// but probably still worth it;\nif(dx&&this.children.size)this.el.animate({transform:[`translateX(${dx}px)`,\"none\"]},{...this.flow.transformTiming,composite:\"accumulate\"});}constructor(flow,parts,{justify,className,...props},children){_define_property(this,\"flow\",void 0);_define_property(this,\"el\",void 0);_define_property(this,\"justify\",void 0);// All children in the DOM:\n_define_property(this,\"children\",void 0);_define_property(this,\"onCharRemove\",void 0);_define_property(this,\"_prevOffset\",void 0);this.flow=flow;this.children=new Map;this.onCharRemove=key=>()=>{this.children.delete(key);};this.justify=justify;const chars=parts.map(p=>this.addChar(p).el);this.el=createElement(\"span\",{...props,className:`section section--justify-${justify} ${className!==null&&className!==void 0?className:\"\"}`},children?children(chars):chars);}}class NumberSection extends Section{update(parts){const removed=new Map;this.children.forEach((comp,key)=>{// Keep track of removed children:\nif(!parts.find(p=>p.key===key)){removed.set(key,comp);}// Put everything back into the flow briefly, to recompute offsets:\nthis.unpop(comp);});this.addNewAndUpdateExisting(parts);// Set all removed digits to 0, for mathematical correctness:\nremoved.forEach(comp=>{if(comp instanceof Digit)comp.update(0);});// Then end with them popped out again:\nthis.pop(removed);}}class SymbolSection extends Section{update(parts){const removed=new Map;this.children.forEach((comp,key)=>{// Keep track of removed children:\nif(!parts.find(p=>p.key===key)){removed.set(key,comp);}});// Pop them, before any additions\nthis.pop(removed);this.addNewAndUpdateExisting(parts);}}class AnimatePresence{get present(){return this._present;}set present(val){if(this._present===val)return;this._present=val;if(!this.flow.computedAnimated){if(!val)this._remove();return;}this.el.style.setProperty(\"--_number-flow-d-opacity\",val?\"0\":\"-.999\");this.el.animate({[opacityDeltaVar]:val?[-.9999,0]:[.999,0]},{...this.flow.opacityTiming,composite:\"accumulate\"});if(val)this.flow.removeEventListener(\"animationsfinish\",this._remove);else this.flow.addEventListener(\"animationsfinish\",this._remove,{once:true});}constructor(flow,el,{onRemove,animateIn=false}={}){_define_property(this,\"flow\",void 0);_define_property(this,\"el\",void 0);_define_property(this,\"_present\",void 0);_define_property(this,\"_onRemove\",void 0);_define_property(this,\"_remove\",void 0);this.flow=flow;this.el=el;this._present=true;this._remove=()=>{var _this__onRemove,_this;this.el.remove();(_this__onRemove=(_this=this)._onRemove)===null||_this__onRemove===void 0?void 0:_this__onRemove.call(_this);};this.el.classList.add(\"animate-presence\");// This craziness is the only way I could figure out how to get the opacity\n// accumulation to work in all browsers. Accumulating -1 onto opacity directly\n// failed in both FF and Safari, and setting a delta to -1 still failed in FF\nif(this.flow.computedAnimated&&animateIn){this.el.animate({[opacityDeltaVar]:[-.9999,0]},{...this.flow.opacityTiming,composite:\"accumulate\"});}this._onRemove=onRemove;}}class Char extends AnimatePresence{constructor(section,value,el,props){super(section.flow,el,props);_define_property(this,\"section\",void 0);_define_property(this,\"value\",void 0);_define_property(this,\"el\",void 0);this.section=section;this.value=value;this.el=el;}}class Digit extends Char{willUpdate(parentRect){const rect=this.el.getBoundingClientRect();this._prevValue=this.value;const prevOffset=rect[this.section.justify]-parentRect[this.section.justify];const halfWidth=rect.width/2;this._prevCenter=this.section.justify===\"left\"?prevOffset+halfWidth:prevOffset-halfWidth;}update(value){var _this__numbers_this_value,_this__numbers_value;(_this__numbers_this_value=this._numbers[this.value])===null||_this__numbers_this_value===void 0?void 0:_this__numbers_this_value.classList.remove(\"is-current\");this.el.style.setProperty(\"--current\",String(value));(_this__numbers_value=this._numbers[value])===null||_this__numbers_value===void 0?void 0:_this__numbers_value.classList.add(\"is-current\");this.value=value;}didUpdate(parentRect){const rect=this.el.getBoundingClientRect();const offset=rect[this.section.justify]-parentRect[this.section.justify];const halfWidth=rect.width/2;const center=this.section.justify===\"left\"?offset+halfWidth:offset-halfWidth;const dx=this._prevCenter-center;if(dx)this.el.animate({transform:[`translateX(${dx}px)`,\"none\"]},{...this.flow.transformTiming,composite:\"accumulate\"});const diff=this.diff;if(!diff)return;this.el.classList.add(\"is-spinning\");var _this_flow_spinTiming;this.el.animate({[deltaVar]:[-diff,0]},{...(_this_flow_spinTiming=this.flow.spinTiming)!==null&&_this_flow_spinTiming!==void 0?_this_flow_spinTiming:this.flow.transformTiming,composite:\"accumulate\"});// Hoisting the callback out prevents duplicates:\nthis.flow.addEventListener(\"animationsfinish\",this._onAnimationsFinish,{once:true});}get diff(){let trend=this.flow.computedTrend;const diff=this.value-this._prevValue;// Loop once if it's continuous:\nif(!diff&&this.flow.startingPos!=null&&this.flow.startingPos>=this.pos){return this._length*trend// trend must exist if there's a startingPos\n;}// Make it per-digit if no root trend:\ntrend||(trend=Math.sign(diff));// Loop around if need be:\nif(trend<0&&this.value>this._prevValue)return this.value-this._length-this._prevValue;else if(trend>0&&this.value<this._prevValue)return this._length-this._prevValue+this.value;return diff;}constructor(section,type,value,pos,props){var _section_flow_digits_pos,_section_flow_digits;var _section_flow_digits_pos_max;const length=((_section_flow_digits_pos_max=(_section_flow_digits=section.flow.digits)===null||_section_flow_digits===void 0?void 0:(_section_flow_digits_pos=_section_flow_digits[pos])===null||_section_flow_digits_pos===void 0?void 0:_section_flow_digits_pos.max)!==null&&_section_flow_digits_pos_max!==void 0?_section_flow_digits_pos_max:9)+1;const numbers=Array.from({length}).map((_,i)=>{const num=createElement(\"span\",{className:`digit__num${i===value?\" is-current\":\"\"}`},[document.createTextNode(String(i))]);num.style.setProperty(\"--n\",String(i));return num;});const el=createElement(\"span\",{part:`digit ${type}-digit`,className:`digit`},numbers);el.style.setProperty(\"--current\",String(value));el.style.setProperty(\"--length\",String(length));super(section,value,el,props);_define_property(this,\"pos\",void 0);_define_property(this,\"_numbers\",void 0);_define_property(this,\"_length\",void 0);_define_property(this,\"_prevValue\",void 0);// Relative to parent:\n_define_property(this,\"_prevCenter\",void 0);_define_property(this,\"_onAnimationsFinish\",void 0);this.pos=pos;this._onAnimationsFinish=()=>{this.el.classList.remove(\"is-spinning\");};this._numbers=numbers;this._length=length;}}class Sym extends Char{willUpdate(parentRect){if(this.type===\"decimal\")return;// decimal never needs animation b/c it's the first in a left aligned section and never moves\nconst rect=this.el.getBoundingClientRect();this._prevOffset=rect[this.section.justify]-parentRect[this.section.justify];}update(value){if(this.value!==value){// Pop the current value:\nconst current=this._children.get(this.value);current.present=false;current.el.classList.add(\"symbol__exiting\");// If we already have the new value and it hasn't finished removing, reclaim it:\nif(this._children.has(value)){const prev=this._children.get(value);prev.present=true;prev.el.classList.remove(\"symbol__exiting\");}else{// Otherwise, create a new one:\nconst newVal=createElement(\"span\",{className:\"symbol__value\",textContent:value});this.el.appendChild(newVal);this._children.set(value,new AnimatePresence(this.flow,newVal,{animateIn:true,onRemove:this._onChildRemove(value)}));}}this.value=value;}didUpdate(parentRect){if(this.type===\"decimal\")return;const rect=this.el.getBoundingClientRect();const offset=rect[this.section.justify]-parentRect[this.section.justify];const dx=this._prevOffset-offset;if(dx)this.el.animate({transform:[`translateX(${dx}px)`,\"none\"]},{...this.flow.transformTiming,composite:\"accumulate\"});}constructor(section,type,value,props){const val=createElement(\"span\",{className:\"symbol__value\",textContent:value});super(section,value,createElement(\"span\",{part:`symbol ${type}`,className:`symbol`},[val]),props);_define_property(this,\"type\",void 0);_define_property(this,\"_children\",void 0);_define_property(this,\"_prevOffset\",void 0);_define_property(this,\"_onChildRemove\",void 0);this.type=type;this._children=new Map;this._onChildRemove=key=>()=>{this._children.delete(key);};this._children.set(value,new AnimatePresence(this.flow,val,{onRemove:this._onChildRemove(value)}));}}\nexport const __FramerMetadata__ = {\"exports\":{\"Trend\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"prefersReducedMotion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberFlowLite\":{\"type\":\"class\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BROWSER\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"define\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Digits\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DigitOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"renderInnerHTML\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"canAnimate\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}var _React_version_match;import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{renderInnerHTML,formatToData,NumberFlowLite,prefersReducedMotion as _prefersReducedMotion,canAnimate as _canAnimate,define,BROWSER}from\"https://framerusercontent.com/modules/AG73ox21oKVyje0VXkyK/HNU4IYD8anfZXhjtw7bP/index.js\";const REACT_MAJOR=parseInt((_React_version_match=React.version.match(/^(\\d+)\\./))===null||_React_version_match===void 0?void 0:_React_version_match[1]);const isReact19=REACT_MAJOR>=19;// Can't wait to not have to do this in React 19:\nconst OBSERVED_ATTRIBUTES=[\"data\",\"digits\"];export class NumberFlowElement extends NumberFlowLite{attributeChangedCallback(attr,_oldValue,newValue){this[attr]=JSON.parse(newValue);}}_define_property(NumberFlowElement,\"observedAttributes\",isReact19?[]:OBSERVED_ATTRIBUTES);define(\"number-flow-react\",NumberFlowElement);// You're supposed to cache these between uses:\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString\n// Serialize to strings b/c React:\nconst formatters={};// Tiny workaround to support React 19 until it's released:\nconst serialize=isReact19?p=>p:JSON.stringify;function splitProps(props){const{transformTiming,spinTiming,opacityTiming,animated,respectMotionPreference,trend,continuous,...rest}=props;return[{transformTiming,spinTiming,opacityTiming,animated,respectMotionPreference,trend,continuous},rest];}// We need a class component to use getSnapshotBeforeUpdate:\nclass NumberFlowImpl extends React.Component{// Update the non-`data` props to avoid JSON serialization\n// Data needs to be set in render still:\nupdateProperties(prevProps){if(!this.el)return;this.el.manual=!this.props.isolate;const[nonData]=splitProps(this.props);Object.entries(nonData).forEach(([k,v])=>{// @ts-ignore\nthis.el[k]=v!==null&&v!==void 0?v:NumberFlowElement.defaultProps[k];});if(prevProps===null||prevProps===void 0?void 0:prevProps.onAnimationsStart)this.el.removeEventListener(\"animationsstart\",prevProps.onAnimationsStart);if(this.props.onAnimationsStart)this.el.addEventListener(\"animationsstart\",this.props.onAnimationsStart);if(prevProps===null||prevProps===void 0?void 0:prevProps.onAnimationsFinish)this.el.removeEventListener(\"animationsfinish\",prevProps.onAnimationsFinish);if(this.props.onAnimationsFinish)this.el.addEventListener(\"animationsfinish\",this.props.onAnimationsFinish);}componentDidMount(){this.updateProperties();if(isReact19&&this.el){// React 19 needs this because the attributeChangedCallback isn't called:\nthis.el.digits=this.props.digits;this.el.data=this.props.data;}}getSnapshotBeforeUpdate(prevProps){this.updateProperties(prevProps);if(prevProps.data!==this.props.data){if(this.props.group){this.props.group.willUpdate();return()=>{var _this_props_group;return(_this_props_group=this.props.group)===null||_this_props_group===void 0?void 0:_this_props_group.didUpdate();};}if(!this.props.isolate){var _this_el_willUpdate,_this_el;(_this_el=this.el)===null||_this_el===void 0?void 0:(_this_el_willUpdate=_this_el.willUpdate)===null||_this_el_willUpdate===void 0?void 0:_this_el_willUpdate.call(_this_el);return()=>{var _this_el;return(_this_el=this.el)===null||_this_el===void 0?void 0:_this_el.didUpdate();};}}return null;}componentDidUpdate(_,__,didUpdate){didUpdate===null||didUpdate===void 0?void 0:didUpdate();}handleRef(el){if(this.props.innerRef)this.props.innerRef.current=el;this.el=el;}render(){const[_,{innerRef,className,data,willChange,isolate,group,digits,onAnimationsStart,onAnimationsFinish,...rest}]=splitProps(this.props);return(// @ts-expect-error missing types\n/*#__PURE__*/_jsx(\"number-flow-react\",{ref:this.handleRef,\"data-will-change\":willChange?\"\":undefined,// Have to rename this:\nclass:className,\"aria-label\":data.valueAsString,...rest,role:\"img\",dangerouslySetInnerHTML:{__html:BROWSER?\"\":renderInnerHTML(data)},suppressHydrationWarning:true,digits:serialize(digits),// Make sure data is set last, everything else is updated:\ndata:serialize(data)}));}constructor(props){super(props);_define_property(this,\"el\",void 0);this.handleRef=this.handleRef.bind(this);}}const NumberFlow=/*#__PURE__*/React.forwardRef(function NumberFlow({value,locales,format,prefix,suffix,...props},_ref){React.useImperativeHandle(_ref,()=>ref.current,[]);const ref=React.useRef();const group=React.useContext(NumberFlowGroupContext);group===null||group===void 0?void 0:group.useRegister(ref);const localesString=React.useMemo(()=>locales?JSON.stringify(locales):\"\",[locales]);const formatString=React.useMemo(()=>format?JSON.stringify(format):\"\",[format]);const data=React.useMemo(()=>{var _formatters,_ref;var _;const formatter=(_=(_formatters=formatters)[_ref=`${localesString}:${formatString}`])!==null&&_!==void 0?_:_formatters[_ref]=new Intl.NumberFormat(locales,format);return formatToData(value,formatter,prefix,suffix);},[value,localesString,formatString,prefix,suffix]);return /*#__PURE__*/_jsx(NumberFlowImpl,{...props,group:group,data:data,innerRef:ref});});export default NumberFlow;const NumberFlowGroupContext=/*#__PURE__*/React.createContext(undefined);export function NumberFlowGroup({children}){const flows=React.useRef(new Set);const updating=React.useRef(false);const pending=React.useRef(new WeakMap);const value=React.useMemo(()=>({useRegister(ref){React.useEffect(()=>{flows.current.add(ref);return()=>{flows.current.delete(ref);};},[]);},willUpdate(){if(updating.current)return;updating.current=true;flows.current.forEach(ref=>{const f=ref.current;if(!f||!f.created)return;f.willUpdate();pending.current.set(f,true);});},didUpdate(){flows.current.forEach(ref=>{const f=ref.current;if(!f||!pending.current.get(f))return;f.didUpdate();pending.current.delete(f);});updating.current=false;}}),[]);return /*#__PURE__*/_jsx(NumberFlowGroupContext.Provider,{value:value,children:children});}export const useIsSupported=()=>React.useSyncExternalStore(()=>()=>{},()=>_canAnimate,()=>false);export const usePrefersReducedMotion=()=>React.useSyncExternalStore(cb=>{_prefersReducedMotion===null||_prefersReducedMotion===void 0?void 0:_prefersReducedMotion.addEventListener(\"change\",cb);return()=>_prefersReducedMotion===null||_prefersReducedMotion===void 0?void 0:_prefersReducedMotion.removeEventListener(\"change\",cb);},()=>_prefersReducedMotion.matches,()=>false);export function useCanAnimate({respectMotionPreference=true}={}){const isSupported=useIsSupported();const reducedMotion=usePrefersReducedMotion();return isSupported&&(!respectMotionPreference||!reducedMotion);}\nexport const __FramerMetadata__ = {\"exports\":{\"Trend\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCanAnimate\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberFlowElement\":{\"type\":\"class\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberFlowProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberPartType\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NumberFlowGroup\":{\"type\":\"reactComponent\",\"name\":\"NumberFlowGroup\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePrefersReducedMotion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsSupported\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Format\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Value\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useId}from\"react\";import NumberFlow from\"https://framer.com/m/NumberFlowReact-yGat.js\";const TREND_VALUES={nearest:(oldValue,value)=>Math.sign(value-oldValue),individual:0,up:1,down:-1};const EASING_VALUES={smooth:`linear(0,.005,.019,.039,.066,.096,.129,.165,.202,.24,.278,.316,.354,.39,.426,.461,.494,.526,.557,.586,.614,.64,.665,.689,.711,.731,.751,.769,.786,.802,.817,.831,.844,.856,.867,.877,.887,.896,.904,.912,.919,.925,.931,.937,.942,.947,.951,.955,.959,.962,.965,.968,.971,.973,.976,.978,.98,.981,.983,.984,.986,.987,.988,.989,.99,.991,.992,.992,.993,.994,.994,.995,.995,.996,.996,.9963,.9967,.9969,.9972,.9975,.9977,.9979,.9981,.9982,.9984,.9985,.9987,.9988,.9989,1)`,linear:\"linear\",ease:\"ease\",easeIn:\"ease-in\",easeOut:\"ease-out\",easeInOut:\"ease-in-out\"};/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n *\n * @framerDisableUnlink\n */export default function NumberFlowComponent(props){const{value,format,gradientHeight}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const id=useInstanceId();const style={userSelect:props.userSelect?\"auto\":\"none\",fontVariantNumeric:props.monospace?\"tabular-nums\":undefined,margin:0,color:props.color,...props.font,...props.style};const numberFormat={notation:format.style===\"compact\"?\"compact\":\"standard\",signDisplay:format.plusSign?\"exceptZero\":\"auto\",useGrouping:format.separators};return isCanvas?/*#__PURE__*/_jsxs(\"div\",{style:{...props.style,...style,whiteSpace:\"pre\"},children:[props.prefix,Intl.NumberFormat(format.locale||undefined,numberFormat).format(value),props.suffix]}):/*#__PURE__*/_jsxs(\"div\",{id:id,style:{...props.style,whiteSpace:\"pre\",marginTop:-gradientHeight,marginBottom:-gradientHeight},children:[/*#__PURE__*/_jsx(NumberFlow,{value:value,trend:TREND_VALUES[props.direction],continuous:props.continuous,format:numberFormat,locales:format.locale||undefined,prefix:props.prefix,suffix:props.suffix,transformTiming:{easing:EASING_VALUES[props.transition.easing],duration:props.transition.duration*1e3},opacityTiming:{easing:\"ease-out\",duration:props.transition.duration*1e3/2},isolate:true,willChange:true,style:style}),/*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:`#${id} { --number-flow-mask-height: ${gradientHeight}px }`}})]});}NumberFlowComponent.displayName=\"NumberFlow\";addPropertyControls(NumberFlowComponent,{value:{type:ControlType.Number,defaultValue:0},format:{type:ControlType.Object,controls:{style:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"compact\"],optionTitles:[\"Default (1,000)\",\"Compact (1K)\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},separators:{type:ControlType.Boolean,defaultValue:true},plusSign:{type:ControlType.Boolean,defaultValue:false},locale:{type:ControlType.String,placeholder:`Auto${typeof navigator!==\"undefined\"?` (${navigator.language})`:\"\"}`}}},direction:{type:ControlType.Enum,defaultValue:\"nearest\",options:[\"nearest\",\"individual\",\"up\",\"down\"],optionTitles:[\"Nearest (All)\",\"Nearest (Per-Character)\",\"Up ↑\",\"Down ↓\"]},continuous:{type:ControlType.Boolean,defaultValue:true,hidden:props=>props.direction===\"individual\"},gradientHeight:{type:ControlType.Number,defaultValue:10,min:0,step:1,title:\"Gradient\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1}},color:{type:ControlType.Color,defaultValue:\"#000\"},prefix:{type:ControlType.String,placeholder:\"Prefix\"},suffix:{type:ControlType.String,placeholder:\"Suffix\"},userSelect:{type:ControlType.Boolean,defaultValue:false},transition:{type:ControlType.Object,controls:{easing:{type:ControlType.Enum,defaultValue:\"smooth\",options:[\"smooth\",\"linear\",\"ease\",\"easeIn\",\"easeOut\",\"easeInOut\"],optionTitles:[\"Smooth\",\"Linear\",\"Ease\",\"Ease In\",\"Ease Out\",\"Ease In Out\"]},duration:{type:ControlType.Number,defaultValue:.75,min:0,step:.01}},description:\"More components at [Framer University](https://frameruni.link/cc).\"}});const useInstanceId=()=>{const id=useId();const cleanId=id.replace(/:/g,\"\");const instanceId=`frameruni-${cleanId}`;return instanceId;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"NumberFlowComponent\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NumberFlow_Prod.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{useInView}from\"framer-motion\";const config={startPixelSize:50,endPixelSize:1,step:9,interval:100,autoStart:true};export function PixelateImage(){const canvasRef=useRef(null);const containerRef=useRef(null);const[pixelSize,setPixelSize]=useState(config.startPixelSize);const hasStarted=useRef(false);const inView=useInView(containerRef,{once:true});useEffect(()=>{if(!inView||hasStarted.current||!config.autoStart)return;hasStarted.current=true;const canvas=canvasRef.current;const ctx=canvas?.getContext(\"2d\");const container=canvas?.parentElement;const imgEl=container?.querySelector(\"img\");if(!canvas||!ctx||!container)return;let imgSrc=null;if(imgEl){// Hide the image instantly to prevent flicker\nObject.assign(imgEl.style,{width:\"0px\",height:\"0px\",opacity:\"0\",visibility:\"hidden\",position:\"absolute\",pointerEvents:\"none\"});imgSrc=imgEl.src;container.dataset.src=imgSrc;// Remove image after layout pass\nrequestAnimationFrame(()=>{imgEl.remove();});}else{imgSrc=container.dataset.src??null;}if(!imgSrc)return;const{width,height}=container.getBoundingClientRect();canvas.width=width;canvas.height=height;const img=new Image;img.crossOrigin=\"anonymous\";img.src=imgSrc;let interval;img.onload=()=>{interval=window.setInterval(()=>{setPixelSize(prev=>{const next=Math.max(prev-config.step,config.endPixelSize);if(next<=config.endPixelSize)clearInterval(interval);return next;});},config.interval);};return()=>clearInterval(interval);},[inView]);useEffect(()=>{const canvas=canvasRef.current;const ctx=canvas?.getContext(\"2d\");const container=canvas?.parentElement;if(!canvas||!ctx||!container)return;const{width,height}=container.getBoundingClientRect();const imgSrc=container.dataset.src;if(!imgSrc)return;const img=new Image;img.crossOrigin=\"anonymous\";img.src=imgSrc;img.onload=()=>{ctx.imageSmoothingEnabled=false;ctx.clearRect(0,0,width,height);// Preserve aspect ratio\nconst aspectImage=img.width/img.height;const aspectCanvas=width/height;let drawWidth=width;let drawHeight=height;if(aspectImage>aspectCanvas){drawWidth=width;drawHeight=width/aspectImage;}else{drawHeight=height;drawWidth=height*aspectImage;}const dx=(width-drawWidth)/2;const dy=(height-drawHeight)/2;const scaledWidth=Math.ceil(drawWidth/pixelSize);const scaledHeight=Math.ceil(drawHeight/pixelSize);const offscreen=document.createElement(\"canvas\");offscreen.width=scaledWidth;offscreen.height=scaledHeight;const octx=offscreen.getContext(\"2d\");if(!octx)return;octx.imageSmoothingEnabled=false;octx.drawImage(img,0,0,scaledWidth,scaledHeight);ctx.drawImage(offscreen,0,0,scaledWidth,scaledHeight,dx,dy,drawWidth,drawHeight);};},[pixelSize]);return{ref:node=>{containerRef.current=node;const imgEl=node?.querySelector(\"img\");if(imgEl&&!node.dataset.src){node.dataset.src=imgEl.src;}},children:/*#__PURE__*/_jsx(\"canvas\",{ref:canvasRef,style:{width:\"100%\",height:\"100%\",position:\"absolute\",top:0,left:0,pointerEvents:\"none\"}})};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withPixelateImage(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...PixelateImage(props)});};}withPixelateImage.displayName=\"PixelateImage\";\nexport const __FramerMetadata__ = {\"exports\":{\"PixelateImage\":{\"type\":\"override\",\"name\":\"PixelateImage\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPixelateImage\":{\"type\":\"reactHoc\",\"name\":\"withPixelateImage\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image_pixelator.map","// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"keay6Llwv\",\"E1FPH9054\",\"hJgsQHjxF\",\"nndDNrIzt\"];const serializationHash=\"framer-IwBcX\";const variantClassNames={E1FPH9054:\"framer-v-1ygnerp\",hJgsQHjxF:\"framer-v-1wwr6ku\",keay6Llwv:\"framer-v-6a7d4x\",nndDNrIzt:\"framer-v-qbdg21\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[0,0,1,1],type:\"tween\"};const transition2={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"E1FPH9054\",\"2\":\"hJgsQHjxF\",\"3\":\"nndDNrIzt\",main:\"keay6Llwv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"keay6Llwv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"keay6Llwv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearnet51x=activeVariantCallback(async(...args)=>{setVariant(\"hJgsQHjxF\",true);});const onAppear1ku3x4c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nndDNrIzt\",true),400);});const onAppear1qzwdcp=activeVariantCallback(async(...args)=>{setVariant(\"E1FPH9054\",true);});useOnVariantChange(baseVariant,{E1FPH9054:onAppearnet51x,hJgsQHjxF:onAppear1ku3x4c,nndDNrIzt:onAppear1qzwdcp});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({E1FPH9054:{value:transition2},nndDNrIzt:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6a7d4x\",className,classNames),\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"keay6Llwv\",ref:refBinding,style:{...style},...addPropertyOverrides({E1FPH9054:{\"data-framer-name\":\"1\",\"data-highlight\":true},hJgsQHjxF:{\"data-framer-name\":\"2\",\"data-highlight\":true},nndDNrIzt:{\"data-framer-name\":\"3\",\"data-highlight\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1necvix\",\"data-framer-name\":\"tabler:check\",layoutDependency:layoutDependency,layoutId:\"zCtzsBb9L\",style:{backgroundColor:\"rgb(247, 244, 240)\",borderBottomLeftRadius:13.33,borderBottomRightRadius:13.33,borderTopLeftRadius:13.33,borderTopRightRadius:13.33,rotate:0},variants:{hJgsQHjxF:{rotate:-360},nndDNrIzt:{rotate:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-182ivr6\",\"data-framer-name\":\"Ellipse 4433\",layoutDependency:layoutDependency,layoutId:\"jcX6gGpjc\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(129, 129, 129) 0deg, rgb(247, 244, 240) 360deg)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",rotate:180},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-479n9f\",\"data-framer-name\":\"Ellipse 4433\",layoutDependency:layoutDependency,layoutId:\"sqbrZsX_k\",style:{backgroundColor:\"rgb(247, 244, 240)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",rotate:180},transformTemplate:transformTemplate1})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IwBcX.framer-lmhtf8, .framer-IwBcX .framer-lmhtf8 { display: block; }\",\".framer-IwBcX.framer-6a7d4x { height: 16px; overflow: visible; position: relative; width: 16px; }\",\".framer-IwBcX .framer-1necvix { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IwBcX .framer-182ivr6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 50%; position: absolute; top: 50%; width: 10px; }\",\".framer-IwBcX .framer-479n9f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 50%; position: absolute; top: 50%; width: 6px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"E1FPH9054\":{\"layout\":[\"fixed\",\"fixed\"]},\"hJgsQHjxF\":{\"layout\":[\"fixed\",\"fixed\"]},\"nndDNrIzt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBy67qnYwT=withCSS(Component,css,\"framer-IwBcX\");export default FramerBy67qnYwT;FramerBy67qnYwT.displayName=\"loader-task\";FramerBy67qnYwT.defaultProps={height:16,width:16};addPropertyControls(FramerBy67qnYwT,{variant:{options:[\"keay6Llwv\",\"E1FPH9054\",\"hJgsQHjxF\",\"nndDNrIzt\"],optionTitles:[\"main\",\"1\",\"2\",\"3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBy67qnYwT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBy67qnYwT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"16\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E1FPH9054\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hJgsQHjxF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nndDNrIzt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"16\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./By67qnYwT.map","// Generated by Framer (5da54f8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NumberFlow from\"https://framerusercontent.com/modules/DPwgyTlYyPqF8EltT6Wk/7V1eDDmIfgMJSy3hQjXS/NumberFlow_Prod.js\";import LoaderTask from\"https://framerusercontent.com/modules/tgslOzJpZYCXz8ZEk6V8/jD8M1ZZ0YNAIcgnOOlaA/By67qnYwT.js\";const LoaderTaskFonts=getFonts(LoaderTask);const NumberFlowFonts=getFonts(NumberFlow);const cycleOrder=[\"Z0rniVLhV\",\"koC7HX8mB\",\"lcbrZRmKU\",\"nmjyX8x9X\",\"mkvNyHOXO\",\"L4fNjreQd\",\"JTGzSHMgW\"];const serializationHash=\"framer-nHj7J\";const variantClassNames={JTGzSHMgW:\"framer-v-y2yud1\",koC7HX8mB:\"framer-v-1lbioy7\",L4fNjreQd:\"framer-v-1gsg6hc\",lcbrZRmKU:\"framer-v-14gsdy8\",mkvNyHOXO:\"framer-v-hve0sg\",nmjyX8x9X:\"framer-v-plzk1q\",Z0rniVLhV:\"framer-v-fltw9p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[0,0,1,1],type:\"tween\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const negate=value=>{return!value;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"koC7HX8mB\",\"2\":\"lcbrZRmKU\",\"3\":\"nmjyX8x9X\",\"4\":\"mkvNyHOXO\",\"5\":\"L4fNjreQd\",\"6\":\"JTGzSHMgW\",main:\"Z0rniVLhV\"};const getProps=({actionIconTxtGap,actionPadding,fontSize,height,id,loader1Opacity,smallFont,step1,step2,step3,step4,width,...props})=>{return{...props,C_NqdAP1F:fontSize??props.C_NqdAP1F??16,cMIEb780c:smallFont??props.cMIEb780c,h9oTHCrJW:step3??props.h9oTHCrJW??\"'bug bash' events added\",hrgZlvYPC:loader1Opacity??props.hrgZlvYPC??1,QY2iZo0pQ:step1??props.QY2iZo0pQ??\"bug details extracted\",uoxmPCiFx:actionPadding??props.uoxmPCiFx??\"4px 0px 4px 4px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Z0rniVLhV\",vTEQ3xQ_5:step4??props.vTEQ3xQ_5??\"notifications sent\",xb3jNZXjy:step2??props.xb3jNZXjy??\"issues created\",xv6dkDYH7:actionIconTxtGap??props.xv6dkDYH7??8};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,QY2iZo0pQ,xb3jNZXjy,h9oTHCrJW,vTEQ3xQ_5,hrgZlvYPC,C_NqdAP1F,cMIEb780c,xv6dkDYH7,uoxmPCiFx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z0rniVLhV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1laedkr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nmjyX8x9X\",true),400);});const onAppearo0hrgo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mkvNyHOXO\",true),800);});const onAppear1oyy9o4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"L4fNjreQd\",true),1200);});const onAppearyfj9js=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JTGzSHMgW\",true),800);});useOnVariantChange(baseVariant,{L4fNjreQd:onAppearyfj9js,lcbrZRmKU:onAppear1laedkr,mkvNyHOXO:onAppear1oyy9o4,nmjyX8x9X:onAppearo0hrgo});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"koC7HX8mB\",\"lcbrZRmKU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"nmjyX8x9X\",\"mkvNyHOXO\",\"L4fNjreQd\",\"JTGzSHMgW\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"koC7HX8mB\",\"lcbrZRmKU\",\"nmjyX8x9X\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"mkvNyHOXO\",\"L4fNjreQd\",\"JTGzSHMgW\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"koC7HX8mB\",\"lcbrZRmKU\",\"nmjyX8x9X\",\"mkvNyHOXO\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"L4fNjreQd\",\"JTGzSHMgW\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"koC7HX8mB\",\"lcbrZRmKU\",\"nmjyX8x9X\",\"mkvNyHOXO\",\"L4fNjreQd\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"JTGzSHMgW\")return false;return true;};const visible=negate(cMIEb780c);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fltw9p\",className,classNames),\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"Z0rniVLhV\",ref:refBinding,style:{...style},...addPropertyOverrides({JTGzSHMgW:{\"data-framer-name\":\"6\"},koC7HX8mB:{\"data-framer-name\":\"1\"},L4fNjreQd:{\"data-framer-name\":\"5\",\"data-highlight\":true},lcbrZRmKU:{\"data-framer-name\":\"2\",\"data-highlight\":true},mkvNyHOXO:{\"data-framer-name\":\"4\",\"data-highlight\":true},nmjyX8x9X:{\"data-framer-name\":\"3\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rdatnb\",\"data-framer-name\":\"Frame 2147255695\",layoutDependency:layoutDependency,layoutId:\"aXQhTMfY1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eqsv44\",\"data-framer-name\":\"Frame 2147255566\",layoutDependency:layoutDependency,layoutId:\"ePi1yCwIt\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),\"--3izezc\":numberToPixelString(xv6dkDYH7)},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ngbntr\",\"data-framer-name\":\"tabler:check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"FwZl8aMQq\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#F7F4F0\"/>\\n<path d=\"M3.33984 8.99935L6.67318 12.3327L13.3398 5.66602\" stroke=\"#389F31\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ebrlub-container\",layoutDependency:layoutDependency,layoutId:\"ZyxbvqdxU-container\",nodeId:\"ZyxbvqdxU\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",style:{opacity:1},variants:{koC7HX8mB:{opacity:hrgZlvYPC},lcbrZRmKU:{opacity:1}},children:/*#__PURE__*/_jsx(LoaderTask,{height:\"100%\",id:\"ZyxbvqdxU\",layoutId:\"ZyxbvqdxU\",style:{height:\"100%\",width:\"100%\"},variant:\"E1FPH9054\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 126, 37))\"},children:\"new repo created\"})}),className:\"framer-bmgwf1\",\"data-framer-name\":\"new repo created\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"vl5PHZvpk\",style:{\"--extracted-r6o4lv\":\"rgb(43, 126, 37)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},text:QY2iZo0pQ,variants:{koC7HX8mB:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"},lcbrZRmKU:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({koC7HX8mB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"new repo created\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]},lcbrZRmKU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"new repo created\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14dj68j\",\"data-framer-name\":\"Frame 2147255567\",layoutDependency:layoutDependency,layoutId:\"l0PN5109h\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),\"--3izezc\":numberToPixelString(xv6dkDYH7)},children:[isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-c5lnqt\",\"data-framer-name\":\"tabler:check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"LhwrU3Dpd\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#F7F4F0\"/>\\n<path d=\"M3.33984 8.99935L6.67318 12.3327L13.3398 5.66602\" stroke=\"#389F31\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4livxo-container\",layoutDependency:layoutDependency,layoutId:\"Oyx7ZT5FN-container\",nodeId:\"Oyx7ZT5FN\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",style:{opacity:1},variants:{koC7HX8mB:{opacity:0},lcbrZRmKU:{opacity:0},nmjyX8x9X:{opacity:1}},children:/*#__PURE__*/_jsx(LoaderTask,{height:\"100%\",id:\"Oyx7ZT5FN\",layoutId:\"Oyx7ZT5FN\",style:{height:\"100%\",width:\"100%\"},variant:\"E1FPH9054\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 126, 37))\"},children:\"task assigned\"})}),className:\"framer-p34g5r\",\"data-framer-name\":\"task assigned\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"rqcxTqr37\",style:{\"--extracted-r6o4lv\":\"rgb(43, 126, 37)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},text:xb3jNZXjy,variants:{koC7HX8mB:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"},lcbrZRmKU:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"},nmjyX8x9X:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({koC7HX8mB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"task assigned\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]},lcbrZRmKU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"task assigned\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]},nmjyX8x9X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"task assigned\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qwz2ji\",\"data-framer-name\":\"Frame 2147255568\",layoutDependency:layoutDependency,layoutId:\"bgmaur1tU\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),\"--3izezc\":numberToPixelString(xv6dkDYH7)},children:[isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5a18i\",\"data-framer-name\":\"tabler:check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"DHPbnvWhX\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#F7F4F0\"/>\\n<path d=\"M3.33984 8.99935L6.67318 12.3327L13.3398 5.66602\" stroke=\"#389F31\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nh81v4-container\",layoutDependency:layoutDependency,layoutId:\"CBwpQOhnZ-container\",nodeId:\"CBwpQOhnZ\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",style:{opacity:1},variants:{koC7HX8mB:{opacity:0},lcbrZRmKU:{opacity:0},mkvNyHOXO:{opacity:1},nmjyX8x9X:{opacity:0}},children:/*#__PURE__*/_jsx(LoaderTask,{height:\"100%\",id:\"CBwpQOhnZ\",layoutId:\"CBwpQOhnZ\",style:{height:\"100%\",width:\"100%\"},variant:\"E1FPH9054\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"issues added\"})}),className:\"framer-1wt3z8l\",\"data-framer-name\":\"issues added\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"tx6FnzCnu\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},text:h9oTHCrJW,variants:{JTGzSHMgW:{\"--extracted-r6o4lv\":\"rgb(43, 126, 37)\"},L4fNjreQd:{\"--extracted-r6o4lv\":\"rgb(43, 126, 37)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JTGzSHMgW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 126, 37))\"},children:\"issues added\"})}),fonts:[\"CUSTOM;Roobert TRIAL Regular\"]},L4fNjreQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 126, 37))\"},children:\"issues added\"})}),fonts:[\"CUSTOM;Roobert TRIAL Regular\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a7h3xh\",\"data-framer-name\":\"Frame 2147255568\",layoutDependency:layoutDependency,layoutId:\"kBLFPEo4t\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),\"--3izezc\":numberToPixelString(xv6dkDYH7)},children:[isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9yp0ev\",\"data-framer-name\":\"tabler:check\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"dn0CDrhpl\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#F7F4F0\"/>\\n<path d=\"M3.33984 8.99935L6.67318 12.3327L13.3398 5.66602\" stroke=\"#389F31\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t0csr4-container\",layoutDependency:layoutDependency,layoutId:\"G1iwVNCaB-container\",nodeId:\"G1iwVNCaB\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",style:{opacity:1},variants:{koC7HX8mB:{opacity:0},L4fNjreQd:{opacity:1},lcbrZRmKU:{opacity:0},mkvNyHOXO:{opacity:0},nmjyX8x9X:{opacity:0}},children:/*#__PURE__*/_jsx(LoaderTask,{height:\"100%\",id:\"G1iwVNCaB\",layoutId:\"G1iwVNCaB\",style:{height:\"100%\",width:\"100%\"},variant:\"E1FPH9054\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"notification sent\"})}),className:\"framer-1ehjeuu\",\"data-framer-name\":\"issues added\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"b4TQ5En4l\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},text:vTEQ3xQ_5,variants:{JTGzSHMgW:{\"--extracted-r6o4lv\":\"rgb(43, 126, 37)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JTGzSHMgW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 126, 37))\"},children:\"notification sent\"})}),fonts:[\"CUSTOM;Roobert TRIAL Regular\"]}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-160df8l\",\"data-framer-name\":\"Frame 2147256006\",layoutDependency:layoutDependency,layoutId:\"MEcSOo2hP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xpou4f\",\"data-framer-name\":\"Frame 2147256004\",layoutDependency:layoutDependency,layoutId:\"aQTuNSjlm\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx)},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"time taken  →\"})}),className:\"framer-hqt14x\",\"data-framer-name\":\"time taken → 12 mins\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"u0zwSLUD2\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f5ej5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gXBH2i7Ps-container\",nodeId:\"gXBH2i7Ps\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"gXBH2i7Ps\",layoutId:\"gXBH2i7Ps\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\",...addPropertyOverrides({JTGzSHMgW:{suffix:\"secs\",value:55},koC7HX8mB:{suffix:\"secs\",value:0},L4fNjreQd:{suffix:\"secs\",value:30},lcbrZRmKU:{suffix:\"secs\",value:10},mkvNyHOXO:{suffix:\"secs\",value:10},nmjyX8x9X:{suffix:\"secs\",value:5}},baseVariant,gestureVariant)})})}),cMIEb780c&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wcpbhd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Nyr_Q0cHF-container\",nodeId:\"Nyr_Q0cHF\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"Nyr_Q0cHF\",layoutId:\"Nyr_Q0cHF\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\",...addPropertyOverrides({JTGzSHMgW:{value:12},koC7HX8mB:{value:0},L4fNjreQd:{value:8},mkvNyHOXO:{value:6}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ac9ud4\",\"data-framer-name\":\"Frame 2147256004\",layoutDependency:layoutDependency,layoutId:\"FdNoW7Tgx\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),opacity:1},variants:{koC7HX8mB:{opacity:0},lcbrZRmKU:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"time taken  →\"})}),className:\"framer-10pt4pe\",\"data-framer-name\":\"time taken → 12 mins\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"ErOvkkRfH\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wib3iv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KuooavKTi-container\",nodeId:\"KuooavKTi\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"KuooavKTi\",layoutId:\"KuooavKTi\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})}),cMIEb780c&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1phw3wa-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"VefHHeQvE-container\",nodeId:\"VefHHeQvE\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"VefHHeQvE\",layoutId:\"VefHHeQvE\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1srysk2\",\"data-framer-name\":\"Frame 2147256004\",layoutDependency:layoutDependency,layoutId:\"n8cVAEWwD\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),opacity:1},variants:{koC7HX8mB:{opacity:0},lcbrZRmKU:{opacity:0},nmjyX8x9X:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"time taken  →\"})}),className:\"framer-dcoxye\",\"data-framer-name\":\"time taken → 12 mins\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"g_9fkoNtc\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16gjl3k-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jNAF9644l-container\",nodeId:\"jNAF9644l\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"jNAF9644l\",layoutId:\"jNAF9644l\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})}),cMIEb780c&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ws3azi-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rx9NDmdLd-container\",nodeId:\"rx9NDmdLd\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"rx9NDmdLd\",layoutId:\"rx9NDmdLd\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1labqhp\",\"data-framer-name\":\"Frame 2147256004\",layoutDependency:layoutDependency,layoutId:\"aA1ZvbKTs\",style:{\"--1gheshi\":numberToPixelString(uoxmPCiFx),opacity:1},variants:{koC7HX8mB:{opacity:0},lcbrZRmKU:{opacity:0},mkvNyHOXO:{opacity:0},nmjyX8x9X:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-C_NqdAP1F-XYW3HPXT0) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"time taken  →\"})}),className:\"framer-1f7gvej\",\"data-framer-name\":\"time taken → 12 mins\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"ENk1NUT9e\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-C_NqdAP1F-XYW3HPXT0\":C_NqdAP1F},verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-feh83-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"flvt1QDO_-container\",nodeId:\"flvt1QDO_\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"flvt1QDO_\",layoutId:\"flvt1QDO_\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})}),cMIEb780c&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mwtn7r-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hMqyDGkXP-container\",nodeId:\"hMqyDGkXP\",rendersWithMotion:true,scopeId:\"XYW3HPXT0\",children:/*#__PURE__*/_jsx(NumberFlow,{color:\"rgb(5, 5, 5)\",continuous:true,direction:\"nearest\",font:{fontFamily:'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"125%\"},format:{locale:\"\",plusSign:false,separators:true,style:\"default\"},gradientHeight:20,height:\"100%\",id:\"hMqyDGkXP\",layoutId:\"hMqyDGkXP\",prefix:\"\",suffix:\" mins\",transition:{duration:.5,easing:\"smooth\"},userSelect:false,value:2,width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nHj7J.framer-1186m1b, .framer-nHj7J .framer-1186m1b { display: block; }\",\".framer-nHj7J.framer-fltw9p { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 396px; }\",\".framer-nHj7J .framer-1rdatnb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nHj7J .framer-eqsv44, .framer-nHj7J .framer-14dj68j, .framer-nHj7J .framer-qwz2ji, .framer-nHj7J .framer-1a7h3xh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: var(--3izezc); height: min-content; justify-content: flex-start; overflow: visible; padding: var(--1gheshi); position: relative; width: min-content; }\",\".framer-nHj7J .framer-1ngbntr, .framer-nHj7J .framer-ebrlub-container, .framer-nHj7J .framer-c5lnqt, .framer-nHj7J .framer-4livxo-container, .framer-nHj7J .framer-5a18i, .framer-nHj7J .framer-nh81v4-container, .framer-nHj7J .framer-9yp0ev, .framer-nHj7J .framer-1t0csr4-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-nHj7J .framer-bmgwf1, .framer-nHj7J .framer-p34g5r, .framer-nHj7J .framer-1wt3z8l, .framer-nHj7J .framer-1ehjeuu, .framer-nHj7J .framer-hqt14x, .framer-nHj7J .framer-10pt4pe, .framer-nHj7J .framer-dcoxye, .framer-nHj7J .framer-1f7gvej { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nHj7J .framer-160df8l { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nHj7J .framer-1xpou4f, .framer-nHj7J .framer-1ac9ud4, .framer-nHj7J .framer-1srysk2, .framer-nHj7J .framer-1labqhp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: var(--1gheshi); position: relative; width: 155px; }\",\".framer-nHj7J .framer-1f5ej5-container, .framer-nHj7J .framer-wcpbhd-container, .framer-nHj7J .framer-1wib3iv-container, .framer-nHj7J .framer-1phw3wa-container, .framer-nHj7J .framer-16gjl3k-container, .framer-nHj7J .framer-ws3azi-container, .framer-nHj7J .framer-feh83-container, .framer-nHj7J .framer-mwtn7r-container { flex: none; height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 396\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"koC7HX8mB\":{\"layout\":[\"fixed\",\"auto\"]},\"lcbrZRmKU\":{\"layout\":[\"fixed\",\"auto\"]},\"nmjyX8x9X\":{\"layout\":[\"fixed\",\"auto\"]},\"mkvNyHOXO\":{\"layout\":[\"fixed\",\"auto\"]},\"L4fNjreQd\":{\"layout\":[\"fixed\",\"auto\"]},\"JTGzSHMgW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"QY2iZo0pQ\":\"step1\",\"xb3jNZXjy\":\"step2\",\"h9oTHCrJW\":\"step3\",\"vTEQ3xQ_5\":\"step4\",\"hrgZlvYPC\":\"loader1Opacity\",\"C_NqdAP1F\":\"fontSize\",\"cMIEb780c\":\"smallFont\",\"xv6dkDYH7\":\"actionIconTxtGap\",\"uoxmPCiFx\":\"actionPadding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXYW3HPXT0=withCSS(Component,css,\"framer-nHj7J\");export default FramerXYW3HPXT0;FramerXYW3HPXT0.displayName=\"actions-tasks\";FramerXYW3HPXT0.defaultProps={height:112,width:396};addPropertyControls(FramerXYW3HPXT0,{variant:{options:[\"Z0rniVLhV\",\"koC7HX8mB\",\"lcbrZRmKU\",\"nmjyX8x9X\",\"mkvNyHOXO\",\"L4fNjreQd\",\"JTGzSHMgW\"],optionTitles:[\"main\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"],title:\"Variant\",type:ControlType.Enum},QY2iZo0pQ:{defaultValue:\"bug details extracted\",displayTextArea:false,title:\"step-1\",type:ControlType.String},xb3jNZXjy:{defaultValue:\"issues created\",displayTextArea:false,title:\"step-2\",type:ControlType.String},h9oTHCrJW:{defaultValue:\"'bug bash' events added\",displayTextArea:false,title:\"step-3\",type:ControlType.String},vTEQ3xQ_5:{defaultValue:\"notifications sent\",displayTextArea:false,title:\"step-4\",type:ControlType.String},hrgZlvYPC:{defaultValue:1,max:1,min:0,step:.01,title:\"loader-1-opacity\",type:ControlType.Number},C_NqdAP1F:{defaultValue:16,title:\"Font Size\",type:ControlType.Number},cMIEb780c:{defaultValue:false,title:\"small font\",type:ControlType.Boolean},xv6dkDYH7:{defaultValue:8,min:0,title:\"action-icon-txt-gap\",type:ControlType.Number},uoxmPCiFx:{defaultValue:\"4px 0px 4px 4px\",title:\"action-padding\",type:ControlType.Padding}});addFonts(FramerXYW3HPXT0,[{explicitInter:true,fonts:[{family:\"Roobert TRIAL Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hSwMyNxh2JZPelqiHBV0YFkFJgE.woff2\"},{family:\"Roobert TRIAL Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/35AEAOksVGbiZqAEZgQ4CUpLXM4.woff2\"}]},...LoaderTaskFonts,...NumberFlowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXYW3HPXT0\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"396\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"QY2iZo0pQ\\\":\\\"step1\\\",\\\"xb3jNZXjy\\\":\\\"step2\\\",\\\"h9oTHCrJW\\\":\\\"step3\\\",\\\"vTEQ3xQ_5\\\":\\\"step4\\\",\\\"hrgZlvYPC\\\":\\\"loader1Opacity\\\",\\\"C_NqdAP1F\\\":\\\"fontSize\\\",\\\"cMIEb780c\\\":\\\"smallFont\\\",\\\"xv6dkDYH7\\\":\\\"actionIconTxtGap\\\",\\\"uoxmPCiFx\\\":\\\"actionPadding\\\"}\",\"framerIntrinsicHeight\":\"112\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"koC7HX8mB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lcbrZRmKU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nmjyX8x9X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mkvNyHOXO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L4fNjreQd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JTGzSHMgW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XYW3HPXT0.map","// Generated by Framer (5da54f8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ActionsTasks from\"https://framerusercontent.com/modules/wYTNWcQ7hoaVC3HN7btr/sj61oTEDKobpvVGojYMb/XYW3HPXT0.js\";const MotionDivWithFX=withFX(motion.div);const ActionsTasksFonts=getFonts(ActionsTasks);const cycleOrder=[\"L_0Y06l03\",\"AbRRxNQrM\",\"L21RsE8Zl\",\"kEO7UlWY0\",\"uQ9b6RPlk\",\"i12NutjBV\",\"AxJT_Hxx4\",\"VnJPzsz4B\",\"MMWk00nK0\",\"J_LjSiOSI\"];const serializationHash=\"framer-d3ADX\";const variantClassNames={AbRRxNQrM:\"framer-v-p4ugp0\",AxJT_Hxx4:\"framer-v-xnsidv\",i12NutjBV:\"framer-v-oigci6\",J_LjSiOSI:\"framer-v-m2pbqk\",kEO7UlWY0:\"framer-v-aggdxo\",L_0Y06l03:\"framer-v-nj0dvt\",L21RsE8Zl:\"framer-v-1wx5n4j\",MMWk00nK0:\"framer-v-56vpro\",uQ9b6RPlk:\"framer-v-1q4zo6j\",VnJPzsz4B:\"framer-v-1jwnivo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"actions-01-staller\":\"J_LjSiOSI\",\"actions-01\":\"AxJT_Hxx4\",\"actions-02-anim\":\"MMWk00nK0\",\"actions-02\":\"VnJPzsz4B\",\"actions-staller\":\"i12NutjBV\",\"ai-agent\":\"uQ9b6RPlk\",actions:\"AbRRxNQrM\",composio:\"L21RsE8Zl\",llm:\"kEO7UlWY0\",main:\"L_0Y06l03\"};const getProps=({gap,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"L_0Y06l03\",YaMj3ouyX:gap??props.YaMj3ouyX??120};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YaMj3ouyX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"L_0Y06l03\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeareudcbn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"AxJT_Hxx4\",true),500);});const onAppear1fosadm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MMWk00nK0\",true),500);});const onTap1l5xsbd=activeVariantCallback(async(...args)=>{setVariant(\"J_LjSiOSI\");});const onTap67oycj=activeVariantCallback(async(...args)=>{setVariant(\"VnJPzsz4B\");});const onTap1mgpsld=activeVariantCallback(async(...args)=>{setVariant(\"i12NutjBV\");});const onTapsc8g58=activeVariantCallback(async(...args)=>{setVariant(\"uQ9b6RPlk\");});const onTapjuv5af=activeVariantCallback(async(...args)=>{setVariant(\"kEO7UlWY0\");});const onTap160fsx9=activeVariantCallback(async(...args)=>{setVariant(\"L21RsE8Zl\");});useOnVariantChange(baseVariant,{i12NutjBV:onAppeareudcbn,J_LjSiOSI:onAppeareudcbn,VnJPzsz4B:onAppear1fosadm});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"VnJPzsz4B\",\"MMWk00nK0\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"i12NutjBV\",\"AxJT_Hxx4\",\"MMWk00nK0\",\"J_LjSiOSI\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"AbRRxNQrM\",\"i12NutjBV\",\"AxJT_Hxx4\",\"VnJPzsz4B\",\"MMWk00nK0\",\"J_LjSiOSI\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({AxJT_Hxx4:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-nj0dvt\",className,classNames),\"data-framer-name\":\"main\",layoutDependency:layoutDependency,layoutId:\"L_0Y06l03\",ref:refBinding,style:{\"--18eu688\":numberToPixelString(YaMj3ouyX),backgroundColor:\"rgb(246, 244, 240)\",...style},variants:{AbRRxNQrM:{backgroundColor:\"rgba(0, 0, 0, 0)\"},AxJT_Hxx4:{backgroundColor:\"rgba(0, 0, 0, 0)\"},i12NutjBV:{backgroundColor:\"rgba(0, 0, 0, 0)\"},J_LjSiOSI:{backgroundColor:\"rgba(0, 0, 0, 0)\"},kEO7UlWY0:{backgroundColor:\"rgba(0, 0, 0, 0)\"},L21RsE8Zl:{backgroundColor:\"rgba(0, 0, 0, 0)\"},MMWk00nK0:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uQ9b6RPlk:{backgroundColor:\"rgba(0, 0, 0, 0)\"},VnJPzsz4B:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({AbRRxNQrM:{\"data-framer-name\":\"actions\"},AxJT_Hxx4:{\"data-framer-name\":\"actions-01\"},i12NutjBV:{\"data-framer-name\":\"actions-staller\",\"data-highlight\":true},J_LjSiOSI:{\"data-framer-name\":\"actions-01-staller\",\"data-highlight\":true},kEO7UlWY0:{\"data-framer-name\":\"llm\"},L21RsE8Zl:{\"data-framer-name\":\"composio\"},MMWk00nK0:{\"data-framer-name\":\"actions-02-anim\"},uQ9b6RPlk:{\"data-framer-name\":\"ai-agent\"},VnJPzsz4B:{\"data-framer-name\":\"actions-02\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17f4yiz\",\"data-framer-name\":\"tools\",layoutDependency:layoutDependency,layoutId:\"UUvkjTSt8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fmhtim\",\"data-framer-name\":\"Tools-circle\",layoutDependency:layoutDependency,layoutId:\"uDVIONjtm\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"},className:\"framer-lur2wy\",\"data-framer-name\":\"tools-image\",layoutDependency:layoutDependency,layoutId:\"C_NRvO9bf\",style:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},...addPropertyOverrides({AbRRxNQrM:{background:undefined},AxJT_Hxx4:{background:undefined},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},J_LjSiOSI:{background:undefined},kEO7UlWY0:{background:undefined},L21RsE8Zl:{background:undefined},MMWk00nK0:{background:undefined},uQ9b6RPlk:{background:undefined},VnJPzsz4B:{background:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"},className:\"framer-1nzc1ry\",\"data-framer-name\":\"g-cal\",layoutDependency:layoutDependency,layoutId:\"XIYiRKLzq\",style:{filter:\"grayscale(0)\",opacity:1,WebkitFilter:\"grayscale(0)\"},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},L21RsE8Zl:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},MMWk00nK0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},uQ9b6RPlk:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},VnJPzsz4B:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+11),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/kBXQvZU8CVQYwL31czbbdemaw0.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"},className:\"framer-b7mo0h\",\"data-framer-name\":\"jira\",layoutDependency:layoutDependency,layoutId:\"kwcBZmWew\",style:{filter:\"grayscale(0)\",opacity:1,WebkitFilter:\"grayscale(0)\"},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},AxJT_Hxx4:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},i12NutjBV:{opacity:1},J_LjSiOSI:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},kEO7UlWY0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},L21RsE8Zl:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},MMWk00nK0:{opacity:1},uQ9b6RPlk:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},VnJPzsz4B:{opacity:1}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+243),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/rHeAXtCLMoYykKZltBAEDyXm2Gs.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-duy7kb\",layoutDependency:layoutDependency,layoutId:\"LYcLd1tCn\",style:{backgroundColor:\"rgb(246, 244, 240)\",filter:\"none\",opacity:1,WebkitFilter:\"none\"},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{opacity:.3},AxJT_Hxx4:{filter:\"none\",opacity:1,WebkitFilter:\"none\"},i12NutjBV:{filter:\"none\",opacity:1,WebkitFilter:\"none\"},J_LjSiOSI:{filter:\"none\",opacity:1,WebkitFilter:\"none\"},kEO7UlWY0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},L21RsE8Zl:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},MMWk00nK0:{filter:\"none\",opacity:1,WebkitFilter:\"none\"},uQ9b6RPlk:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},VnJPzsz4B:{backgroundColor:\"rgb(244, 242, 238)\",filter:\"none\",opacity:1,WebkitFilter:\"none\"}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"},className:\"framer-bcg5s4\",\"data-framer-name\":\"github\",layoutDependency:layoutDependency,layoutId:\"d8Py0E9LQ\",style:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},variants:{AbRRxNQrM:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+383.5+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+379+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+387+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+379+0),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/Raw30G8fhqA0OwEeVAUxUouz7fI.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"},className:\"framer-1o1j59n\",\"data-framer-name\":\"discord\",layoutDependency:layoutDependency,layoutId:\"o8aLG_PwX\",style:{filter:\"grayscale(0)\",opacity:1,WebkitFilter:\"grayscale(0)\"},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},L21RsE8Zl:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},MMWk00nK0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},uQ9b6RPlk:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},VnJPzsz4B:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+395),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+403),pixelHeight:26,pixelWidth:27,src:\"https://framerusercontent.com/images/JxdIfkC166BDPyiD9si5y02kLA.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"},className:\"framer-13e1yoz\",\"data-framer-name\":\"slack\",layoutDependency:layoutDependency,layoutId:\"ocefp37aC\",style:{filter:\"grayscale(0)\",opacity:1,WebkitFilter:\"grayscale(0)\"},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},AxJT_Hxx4:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},i12NutjBV:{opacity:1},J_LjSiOSI:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},kEO7UlWY0:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},L21RsE8Zl:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},MMWk00nK0:{opacity:1},uQ9b6RPlk:{filter:\"grayscale(1)\",opacity:.3,WebkitFilter:\"grayscale(1)\"},VnJPzsz4B:{opacity:1}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+227),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+235),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+227),pixelHeight:27,pixelWidth:27,src:\"https://framerusercontent.com/images/FSLUe42X977qiL9ADTb6wBTbpXQ.svg\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15vdf56\",\"data-framer-name\":\"connector line-06\",layoutDependency:layoutDependency,layoutId:\"k1gmcewDr\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:22}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zrwm28\",\"data-framer-name\":\"connector line-05\",layoutDependency:layoutDependency,layoutId:\"XEJ6jiYId\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:-12}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7zf1u\",\"data-framer-name\":\"connector line-04\",layoutDependency:layoutDependency,layoutId:\"ExWOxCZ4z\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:-169}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e69ska\",\"data-framer-name\":\"connector line-03\",layoutDependency:layoutDependency,layoutId:\"WksZ5TEKG\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",opacity:1,rotate:20},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},MMWk00nK0:{opacity:0,rotate:22}}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gfajae\",\"data-framer-name\":\"connector line-02\",layoutDependency:layoutDependency,layoutId:\"Xpy50Fqwy\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",opacity:1,rotate:-85},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},MMWk00nK0:{opacity:0,rotate:-12}}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fdumyz\",\"data-framer-name\":\"connector line-01\",layoutDependency:layoutDependency,layoutId:\"XTFrgNb2B\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",opacity:1,rotate:-204},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},MMWk00nK0:{opacity:0,rotate:-169}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"},className:\"framer-1wn440b\",\"data-framer-name\":\"grayscale-tools-circle\",layoutDependency:layoutDependency,layoutId:\"kk_zG6vTn\",style:{filter:\"grayscale(1)\",opacity:1,WebkitFilter:\"grayscale(1)\"},variants:{AbRRxNQrM:{opacity:.3},AxJT_Hxx4:{opacity:.4},i12NutjBV:{filter:\"grayscale(0)\",opacity:1,WebkitFilter:\"grayscale(0)\"},J_LjSiOSI:{opacity:.3},kEO7UlWY0:{opacity:.3},L21RsE8Zl:{opacity:.3},MMWk00nK0:{opacity:.3},uQ9b6RPlk:{opacity:.3},VnJPzsz4B:{opacity:.3}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+.5+0),pixelHeight:688,pixelWidth:766,sizes:\"639px\",src:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg\",srcSet:\"https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Lipon7JZmoAgEFCgBeQWUHenOtM.svg 766w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1cz0viy\",\"data-border\":true,\"data-framer-name\":\"action-box\",layoutDependency:layoutDependency,layoutId:\"Sc0FWpgSh\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(248, 244, 241)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:.5},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:.5},VnJPzsz4B:{opacity:1}},...addPropertyOverrides({kEO7UlWY0:{__targetOpacity:.5},uQ9b6RPlk:{__targetOpacity:.5}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vmlley\",\"data-framer-name\":\"connector line\",layoutDependency:layoutDependency,layoutId:\"ggSwo1_xc\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:50},variants:{kEO7UlWY0:{rotate:38},L21RsE8Zl:{rotate:58},uQ9b6RPlk:{rotate:120}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19usg9s\",\"data-border\":true,\"data-framer-name\":\"actions-main\",layoutDependency:layoutDependency,layoutId:\"o_kQ3kSgL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(246, 244, 240)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"Tools\"})}),className:\"framer-13gdq6t\",\"data-framer-name\":\"AI Agent\",fonts:[\"CUSTOM;Roobert TRIAL Medium\"],layoutDependency:layoutDependency,layoutId:\"YIFzffYYb\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11dumjh\",\"data-framer-name\":\"bg-grad-fill\",layoutDependency:layoutDependency,layoutId:\"G3L2y9AU0\",style:{background:\"linear-gradient(180deg, rgba(243, 166, 92, 0.9) 0%, rgb(238, 135, 78) 52%, rgb(231, 76, 55) 100%)\",opacity:.8},variants:{kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:0},uQ9b6RPlk:{opacity:0}}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-isnen0\",\"data-framer-name\":\"actions-kit\",layoutDependency:layoutDependency,layoutId:\"vHg0l5L0t\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-euwdbr\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255709\",layoutDependency:layoutDependency,layoutId:\"a_937AcGv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},...addPropertyOverrides({MMWk00nK0:{\"data-highlight\":true,onTap:onTap1l5xsbd},VnJPzsz4B:{\"data-highlight\":true,onTap:onTap1l5xsbd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\"},children:\"Onboard and assign issues\"})}),className:\"framer-1nlgyxe\",\"data-framer-name\":\"Auto resolve DevOps task\",fonts:[\"CUSTOM;Roobert TRIAL Medium\"],layoutDependency:layoutDependency,layoutId:\"VzsNohL4e\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{MMWk00nK0:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"},VnJPzsz4B:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MMWk00nK0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Onboard and assign issues\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]},VnJPzsz4B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Onboard and assign issues\"})}),fonts:[\"CUSTOM;Roobert TRIAL Light\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p0gxws\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255710\",layoutDependency:layoutDependency,layoutId:\"X21svHudn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},...addPropertyOverrides({AxJT_Hxx4:{\"data-highlight\":true,onTap:onTap67oycj}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:[\"Detect bugs and\",/*#__PURE__*/_jsx(motion.br,{}),\"auto-log them\"]})}),className:\"framer-137kq8j\",\"data-framer-name\":\"Lead capture → CRM update\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"t3oEte4Dx\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MMWk00nK0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\"},children:[\"Detect bugs and\",/*#__PURE__*/_jsx(motion.br,{}),\"auto-log them\"]})}),fonts:[\"CUSTOM;Roobert TRIAL Medium\"]},VnJPzsz4B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\"},children:[\"Detect bugs and\",/*#__PURE__*/_jsx(motion.br,{}),\"auto-log them\"]})}),fonts:[\"CUSTOM;Roobert TRIAL Medium\"]}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2mp8c7\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A36AHwwEf\",onTap:onTap1mgpsld})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1duozsa\",\"data-border\":true,\"data-framer-name\":\"ai-agent-box\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qjg_eKyJ0\",onTap:onTapsc8g58,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(248, 244, 241)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,opacity:1},variants:{AbRRxNQrM:{opacity:.2},AxJT_Hxx4:{opacity:.2},i12NutjBV:{opacity:.2},J_LjSiOSI:{opacity:.2},kEO7UlWY0:{opacity:.2},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:.2},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:.2}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vslfvv\",\"data-framer-name\":\"connector line\",layoutDependency:layoutDependency,layoutId:\"Ih4AizdVN\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:408},variants:{kEO7UlWY0:{rotate:319},L21RsE8Zl:{rotate:401},uQ9b6RPlk:{rotate:460}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u0iq7i\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"v5VY433yJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(248, 244, 241)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v7u2bt\",\"data-framer-name\":\"bg-grad-fill\",layoutDependency:layoutDependency,layoutId:\"hfnYrHLqz\",style:{background:\"linear-gradient(180deg, rgba(200, 242, 36, 0.9) 50%, rgba(79, 243, 255, 0.9) 110.00000000000001%)\",opacity:.7},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},VnJPzsz4B:{opacity:0}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"AI Agent\"})}),className:\"framer-1k0vgu9\",\"data-framer-name\":\"AI Agent\",fonts:[\"CUSTOM;Roobert TRIAL Medium\"],layoutDependency:layoutDependency,layoutId:\"tYSIsFvsG\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iixoqe\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255712\",layoutDependency:layoutDependency,layoutId:\"FpLVwonyd\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w259ea\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255709\",layoutDependency:layoutDependency,layoutId:\"AAATffead\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Lang Chain\"})}),className:\"framer-1viaubk\",\"data-framer-name\":\"Lang Chain\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"EgGmBu8wq\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sc04gk\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255710\",layoutDependency:layoutDependency,layoutId:\"gEVZJLTGr\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Lang Graph\"})}),className:\"framer-yo2wgl\",\"data-framer-name\":\"Lang Graph\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"yjltp_Vk2\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8wgx9\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255712\",layoutDependency:layoutDependency,layoutId:\"Vbmk0FN0I\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"AutoGen\"})}),className:\"framer-1x07jpk\",\"data-framer-name\":\"AutoGen\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"fsA1_swcX\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-29goxi\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255713\",layoutDependency:layoutDependency,layoutId:\"gCccAudLz\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Vercel\"})}),className:\"framer-zklp1f\",\"data-framer-name\":\"Vercel\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"oKWvkPOAD\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vxzlyk\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255711\",layoutDependency:layoutDependency,layoutId:\"lwH5TlHQh\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"CrewAI\"})}),className:\"framer-1qybk2f\",\"data-framer-name\":\"CrewAI\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"fuyIBptm7\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-196zgoj\",\"data-framer-name\":\"Frame 2147256015\",layoutDependency:layoutDependency,layoutId:\"jKi9BaTVv\",style:{opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xeje81\",\"data-framer-name\":\"Frame 2147256010\",layoutDependency:layoutDependency,layoutId:\"jD33dE7mu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Lang Graph\"})}),className:\"framer-ay63ja\",\"data-framer-name\":\"Lang Graph\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"C7ufYI3cn\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-117v8bs\",\"data-framer-name\":\"Frame 2147256011\",layoutDependency:layoutDependency,layoutId:\"ZFLQNvDYZ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Crew AI\"})}),className:\"framer-iypkfm\",\"data-framer-name\":\"Crew AI\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"zO9Gkz3rv\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a60gjl\",\"data-framer-name\":\"Frame 2147256012\",layoutDependency:layoutDependency,layoutId:\"ABOPDsIDb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Vercel\"})}),className:\"framer-qqucpf\",\"data-framer-name\":\"Vercel\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"MIoqNS7Oi\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2p21q2\",\"data-framer-name\":\"Frame 2147256013\",layoutDependency:layoutDependency,layoutId:\"x2jyvXqp9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Lang Chain\"})}),className:\"framer-1mh0mho\",\"data-framer-name\":\"Lang Chain\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"tMipGVJ0l\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vwlktm\",\"data-framer-name\":\"Frame 2147256014\",layoutDependency:layoutDependency,layoutId:\"BddsvYQrL\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Auto Gen\"})}),className:\"framer-ru44eq\",\"data-framer-name\":\"Auto Gen\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"CHAQMdWIG\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1epa530\",\"data-border\":true,\"data-framer-name\":\"llm-box\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cZrKWaGdO\",onTap:onTapjuv5af,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(248, 244, 241)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,opacity:1},variants:{AbRRxNQrM:{opacity:.2},AxJT_Hxx4:{opacity:.2},i12NutjBV:{opacity:.2},J_LjSiOSI:{opacity:.2},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:.2},uQ9b6RPlk:{opacity:.2},VnJPzsz4B:{opacity:.2}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ufnei\",\"data-framer-name\":\"connector line\",layoutDependency:layoutDependency,layoutId:\"a9lGNjUq7\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",rotate:471},variants:{kEO7UlWY0:{rotate:436},L21RsE8Zl:{rotate:495},uQ9b6RPlk:{rotate:574}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y3nubf\",layoutDependency:layoutDependency,layoutId:\"qTJODuDSI\",style:{backgroundColor:\"rgb(246, 244, 240)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qh1k7d\",\"data-framer-name\":\"bg-grad-fill\",layoutDependency:layoutDependency,layoutId:\"SoKl44ZTH\",style:{background:\"linear-gradient(180deg, rgba(170, 217, 247, 0.9) 50%, rgba(79, 243, 255, 0.9) 100%)\",opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTWVkaXVt\",\"--framer-font-family\":'\"Roobert TRIAL Medium\", \"Roobert TRIAL Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"130%\"},children:\"LLM\"})}),className:\"framer-l1tmra\",\"data-framer-name\":\"AI Agent\",fonts:[\"CUSTOM;Roobert TRIAL Medium\"],layoutDependency:layoutDependency,layoutId:\"IVOpKhl7O\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kw4axl\",\"data-framer-name\":\"Frame 2147256016\",layoutDependency:layoutDependency,layoutId:\"N6Eak0HiW\",style:{opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ptmn6\",\"data-framer-name\":\"Frame 2147256011\",layoutDependency:layoutDependency,layoutId:\"bnKwf3M3i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Open AI\"})}),className:\"framer-os6ty9\",\"data-framer-name\":\"Open AI\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"h4NfZ4e3F\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b5prih\",\"data-framer-name\":\"Frame 2147256010\",layoutDependency:layoutDependency,layoutId:\"H4NMab6YD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Claude\"})}),className:\"framer-bpvhxv\",\"data-framer-name\":\"Claude\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"Y_Ob83v7b\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqidri\",\"data-framer-name\":\"Frame 2147256012\",layoutDependency:layoutDependency,layoutId:\"e1mpbKZM6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Gemini\"})}),className:\"framer-1vlkc9z\",\"data-framer-name\":\"Gemini\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"Vp8lwJKqk\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f930l6\",\"data-framer-name\":\"Frame 2147256013\",layoutDependency:layoutDependency,layoutId:\"ekocrwsrD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Grok\"})}),className:\"framer-kmwf22\",\"data-framer-name\":\"Grok\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"YdVBC3TBF\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u187wb\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255712\",layoutDependency:layoutDependency,layoutId:\"Sq0leBEl2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p9nesd\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255709\",layoutDependency:layoutDependency,layoutId:\"CIRDQ1HXo\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Open AI\"})}),className:\"framer-13w8y20\",\"data-framer-name\":\"Open AI\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"cYkMd7dWf\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9mb9wv\",\"data-framer-name\":\"Frame 2147255710\",layoutDependency:layoutDependency,layoutId:\"hQiSzaIZ2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Claude\"})}),className:\"framer-19n8ku0\",\"data-framer-name\":\"Claude\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"nbESaeTLZ\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c5wjs2\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255712\",layoutDependency:layoutDependency,layoutId:\"VUWQp2BIU\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Gemini\"})}),className:\"framer-8so55s\",\"data-framer-name\":\"Gemini\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"eSDUYCgcz\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r5kqo4\",\"data-border\":true,\"data-framer-name\":\"Frame 2147255711\",layoutDependency:layoutDependency,layoutId:\"GgWIEZAtS\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Grok\"})}),className:\"framer-1njjd2w\",\"data-framer-name\":\"Grok\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"xmNNTvglF\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-29rn1c\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"W8QUeMFzo\",onTap:onTap160fsx9,style:{backgroundColor:\"rgb(247, 244, 240)\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"},className:\"framer-12xkvdv\",\"data-framer-name\":\"no-grad-logo\",layoutDependency:layoutDependency,layoutId:\"PbtPqvhXe\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-6),pixelHeight:216,pixelWidth:216,src:\"https://framerusercontent.com/images/GpjkM5CjqobpubhhteZF0KVMFaw.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"},className:\"framer-x8p20w\",\"data-framer-name\":\"blur-grad-logo\",layoutDependency:layoutDependency,layoutId:\"y63IaDJGG\",style:{opacity:1},transformTemplate:transformTemplate1,variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-618)/2)+45+0+274.5+-5.5),pixelHeight:231,pixelWidth:231,src:\"https://framerusercontent.com/images/kNOypaP5U049Jdt2rfsgnGCuX7w.png\"}}},baseVariant,gestureVariant)})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2iofa1\",\"data-framer-name\":\"box-main-frame\",layoutDependency:layoutDependency,layoutId:\"okra6tf9_\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4mynm3\",\"data-border\":true,\"data-framer-name\":\"box-container\",layoutDependency:layoutDependency,layoutId:\"VzFGX90kb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(153, 153, 153)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1ygbh\",\"data-framer-name\":\"actions-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gqfHq17MG\",onTap:onTap1mgpsld,style:{backgroundColor:\"rgb(246, 244, 240)\"},...addPropertyOverrides({AxJT_Hxx4:{\"data-highlight\":undefined,onTap:undefined},kEO7UlWY0:{onTap:onTap1l5xsbd},L21RsE8Zl:{onTap:onTap1l5xsbd},MMWk00nK0:{\"data-highlight\":undefined,onTap:undefined},uQ9b6RPlk:{onTap:onTap1l5xsbd},VnJPzsz4B:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aat48\",\"data-framer-name\":\"Frame 2147255700\",layoutDependency:layoutDependency,layoutId:\"Zu61LZIeg\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-25i7na\",\"data-framer-name\":\"Frame 2147255697\",layoutDependency:layoutDependency,layoutId:\"xTXmxD9Ty\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ern0cg\",\"data-framer-name\":\"Frame 2147255696\",layoutDependency:layoutDependency,layoutId:\"dwIXzdoBu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(5, 5, 5, 0.8))\"},children:\"Prompts\"})}),className:\"framer-56zwek\",\"data-framer-name\":\"Actions\",fonts:[\"CUSTOM;Flecha Test S Regular\"],layoutDependency:layoutDependency,layoutId:\"qxYu3TXda\",style:{\"--extracted-r6o4lv\":\"rgba(5, 5, 5, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibyie0\",\"data-framer-name\":\"plus-icon\",layoutDependency:layoutDependency,layoutId:\"O6eBQiIoD\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vn2tfd\",\"data-framer-name\":\"Frame 2147255989\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Ja0O0N25T\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18 12.2539L6 12.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n<path d=\"M12 6.25391L12 18.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jg7dc7\",\"data-framer-name\":\"Frame 2147255699\",layoutDependency:layoutDependency,layoutId:\"Poyp1_APS\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:0},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oqo791\",\"data-framer-name\":\"Frame 2147255693\",layoutDependency:layoutDependency,layoutId:\"Y3q3RItN5\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:1}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s9hgq5\",\"data-framer-name\":\"Frame 2147255997\",layoutDependency:layoutDependency,layoutId:\"D1EI5_O2E\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Turn bugs on Discord thread into Github issues and sync with Calendar events. \"})}),className:\"framer-1ki51al\",\"data-framer-name\":\"Spin up a new repo, assign to ‘x’, \\u2028add starter issues, and notify in Slack.\",fonts:[\"CUSTOM;Flecha Test S Regular\"],layoutDependency:layoutDependency,layoutId:\"Qox7i3qef\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MMWk00nK0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Detect bugs in Slack, auto-log them to Github and Notion…\"})})},VnJPzsz4B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Detect bugs in Slack, auto-log them to Github and Notion…\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bsd908\",\"data-framer-name\":\"Frame 2147255996\",layoutDependency:layoutDependency,layoutId:\"onTnmPRIg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgTGlnaHQ=\",\"--framer-font-family\":'\"Roobert TRIAL Light\", \"Roobert TRIAL Light Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Toolkits required\"})}),className:\"framer-1uu0bxl\",\"data-framer-name\":\"Toolkits required\",fonts:[\"CUSTOM;Roobert TRIAL Light\"],layoutDependency:layoutDependency,layoutId:\"f_TWzCiDR\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dxnywi\",\"data-framer-name\":\"Frame 2147255691\",layoutDependency:layoutDependency,layoutId:\"sWAwH5Jf2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+0+20+0+31.2+32+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"},className:\"framer-308n5o\",\"data-framer-name\":\"image 2001\",layoutDependency:layoutDependency,layoutId:\"u37l1aNf9\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UI5qIJ2b0CvCeH8BO6oYhwbgupo.webp\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:305,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SAxKLcHLrEwKxfMw7a0YMsFbNI0.webp\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UI5qIJ2b0CvCeH8BO6oYhwbgupo.webp\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+0+20+0+31.2+32+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"},className:\"framer-o77fga\",\"data-framer-name\":\"image 2381\",layoutDependency:layoutDependency,layoutId:\"BXOgKAjJ2\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ym5YCLnoHykoyTYxe552f2izgSo.webp\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pwe84xnSYi6lANW0uoLoGLtgA.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ym5YCLnoHykoyTYxe552f2izgSo.webp\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+0+20+0+31.2+32+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"},className:\"framer-1ue5nx1\",\"data-framer-name\":\"image 2283\",layoutDependency:layoutDependency,layoutId:\"O4E6BIW_e\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,src:\"https://framerusercontent.com/images/EC0cNnKSTSnTtvL3Ptu8FiURDU.webp\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+0+0+199.75+0+0),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/mxJlMYkIjf2p6bDPpgTFrfccD0.webp\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+0+0+199.75+0+0),pixelHeight:241,pixelWidth:240,src:\"https://framerusercontent.com/images/EC0cNnKSTSnTtvL3Ptu8FiURDU.webp\"}}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lb8tj\",\"data-framer-name\":\"Frame 2147255991\",layoutDependency:layoutDependency,layoutId:\"GsADa73aW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:\"396px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+0+20+0+31.2+32+0+0+255.75+0+0,...addPropertyOverrides({AbRRxNQrM:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0},AxJT_Hxx4:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0},i12NutjBV:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0},J_LjSiOSI:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0},kEO7UlWY0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+255.75+0+0},L21RsE8Zl:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+0+16+0+31.2+0+0+0+223.75+0+0},MMWk00nK0:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0},uQ9b6RPlk:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+0+16+0+31.2+0+0+0+255.75+0+0},VnJPzsz4B:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+0+20+0+0+0+0+0+255.75+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-179d6xf-container\",layoutDependency:layoutDependency,layoutId:\"wD7ENrm0N-container\",nodeId:\"wD7ENrm0N\",rendersWithMotion:true,scopeId:\"nNWwYZlVO\",children:/*#__PURE__*/_jsx(ActionsTasks,{C_NqdAP1F:16,cMIEb780c:false,h9oTHCrJW:\"'bug bash' events added\",height:\"100%\",hrgZlvYPC:1,id:\"wD7ENrm0N\",layoutId:\"wD7ENrm0N\",QY2iZo0pQ:\"bug details extracted\",style:{width:\"100%\"},uoxmPCiFx:\"4px 0px 4px 4px\",variant:\"koC7HX8mB\",vTEQ3xQ_5:\"send welcome message\",width:\"100%\",xb3jNZXjy:\"issues created\",xv6dkDYH7:8,...addPropertyOverrides({AbRRxNQrM:{variant:\"lcbrZRmKU\",vTEQ3xQ_5:\"notifications sent\"},AxJT_Hxx4:{variant:\"lcbrZRmKU\",vTEQ3xQ_5:\"notifications sent\"},i12NutjBV:{vTEQ3xQ_5:\"notifications sent\"},J_LjSiOSI:{variant:\"lcbrZRmKU\",vTEQ3xQ_5:\"notifications sent\"},MMWk00nK0:{h9oTHCrJW:\"log notion entry\",QY2iZo0pQ:\"detect bug in slack\",variant:\"lcbrZRmKU\",vTEQ3xQ_5:\"update slack thread\",xb3jNZXjy:\"create github issue\"},VnJPzsz4B:{h9oTHCrJW:\"log notion entry\",QY2iZo0pQ:\"detect bug in slack\",vTEQ3xQ_5:\"update slack thread\",xb3jNZXjy:\"create github issue\"}},baseVariant,gestureVariant)})})})})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l65vay\",\"data-framer-name\":\"divider\",layoutDependency:layoutDependency,layoutId:\"ev0QVNtyP\",style:{backgroundColor:\"rgb(153, 153, 153)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-no2alh\",\"data-framer-name\":\"composio-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bchwNTxX1\",onTap:onTap160fsx9,style:{backgroundColor:\"rgb(246, 244, 240)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-whamik\",\"data-framer-name\":\"Frame 2147255700\",layoutDependency:layoutDependency,layoutId:\"dU5AnAhj_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11rfinl\",\"data-framer-name\":\"Frame 2147255697\",layoutDependency:layoutDependency,layoutId:\"ze83fXxpX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-etzoe9\",\"data-framer-name\":\"Frame 2147255696\",layoutDependency:layoutDependency,layoutId:\"Hj9SdMhnG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(5, 5, 5, 0.8))\"},children:\"Composio\"})}),className:\"framer-mwhcfn\",\"data-framer-name\":\"Composio\",fonts:[\"CUSTOM;Flecha Test S Regular\"],layoutDependency:layoutDependency,layoutId:\"WEFijPVq_\",style:{\"--extracted-r6o4lv\":\"rgba(5, 5, 5, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-djxrvo\",\"data-framer-name\":\"plus-icon\",layoutDependency:layoutDependency,layoutId:\"zN0Bj3QW2\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f7igdo\",\"data-framer-name\":\"Frame 2147255989\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"KcsCLIqvM\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18 12.2539L6 12.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n<path d=\"M12 6.25391L12 18.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10iioz9\",\"data-framer-name\":\"Frame 2147255699\",layoutDependency:layoutDependency,layoutId:\"QnbhsoBdo\",style:{opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:1},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eceft6\",\"data-framer-name\":\"Frame 2147255693\",layoutDependency:layoutDependency,layoutId:\"VS7f6ml2A\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"An all in one seamless layer that lets LLMs and agents reliably interact with tools in the real world.\"})}),className:\"framer-1fljcj0\",\"data-framer-name\":\"An all in one seamless layer that lets LLMs and agents reliably interact with tools in the real world.\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"brRjvgMey\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yn5ncw\",\"data-framer-name\":\"Frame 2147255695\",layoutDependency:layoutDependency,layoutId:\"io_CrqLfr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l2v24e\",\"data-framer-name\":\"Frame 2147255566\",layoutDependency:layoutDependency,layoutId:\"A_MBmOopo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xnezye\",\"data-framer-name\":\"Frame 2147255541\",layoutDependency:layoutDependency,layoutId:\"k9SpUhoip\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pj5d47\",\"data-framer-name\":\"Frame 2147255694\",layoutDependency:layoutDependency,layoutId:\"h5J8eE0R0\",style:{backgroundColor:\"rgb(141, 141, 141)\"}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Authentication\"})}),className:\"framer-1h1veji\",\"data-framer-name\":\"Authentication\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"EJU5cpaHu\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1py0ney\",\"data-framer-name\":\"Frame 2147255569\",layoutDependency:layoutDependency,layoutId:\"bjwZFm4VP\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12jur2x\",\"data-framer-name\":\"Frame 2147255541\",layoutDependency:layoutDependency,layoutId:\"NKEsjxNt9\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q53zyd\",\"data-framer-name\":\"Frame 2147255694\",layoutDependency:layoutDependency,layoutId:\"BxS4ms8cV\",style:{backgroundColor:\"rgb(141, 141, 141)\"}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Manage triggers\"})}),className:\"framer-q3mkn9\",\"data-framer-name\":\"Manage triggers\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"p7bvdkmwD\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fo3zdc\",\"data-framer-name\":\"Frame 2147255570\",layoutDependency:layoutDependency,layoutId:\"ADibaCe8L\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y7j9fs\",\"data-framer-name\":\"Frame 2147255541\",layoutDependency:layoutDependency,layoutId:\"uByC9OOs6\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xby3oa\",\"data-framer-name\":\"Frame 2147255694\",layoutDependency:layoutDependency,layoutId:\"zzil2P0y_\",style:{backgroundColor:\"rgb(141, 141, 141)\"}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Set tools and actions\"})}),className:\"framer-3s8mbb\",\"data-framer-name\":\"Set tools and actions\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"DTkkfDcMY\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13n95f3\",\"data-framer-name\":\"Frame 2147255571\",layoutDependency:layoutDependency,layoutId:\"Zbx1ZxfCh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5t4axg\",\"data-framer-name\":\"Frame 2147255541\",layoutDependency:layoutDependency,layoutId:\"DtMO5LxF4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rzwts1\",\"data-framer-name\":\"Frame 2147255694\",layoutDependency:layoutDependency,layoutId:\"j1_el4HzD\",style:{backgroundColor:\"rgb(141, 141, 141)\"}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(112, 112, 112))\"},children:\"Use multi-agents\"})}),className:\"framer-1qyia3w\",\"data-framer-name\":\"Use multi-agents\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"GUHDBTEMi\",style:{\"--extracted-r6o4lv\":\"rgb(112, 112, 112)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-110ene6\",\"data-framer-name\":\"divider\",layoutDependency:layoutDependency,layoutId:\"MDvY_1OUn\",style:{backgroundColor:\"rgb(153, 153, 153)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mga4ar\",\"data-framer-name\":\"llm-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QM1caNmnO\",onTap:onTapjuv5af,style:{backgroundColor:\"rgb(246, 244, 240)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lbjztf\",\"data-framer-name\":\"Frame 2147255700\",layoutDependency:layoutDependency,layoutId:\"jm1l9UL_W\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lndrxa\",\"data-framer-name\":\"Frame 2147255697\",layoutDependency:layoutDependency,layoutId:\"MRyL9iREy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lrw97s\",\"data-framer-name\":\"Frame 2147255696\",layoutDependency:layoutDependency,layoutId:\"PjVhdbZao\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(5, 5, 5, 0.8))\"},children:\"LLM\"})}),className:\"framer-jnw0km\",\"data-framer-name\":\"LLM\",fonts:[\"CUSTOM;Flecha Test S Regular\"],layoutDependency:layoutDependency,layoutId:\"hoq1cqlXU\",style:{\"--extracted-r6o4lv\":\"rgba(5, 5, 5, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ccszei\",\"data-framer-name\":\"plus-icon\",layoutDependency:layoutDependency,layoutId:\"eOz_wg91n\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},kEO7UlWY0:{opacity:0},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t29qa6\",\"data-framer-name\":\"Frame 2147255989\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"X6wEXoSyU\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18 12.2539L6 12.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n<path d=\"M12 6.25391L12 18.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x0ldvw\",\"data-framer-name\":\"Frame 2147255699\",layoutDependency:layoutDependency,layoutId:\"xtcZRynSM\",style:{opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:1},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h7iqzc\",\"data-framer-name\":\"Frame 2147255693\",layoutDependency:layoutDependency,layoutId:\"F9VeYWvB6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Composio listens to your LLM’s function or tool calls, handles authentication, maps the call to a real-world API, and executes it reliably.\"})}),className:\"framer-116fwca\",\"data-framer-name\":\"Composio listens to your LLM’s function or tool calls, handles authentication, maps the call to a real-world API, and executes it reliably.\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"GrEP6eva9\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r397yh\",\"data-framer-name\":\"Frame 2147255580\",layoutDependency:layoutDependency,layoutId:\"dSuqyAH4_\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{AxJT_Hxx4:{backgroundColor:\"rgba(0, 0, 0, 0)\"},i12NutjBV:{backgroundColor:\"rgba(0, 0, 0, 0)\"},J_LjSiOSI:{backgroundColor:\"rgba(0, 0, 0, 0)\"},kEO7UlWY0:{backgroundColor:\"rgb(246, 244, 240)\"},MMWk00nK0:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uQ9b6RPlk:{backgroundColor:\"rgba(0, 0, 0, 0)\"},VnJPzsz4B:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+935.15+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"},className:\"framer-yv6w02\",\"data-framer-name\":\"image 2391\",layoutDependency:layoutDependency,layoutId:\"tICjFDkOc\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+520.4+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pBnOKyhMmvRn0WgMLuB3NQ2Pc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+935.15+20+0+31.2+24+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"},className:\"framer-qlatni\",\"data-framer-name\":\"image 2390\",layoutDependency:layoutDependency,layoutId:\"feIPIONok\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+20+0+31.2+24+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+520.4+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png\",srcSet:\"https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ev7VuSc0oONjFfnNlgeZTl7LFPs.png 1024w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+935.15+20+0+31.2+24+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"},className:\"framer-1wf9rub\",\"data-framer-name\":\"image 2392\",layoutDependency:layoutDependency,layoutId:\"yHx3dkXT7\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+20+0+31.2+24+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+520.4+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/JhifTkQnmGB0uuZwXe2HkLi6YJI.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+935.15+20+0+31.2+24+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"},className:\"framer-tylci9\",\"data-framer-name\":\"image 2389\",layoutDependency:layoutDependency,layoutId:\"kUIjqhXGi\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+20+0+31.2+24+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+520.4+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+130.4+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+481.95+16+0+31.2+0+0+0+149+0),pixelHeight:1024,pixelWidth:1024,sizes:\"26px\",src:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png\",srcSet:\"https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png?scale-down-to=512 512w,https://framerusercontent.com/images/yWpyBS325yikwGzcXhtAwqvRE0.png 1024w\"}}},baseVariant,gestureVariant)})]})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iq7yfj\",\"data-framer-name\":\"divider\",layoutDependency:layoutDependency,layoutId:\"dR7nDip2p\",style:{backgroundColor:\"rgb(153, 153, 153)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzs7wa\",\"data-framer-name\":\"ai-agent-main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ByWyfiHxw\",onTap:onTapsc8g58,style:{backgroundColor:\"rgb(246, 244, 240)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f1ln1u\",\"data-framer-name\":\"Frame 2147255700\",layoutDependency:layoutDependency,layoutId:\"Bnwn5yXpy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1880phx\",\"data-framer-name\":\"Frame 2147255697\",layoutDependency:layoutDependency,layoutId:\"jDuza2OxC\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o0g29w\",\"data-framer-name\":\"Frame 2147255696\",layoutDependency:layoutDependency,layoutId:\"KiSCfVrNO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0ZsZWNoYSBUZXN0IFMgUmVndWxhcg==\",\"--framer-font-family\":'\"Flecha Test S Regular\", \"Flecha Test S Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(5, 5, 5, 0.8))\"},children:\"AI Agent\"})}),className:\"framer-145rtzm\",\"data-framer-name\":\"AI Agent\",fonts:[\"CUSTOM;Flecha Test S Regular\"],layoutDependency:layoutDependency,layoutId:\"n7Odc8m1p\",style:{\"--extracted-r6o4lv\":\"rgba(5, 5, 5, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oulpuh\",\"data-framer-name\":\"plus-icon\",layoutDependency:layoutDependency,layoutId:\"Ko5trklRx\",style:{opacity:1},variants:{AxJT_Hxx4:{opacity:1},i12NutjBV:{opacity:1},J_LjSiOSI:{opacity:1},MMWk00nK0:{opacity:1},uQ9b6RPlk:{opacity:0},VnJPzsz4B:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xlmt43\",\"data-framer-name\":\"Frame 2147255989\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Uc0DWViRK\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18 12.2539L6 12.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n<path d=\"M12 6.25391L12 18.2539\" stroke=\"#707070\" stroke-width=\"1.71429\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o7rgil\",\"data-framer-name\":\"Frame 2147255699\",layoutDependency:layoutDependency,layoutId:\"b4HSC55IT\",style:{opacity:1},variants:{AbRRxNQrM:{opacity:0},AxJT_Hxx4:{opacity:0},i12NutjBV:{opacity:0},J_LjSiOSI:{opacity:0},kEO7UlWY0:{opacity:0},L21RsE8Zl:{opacity:0},MMWk00nK0:{opacity:0},uQ9b6RPlk:{opacity:1},VnJPzsz4B:{opacity:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qvcj3g\",\"data-framer-name\":\"Frame 2147255693\",layoutDependency:layoutDependency,layoutId:\"MQi8ogcE3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgVFJJQUwgUmVndWxhcg==\",\"--framer-font-family\":'\"Roobert TRIAL Regular\", \"Roobert TRIAL Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(5, 5, 5))\"},children:\"Connect with over 25 agentic frameworks, allowing AI agents to autonomously plan, coordinate, and execute actions across tools while your agent focuses on planning and execution is handled seamlessly.\"})}),className:\"framer-19rze3\",\"data-framer-name\":\"Connect with over 25 agentic frameworks, allowing AI agents to autonomously plan, coordinate, and execute actions across tools while your agent focuses on planning and execution is handled seamlessly.\",fonts:[\"CUSTOM;Roobert TRIAL Regular\"],layoutDependency:layoutDependency,layoutId:\"QTmAlBqKY\",style:{\"--extracted-r6o4lv\":\"rgb(5, 5, 5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2j3268\",\"data-framer-name\":\"Frame 2147255581\",layoutDependency:layoutDependency,layoutId:\"WZk6Ql9bP\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{AxJT_Hxx4:{backgroundColor:\"rgba(0, 0, 0, 0)\"},i12NutjBV:{backgroundColor:\"rgba(0, 0, 0, 0)\"},J_LjSiOSI:{backgroundColor:\"rgba(0, 0, 0, 0)\"},MMWk00nK0:{backgroundColor:\"rgba(0, 0, 0, 0)\"},uQ9b6RPlk:{backgroundColor:\"rgb(246, 244, 240)\"},VnJPzsz4B:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+1310.35+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"},className:\"framer-13ub8he\",\"data-framer-name\":\"image 2394\",layoutDependency:layoutDependency,layoutId:\"jCYNT8p48\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+505.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+585.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+195.6+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/k8S3wUuMoAoOcho1QrFW1AmjbOc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+1310.35+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"},className:\"framer-gv17pb\",\"data-framer-name\":\"image 2395\",layoutDependency:layoutDependency,layoutId:\"ETfKDIG2S\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+505.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+585.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+195.6+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4fSOnyvt2H0N7Uq5RkAHfXGw.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+1310.35+20+0+31.2+24+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"},className:\"framer-qudji9\",\"data-framer-name\":\"image 2396\",layoutDependency:layoutDependency,layoutId:\"kaZpyhMXB\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+505.6+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+585.6+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+195.6+20+0+31.2+24+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/j9uyYyvk0HwkjF12jMvb5iuURkg.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+1310.35+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"},className:\"framer-4cfa4s\",\"data-framer-name\":\"image 2398\",layoutDependency:layoutDependency,layoutId:\"ohP9Oiim8\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+505.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+585.6+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+195.6+20+0+31.2+24+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:104,pixelWidth:104,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YS9kKyX5ZQfQgNTjyrTOri2od9Q.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||1531)-0-1684.55)/2)+0+0+1310.35+20+0+31.2+24+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"},className:\"framer-1ln3tbq\",\"data-framer-name\":\"image 2399\",layoutDependency:layoutDependency,layoutId:\"pO9POt9FI\",...addPropertyOverrides({AbRRxNQrM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},AxJT_Hxx4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},i12NutjBV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},J_LjSiOSI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},kEO7UlWY0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+505.6+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},L21RsE8Zl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-649.8)/2)+0+0+585.6+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},MMWk00nK0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},uQ9b6RPlk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-569.8)/2)+0+0+195.6+20+0+31.2+24+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}},VnJPzsz4B:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||618)-0-611.35)/2)+0+0+547.15+16+0+31.2+0+0+0+149+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/pxVUHqayWO0OivNVvy4PevN9i8w.png\"}}},baseVariant,gestureVariant)})]})]})})]})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-d3ADX.framer-7b1ggk, .framer-d3ADX .framer-7b1ggk { display: block; }\",\".framer-d3ADX.framer-nj0dvt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: var(--18eu688); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-17f4yiz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 45px 0px 0px 0px; position: relative; width: 639px; z-index: 1; }\",\".framer-d3ADX .framer-1fmhtim { flex: none; height: 573px; overflow: visible; position: relative; width: 639px; z-index: 1; }\",\".framer-d3ADX .framer-lur2wy { flex: none; height: 100%; left: calc(50.07824726134588% - 100% / 2); overflow: visible; position: absolute; top: calc(50.087260034904034% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-d3ADX .framer-1nzc1ry { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 54%; overflow: hidden; position: absolute; top: 4%; width: 26px; }\",\".framer-d3ADX .framer-b7mo0h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 93%; overflow: hidden; position: absolute; top: 45%; width: 26px; }\",\".framer-d3ADX .framer-duy7kb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 88%; overflow: visible; padding: 0px; position: absolute; top: 70%; width: min-content; }\",\".framer-d3ADX .framer-bcg5s4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); overflow: hidden; position: relative; width: 26px; }\",\".framer-d3ADX .framer-1o1j59n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 9%; overflow: hidden; position: absolute; top: 73%; width: 26px; }\",\".framer-d3ADX .framer-13e1yoz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 5%; overflow: hidden; position: absolute; top: 43%; width: 26px; }\",\".framer-d3ADX .framer-15vdf56 { flex: none; height: 1px; left: calc(67.76212832550863% - 256px / 2); overflow: hidden; position: absolute; top: calc(61.780104712041904% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-zrwm28 { flex: none; height: 1px; left: calc(72.76995305164321% - 256px / 2); overflow: hidden; position: absolute; top: calc(49.389179755671925% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-a7zf1u { flex: none; height: 1px; left: calc(27.54303599374024% - 256px / 2); overflow: hidden; position: absolute; top: calc(49.2146596858639% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-1e69ska { flex: none; height: 1px; left: calc(69.4835680751174% - 256px / 2); overflow: hidden; position: absolute; top: calc(61.25654450261783% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-1gfajae { flex: none; height: 1px; left: calc(51.95618153364634% - 256px / 2); overflow: hidden; position: absolute; top: calc(30.541012216404912% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-1fdumyz { flex: none; height: 1px; left: calc(30.829420970266064% - 256px / 2); overflow: hidden; position: absolute; top: calc(62.652705061082045% - 1px / 2); width: 256px; z-index: -1; }\",\".framer-d3ADX .framer-1wn440b { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-d3ADX .framer-1cz0viy { align-content: center; align-items: center; bottom: 115px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 41px; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 169px; width: 95px; z-index: 1; }\",\".framer-d3ADX .framer-vmlley { flex: none; height: 1px; left: calc(-18.94736842105261% - 88px / 2); overflow: hidden; position: absolute; top: calc(-175.60975609756096% - 1px / 2); width: 88px; z-index: -1; }\",\".framer-d3ADX .framer-19usg9s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-d3ADX .framer-13gdq6t { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-d3ADX .framer-11dumjh, .framer-d3ADX .framer-1v7u2bt, .framer-d3ADX .framer-qh1k7d { flex: none; height: 100%; left: calc(50.526315789473706% - 100% / 2); overflow: hidden; position: absolute; top: calc(51.21951219512197% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-d3ADX .framer-isnen0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: -148px; overflow: visible; padding: 0px; position: absolute; right: -1px; top: -30px; z-index: 1; }\",\".framer-d3ADX .framer-euwdbr, .framer-d3ADX .framer-w259ea, .framer-d3ADX .framer-sc04gk, .framer-d3ADX .framer-8wgx9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1nlgyxe, .framer-d3ADX .framer-137kq8j, .framer-d3ADX .framer-1viaubk, .framer-d3ADX .framer-yo2wgl, .framer-d3ADX .framer-1x07jpk, .framer-d3ADX .framer-zklp1f, .framer-d3ADX .framer-ay63ja, .framer-d3ADX .framer-iypkfm, .framer-d3ADX .framer-qqucpf, .framer-d3ADX .framer-1mh0mho, .framer-d3ADX .framer-ru44eq, .framer-d3ADX .framer-os6ty9, .framer-d3ADX .framer-bpvhxv, .framer-d3ADX .framer-1vlkc9z, .framer-d3ADX .framer-kmwf22, .framer-d3ADX .framer-13w8y20, .framer-d3ADX .framer-19n8ku0, .framer-d3ADX .framer-8so55s, .framer-d3ADX .framer-1njjd2w, .framer-d3ADX .framer-56zwek, .framer-d3ADX .framer-1uu0bxl, .framer-d3ADX .framer-mwhcfn, .framer-d3ADX .framer-1h1veji, .framer-d3ADX .framer-q3mkn9, .framer-d3ADX .framer-3s8mbb, .framer-d3ADX .framer-1qyia3w, .framer-d3ADX .framer-jnw0km, .framer-d3ADX .framer-145rtzm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-d3ADX .framer-p0gxws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: 137px; }\",\".framer-d3ADX .framer-2mp8c7 { bottom: 0px; cursor: pointer; flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; width: 100%; z-index: 4; }\",\".framer-d3ADX .framer-1duozsa { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 41px; justify-content: center; left: 148px; overflow: visible; padding: 0px; position: absolute; top: 187px; width: 110px; z-index: 1; }\",\".framer-d3ADX .framer-vslfvv { flex: none; height: 1px; left: calc(125.45454545454548% - 108px / 2); overflow: hidden; position: absolute; top: calc(191.42857142857144% - 1px / 2); width: 108px; z-index: -1; }\",\".framer-d3ADX .framer-1u0iq7i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-d3ADX .framer-1k0vgu9, .framer-d3ADX .framer-l1tmra { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 0; }\",\".framer-d3ADX .framer-1iixoqe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: -132px; overflow: visible; padding: 0px; position: absolute; right: -5px; top: -68px; z-index: 1; }\",\".framer-d3ADX .framer-29goxi, .framer-d3ADX .framer-vxzlyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: 122px; }\",\".framer-d3ADX .framer-1qybk2f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 170px; word-break: break-word; word-wrap: break-word; }\",\".framer-d3ADX .framer-196zgoj { align-content: flex-start; align-items: flex-start; bottom: -100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; left: -37px; overflow: visible; padding: 0px; position: absolute; width: 88px; z-index: 1; }\",\".framer-d3ADX .framer-xeje81, .framer-d3ADX .framer-1vwlktm, .framer-d3ADX .framer-1b5prih { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-117v8bs, .framer-d3ADX .framer-2p21q2, .framer-d3ADX .framer-8ptmn6, .framer-d3ADX .framer-zqidri { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-a60gjl, .framer-d3ADX .framer-1f930l6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1epa530 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 41px; justify-content: center; left: 354px; overflow: visible; padding: 0px; position: absolute; top: 133px; width: 79px; z-index: 1; }\",\".framer-d3ADX .framer-16ufnei { flex: none; height: 1px; left: calc(4.166666666666688% - 140px / 2); overflow: hidden; position: absolute; top: calc(260.00000000000006% - 1px / 2); width: 140px; z-index: -1; }\",\".framer-d3ADX .framer-1y3nubf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-d3ADX .framer-kw4axl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; left: -24px; overflow: visible; padding: 0px; position: absolute; top: -84px; width: 68px; z-index: 1; }\",\".framer-d3ADX .framer-1u187wb { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: -3px; overflow: visible; padding: 0px; position: absolute; right: -108px; top: -45px; z-index: 1; }\",\".framer-d3ADX .framer-1p9nesd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-9mb9wv, .framer-d3ADX .framer-l2v24e, .framer-d3ADX .framer-1py0ney, .framer-d3ADX .framer-1fo3zdc, .framer-d3ADX .framer-13n95f3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-c5wjs2, .framer-d3ADX .framer-r5kqo4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 4px 0px 4px 4px; position: relative; width: 101px; }\",\".framer-d3ADX .framer-29rn1c { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 50%; overflow: visible; position: absolute; top: 53%; width: 60px; z-index: 3; }\",\".framer-d3ADX .framer-12xkvdv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); left: -6px; overflow: hidden; position: absolute; right: -6px; top: -6px; z-index: 1; }\",\".framer-d3ADX .framer-x8p20w { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 72px; z-index: 1; }\",\".framer-d3ADX .framer-2iofa1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-d3ADX .framer-4mynm3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 436px; }\",\".framer-d3ADX .framer-1s1ygbh { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1aat48, .framer-d3ADX .framer-whamik, .framer-d3ADX .framer-1lbjztf, .framer-d3ADX .framer-f1ln1u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-d3ADX .framer-25i7na, .framer-d3ADX .framer-11rfinl, .framer-d3ADX .framer-lndrxa, .framer-d3ADX .framer-1880phx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1ern0cg, .framer-d3ADX .framer-etzoe9, .framer-d3ADX .framer-lrw97s, .framer-d3ADX .framer-o0g29w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1ibyie0, .framer-d3ADX .framer-djxrvo, .framer-d3ADX .framer-ccszei, .framer-d3ADX .framer-1oulpuh { flex: none; height: 25px; overflow: visible; position: relative; width: 24px; }\",\".framer-d3ADX .framer-1vn2tfd, .framer-d3ADX .framer-f7igdo, .framer-d3ADX .framer-1t29qa6, .framer-d3ADX .framer-1xlmt43 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-d3ADX .framer-jg7dc7 { 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: visible; padding: 32px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1oqo791, .framer-d3ADX .framer-1eceft6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-s9hgq5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-1ki51al { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 310px; word-break: break-word; word-wrap: break-word; }\",\".framer-d3ADX .framer-1bsd908 { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-1dxnywi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-308n5o, .framer-d3ADX .framer-o77fga, .framer-d3ADX .framer-1ue5nx1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); mix-blend-mode: multiply; position: relative; width: 24px; }\",\".framer-d3ADX .framer-lb8tj { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-179d6xf-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-d3ADX .framer-l65vay, .framer-d3ADX .framer-110ene6, .framer-d3ADX .framer-1iq7yfj { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-d3ADX .framer-no2alh, .framer-d3ADX .framer-mga4ar, .framer-d3ADX .framer-zzs7wa { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-10iioz9, .framer-d3ADX .framer-1x0ldvw, .framer-d3ADX .framer-1o7rgil { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 4px 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1fljcj0, .framer-d3ADX .framer-116fwca, .framer-d3ADX .framer-19rze3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 396px; word-break: break-word; word-wrap: break-word; }\",\".framer-d3ADX .framer-1yn5ncw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-1xnezye, .framer-d3ADX .framer-12jur2x, .framer-d3ADX .framer-y7j9fs, .framer-d3ADX .framer-5t4axg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8.727272987365723px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 2.1818182468414307px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-pj5d47, .framer-d3ADX .framer-q53zyd, .framer-d3ADX .framer-xby3oa, .framer-d3ADX .framer-rzwts1 { flex: none; gap: 0px; height: 6px; overflow: visible; position: relative; width: 6px; }\",\".framer-d3ADX .framer-h7iqzc, .framer-d3ADX .framer-qvcj3g { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-d3ADX .framer-1r397yh, .framer-d3ADX .framer-2j3268 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-d3ADX .framer-yv6w02, .framer-d3ADX .framer-1wf9rub, .framer-d3ADX .framer-13ub8he, .framer-d3ADX .framer-4cfa4s, .framer-d3ADX .framer-1ln3tbq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); mix-blend-mode: multiply; position: relative; width: 26px; }\",\".framer-d3ADX .framer-qlatni, .framer-d3ADX .framer-tylci9, .framer-d3ADX .framer-gv17pb, .framer-d3ADX .framer-qudji9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 26px; }\",\".framer-d3ADX.framer-v-p4ugp0 .framer-jg7dc7, .framer-d3ADX.framer-v-oigci6 .framer-jg7dc7, .framer-d3ADX.framer-v-xnsidv .framer-jg7dc7, .framer-d3ADX.framer-v-1jwnivo .framer-jg7dc7, .framer-d3ADX.framer-v-56vpro .framer-jg7dc7, .framer-d3ADX.framer-v-m2pbqk .framer-jg7dc7 { padding: 0px 0px 8px 0px; }\",\".framer-d3ADX.framer-v-p4ugp0 .framer-no2alh, .framer-d3ADX.framer-v-p4ugp0 .framer-mga4ar, .framer-d3ADX.framer-v-p4ugp0 .framer-zzs7wa, .framer-d3ADX.framer-v-1wx5n4j .framer-1s1ygbh, .framer-d3ADX.framer-v-1wx5n4j .framer-mga4ar, .framer-d3ADX.framer-v-1wx5n4j .framer-zzs7wa, .framer-d3ADX.framer-v-aggdxo .framer-1s1ygbh, .framer-d3ADX.framer-v-aggdxo .framer-no2alh, .framer-d3ADX.framer-v-aggdxo .framer-zzs7wa, .framer-d3ADX.framer-v-1q4zo6j .framer-1s1ygbh, .framer-d3ADX.framer-v-1q4zo6j .framer-no2alh, .framer-d3ADX.framer-v-1q4zo6j .framer-mga4ar, .framer-d3ADX.framer-v-oigci6 .framer-no2alh, .framer-d3ADX.framer-v-oigci6 .framer-mga4ar, .framer-d3ADX.framer-v-oigci6 .framer-zzs7wa, .framer-d3ADX.framer-v-xnsidv .framer-no2alh, .framer-d3ADX.framer-v-xnsidv .framer-mga4ar, .framer-d3ADX.framer-v-xnsidv .framer-zzs7wa, .framer-d3ADX.framer-v-1jwnivo .framer-no2alh, .framer-d3ADX.framer-v-1jwnivo .framer-mga4ar, .framer-d3ADX.framer-v-1jwnivo .framer-zzs7wa, .framer-d3ADX.framer-v-56vpro .framer-no2alh, .framer-d3ADX.framer-v-56vpro .framer-mga4ar, .framer-d3ADX.framer-v-56vpro .framer-zzs7wa, .framer-d3ADX.framer-v-m2pbqk .framer-no2alh, .framer-d3ADX.framer-v-m2pbqk .framer-mga4ar, .framer-d3ADX.framer-v-m2pbqk .framer-zzs7wa { padding: 16px 20px 16px 20px; }\",\".framer-d3ADX.framer-v-p4ugp0 .framer-10iioz9, .framer-d3ADX.framer-v-p4ugp0 .framer-1x0ldvw, .framer-d3ADX.framer-v-p4ugp0 .framer-1o7rgil, .framer-d3ADX.framer-v-aggdxo .framer-jg7dc7, .framer-d3ADX.framer-v-aggdxo .framer-10iioz9, .framer-d3ADX.framer-v-aggdxo .framer-1o7rgil, .framer-d3ADX.framer-v-1q4zo6j .framer-jg7dc7, .framer-d3ADX.framer-v-1q4zo6j .framer-10iioz9, .framer-d3ADX.framer-v-1q4zo6j .framer-1x0ldvw, .framer-d3ADX.framer-v-oigci6 .framer-10iioz9, .framer-d3ADX.framer-v-oigci6 .framer-1x0ldvw, .framer-d3ADX.framer-v-oigci6 .framer-1o7rgil, .framer-d3ADX.framer-v-xnsidv .framer-10iioz9, .framer-d3ADX.framer-v-xnsidv .framer-1x0ldvw, .framer-d3ADX.framer-v-xnsidv .framer-1o7rgil, .framer-d3ADX.framer-v-1jwnivo .framer-10iioz9, .framer-d3ADX.framer-v-1jwnivo .framer-1x0ldvw, .framer-d3ADX.framer-v-1jwnivo .framer-1o7rgil, .framer-d3ADX.framer-v-56vpro .framer-10iioz9, .framer-d3ADX.framer-v-56vpro .framer-1x0ldvw, .framer-d3ADX.framer-v-56vpro .framer-1o7rgil, .framer-d3ADX.framer-v-m2pbqk .framer-10iioz9, .framer-d3ADX.framer-v-m2pbqk .framer-1x0ldvw, .framer-d3ADX.framer-v-m2pbqk .framer-1o7rgil { height: 1px; overflow: hidden; padding: 0px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-1cz0viy { right: 193px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-vmlley { left: calc(9.473684210526338% - 156px / 2); top: calc(-109.75609756097559% - 1px / 2); width: 156px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-19usg9s { z-index: 3; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-1duozsa { left: 140px; top: 192px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-vslfvv { left: calc(117.80821917808223% - 129px / 2); top: calc(185.36585365853662% - 1px / 2); width: 129px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-1epa530 { left: unset; right: 173px; top: 181px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-16ufnei { left: calc(-18.98734177215188% - 140px / 2); top: calc(200% - 1px / 2); }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-25i7na, .framer-d3ADX.framer-v-aggdxo .framer-25i7na, .framer-d3ADX.framer-v-1q4zo6j .framer-25i7na { gap: 0px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-jg7dc7 { gap: 0px; padding: 0px; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-1oqo791 { gap: 0px; height: 1px; overflow: hidden; }\",\".framer-d3ADX.framer-v-1wx5n4j .framer-1x0ldvw, .framer-d3ADX.framer-v-1wx5n4j .framer-1o7rgil { gap: 0px; height: 1px; overflow: hidden; padding: 0px; }\",\".framer-d3ADX.framer-v-aggdxo .framer-1cz0viy { bottom: 139px; right: 153px; }\",\".framer-d3ADX.framer-v-aggdxo .framer-vmlley { top: calc(-63.41463414634144% - 1px / 2); }\",\".framer-d3ADX.framer-v-aggdxo .framer-19usg9s, .framer-d3ADX.framer-v-1q4zo6j .framer-19usg9s { z-index: 1; }\",\".framer-d3ADX.framer-v-aggdxo .framer-1duozsa { bottom: 168px; left: 140px; top: unset; }\",\".framer-d3ADX.framer-v-aggdxo .framer-vslfvv { left: calc(121.81818181818184% - 108px / 2); top: calc(-62.85714285714283% - 1px / 2); }\",\".framer-d3ADX.framer-v-aggdxo .framer-1epa530 { left: calc(46.63536776212835% - 79px / 2); top: 165px; }\",\".framer-d3ADX.framer-v-aggdxo .framer-16ufnei { left: calc(72.15189873417724% - 91px / 2); top: calc(249.38271604938276% - 1px / 2); width: 91px; }\",\".framer-d3ADX.framer-v-aggdxo .framer-qlatni, .framer-d3ADX.framer-v-aggdxo .framer-tylci9, .framer-d3ADX.framer-v-1q4zo6j .framer-gv17pb, .framer-d3ADX.framer-v-1q4zo6j .framer-qudji9 { mix-blend-mode: multiply; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-1cz0viy { right: 329px; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-vmlley { left: calc(76.84210526315792% - 148px / 2); top: calc(-119.5121951219512% - 1px / 2); width: 148px; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-1duozsa { left: calc(54.147104851330226% - 109.5px / 2); top: 179px; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-vslfvv { left: calc(34.703196347031984% - 64px / 2); top: calc(219.51219512195124% - 1px / 2); width: 64px; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-1epa530 { bottom: 166px; left: unset; right: 133px; top: unset; }\",\".framer-d3ADX.framer-v-1q4zo6j .framer-16ufnei { left: calc(-29.166666666666647% - 140px / 2); top: calc(-59.99999999999998% - 1px / 2); }\",\".framer-d3ADX.framer-v-oigci6 .framer-1e69ska, .framer-d3ADX.framer-v-m2pbqk .framer-1e69ska { left: calc(50.07824726134588% - 1px / 2); top: calc(53.054101221640515% - 1px / 2); width: 1px; }\",\".framer-d3ADX.framer-v-oigci6 .framer-1gfajae, .framer-d3ADX.framer-v-56vpro .framer-1gfajae, .framer-d3ADX.framer-v-56vpro .framer-1fdumyz, .framer-d3ADX.framer-v-m2pbqk .framer-1gfajae { left: calc(50.07824726134588% - 1px / 2); top: calc(53.403141361256566% - 1px / 2); width: 1px; }\",\".framer-d3ADX.framer-v-oigci6 .framer-1fdumyz, .framer-d3ADX.framer-v-1jwnivo .framer-15vdf56, .framer-d3ADX.framer-v-1jwnivo .framer-zrwm28, .framer-d3ADX.framer-v-1jwnivo .framer-a7zf1u, .framer-d3ADX.framer-v-56vpro .framer-1e69ska, .framer-d3ADX.framer-v-m2pbqk .framer-1fdumyz { left: calc(50.07824726134588% - 1px / 2); top: calc(53.22862129144854% - 1px / 2); width: 1px; }\",\".framer-d3ADX.framer-v-xnsidv .framer-1nzc1ry { height: var(--framer-aspect-ratio-supported, 32px); top: 6%; width: 32px; }\",\".framer-d3ADX.framer-v-xnsidv .framer-bcg5s4, .framer-d3ADX.framer-v-1jwnivo .framer-b7mo0h, .framer-d3ADX.framer-v-1jwnivo .framer-bcg5s4, .framer-d3ADX.framer-v-1jwnivo .framer-13e1yoz, .framer-d3ADX.framer-v-56vpro .framer-b7mo0h, .framer-d3ADX.framer-v-56vpro .framer-bcg5s4, .framer-d3ADX.framer-v-56vpro .framer-13e1yoz { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-d3ADX.framer-v-xnsidv .framer-1o1j59n { height: var(--framer-aspect-ratio-supported, 32px); left: 10%; width: 32px; }\",\".framer-d3ADX.framer-v-xnsidv .framer-p0gxws, .framer-d3ADX.framer-v-1jwnivo .framer-euwdbr, .framer-d3ADX.framer-v-56vpro .framer-euwdbr { cursor: pointer; }\",\".framer-d3ADX.framer-v-xnsidv .framer-1s1ygbh, .framer-d3ADX.framer-v-1jwnivo .framer-1s1ygbh, .framer-d3ADX.framer-v-56vpro .framer-1s1ygbh { cursor: unset; }\",'.framer-d3ADX[data-border=\"true\"]::after, .framer-d3ADX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1531\n * @framerIntrinsicWidth 1195\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AbRRxNQrM\":{\"layout\":[\"auto\",\"auto\"]},\"L21RsE8Zl\":{\"layout\":[\"auto\",\"auto\"]},\"kEO7UlWY0\":{\"layout\":[\"auto\",\"auto\"]},\"uQ9b6RPlk\":{\"layout\":[\"auto\",\"auto\"]},\"i12NutjBV\":{\"layout\":[\"auto\",\"auto\"]},\"AxJT_Hxx4\":{\"layout\":[\"auto\",\"auto\"]},\"VnJPzsz4B\":{\"layout\":[\"auto\",\"auto\"]},\"MMWk00nK0\":{\"layout\":[\"auto\",\"auto\"]},\"J_LjSiOSI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YaMj3ouyX\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernNWwYZlVO=withCSS(Component,css,\"framer-d3ADX\");export default FramernNWwYZlVO;FramernNWwYZlVO.displayName=\"main-how-it-works-anim\";FramernNWwYZlVO.defaultProps={height:1531,width:1195};addPropertyControls(FramernNWwYZlVO,{variant:{options:[\"L_0Y06l03\",\"AbRRxNQrM\",\"L21RsE8Zl\",\"kEO7UlWY0\",\"uQ9b6RPlk\",\"i12NutjBV\",\"AxJT_Hxx4\",\"VnJPzsz4B\",\"MMWk00nK0\",\"J_LjSiOSI\"],optionTitles:[\"main\",\"actions\",\"composio\",\"llm\",\"ai-agent\",\"actions-staller\",\"actions-01\",\"actions-02\",\"actions-02-anim\",\"actions-01-staller\"],title:\"Variant\",type:ControlType.Enum},YaMj3ouyX:{defaultValue:120,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramernNWwYZlVO,[{explicitInter:true,fonts:[{family:\"Roobert TRIAL Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/UWKI0yz2q40XAVYT1U5wvXXk89s.woff2\"},{family:\"Roobert TRIAL Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/35AEAOksVGbiZqAEZgQ4CUpLXM4.woff2\"},{family:\"Flecha Test S Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HWrX7NeZdXhGcI9vFloFbTFvio0.woff2\"},{family:\"Roobert TRIAL Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hSwMyNxh2JZPelqiHBV0YFkFJgE.woff2\"}]},...ActionsTasksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernNWwYZlVO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AbRRxNQrM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L21RsE8Zl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kEO7UlWY0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uQ9b6RPlk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i12NutjBV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AxJT_Hxx4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VnJPzsz4B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MMWk00nK0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J_LjSiOSI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1195\",\"framerVariables\":\"{\\\"YaMj3ouyX\\\":\\\"gap\\\"}\",\"framerIntrinsicHeight\":\"1531\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (570e25b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"EJkngiMj4\",\"X7fdu3jf8\",\"IEiuQbYFh\",\"QKruEBFCq\",\"lPRaY1l1g\",\"cEXDh2yYm\",\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\",\"IkoXM3iGX\",\"FJ8foscba\",\"L5HMYChIb\",\"Y5WgYmoDJ\",\"FvCKOHFjW\"];const serializationHash=\"framer-gMtGf\";const variantClassNames={aKsVpqRtk:\"framer-v-1ne2std\",cEXDh2yYm:\"framer-v-1qyl0io\",EJkngiMj4:\"framer-v-qxseby\",FJ8foscba:\"framer-v-1pln90l\",FvCKOHFjW:\"framer-v-11lizc4\",HrTTXK4zn:\"framer-v-cm7bhg\",IEiuQbYFh:\"framer-v-ixv0ag\",IkoXM3iGX:\"framer-v-1ih9hsw\",iUnX5lK5v:\"framer-v-1b48m9u\",kz0wM7kQM:\"framer-v-18hw5yd\",L5HMYChIb:\"framer-v-19c1r8e\",lPRaY1l1g:\"framer-v-1cz2ibt\",oYRdEa2vu:\"framer-v-4alz0z\",QKruEBFCq:\"framer-v-qpm1a3\",X7fdu3jf8:\"framer-v-1p5i615\",Y5WgYmoDJ:\"framer-v-icbdjy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"X7fdu3jf8\",\"2\":\"IEiuQbYFh\",\"3\":\"QKruEBFCq\",\"4\":\"lPRaY1l1g\",\"5\":\"cEXDh2yYm\",c10:\"oYRdEa2vu\",c11:\"IkoXM3iGX\",c12:\"FJ8foscba\",c13:\"L5HMYChIb\",c14:\"Y5WgYmoDJ\",c15:\"FvCKOHFjW\",c6:\"HrTTXK4zn\",c7:\"kz0wM7kQM\",c8:\"iUnX5lK5v\",c9:\"aKsVpqRtk\",main:\"EJkngiMj4\"};const getProps=({fontSize,height,id,link,mouseEnter,newTab,width,...props})=>{return{...props,keDULloUT:fontSize??props.keDULloUT??16,su7swk0aA:link??props.su7swk0aA,t9ElULlUL:newTab??props.t9ElULlUL??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"EJkngiMj4\",wWeBjuh5p:mouseEnter??props.wWeBjuh5p};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,wWeBjuh5p,keDULloUT,su7swk0aA,t9ElULlUL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EJkngiMj4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1he4vp4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(wWeBjuh5p){const res=await wWeBjuh5p(...args);if(res===false)return false;}});const onMouseLeavehrn8ay=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"X7fdu3jf8\");});const onAppearp8ud1f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QKruEBFCq\",true),100);});const onAppear1av2x1n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lPRaY1l1g\",true),100);});const onAppearmdz5j1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cEXDh2yYm\",true),100);});const onAppearwdwt1u=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kz0wM7kQM\",true),100);});const onAppear18sm1l8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iUnX5lK5v\",true),100);});const onAppearky4gzf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aKsVpqRtk\",true),100);});const onAppear4swd08=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"oYRdEa2vu\",true),100);});const onAppear1h4jmyv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"IkoXM3iGX\",true),100);});const onAppear2lwvx3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"FJ8foscba\",true),100);});const onAppear11ssfy1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"L5HMYChIb\",true),100);});const onAppear11oeab4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"FvCKOHFjW\",true),100);});const onMouseLeavefkqvu6=activeVariantCallback(async(...args)=>{setVariant(\"X7fdu3jf8\");});const onMouseEnteri5ryh3=activeVariantCallback(async(...args)=>{setVariant(\"IEiuQbYFh\");});useOnVariantChange(baseVariant,{aKsVpqRtk:onAppear4swd08,FJ8foscba:onAppear11ssfy1,HrTTXK4zn:onAppearwdwt1u,IEiuQbYFh:onAppearp8ud1f,IkoXM3iGX:onAppear2lwvx3,iUnX5lK5v:onAppearky4gzf,kz0wM7kQM:onAppear18sm1l8,lPRaY1l1g:onAppearmdz5j1,oYRdEa2vu:onAppear1h4jmyv,QKruEBFCq:onAppear1av2x1n,Y5WgYmoDJ:onAppear11oeab4});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\",\"IkoXM3iGX\",\"FJ8foscba\",\"L5HMYChIb\",\"Y5WgYmoDJ\",\"FvCKOHFjW\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"X7fdu3jf8\",\"IEiuQbYFh\",\"QKruEBFCq\",\"lPRaY1l1g\",\"cEXDh2yYm\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"FvCKOHFjW\")return true;return false;};const isDisplayed3=()=>{if([\"Y5WgYmoDJ\",\"FvCKOHFjW\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\",\"IkoXM3iGX\",\"FJ8foscba\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\",\"IkoXM3iGX\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if([\"HrTTXK4zn\",\"kz0wM7kQM\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if(baseVariant===\"HrTTXK4zn\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qxseby\",className,classNames),\"data-framer-name\":\"main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EJkngiMj4\",onMouseEnter:onMouseEnter1he4vp4,onMouseLeave:onMouseLeavehrn8ay,ref:refBinding,style:{...style},...addPropertyOverrides({aKsVpqRtk:{\"data-framer-name\":\"c9\"},cEXDh2yYm:{\"data-framer-name\":\"5\"},FJ8foscba:{\"data-framer-name\":\"c12\"},FvCKOHFjW:{\"data-framer-name\":\"c15\"},HrTTXK4zn:{\"data-framer-name\":\"c6\"},IEiuQbYFh:{\"data-framer-name\":\"2\"},IkoXM3iGX:{\"data-framer-name\":\"c11\"},iUnX5lK5v:{\"data-framer-name\":\"c8\"},kz0wM7kQM:{\"data-framer-name\":\"c7\"},L5HMYChIb:{\"data-framer-name\":\"c13\"},lPRaY1l1g:{\"data-framer-name\":\"4\"},oYRdEa2vu:{\"data-framer-name\":\"c10\"},QKruEBFCq:{\"data-framer-name\":\"3\"},X7fdu3jf8:{\"data-framer-name\":\"1\"},Y5WgYmoDJ:{\"data-framer-name\":\"c14\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:448,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||45)*.5111111111111113-((componentViewport?.height||45)-0)*9.4222/2)),pixelHeight:1344,pixelWidth:1793,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.6309)`,src:\"https://framerusercontent.com/images/dCX1IcBmi1caYcNitGLHnHcXKUg.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dCX1IcBmi1caYcNitGLHnHcXKUg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/dCX1IcBmi1caYcNitGLHnHcXKUg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/dCX1IcBmi1caYcNitGLHnHcXKUg.webp 1793w\"},className:\"framer-h9kihe\",\"data-framer-name\":\"L4\",layoutDependency:layoutDependency,layoutId:\"FCJghtv8m\",style:{opacity:.3},variants:{cEXDh2yYm:{opacity:.8},IEiuQbYFh:{opacity:0},lPRaY1l1g:{opacity:0},QKruEBFCq:{opacity:0},X7fdu3jf8:{opacity:0}}}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:448,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||45)*.5111111111111113-((componentViewport?.height||45)-0)*9.4222/2)),pixelHeight:1344,pixelWidth:1793,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.6309)`,src:\"https://framerusercontent.com/images/smNxA8sgn3gkQLM0n4D7MBTgo.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/smNxA8sgn3gkQLM0n4D7MBTgo.webp?scale-down-to=512 512w,https://framerusercontent.com/images/smNxA8sgn3gkQLM0n4D7MBTgo.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/smNxA8sgn3gkQLM0n4D7MBTgo.webp 1793w\"},className:\"framer-17sg4ul\",\"data-framer-name\":\"L3\",layoutDependency:layoutDependency,layoutId:\"Vs6bpSOBf\",style:{opacity:.3},variants:{cEXDh2yYm:{opacity:0},IEiuQbYFh:{opacity:0},lPRaY1l1g:{opacity:.6},QKruEBFCq:{opacity:0},X7fdu3jf8:{opacity:0}}}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:448,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||45)*.5111111111111113-((componentViewport?.height||45)-0)*9.4222/2)),pixelHeight:1344,pixelWidth:1793,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.6309)`,src:\"https://framerusercontent.com/images/idEP2vCAGEBDANnn1hzwzVVs6mE.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/idEP2vCAGEBDANnn1hzwzVVs6mE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/idEP2vCAGEBDANnn1hzwzVVs6mE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/idEP2vCAGEBDANnn1hzwzVVs6mE.webp 1793w\"},className:\"framer-15rmc7o\",\"data-framer-name\":\"L2\",layoutDependency:layoutDependency,layoutId:\"jG2zO3q_k\",style:{opacity:.3},variants:{cEXDh2yYm:{opacity:0},IEiuQbYFh:{opacity:0},lPRaY1l1g:{opacity:0},QKruEBFCq:{opacity:.4},X7fdu3jf8:{opacity:0}}}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:448,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||45)*.5111111111111113-((componentViewport?.height||45)-0)*9.4222/2)),pixelHeight:1344,pixelWidth:1793,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.6309)`,src:\"https://framerusercontent.com/images/XraTNjU4sLmoL7Jn5jnNLw03Hg.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XraTNjU4sLmoL7Jn5jnNLw03Hg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XraTNjU4sLmoL7Jn5jnNLw03Hg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/XraTNjU4sLmoL7Jn5jnNLw03Hg.webp 1793w\"},className:\"framer-1j3l4yu\",\"data-framer-name\":\"L1\",layoutDependency:layoutDependency,layoutId:\"MKxB5nYj5\",style:{opacity:.3},variants:{cEXDh2yYm:{opacity:0},IEiuQbYFh:{opacity:.2},lPRaY1l1g:{opacity:0},QKruEBFCq:{opacity:0},X7fdu3jf8:{opacity:0}}}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7w0j9p\",\"data-framer-name\":\"color-grad\",layoutDependency:layoutDependency,layoutId:\"Bn4cX_RCe\",style:{filter:\"saturate(1.42)\",opacity:.9,WebkitFilter:\"saturate(1.42)\"},children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5ccgy3\",\"data-framer-name\":\"color-grad-1\",layoutDependency:layoutDependency,layoutId:\"wCBFKaw1a\",style:{backgroundColor:\"rgb(223, 228, 221)\"}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3uqtxv\",\"data-framer-name\":\"color-grad-2\",layoutDependency:layoutDependency,layoutId:\"vPrNlSyor\",style:{backgroundColor:\"rgb(208, 220, 206)\"}}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1quxn4g\",\"data-framer-name\":\"color-grad-3\",layoutDependency:layoutDependency,layoutId:\"q23YNf38d\",style:{backgroundColor:\"rgb(187, 209, 188)\"}}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihong5\",\"data-framer-name\":\"color-grad-4\",layoutDependency:layoutDependency,layoutId:\"YvkYBVB5W\",style:{backgroundColor:\"rgb(180, 205, 176)\"}}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8t7462\",\"data-framer-name\":\"color-grad-5\",layoutDependency:layoutDependency,layoutId:\"P1AsVHWeU\",style:{backgroundColor:\"rgb(169, 198, 167)\"}}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4oo1q\",\"data-framer-name\":\"color-grad-6\",layoutDependency:layoutDependency,layoutId:\"ruUWOQfKr\",style:{backgroundColor:\"rgb(148, 183, 150)\"}}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uf9ksh\",\"data-framer-name\":\"color-grad-7\",layoutDependency:layoutDependency,layoutId:\"HWQ_5UOt6\",style:{backgroundColor:\"rgb(132, 169, 135)\"}}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19u386z\",\"data-framer-name\":\"color-grad-8\",layoutDependency:layoutDependency,layoutId:\"zxKluFPsD\",style:{backgroundColor:\"rgb(118, 159, 120)\"}}),isDisplayed10()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bfkd05\",\"data-framer-name\":\"color-grad-9\",layoutDependency:layoutDependency,layoutId:\"gnTvkQMIv\",style:{backgroundColor:\"rgb(110, 153, 110)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ibfqpj\",\"data-framer-name\":\"color-grad-10\",layoutDependency:layoutDependency,layoutId:\"rDdcpRy2h\",style:{backgroundColor:\"rgb(97, 141, 99)\"}})]}),/*#__PURE__*/_jsx(Link,{href:su7swk0aA,motionChild:true,nodeId:\"PRZwxyhOp\",openInNewTab:t9ElULlUL,scopeId:\"RhclmuXLL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1564nnp framer-7xgpla\",\"data-border\":true,\"data-framer-name\":\"btn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PRZwxyhOp\",onMouseLeave:onMouseLeavefkqvu6,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(5, 5, 5)\"},variants:{X7fdu3jf8:{\"--border-bottom-width\":\"1px\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({X7fdu3jf8:{onMouseEnter:onMouseEnteri5ryh3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})}),className:\"framer-20bofu\",\"data-framer-name\":\"Get Started\",fonts:[\"CUSTOM;Roobert Mono TRIAL Medium\"],layoutDependency:layoutDependency,layoutId:\"zpAiS_jAM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-keDULloUT-RhclmuXLL\":keDULloUT},variants:{X7fdu3jf8:{\"--extracted-r6o4lv\":\"rgb(247, 244, 240)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cEXDh2yYm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})})},IEiuQbYFh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})})},lPRaY1l1g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})})},QKruEBFCq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})})},X7fdu3jf8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1Jvb2JlcnQgTW9ubyBUUklBTCBNZWRpdW0=\",\"--framer-font-family\":'\"Roobert Mono TRIAL Medium\", \"Roobert Mono TRIAL Medium Placeholder\", monospace',\"--framer-font-size\":\"calc(var(--variable-reference-keDULloUT-RhclmuXLL) * 1px)\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(247, 244, 240))\",\"--framer-text-transform\":\"uppercase\"},children:\"get started\"})})}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gMtGf.framer-7xgpla, .framer-gMtGf .framer-7xgpla { display: block; }\",\".framer-gMtGf.framer-qxseby { gap: 10px; height: 45px; overflow: visible; position: relative; width: 317px; }\",\".framer-gMtGf .framer-h9kihe, .framer-gMtGf .framer-17sg4ul, .framer-gMtGf .framer-15rmc7o, .framer-gMtGf .framer-1j3l4yu { flex: none; height: 942%; left: calc(49.84227129337542% - 163.09148264984228% / 2); overflow: visible; position: absolute; top: calc(51.11111111111113% - 942.2222222222223% / 2); width: 163%; z-index: 0; }\",\".framer-gMtGf .framer-7w0j9p { flex: none; height: 1242%; left: calc(49.84227129337542% - 291.7981072555205% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(48.88888888888891% - 1242.2222222222222% / 2); width: 292%; z-index: 1; }\",\".framer-gMtGf .framer-5ccgy3 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.17751479289944% - 99.76359338061465% / 2); width: 100%; z-index: 0; }\",\".framer-gMtGf .framer-3uqtxv { flex: none; height: 87%; left: calc(50.00000000000002% - 94.47513812154696% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 86.99763593380615% / 2); width: 94%; z-index: 1; }\",\".framer-gMtGf .framer-1quxn4g { flex: none; height: 73%; left: calc(50.00000000000002% - 89.50276243093923% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 73.28605200945626% / 2); width: 90%; z-index: 2; }\",\".framer-gMtGf .framer-ihong5 { flex: none; height: 61%; left: calc(50.00000000000002% - 84.5303867403315% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 61.46572104018912% / 2); width: 85%; z-index: 3; }\",\".framer-gMtGf .framer-8t7462 { flex: none; height: 50%; left: calc(50.00000000000002% - 80.38674033149171% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 49.645390070921984% / 2); width: 80%; z-index: 4; }\",\".framer-gMtGf .framer-1f4oo1q { flex: none; height: 40%; left: calc(50.00000000000002% - 76.51933701657458% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 39.71631205673759% / 2); width: 77%; z-index: 5; }\",\".framer-gMtGf .framer-1uf9ksh { flex: none; height: 31%; left: calc(50.00000000000002% - 72.92817679558011% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 31.20567375886525% / 2); width: 73%; z-index: 6; }\",\".framer-gMtGf .framer-19u386z { flex: none; height: 23%; left: calc(50.00000000000002% - 69.61325966850829% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 22.69503546099291% / 2); width: 70%; z-index: 7; }\",\".framer-gMtGf .framer-1bfkd05 { flex: none; height: 17%; left: calc(50.00000000000002% - 66.85082872928176% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 16.548463356973993% / 2); width: 67%; z-index: 8; }\",\".framer-gMtGf .framer-ibfqpj { flex: none; height: 11%; left: calc(50.00000000000002% - 64.3646408839779% / 2); overflow: hidden; position: absolute; top: calc(49.94082840236689% - 11.347517730496454% / 2); width: 64%; z-index: 8; }\",\".framer-gMtGf .framer-1564nnp { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 8px; position: absolute; text-decoration: none; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-gMtGf .framer-20bofu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-gMtGf[data-border=\"true\"]::after, .framer-gMtGf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 317\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"X7fdu3jf8\":{\"layout\":[\"fixed\",\"fixed\"]},\"IEiuQbYFh\":{\"layout\":[\"fixed\",\"fixed\"]},\"QKruEBFCq\":{\"layout\":[\"fixed\",\"fixed\"]},\"lPRaY1l1g\":{\"layout\":[\"fixed\",\"fixed\"]},\"cEXDh2yYm\":{\"layout\":[\"fixed\",\"fixed\"]},\"HrTTXK4zn\":{\"layout\":[\"fixed\",\"fixed\"]},\"kz0wM7kQM\":{\"layout\":[\"fixed\",\"fixed\"]},\"iUnX5lK5v\":{\"layout\":[\"fixed\",\"fixed\"]},\"aKsVpqRtk\":{\"layout\":[\"fixed\",\"fixed\"]},\"oYRdEa2vu\":{\"layout\":[\"fixed\",\"fixed\"]},\"IkoXM3iGX\":{\"layout\":[\"fixed\",\"fixed\"]},\"FJ8foscba\":{\"layout\":[\"fixed\",\"fixed\"]},\"L5HMYChIb\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y5WgYmoDJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"FvCKOHFjW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"wWeBjuh5p\":\"mouseEnter\",\"keDULloUT\":\"fontSize\",\"su7swk0aA\":\"link\",\"t9ElULlUL\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRhclmuXLL=withCSS(Component,css,\"framer-gMtGf\");export default FramerRhclmuXLL;FramerRhclmuXLL.displayName=\"hero-primary-btn-anim\";FramerRhclmuXLL.defaultProps={height:45,width:317};addPropertyControls(FramerRhclmuXLL,{variant:{options:[\"EJkngiMj4\",\"X7fdu3jf8\",\"IEiuQbYFh\",\"QKruEBFCq\",\"lPRaY1l1g\",\"cEXDh2yYm\",\"HrTTXK4zn\",\"kz0wM7kQM\",\"iUnX5lK5v\",\"aKsVpqRtk\",\"oYRdEa2vu\",\"IkoXM3iGX\",\"FJ8foscba\",\"L5HMYChIb\",\"Y5WgYmoDJ\",\"FvCKOHFjW\"],optionTitles:[\"main\",\"1\",\"2\",\"3\",\"4\",\"5\",\"c6\",\"c7\",\"c8\",\"c9\",\"c10\",\"c11\",\"c12\",\"c13\",\"c14\",\"c15\"],title:\"Variant\",type:ControlType.Enum},wWeBjuh5p:{title:\"Mouse Enter\",type:ControlType.EventHandler},keDULloUT:{defaultValue:16,title:\"Font Size\",type:ControlType.Number},su7swk0aA:{title:\"Link\",type:ControlType.Link},t9ElULlUL:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerRhclmuXLL,[{explicitInter:true,fonts:[{family:\"Roobert Mono TRIAL Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/cYvSovpnLLcYesmzAWYcQYT5I.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRhclmuXLL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"wWeBjuh5p\\\":\\\"mouseEnter\\\",\\\"keDULloUT\\\":\\\"fontSize\\\",\\\"su7swk0aA\\\":\\\"link\\\",\\\"t9ElULlUL\\\":\\\"newTab\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X7fdu3jf8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IEiuQbYFh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QKruEBFCq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lPRaY1l1g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cEXDh2yYm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HrTTXK4zn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kz0wM7kQM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iUnX5lK5v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aKsVpqRtk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oYRdEa2vu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IkoXM3iGX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FJ8foscba\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L5HMYChIb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y5WgYmoDJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FvCKOHFjW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"45\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"317\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RhclmuXLL.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";export function DeleteWhenAboveViewport(){const elementRef=useRef(null);const[visible,setVisible]=useState(true);const[safari,setSafari]=useState(false);useEffect(()=>{// Safe browser-only Safari detection\nconst isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);setSafari(isSafari);},[]);useEffect(()=>{if(safari)return;// skip scroll logic in Safari\nconst checkPosition=()=>{if(!elementRef.current)return;const rect=elementRef.current.getBoundingClientRect();if(rect.bottom<0){setVisible(false);}};window.addEventListener(\"scroll\",checkPosition);checkPosition();return()=>{window.removeEventListener(\"scroll\",checkPosition);};},[safari]);return{ref:elementRef,style:safari?{}// do nothing for Safari\n:{display:visible?\"block\":\"none\"}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withDeleteWhenAboveViewport(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...DeleteWhenAboveViewport(props)});};}withDeleteWhenAboveViewport.displayName=\"DeleteWhenAboveViewport\";\nexport const __FramerMetadata__ = {\"exports\":{\"withDeleteWhenAboveViewport\":{\"type\":\"reactHoc\",\"name\":\"withDeleteWhenAboveViewport\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DeleteWhenAboveViewport\":{\"type\":\"override\",\"name\":\"DeleteWhenAboveViewport\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frame_deleter.map"],"mappings":"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"}