{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/F1hoSGlepOEwntg2ArDA/yWesK4uIqq9VBbAk02F9/lb8TILrTZ.js", "ssg:https://framerusercontent.com/modules/l8yikLFYKx5uhVBK9nt5/ErCSLTdDziInCZExqmSd/jRb1iO_NP.js", "ssg:https://framerusercontent.com/modules/wfalX4j6Wnic45bDUk1P/5DgoJigufH2yFzBJQkcH/fo5uW6gcL.js", "ssg:https://framerusercontent.com/modules/hoDmDPGKQ2qNlAx9GKqK/t6fC3XegunzBOBPOnFcw/saJsUFYQc.js", "ssg:https://framerusercontent.com/modules/8nuWsC4OfxeUHAEGglb0/I9oGaO80c5cw8MfyCgPl/LbDZXcz6N.js", "ssg:https://framerusercontent.com/modules/30RuVBLO0huYht7HEG0q/6EcEpyPRE9ByDgWmV8EH/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (2a6858f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;IBM Plex Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdPUFI5NadY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-M2Wov .framer-styles-preset-1owp2ga:not(.rich-text-wrapper), .framer-M2Wov .framer-styles-preset-1owp2ga.rich-text-wrapper p { --framer-font-family: \"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-631f0f2e-95bc-447f-8680-b6334c15de12, #e7e6e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-M2Wov .framer-styles-preset-1owp2ga:not(.rich-text-wrapper), .framer-M2Wov .framer-styles-preset-1owp2ga.rich-text-wrapper p { --framer-font-family: \"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-631f0f2e-95bc-447f-8680-b6334c15de12, #e7e6e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-M2Wov .framer-styles-preset-1owp2ga:not(.rich-text-wrapper), .framer-M2Wov .framer-styles-preset-1owp2ga.rich-text-wrapper p { --framer-font-family: \"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-631f0f2e-95bc-447f-8680-b6334c15de12, #e7e6e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-M2Wov\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (315fd46)\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\";const cycleOrder=[\"zMoXiwMUd\",\"jLkh6mGpI\",\"cv0bwMYnb\",\"sYXHKrkY0\"];const serializationHash=\"framer-jPSlm\";const variantClassNames={cv0bwMYnb:\"framer-v-1rh9jeo\",jLkh6mGpI:\"framer-v-1m8gqvy\",sYXHKrkY0:\"framer-v-16yca6j\",zMoXiwMUd:\"framer-v-19nt0u0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"zMoXiwMUd\",\"2\":\"jLkh6mGpI\",\"3\":\"cv0bwMYnb\",\"4\":\"sYXHKrkY0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"zMoXiwMUd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zMoXiwMUd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear2aj51r=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jLkh6mGpI\"),350);});const onAppears84dkl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cv0bwMYnb\"),350);});const onAppearzz4f9g=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"sYXHKrkY0\"),350);});const onAppear1mluxpg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"zMoXiwMUd\"),350);});useOnVariantChange(baseVariant,{cv0bwMYnb:onAppearzz4f9g,default:onAppear2aj51r,jLkh6mGpI:onAppears84dkl,sYXHKrkY0:onAppear1mluxpg});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19nt0u0\",className,classNames),\"data-framer-name\":\"1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zMoXiwMUd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({cv0bwMYnb:{\"data-framer-name\":\"3\"},jLkh6mGpI:{\"data-framer-name\":\"2\"},sYXHKrkY0:{\"data-framer-name\":\"4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-p7dnl5\",\"data-border\":true,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"SjxpHRWI4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1},variants:{cv0bwMYnb:{opacity:.2},jLkh6mGpI:{opacity:.6},sYXHKrkY0:{opacity:.2}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o1pfpb\",\"data-border\":true,\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"T2SdHH2a7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:.6},variants:{jLkh6mGpI:{opacity:1},sYXHKrkY0:{opacity:.2}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q84wc2\",\"data-border\":true,\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"p3RKJku4z\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:.2},variants:{cv0bwMYnb:{opacity:1},jLkh6mGpI:{opacity:.6}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jPSlm.framer-1d55kha, .framer-jPSlm .framer-1d55kha { display: block; }\",\".framer-jPSlm.framer-19nt0u0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-jPSlm .framer-p7dnl5, .framer-jPSlm .framer-1o1pfpb, .framer-jPSlm .framer-q84wc2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 4px); overflow: hidden; position: relative; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jPSlm.framer-19nt0u0 { gap: 0px; } .framer-jPSlm.framer-19nt0u0 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-jPSlm.framer-19nt0u0 > :first-child { margin-left: 0px; } .framer-jPSlm.framer-19nt0u0 > :last-child { margin-right: 0px; } }\",'.framer-jPSlm[data-border=\"true\"]::after, .framer-jPSlm [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 4\n * @framerIntrinsicWidth 18\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jLkh6mGpI\":{\"layout\":[\"auto\",\"auto\"]},\"cv0bwMYnb\":{\"layout\":[\"auto\",\"auto\"]},\"sYXHKrkY0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjRb1iO_NP=withCSS(Component,css,\"framer-jPSlm\");export default FramerjRb1iO_NP;FramerjRb1iO_NP.displayName=\"homepage/loading\";FramerjRb1iO_NP.defaultProps={height:4,width:18};addPropertyControls(FramerjRb1iO_NP,{variant:{options:[\"zMoXiwMUd\",\"jLkh6mGpI\",\"cv0bwMYnb\",\"sYXHKrkY0\"],optionTitles:[\"1\",\"2\",\"3\",\"4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjRb1iO_NP,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjRb1iO_NP\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"4\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jLkh6mGpI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cv0bwMYnb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sYXHKrkY0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"18\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jRb1iO_NP.map", "// Generated by Framer (8857874)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/q31oV3ncwqe6b95lChdU/Hz5FQDn7fFaissQzUhYC/WjQKE4LnA.js\";import AnimationLoading from\"https://framerusercontent.com/modules/l8yikLFYKx5uhVBK9nt5/ErCSLTdDziInCZExqmSd/jRb1iO_NP.js\";const AnimationLoadingFonts=getFonts(AnimationLoading);const enabledGestures={A0FJzwCmD:{hover:true}};const cycleOrder=[\"cu2cqMgTA\",\"A0FJzwCmD\",\"KnXrxXnkp\",\"K9OHad5Aq\",\"XAa4bKO5_\"];const serializationHash=\"framer-sZKEE\";const variantClassNames={A0FJzwCmD:\"framer-v-1m2m35p\",cu2cqMgTA:\"framer-v-1b6c936\",K9OHad5Aq:\"framer-v-eucjs3\",KnXrxXnkp:\"framer-v-1t33hny\",XAa4bKO5_:\"framer-v-o3k9xe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"solid-loading\":\"KnXrxXnkp\",\"stroke-loading\":\"XAa4bKO5_\",primary:\"cu2cqMgTA\",solid:\"A0FJzwCmD\",stroke:\"K9OHad5Aq\"};const getProps=({click,height,id,link,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,APYMls0Ye:click!==null&&click!==void 0?click:props.APYMls0Ye,hFshJy6uO:link!==null&&link!==void 0?link:props.hFshJy6uO,imuxCvMt4:(_ref=text!==null&&text!==void 0?text:props.imuxCvMt4)!==null&&_ref!==void 0?_ref:\"Let\u2019s talk\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"cu2cqMgTA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,imuxCvMt4,hFshJy6uO,APYMls0Ye,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cu2cqMgTA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tft2a0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(APYMls0Ye){const res=await APYMls0Ye(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"KnXrxXnkp\",\"XAa4bKO5_\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:hFshJy6uO,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1b6c936\",className,classNames)} framer-1r6v05g`,\"data-border\":true,\"data-framer-name\":\"primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cu2cqMgTA\",onTap:onTap1tft2a0,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"A0FJzwCmD-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},A0FJzwCmD:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},K9OHad5Aq:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},KnXrxXnkp:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},XAa4bKO5_:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"A0FJzwCmD-hover\":{\"data-framer-name\":undefined},A0FJzwCmD:{\"data-framer-name\":\"solid\"},K9OHad5Aq:{\"data-framer-name\":\"stroke\"},KnXrxXnkp:{\"data-framer-name\":\"solid-loading\"},XAa4bKO5_:{\"data-framer-name\":\"stroke-loading\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bjwva\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"JKgQPiB5x\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{K9OHad5Aq:{\"--border-color\":\"var(--token-94823a5e-7260-4fc4-96e2-2312db641d74, rgb(58, 58, 62))\",backgroundColor:\"var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(28, 28, 30))\"},XAa4bKO5_:{\"--border-color\":\"var(--token-94823a5e-7260-4fc4-96e2-2312db641d74, rgb(58, 58, 62))\",backgroundColor:\"var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(28, 28, 30))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9rhwj4\",\"data-styles-preset\":\"WjQKE4LnA\",children:\"Let\u2019s talk\"})}),className:\"framer-zhlt2n\",\"data-framer-name\":\"Let\u2019s talk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OnG3wam4Z\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:imuxCvMt4,variants:{KnXrxXnkp:{opacity:0},XAa4bKO5_:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j9dvu3-container\",layoutDependency:layoutDependency,layoutId:\"ROV3AnYKv-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(AnimationLoading,{height:\"100%\",id:\"ROV3AnYKv\",layoutId:\"ROV3AnYKv\",variant:\"zMoXiwMUd\",width:\"100%\"})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sZKEE.framer-1r6v05g, .framer-sZKEE .framer-1r6v05g { display: block; }\",\".framer-sZKEE.framer-1b6c936 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-sZKEE .framer-1bjwva { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 18px 8px 18px; position: relative; width: min-content; z-index: 2; }\",\".framer-sZKEE .framer-zhlt2n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sZKEE .framer-1j9dvu3-container { flex: none; height: auto; left: 50%; position: absolute; top: 51%; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sZKEE.framer-1b6c936, .framer-sZKEE .framer-1bjwva { gap: 0px; } .framer-sZKEE.framer-1b6c936 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sZKEE.framer-1b6c936 > :first-child { margin-left: 0px; } .framer-sZKEE.framer-1b6c936 > :last-child { margin-right: 0px; } .framer-sZKEE .framer-1bjwva > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-sZKEE .framer-1bjwva > :first-child { margin-top: 0px; } .framer-sZKEE .framer-1bjwva > :last-child { margin-bottom: 0px; } }\",\".framer-sZKEE.framer-v-1m2m35p .framer-zhlt2n, .framer-sZKEE.framer-v-1t33hny .framer-zhlt2n, .framer-sZKEE.framer-v-eucjs3 .framer-zhlt2n, .framer-sZKEE.framer-v-o3k9xe .framer-zhlt2n { z-index: 2; }\",...sharedStyle.css,'.framer-sZKEE[data-border=\"true\"]::after, .framer-sZKEE [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 35\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"A0FJzwCmD\":{\"layout\":[\"auto\",\"auto\"]},\"KnXrxXnkp\":{\"layout\":[\"auto\",\"auto\"]},\"K9OHad5Aq\":{\"layout\":[\"auto\",\"auto\"]},\"XAa4bKO5_\":{\"layout\":[\"auto\",\"auto\"]},\"q8jjVUKMX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"imuxCvMt4\":\"text\",\"hFshJy6uO\":\"link\",\"APYMls0Ye\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerfo5uW6gcL=withCSS(Component,css,\"framer-sZKEE\");export default Framerfo5uW6gcL;Framerfo5uW6gcL.displayName=\"elements/button-loading\";Framerfo5uW6gcL.defaultProps={height:35,width:92};addPropertyControls(Framerfo5uW6gcL,{variant:{options:[\"cu2cqMgTA\",\"A0FJzwCmD\",\"KnXrxXnkp\",\"K9OHad5Aq\",\"XAa4bKO5_\"],optionTitles:[\"primary\",\"solid\",\"solid-loading\",\"stroke\",\"stroke-loading\"],title:\"Variant\",type:ControlType.Enum},imuxCvMt4:{defaultValue:\"Let\u2019s talk\",displayTextArea:false,title:\"Text\",type:ControlType.String},hFshJy6uO:{title:\"Link\",type:ControlType.Link},APYMls0Ye:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerfo5uW6gcL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...AnimationLoadingFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfo5uW6gcL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A0FJzwCmD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KnXrxXnkp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K9OHad5Aq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XAa4bKO5_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q8jjVUKMX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"imuxCvMt4\\\":\\\"text\\\",\\\"hFshJy6uO\\\":\\\"link\\\",\\\"APYMls0Ye\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"92\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"35\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/F1hoSGlepOEwntg2ArDA/yWesK4uIqq9VBbAk02F9/lb8TILrTZ.js\";import ElementsButtonLoading from\"https://framerusercontent.com/modules/wfalX4j6Wnic45bDUk1P/5DgoJigufH2yFzBJQkcH/fo5uW6gcL.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ElementsButtonLoadingFonts=getFonts(ElementsButtonLoading);const cycleOrder=[\"ByRsOzV3q\",\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\",\"C9Rf6VO3v\",\"ugRi444i3\",\"Tt3Jz2LTY\",\"jUCAt024w\"];const serializationHash=\"framer-hUvnI\";const variantClassNames={Aio8dXl1y:\"framer-v-n8o6ng\",ByRsOzV3q:\"framer-v-12nvtr8\",C9Rf6VO3v:\"framer-v-87wor5\",fVVOd1PW7:\"framer-v-w9xgx4\",g1WG36bdu:\"framer-v-vdwtix\",HRh4Wwiq9:\"framer-v-6xleat\",jUCAt024w:\"framer-v-1w5wbm0\",Mzr6SpUcL:\"framer-v-1do2sud\",Tt3Jz2LTY:\"framer-v-1ad3mzw\",ugRi444i3:\"framer-v-1hoo3f5\",vqT9FxDPO:\"framer-v-1p3e0xz\",yBjlUPH7V:\"framer-v-1ocrjse\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition2={damping:50,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"Mzr6SpUcL\",\"10\":\"Tt3Jz2LTY\",\"11\":\"jUCAt024w\",\"2\":\"fVVOd1PW7\",\"3\":\"Aio8dXl1y\",\"4\":\"HRh4Wwiq9\",\"5\":\"vqT9FxDPO\",\"6\":\"yBjlUPH7V\",\"7\":\"g1WG36bdu\",\"8\":\"C9Rf6VO3v\",\"9\":\"ugRi444i3\",primary:\"ByRsOzV3q\"};const getProps=({height,id,padding,width,...props})=>{return{...props,V7qgliZCG:padding??props.V7qgliZCG??\"16px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ByRsOzV3q\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,V7qgliZCG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ByRsOzV3q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1oaiypl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fVVOd1PW7\"),500);});const onAppear1s1j6hu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Aio8dXl1y\"),2e3);});const onAppearkziyeo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HRh4Wwiq9\"),2e3);});const onAppear1fmxoaw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vqT9FxDPO\"),2e3);});const onAppear1j6734i=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"yBjlUPH7V\"),2e3);});const onAppearq9dktq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"C9Rf6VO3v\"),2e3);});const onAppear1pxd79y=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ugRi444i3\"),2e3);});const onAppear1p7cfgz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Tt3Jz2LTY\"),2e3);});const onAppear140w5wc=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jUCAt024w\"),2e3);});const APYMls0Ye1lmzoy6=activeVariantCallback(async(...args)=>{setVariant(\"g1WG36bdu\");});useOnVariantChange(baseVariant,{Aio8dXl1y:onAppearkziyeo,C9Rf6VO3v:onAppear1pxd79y,fVVOd1PW7:onAppear1s1j6hu,g1WG36bdu:onAppearq9dktq,HRh4Wwiq9:onAppear1fmxoaw,Mzr6SpUcL:onAppear1oaiypl,Tt3Jz2LTY:onAppear140w5wc,ugRi444i3:onAppear1p7cfgz,vqT9FxDPO:onAppear1j6734i});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Mzr6SpUcL\")return false;return true;};const isDisplayed1=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\",\"C9Rf6VO3v\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\",\"C9Rf6VO3v\",\"ugRi444i3\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if([\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\",\"C9Rf6VO3v\",\"ugRi444i3\",\"Tt3Jz2LTY\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12nvtr8\",className,classNames),\"data-framer-name\":\"primary\",layoutDependency:layoutDependency,layoutId:\"ByRsOzV3q\",ref:ref??ref1,style:{...style},...addPropertyOverrides({Aio8dXl1y:{\"data-framer-name\":\"3\",\"data-highlight\":true},C9Rf6VO3v:{\"data-framer-name\":\"8\",\"data-highlight\":true},fVVOd1PW7:{\"data-framer-name\":\"2\",\"data-highlight\":true},g1WG36bdu:{\"data-framer-name\":\"7\",\"data-highlight\":true},HRh4Wwiq9:{\"data-framer-name\":\"4\",\"data-highlight\":true},jUCAt024w:{\"data-framer-name\":\"11\"},Mzr6SpUcL:{\"data-framer-name\":\"1\",\"data-highlight\":true},Tt3Jz2LTY:{\"data-framer-name\":\"10\",\"data-highlight\":true},ugRi444i3:{\"data-framer-name\":\"9\",\"data-highlight\":true},vqT9FxDPO:{\"data-framer-name\":\"5\",\"data-highlight\":true},yBjlUPH7V:{\"data-framer-name\":\"6\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-ovclvv\",\"data-framer-appear-id\":\"ovclvv\",\"data-framer-name\":\"1\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"HD6wbvTxr\",optimized:true,style:{\"--1bkoeou\":numberToPixelString(V7qgliZCG),backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-631f0f2e-95bc-447f-8680-b6334c15de12, rgb(231, 230, 231)))\"},children:\"Verify cryptographic integrity, because 'trust me bro' isn't enough.\"})}),className:\"framer-1vwj29c\",\"data-framer-name\":\"In an era where cyber threats escalate daily, protecting your digital assets has never been more critical.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uhoaHgToi\",style:{\"--extracted-r6o4lv\":\"var(--token-631f0f2e-95bc-447f-8680-b6334c15de12, rgb(231, 230, 231))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1wde71m\",\"data-framer-appear-id\":\"1wde71m\",\"data-framer-name\":\"2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"g1Q19NzjS\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Scale across chains effortlessly with Zero-Knowledge Proofs.\"})}),className:\"framer-j3mbwi\",\"data-framer-name\":\"Cyberattacks are becoming more sophisticated, and data breaches more frequent.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dSfVgzMWc\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-jcov4q\",\"data-framer-appear-id\":\"jcov4q\",\"data-framer-name\":\"3\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"O_2LY1Qeo\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Our cryptographic solutions ensure verifiable data and compute across distributed networks.\"})}),className:\"framer-fc2vdh\",\"data-framer-name\":\"Web3 businesses prioritizing data integrity today are safeguarding their future.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E7umrHo2m\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1qglrji\",\"data-framer-appear-id\":\"1qglrji\",\"data-framer-name\":\"4\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"sZ67bvhd9\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Access and verify on-chain data with unprecedented ease and security.\"})}),className:\"framer-13u394g\",\"data-framer-name\":\"Waiting until a breach occurs could mean irreversible damage.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"inSxPqNrJ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1cwbbyq\",\"data-framer-appear-id\":\"1cwbbyq\",\"data-framer-name\":\"5\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"T_oTBPJzV\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Give your smart contract access to historical data.\"})}),className:\"framer-1y5blx7\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PUSnX8uvS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-jj39d9\",\"data-framer-appear-id\":\"jj39d9\",\"data-framer-name\":\"6\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"mYT2XnrV6\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Don't trust, verify.\"})}),className:\"framer-dr5p1j\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GMtC8ywcm\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1fvtwxk\",\"data-framer-appear-id\":\"1fvtwxk\",\"data-framer-name\":\"7\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"fnqwe8Iqu\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Waiting until a breach occurs could mean irreversible damage.\"})}),className:\"framer-4gikhi\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IHOM6V9DV\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed7()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-ehyhwq\",\"data-framer-appear-id\":\"ehyhwq\",\"data-framer-name\":\"8\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"eW0j6lYby\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Empower your dApps with our state-of-the-art ZK infrastructure.\"})}),className:\"framer-11350io\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S28wEJTUW\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed8()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1wbvl4h\",\"data-framer-appear-id\":\"1wbvl4h\",\"data-framer-name\":\"9\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"nrc1GbkHk\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Horizontally scale your app-chain operate at the bleeding edge of technology, ensuring your data remains inviolable.\"})}),className:\"framer-sq4rge\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZmBdxbueA\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed9()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1sl0k0y\",\"data-framer-appear-id\":\"1sl0k0y\",\"data-framer-name\":\"10\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"qPnnjke2M\",optimized:true,style:{backgroundColor:\"rgb(22, 22, 24)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1owp2ga\",\"data-styles-preset\":\"lb8TILrTZ\",children:\"Build trust-minimized applications faster with our developer-friendly tools.\"})}),className:\"framer-12ut7hq\",\"data-framer-name\":\"The key to resilience is proactive protection.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OUEHytdCK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10n1q4v\",\"data-framer-name\":\"buttons\",layoutDependency:layoutDependency,layoutId:\"Ztc_giNFh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({Mzr6SpUcL:{y:(componentViewport?.y||0)+0+((componentViewport?.height||36)-0-35+0+0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bnufg3-container\",layoutDependency:layoutDependency,layoutId:\"vuKefzE7h-container\",nodeId:\"vuKefzE7h\",rendersWithMotion:true,scopeId:\"saJsUFYQc\",children:/*#__PURE__*/_jsx(ElementsButtonLoading,{height:\"100%\",hFshJy6uO:\"https://herodotus.cloud/\",id:\"vuKefzE7h\",imuxCvMt4:\"Let\u2019s start building\",layoutId:\"vuKefzE7h\",variant:\"A0FJzwCmD\",width:\"100%\",...addPropertyOverrides({C9Rf6VO3v:{variant:\"KnXrxXnkp\"},g1WG36bdu:{variant:\"KnXrxXnkp\"},Tt3Jz2LTY:{variant:\"KnXrxXnkp\"},ugRi444i3:{variant:\"KnXrxXnkp\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({Mzr6SpUcL:{y:(componentViewport?.y||0)+0+((componentViewport?.height||36)-0-35+0+0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17jqixm-container\",layoutDependency:layoutDependency,layoutId:\"AW17yEBz_-container\",nodeId:\"AW17yEBz_\",rendersWithMotion:true,scopeId:\"saJsUFYQc\",style:{opacity:1},variants:{C9Rf6VO3v:{opacity:0},g1WG36bdu:{opacity:0},jUCAt024w:{opacity:0},Tt3Jz2LTY:{opacity:0},ugRi444i3:{opacity:0}},children:/*#__PURE__*/_jsx(ElementsButtonLoading,{height:\"100%\",id:\"AW17yEBz_\",imuxCvMt4:\"Tell me more\",layoutId:\"AW17yEBz_\",variant:\"K9OHad5Aq\",width:\"100%\",...addPropertyOverrides({Aio8dXl1y:{variant:\"XAa4bKO5_\"},fVVOd1PW7:{variant:\"XAa4bKO5_\"},HRh4Wwiq9:{variant:\"XAa4bKO5_\"},Mzr6SpUcL:{variant:\"XAa4bKO5_\"},vqT9FxDPO:{variant:\"XAa4bKO5_\"},yBjlUPH7V:{APYMls0Ye:APYMls0Ye1lmzoy6}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hUvnI.framer-rs9v92, .framer-hUvnI .framer-rs9v92 { display: block; }\",\".framer-hUvnI.framer-12nvtr8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; min-width: 331px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hUvnI .framer-ovclvv { 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: var(--1bkoeou); position: relative; width: min-content; z-index: 1; }\",\".framer-hUvnI .framer-1vwj29c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 282px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUvnI .framer-1wde71m, .framer-hUvnI .framer-jcov4q, .framer-hUvnI .framer-1qglrji, .framer-hUvnI .framer-1cwbbyq, .framer-hUvnI .framer-jj39d9, .framer-hUvnI .framer-1fvtwxk, .framer-hUvnI .framer-ehyhwq, .framer-hUvnI .framer-1wbvl4h, .framer-hUvnI .framer-1sl0k0y { 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: 16px; position: relative; width: min-content; z-index: 1; }\",\".framer-hUvnI .framer-j3mbwi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 299px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUvnI .framer-fc2vdh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 267px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUvnI .framer-13u394g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 220px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUvnI .framer-1y5blx7, .framer-hUvnI .framer-dr5p1j, .framer-hUvnI .framer-4gikhi, .framer-hUvnI .framer-11350io, .framer-hUvnI .framer-sq4rge, .framer-hUvnI .framer-12ut7hq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 276px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUvnI .framer-10n1q4v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-hUvnI .framer-bnufg3-container, .framer-hUvnI .framer-17jqixm-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hUvnI.framer-12nvtr8, .framer-hUvnI .framer-ovclvv, .framer-hUvnI .framer-1wde71m, .framer-hUvnI .framer-jcov4q, .framer-hUvnI .framer-1qglrji, .framer-hUvnI .framer-1cwbbyq, .framer-hUvnI .framer-jj39d9, .framer-hUvnI .framer-1fvtwxk, .framer-hUvnI .framer-ehyhwq, .framer-hUvnI .framer-1wbvl4h, .framer-hUvnI .framer-1sl0k0y, .framer-hUvnI .framer-10n1q4v { gap: 0px; } .framer-hUvnI.framer-12nvtr8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hUvnI.framer-12nvtr8 > :first-child { margin-top: 0px; } .framer-hUvnI.framer-12nvtr8 > :last-child { margin-bottom: 0px; } .framer-hUvnI .framer-ovclvv > *, .framer-hUvnI .framer-1wde71m > *, .framer-hUvnI .framer-jcov4q > *, .framer-hUvnI .framer-1qglrji > *, .framer-hUvnI .framer-1cwbbyq > *, .framer-hUvnI .framer-jj39d9 > *, .framer-hUvnI .framer-1fvtwxk > *, .framer-hUvnI .framer-ehyhwq > *, .framer-hUvnI .framer-1wbvl4h > *, .framer-hUvnI .framer-1sl0k0y > *, .framer-hUvnI .framer-10n1q4v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hUvnI .framer-ovclvv > :first-child, .framer-hUvnI .framer-1wde71m > :first-child, .framer-hUvnI .framer-jcov4q > :first-child, .framer-hUvnI .framer-1qglrji > :first-child, .framer-hUvnI .framer-1cwbbyq > :first-child, .framer-hUvnI .framer-jj39d9 > :first-child, .framer-hUvnI .framer-1fvtwxk > :first-child, .framer-hUvnI .framer-ehyhwq > :first-child, .framer-hUvnI .framer-1wbvl4h > :first-child, .framer-hUvnI .framer-1sl0k0y > :first-child, .framer-hUvnI .framer-10n1q4v > :first-child { margin-left: 0px; } .framer-hUvnI .framer-ovclvv > :last-child, .framer-hUvnI .framer-1wde71m > :last-child, .framer-hUvnI .framer-jcov4q > :last-child, .framer-hUvnI .framer-1qglrji > :last-child, .framer-hUvnI .framer-1cwbbyq > :last-child, .framer-hUvnI .framer-jj39d9 > :last-child, .framer-hUvnI .framer-1fvtwxk > :last-child, .framer-hUvnI .framer-ehyhwq > :last-child, .framer-hUvnI .framer-1wbvl4h > :last-child, .framer-hUvnI .framer-1sl0k0y > :last-child, .framer-hUvnI .framer-10n1q4v > :last-child { margin-right: 0px; } }\",\".framer-hUvnI.framer-v-87wor5 .framer-4gikhi, .framer-hUvnI.framer-v-1hoo3f5 .framer-4gikhi, .framer-hUvnI.framer-v-1ad3mzw .framer-4gikhi, .framer-hUvnI.framer-v-1w5wbm0 .framer-4gikhi { width: 259px; }\",\".framer-hUvnI.framer-v-1hoo3f5 .framer-11350io, .framer-hUvnI.framer-v-1ad3mzw .framer-11350io, .framer-hUvnI.framer-v-1w5wbm0 .framer-11350io { width: 238px; }\",\".framer-hUvnI.framer-v-1ad3mzw .framer-sq4rge, .framer-hUvnI.framer-v-1w5wbm0 .framer-sq4rge, .framer-hUvnI.framer-v-1w5wbm0 .framer-12ut7hq { width: 247px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1031\n * @framerIntrinsicWidth 331\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"Mzr6SpUcL\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"fVVOd1PW7\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"Aio8dXl1y\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"HRh4Wwiq9\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"vqT9FxDPO\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"yBjlUPH7V\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"g1WG36bdu\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"C9Rf6VO3v\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"ugRi444i3\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"Tt3Jz2LTY\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]},\"jUCAt024w\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"331px\",null,null,null]}}}\n * @framerVariables {\"V7qgliZCG\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersaJsUFYQc=withCSS(Component,css,\"framer-hUvnI\");export default FramersaJsUFYQc;FramersaJsUFYQc.displayName=\"homepage/bubble-chats\";FramersaJsUFYQc.defaultProps={height:1031,width:331};addPropertyControls(FramersaJsUFYQc,{variant:{options:[\"ByRsOzV3q\",\"Mzr6SpUcL\",\"fVVOd1PW7\",\"Aio8dXl1y\",\"HRh4Wwiq9\",\"vqT9FxDPO\",\"yBjlUPH7V\",\"g1WG36bdu\",\"C9Rf6VO3v\",\"ugRi444i3\",\"Tt3Jz2LTY\",\"jUCAt024w\"],optionTitles:[\"primary\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\"],title:\"Variant\",type:ControlType.Enum},V7qgliZCG:{defaultValue:\"16px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramersaJsUFYQc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ElementsButtonLoadingFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersaJsUFYQc\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"331\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"Mzr6SpUcL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"fVVOd1PW7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"Aio8dXl1y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"HRh4Wwiq9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"vqT9FxDPO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"yBjlUPH7V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"g1WG36bdu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"C9Rf6VO3v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"ugRi444i3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"Tt3Jz2LTY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]},\\\"jUCAt024w\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"331px\\\",null,null,null]}}}\",\"framerIntrinsicHeight\":\"1031\",\"framerVariables\":\"{\\\"V7qgliZCG\\\":\\\"padding\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./saJsUFYQc.map", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/eKyo6V9pgvkPcVQPLM6Y/uEAPUxHxDbtbDV3l2J8V/SPJgQEEum.js\";import HomepageBubbleChats from\"https://framerusercontent.com/modules/hoDmDPGKQ2qNlAx9GKqK/t6fC3XegunzBOBPOnFcw/saJsUFYQc.js\";const HomepageBubbleChatsFonts=getFonts(HomepageBubbleChats);const TickerFonts=getFonts(Ticker);const cycleOrder=[\"Q7gCViLM8\",\"eHQpZpHhw\",\"vDiq7Uyft\"];const serializationHash=\"framer-ejudu\";const variantClassNames={eHQpZpHhw:\"framer-v-14j3jg6\",Q7gCViLM8:\"framer-v-1c6a2ao\",vDiq7Uyft:\"framer-v-gi831r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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(React.Fragment);const humanReadableVariantMap={Desktop:\"Q7gCViLM8\",Phone:\"vDiq7Uyft\",Tablet:\"eHQpZpHhw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Q7gCViLM8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Q7gCViLM8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"eHQpZpHhw\",\"vDiq7Uyft\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"vDiq7Uyft\")return false;return true;};const isDisplayed2=()=>{if([\"eHQpZpHhw\",\"vDiq7Uyft\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1c6a2ao\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Q7gCViLM8\",ref:ref??ref1,style:{...style},...addPropertyOverrides({eHQpZpHhw:{\"data-framer-name\":\"Tablet\"},vDiq7Uyft:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pntkvd\",\"data-framer-name\":\"hero\",layoutDependency:layoutDependency,layoutId:\"gOuDNiQj0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ncwuun\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"bhIgiz0GF\",style:{mask:\"linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0, 0, 0, 0.98734) 46%) add\",WebkitMask:\"linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0, 0, 0, 0.98734) 46%) add\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1031,y:(componentViewport?.y||0)+0+(((componentViewport?.height||672)-0-1e3)/2+0+0)+123+225+0+-399,...addPropertyOverrides({vDiq7Uyft:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-0-684)/2+0+0)+124+0+0+-583}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eo0vnb-container\",layoutDependency:layoutDependency,layoutId:\"g6BPlF8i6-container\",children:/*#__PURE__*/_jsx(HomepageBubbleChats,{height:\"100%\",id:\"g6BPlF8i6\",layoutId:\"g6BPlF8i6\",V7qgliZCG:\"16px\",variant:\"Mzr6SpUcL\",width:\"100%\",...addPropertyOverrides({vDiq7Uyft:{V7qgliZCG:\"12px\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dpnro6\",\"data-framer-name\":\"trusted\",layoutDependency:layoutDependency,layoutId:\"y7bhvMxqj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-toyunb\",\"data-styles-preset\":\"SPJgQEEum\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(198, 198, 199)))\"},children:\"Trusted by\"})}),className:\"framer-1g8i6hq\",\"data-framer-name\":\"Trusted by 100+ founders\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AoQfKryAw\",style:{\"--extracted-r6o4lv\":\"var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(198, 198, 199))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13hgxcq-container\",layoutDependency:layoutDependency,layoutId:\"i68eyO_p9-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:30,height:\"100%\",hoverFactor:1,id:\"i68eyO_p9\",layoutId:\"i68eyO_p9\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hxr2nt\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"uKSLujQ1d\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://starkware.co/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-dultbl framer-17964ua\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:131,layoutDependency:layoutDependency,layoutId:\"kFC__13EP\",svg:'<svg width=\"131\" height=\"24\" viewBox=\"0 0 131 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9689)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.182 15.2675C38.182 17.119 37.1235 18.1819 35.0413 18.1819H30.0613V15.9876H34.4513C35.0933 15.9876 35.4057 15.7647 35.4057 15.199C35.4057 14.7362 35.0587 14.4447 34.2952 13.9133L31.6924 11.9247C30.3736 10.9304 29.8184 10.0047 29.8184 8.90749C29.8184 7.03896 30.9289 6.18188 33.1152 6.18188H37.9738V8.37613H33.6011C32.9243 8.37613 32.5946 8.599 32.5946 9.18186C32.5946 9.62759 32.9417 9.91902 33.7225 10.4332L36.3079 12.2161C37.6267 13.1076 38.182 14.1876 38.182 15.2675Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.3639 8.3762H45.217V18.1819H42.4198V8.3762H39.2729V6.18188H48.3639V8.3762Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.8677 13.8619L54.1988 9.11321L52.5129 13.8619H55.8677ZM56.583 15.8676H51.7806L50.9632 18.1819H48L52.7513 6.18188H55.6123L60.3636 18.1819H57.4005L56.583 15.8676Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.0811 11.839C66.6078 11.839 67.0589 11.3075 67.0589 10.039C67.0589 8.77043 66.6078 8.23899 65.0811 8.23899H63.8666V11.839H65.0811ZM70.1817 18.1819H67.3886L66.8507 15.8847C66.5037 14.2905 66.1915 13.8619 64.977 13.8447H63.8666V18.1819H61.0908V6.18188H66.07C68.655 6.18188 69.8347 7.31326 69.8347 9.7818C69.8347 11.4448 69.1755 12.4561 67.8396 12.8676C68.7939 13.3133 69.2622 14.2047 69.6439 15.8847L70.1817 18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.7039 11.9934L79.0133 6.18188H82.2413L77.7121 11.9934L82.5455 18.1819H79.3175L74.7039 11.9934ZM72 18.1819H74.7039V6.18188H72V18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M100.364 6.18188L96.7348 18.1819H95.0391L92.1733 8.58185L89.3075 18.1819H87.5949L84 6.18188H85.6618L88.4936 16.3133L91.4951 6.18188H92.8516L95.8531 16.3133L98.7019 6.18188H100.364Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M107.553 13.9133L105.281 7.89613L102.992 13.9133H107.553ZM107.983 15.0619H102.562L101.374 18.1819H99.6362L104.438 6.18188H106.107L110.909 18.1819H109.171L107.983 15.0619Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.129 12.0618C118.038 12.0618 118.749 11.3248 118.749 9.7133C118.749 8.13613 118.038 7.38191 116.129 7.38191H113.96V12.0618H116.129ZM120.727 18.1819H119.114L118.68 16.1247C118.246 13.9819 117.708 13.2619 116.077 13.2276H113.96V18.1819H112.364V6.18188H116.667C119.218 6.18188 120.346 7.29611 120.346 9.57616C120.346 11.2904 119.634 12.3361 118.142 12.679C119.322 13.1247 119.86 14.1362 120.276 16.1247L120.727 18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M124.859 7.4504V11.1018H130.203V12.2847H124.859V14.8562C124.859 16.2791 125.479 16.9133 126.893 16.9133H130.909V18.1819H126.652C124.135 18.1819 123.273 17.359 123.273 14.9933V6.18188H130.909V7.4504H124.859Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6193 13.539L9.56287 15.6597C9.56155 15.6609 9.56031 15.6623 9.55876 15.6632C9.55372 15.6666 9.54767 15.6685 9.54123 15.6685C9.52339 15.6685 9.50888 15.6536 9.50888 15.6351C9.50888 15.6314 9.50942 15.6277 9.51059 15.6244C9.51059 15.6243 9.51059 15.6244 9.51059 15.6244L10.2929 12.6149C10.3596 12.3992 10.31 12.1536 10.144 11.9824L8.08754 9.86164C8.08637 9.86028 8.08513 9.859 8.08412 9.8574C8.08094 9.85228 8.079 9.84604 8.079 9.8394C8.079 9.82092 8.09351 9.80596 8.11143 9.80596C8.11508 9.80596 8.11857 9.8066 8.12183 9.80772L11.0401 10.6145C11.2493 10.6833 11.4874 10.6322 11.6534 10.461L13.7099 8.34036C13.7112 8.33908 13.7125 8.33772 13.714 8.33676C13.7191 8.3334 13.725 8.33148 13.7316 8.33148C13.7494 8.33148 13.7639 8.34644 13.7639 8.36492C13.7639 8.36868 13.7633 8.37228 13.7622 8.37564L12.9799 11.3851C12.9132 11.6008 12.9628 11.8464 13.1287 12.0176L15.1852 14.1384C15.1864 14.1397 15.1877 14.141 15.1886 14.1425C15.1918 14.1477 15.1938 14.154 15.1938 14.1606C15.1938 14.179 15.1792 14.194 15.1614 14.194C15.1577 14.194 15.1542 14.1934 15.151 14.1923C15.1509 14.1923 15.151 14.1923 15.151 14.1923L12.2326 13.3855C12.0235 13.3167 11.7853 13.3679 11.6193 13.539ZM23.184 11.779L18.272 6.71356C18.1061 6.54244 17.8679 6.49124 17.6587 6.56004L14.4287 7.45332C14.4283 7.45324 14.4282 7.45276 14.4276 7.453C14.4245 7.45396 14.4213 7.45452 14.4179 7.45452C14.4 7.45452 14.3855 7.43956 14.3855 7.42108C14.3855 7.40924 14.3914 7.39892 14.4004 7.393C14.753 7.15116 15.2873 6.71356 16.5654 5.39556C16.6837 5.27356 16.6837 5.07564 16.5654 4.95356L11.8507 0.09156C11.7324 -0.03052 11.5404 -0.03052 11.4221 0.09156L6.51011 5.157C6.34418 5.32812 6.29461 5.5738 6.36132 5.78948L7.22746 9.12044C7.22738 9.12084 7.22699 9.12092 7.22715 9.12164C7.22815 9.12476 7.22862 9.12812 7.22862 9.13156C7.22862 9.15004 7.21411 9.165 7.19619 9.165C7.18479 9.165 7.1747 9.15884 7.16896 9.14956C6.93445 8.78596 6.51011 8.235 5.23213 6.917C5.11375 6.79492 4.92183 6.79492 4.80353 6.917L0.0887854 11.779C-0.0295951 11.9011 -0.0295951 12.099 0.0887854 12.221L5.00072 17.2864C5.16666 17.4576 5.40489 17.5088 5.61404 17.44L8.84413 16.5467C8.84452 16.5468 8.84452 16.5472 8.84522 16.547C8.84824 16.546 8.8515 16.5455 8.85484 16.5455C8.87276 16.5455 8.88727 16.5604 8.88727 16.5789C8.88727 16.5907 8.88137 16.6011 8.87237 16.6071C8.87229 16.6071 8.87237 16.607 8.87237 16.6071C8.51971 16.8488 7.98545 17.2864 6.70739 18.6044C6.58901 18.7265 6.58901 18.9244 6.70739 19.0464L11.4221 23.9084C11.5404 24.0305 11.7324 24.0305 11.8507 23.9084L16.7626 18.843C16.9285 18.6719 16.9782 18.4262 16.9115 18.2105L16.0453 14.8796C16.0453 14.8791 16.0458 14.8791 16.0456 14.8784C16.0446 14.8752 16.0442 14.872 16.0442 14.8684C16.0442 14.85 16.0587 14.835 16.0765 14.835C16.088 14.835 16.0981 14.8412 16.1038 14.8504C16.3383 15.214 16.7626 15.7651 18.0407 17.083C18.159 17.2051 18.3509 17.2051 18.4693 17.083L23.184 12.221C23.3023 12.099 23.3023 11.9011 23.184 11.779Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9689\">\\n<rect width=\"130.909\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gizatech.xyz/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1k2oybj framer-17964ua\",\"data-framer-name\":\"svg-1774522474_3030\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"crZOKKdaI\",svg:'<svg width=\"69\" height=\"22\" viewBox=\"0 0 69 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9702)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4679 0.197998L1.11475 16.259L10.4679 21.6614L19.8283 16.259L10.4679 0.197998ZM8.89753 9.43089C9.89526 8.43912 10.4352 6.9963 10.4728 5.2243C10.5471 8.71836 12.5744 10.9326 16.2132 10.9326C14.4197 10.9326 13.0178 11.4705 12.0482 12.4344C11.0505 13.4262 10.5105 14.869 10.4728 16.641C10.3986 13.1469 8.37136 10.9326 4.73251 10.9326C6.52593 10.9326 7.92793 10.3948 8.89753 9.43089Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M37.0795 16.5811C37.0841 16.4627 37.0863 16.3434 37.0863 16.2233V10.9307H31.4019V12.7765H34.7557C34.8694 12.7765 34.9641 12.7388 35.04 12.6635C35.1157 12.5881 35.1725 12.4877 35.2105 12.3621C35.261 12.2366 35.2926 12.0984 35.3052 11.9478C35.3305 11.797 35.3431 11.6526 35.3431 11.5145V16.3174C35.3431 16.4055 35.3409 16.4934 35.3365 16.5811H37.0795Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M26.779 11.0022C26.78 11.8741 26.9204 12.6199 27.2003 13.2397C27.4812 13.8615 27.8514 14.3691 28.311 14.7625C28.7706 15.1559 29.294 15.4414 29.8813 15.6191C30.4558 15.8094 31.0366 15.9046 31.6239 15.9046H36.5071C36.3666 15.9046 36.2198 15.8919 36.0666 15.8666C35.9134 15.8539 35.773 15.8221 35.6453 15.7714C35.624 15.765 35.6035 15.7581 35.5836 15.7507H37.1007V17.6559H31.7197C30.7877 17.6559 29.9068 17.5226 29.077 17.2561C28.2471 16.9896 27.5259 16.5772 26.9131 16.0189C26.2875 15.4731 25.796 14.7815 25.4386 13.944C25.0811 13.1064 24.9023 12.1229 24.9023 10.9935C24.9032 9.84238 25.0692 8.84272 25.4003 7.99465C25.7322 7.13171 26.1918 6.42106 26.779 5.86269C27.3663 5.29164 28.0621 4.87287 28.8664 4.60638C29.6707 4.3272 30.5388 4.19395 31.4707 4.20664C32.2495 4.21933 32.9835 4.32085 33.6729 4.5112C34.3623 4.70155 34.9815 4.99342 35.5304 5.38684C36.0922 5.7675 36.5709 6.24973 36.9667 6.83348C37.0076 6.8939 37.0475 6.95533 37.0862 7.0179L35.4129 7.97823C35.4074 7.97098 35.4019 7.96374 35.3964 7.95655C35.0645 7.52508 34.6815 7.16342 34.2474 6.87157C33.8261 6.57967 33.3729 6.35763 32.8878 6.20535C32.4027 6.04035 31.9303 5.95788 31.4707 5.95788C30.8707 5.95788 30.2834 6.06573 29.709 6.28149C29.1472 6.4972 28.6493 6.82081 28.2153 7.25228C27.7812 7.67103 27.4301 8.19769 27.1621 8.8322C26.9067 9.454 26.779 10.1773 26.779 11.0022Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M39.0317 17.6559V4.46973H40.8889V17.6559H39.0317Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M54.5181 17.6559H42.6929V15.9794L51.4291 6.73021C51.7323 6.40998 52.1872 6.10858 52.5851 5.93907L52.5662 5.90135C52.1872 6.07091 51.6376 6.20275 51.2017 6.20275H42.8445V4.46973H54.3476V6.14624L45.6871 15.3954C45.4028 15.7157 44.929 16.0171 44.5311 16.1866L44.55 16.2243C44.948 16.0547 45.4786 15.9229 45.9145 15.9229H54.5181V17.6559Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M57.4791 17.6559H55.4707L60.4738 4.46973H63.1836L68.1867 17.6559H66.1965L64.965 14.5101H58.673L57.4791 17.6559ZM61.819 6.12741L59.2606 12.8712C60.8527 12.8712 61.9516 12.8524 62.7667 12.9466C63.5624 13.0219 64.3587 13.361 64.9082 14.3217L61.819 6.12741Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9702\">\\n<rect width=\"67.6097\" height=\"22\" fill=\"white\" transform=\"translate(0.90918)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://snapshot.box/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1udxj07 framer-17964ua\",\"data-framer-name\":\"Snapshot logo-full-white 2024 (1) 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:126,intrinsicWidth:590,layoutDependency:layoutDependency,layoutId:\"k6bN8EGYg\",style:{opacity:.75},svg:'<svg width=\"590\" height=\"126\" viewBox=\"0 0 590 126\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4377_128)\">\\n<path d=\"M104.782 54.7785C104.271 53.41 102.962 52.5 101.499 52.5H59.2365L83.6138 5.103C84.3803 3.612 83.9848 1.7885 82.6654 0.7525C82.0284 0.2485 81.2619 0 80.4989 0C79.6834 0 78.8679 0.287 78.2134 0.8505L52.4991 23.058L1.21392 67.3505C0.107927 68.306 -0.29107 69.8495 0.219926 71.218C0.730923 72.5865 2.03641 73.5 3.4994 73.5H45.7616L21.3843 120.897C20.6178 122.388 21.0133 124.211 22.3328 125.247C22.9698 125.751 23.7363 126 24.4993 126C25.3148 126 26.1302 125.713 26.7847 125.149L52.4991 102.942L103.784 58.6495C104.894 57.694 105.289 56.1505 104.782 54.7785Z\" fill=\"white\"/>\\n<path d=\"M163.683 89.9237C170.146 89.9237 175.402 88.3231 179.451 85.122C183.501 81.8797 185.525 77.5294 185.525 72.071C185.484 63.7397 180.699 58.4455 171.168 56.1882L159.388 53.418C155.543 52.392 153.621 50.6683 153.621 48.2469C153.621 46.1538 154.5 44.5532 156.259 43.4451C158.018 42.337 160.104 41.7829 162.517 41.7829C168.039 41.7829 171.434 43.835 172.702 47.9391H185.034C184.012 42.7679 181.619 38.7254 177.856 35.8115C174.093 32.8976 169.082 31.4407 162.824 31.4407C156.566 31.4407 151.453 33.1028 147.485 36.4271C143.518 39.7514 141.534 43.9376 141.534 48.9856C141.534 57.0706 146.135 62.2007 155.339 64.3759L166.935 67.1461C169.307 67.7207 170.984 68.4594 171.966 69.3623C172.948 70.2652 173.438 71.6196 173.438 73.4254C173.438 75.2722 172.579 76.7702 170.861 77.9193C169.144 79.0685 166.833 79.643 163.928 79.643C157.957 79.643 154.255 77.2832 152.823 72.5635H140C140.818 77.8988 143.354 82.126 147.608 85.2451C151.862 88.3642 157.22 89.9237 163.683 89.9237ZM210.336 88.178V51.6953C210.989 49.0516 212.398 46.9163 214.562 45.2895C216.725 43.6626 219.379 42.8491 222.523 42.8491C225.666 42.8491 228.116 43.8456 229.871 45.8385C231.627 47.8315 232.504 50.6175 232.504 54.1966V88.178H245.058V52.0613C245.018 45.7979 243.282 40.7952 239.853 37.0534C236.424 33.3116 231.586 31.4407 225.34 31.4407C219.093 31.4407 214.092 33.6166 210.336 37.9685V32.7218H197.782V88.178H210.336ZM278.101 89.0407C281.035 89.1219 283.807 88.716 286.415 87.8229C289.023 86.9299 290.837 85.976 291.856 84.9612V88.0665H303.716V51.7773C303.716 45.4449 301.76 40.4724 297.847 36.8597C293.934 33.247 288.82 31.4407 282.502 31.4407C276.226 31.4407 271.05 33.0035 266.974 36.1291C262.899 39.2546 260.453 43.2326 259.638 48.0631H271.682C273.108 44.0445 276.287 42.0352 281.219 42.0352C284.642 42.0352 287.271 42.9688 289.105 44.836C290.939 46.7033 291.856 49.0982 291.856 52.0208V56.5265C290.674 55.6741 288.82 54.9028 286.293 54.2128C283.766 53.5227 281.32 53.1777 278.957 53.1777C272.762 53.2183 267.606 54.9028 263.49 58.2314C259.373 61.5599 257.315 65.883 257.315 71.2005C257.315 76.5181 259.292 80.8208 263.245 84.1088C267.239 87.3967 272.191 89.0407 278.101 89.0407ZM279.623 79.4492C276.79 79.4492 274.261 78.7643 272.035 77.3945C269.809 76.0248 268.697 74.0709 268.697 71.5328C268.697 68.9947 269.83 67.0609 272.096 65.7315C274.362 64.402 276.911 63.7373 279.744 63.7373C282.577 63.7373 285.086 64.261 287.271 65.3085C289.456 66.3559 290.852 67.7055 291.459 69.3573V73.8896C290.812 75.501 289.395 76.8305 287.21 77.878C284.984 78.9254 282.455 79.4492 279.623 79.4492ZM331.15 110V83.8136C332.497 85.5347 334.456 86.969 337.027 88.1165C339.599 89.2639 342.354 89.8377 345.292 89.8377C353.129 89.8377 359.394 87.01 364.088 81.3547C368.782 75.6994 371.128 68.7943 371.128 60.6392C371.088 52.4841 368.741 45.5789 364.088 39.9236C359.435 34.2683 353.17 31.4407 345.292 31.4407C342.354 31.4407 339.599 32.0349 337.027 33.2233C334.456 34.4118 332.497 35.8461 331.15 37.5263V32.7316H318.599V110H331.15ZM343.112 78.5763C340.486 78.5763 338.068 77.8841 335.859 76.4998C333.649 75.1155 331.982 73.3444 330.856 71.1866V50.1778C331.982 48.02 333.649 46.2489 335.859 44.8646C338.068 43.4803 340.486 42.7881 343.112 42.7881C347.99 42.7881 351.846 44.4574 354.681 47.796C357.474 51.1346 358.871 55.43 358.871 60.6822C358.912 65.9344 357.516 70.2298 354.681 73.5684C351.846 76.907 347.99 78.5763 343.112 78.5763ZM402.691 89.9237C409.153 89.9237 414.41 88.3231 418.459 85.122C422.508 81.8797 424.533 77.5294 424.533 72.071C424.492 63.7397 419.707 58.4455 410.176 56.1882L398.396 53.418C394.551 52.392 392.629 50.6683 392.629 48.2469C392.629 46.1538 393.508 44.5532 395.267 43.4451C397.026 42.337 399.112 41.7829 401.525 41.7829C407.047 41.7829 410.442 43.835 411.71 47.9391H424.042C423.02 42.7679 420.627 38.7254 416.864 35.8115C413.101 32.8976 408.09 31.4407 401.832 31.4407C395.574 31.4407 390.461 33.1028 386.493 36.4271C382.525 39.7514 380.542 43.9376 380.542 48.9856C380.542 57.0706 385.143 62.2007 394.346 64.3759L405.943 67.1461C408.315 67.7207 409.992 68.4594 410.974 69.3623C411.955 70.2652 412.446 71.6196 412.446 73.4254C412.446 75.2722 411.587 76.7702 409.869 77.9193C408.151 79.0685 405.84 79.643 402.936 79.643C396.964 79.643 393.263 77.2832 391.831 72.5635H379.008C379.826 77.8988 382.362 82.126 386.616 85.2451C390.87 88.3642 396.228 89.9237 402.691 89.9237ZM450.219 89.0508V52.1865C450.873 49.5152 452.281 47.3576 454.445 45.7137C456.609 44.0698 459.262 43.2479 462.406 43.2479C465.549 43.2479 467.999 44.2547 469.754 46.2685C471.51 48.2823 472.388 51.0974 472.388 54.714V89.0508H484.942V52.5564C484.901 46.2274 483.166 41.1724 479.736 37.3915C476.307 33.6105 471.469 31.7201 465.223 31.7201C458.976 31.7201 453.975 33.9188 450.219 38.3162V7H437.665V89.0508H450.219ZM522.181 89.9237C530.083 89.9237 536.504 87.1945 541.443 81.7361C546.383 76.2777 548.852 69.2597 548.852 60.6822C548.852 52.1047 546.383 45.0867 541.443 39.6283C536.504 34.1699 530.083 31.4407 522.181 31.4407C514.237 31.4407 507.795 34.1699 502.856 39.6283C497.917 45.0867 495.447 52.1047 495.447 60.6822C495.447 69.2597 497.917 76.2777 502.856 81.7361C507.837 87.1945 514.278 89.9237 522.181 89.9237ZM522.618 79.4492C518.185 79.4492 514.737 77.753 512.274 74.3607C509.811 70.9685 508.58 66.5544 508.58 61.1186C508.58 55.6828 509.811 51.2688 512.274 47.8765C514.696 44.4843 518.144 42.7881 522.618 42.7881C527.093 42.7881 530.541 44.4843 532.963 47.8765C535.384 51.2688 536.595 55.6828 536.595 61.1186C536.595 66.5544 535.384 70.9685 532.963 74.3607C530.541 77.753 527.093 79.4492 522.618 79.4492ZM579.733 89.9237C584.296 89.9237 587.718 89.2728 590 87.9711V76.5604C587.922 78.0655 585.539 78.8181 582.849 78.8181C578.449 78.8181 576.249 76.6621 576.249 72.35V43.6097H588.778V33.2363H576.249V18.3475H563.72V33.2363H554.981V43.6097H563.72V73.6925C563.72 78.9808 565.248 83.0082 568.304 85.7744C571.36 88.5406 575.169 89.9237 579.733 89.9237Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4377_128\">\\n<rect width=\"590\" height=\"126\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://lambdaclass.com/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1j48z0o framer-17964ua\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:74,layoutDependency:layoutDependency,layoutId:\"gEWX3XH68\",svg:'<svg width=\"74\" height=\"20\" viewBox=\"0 0 74 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9733)\">\\n<path d=\"M22.2193 13.7353L19.1278 6.76466L16.1244 13.5293C15.7123 14.4116 15.3883 14.7353 14.5935 14.7939H12.3853L16.3897 5.73539H14.8005L15.9486 3.17651H19.0992C20.3358 3.17651 20.8954 3.55883 21.5145 5.02943L24.5766 11.8824V5.73539H23.4853L22.1606 3.17651H25.6055C26.8421 3.17651 27.4017 3.55883 28.0208 5.02943L31.0536 11.9117L34.0852 5.02943C34.7329 3.58815 35.2631 3.17651 36.5005 3.17651H37.5015V14.8236H34.8811V9.05889L32.82 13.7357C32.376 14.559 31.9357 14.7943 31.0231 14.7943C30.6687 14.8313 30.3115 14.7578 30.0005 14.5841C29.6895 14.4103 29.4399 14.1447 29.286 13.8237L27.1658 9.05889V14.7943L23.9564 14.8236C23.0439 14.8236 22.6611 14.559 22.2193 13.7353Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M0.519043 20L1.99122 16.6765H3.37497C4.61158 16.6765 4.90585 16.2942 5.52454 14.8236L11.9431 0H15.8279L8.64539 16.6765H24.1624L22.6902 20H0.519043Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M73.9803 20H51.8096L50.3376 16.6765H65.8542L61.6146 6.82369L58.7584 13.265C58.1988 14.471 57.9038 14.824 56.7565 14.8533H54.8426L55.6669 13.0297C55.1223 13.6065 54.465 14.0658 53.7357 14.3794C53.0065 14.693 52.2207 14.8543 51.4269 14.8533L48.2176 14.824V7.059H50.7792V12.2647H51.4553C52.3142 12.2647 53.138 11.9238 53.7453 11.3171C54.353 10.7104 54.6942 9.88746 54.6942 9.02938C54.6942 8.17131 54.353 7.34838 53.7453 6.74165C53.138 6.13488 52.3142 5.79404 51.4553 5.79404H48.2461L46.9219 3.23516H51.4553C53.0003 3.23869 54.4811 3.85335 55.5734 4.94469C56.6661 6.036 57.2815 7.51515 57.2849 9.0585C57.2888 9.21596 57.2792 9.37342 57.2557 9.52915L60.0526 3.23516L58.7288 0H62.6153L68.9753 14.8236C69.623 16.2649 69.888 16.6765 71.125 16.6765H72.5088L73.9803 20Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M45.6557 7.79391C45.8573 7.37164 45.9576 6.90861 45.9499 6.44099C45.9511 6.01576 45.8684 5.59449 45.7061 5.20141C45.5438 4.80834 45.3049 4.45118 45.0042 4.15053C44.703 3.84984 44.3453 3.61161 43.9519 3.44948C43.5584 3.28736 43.1369 3.20455 42.7111 3.20583H38.8838V5.76468H42.7111C42.883 5.76468 43.0476 5.83288 43.1692 5.95426C43.2907 6.07561 43.3588 6.24022 43.3588 6.41184C43.3588 6.58349 43.2907 6.74807 43.1692 6.86945C43.0476 6.9908 42.883 7.05899 42.7111 7.05899H38.8838V14.7939L43.3888 14.8232C44.2111 14.8241 45.0123 14.5641 45.6769 14.0808C46.3419 13.5976 46.8357 12.9159 47.088 12.1341C47.3399 11.3524 47.3372 10.5109 47.0796 9.73084C46.8222 8.95084 46.3234 8.27261 45.6553 7.79391H45.6557ZM43.3892 12.235H41.4457V9.64718H43.4169C43.5884 9.64695 43.7584 9.68076 43.9169 9.74664C44.0749 9.81253 44.2188 9.90914 44.3396 10.0309C44.4599 10.1526 44.5553 10.2971 44.6196 10.456C44.6842 10.6148 44.7161 10.7848 44.7142 10.9561C44.7122 11.1275 44.6765 11.2967 44.6084 11.454C44.5403 11.6114 44.4419 11.7536 44.3184 11.8726C44.1953 11.9916 44.0492 12.085 43.8896 12.1473C43.7296 12.2095 43.5592 12.2395 43.3876 12.2354L43.3892 12.235Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M29.487 19.0337C29.3678 19.1693 29.2208 19.2776 29.0559 19.3511C28.8697 19.4321 28.6682 19.472 28.4651 19.468C28.2728 19.47 28.0819 19.436 27.9022 19.3678C27.7359 19.3041 27.5843 19.2075 27.4563 19.0838C27.3276 18.9591 27.2258 18.8094 27.1572 18.644C27.0837 18.465 27.0471 18.2732 27.0494 18.0798C27.0472 17.8836 27.0852 17.6891 27.1609 17.5082C27.2295 17.3433 27.332 17.1947 27.4619 17.0721C27.593 16.9506 27.7471 16.8566 27.9152 16.7955C28.0949 16.7301 28.285 16.6974 28.4763 16.699C28.6633 16.6993 28.8489 16.7325 29.0243 16.7974C29.1918 16.855 29.342 16.9539 29.4609 17.085L29.0299 17.5156C28.9706 17.4341 28.8895 17.371 28.7958 17.3337C28.7016 17.2946 28.6006 17.2744 28.4986 17.2743C28.3932 17.2731 28.2888 17.294 28.192 17.3356C28.1013 17.3748 28.0198 17.4323 27.9523 17.5045C27.8842 17.5782 27.8312 17.6646 27.7963 17.7587C27.7582 17.8615 27.7393 17.9703 27.7405 18.0798C27.7393 18.1911 27.7582 18.3018 27.7963 18.4064C27.8304 18.5005 27.8828 18.5869 27.9505 18.6607C28.0167 18.7316 28.0971 18.7879 28.1864 18.8258C28.2816 18.8661 28.3841 18.8864 28.4874 18.8852C28.6021 18.8879 28.7156 18.8624 28.8181 18.811C28.9078 18.7653 28.9854 18.6992 29.0448 18.618L29.487 19.0337ZM31.5752 19.3975V16.7695H32.2143V18.8444H33.2324V19.3975H31.5752ZM37.1303 19.3975L36.9259 18.8815H35.9078L35.7145 19.3975H35.0234L36.127 16.7695H36.7438L37.8362 19.3975H37.1303ZM36.4243 17.4711L36.0898 18.373H36.7512L36.4243 17.4711ZM41.2622 17.4525C41.2053 17.3813 41.1318 17.3246 41.0483 17.2873C40.9691 17.2485 40.8822 17.2276 40.7941 17.2261C40.751 17.2261 40.708 17.2299 40.6656 17.2372C40.6245 17.2439 40.5849 17.2584 40.5487 17.2799C40.5141 17.3008 40.4845 17.3286 40.4614 17.3616C40.4364 17.3995 40.4241 17.4443 40.426 17.4896C40.4245 17.5286 40.4345 17.5672 40.4541 17.601C40.4749 17.6329 40.503 17.6596 40.5356 17.6789C40.5764 17.7035 40.6191 17.724 40.6641 17.7401C40.7133 17.7587 40.7691 17.7779 40.831 17.7977C40.9203 17.8274 41.0133 17.8602 41.1099 17.8961C41.2041 17.9307 41.293 17.9788 41.3737 18.039C41.4533 18.0993 41.5203 18.1751 41.5707 18.2616C41.6257 18.3621 41.6526 18.4757 41.6487 18.5902C41.6522 18.7255 41.6233 18.8596 41.5649 18.9818C41.5126 19.0885 41.4364 19.1818 41.3422 19.2546C41.2453 19.3276 41.1357 19.3818 41.0187 19.4141C40.8968 19.4489 40.7703 19.4664 40.6433 19.4662C40.4568 19.4665 40.2718 19.4331 40.0972 19.3678C39.931 19.3085 39.7803 19.212 39.6568 19.0857L40.073 18.6625C40.143 18.746 40.2299 18.8136 40.3276 18.8611C40.4245 18.9122 40.5322 18.9396 40.6418 18.9409C40.688 18.941 40.7341 18.936 40.7791 18.9261C40.8207 18.9174 40.8607 18.901 40.896 18.8778C40.9299 18.8553 40.9572 18.8247 40.976 18.7887C40.9968 18.7473 41.0072 18.7014 41.0056 18.6551C41.0072 18.6102 40.9941 18.566 40.9687 18.5289C40.9399 18.4907 40.9037 18.4585 40.8626 18.4343C40.8087 18.4021 40.7514 18.376 40.6918 18.3563C40.6237 18.3328 40.5464 18.3075 40.4595 18.2802C40.3753 18.253 40.293 18.2208 40.2126 18.1837C40.1337 18.1477 40.0606 18.0995 39.9968 18.0408C39.9326 17.9811 39.881 17.9091 39.8445 17.8293C39.8037 17.7338 39.7841 17.6306 39.7872 17.5267C39.7833 17.3961 39.8141 17.2668 39.876 17.1518C39.9337 17.0499 40.0137 16.9623 40.1103 16.8958C40.2095 16.8277 40.3203 16.778 40.4372 16.7491C40.5576 16.7183 40.681 16.7028 40.8053 16.7027C40.9603 16.7039 41.1145 16.7315 41.2603 16.7844C41.4114 16.8361 41.5506 16.9182 41.6691 17.0256L41.2622 17.4525ZM45.2753 17.4525C45.218 17.3813 45.1449 17.3246 45.0614 17.2873C44.9822 17.2485 44.8953 17.2276 44.8068 17.2261C44.7641 17.2261 44.721 17.2299 44.6787 17.2372C44.6376 17.2439 44.5976 17.2584 44.5618 17.2799C44.5272 17.3008 44.4976 17.3286 44.4745 17.3616C44.4495 17.3995 44.4372 17.4443 44.4391 17.4896C44.4376 17.5286 44.4472 17.5672 44.4672 17.601C44.488 17.6329 44.516 17.6596 44.5487 17.6789C44.5895 17.7035 44.6322 17.724 44.6768 17.7401C44.7264 17.7587 44.7822 17.7779 44.8441 17.7977C44.9333 17.8274 45.026 17.8602 45.123 17.8961C45.2172 17.9307 45.306 17.9788 45.3868 18.039C45.4664 18.0993 45.5333 18.1751 45.5837 18.2616C45.6387 18.3621 45.6657 18.4757 45.6618 18.5902C45.6649 18.7255 45.6364 18.8596 45.578 18.9818C45.5257 19.0885 45.4491 19.1818 45.3549 19.2546C45.2583 19.3276 45.1487 19.3818 45.0318 19.4141C44.9099 19.4489 44.7833 19.4664 44.6564 19.4662C44.4699 19.4665 44.2849 19.4331 44.1103 19.3678C43.9437 19.3085 43.7933 19.212 43.6699 19.0857L44.086 18.6625C44.156 18.746 44.2426 18.8136 44.3406 18.8611C44.4376 18.9122 44.5453 18.9396 44.6545 18.9409C44.701 18.941 44.7468 18.936 44.7922 18.9261C44.8337 18.9174 44.8733 18.901 44.9091 18.8778C44.943 18.8553 44.9703 18.8247 44.9891 18.7887C45.0099 18.7473 45.0203 18.7014 45.0187 18.6551C45.0203 18.6102 45.0072 18.566 44.9818 18.5289C44.953 18.4907 44.9168 18.4585 44.8757 18.4343C44.8218 18.4021 44.7645 18.376 44.7049 18.3563C44.6368 18.3328 44.5591 18.3075 44.4726 18.2802C44.3883 18.253 44.306 18.2208 44.2257 18.1837C44.1464 18.1477 44.0737 18.0995 44.0099 18.0408C43.9456 17.9811 43.8937 17.9091 43.8576 17.8293C43.8168 17.7338 43.7972 17.6306 43.7999 17.5267C43.796 17.3961 43.8268 17.2668 43.8891 17.1518C43.9468 17.0499 44.0268 16.9623 44.1233 16.8958C44.2226 16.8277 44.3333 16.778 44.4503 16.7491C44.5707 16.7183 44.6941 16.7028 44.818 16.7027C44.9733 16.7039 45.1272 16.7315 45.2733 16.7844C45.4245 16.8361 45.5637 16.9182 45.6822 17.0256L45.2753 17.4525Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9733\">\\n<rect width=\"73.4615\" height=\"20\" fill=\"white\" transform=\"translate(0.519043)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.kakarot.org/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-6ba6f7 framer-17964ua\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hIsdmfwYO\",opacity:.7,style:{opacity:.7},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117 16\"><g id=\"ss10517248992_1\"><path d=\"M 49.99 1.346 L 49.99 3.795 C 48.637 2.263 46.654 1.294 44.441 1.294 C 40.367 1.294 37.051 4.593 37.051 8.647 C 37.051 12.7 40.367 15.999 44.441 15.999 C 46.653 15.999 48.636 15.03 49.99 13.498 L 49.99 15.947 L 52.507 15.947 L 52.507 1.346 Z M 44.441 13.498 C 41.751 13.498 39.567 11.32 39.567 8.647 C 39.567 5.973 41.751 3.795 44.441 3.795 C 47.132 3.795 49.318 5.973 49.318 8.647 C 49.318 11.32 47.132 13.498 44.441 13.498 Z M 81.753 1.346 L 81.753 3.795 C 80.404 2.263 78.416 1.294 76.207 1.294 C 72.132 1.294 68.816 4.593 68.816 8.647 C 68.816 12.7 72.132 15.999 76.207 15.999 C 78.416 15.999 80.404 15.03 81.753 13.498 L 81.753 15.947 L 84.269 15.947 L 84.269 1.346 L 81.753 1.346 Z M 76.207 13.498 C 73.519 13.498 71.33 11.32 71.33 8.647 C 71.33 5.973 73.519 3.795 76.207 3.795 C 78.897 3.795 81.081 5.973 81.081 8.647 C 81.081 11.32 78.897 13.498 76.207 13.498 Z M 94.373 1.726 L 94.373 4.228 C 91.624 4.228 89.389 6.455 89.389 9.19 L 89.389 15.946 L 86.874 15.946 L 86.874 1.347 L 89.389 1.347 L 89.389 3.62 C 90.715 2.441 92.461 1.726 94.373 1.726 Z M 102.1 1.294 C 98.026 1.294 94.71 4.591 94.71 8.647 C 94.71 12.702 98.026 15.999 102.1 15.999 C 106.177 15.999 109.491 12.702 109.491 8.647 C 109.491 4.591 106.177 1.294 102.1 1.294 Z M 102.1 13.498 C 99.413 13.498 97.223 11.32 97.223 8.647 C 97.223 5.973 99.413 3.795 102.1 3.795 C 104.79 3.795 106.977 5.973 106.977 8.647 C 106.977 11.32 104.79 13.498 102.1 13.498 Z M 114.348 5.311 L 114.348 12.131 C 114.348 12.884 114.962 13.499 115.719 13.499 L 117.063 13.499 L 117.063 16 L 115.719 16 C 113.575 16 111.832 14.267 111.832 12.131 L 111.832 5.311 L 110.729 5.311 L 110.729 2.809 L 111.832 2.809 L 111.832 0 L 114.348 0 L 114.348 2.809 L 117.063 2.809 L 117.063 5.311 Z M 36.401 15.946 L 33.872 15.946 C 33.444 12.543 30.512 9.897 26.973 9.897 L 25.888 9.897 L 25.888 15.946 L 23.373 15.946 L 23.373 1.347 L 25.888 1.347 L 25.888 7.396 L 26.973 7.396 C 30.512 7.396 33.444 4.75 33.872 1.347 L 36.401 1.347 C 36.114 4.471 34.284 7.159 31.68 8.646 C 34.284 10.133 36.114 12.821 36.401 15.946 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 14.675 1.35 L 14.675 3.889 C 11.255 4.343 8.606 7.271 8.606 10.801 L 8.606 10.901 L 6.07 10.901 L 6.07 10.801 C 6.07 7.271 3.42 4.343 0 3.889 L 0 1.35 C 3.14 1.656 5.84 3.483 7.338 6.08 C 8.835 3.483 11.535 1.656 14.675 1.35 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 6.071 10.319 L 6.085 10.319 C 6.075 10.48 6.07 10.641 6.071 10.802 L 6.071 10.319 Z M 8.591 10.319 L 8.606 10.319 L 8.606 10.802 C 8.606 10.64 8.602 10.478 8.591 10.319 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 0 13.425 L 14.676 13.425 L 14.676 15.949 L 0 15.949 Z M 68.151 15.946 L 65.622 15.946 C 65.194 12.543 62.262 9.897 58.723 9.897 L 57.638 9.897 L 57.638 15.946 L 55.123 15.946 L 55.123 1.347 L 57.638 1.347 L 57.638 7.396 L 58.723 7.396 C 62.262 7.396 65.194 4.75 65.622 1.347 L 68.151 1.347 C 67.864 4.471 66.034 7.159 63.43 8.646 C 66.034 10.133 67.864 12.821 68.151 15.946 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:10517248992,withExternalLayout:true})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ohw00g\",layoutDependency:layoutDependency,layoutId:\"XbUP1BOR8\",style:{backgroundColor:\"var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(198, 198, 199))\"}}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1svp1vq\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"zKIzSyFDj\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://starkware.co/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-q7dzau framer-17964ua\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:131,layoutDependency:layoutDependency,layoutId:\"Uu2WN37HM\",svg:'<svg width=\"131\" height=\"24\" viewBox=\"0 0 131 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9689)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.182 15.2675C38.182 17.119 37.1235 18.1819 35.0413 18.1819H30.0613V15.9876H34.4513C35.0933 15.9876 35.4057 15.7647 35.4057 15.199C35.4057 14.7362 35.0587 14.4447 34.2952 13.9133L31.6924 11.9247C30.3736 10.9304 29.8184 10.0047 29.8184 8.90749C29.8184 7.03896 30.9289 6.18188 33.1152 6.18188H37.9738V8.37613H33.6011C32.9243 8.37613 32.5946 8.599 32.5946 9.18186C32.5946 9.62759 32.9417 9.91902 33.7225 10.4332L36.3079 12.2161C37.6267 13.1076 38.182 14.1876 38.182 15.2675Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.3639 8.3762H45.217V18.1819H42.4198V8.3762H39.2729V6.18188H48.3639V8.3762Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.8677 13.8619L54.1988 9.11321L52.5129 13.8619H55.8677ZM56.583 15.8676H51.7806L50.9632 18.1819H48L52.7513 6.18188H55.6123L60.3636 18.1819H57.4005L56.583 15.8676Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.0811 11.839C66.6078 11.839 67.0589 11.3075 67.0589 10.039C67.0589 8.77043 66.6078 8.23899 65.0811 8.23899H63.8666V11.839H65.0811ZM70.1817 18.1819H67.3886L66.8507 15.8847C66.5037 14.2905 66.1915 13.8619 64.977 13.8447H63.8666V18.1819H61.0908V6.18188H66.07C68.655 6.18188 69.8347 7.31326 69.8347 9.7818C69.8347 11.4448 69.1755 12.4561 67.8396 12.8676C68.7939 13.3133 69.2622 14.2047 69.6439 15.8847L70.1817 18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.7039 11.9934L79.0133 6.18188H82.2413L77.7121 11.9934L82.5455 18.1819H79.3175L74.7039 11.9934ZM72 18.1819H74.7039V6.18188H72V18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M100.364 6.18188L96.7348 18.1819H95.0391L92.1733 8.58185L89.3075 18.1819H87.5949L84 6.18188H85.6618L88.4936 16.3133L91.4951 6.18188H92.8516L95.8531 16.3133L98.7019 6.18188H100.364Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M107.553 13.9133L105.281 7.89613L102.992 13.9133H107.553ZM107.983 15.0619H102.562L101.374 18.1819H99.6362L104.438 6.18188H106.107L110.909 18.1819H109.171L107.983 15.0619Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.129 12.0618C118.038 12.0618 118.749 11.3248 118.749 9.7133C118.749 8.13613 118.038 7.38191 116.129 7.38191H113.96V12.0618H116.129ZM120.727 18.1819H119.114L118.68 16.1247C118.246 13.9819 117.708 13.2619 116.077 13.2276H113.96V18.1819H112.364V6.18188H116.667C119.218 6.18188 120.346 7.29611 120.346 9.57616C120.346 11.2904 119.634 12.3361 118.142 12.679C119.322 13.1247 119.86 14.1362 120.276 16.1247L120.727 18.1819Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M124.859 7.4504V11.1018H130.203V12.2847H124.859V14.8562C124.859 16.2791 125.479 16.9133 126.893 16.9133H130.909V18.1819H126.652C124.135 18.1819 123.273 17.359 123.273 14.9933V6.18188H130.909V7.4504H124.859Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6193 13.539L9.56287 15.6597C9.56155 15.6609 9.56031 15.6623 9.55876 15.6632C9.55372 15.6666 9.54767 15.6685 9.54123 15.6685C9.52339 15.6685 9.50888 15.6536 9.50888 15.6351C9.50888 15.6314 9.50942 15.6277 9.51059 15.6244C9.51059 15.6243 9.51059 15.6244 9.51059 15.6244L10.2929 12.6149C10.3596 12.3992 10.31 12.1536 10.144 11.9824L8.08754 9.86164C8.08637 9.86028 8.08513 9.859 8.08412 9.8574C8.08094 9.85228 8.079 9.84604 8.079 9.8394C8.079 9.82092 8.09351 9.80596 8.11143 9.80596C8.11508 9.80596 8.11857 9.8066 8.12183 9.80772L11.0401 10.6145C11.2493 10.6833 11.4874 10.6322 11.6534 10.461L13.7099 8.34036C13.7112 8.33908 13.7125 8.33772 13.714 8.33676C13.7191 8.3334 13.725 8.33148 13.7316 8.33148C13.7494 8.33148 13.7639 8.34644 13.7639 8.36492C13.7639 8.36868 13.7633 8.37228 13.7622 8.37564L12.9799 11.3851C12.9132 11.6008 12.9628 11.8464 13.1287 12.0176L15.1852 14.1384C15.1864 14.1397 15.1877 14.141 15.1886 14.1425C15.1918 14.1477 15.1938 14.154 15.1938 14.1606C15.1938 14.179 15.1792 14.194 15.1614 14.194C15.1577 14.194 15.1542 14.1934 15.151 14.1923C15.1509 14.1923 15.151 14.1923 15.151 14.1923L12.2326 13.3855C12.0235 13.3167 11.7853 13.3679 11.6193 13.539ZM23.184 11.779L18.272 6.71356C18.1061 6.54244 17.8679 6.49124 17.6587 6.56004L14.4287 7.45332C14.4283 7.45324 14.4282 7.45276 14.4276 7.453C14.4245 7.45396 14.4213 7.45452 14.4179 7.45452C14.4 7.45452 14.3855 7.43956 14.3855 7.42108C14.3855 7.40924 14.3914 7.39892 14.4004 7.393C14.753 7.15116 15.2873 6.71356 16.5654 5.39556C16.6837 5.27356 16.6837 5.07564 16.5654 4.95356L11.8507 0.09156C11.7324 -0.03052 11.5404 -0.03052 11.4221 0.09156L6.51011 5.157C6.34418 5.32812 6.29461 5.5738 6.36132 5.78948L7.22746 9.12044C7.22738 9.12084 7.22699 9.12092 7.22715 9.12164C7.22815 9.12476 7.22862 9.12812 7.22862 9.13156C7.22862 9.15004 7.21411 9.165 7.19619 9.165C7.18479 9.165 7.1747 9.15884 7.16896 9.14956C6.93445 8.78596 6.51011 8.235 5.23213 6.917C5.11375 6.79492 4.92183 6.79492 4.80353 6.917L0.0887854 11.779C-0.0295951 11.9011 -0.0295951 12.099 0.0887854 12.221L5.00072 17.2864C5.16666 17.4576 5.40489 17.5088 5.61404 17.44L8.84413 16.5467C8.84452 16.5468 8.84452 16.5472 8.84522 16.547C8.84824 16.546 8.8515 16.5455 8.85484 16.5455C8.87276 16.5455 8.88727 16.5604 8.88727 16.5789C8.88727 16.5907 8.88137 16.6011 8.87237 16.6071C8.87229 16.6071 8.87237 16.607 8.87237 16.6071C8.51971 16.8488 7.98545 17.2864 6.70739 18.6044C6.58901 18.7265 6.58901 18.9244 6.70739 19.0464L11.4221 23.9084C11.5404 24.0305 11.7324 24.0305 11.8507 23.9084L16.7626 18.843C16.9285 18.6719 16.9782 18.4262 16.9115 18.2105L16.0453 14.8796C16.0453 14.8791 16.0458 14.8791 16.0456 14.8784C16.0446 14.8752 16.0442 14.872 16.0442 14.8684C16.0442 14.85 16.0587 14.835 16.0765 14.835C16.088 14.835 16.0981 14.8412 16.1038 14.8504C16.3383 15.214 16.7626 15.7651 18.0407 17.083C18.159 17.2051 18.3509 17.2051 18.4693 17.083L23.184 12.221C23.3023 12.099 23.3023 11.9011 23.184 11.779Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9689\">\\n<rect width=\"130.909\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gizatech.xyz/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-yit9uh framer-17964ua\",\"data-framer-name\":\"svg-1774522474_3030\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"DBRiNKKa1\",svg:'<svg width=\"69\" height=\"22\" viewBox=\"0 0 69 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9702)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4679 0.197998L1.11475 16.259L10.4679 21.6614L19.8283 16.259L10.4679 0.197998ZM8.89753 9.43089C9.89526 8.43912 10.4352 6.9963 10.4728 5.2243C10.5471 8.71836 12.5744 10.9326 16.2132 10.9326C14.4197 10.9326 13.0178 11.4705 12.0482 12.4344C11.0505 13.4262 10.5105 14.869 10.4728 16.641C10.3986 13.1469 8.37136 10.9326 4.73251 10.9326C6.52593 10.9326 7.92793 10.3948 8.89753 9.43089Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M37.0795 16.5811C37.0841 16.4627 37.0863 16.3434 37.0863 16.2233V10.9307H31.4019V12.7765H34.7557C34.8694 12.7765 34.9641 12.7388 35.04 12.6635C35.1157 12.5881 35.1725 12.4877 35.2105 12.3621C35.261 12.2366 35.2926 12.0984 35.3052 11.9478C35.3305 11.797 35.3431 11.6526 35.3431 11.5145V16.3174C35.3431 16.4055 35.3409 16.4934 35.3365 16.5811H37.0795Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M26.779 11.0022C26.78 11.8741 26.9204 12.6199 27.2003 13.2397C27.4812 13.8615 27.8514 14.3691 28.311 14.7625C28.7706 15.1559 29.294 15.4414 29.8813 15.6191C30.4558 15.8094 31.0366 15.9046 31.6239 15.9046H36.5071C36.3666 15.9046 36.2198 15.8919 36.0666 15.8666C35.9134 15.8539 35.773 15.8221 35.6453 15.7714C35.624 15.765 35.6035 15.7581 35.5836 15.7507H37.1007V17.6559H31.7197C30.7877 17.6559 29.9068 17.5226 29.077 17.2561C28.2471 16.9896 27.5259 16.5772 26.9131 16.0189C26.2875 15.4731 25.796 14.7815 25.4386 13.944C25.0811 13.1064 24.9023 12.1229 24.9023 10.9935C24.9032 9.84238 25.0692 8.84272 25.4003 7.99465C25.7322 7.13171 26.1918 6.42106 26.779 5.86269C27.3663 5.29164 28.0621 4.87287 28.8664 4.60638C29.6707 4.3272 30.5388 4.19395 31.4707 4.20664C32.2495 4.21933 32.9835 4.32085 33.6729 4.5112C34.3623 4.70155 34.9815 4.99342 35.5304 5.38684C36.0922 5.7675 36.5709 6.24973 36.9667 6.83348C37.0076 6.8939 37.0475 6.95533 37.0862 7.0179L35.4129 7.97823C35.4074 7.97098 35.4019 7.96374 35.3964 7.95655C35.0645 7.52508 34.6815 7.16342 34.2474 6.87157C33.8261 6.57967 33.3729 6.35763 32.8878 6.20535C32.4027 6.04035 31.9303 5.95788 31.4707 5.95788C30.8707 5.95788 30.2834 6.06573 29.709 6.28149C29.1472 6.4972 28.6493 6.82081 28.2153 7.25228C27.7812 7.67103 27.4301 8.19769 27.1621 8.8322C26.9067 9.454 26.779 10.1773 26.779 11.0022Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M39.0317 17.6559V4.46973H40.8889V17.6559H39.0317Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M54.5181 17.6559H42.6929V15.9794L51.4291 6.73021C51.7323 6.40998 52.1872 6.10858 52.5851 5.93907L52.5662 5.90135C52.1872 6.07091 51.6376 6.20275 51.2017 6.20275H42.8445V4.46973H54.3476V6.14624L45.6871 15.3954C45.4028 15.7157 44.929 16.0171 44.5311 16.1866L44.55 16.2243C44.948 16.0547 45.4786 15.9229 45.9145 15.9229H54.5181V17.6559Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M57.4791 17.6559H55.4707L60.4738 4.46973H63.1836L68.1867 17.6559H66.1965L64.965 14.5101H58.673L57.4791 17.6559ZM61.819 6.12741L59.2606 12.8712C60.8527 12.8712 61.9516 12.8524 62.7667 12.9466C63.5624 13.0219 64.3587 13.361 64.9082 14.3217L61.819 6.12741Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9702\">\\n<rect width=\"67.6097\" height=\"22\" fill=\"white\" transform=\"translate(0.90918)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://snapshot.box/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-o0rroy framer-17964ua\",\"data-framer-name\":\"Snapshot logo-full-white 2024 (1) 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:126,intrinsicWidth:590,layoutDependency:layoutDependency,layoutId:\"Uk_3zrin8\",style:{opacity:.75},svg:'<svg width=\"590\" height=\"126\" viewBox=\"0 0 590 126\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4377_128)\">\\n<path d=\"M104.782 54.7785C104.271 53.41 102.962 52.5 101.499 52.5H59.2365L83.6138 5.103C84.3803 3.612 83.9848 1.7885 82.6654 0.7525C82.0284 0.2485 81.2619 0 80.4989 0C79.6834 0 78.8679 0.287 78.2134 0.8505L52.4991 23.058L1.21392 67.3505C0.107927 68.306 -0.29107 69.8495 0.219926 71.218C0.730923 72.5865 2.03641 73.5 3.4994 73.5H45.7616L21.3843 120.897C20.6178 122.388 21.0133 124.211 22.3328 125.247C22.9698 125.751 23.7363 126 24.4993 126C25.3148 126 26.1302 125.713 26.7847 125.149L52.4991 102.942L103.784 58.6495C104.894 57.694 105.289 56.1505 104.782 54.7785Z\" fill=\"white\"/>\\n<path d=\"M163.683 89.9237C170.146 89.9237 175.402 88.3231 179.451 85.122C183.501 81.8797 185.525 77.5294 185.525 72.071C185.484 63.7397 180.699 58.4455 171.168 56.1882L159.388 53.418C155.543 52.392 153.621 50.6683 153.621 48.2469C153.621 46.1538 154.5 44.5532 156.259 43.4451C158.018 42.337 160.104 41.7829 162.517 41.7829C168.039 41.7829 171.434 43.835 172.702 47.9391H185.034C184.012 42.7679 181.619 38.7254 177.856 35.8115C174.093 32.8976 169.082 31.4407 162.824 31.4407C156.566 31.4407 151.453 33.1028 147.485 36.4271C143.518 39.7514 141.534 43.9376 141.534 48.9856C141.534 57.0706 146.135 62.2007 155.339 64.3759L166.935 67.1461C169.307 67.7207 170.984 68.4594 171.966 69.3623C172.948 70.2652 173.438 71.6196 173.438 73.4254C173.438 75.2722 172.579 76.7702 170.861 77.9193C169.144 79.0685 166.833 79.643 163.928 79.643C157.957 79.643 154.255 77.2832 152.823 72.5635H140C140.818 77.8988 143.354 82.126 147.608 85.2451C151.862 88.3642 157.22 89.9237 163.683 89.9237ZM210.336 88.178V51.6953C210.989 49.0516 212.398 46.9163 214.562 45.2895C216.725 43.6626 219.379 42.8491 222.523 42.8491C225.666 42.8491 228.116 43.8456 229.871 45.8385C231.627 47.8315 232.504 50.6175 232.504 54.1966V88.178H245.058V52.0613C245.018 45.7979 243.282 40.7952 239.853 37.0534C236.424 33.3116 231.586 31.4407 225.34 31.4407C219.093 31.4407 214.092 33.6166 210.336 37.9685V32.7218H197.782V88.178H210.336ZM278.101 89.0407C281.035 89.1219 283.807 88.716 286.415 87.8229C289.023 86.9299 290.837 85.976 291.856 84.9612V88.0665H303.716V51.7773C303.716 45.4449 301.76 40.4724 297.847 36.8597C293.934 33.247 288.82 31.4407 282.502 31.4407C276.226 31.4407 271.05 33.0035 266.974 36.1291C262.899 39.2546 260.453 43.2326 259.638 48.0631H271.682C273.108 44.0445 276.287 42.0352 281.219 42.0352C284.642 42.0352 287.271 42.9688 289.105 44.836C290.939 46.7033 291.856 49.0982 291.856 52.0208V56.5265C290.674 55.6741 288.82 54.9028 286.293 54.2128C283.766 53.5227 281.32 53.1777 278.957 53.1777C272.762 53.2183 267.606 54.9028 263.49 58.2314C259.373 61.5599 257.315 65.883 257.315 71.2005C257.315 76.5181 259.292 80.8208 263.245 84.1088C267.239 87.3967 272.191 89.0407 278.101 89.0407ZM279.623 79.4492C276.79 79.4492 274.261 78.7643 272.035 77.3945C269.809 76.0248 268.697 74.0709 268.697 71.5328C268.697 68.9947 269.83 67.0609 272.096 65.7315C274.362 64.402 276.911 63.7373 279.744 63.7373C282.577 63.7373 285.086 64.261 287.271 65.3085C289.456 66.3559 290.852 67.7055 291.459 69.3573V73.8896C290.812 75.501 289.395 76.8305 287.21 77.878C284.984 78.9254 282.455 79.4492 279.623 79.4492ZM331.15 110V83.8136C332.497 85.5347 334.456 86.969 337.027 88.1165C339.599 89.2639 342.354 89.8377 345.292 89.8377C353.129 89.8377 359.394 87.01 364.088 81.3547C368.782 75.6994 371.128 68.7943 371.128 60.6392C371.088 52.4841 368.741 45.5789 364.088 39.9236C359.435 34.2683 353.17 31.4407 345.292 31.4407C342.354 31.4407 339.599 32.0349 337.027 33.2233C334.456 34.4118 332.497 35.8461 331.15 37.5263V32.7316H318.599V110H331.15ZM343.112 78.5763C340.486 78.5763 338.068 77.8841 335.859 76.4998C333.649 75.1155 331.982 73.3444 330.856 71.1866V50.1778C331.982 48.02 333.649 46.2489 335.859 44.8646C338.068 43.4803 340.486 42.7881 343.112 42.7881C347.99 42.7881 351.846 44.4574 354.681 47.796C357.474 51.1346 358.871 55.43 358.871 60.6822C358.912 65.9344 357.516 70.2298 354.681 73.5684C351.846 76.907 347.99 78.5763 343.112 78.5763ZM402.691 89.9237C409.153 89.9237 414.41 88.3231 418.459 85.122C422.508 81.8797 424.533 77.5294 424.533 72.071C424.492 63.7397 419.707 58.4455 410.176 56.1882L398.396 53.418C394.551 52.392 392.629 50.6683 392.629 48.2469C392.629 46.1538 393.508 44.5532 395.267 43.4451C397.026 42.337 399.112 41.7829 401.525 41.7829C407.047 41.7829 410.442 43.835 411.71 47.9391H424.042C423.02 42.7679 420.627 38.7254 416.864 35.8115C413.101 32.8976 408.09 31.4407 401.832 31.4407C395.574 31.4407 390.461 33.1028 386.493 36.4271C382.525 39.7514 380.542 43.9376 380.542 48.9856C380.542 57.0706 385.143 62.2007 394.346 64.3759L405.943 67.1461C408.315 67.7207 409.992 68.4594 410.974 69.3623C411.955 70.2652 412.446 71.6196 412.446 73.4254C412.446 75.2722 411.587 76.7702 409.869 77.9193C408.151 79.0685 405.84 79.643 402.936 79.643C396.964 79.643 393.263 77.2832 391.831 72.5635H379.008C379.826 77.8988 382.362 82.126 386.616 85.2451C390.87 88.3642 396.228 89.9237 402.691 89.9237ZM450.219 89.0508V52.1865C450.873 49.5152 452.281 47.3576 454.445 45.7137C456.609 44.0698 459.262 43.2479 462.406 43.2479C465.549 43.2479 467.999 44.2547 469.754 46.2685C471.51 48.2823 472.388 51.0974 472.388 54.714V89.0508H484.942V52.5564C484.901 46.2274 483.166 41.1724 479.736 37.3915C476.307 33.6105 471.469 31.7201 465.223 31.7201C458.976 31.7201 453.975 33.9188 450.219 38.3162V7H437.665V89.0508H450.219ZM522.181 89.9237C530.083 89.9237 536.504 87.1945 541.443 81.7361C546.383 76.2777 548.852 69.2597 548.852 60.6822C548.852 52.1047 546.383 45.0867 541.443 39.6283C536.504 34.1699 530.083 31.4407 522.181 31.4407C514.237 31.4407 507.795 34.1699 502.856 39.6283C497.917 45.0867 495.447 52.1047 495.447 60.6822C495.447 69.2597 497.917 76.2777 502.856 81.7361C507.837 87.1945 514.278 89.9237 522.181 89.9237ZM522.618 79.4492C518.185 79.4492 514.737 77.753 512.274 74.3607C509.811 70.9685 508.58 66.5544 508.58 61.1186C508.58 55.6828 509.811 51.2688 512.274 47.8765C514.696 44.4843 518.144 42.7881 522.618 42.7881C527.093 42.7881 530.541 44.4843 532.963 47.8765C535.384 51.2688 536.595 55.6828 536.595 61.1186C536.595 66.5544 535.384 70.9685 532.963 74.3607C530.541 77.753 527.093 79.4492 522.618 79.4492ZM579.733 89.9237C584.296 89.9237 587.718 89.2728 590 87.9711V76.5604C587.922 78.0655 585.539 78.8181 582.849 78.8181C578.449 78.8181 576.249 76.6621 576.249 72.35V43.6097H588.778V33.2363H576.249V18.3475H563.72V33.2363H554.981V43.6097H563.72V73.6925C563.72 78.9808 565.248 83.0082 568.304 85.7744C571.36 88.5406 575.169 89.9237 579.733 89.9237Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4377_128\">\\n<rect width=\"590\" height=\"126\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://lambdaclass.com/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-m2n5x2 framer-17964ua\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:74,layoutDependency:layoutDependency,layoutId:\"wSvlH3dKv\",svg:'<svg width=\"74\" height=\"20\" viewBox=\"0 0 74 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_233_9733)\">\\n<path d=\"M22.2193 13.7353L19.1278 6.76466L16.1244 13.5293C15.7123 14.4116 15.3883 14.7353 14.5935 14.7939H12.3853L16.3897 5.73539H14.8005L15.9486 3.17651H19.0992C20.3358 3.17651 20.8954 3.55883 21.5145 5.02943L24.5766 11.8824V5.73539H23.4853L22.1606 3.17651H25.6055C26.8421 3.17651 27.4017 3.55883 28.0208 5.02943L31.0536 11.9117L34.0852 5.02943C34.7329 3.58815 35.2631 3.17651 36.5005 3.17651H37.5015V14.8236H34.8811V9.05889L32.82 13.7357C32.376 14.559 31.9357 14.7943 31.0231 14.7943C30.6687 14.8313 30.3115 14.7578 30.0005 14.5841C29.6895 14.4103 29.4399 14.1447 29.286 13.8237L27.1658 9.05889V14.7943L23.9564 14.8236C23.0439 14.8236 22.6611 14.559 22.2193 13.7353Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M0.519043 20L1.99122 16.6765H3.37497C4.61158 16.6765 4.90585 16.2942 5.52454 14.8236L11.9431 0H15.8279L8.64539 16.6765H24.1624L22.6902 20H0.519043Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M73.9803 20H51.8096L50.3376 16.6765H65.8542L61.6146 6.82369L58.7584 13.265C58.1988 14.471 57.9038 14.824 56.7565 14.8533H54.8426L55.6669 13.0297C55.1223 13.6065 54.465 14.0658 53.7357 14.3794C53.0065 14.693 52.2207 14.8543 51.4269 14.8533L48.2176 14.824V7.059H50.7792V12.2647H51.4553C52.3142 12.2647 53.138 11.9238 53.7453 11.3171C54.353 10.7104 54.6942 9.88746 54.6942 9.02938C54.6942 8.17131 54.353 7.34838 53.7453 6.74165C53.138 6.13488 52.3142 5.79404 51.4553 5.79404H48.2461L46.9219 3.23516H51.4553C53.0003 3.23869 54.4811 3.85335 55.5734 4.94469C56.6661 6.036 57.2815 7.51515 57.2849 9.0585C57.2888 9.21596 57.2792 9.37342 57.2557 9.52915L60.0526 3.23516L58.7288 0H62.6153L68.9753 14.8236C69.623 16.2649 69.888 16.6765 71.125 16.6765H72.5088L73.9803 20Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M45.6557 7.79391C45.8573 7.37164 45.9576 6.90861 45.9499 6.44099C45.9511 6.01576 45.8684 5.59449 45.7061 5.20141C45.5438 4.80834 45.3049 4.45118 45.0042 4.15053C44.703 3.84984 44.3453 3.61161 43.9519 3.44948C43.5584 3.28736 43.1369 3.20455 42.7111 3.20583H38.8838V5.76468H42.7111C42.883 5.76468 43.0476 5.83288 43.1692 5.95426C43.2907 6.07561 43.3588 6.24022 43.3588 6.41184C43.3588 6.58349 43.2907 6.74807 43.1692 6.86945C43.0476 6.9908 42.883 7.05899 42.7111 7.05899H38.8838V14.7939L43.3888 14.8232C44.2111 14.8241 45.0123 14.5641 45.6769 14.0808C46.3419 13.5976 46.8357 12.9159 47.088 12.1341C47.3399 11.3524 47.3372 10.5109 47.0796 9.73084C46.8222 8.95084 46.3234 8.27261 45.6553 7.79391H45.6557ZM43.3892 12.235H41.4457V9.64718H43.4169C43.5884 9.64695 43.7584 9.68076 43.9169 9.74664C44.0749 9.81253 44.2188 9.90914 44.3396 10.0309C44.4599 10.1526 44.5553 10.2971 44.6196 10.456C44.6842 10.6148 44.7161 10.7848 44.7142 10.9561C44.7122 11.1275 44.6765 11.2967 44.6084 11.454C44.5403 11.6114 44.4419 11.7536 44.3184 11.8726C44.1953 11.9916 44.0492 12.085 43.8896 12.1473C43.7296 12.2095 43.5592 12.2395 43.3876 12.2354L43.3892 12.235Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n<path d=\"M29.487 19.0337C29.3678 19.1693 29.2208 19.2776 29.0559 19.3511C28.8697 19.4321 28.6682 19.472 28.4651 19.468C28.2728 19.47 28.0819 19.436 27.9022 19.3678C27.7359 19.3041 27.5843 19.2075 27.4563 19.0838C27.3276 18.9591 27.2258 18.8094 27.1572 18.644C27.0837 18.465 27.0471 18.2732 27.0494 18.0798C27.0472 17.8836 27.0852 17.6891 27.1609 17.5082C27.2295 17.3433 27.332 17.1947 27.4619 17.0721C27.593 16.9506 27.7471 16.8566 27.9152 16.7955C28.0949 16.7301 28.285 16.6974 28.4763 16.699C28.6633 16.6993 28.8489 16.7325 29.0243 16.7974C29.1918 16.855 29.342 16.9539 29.4609 17.085L29.0299 17.5156C28.9706 17.4341 28.8895 17.371 28.7958 17.3337C28.7016 17.2946 28.6006 17.2744 28.4986 17.2743C28.3932 17.2731 28.2888 17.294 28.192 17.3356C28.1013 17.3748 28.0198 17.4323 27.9523 17.5045C27.8842 17.5782 27.8312 17.6646 27.7963 17.7587C27.7582 17.8615 27.7393 17.9703 27.7405 18.0798C27.7393 18.1911 27.7582 18.3018 27.7963 18.4064C27.8304 18.5005 27.8828 18.5869 27.9505 18.6607C28.0167 18.7316 28.0971 18.7879 28.1864 18.8258C28.2816 18.8661 28.3841 18.8864 28.4874 18.8852C28.6021 18.8879 28.7156 18.8624 28.8181 18.811C28.9078 18.7653 28.9854 18.6992 29.0448 18.618L29.487 19.0337ZM31.5752 19.3975V16.7695H32.2143V18.8444H33.2324V19.3975H31.5752ZM37.1303 19.3975L36.9259 18.8815H35.9078L35.7145 19.3975H35.0234L36.127 16.7695H36.7438L37.8362 19.3975H37.1303ZM36.4243 17.4711L36.0898 18.373H36.7512L36.4243 17.4711ZM41.2622 17.4525C41.2053 17.3813 41.1318 17.3246 41.0483 17.2873C40.9691 17.2485 40.8822 17.2276 40.7941 17.2261C40.751 17.2261 40.708 17.2299 40.6656 17.2372C40.6245 17.2439 40.5849 17.2584 40.5487 17.2799C40.5141 17.3008 40.4845 17.3286 40.4614 17.3616C40.4364 17.3995 40.4241 17.4443 40.426 17.4896C40.4245 17.5286 40.4345 17.5672 40.4541 17.601C40.4749 17.6329 40.503 17.6596 40.5356 17.6789C40.5764 17.7035 40.6191 17.724 40.6641 17.7401C40.7133 17.7587 40.7691 17.7779 40.831 17.7977C40.9203 17.8274 41.0133 17.8602 41.1099 17.8961C41.2041 17.9307 41.293 17.9788 41.3737 18.039C41.4533 18.0993 41.5203 18.1751 41.5707 18.2616C41.6257 18.3621 41.6526 18.4757 41.6487 18.5902C41.6522 18.7255 41.6233 18.8596 41.5649 18.9818C41.5126 19.0885 41.4364 19.1818 41.3422 19.2546C41.2453 19.3276 41.1357 19.3818 41.0187 19.4141C40.8968 19.4489 40.7703 19.4664 40.6433 19.4662C40.4568 19.4665 40.2718 19.4331 40.0972 19.3678C39.931 19.3085 39.7803 19.212 39.6568 19.0857L40.073 18.6625C40.143 18.746 40.2299 18.8136 40.3276 18.8611C40.4245 18.9122 40.5322 18.9396 40.6418 18.9409C40.688 18.941 40.7341 18.936 40.7791 18.9261C40.8207 18.9174 40.8607 18.901 40.896 18.8778C40.9299 18.8553 40.9572 18.8247 40.976 18.7887C40.9968 18.7473 41.0072 18.7014 41.0056 18.6551C41.0072 18.6102 40.9941 18.566 40.9687 18.5289C40.9399 18.4907 40.9037 18.4585 40.8626 18.4343C40.8087 18.4021 40.7514 18.376 40.6918 18.3563C40.6237 18.3328 40.5464 18.3075 40.4595 18.2802C40.3753 18.253 40.293 18.2208 40.2126 18.1837C40.1337 18.1477 40.0606 18.0995 39.9968 18.0408C39.9326 17.9811 39.881 17.9091 39.8445 17.8293C39.8037 17.7338 39.7841 17.6306 39.7872 17.5267C39.7833 17.3961 39.8141 17.2668 39.876 17.1518C39.9337 17.0499 40.0137 16.9623 40.1103 16.8958C40.2095 16.8277 40.3203 16.778 40.4372 16.7491C40.5576 16.7183 40.681 16.7028 40.8053 16.7027C40.9603 16.7039 41.1145 16.7315 41.2603 16.7844C41.4114 16.8361 41.5506 16.9182 41.6691 17.0256L41.2622 17.4525ZM45.2753 17.4525C45.218 17.3813 45.1449 17.3246 45.0614 17.2873C44.9822 17.2485 44.8953 17.2276 44.8068 17.2261C44.7641 17.2261 44.721 17.2299 44.6787 17.2372C44.6376 17.2439 44.5976 17.2584 44.5618 17.2799C44.5272 17.3008 44.4976 17.3286 44.4745 17.3616C44.4495 17.3995 44.4372 17.4443 44.4391 17.4896C44.4376 17.5286 44.4472 17.5672 44.4672 17.601C44.488 17.6329 44.516 17.6596 44.5487 17.6789C44.5895 17.7035 44.6322 17.724 44.6768 17.7401C44.7264 17.7587 44.7822 17.7779 44.8441 17.7977C44.9333 17.8274 45.026 17.8602 45.123 17.8961C45.2172 17.9307 45.306 17.9788 45.3868 18.039C45.4664 18.0993 45.5333 18.1751 45.5837 18.2616C45.6387 18.3621 45.6657 18.4757 45.6618 18.5902C45.6649 18.7255 45.6364 18.8596 45.578 18.9818C45.5257 19.0885 45.4491 19.1818 45.3549 19.2546C45.2583 19.3276 45.1487 19.3818 45.0318 19.4141C44.9099 19.4489 44.7833 19.4664 44.6564 19.4662C44.4699 19.4665 44.2849 19.4331 44.1103 19.3678C43.9437 19.3085 43.7933 19.212 43.6699 19.0857L44.086 18.6625C44.156 18.746 44.2426 18.8136 44.3406 18.8611C44.4376 18.9122 44.5453 18.9396 44.6545 18.9409C44.701 18.941 44.7468 18.936 44.7922 18.9261C44.8337 18.9174 44.8733 18.901 44.9091 18.8778C44.943 18.8553 44.9703 18.8247 44.9891 18.7887C45.0099 18.7473 45.0203 18.7014 45.0187 18.6551C45.0203 18.6102 45.0072 18.566 44.9818 18.5289C44.953 18.4907 44.9168 18.4585 44.8757 18.4343C44.8218 18.4021 44.7645 18.376 44.7049 18.3563C44.6368 18.3328 44.5591 18.3075 44.4726 18.2802C44.3883 18.253 44.306 18.2208 44.2257 18.1837C44.1464 18.1477 44.0737 18.0995 44.0099 18.0408C43.9456 17.9811 43.8937 17.9091 43.8576 17.8293C43.8168 17.7338 43.7972 17.6306 43.7999 17.5267C43.796 17.3961 43.8268 17.2668 43.8891 17.1518C43.9468 17.0499 44.0268 16.9623 44.1233 16.8958C44.2226 16.8277 44.3333 16.778 44.4503 16.7491C44.5707 16.7183 44.6941 16.7028 44.818 16.7027C44.9733 16.7039 45.1272 16.7315 45.2733 16.7844C45.4245 16.8361 45.5637 16.9182 45.6822 17.0256L45.2753 17.4525Z\" fill=\"white\" fill-opacity=\"0.75\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_233_9733\">\\n<rect width=\"73.4615\" height=\"20\" fill=\"white\" transform=\"translate(0.519043)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.kakarot.org/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1toqtmk framer-17964ua\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"a0AsadF7n\",opacity:.7,style:{opacity:.7},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117 16\"><g id=\"ss9109174015_1\"><path d=\"M 49.99 1.346 L 49.99 3.795 C 48.637 2.263 46.654 1.294 44.441 1.294 C 40.367 1.294 37.051 4.593 37.051 8.647 C 37.051 12.7 40.367 15.999 44.441 15.999 C 46.653 15.999 48.636 15.03 49.99 13.498 L 49.99 15.947 L 52.507 15.947 L 52.507 1.346 Z M 44.441 13.498 C 41.751 13.498 39.567 11.32 39.567 8.647 C 39.567 5.973 41.751 3.795 44.441 3.795 C 47.132 3.795 49.318 5.973 49.318 8.647 C 49.318 11.32 47.132 13.498 44.441 13.498 Z M 81.753 1.346 L 81.753 3.795 C 80.404 2.263 78.416 1.294 76.207 1.294 C 72.132 1.294 68.816 4.593 68.816 8.647 C 68.816 12.7 72.132 15.999 76.207 15.999 C 78.416 15.999 80.404 15.03 81.753 13.498 L 81.753 15.947 L 84.269 15.947 L 84.269 1.346 L 81.753 1.346 Z M 76.207 13.498 C 73.519 13.498 71.33 11.32 71.33 8.647 C 71.33 5.973 73.519 3.795 76.207 3.795 C 78.897 3.795 81.081 5.973 81.081 8.647 C 81.081 11.32 78.897 13.498 76.207 13.498 Z M 94.373 1.726 L 94.373 4.228 C 91.624 4.228 89.389 6.455 89.389 9.19 L 89.389 15.946 L 86.874 15.946 L 86.874 1.347 L 89.389 1.347 L 89.389 3.62 C 90.715 2.441 92.461 1.726 94.373 1.726 Z M 102.1 1.294 C 98.026 1.294 94.71 4.591 94.71 8.647 C 94.71 12.702 98.026 15.999 102.1 15.999 C 106.177 15.999 109.491 12.702 109.491 8.647 C 109.491 4.591 106.177 1.294 102.1 1.294 Z M 102.1 13.498 C 99.413 13.498 97.223 11.32 97.223 8.647 C 97.223 5.973 99.413 3.795 102.1 3.795 C 104.79 3.795 106.977 5.973 106.977 8.647 C 106.977 11.32 104.79 13.498 102.1 13.498 Z M 114.348 5.311 L 114.348 12.131 C 114.348 12.884 114.962 13.499 115.719 13.499 L 117.063 13.499 L 117.063 16 L 115.719 16 C 113.575 16 111.832 14.267 111.832 12.131 L 111.832 5.311 L 110.729 5.311 L 110.729 2.809 L 111.832 2.809 L 111.832 0 L 114.348 0 L 114.348 2.809 L 117.063 2.809 L 117.063 5.311 Z M 36.401 15.946 L 33.872 15.946 C 33.444 12.543 30.512 9.897 26.973 9.897 L 25.888 9.897 L 25.888 15.946 L 23.373 15.946 L 23.373 1.347 L 25.888 1.347 L 25.888 7.396 L 26.973 7.396 C 30.512 7.396 33.444 4.75 33.872 1.347 L 36.401 1.347 C 36.114 4.471 34.284 7.159 31.68 8.646 C 34.284 10.133 36.114 12.821 36.401 15.946 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 14.675 1.35 L 14.675 3.889 C 11.255 4.343 8.606 7.271 8.606 10.801 L 8.606 10.901 L 6.07 10.901 L 6.07 10.801 C 6.07 7.271 3.42 4.343 0 3.889 L 0 1.35 C 3.14 1.656 5.84 3.483 7.338 6.08 C 8.835 3.483 11.535 1.656 14.675 1.35 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 6.071 10.319 L 6.085 10.319 C 6.075 10.48 6.07 10.641 6.071 10.802 L 6.071 10.319 Z M 8.591 10.319 L 8.606 10.319 L 8.606 10.802 C 8.606 10.64 8.602 10.478 8.591 10.319 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 0 13.425 L 14.676 13.425 L 14.676 15.949 L 0 15.949 Z M 68.151 15.946 L 65.622 15.946 C 65.194 12.543 62.262 9.897 58.723 9.897 L 57.638 9.897 L 57.638 15.946 L 55.123 15.946 L 55.123 1.347 L 57.638 1.347 L 57.638 7.396 L 58.723 7.396 C 62.262 7.396 65.194 4.75 65.622 1.347 L 68.151 1.347 C 67.864 4.471 66.034 7.159 63.43 8.646 C 66.034 10.133 67.864 12.821 68.151 15.946 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:9109174015,withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-erc117\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"sFzzEkqwd\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vj28y3\",\"data-framer-name\":\"logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:85,intrinsicWidth:51,layoutDependency:layoutDependency,layoutId:\"H5IWVScP8\",svg:'<svg width=\"51\" height=\"85\" viewBox=\"0 0 51 85\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"path-1-inside-1_233_9749\" fill=\"white\">\\n<path d=\"M0 17H17V34H0V17Z\"/>\\n</mask>\\n<path d=\"M0 17V16H-1V17H0ZM17 17H18V16H17V17ZM0 18H17V16H0V18ZM16 17V34H18V17H16ZM1 34V17H-1V34H1Z\" fill=\"url(#paint0_linear_233_9749)\" mask=\"url(#path-1-inside-1_233_9749)\"/>\\n<mask id=\"path-3-inside-2_233_9749\" fill=\"white\">\\n<path d=\"M34 51H51V68H34V51Z\"/>\\n</mask>\\n<path d=\"M51 68V69H52V68H51ZM34 68H33V69H34V68ZM50 51V68H52V51H50ZM51 67H34V69H51V67ZM35 68V51H33V68H35Z\" fill=\"url(#paint1_linear_233_9749)\" mask=\"url(#path-3-inside-2_233_9749)\"/>\\n<mask id=\"path-5-inside-3_233_9749\" fill=\"white\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M42.5 8.5L34 0V17V34H17H0V51V68L8.5 76.5L17 85V68V51H34H51V34V17L42.5 8.5Z\"/>\\n</mask>\\n<path d=\"M34 0L34.7071 -0.707107L33 -2.41421V0H34ZM34 34V35H35V34H34ZM0 34V33H-1V34H0ZM0 68H-1V68.4142L-0.707107 68.7071L0 68ZM17 85L16.2929 85.7071L18 87.4142V85H17ZM17 51V50H16V51H17ZM51 51V52H52V51H51ZM51 17H52V16.5858L51.7071 16.2929L51 17ZM33.2929 0.707107L41.7929 9.20711L43.2071 7.79289L34.7071 -0.707107L33.2929 0.707107ZM35 17V0H33V17H35ZM35 34V17H33V34H35ZM17 35H34V33H17V35ZM0 35H17V33H0V35ZM1 51V34H-1V51H1ZM1 68V51H-1V68H1ZM9.20711 75.7929L0.707107 67.2929L-0.707107 68.7071L7.79289 77.2071L9.20711 75.7929ZM17.7071 84.2929L9.20711 75.7929L7.79289 77.2071L16.2929 85.7071L17.7071 84.2929ZM16 68V85H18V68H16ZM16 51V68H18V51H16ZM34 50H17V52H34V50ZM51 50H34V52H51V50ZM50 34V51H52V34H50ZM50 17V34H52V17H50ZM41.7929 9.20711L50.2929 17.7071L51.7071 16.2929L43.2071 7.79289L41.7929 9.20711Z\" fill=\"white\" mask=\"url(#path-5-inside-3_233_9749)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_233_9749\" x1=\"8.5\" y1=\"17\" x2=\"8.5\" y2=\"32.4545\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#1C1C1E\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_233_9749\" x1=\"42.5\" y1=\"51\" x2=\"42.5\" y2=\"66.4545\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#1C1C1E\"/>\\n<stop offset=\"1\" stop-color=\"white\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ejudu.framer-17964ua, .framer-ejudu .framer-17964ua { display: block; }\",\".framer-ejudu.framer-1c6a2ao { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 672px; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-ejudu .framer-1pntkvd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-end; overflow: hidden; padding: 123px 20px 20px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-ejudu .framer-ncwuun { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 632px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ejudu .framer-1eo0vnb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ejudu .framer-1dpnro6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ejudu .framer-1g8i6hq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ejudu .framer-13hgxcq-container { flex: none; height: 24px; position: relative; width: 134px; }\",\".framer-ejudu .framer-1hxr2nt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ejudu .framer-dultbl, .framer-ejudu .framer-q7dzau { flex: none; height: 24px; position: relative; text-decoration: none; width: 131px; }\",\".framer-ejudu .framer-1k2oybj, .framer-ejudu .framer-yit9uh { flex: none; height: 22px; position: relative; text-decoration: none; width: 69px; }\",\".framer-ejudu .framer-1udxj07 { aspect-ratio: 4.682539682539683 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); position: relative; text-decoration: none; width: 98px; }\",\".framer-ejudu .framer-1j48z0o, .framer-ejudu .framer-m2n5x2 { flex: none; height: 20px; position: relative; text-decoration: none; width: 74px; }\",\".framer-ejudu .framer-6ba6f7, .framer-ejudu .framer-1toqtmk { flex: none; height: 16px; position: relative; text-decoration: none; width: 117px; }\",\".framer-ejudu .framer-ohw00g { flex: none; height: 12px; overflow: hidden; position: relative; width: 1px; }\",\".framer-ejudu .framer-1svp1vq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ejudu .framer-o0rroy { aspect-ratio: 4.682539682539683 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; text-decoration: none; width: 94px; }\",\".framer-ejudu .framer-erc117 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-ejudu .framer-vj28y3 { flex: none; height: 85px; position: relative; width: 51px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ejudu.framer-1c6a2ao, .framer-ejudu .framer-1pntkvd, .framer-ejudu .framer-1dpnro6, .framer-ejudu .framer-1hxr2nt, .framer-ejudu .framer-1svp1vq, .framer-ejudu .framer-erc117 { gap: 0px; } .framer-ejudu.framer-1c6a2ao > *, .framer-ejudu .framer-1pntkvd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ejudu.framer-1c6a2ao > :first-child, .framer-ejudu .framer-1pntkvd > :first-child { margin-top: 0px; } .framer-ejudu.framer-1c6a2ao > :last-child, .framer-ejudu .framer-1pntkvd > :last-child { margin-bottom: 0px; } .framer-ejudu .framer-1dpnro6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ejudu .framer-1dpnro6 > :first-child, .framer-ejudu .framer-1hxr2nt > :first-child, .framer-ejudu .framer-1svp1vq > :first-child, .framer-ejudu .framer-erc117 > :first-child { margin-left: 0px; } .framer-ejudu .framer-1dpnro6 > :last-child, .framer-ejudu .framer-1hxr2nt > :last-child, .framer-ejudu .framer-1svp1vq > :last-child, .framer-ejudu .framer-erc117 > :last-child { margin-right: 0px; } .framer-ejudu .framer-1hxr2nt > *, .framer-ejudu .framer-1svp1vq > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-ejudu .framer-erc117 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-ejudu.framer-v-14j3jg6.framer-1c6a2ao { width: 810px; }\",\".framer-ejudu.framer-v-14j3jg6 .framer-1g8i6hq { order: 0; }\",\".framer-ejudu.framer-v-14j3jg6 .framer-13hgxcq-container { order: 2; width: 234px; }\",\".framer-ejudu.framer-v-14j3jg6 .framer-ohw00g { order: 1; }\",\".framer-ejudu.framer-v-gi831r.framer-1c6a2ao { width: 390px; }\",\".framer-ejudu.framer-v-gi831r .framer-1pntkvd { height: min-content; padding: 124px 20px 20px 20px; }\",\".framer-ejudu.framer-v-gi831r .framer-ncwuun { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; height: 540px; justify-content: flex-end; }\",\".framer-ejudu.framer-v-gi831r .framer-1dpnro6 { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\".framer-ejudu.framer-v-gi831r .framer-13hgxcq-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ejudu.framer-v-gi831r .framer-ncwuun, .framer-ejudu.framer-v-gi831r .framer-1dpnro6 { gap: 0px; } .framer-ejudu.framer-v-gi831r .framer-ncwuun > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ejudu.framer-v-gi831r .framer-ncwuun > :first-child, .framer-ejudu.framer-v-gi831r .framer-1dpnro6 > :first-child { margin-top: 0px; } .framer-ejudu.framer-v-gi831r .framer-ncwuun > :last-child, .framer-ejudu.framer-v-gi831r .framer-1dpnro6 > :last-child { margin-bottom: 0px; } .framer-ejudu.framer-v-gi831r .framer-1dpnro6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 672\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"672px\",null]},\"eHQpZpHhw\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"672px\",null]},\"vDiq7Uyft\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"672px\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLbDZXcz6N=withCSS(Component,css,\"framer-ejudu\");export default FramerLbDZXcz6N;FramerLbDZXcz6N.displayName=\"homepage/hero\";FramerLbDZXcz6N.defaultProps={height:672,width:1200};addPropertyControls(FramerLbDZXcz6N,{variant:{options:[\"Q7gCViLM8\",\"eHQpZpHhw\",\"vDiq7Uyft\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLbDZXcz6N,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...HomepageBubbleChatsFonts,...TickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLbDZXcz6N\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"672px\\\",null]},\\\"eHQpZpHhw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"672px\\\",null]},\\\"vDiq7Uyft\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"672px\\\",null]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"672\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import NavigationNavbarOverlay from\"#framer/local/canvasComponent/bHU23npgO/bHU23npgO.js\";import NavigationNavbar from\"#framer/local/canvasComponent/FwEaMhFN0/FwEaMhFN0.js\";import HomepageHero from\"#framer/local/canvasComponent/LbDZXcz6N/LbDZXcz6N.js\";import NavigationFooter from\"#framer/local/canvasComponent/lKW_oXPBy/lKW_oXPBy.js\";import ElementsButton from\"#framer/local/canvasComponent/Nqxfjtj2R/Nqxfjtj2R.js\";import*as sharedStyle from\"#framer/local/css/HOJrxk9CC/HOJrxk9CC.js\";import*as sharedStyle2 from\"#framer/local/css/SPJgQEEum/SPJgQEEum.js\";import*as sharedStyle1 from\"#framer/local/css/xxkIMcll4/xxkIMcll4.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavbarFonts=getFonts(NavigationNavbar);const NavigationNavbarWithVariantAppearEffect=withVariantAppearEffect(NavigationNavbar);const NavigationNavbarOverlayFonts=getFonts(NavigationNavbarOverlay);const HomepageHeroFonts=getFonts(HomepageHero);const ElementsButtonFonts=getFonts(ElementsButton);const MotionDivWithFX=withFX(motion.div);const NavigationFooterFonts=getFonts(NavigationFooter);const breakpoints={EP31nMVCT:\"(min-width: 810px) and (max-width: 1199px)\",iWERJjgeR:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-KAKqb\";const variantClassNames={EP31nMVCT:\"framer-v-19y78ro\",iWERJjgeR:\"framer-v-1ktlhvl\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:50,delay:0,mass:1,stiffness:300,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"iWERJjgeR\",Tablet:\"EP31nMVCT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oXq8NgW46,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const biTrgSUFC3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const IdbiwDJ5l1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"k4m93EAGY\");const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(28, 28, 30)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1wfn0vt-container\",id:\"1wfn0vt\",layoutScroll:true,nodeId:\"roi2BAq0s\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{__framer__targets:[{offset:120,ref:ref2,target:\"bjibkYdje\"}],variant:overlay.visible?\"H1SBiaWqz\":\"jgykuBw00\"},iWERJjgeR:{__framer__targets:[{offset:120,ref:ref2,target:\"Q0xIdbNmn\"}],variant:overlay.visible?\"H1SBiaWqz\":\"vqAmtLiFZ\"}},children:/*#__PURE__*/_jsx(NavigationNavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:120,ref:ref2,target:\"YlHrXwgeY\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,alu0C8HlB:\"var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(7, 9, 11))\",biTrgSUFC:biTrgSUFC3bnx0g({overlay}),height:\"100%\",id:\"roi2BAq0s\",kQnRibKVu:\"var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(7, 9, 11))\",layoutId:\"roi2BAq0s\",QoTsr6ir9:{borderBottomWidth:0,borderColor:'var(--token-94823a5e-7260-4fc4-96e2-2312db641d74, rgb(58, 58, 62)) /* {\"name\":\"stroke\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},SCdgwqV9b:\"var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, rgb(7, 9, 11))\",style:{width:\"100%\"},tjpGcxyGV:false,variant:overlay.visible?\"H1SBiaWqz\":\"H1SBiaWqz\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-snpiql\"),\"data-framer-portal-id\":\"1wfn0vt\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"pBG7tHl76\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1a3oemb\"),\"data-framer-name\":\"container\",\"data-framer-portal-id\":\"1wfn0vt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3nx52-container\",inComponentSlot:true,nodeId:\"XEL0uO0cj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(NavigationNavbarOverlay,{height:\"100%\",id:\"XEL0uO0cj\",IdbiwDJ5l:IdbiwDJ5l1wnntms({overlay}),layoutId:\"XEL0uO0cj\",style:{height:\"100%\"},variant:\"h2Zu0SW2w\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7iahzi\",\"data-framer-name\":\"stack\",onTap:onTap1wnntms({overlay})})]})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1el19gw-container\",nodeId:\"Ydo9nMquJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{variant:\"eHQpZpHhw\"},iWERJjgeR:{variant:\"vDiq7Uyft\"}},children:/*#__PURE__*/_jsx(HomepageHero,{height:\"100%\",id:\"Ydo9nMquJ\",layoutId:\"Ydo9nMquJ\",style:{height:\"100%\",width:\"100%\"},variant:\"Q7gCViLM8\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-csnzw1\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pdx641\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lul1e5\",\"data-border\":true,\"data-framer-name\":\"verif\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-1d66a79d-8b72-45f4-adfe-ee88fec1b8fa, rgb(255, 255, 255))\"},children:\"our solutions\"})}),className:\"framer-qmcz1n\",\"data-framer-name\":\"Verifiable On-Chain Data and Compute\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rjvfnt\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gsuqry\",\"data-framer-name\":\"data-access\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kb3pc5\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i8e9i8\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sqxvp7\",\"data-border\":true,\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u2szzs\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w6j4i0\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-uukx8q\",\"data-framer-name\":\"database\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><g transform=\"translate(1 0)\" id=\"ss8652831949_1\"><path d=\"M 7 16 C 10.5 16 14 15.1 14 13 L 14 6.4 C 12.4 7.4 10 8 7 8 C 4 8 1.6 7.4 0 6.4 L 0 13 C 0 15.1 3.5 16 7 16 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 7 6 C 10.5 6 14 5.1 14 3 C 14 0.9 10.5 0 7 0 C 3.5 0 0 0.9 0 3 C 0 5.1 3.5 6 7 6 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path></g></svg>',svgContentId:8652831949,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hgc8oc\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"solution\"})}),className:\"framer-1ramw32\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"\u2022\"})}),className:\"framer-17bmttt\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(12, 104, 243))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Verifiable Data\"})})}),className:\"framer-b82vkf\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1i038uo\",\"data-styles-preset\":\"xxkIMcll4\",children:\"Verifiable Data\"})}),className:\"framer-1h6794w\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-toyunb\",\"data-styles-preset\":\"SPJgQEEum\",style:{\"--framer-text-color\":\"var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(164, 164, 165))\"},children:\"In the world of blockchain and decentralized systems, data integrity is paramount. At Herodotus, we're pioneering solutions that allow you to access and verify on-chain data with unprecedented ease and security.\"})}),className:\"framer-v2y456\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PCGM2PF7l\"},implicitPathVariables:undefined},{href:{webPageId:\"PCGM2PF7l\"},implicitPathVariables:undefined},{href:{webPageId:\"PCGM2PF7l\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{y:(componentViewport?.y||0)+0+1156+120+0+0+0+0+24+257.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+1156+120+0+0+0+0+24+269.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cipukn-container\",nodeId:\"dZAKzY5Fj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{hFshJy6uO:resolvedLinks[1]},iWERJjgeR:{hFshJy6uO:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ElementsButton,{height:\"100%\",hFshJy6uO:resolvedLinks[0],id:\"dZAKzY5Fj\",imuxCvMt4:\"Learn more\",layoutId:\"dZAKzY5Fj\",variant:\"BKEGYtcjK\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5dlicw\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6e2ol6\",\"data-border\":true,\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fvsft8\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nf442h\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-106e5sw\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 2 2 C 2 0.895 2.895 0 4 0 C 5.105 0 6 0.895 6 2 C 6 3.105 5.105 4 4 4 C 2.895 4 2 3.105 2 2 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 2.75 8 C 2.75 7.31 3.31 6.75 4 6.75 C 4.69 6.75 5.25 7.31 5.25 8 C 5.25 8.69 4.69 9.25 4 9.25 C 3.31 9.25 2.75 8.69 2.75 8 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 2 14 C 2 12.895 2.895 12 4 12 C 5.105 12 6 12.895 6 14 C 6 15.105 5.105 16 4 16 C 2.895 16 2 15.105 2 14 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 10 2 C 10 0.895 10.895 0 12 0 C 13.105 0 14 0.895 14 2 C 14 3.105 13.105 4 12 4 C 10.895 4 10 3.105 10 2 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 10 8 C 10 6.895 10.895 6 12 6 C 13.105 6 14 6.895 14 8 C 14 9.105 13.105 10 12 10 C 10.895 10 10 9.105 10 8 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path><path d=\"M 10.75 14 C 10.75 13.31 11.31 12.75 12 12.75 C 12.69 12.75 13.25 13.31 13.25 14 C 13.25 14.69 12.69 15.25 12 15.25 C 11.31 15.25 10.75 14.69 10.75 14 Z\" fill=\"var(--token-6496a1f7-adaf-47e8-a71b-c9f3b85d3bce, rgb(16, 20, 24)) /* {&quot;name&quot;:&quot;card-bg&quot;} */\"></path></svg>',svgContentId:9793131270,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hfcomo\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"solution\"})}),className:\"framer-xr9308\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"\u2022\"})}),className:\"framer-1y72vl7\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(12, 104, 243))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Verifiable Compute\"})})}),className:\"framer-1lqgcop\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1i038uo\",\"data-styles-preset\":\"xxkIMcll4\",children:\"Verifiable Compute\"})}),className:\"framer-1cu3pcx\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-toyunb\",\"data-styles-preset\":\"SPJgQEEum\",style:{\"--framer-text-color\":\"var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(164, 164, 165))\"},children:\"Being able to access verified data is just the first step as most applications want to process such data with some compute. Due to this, the ability to prove the correctness of computations is crucial. At Herodotus, we're at the forefront of verifiable compute solutions, enabling a new era of trust-minimized applications.\"})}),className:\"framer-cbpfyx\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yXd3a8nPy\"},implicitPathVariables:undefined},{href:{webPageId:\"yXd3a8nPy\"},implicitPathVariables:undefined},{href:{webPageId:\"yXd3a8nPy\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{y:(componentViewport?.y||0)+0+1156+120+0+360.2+0+0+24+257.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+1156+120+0+352.2+0+0+24+269.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18smsjd-container\",nodeId:\"bLGqxLowY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{hFshJy6uO:resolvedLinks1[1]},iWERJjgeR:{hFshJy6uO:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ElementsButton,{height:\"100%\",hFshJy6uO:resolvedLinks1[0],id:\"bLGqxLowY\",imuxCvMt4:\"Learn more\",layoutId:\"bLGqxLowY\",variant:\"BKEGYtcjK\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s0dfik\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-onnmrx\",\"data-border\":true,\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16f7t3i\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a2su1y\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10f8kjm\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13.333 0 L 8 0 L 8 2.667 L 13.333 2.667 L 13.333 8 L 16 8 L 16 2.667 C 16 1.194 14.806 0 13.333 0 Z M 2.667 16 L 8 16 L 8 13.333 L 2.667 13.333 L 2.667 8 L 0 8 L 0 13.333 C 0 14.806 1.194 16 2.667 16 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11517436054,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h412c7\",\"data-framer-name\":\"label\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"solution\"})}),className:\"framer-12c0z5v\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(0, 163, 255))\"},children:\"\u2022\"})}),className:\"framer-19u3qlu\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-152uyfb\",\"data-styles-preset\":\"HOJrxk9CC\",style:{\"--framer-text-color\":\"var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, rgb(12, 104, 243))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Scaling Blockchains\"})})}),className:\"framer-cm2rlq\",\"data-framer-name\":\"solution \u2022 storage proofs\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1i038uo\",\"data-styles-preset\":\"xxkIMcll4\",children:\"Scaling Blockchains\"})}),className:\"framer-1cu369r\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-toyunb\",\"data-styles-preset\":\"SPJgQEEum\",style:{\"--framer-text-color\":\"var(--token-63a5137f-1635-4119-ab8b-5b70069bd96e, rgb(164, 164, 165))\"},children:\"As blockchain networks grow, scaling becomes crucial for maintaining performance and usability. Our cutting-edge technologies address blockchain performance and cross-chain interoperability challenges, paving the way for wider adoption and more complex decentralized applications.\"})}),className:\"framer-7be4do\",\"data-framer-name\":\"Pioneering cryptographic security for a sovereign future.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VDQOzurTL\"},implicitPathVariables:undefined},{href:{webPageId:\"VDQOzurTL\"},implicitPathVariables:undefined},{href:{webPageId:\"VDQOzurTL\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{y:(componentViewport?.y||0)+0+1156+120+0+720.4+0+0+24+257.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+1156+120+0+704.4+0+0+24+269.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yvofrt-container\",nodeId:\"cS7mbQFkC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{hFshJy6uO:resolvedLinks2[1]},iWERJjgeR:{hFshJy6uO:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ElementsButton,{height:\"100%\",hFshJy6uO:resolvedLinks2[0],id:\"cS7mbQFkC\",imuxCvMt4:\"Learn more\",layoutId:\"cS7mbQFkC\",variant:\"BKEGYtcjK\",width:\"100%\"})})})})})})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWERJjgeR:{y:(componentViewport?.y||0)+0+2456.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1050,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2452.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9kbnab-container\",nodeId:\"eetkieLQG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EP31nMVCT:{variant:\"mf09heaMA\"},iWERJjgeR:{variant:\"WSXhHKN6J\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{fvO2zEG3c:true,height:\"100%\",id:\"eetkieLQG\",layoutId:\"eetkieLQG\",style:{width:\"100%\"},variant:\"Z2IEaBGyB\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KAKqb.framer-lux5qc, .framer-KAKqb .framer-lux5qc { display: block; }\",\".framer-KAKqb.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, #1c1c1e); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-KAKqb .framer-1wfn0vt-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-KAKqb.framer-snpiql { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-KAKqb.framer-1a3oemb { -webkit-backdrop-filter: blur(20px); align-content: flex-end; align-items: flex-end; backdrop-filter: blur(20px); background-color: rgba(28, 28, 30, 0.2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; z-index: 10; }\",\".framer-KAKqb .framer-1r3nx52-container { flex: 1 0 0px; height: 1px; position: relative; width: auto; z-index: 2; }\",\".framer-KAKqb .framer-7iahzi { align-content: flex-end; align-items: flex-end; bottom: 0px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-KAKqb .framer-1el19gw-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-KAKqb .framer-csnzw1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 0px 0px; position: relative; scroll-margin-top: 120px; width: 100%; }\",\".framer-KAKqb .framer-1pdx641, .framer-KAKqb .framer-1rjvfnt { background-color: #ffffff; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-KAKqb .framer-1lul1e5 { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-59c846e9-5de6-467f-884c-62cc64fff34d, #07090b); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-KAKqb .framer-qmcz1n, .framer-KAKqb .framer-1ramw32, .framer-KAKqb .framer-17bmttt, .framer-KAKqb .framer-b82vkf, .framer-KAKqb .framer-xr9308, .framer-KAKqb .framer-1y72vl7, .framer-KAKqb .framer-1lqgcop, .framer-KAKqb .framer-12c0z5v, .framer-KAKqb .framer-19u3qlu, .framer-KAKqb .framer-cm2rlq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KAKqb .framer-gsuqry { 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: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-KAKqb .framer-1kb3pc5 { 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; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-KAKqb .framer-1i8e9i8, .framer-KAKqb .framer-1s0dfik { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-KAKqb .framer-1sqxvp7, .framer-KAKqb .framer-6e2ol6, .framer-KAKqb .framer-onnmrx { --border-bottom-width: 1px; --border-color: var(--token-94823a5e-7260-4fc4-96e2-2312db641d74, #3a3a3e); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 50%; }\",\".framer-KAKqb .framer-1u2szzs, .framer-KAKqb .framer-1fvsft8, .framer-KAKqb .framer-16f7t3i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-KAKqb .framer-w6j4i0, .framer-KAKqb .framer-nf442h, .framer-KAKqb .framer-1a2su1y { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-38d839a6-607a-47d4-b6cd-313527a5ebc8, #0c68f3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-KAKqb .framer-uukx8q, .framer-KAKqb .framer-106e5sw, .framer-KAKqb .framer-10f8kjm { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-KAKqb .framer-1hgc8oc, .framer-KAKqb .framer-1hfcomo, .framer-KAKqb .framer-h412c7 { 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 0px 2px 0px; position: relative; width: min-content; }\",\".framer-KAKqb .framer-1h6794w, .framer-KAKqb .framer-v2y456, .framer-KAKqb .framer-1cu3pcx, .framer-KAKqb .framer-cbpfyx, .framer-KAKqb .framer-1cu369r, .framer-KAKqb .framer-7be4do { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KAKqb .framer-cipukn-container, .framer-KAKqb .framer-18smsjd-container, .framer-KAKqb .framer-1yvofrt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-KAKqb .framer-5dlicw { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-KAKqb .framer-9kbnab-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KAKqb.framer-72rtr7, .framer-KAKqb.framer-1a3oemb, .framer-KAKqb .framer-7iahzi, .framer-KAKqb .framer-csnzw1, .framer-KAKqb .framer-1lul1e5, .framer-KAKqb .framer-gsuqry, .framer-KAKqb .framer-1kb3pc5, .framer-KAKqb .framer-1i8e9i8, .framer-KAKqb .framer-1sqxvp7, .framer-KAKqb .framer-1u2szzs, .framer-KAKqb .framer-w6j4i0, .framer-KAKqb .framer-1hgc8oc, .framer-KAKqb .framer-5dlicw, .framer-KAKqb .framer-6e2ol6, .framer-KAKqb .framer-1fvsft8, .framer-KAKqb .framer-nf442h, .framer-KAKqb .framer-1hfcomo, .framer-KAKqb .framer-1s0dfik, .framer-KAKqb .framer-onnmrx, .framer-KAKqb .framer-16f7t3i, .framer-KAKqb .framer-1a2su1y, .framer-KAKqb .framer-h412c7 { gap: 0px; } .framer-KAKqb.framer-72rtr7 > *, .framer-KAKqb .framer-1kb3pc5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-KAKqb.framer-72rtr7 > :first-child, .framer-KAKqb.framer-1a3oemb > :first-child, .framer-KAKqb .framer-7iahzi > :first-child, .framer-KAKqb .framer-1kb3pc5 > :first-child, .framer-KAKqb .framer-1i8e9i8 > :first-child, .framer-KAKqb .framer-1sqxvp7 > :first-child, .framer-KAKqb .framer-5dlicw > :first-child, .framer-KAKqb .framer-6e2ol6 > :first-child, .framer-KAKqb .framer-1s0dfik > :first-child, .framer-KAKqb .framer-onnmrx > :first-child { margin-top: 0px; } .framer-KAKqb.framer-72rtr7 > :last-child, .framer-KAKqb.framer-1a3oemb > :last-child, .framer-KAKqb .framer-7iahzi > :last-child, .framer-KAKqb .framer-1kb3pc5 > :last-child, .framer-KAKqb .framer-1i8e9i8 > :last-child, .framer-KAKqb .framer-1sqxvp7 > :last-child, .framer-KAKqb .framer-5dlicw > :last-child, .framer-KAKqb .framer-6e2ol6 > :last-child, .framer-KAKqb .framer-1s0dfik > :last-child, .framer-KAKqb .framer-onnmrx > :last-child { margin-bottom: 0px; } .framer-KAKqb.framer-1a3oemb > *, .framer-KAKqb .framer-7iahzi > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-KAKqb .framer-csnzw1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-KAKqb .framer-csnzw1 > :first-child, .framer-KAKqb .framer-1lul1e5 > :first-child, .framer-KAKqb .framer-gsuqry > :first-child, .framer-KAKqb .framer-1u2szzs > :first-child, .framer-KAKqb .framer-w6j4i0 > :first-child, .framer-KAKqb .framer-1hgc8oc > :first-child, .framer-KAKqb .framer-1fvsft8 > :first-child, .framer-KAKqb .framer-nf442h > :first-child, .framer-KAKqb .framer-1hfcomo > :first-child, .framer-KAKqb .framer-16f7t3i > :first-child, .framer-KAKqb .framer-1a2su1y > :first-child, .framer-KAKqb .framer-h412c7 > :first-child { margin-left: 0px; } .framer-KAKqb .framer-csnzw1 > :last-child, .framer-KAKqb .framer-1lul1e5 > :last-child, .framer-KAKqb .framer-gsuqry > :last-child, .framer-KAKqb .framer-1u2szzs > :last-child, .framer-KAKqb .framer-w6j4i0 > :last-child, .framer-KAKqb .framer-1hgc8oc > :last-child, .framer-KAKqb .framer-1fvsft8 > :last-child, .framer-KAKqb .framer-nf442h > :last-child, .framer-KAKqb .framer-1hfcomo > :last-child, .framer-KAKqb .framer-16f7t3i > :last-child, .framer-KAKqb .framer-1a2su1y > :last-child, .framer-KAKqb .framer-h412c7 > :last-child { margin-right: 0px; } .framer-KAKqb .framer-1lul1e5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KAKqb .framer-gsuqry > *, .framer-KAKqb .framer-w6j4i0 > *, .framer-KAKqb .framer-1hgc8oc > *, .framer-KAKqb .framer-nf442h > *, .framer-KAKqb .framer-1hfcomo > *, .framer-KAKqb .framer-1a2su1y > *, .framer-KAKqb .framer-h412c7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-KAKqb .framer-1i8e9i8 > *, .framer-KAKqb .framer-5dlicw > *, .framer-KAKqb .framer-1s0dfik > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-KAKqb .framer-1sqxvp7 > *, .framer-KAKqb .framer-6e2ol6 > *, .framer-KAKqb .framer-onnmrx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-KAKqb .framer-1u2szzs > *, .framer-KAKqb .framer-1fvsft8 > *, .framer-KAKqb .framer-16f7t3i > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-KAKqb[data-border=\"true\"]::after, .framer-KAKqb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-KAKqb.framer-72rtr7 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-KAKqb.framer-72rtr7 { width: 390px; } .framer-KAKqb .framer-1r3nx52-container { width: 100%; } .framer-KAKqb .framer-1lul1e5 { flex-direction: column; } .framer-KAKqb .framer-1kb3pc5 { gap: 20px; } .framer-KAKqb .framer-1sqxvp7, .framer-KAKqb .framer-6e2ol6, .framer-KAKqb .framer-onnmrx { gap: 20px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KAKqb .framer-1lul1e5, .framer-KAKqb .framer-1kb3pc5, .framer-KAKqb .framer-1sqxvp7, .framer-KAKqb .framer-6e2ol6, .framer-KAKqb .framer-onnmrx { gap: 0px; } .framer-KAKqb .framer-1lul1e5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-KAKqb .framer-1lul1e5 > :first-child, .framer-KAKqb .framer-1kb3pc5 > :first-child, .framer-KAKqb .framer-1sqxvp7 > :first-child, .framer-KAKqb .framer-6e2ol6 > :first-child, .framer-KAKqb .framer-onnmrx > :first-child { margin-top: 0px; } .framer-KAKqb .framer-1lul1e5 > :last-child, .framer-KAKqb .framer-1kb3pc5 > :last-child, .framer-KAKqb .framer-1sqxvp7 > :last-child, .framer-KAKqb .framer-6e2ol6 > :last-child, .framer-KAKqb .framer-onnmrx > :last-child { margin-bottom: 0px; } .framer-KAKqb .framer-1kb3pc5 > *, .framer-KAKqb .framer-1sqxvp7 > *, .framer-KAKqb .framer-6e2ol6 > *, .framer-KAKqb .framer-onnmrx > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3255\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EP31nMVCT\":{\"layout\":[\"fixed\",\"auto\"]},\"iWERJjgeR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"k4m93EAGY\":{\"pattern\":\":k4m93EAGY\",\"name\":\"trigger\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-KAKqb\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3255,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavigationNavbarFonts,...NavigationNavbarOverlayFonts,...HomepageHeroFonts,...ElementsButtonFonts,...NavigationFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EP31nMVCT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iWERJjgeR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"k4m93EAGY\\\":{\\\"pattern\\\":\\\":k4m93EAGY\\\",\\\"name\\\":\\\"trigger\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3255\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear2aj51r", "args", "onAppears84dkl", "onAppearzz4f9g", "onAppear1mluxpg", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerjRb1iO_NP", "withCSS", "jRb1iO_NP_default", "addPropertyControls", "ControlType", "addFonts", "AnimationLoadingFonts", "getFonts", "jRb1iO_NP_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "imuxCvMt4", "hFshJy6uO", "APYMls0Ye", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tft2a0", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "RichText2", "ComponentViewportProvider", "css", "Framerfo5uW6gcL", "withCSS", "fo5uW6gcL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ElementsButtonLoadingFonts", "getFonts", "fo5uW6gcL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "V7qgliZCG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1oaiypl", "args", "onAppear1s1j6hu", "onAppearkziyeo", "onAppear1fmxoaw", "onAppear1j6734i", "onAppearq9dktq", "onAppear1pxd79y", "onAppear1p7cfgz", "onAppear140w5wc", "APYMls0Ye1lmzoy6", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramersaJsUFYQc", "withCSS", "saJsUFYQc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HomepageBubbleChatsFonts", "getFonts", "saJsUFYQc_default", "TickerFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Link", "SVG", "css", "FramerLbDZXcz6N", "withCSS", "LbDZXcz6N_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavbarFonts", "getFonts", "FwEaMhFN0_default", "NavigationNavbarWithVariantAppearEffect", "withVariantAppearEffect", "NavigationNavbarOverlayFonts", "bHU23npgO_default", "HomepageHeroFonts", "LbDZXcz6N_default", "ElementsButtonFonts", "Nqxfjtj2R_default", "MotionDivWithFX", "withFX", "motion", "NavigationFooterFonts", "lKW_oXPBy_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "oXq8NgW46", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "biTrgSUFC3bnx0g", "overlay", "loadMore", "args", "IdbiwDJ5l1wnntms", "onTap1wnntms", "scopingClassNames", "cx", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "NavigationNavbarWithVariantAppearEffect", "AnimatePresence", "Ga", "x", "bHU23npgO_default", "LbDZXcz6N_default", "RichText2", "MotionDivWithFX", "SVG", "ResolveLinks", "resolvedLinks", "Nqxfjtj2R_default", "resolvedLinks1", "resolvedLinks2", "lKW_oXPBy_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavigationNavbarFonts", "NavigationNavbarOverlayFonts", "HomepageHeroFonts", "ElementsButtonFonts", "NavigationFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
