{
  "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.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/vFZ651v9QEXXQW2ze9aP/Input.js", "ssg:https://framerusercontent.com/modules/dG6gEekid0YASxG2VOWu/NL5NjovJuTZPjDvaGIvE/bEiodWSQ3.js", "ssg:https://framerusercontent.com/modules/aiOIQCC7OagggpbVw89y/RFBrO455teowyb2ovVYY/DPEgJuB07.js", "ssg:https://framerusercontent.com/modules/xA3lPk2xQGO8vrOYhsxo/kFWidfttWT0KMMQzsZv0/mE56oHDvD.js", "ssg:https://framerusercontent.com/modules/bnvaqYSShEJxmopNM7tq/PXZC45vk7LZUplR9XS11/lHt6Xg6A2.js", "ssg:https://framerusercontent.com/modules/no4xVxZnKN16msYDXUp9/xsKQra3wBoTkwmsDk1Ro/CibtiOm6U.js", "ssg:https://framerusercontent.com/modules/6mcQG6g84WkveCu4Llm2/FxAUlfLpEi3HXIwNTTjl/Oeaeo0pwX.js", "ssg:https://framerusercontent.com/modules/90ZnVMdDqG5pxnsNpYZ0/t0XGsT6bnuUWkenCcSXU/g1Ms3aCva.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js", "ssg:https://framerusercontent.com/modules/oMFgXprYX6zPTi7CcnfI/SmOa98bcM1oeD1KIFew8/SFUPpYFqM.js", "ssg:https://framerusercontent.com/modules/m4fvg7WsAb822OSpZhQq/q2PP4MtS0kKHwVXCiuNA/SmHQu_Oum.js", "ssg:https://framerusercontent.com/modules/m9Lr2klNZ4BPZQLxnXy7/FsJGMfgNZYajtYbspPu5/DtjkIKMlD.js", "ssg:https://framerusercontent.com/modules/zpZjl51dCdvm88dXgvOC/lX13d07VwzkJCb8keoO0/htHeLsUT5.js", "ssg:https://framerusercontent.com/modules/jxJC3GimVejMkEPCfU6Y/GZurHOTwU90d14ThvqAo/oSOtMFvR3.js", "ssg:https://framerusercontent.com/modules/ePVxBLH5kiCC3H6Lf2NR/s6jkNrq7OBXfwhfRa4hK/MOqZA7eLR.js", "ssg:https://framerusercontent.com/modules/xf0WW2hMWXk6SlUFl1LP/uw7htLxKNLehsqLayJwG/QfKwTOU7W.js", "ssg:https://framerusercontent.com/modules/ssy4DqwncKKMRkkf9KeZ/cnezjn1AZPacuT8zorcv/sWkIeX9Y3.js", "ssg:https://framerusercontent.com/modules/l6mQCjKRtYuSjBLkLuVT/XCbbh4WgG6frb5ofLprA/UgheUOojp.js", "ssg:https://framerusercontent.com/modules/6BeGHJ54NLDIfeVKsZob/aqZbbpF1MXnxrrPufdPT/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,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[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 $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);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]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;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){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.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 r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}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=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.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(u));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=f.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 r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}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 i(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 l(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){d(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:g(i,s,o[r]),easing:m(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,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));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,O(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=x((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 U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;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=G.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&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=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 J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}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 Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(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}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;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=w(p(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 s=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:i(t)?()=>t(n):scrubAnimation(t,n[s])}}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 oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.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()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.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 re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,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 ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(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 ce={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 le={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 fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=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 ue)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)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[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(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[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:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.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)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.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{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N 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}from\"framer-motion\";import{resize}from\"@motionone/dom\";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;const numChildren=Children.count(slots);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 = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;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(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.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]);}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,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(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\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{useCallback as o,useState as l}from\"react\";import{addPropertyControls as i,ControlType as r,withCSS as a,useRouter as n,inferInitialRouteFromPath as d}from\"framer\";import{motion as p,useAnimationControls as s}from\"framer-motion\";let u=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/,c=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/,h=e=>u.test(String(e).toLowerCase()),m=e=>{var t;let[,o,l]=null!==(t=e.replace(\"&amp;\",\"&\").match(c))&&void 0!==t?t:[null,null,null];return[o,l?new URLSearchParams(l):null];};function f(e){try{return new URL(e),!0;}catch{}try{return new URL(`https://${e}`),!0;}catch{}return!1;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */let y=\"v1\",b=a(function({service:i,redirectAs:r,mailchimpURL:a,loopsID:u,loopsUserGroup:c,formsparkID:y,getwaitlistAPI:b,input:k,button:v,font:D,layout:$,link:V,gap:T,style:j,onSubmit:P}){let[F,O]=l(\"\"),[N,R]=l(!1),[W,B]=l(!1),[L,A]=l(!1),{paddingPerSide:I,paddingTop:E,paddingRight:U,paddingBottom:z,paddingLeft:G,padding:X,borderRadius:Y,borderObject:M,focusObject:Z,shadowObject:K,height:H,fixedHeight:J}=k,{buttonPaddingPerSide:_,buttonPaddingTop:q,buttonPaddingRight:Q,buttonPaddingBottom:ee,buttonPaddingLeft:et,buttonPadding:eo}=v,el=I?`${E}px ${v.isDocked?U+v.widthWhenDocked:U}px ${z}px ${G}px`:`${X}px ${v.isDocked?X+v.widthWhenDocked:X}px ${X}px ${X}px`,ei=_?`${v.isDocked?0:q}px ${Q}px ${v.isDocked?0:ee}px ${et}px`:`${v.isDocked?0:eo}px ${eo}px ${v.isDocked?0:eo}px ${eo}px`,er=n(),ea=()=>{if(/* Reset */B(!1),A(!1),O(\"\"),\"link\"===r&&V&&!N){let[e,t]=V.split(\"#\"),{routeId:o,pathVariables:l}=d(er.routes,e);if(o&&er.navigate(o,t,l),f(V))return R(!0),ec.start(\"error\"),!1;}},en=o(e=>!!(\"\"!==e&&h(e))||(R(!0),ec.start(\"error\"),!1),[h]),ed=o(e=>{R(!1),O(e.target.value);},[]),ep=o(e=>{A(!0);},[]),es=o(e=>{A(!1),R(!1);},[]),eu=o(e=>{// Prevent submitting while submitting\nif(e.preventDefault(),!W){if(B(!0),\"mailchimp\"===i){let[e,t]=m(a);if(!en(F)||!e||!t){B(!1);return;}// MERGE0 is Mailchimp\u2019s email field name\nt.set(\"MERGE0\",F),fetch(`https://${e}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:t.toString()}).then(e=>{ea(),\"overlay\"===r&&(null==P||P());}).catch(e=>{console.error(e),B(!1),R(!0),ec.start(\"error\");});}if(\"loops\"===i){if(!en(F)){B(!1);return;}let e=`email=${encodeURIComponent(F)}`,t=`userGroup=${encodeURIComponent(c)}`;fetch(`https://app.loops.so/api/newsletter-form/${u}`,{method:\"POST\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:c&&\" \"!==c?e+\"&\"+t:e}).then(()=>{ea(),\"overlay\"===r&&(null==P||P());}).catch(e=>{console.error(e),B(!1),R(!0),ec.start(\"error\");});}if(\"formspark\"===i){if(!en(F)){B(!1);return;}let t=new FormData(e.target),o=Object.fromEntries(t.entries());fetch(`https://submit-form.com/${y}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(o)}).then(()=>{ea(),null==P||P();}).catch(e=>{console.error(e),B(!1),R(!0),ec.start(\"error\");});}if(\"getwaitlist\"===i){if(!en(F)){B(!1);return;}let t=new FormData(e.target),o=Object.fromEntries(t.entries());o.referral_link=document.URL,fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(o)}).then(()=>{ea(),\"overlay\"===r&&(null==P||P());}).catch(e=>{console.error(e),B(!1),R(!0),ec.start(\"error\");});}}},[a,y,F,P,en,W]),ec=s(),eh=k.focusObject?`inset 0 0 0 ${Z.focusWidthFrom}px ${Z.focusColor}`:null,em=k.focusObject?`inset 0 0 0 ${Z.focusWidthTo}px ${Z.focusColor}`:null,ef=k.shadowObject?`${K.shadowX}px ${K.shadowY}px ${K.shadowBlur}px ${K.shadowColor}`:null,ey=k.borderObject?`inset 0 0 0 ${M.borderWidth}px ${M.borderColor}`:null,eb={default:{boxShadow:x(eh,ef,ey)},focused:{boxShadow:x(em,ef,ey)}};return /*#__PURE__*/e(p.div,{style:{...j,...C,\"--framer-custom-placeholder-color\":k.placeholderColor},variants:{default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}},animate:ec,children:/*#__PURE__*/t(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:\"vertical\"===$?\"column\":\"row\",color:v.color,gap:v.isDocked?0:T},onSubmit:eu,method:\"POST\",children:[\"getwaitlist\"===i&&/*#__PURE__*/e(\"input\",{type:\"hidden\",name:\"api_key\",value:b}),/*#__PURE__*/e(p.input,{type:\"email\",name:\"email\",placeholder:k.placeholder,value:F,className:\"v1 framer-custom-input\",onChange:ed,onFocus:ep,onBlur:es,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...w,padding:el,borderRadius:Y,fontSize:16,...D,background:k.fill,height:H?\"auto\":J,color:k.color,boxShadow:x(eh,ef,ey)},variants:eb,initial:!1,animate:L?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":!0}),!v.shouldAppear&&W&&/*#__PURE__*/e(g,{shouldAppear:v.shouldAppear,paddingPerSide:I,paddingTop:E,paddingRight:U,padding:X,color:k.color}),v.shouldAppear&&/*#__PURE__*/t(\"div\",{style:{position:v.isDocked?\"absolute\":\"relative\",top:v.isDocked?v.insetWhenDocked:0,right:v.isDocked?v.insetWhenDocked:0,bottom:v.isDocked?v.insetWhenDocked:0},children:[/*#__PURE__*/e(p.input,{type:\"submit\",value:v.label,style:{...w,width:v.isDocked?v.widthWhenDocked:\"100%\",height:H?\"100%\":J,cursor:\"pointer\",padding:ei,borderRadius:v.isDocked?Y-v.insetWhenDocked:Y,// fontWeight: button.fontWeight,\nfontSize:16,...v.buttonFont,background:v.fill,color:v.color,zIndex:1,boxShadow:S(v)}}),W&&/*#__PURE__*/e(\"div\",{style:{borderRadius:v.isDocked?Y-v.insetWhenDocked:Y,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:v.color,background:v.fill},children:/*#__PURE__*/e(g,{color:v.color})})]})]})});},[\".v1.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }\"]),g=o=>{let l=o.shouldAppear?{}:{position:\"absolute\",top:\"calc(50% - 8px)\",right:o.paddingPerSide?o.paddingRight:o.padding};return /*#__PURE__*/e(p.div,{style:{height:16,width:16,...l},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:1/0},children:/*#__PURE__*/e(p.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/t(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:o.color},children:[/*#__PURE__*/e(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/e(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};i(b,{service:{title:\"Service\",type:r.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:r.String,hidden:e=>\"mailchimp\"!==e.service},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:r.String,hidden:e=>\"loops\"!==e.service},loopsUserGroup:{title:\"User Group\",type:r.String,placeholder:\"Title\",optional:!0,hidden:e=>\"loops\"!==e.service},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:r.String,hidden:e=>\"formspark\"!==e.service},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:r.String,hidden:e=>\"getwaitlist\"!==e.service},redirectAs:{title:\"Success\",type:r.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:r.Link,hidden:e=>\"overlay\"===e.redirectAs},onSubmit:{title:\"Submit\",type:r.EventHandler,hidden:e=>\"link\"===e.redirectAs},layout:{title:\"Layout\",type:r.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:!0,hidden:e=>e.button.isDocked},font:{type:r.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:r.Object,controls:{placeholder:{title:\"Placeholder\",type:r.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:r.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:r.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:r.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:r.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:r.Number,displayStepper:!0,min:0,defaultValue:50,hidden:e=>e.height},padding:{title:\"Padding\",type:r.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:r.Number,displayStepper:!0,min:0,defaultValue:8},focusObject:{type:r.Object,title:\"Focus\",optional:!0,controls:{focusWidthFrom:{title:\"From\",type:r.Number,displayStepper:!0,defaultValue:0},focusWidthTo:{title:\"To\",type:r.Number,displayStepper:!0,defaultValue:2},focusColor:{title:\"Color\",type:r.Color,defaultValue:\"#09F\"}}},borderObject:{type:r.Object,title:\"Border\",optional:!0,controls:{borderWidth:{title:\"Width\",type:r.Number,displayStepper:!0,defaultValue:1},borderColor:{title:\"Color\",type:r.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:r.Object,title:\"Shadow\",optional:!0,controls:{shadowColor:{title:\"Color\",type:r.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:r.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:r.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:r.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:r.Object,controls:{shouldAppear:{title:\"Show\",type:r.Boolean,defaultValue:!0},label:{title:\"Label\",type:r.String,defaultValue:\"Subscribe\"},buttonFont:{type:r.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:r.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:r.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:r.Boolean,defaultValue:!1},widthWhenDocked:{title:\"Width\",type:r.Number,min:0,defaultValue:100,displayStepper:!0,hidden:e=>!e.isDocked},insetWhenDocked:{title:\"Inset\",type:r.Number,min:0,defaultValue:5,displayStepper:!0,hidden:e=>!e.isDocked},buttonPadding:{title:\"Padding\",type:r.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:r.Object,title:\"Shadow\",optional:!0,controls:{shadowColor:{title:\"Color\",type:r.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:r.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:r.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:r.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:r.Number,displayStepper:!0,min:0,defaultValue:10,hidden:e=>e.button.isDocked}});let w={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"},C={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function S(e){return e.buttonShadow?`${e.buttonShadow.shadowX}px ${e.buttonShadow.shadowY}px ${e.buttonShadow.shadowBlur}px ${e.buttonShadow.shadowColor}`:\"none\";}function x(...e){let t=[];return e.forEach(e=>e&&t.push(e)),t.join(\", \");}export default b;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"300\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-u6uuL .framer-styles-preset-1u4289p:not(.rich-text-wrapper), .framer-u6uuL .framer-styles-preset-1u4289p.rich-text-wrapper a { --framer-link-current-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc) /* {\"name\":\"Light-500\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc) /* {\"name\":\"Light-500\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-u6uuL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-TUwDg .framer-styles-preset-x1s381:not(.rich-text-wrapper), .framer-TUwDg .framer-styles-preset-x1s381.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-TUwDg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-CvCHI .framer-styles-preset-i92vh9:not(.rich-text-wrapper), .framer-CvCHI .framer-styles-preset-i92vh9.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-CvCHI\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c93245f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"njKLivSq7\"];const serializationHash=\"framer-vdXoV\";const variantClassNames={njKLivSq7:\"framer-v-1cnlcdx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"njKLivSq7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cnlcdx\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"njKLivSq7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/4ufFZWB1KHrz5Qi6eUfUyp1RKZA.png\"},className:\"framer-1odmydq\",\"data-framer-name\":\"bekrz\",layoutDependency:layoutDependency,layoutId:\"HptYqJHaG\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vdXoV.framer-1okxxbl, .framer-vdXoV .framer-1okxxbl { display: block; }\",\".framer-vdXoV.framer-1cnlcdx { height: 50px; overflow: visible; position: relative; width: 50px; }\",\".framer-vdXoV .framer-1odmydq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlHt6Xg6A2=withCSS(Component,css,\"framer-vdXoV\");export default FramerlHt6Xg6A2;FramerlHt6Xg6A2.displayName=\"bekrz\";FramerlHt6Xg6A2.defaultProps={height:50,width:50};addFonts(FramerlHt6Xg6A2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlHt6Xg6A2\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"50\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"50\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lHt6Xg6A2.map", "// Generated by Framer (c93245f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dG6gEekid0YASxG2VOWu/NL5NjovJuTZPjDvaGIvE/bEiodWSQ3.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/aiOIQCC7OagggpbVw89y/RFBrO455teowyb2ovVYY/DPEgJuB07.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xA3lPk2xQGO8vrOYhsxo/kFWidfttWT0KMMQzsZv0/mE56oHDvD.js\";import Bekrz from\"https://framerusercontent.com/modules/bnvaqYSShEJxmopNM7tq/PXZC45vk7LZUplR9XS11/lHt6Xg6A2.js\";const BekrzFonts=getFonts(Bekrz);const cycleOrder=[\"nVeNRf7M_\",\"bx5OdrLEl\",\"on9Ch5PoD\"];const serializationHash=\"framer-HElQC\";const variantClassNames={bx5OdrLEl:\"framer-v-1jwhxew\",nVeNRf7M_:\"framer-v-youvr7\",on9Ch5PoD:\"framer-v-pug9pf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"nVeNRf7M_\",Phone:\"on9Ch5PoD\",Tablet:\"bx5OdrLEl\"};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:\"nVeNRf7M_\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nVeNRf7M_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-youvr7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"nVeNRf7M_\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bx5OdrLEl:{\"data-framer-name\":\"Tablet\"},on9Ch5PoD:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cezen7\",\"data-framer-name\":\"Logo Container\",layoutDependency:layoutDependency,layoutId:\"e9Ck5wrwm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"50px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10m9wa9-container\",layoutDependency:layoutDependency,layoutId:\"yfvJAG3Rb-container\",children:/*#__PURE__*/_jsx(Bekrz,{height:\"100%\",id:\"yfvJAG3Rb\",layoutId:\"yfvJAG3Rb\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14l89el\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"i1mpp2H7R\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19g1b2q\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"dTNM8IlnI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:help@bekroz.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Contact\"})})})}),className:\"framer-120pgmh\",\"data-framer-name\":\"Contact\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BU1HEeWz0\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:help@bekroz.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k5pudt\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"vH779egqa\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/1XWZHGH2lwrb7CNXQfycGsY5BdQMLQ8lk1BwQgbcq--c/edit?usp=sharing\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Privacy & Cookie Policy\"})})})}),className:\"framer-1ybyiot\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gv9Z84r7e\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/1XWZHGH2lwrb7CNXQfycGsY5BdQMLQ8lk1BwQgbcq--c/edit?usp=sharing\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Privacy & Cookie Policy\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1566nua\",\"data-framer-name\":\"Link Item\",layoutDependency:layoutDependency,layoutId:\"L43oRMzlp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/17FVvqC5--IJbpVAFCxnlAN6SjB7LPH8yp9LwsY0mc-c/edit?usp=sharing\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Terms & Conditions\"})})})}),className:\"framer-10dxpgr\",\"data-framer-name\":\"Terms & Conditions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CWQMrXvKB\",style:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/17FVvqC5--IJbpVAFCxnlAN6SjB7LPH8yp9LwsY0mc-c/edit?usp=sharing\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Terms & Conditions\"})})})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qdgvm9\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"nqGxsSolk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[\"Made with love by \",/*#__PURE__*/_jsx(Link,{href:\"github.com/bekroz\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"@bekroz\"})})]})}),className:\"framer-1ixgok5\",\"data-framer-name\":\"\\xa9 2023\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CVK7st33Q\",style:{\"--extracted-r6o4lv\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bx5OdrLEl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-i92vh9\",\"data-styles-preset\":\"mE56oHDvD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[\"Made with love by \",/*#__PURE__*/_jsx(Link,{href:\"github.com/bekroz\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"@bekroz\"})})]})})},on9Ch5PoD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:[\"Made with love by \",/*#__PURE__*/_jsx(Link,{href:\"github.com/bekroz\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"@bekroz\"})})]})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HElQC.framer-rsjvrf, .framer-HElQC .framer-rsjvrf { display: block; }\",\".framer-HElQC.framer-youvr7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 40px 60px 40px 60px; position: relative; width: 1400px; }\",\".framer-HElQC .framer-1cezen7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-HElQC .framer-10m9wa9-container { flex: none; height: 50px; position: relative; width: 50px; }\",\".framer-HElQC .framer-14l89el { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 6px 0px 6px 0px; position: relative; width: 1px; }\",\".framer-HElQC .framer-19g1b2q, .framer-HElQC .framer-k5pudt, .framer-HElQC .framer-1566nua { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-HElQC .framer-120pgmh, .framer-HElQC .framer-1ybyiot, .framer-HElQC .framer-10dxpgr, .framer-HElQC .framer-1ixgok5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HElQC .framer-qdgvm9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HElQC .framer-1cezen7, .framer-HElQC .framer-14l89el, .framer-HElQC .framer-19g1b2q, .framer-HElQC .framer-k5pudt, .framer-HElQC .framer-1566nua, .framer-HElQC .framer-qdgvm9 { gap: 0px; } .framer-HElQC .framer-1cezen7 > *, .framer-HElQC .framer-19g1b2q > *, .framer-HElQC .framer-k5pudt > *, .framer-HElQC .framer-1566nua > *, .framer-HElQC .framer-qdgvm9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HElQC .framer-1cezen7 > :first-child, .framer-HElQC .framer-14l89el > :first-child, .framer-HElQC .framer-19g1b2q > :first-child, .framer-HElQC .framer-k5pudt > :first-child, .framer-HElQC .framer-1566nua > :first-child, .framer-HElQC .framer-qdgvm9 > :first-child { margin-left: 0px; } .framer-HElQC .framer-1cezen7 > :last-child, .framer-HElQC .framer-14l89el > :last-child, .framer-HElQC .framer-19g1b2q > :last-child, .framer-HElQC .framer-k5pudt > :last-child, .framer-HElQC .framer-1566nua > :last-child, .framer-HElQC .framer-qdgvm9 > :last-child { margin-right: 0px; } .framer-HElQC .framer-14l89el > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-HElQC.framer-v-1jwhxew.framer-youvr7 { flex-direction: column; gap: 32px; justify-content: center; padding: 40px 40px 40px 40px; width: 810px; }\",\".framer-HElQC.framer-v-1jwhxew .framer-1cezen7, .framer-HElQC.framer-v-1jwhxew .framer-qdgvm9, .framer-HElQC.framer-v-pug9pf .framer-1cezen7, .framer-HElQC.framer-v-pug9pf .framer-qdgvm9 { flex: none; justify-content: center; width: 100%; }\",\".framer-HElQC.framer-v-1jwhxew .framer-14l89el { flex: none; padding: 0px 0px 0px 0px; width: 100%; }\",\".framer-HElQC.framer-v-1jwhxew .framer-19g1b2q, .framer-HElQC.framer-v-1jwhxew .framer-k5pudt, .framer-HElQC.framer-v-1jwhxew .framer-1566nua, .framer-HElQC.framer-v-pug9pf .framer-19g1b2q, .framer-HElQC.framer-v-pug9pf .framer-k5pudt, .framer-HElQC.framer-v-pug9pf .framer-1566nua { padding: 6px 4px 6px 4px; }\",\".framer-HElQC.framer-v-1jwhxew .framer-1ixgok5, .framer-HElQC.framer-v-pug9pf .framer-1ixgok5 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HElQC.framer-v-1jwhxew.framer-youvr7 { gap: 0px; } .framer-HElQC.framer-v-1jwhxew.framer-youvr7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-HElQC.framer-v-1jwhxew.framer-youvr7 > :first-child { margin-top: 0px; } .framer-HElQC.framer-v-1jwhxew.framer-youvr7 > :last-child { margin-bottom: 0px; } }\",\".framer-HElQC.framer-v-pug9pf.framer-youvr7 { flex-direction: column; gap: 32px; justify-content: center; padding: 40px 40px 40px 40px; width: 390px; }\",\".framer-HElQC.framer-v-pug9pf .framer-14l89el { flex: none; flex-direction: column; gap: 8px; padding: 0px 0px 0px 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HElQC.framer-v-pug9pf.framer-youvr7, .framer-HElQC.framer-v-pug9pf .framer-14l89el { gap: 0px; } .framer-HElQC.framer-v-pug9pf.framer-youvr7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-HElQC.framer-v-pug9pf.framer-youvr7 > :first-child, .framer-HElQC.framer-v-pug9pf .framer-14l89el > :first-child { margin-top: 0px; } .framer-HElQC.framer-v-pug9pf.framer-youvr7 > :last-child, .framer-HElQC.framer-v-pug9pf .framer-14l89el > :last-child { margin-bottom: 0px; } .framer-HElQC.framer-v-pug9pf .framer-14l89el > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 130\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bx5OdrLEl\":{\"layout\":[\"fixed\",\"auto\"]},\"on9Ch5PoD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCibtiOm6U=withCSS(Component,css,\"framer-HElQC\");export default FramerCibtiOm6U;FramerCibtiOm6U.displayName=\"Footer\";FramerCibtiOm6U.defaultProps={height:130,width:1400};addPropertyControls(FramerCibtiOm6U,{variant:{options:[\"nVeNRf7M_\",\"bx5OdrLEl\",\"on9Ch5PoD\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCibtiOm6U,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...BekrzFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCibtiOm6U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bx5OdrLEl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"on9Ch5PoD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1400\",\"framerIntrinsicHeight\":\"130\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3G2GJ .framer-styles-preset-1sxvqyk:not(.rich-text-wrapper), .framer-3G2GJ .framer-styles-preset-1sxvqyk.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-3G2GJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c93245f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,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/6mcQG6g84WkveCu4Llm2/FxAUlfLpEi3HXIwNTTjl/Oeaeo0pwX.js\";const cycleOrder=[\"TZUt4cyyI\"];const serializationHash=\"framer-9rkmP\";const variantClassNames={TZUt4cyyI:\"framer-v-lj26rd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,icon,id,section,width,...props})=>{var _ref,_ref1;return{...props,h5mTi1koL:(_ref=section!==null&&section!==void 0?section:props.h5mTi1koL)!==null&&_ref!==void 0?_ref:\"Section Title\",MFTk1J6dD:(_ref1=icon!==null&&icon!==void 0?icon:props.MFTk1J6dD)!==null&&_ref1!==void 0?_ref1:true};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MFTk1J6dD,h5mTi1koL,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TZUt4cyyI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-lj26rd\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"TZUt4cyyI\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[MFTk1J6dD&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1s11bfx\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"rokNXzxgN\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_382_1507)\">\\n<path d=\"M12.5 2.34375C10.4913 2.34375 8.52768 2.9394 6.85749 4.05539C5.18731 5.17137 3.88556 6.75756 3.11685 8.61337C2.34815 10.4692 2.14702 12.5113 2.5389 14.4814C2.93079 16.4515 3.89807 18.2612 5.31845 19.6816C6.73883 21.1019 8.5485 22.0692 10.5186 22.4611C12.4887 22.853 14.5308 22.6519 16.3866 21.8832C18.2424 21.1144 19.8286 19.8127 20.9446 18.1425C22.0606 16.4723 22.6563 14.5087 22.6563 12.5C22.6534 9.80727 21.5825 7.22564 19.6784 5.32159C17.7744 3.41754 15.1927 2.34659 12.5 2.34375ZM18.2764 10.874L13.7695 12.8047L17.0049 16.6875C17.1375 16.8468 17.2014 17.0522 17.1825 17.2586C17.1637 17.465 17.0636 17.6555 16.9043 17.7881C16.745 17.9207 16.5396 17.9846 16.3332 17.9657C16.1268 17.9469 15.9363 17.8468 15.8037 17.6875L12.5 13.7207L9.19434 17.6875C9.06173 17.8468 8.87128 17.9469 8.66488 17.9657C8.45848 17.9846 8.25304 17.9207 8.09375 17.7881C7.93447 17.6555 7.83439 17.465 7.81552 17.2586C7.79666 17.0522 7.86056 16.8468 7.99317 16.6875L11.2305 12.8047L6.72364 10.874C6.6264 10.8357 6.53784 10.7782 6.46321 10.705C6.38859 10.6319 6.3294 10.5444 6.28916 10.448C6.24893 10.3515 6.22845 10.248 6.22896 10.1434C6.22947 10.0389 6.25095 9.93555 6.29212 9.83948C6.3333 9.74341 6.39333 9.65657 6.46867 9.58412C6.544 9.51167 6.63311 9.45507 6.73072 9.41768C6.82833 9.38029 6.93244 9.36286 7.0369 9.36644C7.14137 9.37001 7.24405 9.3945 7.33887 9.43848L11.7188 11.3154V6.83594C11.7188 6.62874 11.8011 6.43002 11.9476 6.28351C12.0941 6.137 12.2928 6.05469 12.5 6.05469C12.7072 6.05469 12.9059 6.137 13.0524 6.28351C13.1989 6.43002 13.2813 6.62874 13.2813 6.83594V11.3154L17.6611 9.43848C17.756 9.3945 17.8586 9.37001 17.9631 9.36644C18.0676 9.36286 18.1717 9.38029 18.2693 9.41768C18.3669 9.45507 18.456 9.51167 18.5313 9.58412C18.6067 9.65657 18.6667 9.74341 18.7079 9.83948C18.7491 9.93555 18.7705 10.0389 18.771 10.1434C18.7716 10.248 18.7511 10.3515 18.7108 10.448C18.6706 10.5444 18.6114 10.6319 18.5368 10.705C18.4622 10.7782 18.3736 10.8357 18.2764 10.874Z\" fill=\"#E2FF02\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_382_1507\">\\n<rect width=\"25\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0)))\"},children:\"Section Title\"})}),className:\"framer-1y3ommh\",\"data-framer-name\":\"INTRODUCING [NAME]\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lR41ZCsIf\",style:{\"--extracted-r6o4lv\":\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\"},text:h5mTi1koL,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9rkmP.framer-1qwyffy, .framer-9rkmP .framer-1qwyffy { display: block; }\",\".framer-9rkmP.framer-lj26rd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 136px; }\",\".framer-9rkmP .framer-1s11bfx { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-9rkmP .framer-1y3ommh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9rkmP.framer-lj26rd { gap: 0px; } .framer-9rkmP.framer-lj26rd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-9rkmP.framer-lj26rd > :first-child { margin-left: 0px; } .framer-9rkmP.framer-lj26rd > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"MFTk1J6dD\":\"icon\",\"h5mTi1koL\":\"section\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg1Ms3aCva=withCSS(Component,css,\"framer-9rkmP\");export default Framerg1Ms3aCva;Framerg1Ms3aCva.displayName=\"Section-Badge\";Framerg1Ms3aCva.defaultProps={height:25,width:136};addPropertyControls(Framerg1Ms3aCva,{MFTk1J6dD:{defaultValue:true,title:\"Icon\",type:ControlType.Boolean},h5mTi1koL:{defaultValue:\"Section Title\",displayTextArea:false,title:\"Section\",type:ControlType.String}});addFonts(Framerg1Ms3aCva,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg1Ms3aCva\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"MFTk1J6dD\\\":\\\"icon\\\",\\\"h5mTi1koL\\\":\\\"section\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"25\",\"framerIntrinsicWidth\":\"136\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g1Ms3aCva.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.27\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AcademicCapOutline\",\"Adjustments\",\"AdjustmentsOutline\",\"Annotation\",\"AnnotationOutline\",\"Archive\",\"ArchiveOutline\",\"ArrowCircleDown\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpOutline\",\"ArrowDown\",\"ArrowDownOutline\",\"ArrowLeft\",\"ArrowLeftOutline\",\"ArrowNarrowDown\",\"ArrowNarrowLeft\",\"ArrowNarrowRight\",\"ArrowNarrowUp\",\"ArrowNarrowUpOutline\",\"ArrowRight\",\"ArrowRightOutline\",\"ArrowUp\",\"ArrowUpOutline\",\"ArrowsExpand\",\"ArrowsExpandOutline\",\"AtSymbol\",\"AtSymbolOutline\",\"Backspace\",\"BackspaceOutline\",\"BadgeCheck\",\"BadgeCheckOutline\",\"Ban\",\"BanOutline\",\"Beaker\",\"BeakerOutline\",\"Bell\",\"BellOutline\",\"BookOpen\",\"BookOpenOutline\",\"Bookmark\",\"BookmarkAlt\",\"BookmarkAltOutline\",\"BookmarkOutline\",\"Briefcase\",\"BriefcaseOutline\",\"Cake\",\"CakeOutline\",\"Calculator\",\"CalculatorOutline\",\"Calendar\",\"CalendarOutline\",\"Camera\",\"CameraOutline\",\"Cash\",\"CashOutline\",\"ChartBar\",\"ChartBarOutline\",\"ChartPie\",\"ChartPieOutline\",\"ChartSquareBar\",\"Chat\",\"ChatAlt\",\"ChatAlt2\",\"ChatAlt2Outline\",\"ChatAltOutline\",\"ChatOutline\",\"Check\",\"CheckCircle\",\"CheckCircleOutline\",\"CheckOutline\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronDownOutline\",\"ChevronLeft\",\"ChevronLeftOutline\",\"ChevronRight\",\"ChevronRightOutline\",\"ChevronUp\",\"ChevronUpOutline\",\"Chip\",\"ChipOutline\",\"Clipboard\",\"ClipboardCheck\",\"ClipboardCopy\",\"ClipboardCopyOutline\",\"ClipboardList\",\"ClipboardListOutline\",\"ClipboardOutline\",\"Clock\",\"ClockOutline\",\"Cloud\",\"CloudDownload\",\"CloudDownloadOutline\",\"CloudOutline\",\"CloudUpload\",\"CloudUploadOutline\",\"Code\",\"CodeOutline\",\"Cog\",\"CogOutline\",\"Collection\",\"CollectionOutline\",\"ColorSwatch\",\"ColorSwatchOutline\",\"CreditCard\",\"CreditCardOutline\",\"Cube\",\"CubeOutline\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyEuroOutline\",\"CurrencyPound\",\"CurrencyPoundOutline\",\"CurrencyRupee\",\"CurrencyRupeeOutline\",\"CurrencyYen\",\"CurrencyYenOutline\",\"CursorClick\",\"CursorClickOutline\",\"Database\",\"DatabaseOutline\",\"DesktopComputer\",\"DeviceMobile\",\"DeviceMobileOutline\",\"DeviceTablet\",\"DeviceTabletOutline\",\"Document\",\"DocumentAdd\",\"DocumentAddOutline\",\"DocumentDownload\",\"DocumentDuplicate\",\"DocumentOutline\",\"DocumentRemove\",\"DocumentReport\",\"DocumentSearch\",\"DocumentText\",\"DocumentTextOutline\",\"DotsCircleHorizontal\",\"DotsHorizontal\",\"DotsVertical\",\"DotsVerticalOutline\",\"Download\",\"DownloadOutline\",\"Duplicate\",\"DuplicateOutline\",\"EmojiHappy\",\"EmojiHappyOutline\",\"EmojiSad\",\"EmojiSadOutline\",\"Exclamation\",\"ExclamationCircle\",\"ExclamationOutline\",\"ExternalLink\",\"ExternalLinkOutline\",\"Eye\",\"EyeOff\",\"EyeOffOutline\",\"EyeOutline\",\"FastForward\",\"FastForwardOutline\",\"Film\",\"FilmOutline\",\"Filter\",\"FilterOutline\",\"FingerPrint\",\"FingerPrintOutline\",\"Fire\",\"FireOutline\",\"Flag\",\"FlagOutline\",\"Folder\",\"FolderAdd\",\"FolderAddOutline\",\"FolderDownload\",\"FolderOpen\",\"FolderOpenOutline\",\"FolderOutline\",\"FolderRemove\",\"FolderRemoveOutline\",\"Gift\",\"GiftOutline\",\"Globe\",\"GlobeAlt\",\"GlobeAltOutline\",\"GlobeOutline\",\"Hand\",\"HandOutline\",\"Hashtag\",\"HashtagOutline\",\"Heart\",\"HeartOutline\",\"Home\",\"HomeOutline\",\"Identification\",\"Inbox\",\"InboxIn\",\"InboxInOutline\",\"InboxOutline\",\"InformationCircle\",\"Key\",\"KeyOutline\",\"Library\",\"LibraryOutline\",\"LightBulb\",\"LightBulbOutline\",\"LightningBolt\",\"LightningBoltOutline\",\"Link\",\"LinkOutline\",\"LocationMarker\",\"LockClosed\",\"LockClosedOutline\",\"LockOpen\",\"LockOpenOutline\",\"Login\",\"LoginOutline\",\"Logout\",\"LogoutOutline\",\"Mail\",\"MailOpen\",\"MailOpenOutline\",\"MailOutline\",\"Map\",\"MapOutline\",\"Menu\",\"MenuAlt1\",\"MenuAlt1Outline\",\"MenuAlt2\",\"MenuAlt2Outline\",\"MenuAlt3\",\"MenuAlt3Outline\",\"MenuAlt4\",\"MenuAlt4Outline\",\"MenuOutline\",\"Microphone\",\"MicrophoneOutline\",\"Minus\",\"MinusCircle\",\"MinusCircleOutline\",\"MinusOutline\",\"MinusSm\",\"MinusSmOutline\",\"Moon\",\"MoonOutline\",\"MusicNote\",\"MusicNoteOutline\",\"Newspaper\",\"NewspaperOutline\",\"OfficeBuilding\",\"PaperAirplane\",\"PaperAirplaneOutline\",\"PaperClip\",\"PaperClipOutline\",\"Pause\",\"PauseOutline\",\"Pencil\",\"PencilAlt\",\"PencilAltOutline\",\"PencilOutline\",\"Phone\",\"PhoneIncoming\",\"PhoneIncomingOutline\",\"PhoneMissedCall\",\"PhoneOutgoing\",\"PhoneOutgoingOutline\",\"PhoneOutline\",\"Photograph\",\"PhotographOutline\",\"Play\",\"PlayOutline\",\"Plus\",\"PlusCircle\",\"PlusCircleOutline\",\"PlusOutline\",\"PlusSm\",\"PlusSmOutline\",\"PresentationChartBar\",\"Printer\",\"PrinterOutline\",\"Puzzle\",\"PuzzleOutline\",\"Qrcode\",\"QrcodeOutline\",\"QuestionMarkCircle\",\"ReceiptRefund\",\"ReceiptRefundOutline\",\"ReceiptTax\",\"ReceiptTaxOutline\",\"Refresh\",\"RefreshOutline\",\"Reply\",\"ReplyOutline\",\"Rewind\",\"RewindOutline\",\"Rss\",\"RssOutline\",\"Save\",\"SaveAs\",\"SaveAsOutline\",\"SaveOutline\",\"Scale\",\"ScaleOutline\",\"Scissors\",\"ScissorsOutline\",\"Search\",\"SearchCircle\",\"SearchCircleOutline\",\"SearchOutline\",\"Selector\",\"SelectorOutline\",\"Server\",\"ServerOutline\",\"Share\",\"ShareOutline\",\"ShieldCheck\",\"ShieldCheckOutline\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingBagOutline\",\"ShoppingCart\",\"ShoppingCartOutline\",\"SortAscending\",\"SortAscendingOutline\",\"SortDescending\",\"Sparkles\",\"SparklesOutline\",\"Speakerphone\",\"SpeakerphoneOutline\",\"Star\",\"StarOutline\",\"StatusOffline\",\"StatusOfflineOutline\",\"StatusOnline\",\"StatusOnlineOutline\",\"Stop\",\"StopOutline\",\"Sun\",\"SunOutline\",\"Support\",\"SupportOutline\",\"SwitchHorizontal\",\"SwitchVertical\",\"Table\",\"TableOutline\",\"Tag\",\"TagOutline\",\"Template\",\"TemplateOutline\",\"Terminal\",\"TerminalOutline\",\"ThumbDown\",\"ThumbDownOutline\",\"ThumbUp\",\"ThumbUpOutline\",\"Ticket\",\"TicketOutline\",\"Translate\",\"TranslateOutline\",\"Trash\",\"TrashOutline\",\"TrendingDown\",\"TrendingDownOutline\",\"TrendingUp\",\"TrendingUpOutline\",\"Truck\",\"TruckOutline\",\"Upload\",\"UploadOutline\",\"User\",\"UserAdd\",\"UserAddOutline\",\"UserCircle\",\"UserCircleOutline\",\"UserGroup\",\"UserGroupOutline\",\"UserOutline\",\"UserRemove\",\"UserRemoveOutline\",\"Users\",\"UsersOutline\",\"Variable\",\"VariableOutline\",\"VideoCamera\",\"VideoCameraOutline\",\"ViewBoards\",\"ViewBoardsOutline\",\"ViewGrid\",\"ViewGridAdd\",\"ViewGridAddOutline\",\"ViewGridOutline\",\"ViewList\",\"ViewListOutline\",\"VolumeOff\",\"VolumeOffOutline\",\"VolumeUp\",\"VolumeUpOutline\",\"Wifi\",\"WifiOutline\",\"X\",\"XCircle\",\"XCircleOutline\",\"XOutline\",\"ZoomIn\",\"ZoomInOutline\",\"ZoomOut\",\"ZoomOutOutline\",];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.27`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-6AuYd .framer-styles-preset-ecnrbp:not(.rich-text-wrapper), .framer-6AuYd .framer-styles-preset-ecnrbp.rich-text-wrapper a { --framer-link-current-text-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a) /* {\"name\":\"Light-250\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, #7a7a7a) /* {\"name\":\"Light-250\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-6AuYd\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Inter-regular\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Hos0Z .framer-styles-preset-1qvbvl:not(.rich-text-wrapper), .framer-Hos0Z .framer-styles-preset-1qvbvl.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #7d7f78; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Hos0Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}];export const css=['.framer-zVmfg .framer-styles-preset-10llez8:not(.rich-text-wrapper), .framer-zVmfg .framer-styles-preset-10llez8.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-zVmfg\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c93245f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,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/m9Lr2klNZ4BPZQLxnXy7/FsJGMfgNZYajtYbspPu5/DtjkIKMlD.js\";const enabledGestures={FPJa18YKZ:{hover:true},Wr4VsvfJe:{hover:true}};const cycleOrder=[\"Wr4VsvfJe\",\"FPJa18YKZ\"];const serializationHash=\"framer-USLDO\";const variantClassNames={FPJa18YKZ:\"framer-v-pw9aso\",Wr4VsvfJe:\"framer-v-19grxsx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Primary:\"Wr4VsvfJe\",Secondary:\"FPJa18YKZ\"};const getProps=({contactUs,height,id,tMeBekrozMe,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,JuWRVbWZ0:(_ref=contactUs!==null&&contactUs!==void 0?contactUs:props.JuWRVbWZ0)!==null&&_ref!==void 0?_ref:\"Notify me\",KlR9gJTLp:tMeBekrozMe!==null&&tMeBekrozMe!==void 0?tMeBekrozMe:props.KlR9gJTLp,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Wr4VsvfJe\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JuWRVbWZ0,KlR9gJTLp,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wr4VsvfJe\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:KlR9gJTLp,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-19grxsx\",className,classNames)} framer-cxxur8`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"Wr4VsvfJe\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgb(221, 255, 0)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"none\",...style},variants:{\"FPJa18YKZ-hover\":{\"--border-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},\"Wr4VsvfJe-hover\":{backgroundColor:\"rgb(177, 204, 0)\"},FPJa18YKZ:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({\"FPJa18YKZ-hover\":{\"data-framer-name\":undefined},\"Wr4VsvfJe-hover\":{\"data-framer-name\":undefined},FPJa18YKZ:{\"data-border\":true,\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10llez8\",\"data-styles-preset\":\"DtjkIKMlD\",children:\"Notify me\"})}),className:\"framer-w4ggx4\",\"data-framer-name\":\"Notify me\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KYF1zBtSc\",text:JuWRVbWZ0,variants:{FPJa18YKZ:{\"--extracted-r6o4lv\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FPJa18YKZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10llez8\",\"data-styles-preset\":\"DtjkIKMlD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204)))\"},children:\"Notify me\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-USLDO.framer-cxxur8, .framer-USLDO .framer-cxxur8 { display: block; }\",\".framer-USLDO.framer-19grxsx { 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: 16px 28px 16px 28px; position: relative; text-decoration: none; width: min-content; }\",\".framer-USLDO .framer-w4ggx4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-USLDO.framer-19grxsx { gap: 0px; } .framer-USLDO.framer-19grxsx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-USLDO.framer-19grxsx > :first-child { margin-left: 0px; } .framer-USLDO.framer-19grxsx > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-USLDO[data-border=\"true\"]::after, .framer-USLDO [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 52\n * @framerIntrinsicWidth 133\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FPJa18YKZ\":{\"layout\":[\"auto\",\"auto\"]},\"BlPaUVa4s\":{\"layout\":[\"auto\",\"auto\"]},\"ooVGnyhCP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JuWRVbWZ0\":\"contactUs\",\"KlR9gJTLp\":\"tMeBekrozMe\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhtHeLsUT5=withCSS(Component,css,\"framer-USLDO\");export default FramerhtHeLsUT5;FramerhtHeLsUT5.displayName=\"Button\";FramerhtHeLsUT5.defaultProps={height:52,width:133};addPropertyControls(FramerhtHeLsUT5,{variant:{options:[\"Wr4VsvfJe\",\"FPJa18YKZ\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},JuWRVbWZ0:{defaultValue:\"Notify me\",displayTextArea:false,title:\"Contact Us\",type:ControlType.String},KlR9gJTLp:{title:\"t.me/bekroz_me\",type:ControlType.Link}});addFonts(FramerhtHeLsUT5,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhtHeLsUT5\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"JuWRVbWZ0\\\":\\\"contactUs\\\",\\\"KlR9gJTLp\\\":\\\"tMeBekrozMe\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FPJa18YKZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BlPaUVa4s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ooVGnyhCP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"52\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"133\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./htHeLsUT5.map", "// Generated by Framer (c93245f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/dG6gEekid0YASxG2VOWu/NL5NjovJuTZPjDvaGIvE/bEiodWSQ3.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/aiOIQCC7OagggpbVw89y/RFBrO455teowyb2ovVYY/DPEgJuB07.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oMFgXprYX6zPTi7CcnfI/SmOa98bcM1oeD1KIFew8/SFUPpYFqM.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/m4fvg7WsAb822OSpZhQq/q2PP4MtS0kKHwVXCiuNA/SmHQu_Oum.js\";import Button from\"https://framerusercontent.com/modules/zpZjl51dCdvm88dXgvOC/lX13d07VwzkJCb8keoO0/htHeLsUT5.js\";const HeroFonts=getFonts(Hero);const ButtonFonts=getFonts(Button);const cycleOrder=[\"RJp808YVP\",\"Z0iiBWfvp\",\"IKy2cIOzG\",\"KuKiMuW5U\"];const serializationHash=\"framer-fXJjf\";const variantClassNames={IKy2cIOzG:\"framer-v-x0gfxx\",KuKiMuW5U:\"framer-v-jxg1c\",RJp808YVP:\"framer-v-cv930f\",Z0iiBWfvp:\"framer-v-u64pmk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone - Closed\":\"KuKiMuW5U\",\"Phone - Open\":\"IKy2cIOzG\",Desktop:\"RJp808YVP\",Tablet:\"Z0iiBWfvp\"};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:\"RJp808YVP\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RJp808YVP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1qf7ggt=activeVariantCallback(async(...args)=>{setVariant(\"KuKiMuW5U\");});const onTap1lphc9u=activeVariantCallback(async(...args)=>{setVariant(\"IKy2cIOzG\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"IKy2cIOzG\",\"KuKiMuW5U\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"IKy2cIOzG\",\"KuKiMuW5U\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cv930f\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"RJp808YVP\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IKy2cIOzG:{\"data-framer-name\":\"Phone - Open\"},KuKiMuW5U:{\"data-framer-name\":\"Phone - Closed\"},Z0iiBWfvp:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i3d0tu\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"U2nYEkD_c\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/4ufFZWB1KHrz5Qi6eUfUyp1RKZA.png\"},className:\"framer-j08yud\",\"data-framer-name\":\"bekrz\",layoutDependency:layoutDependency,layoutId:\"EgGl2HgXV\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iz7mp3\",\"data-border\":true,\"data-framer-name\":\"Mobile Icon\",layoutDependency:layoutDependency,layoutId:\"aMUugukOy\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(10px)\"},variants:{IKy2cIOzG:{\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\"},KuKiMuW5U:{\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cvyjcn\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Qnf9qC0oI\",...addPropertyOverrides({IKy2cIOzG:{\"data-highlight\":true,onTap:onTap1qf7ggt},KuKiMuW5U:{\"data-highlight\":true,onTap:onTap1lphc9u}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-151u70p-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"QvGtuYkKi-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",id:\"QvGtuYkKi\",layoutId:\"QvGtuYkKi\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({IKy2cIOzG:{iconSearch:\"x\",selectByList:false},KuKiMuW5U:{iconSearch:\"menu\",selectByList:false}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({IKy2cIOzG:{value:transition1},KuKiMuW5U:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7pi826\",\"data-border\":true,\"data-framer-name\":\"Navigation Container\",layoutDependency:layoutDependency,layoutId:\"qc6sY3Cop\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,opacity:1,WebkitBackdropFilter:\"blur(10px)\"},variants:{IKy2cIOzG:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},KuKiMuW5U:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,opacity:0}},children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({IKy2cIOzG:{value:transition1},KuKiMuW5U:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q8qs3f\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Mbi8sGI8B\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r3szl6\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"XbUbLEeXQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":z1iKI5fcO\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Who we are?\"})})})}),className:\"framer-10m94my\",\"data-framer-name\":\"Who we are?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"D8VnnuSAs\",style:{\"--extracted-r6o4lv\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":z1iKI5fcO\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Who we are?\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":z1iKI5fcO\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Who we are?\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":SmoawOunl\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"How we work?\"})})})}),className:\"framer-hlbmq1\",\"data-framer-name\":\"What we deliver?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z5dstEzqV\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":SmoawOunl\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"How we work?\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":SmoawOunl\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"How we work?\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ETL8rCtCH\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Contact us\"})})})}),className:\"framer-ntz9by\",\"data-framer-name\":\"Contact us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G7Gicl2IJ\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ETL8rCtCH\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Contact us\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ETL8rCtCH\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ecnrbp\",\"data-styles-preset\":\"SFUPpYFqM\",children:\"Contact us\"})})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x1s381\",\"data-styles-preset\":\"DPEgJuB07\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})}),className:\"framer-738m64\",\"data-framer-name\":\"Notify me\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"polJnXgnW\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IKy2cIOzG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})})},KuKiMuW5U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"Notify me\"})})})})}},baseVariant,gestureVariant)})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fupkp\",\"data-framer-name\":\"Button Container\",layoutDependency:layoutDependency,layoutId:\"cF5rRPUhN\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":LmO7ES3eY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9f63a7-container\",layoutDependency:layoutDependency,layoutId:\"xk3tXgMan-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"xk3tXgMan\",JuWRVbWZ0:\"Get Quote\",KlR9gJTLp:resolvedLinks[0],layoutId:\"xk3tXgMan\",variant:\"FPJa18YKZ\",width:\"100%\",...addPropertyOverrides({Z0iiBWfvp:{KlR9gJTLp:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fXJjf.framer-r2l8f2, .framer-fXJjf .framer-r2l8f2 { display: block; }\",\".framer-fXJjf.framer-cv930f { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 1400px; }\",\".framer-fXJjf .framer-i3d0tu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-j08yud { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 66px); overflow: visible; position: relative; width: 66px; }\",\".framer-fXJjf .framer-1iz7mp3, .framer-fXJjf .framer-7pi826 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-1cvyjcn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-151u70p-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-fXJjf .framer-q8qs3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 16px 32px 16px 32px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-r3szl6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-10m94my, .framer-fXJjf .framer-hlbmq1, .framer-fXJjf .framer-ntz9by, .framer-fXJjf .framer-738m64 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fXJjf .framer-15fupkp { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-fXJjf .framer-9f63a7-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fXJjf .framer-i3d0tu, .framer-fXJjf .framer-1iz7mp3, .framer-fXJjf .framer-1cvyjcn, .framer-fXJjf .framer-7pi826, .framer-fXJjf .framer-q8qs3f, .framer-fXJjf .framer-r3szl6, .framer-fXJjf .framer-15fupkp { gap: 0px; } .framer-fXJjf .framer-i3d0tu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fXJjf .framer-i3d0tu > :first-child, .framer-fXJjf .framer-1cvyjcn > :first-child, .framer-fXJjf .framer-q8qs3f > :first-child, .framer-fXJjf .framer-r3szl6 > :first-child { margin-left: 0px; } .framer-fXJjf .framer-i3d0tu > :last-child, .framer-fXJjf .framer-1cvyjcn > :last-child, .framer-fXJjf .framer-q8qs3f > :last-child, .framer-fXJjf .framer-r3szl6 > :last-child { margin-right: 0px; } .framer-fXJjf .framer-1iz7mp3 > *, .framer-fXJjf .framer-7pi826 > *, .framer-fXJjf .framer-15fupkp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fXJjf .framer-1iz7mp3 > :first-child, .framer-fXJjf .framer-7pi826 > :first-child, .framer-fXJjf .framer-15fupkp > :first-child { margin-top: 0px; } .framer-fXJjf .framer-1iz7mp3 > :last-child, .framer-fXJjf .framer-7pi826 > :last-child, .framer-fXJjf .framer-15fupkp > :last-child { margin-bottom: 0px; } .framer-fXJjf .framer-1cvyjcn > *, .framer-fXJjf .framer-q8qs3f > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } .framer-fXJjf .framer-r3szl6 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-fXJjf.framer-v-u64pmk.framer-cv930f { padding: 0px 40px 0px 40px; width: 819px; }\",\".framer-fXJjf.framer-v-u64pmk .framer-15fupkp { justify-content: flex-end; }\",\".framer-fXJjf.framer-v-x0gfxx.framer-cv930f { flex-direction: column; gap: 8px; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-i3d0tu, .framer-fXJjf.framer-v-jxg1c .framer-i3d0tu { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-1cvyjcn, .framer-fXJjf.framer-v-jxg1c .framer-1cvyjcn { cursor: pointer; padding: 12px 16px 12px 16px; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-151u70p-container, .framer-fXJjf.framer-v-jxg1c .framer-151u70p-container { height: 35px; width: 35px; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-7pi826 { order: 1; width: 100%; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-q8qs3f, .framer-fXJjf.framer-v-jxg1c .framer-q8qs3f { flex-direction: column; gap: 130px; padding: 40px 32px 40px 32px; width: 100%; }\",\".framer-fXJjf.framer-v-x0gfxx .framer-r3szl6 { flex-direction: column; gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fXJjf.framer-v-x0gfxx.framer-cv930f, .framer-fXJjf.framer-v-x0gfxx .framer-i3d0tu, .framer-fXJjf.framer-v-x0gfxx .framer-q8qs3f, .framer-fXJjf.framer-v-x0gfxx .framer-r3szl6 { gap: 0px; } .framer-fXJjf.framer-v-x0gfxx.framer-cv930f > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-fXJjf.framer-v-x0gfxx.framer-cv930f > :first-child, .framer-fXJjf.framer-v-x0gfxx .framer-q8qs3f > :first-child, .framer-fXJjf.framer-v-x0gfxx .framer-r3szl6 > :first-child { margin-top: 0px; } .framer-fXJjf.framer-v-x0gfxx.framer-cv930f > :last-child, .framer-fXJjf.framer-v-x0gfxx .framer-q8qs3f > :last-child, .framer-fXJjf.framer-v-x0gfxx .framer-r3szl6 > :last-child { margin-bottom: 0px; } .framer-fXJjf.framer-v-x0gfxx .framer-i3d0tu > *, .framer-fXJjf.framer-v-x0gfxx .framer-i3d0tu > :first-child, .framer-fXJjf.framer-v-x0gfxx .framer-i3d0tu > :last-child { margin: 0px; } .framer-fXJjf.framer-v-x0gfxx .framer-q8qs3f > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-fXJjf.framer-v-x0gfxx .framer-r3szl6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-fXJjf.framer-v-jxg1c.framer-cv930f { flex-direction: column; gap: 8px; height: 62px; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-fXJjf.framer-v-jxg1c .framer-7pi826 { order: 1; pointer-events: none; width: 100%; }\",\".framer-fXJjf.framer-v-jxg1c .framer-r3szl6 { flex-direction: column; gap: 24px; padding: 0px 0px 4px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fXJjf.framer-v-jxg1c.framer-cv930f, .framer-fXJjf.framer-v-jxg1c .framer-i3d0tu, .framer-fXJjf.framer-v-jxg1c .framer-q8qs3f, .framer-fXJjf.framer-v-jxg1c .framer-r3szl6 { gap: 0px; } .framer-fXJjf.framer-v-jxg1c.framer-cv930f > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-fXJjf.framer-v-jxg1c.framer-cv930f > :first-child, .framer-fXJjf.framer-v-jxg1c .framer-q8qs3f > :first-child, .framer-fXJjf.framer-v-jxg1c .framer-r3szl6 > :first-child { margin-top: 0px; } .framer-fXJjf.framer-v-jxg1c.framer-cv930f > :last-child, .framer-fXJjf.framer-v-jxg1c .framer-q8qs3f > :last-child, .framer-fXJjf.framer-v-jxg1c .framer-r3szl6 > :last-child { margin-bottom: 0px; } .framer-fXJjf.framer-v-jxg1c .framer-i3d0tu > *, .framer-fXJjf.framer-v-jxg1c .framer-i3d0tu > :first-child, .framer-fXJjf.framer-v-jxg1c .framer-i3d0tu > :last-child { margin: 0px; } .framer-fXJjf.framer-v-jxg1c .framer-q8qs3f > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-fXJjf.framer-v-jxg1c .framer-r3szl6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-fXJjf[data-border=\"true\"]::after, .framer-fXJjf [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 66\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Z0iiBWfvp\":{\"layout\":[\"fixed\",\"auto\"]},\"IKy2cIOzG\":{\"layout\":[\"fixed\",\"auto\"]},\"KuKiMuW5U\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroSOtMFvR3=withCSS(Component,css,\"framer-fXJjf\");export default FrameroSOtMFvR3;FrameroSOtMFvR3.displayName=\"Navigation Bar\";FrameroSOtMFvR3.defaultProps={height:66,width:1400};addPropertyControls(FrameroSOtMFvR3,{variant:{options:[\"RJp808YVP\",\"Z0iiBWfvp\",\"IKy2cIOzG\",\"KuKiMuW5U\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone - Open\",\"Phone - Closed\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroSOtMFvR3,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...HeroFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroSOtMFvR3\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"66\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z0iiBWfvp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IKy2cIOzG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KuKiMuW5U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oSOtMFvR3.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-500italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\",weight:\"500\"}];export const css=['.framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-dD5Oj .framer-styles-preset-1doxabh:not(.rich-text-wrapper), .framer-dD5Oj .framer-styles-preset-1doxabh.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 115%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-dD5Oj\";\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\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-500\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}];export const css=['.framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 54px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-KFVsI .framer-styles-preset-10b61ev:not(.rich-text-wrapper), .framer-KFVsI .framer-styles-preset-10b61ev.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-KFVsI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}];export const css=['.framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 26px; --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: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 22px; --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: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-TMMgC .framer-styles-preset-p4o8dh:not(.rich-text-wrapper), .framer-TMMgC .framer-styles-preset-p4o8dh.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 26px; --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: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-TMMgC\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}];export const css=['.framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 44px; --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: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 810px) { .framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 36px; --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: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-BROBB .framer-styles-preset-1khn87f:not(.rich-text-wrapper), .framer-BROBB .framer-styles-preset-1khn87f.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 30px; --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: -0.03em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, #cccccc); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-BROBB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c93245f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/vFZ651v9QEXXQW2ze9aP/Input.js\";import Footer from\"#framer/local/canvasComponent/CibtiOm6U/CibtiOm6U.js\";import SectionBadge from\"#framer/local/canvasComponent/g1Ms3aCva/g1Ms3aCva.js\";import NavigationBar from\"#framer/local/canvasComponent/oSOtMFvR3/oSOtMFvR3.js\";import*as sharedStyle from\"#framer/local/css/MOqZA7eLR/MOqZA7eLR.js\";import*as sharedStyle1 from\"#framer/local/css/Oeaeo0pwX/Oeaeo0pwX.js\";import*as sharedStyle4 from\"#framer/local/css/QfKwTOU7W/QfKwTOU7W.js\";import*as sharedStyle5 from\"#framer/local/css/SmHQu_Oum/SmHQu_Oum.js\";import*as sharedStyle3 from\"#framer/local/css/sWkIeX9Y3/sWkIeX9Y3.js\";import*as sharedStyle2 from\"#framer/local/css/UgheUOojp/UgheUOojp.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationBarFonts=getFonts(NavigationBar);const TickerFonts=getFonts(Ticker);const MotionAWithFX=withFX(motion.a);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const SectionBadgeFonts=getFonts(SectionBadge);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const InputFonts=getFonts(Input);const FooterFonts=getFonts(Footer);const cycleOrder=[\"WQLkyLRf1\",\"u6R6NsvSc\",\"ntIxot2Qi\"];const breakpoints={ntIxot2Qi:\"(max-width: 809px)\",u6R6NsvSc:\"(min-width: 810px) and (max-width: 1399px)\",WQLkyLRf1:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gt5qg\";const variantClassNames={ntIxot2Qi:\"framer-v-1xaffxx\",u6R6NsvSc:\"framer-v-1ed9oh6\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:140,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:-50};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,x:0,y:-50};const transformTemplate2=(_,t)=>`perspective(1200px) translateX(-50%) ${t}`;const transition2={damping:50,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation3={opacity:0,rotate:0,scale:.8,transition:transition2,x:0,y:30};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,scale:.8,x:0,y:30};const transition3={damping:50,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation6={opacity:0,rotate:0,scale:1,transition:transition3,x:0,y:30};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const animation8={opacity:.001,rotate:0,scale:1,x:0,y:30};const transition4={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation9={opacity:0,rotate:0,scale:.95,transition:transition4,x:0,y:20};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition4,x:0,y:0};const animation11={opacity:.001,rotate:0,scale:.95,x:0,y:20};const transition5={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation12={opacity:0,rotate:0,scale:.95,transition:transition5,x:0,y:20};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition5,x:0,y:0};const transition6={damping:30,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation14={opacity:0,rotate:0,scale:.95,transition:transition6,x:0,y:20};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition6,x:0,y:0};const transition7={damping:30,delay:.4,mass:1,stiffness:150,type:\"spring\"};const animation16={opacity:0,rotate:0,scale:.95,transition:transition7,x:0,y:20};const animation17={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition7,x:0,y:0};const transition8={damping:30,delay:.3,mass:1,stiffness:150,type:\"spring\"};const animation18={opacity:0,rotate:0,scale:.95,transition:transition8,x:0,y:20};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition8,x:0,y:0};const transition9={damping:50,delay:.6,mass:1,stiffness:150,type:\"spring\"};const animation20={opacity:0,rotate:0,scale:1,transition:transition9,x:-20,y:0};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition9,x:0,y:0};const animation22={opacity:.001,rotate:0,scale:1,x:-20,y:0};const animation23={opacity:0,rotate:0,scale:1,transition:transition9,x:20,y:0};const animation24={opacity:.001,rotate:0,scale:1,x:20,y:0};const animation25={opacity:0,rotate:0,scale:1,x:0,y:10};const animation26={opacity:0,rotate:0,scale:1,x:0,y:20};const transition10={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const transition11={damping:20,delay:.2,mass:1,stiffness:110,type:\"spring\"};const animation27={opacity:1,rotate:0,scale:1,x:0,y:8};const transition12={delay:.3,duration:1.2,ease:[.44,0,.56,1],type:\"tween\"};const transition13={delay:.7,duration:.6,ease:[.12,.23,.23,.98],type:\"tween\"};const animation28={opacity:0,rotate:0,scale:1,transition:transition13,x:0,y:10};const animation29={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition13,x:0,y:0};const animation30={opacity:.001,rotate:0,scale:1,x:0,y:10};const animation31={opacity:0,rotate:0,scale:1,x:0,y:0};const transition14={delay:1.4,duration:.6,ease:[.12,.23,.23,.98],type:\"tween\"};const animation32={opacity:0,rotate:0,scale:1,transition:transition14,x:0,y:0};const transition15={delay:1,duration:.6,ease:[.12,.23,.23,.98],type:\"tween\"};const animation33={opacity:0,rotate:0,scale:1,transition:transition15,x:0,y:0};const transition16={delay:.5,duration:.6,ease:[.12,.23,.23,.98],type:\"tween\"};const animation34={opacity:0,rotate:0,scale:1,transition:transition16,x:0,y:0};const transition17={damping:60,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation35={opacity:0,rotate:0,scale:1,transition:transition17,x:0,y:0};const transition18={damping:60,delay:.9,mass:1,stiffness:400,type:\"spring\"};const animation36={opacity:0,rotate:0,scale:1,transition:transition18,x:0,y:0};const transition19={damping:60,delay:1.3,mass:1,stiffness:400,type:\"spring\"};const animation37={opacity:0,rotate:0,scale:1,transition:transition19,x:0,y:0};const animation38={opacity:0,rotate:0,scale:.7,x:-110,y:0};const transition20={delay:.5,duration:1.5,ease:[.81,-.03,.56,1],type:\"tween\"};const transition21={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation39={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition21,x:0,y:0};const transformTemplate3=(_,t)=>`perspective(1200px) translateY(-50%) ${t}`;const transition22={damping:60,delay:.6,mass:1,stiffness:380,type:\"spring\"};const animation40={opacity:0,rotate:0,scale:1,transition:transition22,x:0,y:0};const transition23={damping:60,delay:.7,mass:1,stiffness:350,type:\"spring\"};const animation41={opacity:0,rotate:0,scale:1,transition:transition23,x:0,y:0};const transition24={damping:60,delay:.8,mass:1,stiffness:320,type:\"spring\"};const animation42={opacity:0,rotate:0,scale:1,transition:transition24,x:0,y:0};const transition25={damping:60,delay:.9,mass:1,stiffness:300,type:\"spring\"};const animation43={opacity:0,rotate:0,scale:1,transition:transition25,x:0,y:0};const transition26={damping:60,delay:1,mass:1,stiffness:260,type:\"spring\"};const animation44={opacity:0,rotate:0,scale:1,transition:transition26,x:0,y:0};const transition27={damping:60,delay:1.1,mass:1,stiffness:240,type:\"spring\"};const animation45={opacity:0,rotate:0,scale:1,transition:transition27,x:0,y:0};const transition28={damping:60,delay:1.2,mass:1,stiffness:220,type:\"spring\"};const animation46={opacity:0,rotate:0,scale:1,transition:transition28,x:0,y:0};const transition29={damping:60,delay:1.3,mass:1,stiffness:180,type:\"spring\"};const animation47={opacity:0,rotate:0,scale:1,transition:transition29,x:0,y:0};const transition30={damping:60,delay:1.4,mass:1,stiffness:160,type:\"spring\"};const animation48={opacity:0,rotate:0,scale:1,transition:transition30,x:0,y:0};const transition31={damping:60,delay:1.5,mass:1,stiffness:140,type:\"spring\"};const animation49={opacity:0,rotate:0,scale:1,transition:transition31,x:0,y:0};const transition32={damping:60,delay:1.6,mass:1,stiffness:120,type:\"spring\"};const animation50={opacity:0,rotate:0,scale:1,transition:transition32,x:0,y:0};const transition33={damping:60,delay:1.7,mass:1,stiffness:100,type:\"spring\"};const animation51={opacity:0,rotate:0,scale:1,transition:transition33,x:0,y:0};const transition34={delay:.6,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const transition35={delay:.9,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const transition36={damping:20,delay:.4,mass:1,stiffness:110,type:\"spring\"};const transition37={damping:20,delay:.6,mass:1,stiffness:110,type:\"spring\"};const transformTemplate4=(_,t)=>`translateX(-50%) ${t}`;const transition38={damping:20,delay:.3,mass:1,stiffness:110,type:\"spring\"};const transition39={damping:20,delay:.1,mass:1,stiffness:110,type:\"spring\"};const transition40={damping:20,delay:0,mass:1,stiffness:110,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ntIxot2Qi\",Tablet:\"u6R6NsvSc\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-gt5qg`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-gt5qg`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const id=useRouteElementId(\"rwJHzxlJ1\");const ref2=React.useRef(null);const isDisplayed=()=>{if([\"u6R6NsvSc\",\"ntIxot2Qi\"].includes(baseVariant))return!isBrowser();return true;};const isDisplayed1=()=>{if(baseVariant===\"ntIxot2Qi\")return true;return!isBrowser();};const isDisplayed2=()=>{if(baseVariant===\"ntIxot2Qi\")return!isBrowser();return true;};const id1=useRouteElementId(\"z1iKI5fcO\");const ref3=React.useRef(null);const id2=useRouteElementId(\"wz4WUDXJ0\");const ref4=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"u6R6NsvSc\")return!isBrowser();return true;};const isDisplayed4=()=>{if(baseVariant===\"u6R6NsvSc\")return true;return!isBrowser();};const isDisplayed5=()=>{if([\"u6R6NsvSc\",\"ntIxot2Qi\"].includes(baseVariant))return true;return!isBrowser();};const id3=useRouteElementId(\"SmoawOunl\");const ref5=React.useRef(null);const id4=useRouteElementId(\"ETL8rCtCH\");const ref6=React.useRef(null);const id5=useRouteElementId(\"LmO7ES3eY\");const ref7=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"19m2kvb\",animate:optimizeAppear(\"animate\",\"19m2kvb\",animation1,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"19m2kvb\",animation2,\"1xaffxx\"),layoutScroll:true,transformTemplate:optimizeAppearTransformTemplate(\"19m2kvb\",transformTemplate2)},u6R6NsvSc:{\"data-framer-appear-id\":\"19dhj2\",animate:optimizeAppear(\"animate\",\"19dhj2\",animation1,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"19dhj2\",animation2,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"19dhj2\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"a4ey5c\",animation1,\"72rtr7\"),className:\"framer-a4ey5c-container\",\"data-framer-appear-id\":\"a4ey5c\",exit:animation,initial:optimizeAppear(\"initial\",\"a4ey5c\",animation2,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"a4ey5c\",transformTemplate1),children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"KuKiMuW5U\"},u6R6NsvSc:{variant:\"Z0iiBWfvp\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"i_QgWbjef\",layoutId:\"i_QgWbjef\",style:{width:\"100%\"},variant:\"RJp808YVP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1l1mvsd\",\"data-framer-name\":\"Hero\",id:id,name:\"Hero\",ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gemaw4\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-plfr9o\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ighdqo\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"1pzk1q\",animate:optimizeAppear(\"animate\",\"1pzk1q\",animation4,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"1pzk1q\",animation5,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"1pzk1q\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"ih1y4w\",animate:optimizeAppear(\"animate\",\"ih1y4w\",animation4,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"ih1y4w\",animation5,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"ih1y4w\",transformTemplate1)}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"12mfih4\",animation4,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1doxabh\",\"data-styles-preset\":\"MOqZA7eLR\",children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(2005deg, rgb(255, 255, 247) 8.55094%, rgb(114, 114, 103) 107.012%)\"},children:[\"World-class \",/*#__PURE__*/_jsx(\"br\",{}),\"apps. Redefined.\"]})})}),className:\"framer-12mfih4\",\"data-framer-appear-id\":\"12mfih4\",\"data-framer-name\":\"Design work, the efficient way\",exit:animation3,fonts:[\"Inter\"],initial:optimizeAppear(\"initial\",\"12mfih4\",animation5,\"72rtr7\"),name:\"Design work, the efficient way\",transformTemplate:optimizeAppearTransformTemplate(\"12mfih4\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oyzs5\",\"data-framer-name\":\"Subheading\",name:\"Subheading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"bvmyq4\",animate:optimizeAppear(\"animate\",\"bvmyq4\",animation7,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"bvmyq4\",animation8,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"bvmyq4\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"1dqaak8\",animate:optimizeAppear(\"animate\",\"1dqaak8\",animation7,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"1dqaak8\",animation8,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"1dqaak8\",transformTemplate1)}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"x5wpx9\",animation7,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-alignment\":\"center\"},children:[\" Innovative solutions.\",/*#__PURE__*/_jsx(\"br\",{}),\"From code to production.\"]})}),className:\"framer-x5wpx9\",\"data-framer-appear-id\":\"x5wpx9\",\"data-framer-name\":\"Design services for tech companies and startups bored by the standard design approach. Soon on this planet.\",exit:animation6,fonts:[\"Inter\"],initial:optimizeAppear(\"initial\",\"x5wpx9\",animation8,\"72rtr7\"),name:\"Design services for tech companies and startups bored by the standard design approach. Soon on this planet.\",transformTemplate:optimizeAppearTransformTemplate(\"x5wpx9\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n5x1p9 hidden-1ed9oh6 hidden-1xaffxx\",\"data-framer-name\":\"dark-layer-container\",name:\"dark-layer-container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ozql3s\",\"data-framer-name\":\"dark-layer\",name:\"dark-layer\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t8kidz\",\"data-framer-name\":\"graphics-BG\",name:\"graphics-BG\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vnqiti-container hidden-72rtr7 hidden-1ed9oh6\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"A2XIPJ4ML\",layoutId:\"A2XIPJ4ML\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/muslakov\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:208.5,pixelHeight:424,pixelWidth:417,src:\"https://framerusercontent.com/images/71Lkazp81ZpTwq5E8mgETaQgA8.jpg\"},className:\"framer-dbg6wi framer-lux5qc\",\"data-framer-name\":\"image_01\",name:\"image_01\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Vlad Muslakov\"})}),className:\"framer-6vi4y4\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:374,intrinsicWidth:327.5,pixelHeight:748,pixelWidth:655,sizes:\"170px\",src:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg 655w\"},className:\"framer-1nenp3c\",\"data-framer-name\":\"image_02\",name:\"image_02\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:248,intrinsicWidth:357,pixelHeight:496,pixelWidth:714,sizes:\"180px\",src:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg 714w\"},className:\"framer-r6sv25\",\"data-framer-name\":\"image_03\",name:\"image_03\"}),/*#__PURE__*/_jsx(Link,{href:\"https://thomascullen.io/\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:358.5,intrinsicWidth:331,pixelHeight:717,pixelWidth:662,sizes:\"174px\",src:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg 662w\"},className:\"framer-cmutcx framer-lux5qc\",\"data-framer-name\":\"image_04\",name:\"image_04\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Thomas Cullen\"})}),className:\"framer-7s94fe\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/aryanuiux?s=20\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:223.5,intrinsicWidth:219,pixelHeight:447,pixelWidth:438,src:\"https://framerusercontent.com/images/Br0m8k72i6obkxvmy0bdrdCw50Y.jpg\"},className:\"framer-1tix1uc framer-lux5qc\",\"data-framer-name\":\"image_05\",name:\"image_05\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Aryan Shah\"})}),className:\"framer-eno019\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/muslakov\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"m6pd80\",animate:optimizeAppear(\"animate\",\"m6pd80\",animation10,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"m6pd80\",animation11,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"m6pd80\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"1po6fe4\",animate:optimizeAppear(\"animate\",\"1po6fe4\",animation10,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"1po6fe4\",animation11,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"1po6fe4\",transformTemplate1)}},children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:1e3}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"4ggj12\",animation10,\"72rtr7\"),className:\"framer-4ggj12 framer-lux5qc\",\"data-framer-appear-id\":\"4ggj12\",\"data-framer-name\":\"image\",exit:animation9,initial:optimizeAppear(\"initial\",\"4ggj12\",animation11,\"72rtr7\"),name:\"image\",transformTemplate:optimizeAppearTransformTemplate(\"4ggj12\",transformTemplate1),children:[isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:208.5,pixelHeight:424,pixelWidth:417,src:\"https://framerusercontent.com/images/71Lkazp81ZpTwq5E8mgETaQgA8.jpg\"},className:\"framer-5p4ake hidden-1xaffxx\",\"data-framer-name\":\"image_01\",name:\"image_01\"}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Vlad Muslakov\"})}),className:\"framer-1ijrkag hidden-1xaffxx\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"1o8rxoi\",animate:optimizeAppear(\"animate\",\"1o8rxoi\",animation13,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"1o8rxoi\",animation11,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"1o8rxoi\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"6cy71d\",animate:optimizeAppear(\"animate\",\"6cy71d\",animation13,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"6cy71d\",animation11,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"6cy71d\",transformTemplate1)}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-400}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"5lfu4t\",animation13,\"72rtr7\"),className:\"framer-5lfu4t\",\"data-framer-appear-id\":\"5lfu4t\",\"data-framer-name\":\"image\",exit:animation12,initial:optimizeAppear(\"initial\",\"5lfu4t\",animation11,\"72rtr7\"),name:\"image\",transformTemplate:optimizeAppearTransformTemplate(\"5lfu4t\",transformTemplate1),children:isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:374,intrinsicWidth:327.5,pixelHeight:748,pixelWidth:655,sizes:\"190px\",src:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg 655w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-400}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:374,intrinsicWidth:327.5,pixelHeight:748,pixelWidth:655,sizes:\"266px\",src:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/zD5YOAhzOzuOk015DU7X7qNNGI.jpg 655w\"},className:\"framer-cvnjn8 hidden-1xaffxx\",\"data-framer-name\":\"image_02\",name:\"image_02\",transformTemplate:transformTemplate1})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/aryanuiux?s=20\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"1lgxm3z\",animate:optimizeAppear(\"animate\",\"1lgxm3z\",animation15,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"1lgxm3z\",animation11,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"1lgxm3z\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"1i0wtsm\",animate:optimizeAppear(\"animate\",\"1i0wtsm\",animation15,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"1i0wtsm\",animation11,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"1i0wtsm\",transformTemplate1)}},children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:800}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"sjc1l5\",animation15,\"72rtr7\"),className:\"framer-sjc1l5 framer-lux5qc\",\"data-framer-appear-id\":\"sjc1l5\",\"data-framer-name\":\"image\",exit:animation14,initial:optimizeAppear(\"initial\",\"sjc1l5\",animation11,\"72rtr7\"),name:\"image\",transformTemplate:optimizeAppearTransformTemplate(\"sjc1l5\",transformTemplate1),children:[isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:223.5,intrinsicWidth:219,pixelHeight:447,pixelWidth:438,src:\"https://framerusercontent.com/images/Br0m8k72i6obkxvmy0bdrdCw50Y.jpg\"},className:\"framer-13q9igv hidden-1xaffxx\",\"data-framer-name\":\"image_05\",name:\"image_05\"}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Aryan Shah\"})}),className:\"framer-tphdec hidden-1xaffxx\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://thomascullen.io/\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"13tx5i7\",animate:optimizeAppear(\"animate\",\"13tx5i7\",animation17,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"13tx5i7\",animation11,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"13tx5i7\",transformTemplate1)},u6R6NsvSc:{\"data-framer-appear-id\":\"1wx0uq1\",animate:optimizeAppear(\"animate\",\"1wx0uq1\",animation17,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"1wx0uq1\",animation11,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"1wx0uq1\",transformTemplate1)}},children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-600}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1hde453\",animation17,\"72rtr7\"),className:\"framer-1hde453 framer-lux5qc\",\"data-framer-appear-id\":\"1hde453\",\"data-framer-name\":\"image\",exit:animation16,initial:optimizeAppear(\"initial\",\"1hde453\",animation11,\"72rtr7\"),name:\"image\",transformTemplate:optimizeAppearTransformTemplate(\"1hde453\",transformTemplate1),children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:358.5,intrinsicWidth:331,pixelHeight:717,pixelWidth:662,sizes:\"288px\",src:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg 662w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:358.5,intrinsicWidth:331,pixelHeight:717,pixelWidth:662,sizes:\"272px\",src:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9TKZna4TfSaouPHKZ1nNGn5s4.jpg 662w\"},className:\"framer-ny4cd hidden-1xaffxx\",\"data-framer-name\":\"image_04\",name:\"image_04\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Thomas Cullen\"})}),className:\"framer-mqh7gr hidden-1xaffxx\",\"data-framer-name\":\"Name surname Description of the role\",fonts:[\"GF;Inter-regular\"],name:\"Name surname Description of the role\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{__framer__styleTransformEffectEnabled:undefined,animate:undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:248,intrinsicWidth:357,pixelHeight:496,pixelWidth:714,sizes:\"250px\",src:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg 714w\"},exit:undefined,initial:undefined,transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:500}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"10l4owt\",animation19,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:248,intrinsicWidth:357,pixelHeight:496,pixelWidth:714,sizes:\"280px\",src:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lRrPICMkVKTOrJaQQBoCo6ZxxA.jpg 714w\"},className:\"framer-10l4owt hidden-1xaffxx\",\"data-framer-appear-id\":\"10l4owt\",\"data-framer-name\":\"image_03\",exit:animation18,initial:optimizeAppear(\"initial\",\"10l4owt\",animation11,\"72rtr7\"),name:\"image_03\",transformTemplate:optimizeAppearTransformTemplate(\"10l4owt\",transformTemplate1)})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{\"data-framer-appear-id\":\"15nvabx\",animate:optimizeAppear(\"animate\",\"15nvabx\",animation21,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"15nvabx\",animation22,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"15nvabx\",transformTemplate1)}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"rs3uhp\",animation21,\"72rtr7\"),className:\"framer-rs3uhp hidden-1xaffxx\",\"data-framer-appear-id\":\"rs3uhp\",\"data-framer-name\":\"graphics\",exit:animation20,initial:optimizeAppear(\"initial\",\"rs3uhp\",animation22,\"72rtr7\"),name:\"graphics\",transformTemplate:optimizeAppearTransformTemplate(\"rs3uhp\",transformTemplate1),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9sm3ox\",\"data-framer-name\":\"user_pointer_02\",fill:\"black\",intrinsicHeight:68,intrinsicWidth:94,name:\"user_pointer_02\",svg:'<svg width=\"94\" height=\"68\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"m85.246 20 3.131-15.959L74 11.918l7.082 2.055L85.246 20Z\" fill=\"#000\"/><path d=\"m85.246 20 3.131-15.959L74 11.918l7.082 2.055L85.246 20Z\" stroke=\"#fff\"/></g><g filter=\"url(#b)\"><path d=\"M76 22a2 2 0 0 0-2-2H23c-9.389 0-17 7.611-17 17s7.611 17 17 17h29c13.255 0 24-10.745 24-24v-8Z\" fill=\"#75B78F\" shape-rendering=\"crispEdges\"/><path opacity=\".8\" d=\"M24.605 42.18c-1.21 0-2.185-.345-2.925-1.035-.74-.7-1.13-1.515-1.17-2.445h2.175c.08.47.295.835.645 1.095.35.25.775.375 1.275.375.45 0 .815-.095 1.095-.285.28-.2.42-.465.42-.795 0-.59-.475-1.02-1.425-1.29l-1.125-.33c-.87-.25-1.55-.64-2.04-1.17-.49-.53-.74-1.19-.75-1.98 0-.97.325-1.735.975-2.295.65-.57 1.515-.855 2.595-.855 1.09 0 1.975.33 2.655.99.68.65 1.04 1.4 1.08 2.25h-2.16c-.11-.42-.31-.73-.6-.93-.29-.2-.615-.3-.975-.3-.4 0-.73.09-.99.27-.25.17-.38.41-.39.72-.01.32.095.58.315.78.22.2.56.365 1.02.495l1.245.345c1.84.51 2.76 1.585 2.76 3.225 0 .92-.345 1.68-1.035 2.28-.68.59-1.57.885-2.67.885Zm8.172-.015c-.99 0-1.825-.385-2.505-1.155-.68-.77-1.02-1.69-1.02-2.76 0-1.07.34-1.99 1.02-2.76.68-.77 1.515-1.155 2.505-1.155.48 0 .91.1 1.29.3.38.2.67.435.87.705v-.84h2.055V42h-2.055v-.84c-.2.27-.49.505-.87.705-.38.2-.81.3-1.29.3Zm-.945-2.445c.35.38.81.57 1.38.57.57 0 1.025-.19 1.365-.57.35-.38.525-.87.525-1.47s-.175-1.09-.525-1.47c-.34-.38-.795-.57-1.365-.57s-1.03.19-1.38.57c-.34.38-.51.87-.51 1.47s.17 1.09.51 1.47ZM38.839 42v-7.5h2.055v1.2c.13-.37.365-.675.705-.915.35-.25.735-.375 1.155-.375.26 0 .49.03.69.09v2.085c-.33-.11-.64-.165-.93-.165-.49 0-.885.18-1.185.54-.29.35-.435.835-.435 1.455V42H38.84Zm8.55.165c-.99 0-1.825-.385-2.505-1.155-.68-.77-1.02-1.69-1.02-2.76 0-1.07.34-1.99 1.02-2.76.68-.77 1.515-1.155 2.505-1.155.48 0 .91.1 1.29.3.38.2.67.435.87.705v-.84h2.055V42h-2.055v-.84c-.2.27-.49.505-.87.705-.38.2-.81.3-1.29.3Zm-.945-2.445c.35.38.81.57 1.38.57.57 0 1.025-.19 1.365-.57.35-.38.525-.87.525-1.47s-.175-1.09-.525-1.47c-.34-.38-.795-.57-1.365-.57s-1.03.19-1.38.57c-.34.38-.51.87-.51 1.47s.17 1.09.51 1.47ZM55.507 42h-2.055V30.75h2.055v4.605c.46-.68 1.175-1.02 2.145-1.02.9 0 1.605.3 2.114.9.52.59.78 1.38.78 2.37V42h-2.054v-4.05c0-.55-.115-.975-.345-1.275-.23-.31-.555-.465-.975-.465-.5 0-.905.18-1.215.54-.3.36-.45.89-.45 1.59V42Z\" fill=\"#000\"/></g><defs><filter id=\"a\" x=\"70.703\" y=\"2.091\" width=\"20.371\" height=\"22.174\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_666_2912\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_666_2912\" result=\"shape\"/></filter><filter id=\"b\" x=\"0\" y=\"14\" width=\"90\" height=\"54\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"4\" dy=\"4\"/><feGaussianBlur stdDeviation=\"5\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.486275 0 0 0 0 0.831373 0 0 0 0 0.992157 0 0 0 0.16 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_666_2912\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_666_2912\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{\"data-framer-appear-id\":\"14p6tyx\",animate:optimizeAppear(\"animate\",\"14p6tyx\",animation21,\"1ed9oh6\"),initial:optimizeAppear(\"initial\",\"14p6tyx\",animation24,\"1ed9oh6\"),transformTemplate:optimizeAppearTransformTemplate(\"14p6tyx\",transformTemplate1)}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"usan5o\",animation21,\"72rtr7\"),className:\"framer-usan5o hidden-1xaffxx\",\"data-framer-appear-id\":\"usan5o\",\"data-framer-name\":\"graphics\",exit:animation23,initial:optimizeAppear(\"initial\",\"usan5o\",animation24,\"72rtr7\"),name:\"graphics\",transformTemplate:optimizeAppearTransformTemplate(\"usan5o\",transformTemplate1),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ysstgk\",\"data-framer-name\":\"user_pointer_01\",fill:\"black\",intrinsicHeight:54,intrinsicWidth:81,name:\"user_pointer_01\",svg:'<svg width=\"81\" height=\"54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M8.754 20 5.623 4.041 20 11.918l-7.082 2.055L8.754 20Z\" fill=\"#000\"/><path d=\"M8.754 20 5.623 4.041 20 11.918l-7.082 2.055L8.754 20Z\" stroke=\"#fff\"/></g><path d=\"M18 22a2 2 0 0 1 2-2h44c9.389 0 17 7.611 17 17s-7.611 17-17 17H42c-13.255 0-24-10.745-24-24v-8Z\" fill=\"#1E3B83\"/><path opacity=\".8\" d=\"M33.185 42V31.35h6.63v2.07H35.36v2.19h3.555v2.07H35.36v2.25h4.455V42h-6.63Zm8.122 0V30.75h2.055V42h-2.055Zm4.898-8.73c-.35 0-.655-.125-.915-.375a1.27 1.27 0 0 1-.39-.93c0-.36.13-.665.39-.915.26-.26.565-.39.915-.39.37 0 .68.13.93.39.26.25.39.555.39.915s-.13.67-.39.93c-.25.25-.56.375-.93.375ZM45.185 42v-7.5h2.055V42h-2.055Zm6.923.165c-.99 0-1.825-.385-2.505-1.155-.68-.77-1.02-1.69-1.02-2.76 0-1.07.34-1.99 1.02-2.76.68-.77 1.515-1.155 2.505-1.155.48 0 .91.1 1.29.3.38.2.67.435.87.705v-.84h2.055V42h-2.055v-.84c-.2.27-.49.505-.87.705-.38.2-.81.3-1.29.3Zm-.945-2.445c.35.38.81.57 1.38.57.57 0 1.025-.19 1.365-.57.35-.38.525-.87.525-1.47s-.175-1.09-.525-1.47c-.34-.38-.795-.57-1.365-.57s-1.03.19-1.38.57c-.34.38-.51.87-.51 1.47s.17 1.09.51 1.47ZM60.226 42h-2.055V30.75h2.055v4.605c.46-.68 1.175-1.02 2.145-1.02.9 0 1.605.3 2.115.9.52.59.78 1.38.78 2.37V42h-2.055v-4.05c0-.55-.115-.975-.345-1.275-.23-.31-.555-.465-.975-.465-.5 0-.905.18-1.215.54-.3.36-.45.89-.45 1.59V42Z\" fill=\"#000\"/><defs><filter id=\"a\" x=\"2.926\" y=\"2.091\" width=\"20.371\" height=\"22.174\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_666_2925\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_666_2925\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-tu23w1\",\"data-framer-name\":\"Introduction\",id:id1,name:\"Introduction\",ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13ktf0t\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dgcz8a\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rgvtwe-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"Who we are?\",height:\"100%\",id:\"t30mNLrrb\",layoutId:\"t30mNLrrb\",MFTk1J6dD:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation26,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:[\"We know what\u2019s going on. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(77, 77, 77)\"},children:\"You need top-notch devs to stand out in the tech world, but hiring in-house devs can be costly and time-consuming.\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"That\u2019s when BEKRZ come in.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Team of expert mobile devs.\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"One click away.\"]})}),className:\"framer-159rema\",\"data-framer-name\":\"We know what\u2019s going on. You need top-notch design to stand out in the tech world, but hiring in-house designers can be costly and time-consuming. That\u2019s when it comes in.\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"We know what\u2019s going on. You need top-notch design to stand out in the tech world, but hiring in-house designers can be costly and time-consuming. That\u2019s when it comes in.\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lx9bmf\",\"data-framer-name\":\"What we deliver?\",id:id2,name:\"What we deliver?\",ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s26pkc\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qxruv9\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t1qb7w-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"What we deliver?\",height:\"100%\",id:\"psXdzT6Bl\",layoutId:\"psXdzT6Bl\",MFTk1J6dD:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation26,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(24deg, rgb(255, 255, 247) 0%, rgba(255, 255, 247, 0.34) 100%)\"},children:\"Custom apps to make ideas go from wireframe to top-rated apps in marketplace.\"})})}),className:\"framer-1v785in\",\"data-framer-name\":\"Benefits of being a member\",fonts:[\"Inter\"],name:\"Benefits of being a member\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n97mo2\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1807pzt\",\"data-border\":true,\"data-framer-name\":\"Feature Card\",name:\"Feature Card\",transformTemplate:transformTemplate1,children:[isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ac2535 hidden-1ed9oh6\",\"data-framer-name\":\"feature-visual-01\",name:\"feature-visual-01\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5uz80n\",\"data-framer-name\":\"widget\",name:\"widget\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qx3wsy\",\"data-framer-name\":\"Rectangle 148248\",name:\"Rectangle 148248\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ifzm0l\",\"data-border\":true,\"data-framer-name\":\"widget\",name:\"widget\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14az0bh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{\"data-framer-appear-id\":\"i3abm3\",animate:optimizeAppear(\"animate\",\"i3abm3\",animation29,\"1xaffxx\"),initial:optimizeAppear(\"initial\",\"i3abm3\",animation30,\"1xaffxx\"),transformTemplate:optimizeAppearTransformTemplate(\"i3abm3\",transformTemplate1)}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1clfnso\",animation29,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIE1lZGl1bQ==\",\"--framer-font-family\":'\"Euclid Circular A Medium\", \"Euclid Circular A Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18.37px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgb(221, 255, 0)\"},children:\"Growth\"})}),className:\"framer-1clfnso\",\"data-framer-appear-id\":\"1clfnso\",\"data-framer-name\":\"Growth\",exit:animation28,fonts:[\"CUSTOM;Euclid Circular A Medium\"],initial:optimizeAppear(\"initial\",\"1clfnso\",animation30,\"72rtr7\"),name:\"Growth\",transformTemplate:optimizeAppearTransformTemplate(\"1clfnso\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation32,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.21)\"},children:\"Today\"})}),className:\"framer-jyt7o8\",\"data-framer-name\":\"Today\",fonts:[\"GF;Euclid Circular A-500\"],name:\"Today\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation33,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.21)\"},children:\"Nov, 11\"})}),className:\"framer-15lk5aa\",\"data-framer-name\":\"Nov, 11\",fonts:[\"GF;Euclid Circular A-500\"],name:\"Nov, 11\",transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation34,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.21)\"},children:\"Nov, 10\"})}),className:\"framer-1kefmoh\",\"data-framer-name\":\"Nov, 10\",fonts:[\"GF;Euclid Circular A-500\"],name:\"Nov, 10\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation35,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ttjtzz\",\"data-framer-name\":\"line\",name:\"line\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation36,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wl91gb\",\"data-framer-name\":\"line\",name:\"line\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation37,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13mm2id\",\"data-framer-name\":\"line\",name:\"line\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation38,__framer__exit:animation39,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19arwrd\",\"data-framer-name\":\"Ellipse 6196\",name:\"Ellipse 6196\",transformTemplate:transformTemplate3}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation35,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ee8lpo\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation40,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yj6rhd\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation41,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1buj85x\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation42,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tv624k\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation43,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2n0ax\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation44,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nu27j8\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition27},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation45,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tn0kxg\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition28},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation46,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rgccrf\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition29},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation47,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dnlblv\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition30},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation48,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-two0pz\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition31},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation49,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ordyv1\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition32},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation50,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-191r8vf\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition33},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation51,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nmyx1d\",\"data-border\":true,\"data-framer-name\":\"pill\",name:\"pill\",transformTemplate:transformTemplate1})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-323p0g hidden-72rtr7 hidden-1xaffxx\",\"data-framer-name\":\"visual-container\",name:\"visual-container\",children:isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-wklun7 hidden-72rtr7\",\"data-framer-name\":\"feature_visual_01\",fill:\"black\",intrinsicHeight:212,intrinsicWidth:281,name:\"feature_visual_01\",svg:'<svg width=\"281\" height=\"212\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><rect x=\"1.278\" y=\".918\" width=\"278.304\" height=\"209.417\" rx=\"26.636\" fill=\"#131313\" stroke=\"url(#b)\" stroke-width=\"1.837\"/><path d=\"M235.213 187.352v-6.578h-2.266v-1.232h5.83v1.232H236.5v6.578h-1.287Zm7.794-.715c-.55.55-1.232.825-2.046.825-.814 0-1.499-.275-2.057-.825-.55-.558-.825-1.236-.825-2.035 0-.8.275-1.474.825-2.024.558-.558 1.243-.836 2.057-.836.814 0 1.496.278 2.046.836.558.55.836 1.224.836 2.024 0 .799-.278 1.477-.836 2.035Zm-2.046-.297c.477 0 .869-.165 1.177-.495.316-.338.473-.752.473-1.243 0-.492-.157-.902-.473-1.232-.308-.338-.7-.506-1.177-.506-.484 0-.883.168-1.199.506-.308.33-.462.74-.462 1.232 0 .491.154.905.462 1.243.316.33.715.495 1.199.495Zm6.024 1.122c-.748 0-1.378-.279-1.892-.836-.506-.558-.759-1.232-.759-2.024s.253-1.467.759-2.024c.514-.558 1.144-.836 1.892-.836.374 0 .719.084 1.034.253.316.161.558.359.726.594v-3.487h1.21v8.25h-1.21v-.737c-.168.234-.41.436-.726.605a2.24 2.24 0 0 1-1.034.242Zm-.957-1.606c.308.337.701.506 1.177.506.477 0 .869-.169 1.177-.506.308-.338.462-.756.462-1.254 0-.499-.154-.917-.462-1.254-.308-.338-.7-.506-1.177-.506-.476 0-.869.168-1.177.506-.308.337-.462.755-.462 1.254 0 .498.154.916.462 1.254Zm7.491 1.606c-.748 0-1.378-.279-1.892-.836-.506-.558-.759-1.232-.759-2.024s.253-1.467.759-2.024c.514-.558 1.144-.836 1.892-.836.374 0 .719.084 1.034.253.316.161.558.359.726.594v-.737h1.21v5.5h-1.21v-.737c-.168.234-.41.436-.726.605a2.24 2.24 0 0 1-1.034.242Zm-.957-1.606c.308.337.701.506 1.177.506.477 0 .869-.169 1.177-.506.308-.338.462-.756.462-1.254 0-.499-.154-.917-.462-1.254-.308-.338-.7-.506-1.177-.506-.476 0-.869.168-1.177.506-.308.337-.462.755-.462 1.254 0 .498.154.916.462 1.254Zm6.997 3.795h-1.331l1.177-2.596-2.365-5.203h1.331l1.683 3.894 1.694-3.894h1.342l-3.531 7.799Zm-130.193-2.299h-1.122l-4.4-5.621v5.621h-1.287v-7.81h1.122l4.389 5.61v-5.61h1.298v7.81Zm5.865-.715c-.55.55-1.232.825-2.046.825-.814 0-1.5-.275-2.057-.825-.55-.558-.825-1.236-.825-2.035 0-.8.275-1.474.825-2.024.557-.558 1.243-.836 2.057-.836.814 0 1.496.278 2.046.836.557.55.836 1.224.836 2.024 0 .799-.279 1.477-.836 2.035Zm-2.046-.297c.477 0 .869-.165 1.177-.495.315-.338.473-.752.473-1.243 0-.492-.158-.902-.473-1.232-.308-.338-.7-.506-1.177-.506-.484 0-.884.168-1.199.506-.308.33-.462.74-.462 1.232 0 .491.154.905.462 1.243.315.33.715.495 1.199.495Zm5.345 1.012-2.486-5.5h1.342l1.672 3.861 1.683-3.861h1.353l-2.497 5.5h-1.067Zm4.981-.275-1.177 1.892h-.748l.759-1.617a.87.87 0 0 1-.385-.33.982.982 0 0 1-.154-.539.91.91 0 0 1 .275-.671.894.894 0 0 1 .671-.286c.264 0 .487.095.671.286a.914.914 0 0 1 .275.671c0 .212-.063.41-.187.594Zm4.267.275v-6.611h-1.573l.924-1.199h1.859v7.81h-1.21Zm3.473 0v-6.611h-1.573l.924-1.199h1.859v7.81h-1.21Z\" fill=\"#fff\" fill-opacity=\".21\"/><path d=\"M28.153 37.428c-1.947 0-3.57-.643-4.868-1.93-1.298-1.297-1.947-2.902-1.947-4.812 0-1.91.643-3.509 1.929-4.795 1.298-1.298 2.92-1.947 4.868-1.947 1.433 0 2.712.386 3.84 1.157 1.126.772 1.904 1.745 2.332 2.921h-2.443c-.343-.6-.851-1.084-1.525-1.451a4.462 4.462 0 0 0-2.204-.551c-1.347 0-2.456.447-3.325 1.34-.87.895-1.304 2.003-1.304 3.326 0 1.322.434 2.43 1.304 3.325.87.894 1.984 1.34 3.343 1.34 1.188 0 2.162-.342 2.921-1.028.76-.686 1.212-1.592 1.36-2.719H27.97v-2.02h6.668c.232 2.424-.288 4.34-1.562 5.75-1.261 1.395-2.902 2.093-4.923 2.093Zm8.004-.221v-9.185h2.02v1.635c.172-.514.484-.93.937-1.25a2.588 2.588 0 0 1 1.488-.477c.319 0 .582.025.79.074v2.075a2.866 2.866 0 0 0-1.01-.165c-.612 0-1.133.251-1.562.753-.428.49-.643 1.176-.643 2.058v4.482h-2.02Zm13.673-1.194c-.919.919-2.058 1.378-3.417 1.378-1.36 0-2.505-.46-3.435-1.378-.919-.93-1.378-2.064-1.378-3.398 0-1.335.46-2.462 1.377-3.38.931-.931 2.076-1.397 3.436-1.397 1.36 0 2.498.466 3.417 1.396.93.919 1.396 2.046 1.396 3.38 0 1.335-.466 2.468-1.396 3.399Zm-3.417-.496c.796 0 1.45-.276 1.965-.827.527-.563.79-1.255.79-2.075 0-.821-.263-1.507-.79-2.058-.514-.563-1.17-.845-1.965-.845-.809 0-1.476.282-2.003.845-.514.551-.771 1.237-.771 2.058 0 .82.257 1.512.771 2.075.527.552 1.194.827 2.003.827Zm14.048 1.69-2.021-5.933-2.002 5.933h-1.91l-3.087-9.185h2.131l1.984 6.338 2.112-6.338h1.544l2.075 6.338 2.021-6.338h2.15l-3.087 9.185h-1.91Zm9.943.092c-.93 0-1.69-.257-2.278-.772-.576-.526-.863-1.285-.863-2.278v-4.427h-1.91v-1.8h1.91V25.47h2.02v2.553h2.627v1.8h-2.627v4.097c0 .563.123.967.368 1.212.245.233.636.35 1.175.35.441 0 .803-.062 1.084-.184v1.8c-.44.134-.943.202-1.506.202Zm4.892-.092h-2.02V23.43h2.02v5.841c.576-.955 1.506-1.433 2.792-1.433 1.066 0 1.917.35 2.554 1.047.637.698.955 1.63.955 2.793v5.529h-2.02v-5.199c0-.734-.172-1.304-.515-1.708-.343-.416-.808-.625-1.396-.625-.698 0-1.268.264-1.709.79-.44.527-.66 1.268-.66 2.223v4.519Z\" fill=\"#DF0\"/><path d=\"M37.516 187.352h-1.122l-4.4-5.621v5.621h-1.287v-7.81h1.122l4.389 5.61v-5.61h1.298v7.81Zm5.865-.715c-.55.55-1.232.825-2.046.825-.814 0-1.5-.275-2.057-.825-.55-.558-.825-1.236-.825-2.035 0-.8.275-1.474.825-2.024.558-.558 1.243-.836 2.057-.836.814 0 1.496.278 2.046.836.558.55.836 1.224.836 2.024 0 .799-.278 1.477-.836 2.035Zm-2.046-.297c.477 0 .87-.165 1.177-.495.316-.338.473-.752.473-1.243 0-.492-.157-.902-.473-1.232-.308-.338-.7-.506-1.177-.506-.484 0-.883.168-1.199.506-.308.33-.462.74-.462 1.232 0 .491.154.905.462 1.243.316.33.715.495 1.2.495Zm5.346 1.012-2.486-5.5h1.341l1.672 3.861 1.684-3.861h1.352l-2.496 5.5H46.68Zm4.98-.275-1.177 1.892h-.748l.759-1.617a.873.873 0 0 1-.385-.33.984.984 0 0 1-.154-.539c0-.264.092-.488.275-.671a.894.894 0 0 1 .671-.286c.264 0 .488.095.671.286a.913.913 0 0 1 .275.671c0 .212-.062.41-.187.594Zm4.267.275v-6.611h-1.573l.924-1.199h1.86v7.81h-1.21Zm7.323-.726c-.528.557-1.206.836-2.035.836-.829 0-1.507-.279-2.035-.836-.528-.565-.792-1.287-.792-2.167v-2.046c0-.88.264-1.599.792-2.156.528-.565 1.206-.847 2.035-.847.829 0 1.507.282 2.035.847.535.557.803 1.276.803 2.156v2.046c0 .88-.268 1.602-.803 2.167Zm-2.035-.352c.491 0 .884-.162 1.177-.484.3-.323.45-.767.45-1.331v-2.046c0-.565-.15-1.009-.45-1.331-.293-.323-.686-.484-1.177-.484-.484 0-.876.161-1.177.484-.293.322-.44.766-.44 1.331v2.046c0 .564.147 1.008.44 1.331.3.322.693.484 1.177.484Z\" fill=\"#fff\" fill-opacity=\".21\"/><path stroke=\"#BDFF1C\" stroke-opacity=\".1\" stroke-width=\"1.837\" d=\"M226.309 68.887v121.241M115.17 68.887v121.241M23.321 68.887v121.241\"/><g clip-path=\"url(#c)\"><mask id=\"e\" maskUnits=\"userSpaceOnUse\" x=\"-40.299\" y=\"60.376\" width=\"294\" height=\"110\" fill=\"#000\"><path fill=\"#fff\" d=\"M-40.299 60.376h294v110h-294z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M191.407 63.376a4.593 4.593 0 0 0-4.593 4.593v68.887a4.592 4.592 0 0 0 9.185 0V67.969a4.592 4.592 0 0 0-4.592-4.593Zm-18.37 39.495a4.593 4.593 0 0 0-4.593 4.593v46.843a4.592 4.592 0 0 0 9.185 0v-46.843a4.592 4.592 0 0 0-4.592-4.593Zm-22.963 20.207a4.592 4.592 0 0 1 9.185 0v39.495a4.592 4.592 0 1 1-9.185 0v-39.495Zm-13.777-13.777a4.592 4.592 0 0 0-4.593 4.592v30.311a4.592 4.592 0 0 0 9.185 0v-30.311a4.592 4.592 0 0 0-4.592-4.592Zm-22.963-15.615a4.593 4.593 0 0 1 9.185 0v43.17a4.592 4.592 0 0 1-9.185 0v-43.17Zm-13.777 9.185a4.593 4.593 0 0 0-4.593 4.593v19.288a4.593 4.593 0 1 0 9.185 0v-19.288a4.592 4.592 0 0 0-4.592-4.593Zm-22.962 1.837a4.592 4.592 0 0 1 9.184 0v12.859a4.592 4.592 0 1 1-9.184 0v-12.859Zm-13.778.919a4.592 4.592 0 0 0-4.592 4.592v33.985a4.592 4.592 0 0 0 9.185 0v-33.985a4.592 4.592 0 0 0-4.593-4.592Zm-22.962 24.799a4.592 4.592 0 0 1 9.185 0v13.778a4.592 4.592 0 0 1-9.185 0v-13.778Zm-13.778-11.022a4.592 4.592 0 0 0-4.592 4.593v13.777a4.593 4.593 0 0 0 9.185 0v-13.777a4.593 4.593 0 0 0-4.593-4.593Zm-26.636-3.215a6.888 6.888 0 0 1 13.777 0v11.022a6.889 6.889 0 1 1-13.777 0v-11.022Zm-11.481 5.971a6.888 6.888 0 0 0-6.889 6.888v2.756a6.89 6.89 0 0 0 13.778 0v-2.756a6.888 6.888 0 0 0-6.89-6.888Zm-25.259 2.296a6.889 6.889 0 1 1 13.778 0v2.755a6.889 6.889 0 1 1-13.778 0v-2.755Zm246.157-49.14a4.593 4.593 0 0 0-4.593 4.593v31.229a4.593 4.593 0 0 0 9.185 0v-31.23a4.592 4.592 0 0 0-4.592-4.592Zm13.777 11.94a4.593 4.593 0 0 1 9.185 0v26.637a4.592 4.592 0 1 1-9.185 0V87.257Zm22.963 15.615a4.593 4.593 0 0 0-4.593 4.593v22.044a4.592 4.592 0 0 0 9.185 0v-22.044a4.592 4.592 0 0 0-4.592-4.593Z\"/></mask><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M191.407 63.376a4.593 4.593 0 0 0-4.593 4.593v68.887a4.592 4.592 0 0 0 9.185 0V67.969a4.592 4.592 0 0 0-4.592-4.593Zm-18.37 39.495a4.593 4.593 0 0 0-4.593 4.593v46.843a4.592 4.592 0 0 0 9.185 0v-46.843a4.592 4.592 0 0 0-4.592-4.593Zm-22.963 20.207a4.592 4.592 0 0 1 9.185 0v39.495a4.592 4.592 0 1 1-9.185 0v-39.495Zm-13.777-13.777a4.592 4.592 0 0 0-4.593 4.592v30.311a4.592 4.592 0 0 0 9.185 0v-30.311a4.592 4.592 0 0 0-4.592-4.592Zm-22.963-15.615a4.593 4.593 0 0 1 9.185 0v43.17a4.592 4.592 0 0 1-9.185 0v-43.17Zm-13.777 9.185a4.593 4.593 0 0 0-4.593 4.593v19.288a4.593 4.593 0 1 0 9.185 0v-19.288a4.592 4.592 0 0 0-4.592-4.593Zm-22.962 1.837a4.592 4.592 0 0 1 9.184 0v12.859a4.592 4.592 0 1 1-9.184 0v-12.859Zm-13.778.919a4.592 4.592 0 0 0-4.592 4.592v33.985a4.592 4.592 0 0 0 9.185 0v-33.985a4.592 4.592 0 0 0-4.593-4.592Zm-22.962 24.799a4.592 4.592 0 0 1 9.185 0v13.778a4.592 4.592 0 0 1-9.185 0v-13.778Zm-13.778-11.022a4.592 4.592 0 0 0-4.592 4.593v13.777a4.593 4.593 0 0 0 9.185 0v-13.777a4.593 4.593 0 0 0-4.593-4.593Zm-26.636-3.215a6.888 6.888 0 0 1 13.777 0v11.022a6.889 6.889 0 1 1-13.777 0v-11.022Zm-11.481 5.971a6.888 6.888 0 0 0-6.889 6.888v2.756a6.89 6.89 0 0 0 13.778 0v-2.756a6.888 6.888 0 0 0-6.89-6.888Zm-25.259 2.296a6.889 6.889 0 1 1 13.778 0v2.755a6.889 6.889 0 1 1-13.778 0v-2.755Zm246.157-49.14a4.593 4.593 0 0 0-4.593 4.593v31.229a4.593 4.593 0 0 0 9.185 0v-31.23a4.592 4.592 0 0 0-4.592-4.592Zm13.777 11.94a4.593 4.593 0 0 1 9.185 0v26.637a4.592 4.592 0 1 1-9.185 0V87.257Zm22.963 15.615a4.593 4.593 0 0 0-4.593 4.593v22.044a4.592 4.592 0 0 0 9.185 0v-22.044a4.592 4.592 0 0 0-4.592-4.593Z\" fill=\"url(#d)\"/><path d=\"M189.57 67.969c0-1.015.822-1.837 1.837-1.837V60.62a7.347 7.347 0 0 0-7.348 7.349h5.511Zm0 68.887V67.969h-5.511v68.887h5.511Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.836-1.837a1.837 1.837 0 0 1-1.836 1.837v5.511a7.347 7.347 0 0 0 7.347-7.348h-5.511Zm0-68.887v68.887h5.511V67.969h-5.511Zm-1.836-1.837c1.014 0 1.836.822 1.836 1.837h5.511a7.347 7.347 0 0 0-7.347-7.348v5.51ZM171.2 107.464c0-1.015.822-1.837 1.837-1.837v-5.511a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 46.843v-46.843h-5.511v46.843h5.511Zm1.837 1.837a1.836 1.836 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.837-1.837a1.837 1.837 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.511Zm0-46.843v46.843h5.511v-46.843h-5.511Zm-1.837-1.837c1.014 0 1.837.822 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.511Zm-18.37 10.103a7.348 7.348 0 0 0-7.348 7.348h5.511c0-1.014.822-1.837 1.837-1.837v-5.511Zm7.348 7.348a7.348 7.348 0 0 0-7.348-7.348v5.511c1.014 0 1.837.823 1.837 1.837h5.511Zm0 39.495v-39.495h-5.511v39.495h5.511Zm-7.348 7.348a7.348 7.348 0 0 0 7.348-7.348h-5.511a1.837 1.837 0 0 1-1.837 1.837v5.511Zm-7.348-7.348a7.348 7.348 0 0 0 7.348 7.348v-5.511a1.836 1.836 0 0 1-1.837-1.837h-5.511Zm0-39.495v39.495h5.511v-39.495h-5.511Zm-12.859-9.185c0-1.014.822-1.837 1.837-1.837v-5.511a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 30.311v-30.311h-5.511v30.311h5.511Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.837-1.837a1.838 1.838 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.511Zm0-30.311v30.311h5.511v-30.311h-5.511Zm-1.837-1.837c1.014 0 1.837.823 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.511Zm-18.37-25.718a7.348 7.348 0 0 0-7.348 7.348h5.511c0-1.014.822-1.837 1.837-1.837v-5.51Zm7.348 7.348a7.348 7.348 0 0 0-7.348-7.348v5.511c1.014 0 1.837.823 1.837 1.837h5.511Zm0 43.17v-43.17h-5.511v43.17h5.511Zm-7.348 7.348a7.348 7.348 0 0 0 7.348-7.348h-5.511a1.838 1.838 0 0 1-1.837 1.837v5.511Zm-7.348-7.348a7.348 7.348 0 0 0 7.348 7.348v-5.511a1.837 1.837 0 0 1-1.837-1.837h-5.511Zm0-43.17v43.17h5.511v-43.17h-5.511ZM97.72 107.464c0-1.015.822-1.837 1.837-1.837v-5.511a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 19.288v-19.288h-5.511v19.288h5.511Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.837-1.837a1.836 1.836 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.511Zm0-19.288v19.288h5.511v-19.288h-5.511Zm-1.837-1.837c1.015 0 1.837.822 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.511Zm-18.37-8.267a7.348 7.348 0 0 0-7.348 7.348h5.511c0-1.014.823-1.837 1.837-1.837v-5.51Zm7.348 7.348a7.348 7.348 0 0 0-7.348-7.348v5.511c1.015 0 1.837.823 1.837 1.837h5.511Zm0 12.859v-12.859h-5.51v12.859h5.51Zm-7.348 7.348a7.348 7.348 0 0 0 7.348-7.348h-5.51a1.837 1.837 0 0 1-1.838 1.837v5.511Zm-7.348-7.348a7.348 7.348 0 0 0 7.348 7.348v-5.511a1.837 1.837 0 0 1-1.837-1.837h-5.51Zm0-12.859v12.859h5.511v-12.859h-5.51Zm-12.859 5.511c0-1.014.823-1.837 1.837-1.837v-5.511a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 33.985v-33.985h-5.51v33.985h5.51Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.51a7.348 7.348 0 0 0 7.347 7.348v-5.511Zm1.837-1.837a1.837 1.837 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.51Zm0-33.985v33.985h5.511v-33.985h-5.51Zm-1.837-1.837c1.015 0 1.837.823 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.511Zm-18.37 14.696a7.348 7.348 0 0 0-7.348 7.348h5.511c0-1.014.823-1.837 1.837-1.837v-5.511Zm7.348 7.348a7.348 7.348 0 0 0-7.348-7.348v5.511c1.015 0 1.837.823 1.837 1.837h5.511Zm0 13.778v-13.778h-5.51v13.778h5.51Zm-7.348 7.348a7.348 7.348 0 0 0 7.348-7.348h-5.51a1.837 1.837 0 0 1-1.838 1.837v5.511Zm-7.348-7.348a7.348 7.348 0 0 0 7.348 7.348v-5.511a1.837 1.837 0 0 1-1.837-1.837H37.1Zm0-13.778v13.778h5.511v-13.778H37.1Zm-12.859-6.429c0-1.015.823-1.837 1.837-1.837v-5.511a7.347 7.347 0 0 0-7.348 7.348h5.511Zm0 13.777v-13.777h-5.51v13.777h5.51Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.51a7.348 7.348 0 0 0 7.347 7.348v-5.511Zm1.837-1.837a1.837 1.837 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.51Zm0-13.777v13.777h5.511v-13.777h-5.51Zm-1.837-1.837c1.015 0 1.837.822 1.837 1.837h5.511a7.347 7.347 0 0 0-7.348-7.348v5.511ZM6.33 106.545a9.644 9.644 0 0 0-9.644 9.644h5.51a4.133 4.133 0 0 1 4.134-4.133v-5.511Zm9.644 9.644c0-5.326-4.318-9.644-9.644-9.644v5.511a4.133 4.133 0 0 1 4.133 4.133h5.51Zm0 11.022v-11.022h-5.511v11.022h5.51Zm-9.644 9.645c5.326 0 9.644-4.318 9.644-9.645h-5.511a4.134 4.134 0 0 1-4.133 4.134v5.511Zm-9.644-9.645c0 5.327 4.317 9.645 9.644 9.645v-5.511a4.134 4.134 0 0 1-4.134-4.134h-5.51Zm0-11.022v11.022h5.51v-11.022h-5.51Zm-12.86 12.859a4.133 4.133 0 0 1 4.134-4.133v-5.511a9.644 9.644 0 0 0-9.644 9.644h5.51Zm0 2.756v-2.756h-5.51v2.756h5.51Zm4.134 4.133a4.133 4.133 0 0 1-4.133-4.133h-5.511a9.644 9.644 0 0 0 9.644 9.644v-5.511Zm4.133-4.133a4.133 4.133 0 0 1-4.133 4.133v5.511c5.326 0 9.644-4.318 9.644-9.644h-5.511Zm0-2.756v2.756h5.511v-2.756h-5.511Zm-4.133-4.133a4.133 4.133 0 0 1 4.133 4.133h5.511c0-5.326-4.318-9.644-9.644-9.644v5.511Zm-18.37-10.103c-5.326 0-9.644 4.318-9.644 9.644h5.51a4.133 4.133 0 0 1 4.134-4.133v-5.511Zm9.644 9.644c0-5.326-4.318-9.644-9.644-9.644v5.511a4.133 4.133 0 0 1 4.133 4.133h5.511Zm0 2.755v-2.755h-5.51v2.755h5.51Zm-9.644 9.645c5.326 0 9.644-4.318 9.644-9.645h-5.51a4.134 4.134 0 0 1-4.134 4.134v5.511Zm-9.644-9.645c0 5.327 4.318 9.645 9.644 9.645v-5.511a4.134 4.134 0 0 1-4.133-4.134h-5.511Zm0-2.755v2.755h5.51v-2.755h-5.51ZM207.02 79.909c0-1.015.822-1.837 1.837-1.837V72.56a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 31.229v-31.23h-5.511v31.23h5.511Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.837-1.837a1.838 1.838 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.511Zm0-31.23v31.23h5.511v-31.23h-5.511Zm-1.837-1.836c1.014 0 1.837.822 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.51Zm18.37 1.837a7.348 7.348 0 0 0-7.348 7.348h5.511c0-1.015.822-1.837 1.837-1.837v-5.511Zm7.348 7.348a7.348 7.348 0 0 0-7.348-7.348v5.51c1.014 0 1.837.823 1.837 1.838h5.511Zm0 26.636V87.257h-5.511v26.636h5.511Zm-7.348 7.348a7.348 7.348 0 0 0 7.348-7.348h-5.511a1.837 1.837 0 0 1-1.837 1.837v5.511Zm-7.348-7.348a7.348 7.348 0 0 0 7.348 7.348v-5.511a1.836 1.836 0 0 1-1.837-1.837h-5.511Zm0-26.636v26.636h5.511V87.257h-5.511Zm23.881 20.207c0-1.015.822-1.837 1.837-1.837v-5.511a7.348 7.348 0 0 0-7.348 7.348h5.511Zm0 22.044v-22.044h-5.511v22.044h5.511Zm1.837 1.837a1.837 1.837 0 0 1-1.837-1.837h-5.511a7.348 7.348 0 0 0 7.348 7.348v-5.511Zm1.837-1.837a1.838 1.838 0 0 1-1.837 1.837v5.511a7.348 7.348 0 0 0 7.348-7.348h-5.511Zm0-22.044v22.044h5.511v-22.044h-5.511Zm-1.837-1.837c1.014 0 1.837.822 1.837 1.837h5.511a7.348 7.348 0 0 0-7.348-7.348v5.511Z\" fill=\"#141414\" mask=\"url(#e)\"/></g></g><defs><linearGradient id=\"b\" x1=\"8.626\" y1=\"0\" x2=\"143.768\" y2=\"201.952\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#292929\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\".41\"/></linearGradient><linearGradient id=\"d\" x1=\"106.905\" y1=\"63.376\" x2=\"106.905\" y2=\"167.166\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C2FF\"/><stop offset=\"1\" stop-color=\"#BCFF1C\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.36)\" d=\"M0 0h280v212H0z\"/></clipPath><clipPath id=\"c\"><path fill=\"#fff\" transform=\"translate(13.219 63.376)\" d=\"M0 0h237.89v103.79H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1varcdm\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition34},__framer__animateOnce:true,__framer__enter:animation25,__framer__exit:animation39,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Cost effective solution\"})}),className:\"framer-1i3f12u\",\"data-framer-name\":\"Cost effective solution\",fonts:[\"Inter\"],name:\"Cost effective solution\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition35},__framer__animateOnce:true,__framer__enter:animation25,__framer__exit:animation39,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Get high-quality work at a fraction of the cost.\"})}),className:\"framer-1bd9ek\",\"data-framer-name\":\"Get high-quality design work at a fraction of the cost.\",fonts:[\"Inter\"],name:\"Get high-quality design work at a fraction of the cost.\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition36},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u814k9\",\"data-border\":true,\"data-framer-name\":\"Feature Card\",name:\"Feature Card\",transformTemplate:transformTemplate1,children:[isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rx4qsr hidden-72rtr7\",\"data-framer-name\":\"visual-container\",name:\"visual-container\",children:isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ci6mcc hidden-72rtr7\",\"data-framer-name\":\"feature_visual_02\",fill:\"black\",intrinsicHeight:212,intrinsicWidth:281,name:\"feature_visual_02\",svg:'<svg width=\"281\" height=\"212\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"url(#a)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 114.725h132.611\"/><path stroke=\"url(#b)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 176.725h132.611\"/><path stroke=\"url(#c)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 130.225h132.611\"/><path stroke=\"url(#d)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 145.725h213.986\"/><path stroke=\"url(#e)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 161.225h213.986\"/><path stroke=\"url(#f)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M66.125 99.225h213.986\"/><path stroke=\"url(#g)\" stroke-opacity=\".18\" stroke-width=\"1.55\" stroke-dasharray=\"3.62 3.62\" d=\"M4.125 192.225h213.986\"/><rect x=\"16.814\" y=\"1.814\" width=\"245.671\" height=\"74.678\" rx=\"15.186\" fill=\"#131313\" stroke=\"url(#h)\" stroke-width=\"1.629\"/><rect x=\"29.926\" y=\"13.81\" width=\"72.965\" height=\"50.685\" rx=\"17.823\" fill=\"#000\" fill-opacity=\".89\"/><g opacity=\".4\" clip-path=\"url(#i)\"><path d=\"M76.269 31.134v4.886a.814.814 0 0 1-.815.815h-4.886a.814.814 0 0 1-.576-1.39l2.095-2.096c-1.324-1.11-3.232-2.215-5.591-2.215-3.693 0-5.918 2.182-5.94 2.205a.815.815 0 1 1-1.152-1.153c.11-.108 2.733-2.681 7.092-2.681 2.378 0 4.696.926 6.747 2.689l1.635-1.637a.814.814 0 0 1 1.391.577Zm-3.834 14.083c-.021.023-2.247 2.205-5.94 2.205-2.358 0-4.267-1.104-5.59-2.215L63 43.112a.814.814 0 0 0-.576-1.39h-4.887a.814.814 0 0 0-.814.814v4.886a.813.813 0 0 0 1.39.577l1.635-1.636c2.052 1.762 4.37 2.688 6.748 2.688 4.359 0 6.982-2.572 7.092-2.681a.815.815 0 0 0-1.153-1.153Z\" fill=\"#fff\"/></g><circle cx=\"120.248\" cy=\"19.66\" r=\"3.258\" fill=\"#fff\" fill-opacity=\".4\"/><path d=\"M127.472 22.66v-5.782h2.085c.532 0 .956.154 1.271.464.32.304.48.698.48 1.18 0 .408-.114.745-.342 1.01-.222.261-.546.438-.969.53l2.15 2.598h-1.173l-2.117-2.54h-.432v2.54h-.953Zm.953-3.372h1.018c.282 0 .505-.065.668-.195.163-.136.244-.326.244-.57 0-.244-.081-.432-.244-.562-.163-.136-.386-.204-.668-.204h-1.018v1.531Zm4.785 3.372v-5.782h3.478v.912h-2.525v1.482h2.036v.912h-2.036v1.564h2.525v.912h-3.478Zm6.829 0-2.427-5.782h1.043l1.8 4.324 1.791-4.324h1.051l-2.427 5.782h-.831Zm4.504 0v-5.782h.953v5.782h-.953Zm2.859 0v-5.782h3.477v.912h-2.525v1.482h2.037v.912h-2.037v1.564h2.525v.912h-3.477Zm9.582 0-1.344-3.535-1.344 3.535h-.88l-1.49-5.782h1.002l1.05 4.202 1.662-4.3 1.653 4.3 1.059-4.202h1.01l-1.499 5.782h-.879Zm3.731 0v-5.782h3.477v.912h-2.524v1.482h2.036v.912h-2.036v1.564h2.524v.912h-3.477Zm5.062 0v-5.782h1.775c.858 0 1.577.277 2.158.83.581.554.872 1.241.872 2.06 0 .82-.291 1.508-.872 2.061-.581.554-1.3.831-2.158.831h-1.775Zm.952-.888h.823c.608 0 1.102-.19 1.482-.57.386-.38.578-.858.578-1.433 0-.576-.192-1.053-.578-1.433-.38-.38-.874-.57-1.482-.57h-.823v4.006Z\" fill=\"#fff\" fill-opacity=\".4\"/><rect x=\"114.547\" y=\"31.948\" width=\"100.175\" height=\"9.773\" rx=\"4.887\" fill=\"#D9D9D9\" fill-opacity=\".09\"/><rect x=\"114.547\" y=\"49.866\" width=\"51.309\" height=\"9.773\" rx=\"4.887\" fill=\"#D9D9D9\" fill-opacity=\".09\"/><rect x=\"1\" y=\"39\" width=\"278\" height=\"92\" rx=\"21\" fill=\"#131313\" stroke=\"url(#j)\" stroke-width=\"2\"/><path d=\"M123.347 89.51V74.945h1.908v12.761h7.037v1.806h-8.945Zm14.694.206c-1.423 0-2.62-.52-3.591-1.56-.957-1.039-1.436-2.297-1.436-3.775 0-1.477.479-2.735 1.436-3.775.971-1.04 2.168-1.559 3.591-1.559.752 0 1.45.171 2.092.513.657.328 1.163.752 1.519 1.272v-1.58h1.764v10.259h-1.764v-1.58c-.356.52-.862.95-1.519 1.293a4.53 4.53 0 0 1-2.092.492Zm.266-1.62c1.013 0 1.847-.356 2.504-1.068.656-.711.984-1.593.984-2.647 0-1.053-.328-1.935-.984-2.646-.657-.711-1.491-1.067-2.504-1.067-1.025 0-1.867.356-2.523 1.067-.657.711-.985 1.593-.985 2.647 0 1.053.328 1.935.985 2.646.656.712 1.498 1.067 2.523 1.067Zm12.206 1.517c-.944 0-1.703-.266-2.278-.8-.574-.533-.862-1.313-.862-2.339v-5.6h-2.174v-1.622h2.174V76.4h1.765v2.852h2.954v1.621h-2.954v5.376c0 .642.137 1.094.41 1.354.274.26.705.39 1.293.39.52 0 .937-.069 1.251-.206v1.58a4.96 4.96 0 0 1-1.579.246Zm7.858.103c-1.491 0-2.729-.506-3.714-1.518-.971-1.012-1.456-2.284-1.456-3.816 0-1.546.472-2.818 1.415-3.817.958-1.012 2.223-1.518 3.796-1.518 1.587 0 2.831.561 3.734 1.683.903 1.121 1.299 2.496 1.19 4.123h-8.35c.027.93.369 1.71 1.026 2.34.656.615 1.449.923 2.379.923 1.396 0 2.387-.575 2.975-1.724h1.806c-.26.958-.814 1.751-1.662 2.38-.848.63-1.894.944-3.139.944Zm2.011-8.37c-.561-.493-1.238-.74-2.032-.74a3.43 3.43 0 0 0-2.133.719c-.616.478-.999 1.19-1.149 2.133h6.401c-.164-.93-.527-1.634-1.087-2.113Zm8.598 8.37c-1.149 0-2.113-.28-2.893-.841-.766-.561-1.19-1.34-1.272-2.34h1.806c.109.575.383 1 .82 1.273.452.273.972.41 1.56.41.588 0 1.06-.116 1.415-.349.37-.232.554-.567.554-1.005 0-.41-.136-.745-.41-1.005-.26-.26-.691-.472-1.293-.636l-1.477-.39c-1.764-.465-2.646-1.47-2.646-3.016 0-.834.328-1.505.984-2.01.671-.507 1.525-.76 2.565-.76 1.053 0 1.915.28 2.585.841.684.547 1.067 1.245 1.149 2.093h-1.764a1.996 1.996 0 0 0-.739-1.067c-.342-.26-.752-.39-1.231-.39-.506 0-.93.117-1.272.35-.328.232-.492.54-.492.922 0 .37.123.67.369.903.246.233.643.424 1.19.575l1.641.43c1.751.438 2.626 1.45 2.626 3.037 0 .985-.348 1.73-1.046 2.236-.698.493-1.607.739-2.729.739Zm9.889-.103c-.944 0-1.703-.266-2.277-.8-.575-.533-.862-1.313-.862-2.339v-5.6h-2.175v-1.622h2.175V76.4h1.764v2.852h2.955v1.621h-2.955v5.376c0 .642.137 1.094.411 1.354.273.26.704.39 1.292.39.52 0 .937-.069 1.252-.206v1.58a4.966 4.966 0 0 1-1.58.246Zm12.599.103c-1.423 0-2.62-.52-3.591-1.56-.957-1.039-1.436-2.297-1.436-3.775 0-1.477.479-2.735 1.436-3.775.971-1.04 2.168-1.559 3.591-1.559.752 0 1.45.171 2.092.513.657.328 1.163.752 1.519 1.272v-6.709h1.764v15.388h-1.764v-1.58c-.356.52-.862.95-1.519 1.293a4.53 4.53 0 0 1-2.092.492Zm.266-1.62c1.013 0 1.847-.356 2.504-1.068.656-.711.984-1.593.984-2.647 0-1.053-.328-1.935-.984-2.646-.657-.711-1.491-1.067-2.504-1.067-1.025 0-1.867.356-2.523 1.067-.657.711-.985 1.593-.985 2.647 0 1.053.328 1.935.985 2.646.656.712 1.498 1.067 2.523 1.067Zm12.595 1.62c-1.491 0-2.728-.506-3.713-1.518-.971-1.012-1.457-2.284-1.457-3.816 0-1.546.472-2.818 1.416-3.817.957-1.012 2.222-1.518 3.795-1.518 1.587 0 2.832.561 3.734 1.683.903 1.121 1.3 2.496 1.19 4.123h-8.35c.027.93.369 1.71 1.026 2.34.656.615 1.45.923 2.38.923 1.395 0 2.387-.575 2.975-1.724h1.805c-.26.958-.814 1.751-1.662 2.38-.848.63-1.894.944-3.139.944Zm2.011-8.37c-.561-.493-1.238-.74-2.031-.74-.793 0-1.505.24-2.134.719-.615.478-.998 1.19-1.149 2.133h6.401c-.164-.93-.526-1.634-1.087-2.113Zm8.599 8.37c-1.149 0-2.114-.28-2.893-.841-.766-.561-1.19-1.34-1.272-2.34h1.805c.11.575.383 1 .821 1.273.451.273.971.41 1.559.41s1.06-.116 1.416-.349a1.12 1.12 0 0 0 .554-1.005c0-.41-.137-.745-.411-1.005-.259-.26-.69-.472-1.292-.636l-1.477-.39c-1.765-.465-2.647-1.47-2.647-3.016 0-.834.328-1.505.985-2.01.67-.507 1.525-.76 2.564-.76 1.054 0 1.915.28 2.586.841.683.547 1.066 1.245 1.148 2.093h-1.764a1.996 1.996 0 0 0-.739-1.067c-.342-.26-.752-.39-1.231-.39-.506 0-.93.117-1.272.35-.328.232-.492.54-.492.922 0 .37.123.67.369.903.246.233.643.424 1.19.575l1.642.43c1.75.438 2.626 1.45 2.626 3.037 0 .985-.349 1.73-1.047 2.236-.697.493-1.607.739-2.728.739Zm7.853-13.562a1.194 1.194 0 0 1-.882.35c-.355 0-.656-.117-.903-.35a1.228 1.228 0 0 1-.369-.902c0-.342.123-.636.369-.883a1.23 1.23 0 0 1 .903-.369c.356 0 .65.123.882.37.233.245.349.54.349.882 0 .355-.116.656-.349.902Zm-1.785 13.357V79.252h1.765v10.259h-1.765Zm9.418 4.493c-1.354 0-2.482-.335-3.385-1.005-.889-.657-1.416-1.505-1.58-2.544h1.723c.452 1.326 1.546 1.99 3.283 1.99.971 0 1.751-.315 2.339-.944.602-.616.903-1.484.903-2.606v-1.21a3.998 3.998 0 0 1-1.498 1.313 4.41 4.41 0 0 1-2.072.492c-1.436 0-2.633-.499-3.591-1.497-.957-1.013-1.436-2.257-1.436-3.735 0-1.463.479-2.694 1.436-3.693.972-1.012 2.168-1.518 3.591-1.518a4.41 4.41 0 0 1 2.072.493c.629.328 1.129.759 1.498 1.292v-1.58h1.764v9.623c0 1.641-.478 2.906-1.436 3.795-.944.89-2.147 1.334-3.611 1.334Zm-2.544-7.16c.643.67 1.477 1.005 2.503 1.005s1.86-.335 2.503-1.005c.643-.684.964-1.546.964-2.586 0-1.04-.328-1.894-.984-2.564-.643-.684-1.471-1.026-2.483-1.026s-1.846.342-2.503 1.026c-.643.67-.964 1.525-.964 2.564 0 1.04.321 1.902.964 2.586Zm10.708 2.667V79.252h1.765v1.58c.697-1.19 1.785-1.785 3.262-1.785 1.163 0 2.1.376 2.811 1.129.711.752 1.067 1.757 1.067 3.016v6.319h-1.744v-6.053c0-.861-.219-1.538-.657-2.03-.437-.507-1.026-.76-1.764-.76-.848 0-1.56.335-2.134 1.005-.561.67-.841 1.587-.841 2.75v5.088h-1.765Z\" fill=\"#fff\"/><path d=\"M124.568 111.183v-8.372h-2.884v-1.568h7.42v1.568h-2.898v8.372h-1.638Zm9.92-.91c-.7.7-1.568 1.05-2.604 1.05s-1.909-.35-2.618-1.05c-.7-.71-1.05-1.573-1.05-2.59 0-1.018.35-1.876 1.05-2.576.709-.71 1.582-1.064 2.618-1.064 1.036 0 1.904.354 2.604 1.064.709.7 1.064 1.558 1.064 2.576 0 1.017-.355 1.88-1.064 2.59Zm-2.604-.378c.606 0 1.106-.21 1.498-.63.401-.43.602-.957.602-1.582 0-.626-.201-1.148-.602-1.568-.392-.43-.892-.644-1.498-.644-.616 0-1.125.214-1.526.644-.392.42-.588.942-.588 1.568 0 .625.196 1.152.588 1.582.401.42.91.63 1.526.63Zm7.666 1.428c-.952 0-1.754-.355-2.408-1.064-.644-.71-.966-1.568-.966-2.576s.322-1.867.966-2.576c.654-.71 1.456-1.064 2.408-1.064.476 0 .915.107 1.316.322.402.205.71.457.924.756v-4.438h1.54v10.5h-1.54v-.938c-.214.298-.522.555-.924.77a2.85 2.85 0 0 1-1.316.308Zm-1.218-2.044c.392.429.892.644 1.498.644.607 0 1.106-.215 1.498-.644.392-.43.588-.962.588-1.596 0-.635-.196-1.167-.588-1.596-.392-.43-.891-.644-1.498-.644-.606 0-1.106.214-1.498.644-.392.429-.588.961-.588 1.596 0 .634.196 1.166.588 1.596Zm9.535 2.044c-.952 0-1.755-.355-2.408-1.064-.644-.71-.966-1.568-.966-2.576s.322-1.867.966-2.576c.653-.71 1.456-1.064 2.408-1.064.476 0 .914.107 1.316.322.401.205.709.457.924.756v-.938h1.54v7h-1.54v-.938c-.215.298-.523.555-.924.77-.402.205-.84.308-1.316.308Zm-1.218-2.044c.392.429.891.644 1.498.644.606 0 1.106-.215 1.498-.644.392-.43.588-.962.588-1.596 0-.635-.196-1.167-.588-1.596-.392-.43-.892-.644-1.498-.644-.607 0-1.106.214-1.498.644-.392.429-.588.961-.588 1.596 0 .634.196 1.166.588 1.596Zm8.904 4.83h-1.694l1.498-3.304-3.01-6.622h1.694l2.142 4.956 2.156-4.956h1.708l-4.494 9.926Zm6.283-3.276-1.498 2.408h-.952l.966-2.058a1.108 1.108 0 0 1-.49-.42 1.25 1.25 0 0 1-.196-.686c0-.336.116-.621.35-.854.233-.243.518-.364.854-.364.336 0 .62.121.854.364.233.233.35.518.35.854 0 .27-.08.522-.238.756Zm5.431.35v-8.414h-2.002l1.176-1.526h2.366v9.94h-1.54Zm4.42 0v-8.414h-2.002l1.176-1.526h2.366v9.94h-1.54Zm4.349-4.732a1.195 1.195 0 0 1-1.204-1.218c0-.327.117-.612.35-.854a1.17 1.17 0 0 1 .854-.364c.336 0 .621.121.854.364.243.242.364.527.364.854 0 .336-.121.625-.364.868-.233.233-.518.35-.854.35Zm0 4.844a1.195 1.195 0 0 1-1.204-1.218c0-.327.117-.612.35-.854a1.17 1.17 0 0 1 .854-.364c.336 0 .621.121.854.364.243.242.364.527.364.854 0 .336-.121.625-.364.868-.233.233-.518.35-.854.35Zm5.49.028a3.603 3.603 0 0 1-2.38-.854c-.681-.57-1.031-1.26-1.05-2.072h1.582c.103.42.322.76.658 1.022.346.261.742.392 1.19.392.551 0 .999-.178 1.344-.532.346-.364.518-.803.518-1.316 0-.532-.172-.971-.518-1.316-.336-.355-.77-.532-1.302-.532-.802 0-1.381.34-1.736 1.022l-1.386-.434 1.064-5.46h4.732v1.498h-3.528l-.462 2.38c.411-.29.929-.434 1.554-.434.934 0 1.69.322 2.268.966.579.644.868 1.465.868 2.464 0 .933-.322 1.703-.966 2.31-.634.597-1.451.896-2.45.896Zm10.535-1.064c-.672.709-1.535 1.064-2.59 1.064s-1.918-.355-2.59-1.064c-.672-.719-1.008-1.638-1.008-2.758v-2.604c0-1.12.336-2.035 1.008-2.744.672-.719 1.535-1.078 2.59-1.078s1.918.359 2.59 1.078c.681.709 1.022 1.624 1.022 2.744v2.604c0 1.12-.341 2.039-1.022 2.758Zm-2.59-.448c.625 0 1.125-.206 1.498-.616.383-.411.574-.976.574-1.694v-2.604c0-.719-.191-1.284-.574-1.694-.373-.411-.873-.616-1.498-.616-.616 0-1.115.205-1.498.616-.373.41-.56.975-.56 1.694v2.604c0 .718.187 1.283.56 1.694.383.41.882.616 1.498.616Z\" fill=\"#fff\" fill-opacity=\".25\"/><rect x=\"17.098\" y=\"53.73\" width=\"89.59\" height=\"62.234\" rx=\"21.885\" fill=\"#000\" fill-opacity=\".89\"/><g clip-path=\"url(#k)\"><path d=\"M71.995 84.076 59.43 97.54a.898.898 0 0 1-1.536-.785l1.645-8.228L53.07 86.1a.896.896 0 0 1-.336-1.458L65.3 71.176a.898.898 0 0 1 1.536.786l-1.649 8.236 6.466 2.425a.898.898 0 0 1 .337 1.453h.004Z\" fill=\"#DF0\"/></g><circle cx=\"128\" cy=\"61\" r=\"4\" fill=\"#DF0\"/><path d=\"M143.06 65h-1.02l-4-5.11V65h-1.17v-7.1h1.02l3.99 5.1v-5.1h1.18V65Zm2.34 0v-7.1h4.27v1.12h-3.1v1.82h2.5v1.12h-2.5v1.92h3.1V65h-4.27Zm11.765 0-1.65-4.34-1.65 4.34h-1.08l-1.83-7.1h1.23l1.29 5.16 2.04-5.28 2.03 5.28 1.3-5.16h1.24l-1.84 7.1h-1.08Z\" fill=\"#DF0\"/><defs><linearGradient id=\"a\" x1=\"191.804\" y1=\"115.5\" x2=\"35.685\" y2=\"115.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"b\" x1=\"191.804\" y1=\"177.5\" x2=\"35.685\" y2=\"177.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"c\" x1=\"191.804\" y1=\"131\" x2=\"35.685\" y2=\"131\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"d\" x1=\"268.925\" y1=\"146.5\" x2=\"17.006\" y2=\"146.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"e\" x1=\"268.925\" y1=\"162\" x2=\"17.006\" y2=\"162\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"f\" x1=\"268.925\" y1=\"100\" x2=\"17.006\" y2=\"100\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"g\" x1=\"206.925\" y1=\"193\" x2=\"-44.995\" y2=\"193\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACF80B\"/><stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"h\" x1=\"23.297\" y1=\"1\" x2=\"50.198\" y2=\"99.246\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#292929\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"j\" x1=\"8.262\" y1=\"38\" x2=\"43.861\" y2=\"157.496\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#292929\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><clipPath id=\"i\"><path fill=\"#fff\" transform=\"translate(53.465 26.247)\" d=\"M0 0h26.062v26.062H0z\"/></clipPath><clipPath id=\"k\"><path fill=\"#fff\" transform=\"translate(48 70)\" d=\"M0 0h28.724v28.724H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o3cu2m hidden-1ed9oh6 hidden-1xaffxx\",\"data-framer-name\":\"feature-visual-02\",name:\"feature-visual-02\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fjixg3\",\"data-framer-name\":\"lines\",name:\"lines\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pu22yg\",\"data-framer-name\":\"graphic-lines\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:120,intrinsicWidth:357,name:\"graphic-lines\",svg:'<svg width=\"357\" height=\"120\" viewBox=\"0 0 357 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"80.166\" y1=\"19\" x2=\"251.277\" y2=\"19\" stroke=\"url(#paint0_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<line x1=\"80.166\" y1=\"99\" x2=\"251.277\" y2=\"99\" stroke=\"url(#paint1_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<line x1=\"80.166\" y1=\"39\" x2=\"251.277\" y2=\"39\" stroke=\"url(#paint2_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<line x1=\"80.166\" y1=\"59\" x2=\"356.277\" y2=\"59\" stroke=\"url(#paint3_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<line x1=\"80.166\" y1=\"79\" x2=\"356.277\" y2=\"79\" stroke=\"url(#paint4_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<line x1=\"0.166016\" y1=\"119\" x2=\"276.277\" y2=\"119\" stroke=\"url(#paint5_linear_397_1141)\" stroke-opacity=\"0.18\" stroke-width=\"2\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_397_1141\" x1=\"242.333\" y1=\"20\" x2=\"40.8883\" y2=\"20\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_397_1141\" x1=\"242.333\" y1=\"100\" x2=\"40.8883\" y2=\"100\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_397_1141\" x1=\"242.333\" y1=\"40\" x2=\"40.8883\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_397_1141\" x1=\"341.844\" y1=\"60\" x2=\"16.786\" y2=\"60\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_397_1141\" x1=\"341.844\" y1=\"80\" x2=\"16.786\" y2=\"80\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_397_1141\" x1=\"261.844\" y1=\"120\" x2=\"-63.214\" y2=\"120\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACF80B\"/>\\n<stop offset=\"1\" stop-color=\"#ACF80B\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16aun27\",\"data-framer-name\":\"widget\",name:\"widget\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7tvvik\",\"data-framer-name\":\"widget-fast\",name:\"widget-fast\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ib0t4\",\"data-border\":true,\"data-framer-name\":\"Rectangle 148248\",name:\"Rectangle 148248\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sauhbr\",\"data-framer-name\":\"Frame 1000005002\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:52,intrinsicWidth:74,name:\"Frame 1000005002\",svg:'<svg width=\"74\" height=\"52\" viewBox=\"0 0 74 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.0917969\" y=\"0.810547\" width=\"72.9647\" height=\"50.6854\" rx=\"17.8235\" fill=\"black\" fill-opacity=\"0.89\"/>\\n<g opacity=\"0.4\" clip-path=\"url(#clip0_382_1550)\">\\n<path d=\"M46.435 18.1337V23.0203C46.435 23.2363 46.3492 23.4435 46.1964 23.5962C46.0437 23.7489 45.8366 23.8347 45.6206 23.8347H40.734C40.5728 23.8349 40.4152 23.7872 40.2812 23.6977C40.1471 23.6082 40.0426 23.481 39.9809 23.3321C39.9192 23.1832 39.9031 23.0193 39.9346 22.8613C39.9661 22.7032 40.0437 22.558 40.1578 22.4441L42.2529 20.349C40.9294 19.2383 39.0206 18.1337 36.6618 18.1337C32.9694 18.1337 30.744 20.3164 30.7226 20.3388C30.5698 20.4916 30.3625 20.5775 30.1464 20.5775C29.9303 20.5775 29.723 20.4916 29.5702 20.3388C29.4174 20.186 29.3315 19.9787 29.3315 19.7626C29.3315 19.5465 29.4174 19.3392 29.5702 19.1864C29.6801 19.0775 32.3026 16.5049 36.6618 16.5049C39.04 16.5049 41.358 17.4313 43.4094 19.1935L45.0443 17.5575C45.1582 17.4435 45.3034 17.3658 45.4615 17.3344C45.6196 17.3029 45.7834 17.319 45.9323 17.3807C46.0812 17.4424 46.2084 17.5469 46.2979 17.6809C46.3874 17.815 46.4351 17.9726 46.435 18.1337ZM42.6011 32.2173C42.5797 32.2397 40.3542 34.4223 36.6618 34.4223C34.303 34.4223 32.3942 33.3178 31.0708 32.2071L33.1659 30.112C33.2799 29.9981 33.3576 29.8529 33.3891 29.6948C33.4205 29.5368 33.4044 29.3729 33.3427 29.224C33.281 29.0751 33.1765 28.9479 33.0425 28.8584C32.9084 28.7689 32.7509 28.7212 32.5897 28.7213H27.7031C27.4871 28.7213 27.2799 28.8071 27.1272 28.9599C26.9745 29.1126 26.8887 29.3198 26.8887 29.5358V34.4223C26.8885 34.5835 26.9362 34.7411 27.0257 34.8751C27.1152 35.0092 27.2424 35.1137 27.3913 35.1754C27.5402 35.2371 27.7041 35.2532 27.8622 35.2217C28.0202 35.1902 28.1654 35.1126 28.2793 34.9985L29.9143 33.3626C31.9656 35.1248 34.2837 36.0512 36.6618 36.0512C41.0211 36.0512 43.6435 33.4786 43.7535 33.3697C43.9063 33.2169 43.9921 33.0096 43.9921 32.7935C43.9921 32.5774 43.9063 32.3701 43.7535 32.2173C43.6007 32.0644 43.3934 31.9786 43.1773 31.9786C42.9611 31.9786 42.7539 32.0644 42.6011 32.2173Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_382_1550\">\\n<rect width=\"26.0617\" height=\"26.0617\" fill=\"white\" transform=\"translate(23.6309 13.2471)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11du15j\",\"data-framer-name\":\"Frame 1000005003\",name:\"Frame 1000005003\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-69ce0z\",\"data-framer-name\":\"Ellipse 6201\",name:\"Ellipse 6201\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"8.14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.4)\"},children:\"REVIEWED\"})}),className:\"framer-yapcwt\",\"data-framer-name\":\"REVIEWED\",fonts:[\"GF;Euclid Circular A-500\"],name:\"REVIEWED\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xjkql0\",\"data-framer-name\":\"Rectangle 148265\",name:\"Rectangle 148265\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5zxgrn\",\"data-framer-name\":\"Rectangle 148266\",name:\"Rectangle 148266\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w607h8\",\"data-framer-name\":\"widget-fast\",name:\"widget-fast\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-103fmui\",\"data-border\":true,\"data-framer-name\":\"Rectangle 148248\",name:\"Rectangle 148248\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"20.52px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Latest design\"})}),className:\"framer-v2szja\",\"data-framer-name\":\"Latest design\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"Latest design\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.25)\"},children:\"Today, 11:50\"})}),className:\"framer-1wzysn0\",\"data-framer-name\":\"Today, 11:50\",fonts:[\"GF;Euclid Circular A-500\"],name:\"Today, 11:50\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gev5d0\",\"data-framer-name\":\"Frame 1000005002\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:63,intrinsicWidth:90,name:\"Frame 1000005002\",svg:'<svg width=\"90\" height=\"63\" viewBox=\"0 0 90 63\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.263672\" y=\"0.729492\" width=\"89.59\" height=\"62.2343\" rx=\"21.8846\" fill=\"black\" fill-opacity=\"0.89\"/>\\n<g clip-path=\"url(#clip0_382_1571)\">\\n<path d=\"M55.1613 31.0762L42.5947 44.5404C42.4616 44.6825 42.2858 44.7774 42.0939 44.8109C41.9021 44.8443 41.7045 44.8145 41.5311 44.7258C41.3577 44.6371 41.2178 44.4945 41.1326 44.3193C41.0474 44.1442 41.0215 43.9461 41.0587 43.755L42.7036 35.5272L36.2374 33.0992C36.0986 33.0473 35.9747 32.9617 35.877 32.8502C35.7792 32.7387 35.7106 32.6048 35.6773 32.4603C35.6439 32.3158 35.6469 32.1654 35.6859 32.0223C35.7249 31.8793 35.7988 31.7481 35.9008 31.6406L48.4674 18.1764C48.6005 18.0343 48.7763 17.9394 48.9682 17.9059C49.16 17.8725 49.3576 17.9023 49.531 17.991C49.7044 18.0797 49.8443 18.2223 49.9295 18.3975C50.0147 18.5726 50.0406 18.7707 50.0034 18.9618L48.354 27.1985L54.8202 29.6232C54.958 29.6755 55.0809 29.7609 55.1779 29.872C55.2749 29.983 55.343 30.1163 55.3763 30.2599C55.4095 30.4035 55.4069 30.5531 55.3686 30.6955C55.3304 30.8379 55.2576 30.9686 55.1568 31.0762H55.1613Z\" fill=\"#DDFF00\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_382_1571\">\\n<rect width=\"28.7235\" height=\"28.7235\" fill=\"white\" transform=\"translate(31.166 17)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ajmml\",\"data-framer-name\":\"Frame 1000005003\",name:\"Frame 1000005003\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7ff7d\",\"data-framer-name\":\"Ellipse 6201\",name:\"Ellipse 6201\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNTAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(221, 255, 0)\"},children:\"NEW\"})}),className:\"framer-1o9uf07\",\"data-framer-name\":\"NEW\",fonts:[\"GF;Euclid Circular A-500\"],name:\"NEW\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12xjypu\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Tailor\u2013made design\"})}),className:\"framer-1st96w9\",\"data-framer-name\":\"Cost effective solution\",fonts:[\"Inter\"],name:\"Cost effective solution\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"We've got the expertise to make your vision a reality.\"})}),className:\"framer-1hbqbz0\",\"data-framer-name\":\"Get high-quality design work at a fraction of the cost.\",fonts:[\"Inter\"],name:\"Get high-quality design work at a fraction of the cost.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition37},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vdevfa\",\"data-border\":true,\"data-framer-name\":\"Feature Card\",name:\"Feature Card\",transformTemplate:transformTemplate1,children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ap0e7m hidden-1ed9oh6 hidden-1xaffxx\",\"data-framer-name\":\"graphic-visual\",name:\"graphic-visual\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-660lc\",\"data-framer-name\":\"Line 215\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:174,intrinsicWidth:5,name:\"Line 215\",svg:'<svg width=\"5\" height=\"174\" viewBox=\"-1 -1 5 174\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"1.27778\" y1=\"0.5\" x2=\"1.27778\" y2=\"171.611\" stroke=\"url(#paint0_linear_382_1603)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1603\" x1=\"0.499998\" y1=\"162.667\" x2=\"0.499996\" y2=\"-38.7778\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g7vggl\",\"data-framer-name\":\"Line 216\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:174,intrinsicWidth:4,name:\"Line 216\",svg:'<svg width=\"4\" height=\"174\" viewBox=\"-1 -1 4 174\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"1.1684\" y1=\"0.5\" x2=\"1.16841\" y2=\"171.611\" stroke=\"url(#paint0_linear_382_1604)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1604\" x1=\"0.390623\" y1=\"162.667\" x2=\"0.390621\" y2=\"-38.7778\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-su7im7\",\"data-framer-name\":\"Line 217\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:174,intrinsicWidth:4,name:\"Line 217\",svg:'<svg width=\"4\" height=\"174\" viewBox=\"-1 -1 4 174\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"1.05512\" y1=\"0.5\" x2=\"1.05513\" y2=\"171.611\" stroke=\"url(#paint0_linear_382_1605)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1605\" x1=\"0.277342\" y1=\"162.667\" x2=\"0.27734\" y2=\"-38.7778\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rbp2wt\",\"data-framer-name\":\"Line 218\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:174,intrinsicWidth:4,name:\"Line 218\",svg:'<svg width=\"4\" height=\"174\" viewBox=\"-1 -1 4 174\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.945746\" y1=\"0.5\" x2=\"0.945753\" y2=\"171.611\" stroke=\"url(#paint0_linear_382_1606)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1606\" x1=\"0.167967\" y1=\"162.667\" x2=\"0.167965\" y2=\"-38.7778\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lgjvw8\",\"data-framer-name\":\"Line 219\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:268,intrinsicWidth:4,name:\"Line 219\",svg:'<svg width=\"4\" height=\"268\" viewBox=\"-1 -1 4 268\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.834418\" y1=\"-10.5\" x2=\"0.83443\" y2=\"265.611\" stroke=\"url(#paint0_linear_382_1607)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1607\" x1=\"0.0566429\" y1=\"251.178\" x2=\"0.0566466\" y2=\"-73.88\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12fh2gx\",\"data-framer-name\":\"Line 220\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:268,intrinsicWidth:4,name:\"Line 220\",svg:'<svg width=\"4\" height=\"268\" viewBox=\"-1 -1 4 268\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.834418\" y1=\"-10.5\" x2=\"0.83443\" y2=\"265.611\" stroke=\"url(#paint0_linear_382_1608)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1608\" x1=\"0.0566429\" y1=\"251.178\" x2=\"0.0566466\" y2=\"-73.88\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-y8fhku\",\"data-framer-name\":\"Line 221\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:268,intrinsicWidth:4,name:\"Line 221\",svg:'<svg width=\"4\" height=\"268\" viewBox=\"-1 -1 4 268\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.834418\" y1=\"-10.5\" x2=\"0.83443\" y2=\"265.611\" stroke=\"url(#paint0_linear_382_1609)\" stroke-width=\"1.55555\" stroke-dasharray=\"4.67 4.67\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1609\" x1=\"0.0566429\" y1=\"251.178\" x2=\"0.0566466\" y2=\"-73.88\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#303030\"/>\\n<stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14zh6km\",\"data-framer-name\":\"Vector 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:317,intrinsicWidth:314,name:\"Vector 1\",svg:'<svg width=\"314\" height=\"317\" viewBox=\"-3 -3 314 317\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.833984 310.501C11.1022 297.66 40.6232 273.263 56.0255 269.411C71.4278 265.559 85.5466 269.411 97.0983 260.423C108.65 251.434 108.65 241.162 121.485 238.594C134.32 236.026 148.439 254.002 163.842 248.866C179.244 243.73 188.228 223.186 193.363 197.505C198.497 171.824 197.334 98.5008 247.334 98.5008C297.334 98.5008 307.834 17.5 307.834 0\" stroke=\"#292929\" stroke-width=\"4.66666\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nmd6lp\",\"data-framer-name\":\"Vector 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:146,intrinsicWidth:202,name:\"Vector 2\",svg:'<svg width=\"202\" height=\"146\" viewBox=\"-3 -3 202 146\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.833984 139.5C11.1022 126.66 40.6232 102.263 56.0255 98.4108C71.4278 94.5586 85.5466 98.4108 97.0983 89.4224C108.65 80.4341 108.65 70.1617 121.485 67.5936C134.32 65.0255 148.439 83.0022 163.842 77.866C179.244 72.7298 194.112 46.9447 195.667 0.666992\" stroke=\"url(#paint0_linear_382_1611)\" stroke-width=\"4.66666\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_382_1611\" x1=\"140.334\" y1=\"70.5\" x2=\"29.834\" y2=\"127\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#ACFA30\"/>\\n<stop offset=\"1\" stop-color=\"#65E386\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16rxpvz\",\"data-framer-name\":\"Ellipse 6194\",name:\"Ellipse 6194\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ouxo6\",\"data-framer-name\":\"Ellipse 6195\",name:\"Ellipse 6195\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kemis8\",\"data-framer-name\":\"Ellipse 6196\",name:\"Ellipse 6196\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"45\"})}),className:\"framer-17gtxbf\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"35\"})}),className:\"framer-14b8it0\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"25\"})}),className:\"framer-1pemfr5\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"15\"})}),className:\"framer-9z53l4\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",transformTemplate:transformTemplate4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"5\"})}),className:\"framer-3ijr8e\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"0\"})}),className:\"framer-kw53dd\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtcmVndWxhcg==\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"18.67px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.08)\"},children:\"-5\"})}),className:\"framer-vbca5x\",\"data-framer-name\":\"45\",fonts:[\"GF;Euclid Circular A-regular\"],name:\"45\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-fr9hi4 hidden-72rtr7\",\"data-framer-name\":\"visual-contaienr\",name:\"visual-contaienr\",children:isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15l608 hidden-72rtr7\",\"data-framer-name\":\"feature_visual_03\",fill:\"black\",intrinsicHeight:237,intrinsicWidth:288,name:\"feature_visual_03\",svg:'<svg width=\"288\" height=\"237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"url(#a)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M26 93v129\"/><path stroke=\"url(#b)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M66 93v129\"/><path stroke=\"url(#c)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M106 93v129\"/><path stroke=\"url(#d)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M145 93v129\"/><path stroke=\"url(#e)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M185 13v209\"/><path stroke=\"url(#f)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M224 13v209\"/><path stroke=\"url(#g)\" stroke-width=\"2\" stroke-dasharray=\"3.5 3.5\" d=\"M263 13v209\"/><path d=\"M21.658 225c7.705-9.636 29.858-27.943 41.416-30.834 11.558-2.891 22.153 0 30.82-6.745 8.669-6.745 8.669-14.453 18.301-16.38 9.631-1.927 20.226 11.562 31.784 7.708 11.558-3.854 18.3-19.27 22.153-38.541 3.852-19.271 2.98-53.208 40.5-53.208s45.399-60.783 45.399-73.915\" stroke=\"#404040\" stroke-width=\"3.502\"/><path d=\"M21.658 224.999c7.705-9.636 29.858-27.943 41.416-30.834 11.558-2.89 22.153 0 30.82-6.745 8.669-6.744 8.669-14.453 18.301-16.38 9.631-1.927 20.226 11.563 31.784 7.708 11.558-3.854 22.715-23.203 23.882-57.93\" stroke=\"url(#h)\" stroke-width=\"3.502\"/><circle cx=\"168.316\" cy=\"121.274\" r=\"6\" fill=\"#93F24D\"/><circle cx=\"167.977\" cy=\"120.685\" r=\"18\" fill=\"#6CE57D\" fill-opacity=\".15\"/><g filter=\"url(#i)\"><ellipse cx=\"168\" cy=\"118.5\" rx=\"66\" ry=\"64.5\" fill=\"#E2FA06\" fill-opacity=\".06\"/></g><path d=\"M38.861 182.553v-2.704h-5.295v-.966l5.45-6.276h1.05v6.108h1.372v1.134h-1.372v2.704H38.86Zm-3.726-3.838h3.726v-4.287l-3.726 4.287Zm10.256 3.978c-.896 0-1.671-.28-2.325-.841-.654-.56-.99-1.223-1.009-1.989h1.233c.112.486.36.883.742 1.191.383.308.836.462 1.36.462.606 0 1.115-.205 1.526-.616a2.06 2.06 0 0 0 .616-1.513c0-.607-.196-1.116-.588-1.527-.392-.411-.892-.616-1.499-.616-.83 0-1.457.336-1.877 1.008l-1.148-.336 1.022-5.309h4.65v1.177h-3.683l-.547 2.844c.486-.346 1.065-.519 1.737-.519.925 0 1.681.327 2.27.981.597.644.896 1.461.896 2.451 0 .878-.322 1.625-.967 2.241-.644.607-1.447.911-2.409.911Z\" fill=\"#fff\" fill-opacity=\".08\"/><defs><linearGradient id=\"a\" x1=\"25\" y1=\"215.257\" x2=\"25\" y2=\"63.389\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"b\" x1=\"65\" y1=\"215.257\" x2=\"65\" y2=\"63.389\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"c\" x1=\"105\" y1=\"215.257\" x2=\"105\" y2=\"63.389\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"d\" x1=\"144\" y1=\"215.257\" x2=\"144\" y2=\"63.389\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"e\" x1=\"184\" y1=\"211.075\" x2=\"184\" y2=\"-34.975\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"f\" x1=\"223\" y1=\"211.075\" x2=\"223\" y2=\"-34.975\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"g\" x1=\"262\" y1=\"211.075\" x2=\"262\" y2=\"-34.975\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#585858\"/><stop offset=\"1\" stop-color=\"#2C2C2C\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"h\" x1=\"126.339\" y1=\"173.221\" x2=\"43.42\" y2=\"215.619\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ACFA30\"/><stop offset=\"1\" stop-color=\"#65E386\" stop-opacity=\"0\"/></linearGradient><filter id=\"i\" x=\"48.784\" y=\".784\" width=\"238.432\" height=\"235.432\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feGaussianBlur stdDeviation=\"26.608\" result=\"effect1_foregroundBlur_666_3103\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwvj3v\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Scalable as you grow\"})}),className:\"framer-4oaa8e\",\"data-framer-name\":\"Scalable as you grow\",fonts:[\"Inter\"],name:\"Scalable as you grow\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{u6R6NsvSc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:[\"We\u2019re ready to meet your evolving needs.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"We\u2019re ready to meet your evolving needs.\"})}),className:\"framer-15r3t4b\",\"data-framer-name\":\"We\u2019re ready to meet your evolving needs.\",fonts:[\"Inter\"],name:\"We\u2019re ready to meet your evolving needs.\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ylb3cw\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10t01c2\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n37c1y\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1umhd9i\",\"data-framer-name\":\"visual\",name:\"visual\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-okvfo\",\"data-framer-name\":\"Integration_visual\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:282,name:\"Integration_visual\",svg:'<svg width=\"282\" height=\"172\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"94.134\" cy=\"129.634\" r=\"40.228\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#a)\" stroke-width=\".813\"/><g clip-path=\"url(#b)\"><path d=\"m78.166 114.908 12.132 16.221-12.208 13.189h2.747l10.689-11.547 8.636 11.547h9.35l-12.814-17.134 11.363-12.276h-2.748l-9.843 10.635-7.953-10.635h-9.35Zm4.041 2.024h4.296l18.968 25.362h-4.296l-18.968-25.362Z\" fill=\"#fff\"/></g><circle cx=\"187.865\" cy=\"130.104\" r=\"40.228\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#c)\" stroke-width=\".813\"/><g clip-path=\"url(#d)\"><path d=\"M192.808 130.456a11.172 11.172 0 0 1-.718 3.946 11.205 11.205 0 0 1-3.947.719h-.016a11.204 11.204 0 0 1-3.946-.718 11.183 11.183 0 0 1-.719-3.947v-.016c0-1.348.242-2.685.717-3.946 1.262-.476 2.6-.72 3.948-.719h.016a11.156 11.156 0 0 1 3.947.719c.476 1.261.719 2.598.718 3.945v.017Zm13.759-3.124h-10.91l7.714-7.715a18.77 18.77 0 0 0-2.019-2.387v-.001a18.837 18.837 0 0 0-2.387-2.017l-7.715 7.715v-10.911a18.678 18.678 0 0 0-3.105-.26h-.02c-1.058 0-2.095.09-3.105.26v10.911l-7.715-7.715a18.543 18.543 0 0 0-2.386 2.019l-.004.002a18.88 18.88 0 0 0-2.017 2.384l7.716 7.715h-10.91s-.261 2.05-.261 3.109v.013c0 1.06.09 2.098.261 3.109h10.91l-7.715 7.715a18.787 18.787 0 0 0 4.406 4.406l7.715-7.715v10.911c1.025.172 2.062.259 3.102.26h.026a18.858 18.858 0 0 0 3.102-.26v-10.911l7.716 7.715c.85-.605 1.648-1.28 2.386-2.018l.002-.002a18.828 18.828 0 0 0 2.017-2.386l-7.716-7.715h10.912c.17-1.009.259-2.044.26-3.102v-.027a18.774 18.774 0 0 0-.26-3.102Z\" fill=\"#FF4A00\"/></g><circle cx=\"281.865\" cy=\"129.634\" r=\"40.228\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#e)\" stroke-width=\".813\"/><g clip-path=\"url(#f)\"><mask id=\"g\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"262\" y=\"114\" width=\"40\" height=\"31\"><path d=\"M301.617 114.194h-39.529v30.622h39.529v-30.622Z\" fill=\"#fff\"/></mask><g mask=\"url(#g)\"><path d=\"M295.551 116.921a32.597 32.597 0 0 0-8.046-2.495.12.12 0 0 0-.129.061 22.395 22.395 0 0 0-1.002 2.058 30.085 30.085 0 0 0-9.037 0c-.27-.648-.669-1.44-1.018-2.058a.127.127 0 0 0-.129-.061 32.523 32.523 0 0 0-8.046 2.495.119.119 0 0 0-.053.046c-5.125 7.656-6.528 15.124-5.84 22.499a.137.137 0 0 0 .052.093c3.381 2.483 6.656 3.99 9.87 4.989a.128.128 0 0 0 .139-.045 23.453 23.453 0 0 0 2.019-3.285.125.125 0 0 0-.068-.174 21.595 21.595 0 0 1-3.084-1.47.126.126 0 0 1-.012-.21c.207-.155.414-.317.612-.48a.122.122 0 0 1 .128-.017c6.469 2.954 13.473 2.954 19.866 0a.122.122 0 0 1 .129.016c.198.163.405.326.614.481a.127.127 0 0 1-.011.21 20.29 20.29 0 0 1-3.085 1.469.126.126 0 0 0-.067.175 26.227 26.227 0 0 0 2.018 3.283.124.124 0 0 0 .138.047c3.23-.999 6.505-2.506 9.886-4.989a.126.126 0 0 0 .052-.091c.824-8.527-1.381-15.934-5.845-22.5a.106.106 0 0 0-.051-.047Zm-20.254 18.054c-1.947 0-3.552-1.788-3.552-3.984 0-2.196 1.573-3.984 3.552-3.984 1.995 0 3.584 1.804 3.553 3.984 0 2.196-1.574 3.984-3.553 3.984Zm13.135 0c-1.948 0-3.552-1.788-3.552-3.984 0-2.196 1.573-3.984 3.552-3.984 1.994 0 3.584 1.804 3.553 3.984 0 2.196-1.559 3.984-3.553 3.984Z\" fill=\"#5865F2\"/></g></g><circle cx=\"41.443\" cy=\"41.141\" r=\"40.265\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#h)\" stroke-width=\".813\"/><g clip-path=\"url(#i)\"><path d=\"M41.432 40.679a5.694 5.694 0 0 1 5.695-5.692 5.694 5.694 0 0 1 5.695 5.692 5.694 5.694 0 0 1-11.39 0Z\" fill=\"#1ABCFE\"/><path d=\"M30.055 52.049a5.694 5.694 0 0 1 5.695-5.692h5.695v5.692a5.694 5.694 0 0 1-5.695 5.691 5.686 5.686 0 0 1-5.695-5.691Z\" fill=\"#0ACF83\"/><path d=\"M41.432 23.618v11.37h5.695a5.694 5.694 0 0 0 5.695-5.691 5.694 5.694 0 0 0-5.695-5.692h-5.695v.013Z\" fill=\"#FF7262\"/><path d=\"M30.055 29.31A5.694 5.694 0 0 0 35.75 35h5.695V23.619H35.75a5.686 5.686 0 0 0-5.695 5.692Z\" fill=\"#F24E1E\"/><path d=\"M30.055 40.679a5.694 5.694 0 0 0 5.695 5.69h5.695V34.988H35.75a5.694 5.694 0 0 0-5.695 5.692Z\" fill=\"#A259FF\"/></g><circle cx=\"135.529\" cy=\"40.672\" r=\"40.265\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#j)\" stroke-width=\".813\"/><path d=\"m120.154 23.575 20.691-1.528c2.542-.218 3.195-.071 4.793 1.09l6.605 4.654c1.089.8 1.452 1.018 1.452 1.89v25.518c0 1.6-.581 2.545-2.614 2.69l-24.028 1.455c-1.525.072-2.252-.146-3.051-1.165l-4.864-6.324c-.872-1.164-1.234-2.036-1.234-3.054V26.118c0-1.308.581-2.398 2.25-2.543Z\" fill=\"#fff\"/><path d=\"m140.387 23.666-18.81 1.397c-1.518.132-2.046 1.128-2.046 2.323v20.723c0 .93.329 1.727 1.122 2.79l4.422 5.779c.726.93 1.387 1.13 2.774 1.063l21.843-1.329c1.847-.132 2.376-.996 2.376-2.457V30.64c0-.755-.296-.973-1.17-1.618l-.151-.109-6.003-4.251c-1.453-1.061-2.047-1.196-4.357-.997Zm-12.044 6.593c-1.784.12-2.189.148-3.202-.68l-2.575-2.059c-.262-.266-.13-.599.529-.665l18.083-1.328c1.518-.133 2.309.399 2.903.863l3.101 2.259c.133.067.463.464.066.464l-18.674 1.13-.231.016Zm-2.08 23.497V33.964c0-.865.264-1.264 1.055-1.33l21.448-1.262c.728-.067 1.057.398 1.057 1.261v19.66c0 .865-.133 1.596-1.321 1.662l-20.524 1.196c-1.188.066-1.715-.332-1.715-1.395Zm20.261-18.731c.131.598 0 1.196-.595 1.264l-.989.197v14.613c-.859.464-1.65.73-2.311.73-1.056 0-1.32-.333-2.111-1.328l-6.469-10.229v9.896l2.047.466s0 1.196-1.651 1.196l-4.552.265c-.133-.266 0-.93.461-1.062l1.189-.332V37.617l-1.65-.135c-.133-.598.197-1.46 1.122-1.528l4.883-.33 6.731 10.36v-9.166l-1.715-.198c-.133-.732.395-1.264 1.055-1.329l4.555-.266Z\" fill=\"#000\"/><circle cx=\"229.074\" cy=\"40.672\" r=\"40.265\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#k)\" stroke-width=\".813\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M224.058 22.775a3.659 3.659 0 1 0 .001 7.32h3.661v-3.658a3.663 3.663 0 0 0-3.662-3.662c.001 0 .001 0 0 0Zm0 9.761h-9.76a3.66 3.66 0 1 0-.002 7.321h9.762a3.661 3.661 0 0 0 0-7.32Z\" fill=\"#36C5F0\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M247.24 36.196a3.66 3.66 0 0 0-3.661-3.66 3.66 3.66 0 0 0-3.661 3.66v3.661h3.661a3.66 3.66 0 0 0 3.661-3.66Zm-9.761 0v-9.76a3.662 3.662 0 0 0-7.321 0v9.76a3.66 3.66 0 1 0 7.321 0Z\" fill=\"#2EB67D\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M233.819 59.38a3.66 3.66 0 1 0 0-7.32h-3.661v3.66a3.663 3.663 0 0 0 3.661 3.66Zm0-9.763h9.761a3.661 3.661 0 0 0 .002-7.321h-9.761a3.66 3.66 0 1 0-.002 7.32Z\" fill=\"#ECB22E\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M210.637 45.958a3.661 3.661 0 0 0 7.322 0v-3.66h-3.661a3.66 3.66 0 0 0-3.661 3.66Zm9.761 0v9.76a3.66 3.66 0 0 0 7.321.002v-9.76a3.661 3.661 0 0 0-7.321-.002Z\" fill=\"#E01E5A\"/><circle cx=\"322.619\" cy=\"40.672\" r=\"40.265\" fill=\"#131313\" fill-opacity=\".89\" stroke=\"url(#l)\" stroke-width=\".813\"/><defs><linearGradient id=\"a\" x1=\"55.898\" y1=\"89\" x2=\"111.739\" y2=\"151.927\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"c\" x1=\"149.629\" y1=\"89.47\" x2=\"205.47\" y2=\"152.397\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"e\" x1=\"243.629\" y1=\"89\" x2=\"299.47\" y2=\"151.927\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"h\" x1=\"3.172\" y1=\".47\" x2=\"59.064\" y2=\"63.455\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"j\" x1=\"97.258\" y1=\"0\" x2=\"153.15\" y2=\"62.985\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"k\" x1=\"190.803\" y1=\"0\" x2=\"246.695\" y2=\"62.985\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"l\" x1=\"284.348\" y1=\"0\" x2=\"340.24\" y2=\"62.985\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#404040\"/><stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/></linearGradient><clipPath id=\"b\"><path fill=\"#fff\" transform=\"translate(77.61 114.193)\" d=\"M0 0h32.508v30.84H0z\"/></clipPath><clipPath id=\"d\"><path fill=\"#fff\" transform=\"translate(169.443 111.756)\" d=\"M0 0h37.384v37.384H0z\"/></clipPath><clipPath id=\"f\"><path fill=\"#fff\" transform=\"translate(262.09 114.193)\" d=\"M0 0h39.529v30.621H0z\"/></clipPath><clipPath id=\"i\"><path fill=\"#fff\" transform=\"translate(30.055 23.59)\" d=\"M0 0h22.776v34.166H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tewtig\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Workflow integration\"})}),className:\"framer-v6r9il\",\"data-framer-name\":\"Workflow integration\",fonts:[\"Inter\"],name:\"Workflow integration\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Seamlessly connect all your existing apps.\"})}),className:\"framer-ghf5nh\",\"data-framer-name\":\"Seamlessly connect all your existing apps.\",fonts:[\"Inter\"],name:\"Seamlessly connect all your existing apps.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition38},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-172sw1v\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ialtl\",\"data-framer-name\":\"Visual\",name:\"Visual\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1of6wnc\",\"data-framer-name\":\"user-profile\",name:\"user-profile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a6tcy9\",\"data-framer-name\":\"Ellipse 6192\",name:\"Ellipse 6192\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ug32xg\",\"data-border\":true,\"data-framer-name\":\"Ellipse 6200\",name:\"Ellipse 6200\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13r58nv\",\"data-framer-name\":\"user-profile\",name:\"user-profile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mk1cv9\",\"data-framer-name\":\"Ellipse 6192\",name:\"Ellipse 6192\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5760,intrinsicWidth:3840,loading:\"lazy\",pixelHeight:5760,pixelWidth:3840,sizes:\"68px\",src:\"https://framerusercontent.com/images/HnhpxTHTAwE18VvuvNHTwCtdiZ4.jpg\",srcSet:\"https://framerusercontent.com/images/HnhpxTHTAwE18VvuvNHTwCtdiZ4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/HnhpxTHTAwE18VvuvNHTwCtdiZ4.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/HnhpxTHTAwE18VvuvNHTwCtdiZ4.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/HnhpxTHTAwE18VvuvNHTwCtdiZ4.jpg 3840w\"},className:\"framer-pxt8qs\",\"data-border\":true,\"data-framer-name\":\"Ellipse 6200\",name:\"Ellipse 6200\",transformTemplate:transformTemplate4}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ba3vns\",\"data-framer-name\":\"Ellipse 6196\",name:\"Ellipse 6196\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qgqmrk\",\"data-framer-name\":\"user-profile\",name:\"user-profile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z3nzy6\",\"data-framer-name\":\"Ellipse 6192\",name:\"Ellipse 6192\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6220,intrinsicWidth:6220,loading:\"lazy\",pixelHeight:6220,pixelWidth:6220,sizes:\"68px\",src:\"https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg\",srcSet:\"https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PUja2jlMhB77g7YskLJxlVzkBAA.jpg 6220w\"},className:\"framer-1wq589r\",\"data-border\":true,\"data-framer-name\":\"Ellipse 6200\",name:\"Ellipse 6200\",transformTemplate:transformTemplate4})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mtfx3\",\"data-framer-name\":\"user-profile\",name:\"user-profile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xwizi9\",\"data-framer-name\":\"Ellipse 6192\",name:\"Ellipse 6192\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5616,intrinsicWidth:3744,loading:\"lazy\",pixelHeight:5616,pixelWidth:3744,sizes:\"68px\",src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg\",srcSet:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg 3744w\"},className:\"framer-1uk4ocm\",\"data-border\":true,\"data-framer-name\":\"Ellipse 6200\",name:\"Ellipse 6200\",transformTemplate:transformTemplate4})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a80zsd\",\"data-framer-name\":\"Comment cursor\",name:\"Comment cursor\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1xyt3t\",\"data-framer-name\":\"Cursor\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Cursor\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_666_3197)\">\\n<path d=\"M8.75418 20.0002L5.62291 4.04113L20 11.9184L12.9181 13.973L8.75418 20.0002Z\" fill=\"black\"/>\\n<path d=\"M8.75418 20.0002L5.62291 4.04113L20 11.9184L12.9181 13.973L8.75418 20.0002Z\" stroke=\"white\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_d_666_3197\" x=\"2.92578\" y=\"2.09082\" width=\"20.3711\" height=\"22.1738\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1\"/>\\n<feGaussianBlur stdDeviation=\"1\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_666_3197\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_666_3197\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9s0kp1\",\"data-framer-name\":\"Comment\",name:\"Comment\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\"},children:\"Eliah\"})}),fonts:[\"GF;Poppins-600\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RXVjbGlkIENpcmN1bGFyIEEtNjAw\",\"--framer-font-family\":'\"Euclid Circular A\", \"Euclid Circular A Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\"},children:\"Eliah\"})}),className:\"framer-qkpkjs\",\"data-framer-name\":\"Eliah\",fonts:[\"GF;Euclid Circular A-600\"],name:\"Eliah\",verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c0evew\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:[\"Collaborate \",/*#__PURE__*/_jsx(\"br\",{}),\"in real-time\"]})})},u6R6NsvSc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Collaborate in real-time\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:[\"Collaborate\",/*#__PURE__*/_jsx(\"br\",{}),\"real-time\"]})}),className:\"framer-1ifarik\",\"data-framer-name\":\"Collaborate real-time\",fonts:[\"Inter\"],name:\"Collaborate real-time\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Seamlessly connect all your existing apps.\"})}),className:\"framer-17bnstn\",\"data-framer-name\":\"Seamlessly connect all your existing apps.\",fonts:[\"Inter\"],name:\"Seamlessly connect all your existing apps.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qp3nb7 hidden-1xaffxx\",\"data-framer-name\":\"Row\",name:\"Row\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c9xvqu\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vwoodp\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition39},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-in799o\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",name:\"Small-Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4yjppp\",\"data-framer-name\":\"AsteriskSimple\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,name:\"AsteriskSimple\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_666_3207)\">\\n<path d=\"M12.5 2.34375C10.4913 2.34375 8.52768 2.9394 6.85749 4.05539C5.18731 5.17137 3.88556 6.75756 3.11685 8.61337C2.34815 10.4692 2.14702 12.5113 2.5389 14.4814C2.93079 16.4515 3.89807 18.2612 5.31845 19.6816C6.73883 21.1019 8.5485 22.0692 10.5186 22.4611C12.4887 22.853 14.5308 22.6519 16.3866 21.8832C18.2424 21.1144 19.8286 19.8127 20.9446 18.1425C22.0606 16.4723 22.6563 14.5087 22.6563 12.5C22.6534 9.80727 21.5825 7.22564 19.6784 5.32159C17.7744 3.41754 15.1927 2.34659 12.5 2.34375ZM18.2764 10.874L13.7695 12.8047L17.0049 16.6875C17.1375 16.8468 17.2014 17.0522 17.1825 17.2586C17.1637 17.465 17.0636 17.6555 16.9043 17.7881C16.745 17.9207 16.5396 17.9846 16.3332 17.9657C16.1268 17.9469 15.9363 17.8468 15.8037 17.6875L12.5 13.7207L9.19434 17.6875C9.06173 17.8468 8.87128 17.9469 8.66488 17.9657C8.45848 17.9846 8.25304 17.9207 8.09375 17.7881C7.93447 17.6555 7.83439 17.465 7.81552 17.2586C7.79666 17.0522 7.86056 16.8468 7.99317 16.6875L11.2305 12.8047L6.72364 10.874C6.6264 10.8357 6.53784 10.7782 6.46321 10.705C6.38859 10.6319 6.3294 10.5444 6.28916 10.448C6.24893 10.3515 6.22845 10.248 6.22896 10.1434C6.22947 10.0389 6.25095 9.93555 6.29212 9.83948C6.3333 9.74341 6.39333 9.65657 6.46867 9.58412C6.544 9.51167 6.63311 9.45507 6.73072 9.41768C6.82833 9.38029 6.93244 9.36286 7.0369 9.36643C7.14137 9.37001 7.24405 9.3945 7.33887 9.43848L11.7188 11.3154V6.83594C11.7188 6.62874 11.8011 6.43002 11.9476 6.28351C12.0941 6.137 12.2928 6.05469 12.5 6.05469C12.7072 6.05469 12.9059 6.137 13.0524 6.28351C13.1989 6.43002 13.2813 6.62874 13.2813 6.83594V11.3154L17.6611 9.43848C17.756 9.3945 17.8586 9.37001 17.9631 9.36643C18.0676 9.36286 18.1717 9.38029 18.2693 9.41768C18.3669 9.45507 18.456 9.51167 18.5313 9.58412C18.6067 9.65657 18.6667 9.74341 18.7079 9.83948C18.7491 9.93555 18.7705 10.0389 18.771 10.1434C18.7716 10.248 18.7511 10.3515 18.7108 10.448C18.6706 10.5444 18.6114 10.6319 18.5368 10.705C18.4622 10.7782 18.3736 10.8357 18.2764 10.874Z\" fill=\"#E2FF02\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_666_3207\">\\n<rect width=\"25\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Designing\"})}),className:\"framer-5e7fnd\",\"data-framer-name\":\"Design workshops\",fonts:[\"Inter\"],name:\"Design workshops\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition38},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1us8umr\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",name:\"Small-Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q2aia4\",\"data-framer-name\":\"AsteriskSimple\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,name:\"AsteriskSimple\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_666_3227)\">\\n<path d=\"M12.5 2.34375C10.4913 2.34375 8.52768 2.9394 6.85749 4.05539C5.18731 5.17137 3.88556 6.75756 3.11685 8.61337C2.34815 10.4692 2.14702 12.5113 2.5389 14.4814C2.93079 16.4515 3.89807 18.2612 5.31845 19.6816C6.73883 21.1019 8.5485 22.0692 10.5186 22.4611C12.4887 22.853 14.5308 22.6519 16.3866 21.8832C18.2424 21.1144 19.8286 19.8127 20.9446 18.1425C22.0606 16.4723 22.6563 14.5087 22.6563 12.5C22.6534 9.80727 21.5825 7.22564 19.6784 5.32159C17.7744 3.41754 15.1927 2.34659 12.5 2.34375ZM18.2764 10.874L13.7695 12.8047L17.0049 16.6875C17.1375 16.8468 17.2014 17.0522 17.1825 17.2586C17.1637 17.465 17.0636 17.6555 16.9043 17.7881C16.745 17.9207 16.5396 17.9846 16.3332 17.9657C16.1268 17.9469 15.9363 17.8468 15.8037 17.6875L12.5 13.7207L9.19434 17.6875C9.06173 17.8468 8.87128 17.9469 8.66488 17.9657C8.45848 17.9846 8.25304 17.9207 8.09375 17.7881C7.93447 17.6555 7.83439 17.465 7.81552 17.2586C7.79666 17.0522 7.86056 16.8468 7.99317 16.6875L11.2305 12.8047L6.72364 10.874C6.6264 10.8357 6.53784 10.7782 6.46321 10.705C6.38859 10.6319 6.3294 10.5444 6.28916 10.448C6.24893 10.3515 6.22845 10.248 6.22896 10.1434C6.22947 10.0389 6.25095 9.93555 6.29212 9.83948C6.3333 9.74341 6.39333 9.65657 6.46867 9.58412C6.544 9.51167 6.63311 9.45507 6.73072 9.41768C6.82833 9.38029 6.93244 9.36286 7.0369 9.36643C7.14137 9.37001 7.24405 9.3945 7.33887 9.43848L11.7188 11.3154V6.83594C11.7188 6.62874 11.8011 6.43002 11.9476 6.28351C12.0941 6.137 12.2928 6.05469 12.5 6.05469C12.7072 6.05469 12.9059 6.137 13.0524 6.28351C13.1989 6.43002 13.2813 6.62874 13.2813 6.83594V11.3154L17.6611 9.43848C17.756 9.3945 17.8586 9.37001 17.9631 9.36643C18.0676 9.36286 18.1717 9.38029 18.2693 9.41768C18.3669 9.45507 18.456 9.51167 18.5313 9.58412C18.6067 9.65657 18.6667 9.74341 18.7079 9.83948C18.7491 9.93555 18.7705 10.0389 18.771 10.1434C18.7716 10.248 18.7511 10.3515 18.7108 10.448C18.6706 10.5444 18.6114 10.6319 18.5368 10.705C18.4622 10.7782 18.3736 10.8357 18.2764 10.874Z\" fill=\"#E2FF02\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_666_3227\">\\n<rect width=\"25\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Coding\"})}),className:\"framer-15zjiuk\",\"data-framer-name\":\"Trend reports\",fonts:[\"Inter\"],name:\"Trend reports\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition36},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vg8tpp hidden-1ed9oh6\",\"data-border\":true,\"data-framer-name\":\"Small-Item\",name:\"Small-Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vbdzf\",\"data-framer-name\":\"AsteriskSimple\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,name:\"AsteriskSimple\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_666_3232)\">\\n<path d=\"M12.5 2.34375C10.4913 2.34375 8.52768 2.9394 6.85749 4.05539C5.18731 5.17137 3.88556 6.75756 3.11685 8.61337C2.34815 10.4692 2.14702 12.5113 2.5389 14.4814C2.93079 16.4515 3.89807 18.2612 5.31845 19.6816C6.73883 21.1019 8.5485 22.0692 10.5186 22.4611C12.4887 22.853 14.5308 22.6519 16.3866 21.8832C18.2424 21.1144 19.8286 19.8127 20.9446 18.1425C22.0606 16.4723 22.6563 14.5087 22.6563 12.5C22.6534 9.80727 21.5825 7.22564 19.6784 5.32159C17.7744 3.41754 15.1927 2.34659 12.5 2.34375ZM18.2764 10.874L13.7695 12.8047L17.0049 16.6875C17.1375 16.8468 17.2014 17.0522 17.1825 17.2586C17.1637 17.465 17.0636 17.6555 16.9043 17.7881C16.745 17.9207 16.5396 17.9846 16.3332 17.9657C16.1268 17.9469 15.9363 17.8468 15.8037 17.6875L12.5 13.7207L9.19434 17.6875C9.06173 17.8468 8.87128 17.9469 8.66488 17.9657C8.45848 17.9846 8.25304 17.9207 8.09375 17.7881C7.93447 17.6555 7.83439 17.465 7.81552 17.2586C7.79666 17.0522 7.86056 16.8468 7.99317 16.6875L11.2305 12.8047L6.72364 10.874C6.6264 10.8357 6.53784 10.7782 6.46321 10.705C6.38859 10.6319 6.3294 10.5444 6.28916 10.448C6.24893 10.3515 6.22845 10.248 6.22896 10.1434C6.22947 10.0389 6.25095 9.93555 6.29212 9.83948C6.3333 9.74341 6.39333 9.65657 6.46867 9.58412C6.544 9.51167 6.63311 9.45507 6.73072 9.41768C6.82833 9.38029 6.93244 9.36286 7.0369 9.36643C7.14137 9.37001 7.24405 9.3945 7.33887 9.43848L11.7188 11.3154V6.83594C11.7188 6.62874 11.8011 6.43002 11.9476 6.28351C12.0941 6.137 12.2928 6.05469 12.5 6.05469C12.7072 6.05469 12.9059 6.137 13.0524 6.28351C13.1989 6.43002 13.2813 6.62874 13.2813 6.83594V11.3154L17.6611 9.43848C17.756 9.3945 17.8586 9.37001 17.9631 9.36643C18.0676 9.36286 18.1717 9.38029 18.2693 9.41768C18.3669 9.45507 18.456 9.51167 18.5313 9.58412C18.6067 9.65657 18.6667 9.74341 18.7079 9.83948C18.7491 9.93555 18.7705 10.0389 18.771 10.1434C18.7716 10.248 18.7511 10.3515 18.7108 10.448C18.6706 10.5444 18.6114 10.6319 18.5368 10.705C18.4622 10.7782 18.3736 10.8357 18.2764 10.874Z\" fill=\"#E2FF02\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_666_3232\">\\n<rect width=\"25\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Deployment\"})}),className:\"framer-o4is25\",\"data-framer-name\":\"Asset library\",fonts:[\"Inter\"],name:\"Asset library\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1oeu8vq\",\"data-framer-name\":\"How do we work?\",id:id3,name:\"How do we work?\",ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ek2f5\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gagupe\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1djcmls-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SectionBadge,{h5mTi1koL:\"How we work?\",height:\"100%\",id:\"sA8uLRS82\",layoutId:\"sA8uLRS82\",MFTk1J6dD:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation26,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1khn87f\",\"data-styles-preset\":\"UgheUOojp\",children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(24deg, rgb(255, 255, 247) 0%, rgba(255, 255, 247, 0.34) 100%)\"},children:[\"Top\u2013notch apps, \",/*#__PURE__*/_jsx(\"br\",{}),\"delivered at your doorstep.\"]})})}),className:\"framer-u1hikx\",\"data-framer-name\":\"Top\u2013notch designs, delivered at your doorstep.\",fonts:[\"Inter\"],name:\"Top\u2013notch designs, delivered at your doorstep.\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-buu68m\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5xq0w5\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12kw9vu\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dfq98d\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eey1ef\",\"data-framer-name\":\"Icon-container\",name:\"Icon-container\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dsfpgi\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:100,intrinsicWidth:100,name:\"Icon\",svg:'<svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"50\" cy=\"50\" r=\"49\" fill=\"#131313\" fill-opacity=\"0.89\" stroke=\"url(#paint0_linear_666_3283)\" stroke-width=\"2\"/>\\n<g clip-path=\"url(#clip0_666_3283)\">\\n<path d=\"M72.2884 37.8045C71.9688 37.2463 71.5009 36.7875 70.9366 36.4788L51.68 25.9373C51.1653 25.6543 50.5874 25.5059 50 25.5059C49.4126 25.5059 48.8347 25.6543 48.32 25.9373L29.07 36.4766C28.5057 36.7853 28.0378 37.2441 27.7181 37.8023C27.4134 38.3306 27.2521 38.9293 27.25 39.5391V60.4604C27.2514 61.087 27.4211 61.7018 27.7412 62.2405C28.0614 62.7792 28.5203 63.2221 29.07 63.5229L48.32 74.0601C48.8343 74.3443 49.4124 74.4933 50 74.4933C50.5876 74.4933 51.1657 74.3443 51.68 74.0601L70.93 63.5229C71.4797 63.2221 71.9386 62.7792 72.2588 62.2405C72.5789 61.7018 72.7486 61.087 72.75 60.4604V39.5391C72.7496 38.9306 72.5905 38.3327 72.2884 37.8045ZM48.25 70.0395L41.25 66.207V55.2498C41.2493 54.9364 41.1645 54.629 41.0044 54.3597C40.8443 54.0903 40.6149 53.8689 40.34 53.7185L30.75 48.4685V41.4685L48.25 51.0498V70.0395ZM50 48.0048L32.6444 38.5023L40.1869 34.3745L49.1556 39.2854C49.4132 39.4263 49.702 39.5002 49.9956 39.5002C50.2892 39.5002 50.5781 39.4263 50.8356 39.2854L59.8044 34.3745L67.3469 38.5023L50 48.0048ZM69.25 48.4641L59.66 53.7141C59.3851 53.8645 59.1557 54.086 58.9956 54.3553C58.8355 54.6247 58.7507 54.9321 58.75 55.2454V66.2026L51.75 70.0351V51.0366L69.25 41.4554V48.4641Z\" fill=\"#BDFF02\"/>\\n<path d=\"M70.6965 36.9174L70.6966 36.9175C71.1799 37.1818 71.5806 37.5747 71.8544 38.0526C72.1133 38.5054 72.2496 39.0179 72.25 39.5395V60.4593C72.2488 60.9964 72.1034 61.5233 71.829 61.9851C71.5546 62.4468 71.1612 62.8264 70.69 63.0843L70.6899 63.0843L51.4399 73.6215L51.4382 73.6224C50.9979 73.8657 50.5031 73.9933 50 73.9933C49.4969 73.9933 49.0021 73.8657 48.5618 73.6224L48.5601 73.6215L29.3101 63.0843L29.31 63.0843C28.8388 62.8264 28.4454 62.4468 28.171 61.9851C27.8967 61.5235 27.7513 60.9967 27.75 60.4598V39.54C27.7519 39.0176 27.8902 38.5047 28.1512 38.0521L28.152 38.0507C28.4258 37.5727 28.8266 37.1797 29.3099 36.9153L29.3101 36.9152L48.5601 26.3758L48.5609 26.3754C49.0018 26.133 49.4968 26.0059 50 26.0059C50.5032 26.0059 50.9982 26.133 51.4391 26.3754L51.4399 26.3758L70.6965 36.9174Z\" stroke=\"url(#paint1_linear_666_3283)\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_666_3283\" x1=\"2.95082\" y1=\"4.59911e-07\" x2=\"71.6624\" y2=\"77.4311\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#292929\"/>\\n<stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_666_3283\" x1=\"40\" y1=\"28.5\" x2=\"58\" y2=\"61\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#EEFFB5\"/>\\n<stop offset=\"1\" stop-color=\"#6DF502\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_666_3283\">\\n<rect width=\"56\" height=\"56\" fill=\"white\" transform=\"translate(22 22)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1alvxfw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Tell us your vision\"})}),className:\"framer-z62eqx\",\"data-framer-name\":\"Tell us your vision\",fonts:[\"Inter\"],name:\"Tell us your vision\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"Choose a plan and share your design project details with us: we\u2019re here to listen.\"})}),className:\"framer-se85op\",\"data-framer-name\":\"Choose a plan and share your design project details with us: we\u2019re here to listen.\",fonts:[\"Inter\"],name:\"Choose a plan and share your design project details with us: we\u2019re here to listen.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition36},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uhtd6a\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w3ywv8\",\"data-framer-name\":\"Icon-container\",name:\"Icon-container\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b2outx\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:100,intrinsicWidth:100,name:\"Icon\",svg:'<svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"50\" cy=\"50\" r=\"49\" fill=\"#131313\" fill-opacity=\"0.89\" stroke=\"url(#paint0_linear_666_3293)\" stroke-width=\"2\"/>\\n<g clip-path=\"url(#clip0_666_3293)\">\\n<path d=\"M74.5005 57.0005C74.4978 61.3615 72.867 65.5645 69.9274 68.7859C66.9877 72.0073 62.9512 74.0151 58.6086 74.4158C54.266 74.8166 49.9302 73.5815 46.4507 70.9524C42.9712 68.3234 40.5987 64.4899 39.798 60.203C42.5911 60.7225 45.4687 60.5542 48.1822 59.7125C50.8957 58.8709 53.3635 57.3813 55.3724 55.3724C57.3813 53.3635 58.8709 50.8957 59.7125 48.1822C60.5542 45.4687 60.7225 42.5911 60.203 39.798C64.2194 40.5456 67.8476 42.6749 70.4589 45.8167C73.0702 48.9586 74.5 52.9151 74.5005 57.0005ZM57.0005 39.5005C58.0748 39.5015 59.1468 39.6011 60.203 39.798C59.6201 36.6642 58.1924 33.7491 56.0739 31.3674C53.9554 28.9857 51.2267 27.2278 48.1822 26.2835C45.1377 25.3393 41.8932 25.2445 38.7988 26.0093C35.7044 26.7742 32.8776 28.3697 30.6237 30.6237C28.3697 32.8776 26.7742 35.7044 26.0093 38.7988C25.2445 41.8932 25.3393 45.1377 26.2835 48.1822C27.2278 51.2267 28.9857 53.9554 31.3674 56.0739C33.7491 58.1924 36.6642 59.6201 39.798 60.203C39.3278 57.6771 39.4196 55.0787 40.0668 52.5922C40.714 50.1058 41.9007 47.7924 43.5427 45.8163C45.1848 43.8402 47.2418 42.2499 49.5676 41.1583C51.8935 40.0668 54.4312 39.5008 57.0005 39.5005Z\" fill=\"#BDFF02\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_666_3293\" x1=\"2.95082\" y1=\"4.59911e-07\" x2=\"71.6624\" y2=\"77.4311\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#292929\"/>\\n<stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_666_3293\">\\n<rect width=\"56\" height=\"56\" fill=\"white\" transform=\"translate(22 22)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fjuqdi\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Receive the magic\"})}),className:\"framer-1nuzmo9\",\"data-framer-name\":\"Receive the magic\",fonts:[\"Inter\"],name:\"Receive the magic\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:[\"Sit back and relax: our expert devs will turn your vision into reality.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-1muvvkc\",\"data-framer-name\":\"Sit back and relax: our expert designers will turn your vision into reality.\",fonts:[\"Inter\"],name:\"Sit back and relax: our expert designers will turn your vision into reality.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition37},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17vrhia\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2j14sk\",\"data-framer-name\":\"Icon-container\",name:\"Icon-container\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pv2upr\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:100,intrinsicWidth:100,name:\"Icon\",svg:'<svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"50\" cy=\"50\" r=\"49\" fill=\"#131313\" fill-opacity=\"0.89\" stroke=\"url(#paint0_linear_666_3302)\" stroke-width=\"2\"/>\\n<g clip-path=\"url(#clip0_666_3302)\">\\n<path d=\"M49.6543 27.2497C37.4721 27.4356 27.5146 37.3318 27.2499 49.5206C27.1572 53.6203 28.1794 57.6683 30.2074 61.2325C30.2871 61.3718 30.4035 61.4865 30.544 61.5641C30.6845 61.6417 30.8436 61.6791 31.004 61.6724C31.1643 61.6656 31.3197 61.6148 31.4531 61.5257C31.5866 61.4365 31.6929 61.3124 31.7606 61.1668C33.4035 57.6775 34.2529 53.8674 34.2477 50.0106C34.2439 47.6483 34.7732 45.3155 35.7962 43.1861C36.8192 41.0568 38.3095 39.1858 40.1562 37.7125C40.3373 37.5708 40.5445 37.4663 40.7661 37.4048C40.9876 37.3432 41.2191 37.3259 41.4473 37.3539C41.6755 37.3818 41.896 37.4544 42.0961 37.5675C42.2963 37.6807 42.4722 37.8321 42.6138 38.0132C42.7555 38.1944 42.86 38.4016 42.9215 38.6231C42.9831 38.8447 43.0004 39.0762 42.9724 39.3044C42.9445 39.5326 42.8719 39.7531 42.7588 39.9532C42.6456 40.1534 42.4942 40.3293 42.3131 40.4709C40.8855 41.6178 39.7341 43.071 38.9443 44.7231C38.1544 46.3752 37.7462 48.1838 37.7499 50.015C37.7557 55.2687 36.3627 60.4293 33.714 64.9665C33.6158 65.1332 33.5757 65.3278 33.5998 65.5198C33.6239 65.7117 33.711 65.8903 33.8474 66.0275C34.2849 66.465 34.7421 66.9025 35.2146 67.3006C35.3115 67.3819 35.4248 67.4413 35.5468 67.4747C35.6688 67.508 35.7965 67.5145 35.9213 67.4937C36.046 67.4729 36.1648 67.4253 36.2694 67.3542C36.374 67.2831 36.4619 67.1902 36.5271 67.0818C38.4637 63.8669 39.8388 60.3458 40.5937 56.6693C40.6862 56.2145 40.9556 55.815 41.3427 55.5588C41.7298 55.3027 42.2027 55.2107 42.6576 55.3032C43.1124 55.3958 43.5119 55.6652 43.7681 56.0523C44.0243 56.4393 44.1162 56.9123 44.0237 57.3672C43.1775 61.5155 41.618 65.4856 39.4146 69.1009C39.3525 69.2037 39.3122 69.3182 39.2962 69.4372C39.2802 69.5562 39.2889 69.6773 39.3217 69.7928C39.3546 69.9083 39.4108 70.0159 39.487 70.1087C39.5632 70.2016 39.6577 70.2777 39.7646 70.3325C40.3049 70.6059 40.8584 70.8597 41.4206 71.0915C41.6147 71.1747 41.8323 71.1849 42.0333 71.1201C42.2344 71.0554 42.4052 70.9202 42.5143 70.7393C46.2725 64.497 48.2556 57.3473 48.2499 50.0609C48.2454 49.6117 48.4105 49.1773 48.7122 48.8444C49.0138 48.5115 49.4299 48.3046 49.8774 48.265C50.1173 48.2481 50.3581 48.2809 50.5848 48.3613C50.8115 48.4417 51.0191 48.5679 51.1948 48.7321C51.3705 48.8963 51.5105 49.095 51.606 49.3157C51.7015 49.5364 51.7505 49.7745 51.7499 50.015C51.7586 57.4545 49.8599 64.772 46.2352 71.2687C46.1655 71.3931 46.1272 71.5327 46.1237 71.6754C46.1202 71.818 46.1517 71.9593 46.2153 72.0869C46.2789 72.2146 46.3728 72.3248 46.4887 72.4079C46.6047 72.491 46.7392 72.5445 46.8806 72.5637C47.5441 72.6556 48.2157 72.7183 48.8952 72.7518C49.0586 72.7579 49.2204 72.7181 49.3623 72.6369C49.5042 72.5557 49.6205 72.4364 49.6981 72.2925C53.3361 65.4873 55.2428 57.8912 55.2499 50.1747C55.2609 47.2762 52.9968 44.8175 50.1006 44.7628C49.4038 44.7494 48.7114 44.8749 48.0636 45.1319C47.4158 45.389 46.8257 45.7724 46.3277 46.2598C45.8297 46.7473 45.4337 47.329 45.1628 47.9711C44.8919 48.6132 44.7515 49.3028 44.7499 49.9997C44.7467 50.4367 44.5821 50.8571 44.2878 51.1801C43.9934 51.5031 43.5901 51.706 43.1552 51.7497C42.9127 51.7713 42.6683 51.742 42.4378 51.6638C42.2072 51.5856 41.9955 51.4601 41.8161 51.2954C41.6368 51.1307 41.4938 50.9304 41.3963 50.7073C41.2988 50.4841 41.249 50.2431 41.2499 49.9997C41.2499 48.8428 41.4792 47.6974 41.9247 46.6298C42.3701 45.5622 43.0229 44.5935 43.8451 43.7798C44.6674 42.966 45.6429 42.3234 46.7151 41.8892C47.7873 41.4549 48.935 41.2375 50.0918 41.2497C54.9043 41.3 58.7718 45.4431 58.7477 50.2534C58.7264 57.3884 57.1967 64.4384 54.259 70.9406C54.1922 71.0904 54.1689 71.2559 54.1917 71.4183C54.2144 71.5806 54.2823 71.7334 54.3877 71.859C54.4931 71.9847 54.6316 72.0782 54.7875 72.1289C54.9435 72.1796 55.1105 72.1855 55.2696 72.1459C56.0285 71.966 56.7777 71.7469 57.514 71.4897C57.6288 71.4489 57.7337 71.3847 57.8223 71.3011C57.9108 71.2175 57.9809 71.1163 58.0281 71.004C59.0467 68.5899 59.8861 66.104 60.5393 63.5665C60.5968 63.3439 60.6975 63.1348 60.8358 62.9511C60.9741 62.7674 61.1472 62.6127 61.3452 62.4959C61.5433 62.3791 61.7624 62.3025 61.99 62.2703C62.2177 62.2382 62.4495 62.2513 62.6721 62.3087C62.8947 62.3662 63.1039 62.4669 63.2876 62.6052C63.4713 62.7435 63.6259 62.9166 63.7427 63.1146C63.8595 63.3127 63.9362 63.5318 63.9683 63.7595C64.0004 63.9871 63.9874 64.2189 63.9299 64.4415C63.7666 65.0788 63.5916 65.7132 63.4049 66.3447C63.35 66.5265 63.3557 66.7212 63.4212 66.8995C63.4867 67.0778 63.6084 67.2299 63.768 67.3329C63.9276 67.4359 64.1163 67.4842 64.3057 67.4705C64.4952 67.4568 64.675 67.3818 64.8181 67.2568C68.3655 64.2106 70.8882 60.1453 72.0427 55.6142C73.1972 51.0831 72.9275 46.3063 71.2702 41.934C69.613 37.5616 66.6488 33.8061 62.7809 31.1786C58.9131 28.5511 54.3296 27.1792 49.6543 27.2497ZM65.3124 57.2359C65.2592 57.6582 65.054 58.0466 64.7351 58.3284C64.4162 58.6103 64.0055 58.7662 63.5799 58.7672C63.5068 58.7671 63.4338 58.7628 63.3612 58.754C63.1331 58.7256 62.9128 58.6526 62.7129 58.539C62.5131 58.4255 62.3375 58.2737 62.1963 58.0923C62.0552 57.9109 61.9511 57.7034 61.8901 57.4818C61.8291 57.2602 61.8124 57.0287 61.8409 56.8006C62.1199 54.5509 62.2601 52.2862 62.2609 50.0193C62.2562 46.7719 60.9641 43.6587 58.6678 41.3624C56.3715 39.0661 53.2583 37.774 50.0109 37.7693C49.499 37.7691 48.9876 37.8005 48.4796 37.8634C48.0187 37.9214 47.5536 37.794 47.1866 37.509C46.8197 37.2241 46.5809 36.8051 46.5229 36.3442C46.4649 35.8832 46.5923 35.4181 46.8773 35.0512C47.1622 34.6842 47.5812 34.4455 48.0421 34.3875C50.2595 34.1116 52.5102 34.3101 54.6451 34.9698C56.78 35.6294 58.7503 36.7352 60.4256 38.2138C62.1009 39.6924 63.4429 41.5101 64.3627 43.5465C65.2825 45.5828 65.7591 47.7914 65.7609 50.0259C65.7603 52.4362 65.6106 54.8441 65.3124 57.2359Z\" fill=\"#BDFF02\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_666_3302\" x1=\"2.95082\" y1=\"4.59911e-07\" x2=\"71.6624\" y2=\"77.4311\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#292929\"/>\\n<stop offset=\"1\" stop-color=\"#292929\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_666_3302\">\\n<rect width=\"56\" height=\"56\" fill=\"white\" transform=\"translate(22 22)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cro1gw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-p4o8dh\",\"data-styles-preset\":\"sWkIeX9Y3\",style:{\"--framer-text-color\":\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},children:\"Get ongoing support\"})}),className:\"framer-1kb3eq2\",\"data-framer-name\":\"Get ongoing support\",fonts:[\"Inter\"],name:\"Get ongoing support\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sxvqyk\",\"data-styles-preset\":\"Oeaeo0pwX\",style:{\"--framer-text-color\":\"var(--token-54c8d112-e98c-4c28-a1c4-62f708e15205, rgb(122, 122, 122))\"},children:\"We ensure you have continuous access to our dev team. Things go wrong. And we're there to fix it.\"})}),className:\"framer-1ars2s0\",\"data-framer-name\":\"Your subscription ensures you have continuous access to our design team.\",fonts:[\"Inter\"],name:\"Your subscription ensures you have continuous access to our design team.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation31,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qeinak\",\"data-framer-name\":\"Contact\",id:id4,name:\"Contact\",ref:ref6,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wdfcm6\",\"data-framer-name\":\"Separator Line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1402,name:\"Separator Line\",svg:'<svg width=\"1402\" height=\"3\" viewBox=\"-1 -1 1402 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"1400\" y2=\"0.5\" stroke=\"url(#paint0_linear_681_1774)\" stroke-opacity=\"0.3\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_681_1774\" x1=\"0\" y1=\"1\" x2=\"1400\" y2=\"1\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"0.536458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-o2994i\",\"data-framer-name\":\"CTA\",id:id5,name:\"CTA\",ref:ref7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r8zjjj\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition40},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nwoi9j\",\"data-framer-name\":\"Content\",name:\"Content\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10b61ev\",\"data-styles-preset\":\"QfKwTOU7W\",children:\"Make your idea become top-rated app\"})}),className:\"framer-wzvjf\",\"data-framer-name\":\"Change the way you source design today\",fonts:[\"Inter\"],name:\"Change the way you source design today\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qvbvl\",\"data-styles-preset\":\"SmHQu_Oum\",children:\"Our team of expert devs are ready to deliver you top-notch mobile apps without the hassles of hiring.\"})}),className:\"framer-1lhzsrd\",\"data-framer-name\":\"Start producing stunning, efficient design work without the hassles of hiring.\",fonts:[\"Inter\"],name:\"Start producing stunning, efficient design work without the hassles of hiring.\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1soqy20-container\",\"data-framer-name\":\"Lead Input Form\",name:\"Lead Input Form\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{button:{buttonFont:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:24,buttonPaddingBottom:24,buttonPaddingLeft:24,buttonPaddingPerSide:false,buttonPaddingRight:24,buttonPaddingTop:24,buttonShadow:{shadowBlur:35,shadowColor:\"rgba(221, 255, 0, 0.2)\",shadowX:0,shadowY:20},color:\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",fill:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",insetWhenDocked:10,isDocked:false,label:\"Get notified\",shouldAppear:true,widthWhenDocked:145},font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},gap:16,input:{borderObject:{borderColor:\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",borderWidth:1},borderRadius:50,color:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\",fill:\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",fixedHeight:50,height:true,padding:24,paddingBottom:24,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:24,placeholder:\"Your email\",placeholderColor:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},layout:\"vertical\"}},children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:26,buttonPaddingBottom:26,buttonPaddingLeft:26,buttonPaddingPerSide:false,buttonPaddingRight:26,buttonPaddingTop:26,buttonShadow:{shadowBlur:35,shadowColor:\"rgba(221, 255, 0, 0.2)\",shadowX:0,shadowY:20},color:\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",fill:\"var(--token-0d1c15e4-19d4-4f59-abec-7c72f6c1a824, rgb(221, 255, 0))\",insetWhenDocked:10,isDocked:true,label:\"Get quote\",shouldAppear:true,widthWhenDocked:145},font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"kyWPUJAQL\",input:{borderObject:{borderColor:\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",borderWidth:1},borderRadius:50,color:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\",fill:\"var(--token-af250fab-523a-41d3-9565-21f31be56f17, rgb(13, 13, 13))\",fixedHeight:50,height:true,padding:24,paddingBottom:25,paddingLeft:32,paddingPerSide:true,paddingRight:24,paddingTop:25,placeholder:\"name@email.com\",placeholderColor:\"var(--token-9ba5df47-566d-4cce-965a-b909bddf5adc, rgb(204, 204, 204))\"},layout:\"horizontal\",layoutId:\"kyWPUJAQL\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",name:\"Lead Input Form\",redirectAs:\"overlay\",service:\"formspark\",style:{width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u2v3si-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ntIxot2Qi:{variant:\"on9Ch5PoD\"},u6R6NsvSc:{variant:\"bx5OdrLEl\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"KVbZEHKRk\",layoutId:\"KVbZEHKRk\",style:{width:\"100%\"},variant:\"nVeNRf7M_\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gt5qg { background: rgb(13, 13, 13); }`,\".framer-gt5qg.framer-lux5qc, .framer-gt5qg .framer-lux5qc { display: block; }\",\".framer-gt5qg.framer-72rtr7 { align-content: center; align-items: center; background-color: #0d0d0d; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px 0px 0px 0px; position: relative; width: 1400px; }\",\".framer-gt5qg .framer-a4ey5c-container { flex: none; height: auto; position: sticky; top: 48px; transform: perspective(1200px); width: 100%; will-change: transform; z-index: 10; }\",\".framer-gt5qg .framer-1l1mvsd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1gemaw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-plfr9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 5; }\",\".framer-gt5qg .framer-ighdqo { 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: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-gt5qg .framer-12mfih4, .framer-gt5qg .framer-1clfnso { flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre; width: auto; }\",\".framer-gt5qg .framer-oyzs5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: auto; }\",\".framer-gt5qg .framer-x5wpx9 { flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 69%; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-1n5x1p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 797px; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 0px 0px; pointer-events: none; position: absolute; right: 0px; top: calc(52.69461077844314% - 797px / 2); z-index: 1; }\",\".framer-gt5qg .framer-1ozql3s { background: linear-gradient(180deg, rgba(13, 13, 13, 0) 75%, rgba(13, 13, 13, 1) 95%); flex: none; height: 796px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1t8kidz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 420px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-gt5qg .framer-vnqiti-container { flex: 1 0 0px; height: 200px; position: relative; width: 1px; }\",\".framer-gt5qg .framer-dbg6wi { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 145px; overflow: visible; position: relative; text-decoration: none; width: 133px; z-index: 1; }\",\".framer-gt5qg .framer-6vi4y4 { flex: none; height: auto; left: 7px; position: absolute; top: 4px; white-space: pre; width: auto; z-index: 1; }\",\".framer-gt5qg .framer-1nenp3c { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 193px; overflow: visible; position: relative; width: 170px; z-index: 1; }\",\".framer-gt5qg .framer-r6sv25 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 125px; overflow: visible; position: relative; width: 180px; z-index: 1; }\",\".framer-gt5qg .framer-cmutcx { aspect-ratio: 0.9232914923291492 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 189px); overflow: visible; position: relative; text-decoration: none; width: 174px; z-index: 1; }\",\".framer-gt5qg .framer-7s94fe { flex: none; height: auto; left: 7px; position: absolute; top: 40px; white-space: pre; width: auto; z-index: 2; }\",\".framer-gt5qg .framer-1tix1uc { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 142px; overflow: visible; position: relative; text-decoration: none; width: 140px; z-index: 1; }\",\".framer-gt5qg .framer-eno019 { bottom: 5px; flex: none; height: auto; left: 9px; position: absolute; white-space: pre; width: auto; z-index: 2; }\",\".framer-gt5qg .framer-4ggj12 { flex: none; height: 212px; left: 0px; overflow: visible; position: absolute; text-decoration: none; top: -240px; transform: perspective(1200px); width: 207px; }\",\".framer-gt5qg .framer-5p4ake, .framer-gt5qg .framer-13q9igv { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-gt5qg .framer-1ijrkag { bottom: -25px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-gt5qg .framer-5lfu4t { flex: none; height: 302px; left: 160px; overflow: hidden; position: absolute; top: calc(45.23809523809526% - 302px / 2); transform: perspective(1200px); width: 266px; }\",\".framer-gt5qg .framer-cvnjn8 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; transform: perspective(1200px); z-index: 1; }\",\".framer-gt5qg .framer-sjc1l5 { flex: none; height: 222px; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: -230px; transform: perspective(1200px); width: 219px; }\",\".framer-gt5qg .framer-tphdec { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 2; }\",\".framer-gt5qg .framer-1hde453 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 295px; overflow: hidden; position: absolute; right: 110px; text-decoration: none; top: 43px; transform: perspective(1200px); width: 272px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-ny4cd { aspect-ratio: 0.9232914923291492 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 295px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-gt5qg .framer-mqh7gr { flex: none; height: auto; left: 10px; position: absolute; top: 69px; white-space: pre; width: auto; z-index: 2; }\",\".framer-gt5qg .framer-10l4owt { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 194px; left: calc(50.70312500000003% - 280px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 194px / 2); transform: perspective(1200px); width: 280px; z-index: 1; }\",\".framer-gt5qg .framer-rs3uhp { flex: none; height: 68px; left: 281px; overflow: hidden; position: absolute; top: -150px; transform: perspective(1200px); width: 95px; z-index: 1; }\",\".framer-gt5qg .framer-9sm3ox { aspect-ratio: 1.3823529411764706 / 1; bottom: 0px; flex: none; left: 49%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 94px); }\",\".framer-gt5qg .framer-usan5o { flex: none; height: 54px; overflow: hidden; position: absolute; right: 259px; top: -225px; transform: perspective(1200px); width: 81px; z-index: 1; }\",\".framer-gt5qg .framer-1ysstgk { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-gt5qg .framer-tu23w1 { align-content: flex-start; align-items: flex-start; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; overflow: visible; padding: 96px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-13ktf0t { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gt5qg .framer-dgcz8a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 840px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1rgvtwe-container, .framer-gt5qg .framer-1t1qb7w-container, .framer-gt5qg .framer-1djcmls-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: auto; }\",\".framer-gt5qg .framer-159rema, .framer-gt5qg .framer-1v785in, .framer-gt5qg .framer-1i3f12u, .framer-gt5qg .framer-1bd9ek, .framer-gt5qg .framer-u1hikx { flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-lx9bmf, .framer-gt5qg .framer-1oeu8vq { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 60px 96px 60px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-s26pkc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-qxruv9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-n97mo2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1807pzt, .framer-gt5qg .framer-1u814k9 { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #1f1f1f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #1e1e1e 0%, rgb(20, 20, 20) 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 429px; justify-content: flex-end; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; transform: perspective(1200px); width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1ac2535 { flex: none; height: 225px; overflow: hidden; position: relative; width: 281px; }\",\".framer-gt5qg .framer-5uz80n { flex: none; height: 195px; left: calc(51.9572953736655% - 251px / 2); opacity: 0.6; overflow: hidden; position: absolute; top: 1px; width: 251px; z-index: 1; }\",\".framer-gt5qg .framer-1qx3wsy { background-color: rgba(19, 19, 19, 0.89); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 183px; left: 0px; position: absolute; top: 4px; width: 242px; }\",\".framer-gt5qg .framer-1ifzm0l { --border-bottom-width: 0.9184952974319458px; --border-color: rgba(255, 255, 255, 0.06); --border-left-width: 0.9184952974319458px; --border-right-width: 0.9184952974319458px; --border-style: solid; --border-top-width: 0.9184952974319458px; background-color: #131313; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; height: 211px; left: calc(49.822064056939524% - 280px / 2); overflow: hidden; position: absolute; transform: perspective(1200px); width: 280px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-gt5qg .framer-14az0bh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 20px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 20px; width: min-content; }\",\".framer-gt5qg .framer-jyt7o8 { bottom: 22px; flex: none; height: auto; left: 233px; position: absolute; transform: perspective(1200px); white-space: pre; width: auto; }\",\".framer-gt5qg .framer-15lk5aa { bottom: 22px; flex: none; height: auto; left: 49%; position: absolute; transform: perspective(1200px) translateX(-50%); white-space: pre; width: auto; }\",\".framer-gt5qg .framer-1kefmoh { flex: none; height: auto; left: 29px; position: absolute; top: 176px; transform: perspective(1200px); white-space: pre; width: auto; }\",\".framer-gt5qg .framer-1ttjtzz { background-color: rgba(189, 255, 28, 0.1); bottom: 23px; flex: none; height: 119px; left: 23px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 2px; }\",\".framer-gt5qg .framer-wl91gb { background-color: rgba(189, 255, 28, 0.1); bottom: 23px; flex: none; height: 119px; left: 115px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 2px; }\",\".framer-gt5qg .framer-13mm2id { background-color: rgba(189, 255, 28, 0.1); bottom: 23px; flex: none; height: 119px; left: 224px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 2px; }\",\".framer-gt5qg .framer-19arwrd { -webkit-filter: blur(31.111085891723633px); aspect-ratio: 0.9540229885057471 / 1; background-color: rgba(226, 250, 6, 0.08); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(31.111085891723633px); flex: none; height: var(--framer-aspect-ratio-supported, 153px); left: 130px; position: absolute; top: 51%; transform: perspective(1200px) translateY(-50%); width: 146px; }\",\".framer-gt5qg .framer-ee8lpo { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 70px; flex: none; height: 22px; left: 20px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1yj6rhd { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 64px; flex: none; height: 22px; left: 39px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1buj85x { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 63px; flex: none; height: 43px; left: 57px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-tv624k { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 63px; flex: none; height: 49px; left: 75px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1d2n0ax { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 80px; flex: none; height: 29px; left: 94px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-nu27j8 { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 70px; flex: none; height: 53px; left: 112px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-tn0kxg { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 63px; flex: none; height: 40px; left: calc(48.21428571428574% - 9px / 2); overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-rgccrf { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 45px; flex: none; height: 48px; left: calc(54.64285714285716% - 9px / 2); overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1dnlblv { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 53px; flex: none; height: 56px; left: 168px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-two0pz { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 70px; flex: none; height: 78px; left: 185px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-ordyv1 { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 96px; flex: none; height: 40px; left: 203px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-191r8vf { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 93px; flex: none; height: 36px; left: 221px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1nmyx1d { --border-bottom-width: 0px; --border-color: #141414; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; background: linear-gradient(180deg, #67E483 0%, #8FF053 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 77px; flex: none; height: 32px; left: 239px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-323p0g, .framer-gt5qg .framer-1rx4qsr { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: hidden; position: relative; width: 240px; }\",\".framer-gt5qg .framer-wklun7 { aspect-ratio: 1.3254716981132075 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 181px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-gt5qg .framer-1varcdm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-ci6mcc { aspect-ratio: 1.3254716981132075 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); left: 0px; position: absolute; right: 1px; top: 0px; }\",\".framer-gt5qg .framer-o3cu2m { flex: none; height: 194px; overflow: hidden; position: relative; width: 324px; }\",\".framer-gt5qg .framer-fjixg3 { bottom: -17px; flex: none; height: 121px; left: -8px; overflow: hidden; position: absolute; right: -25px; z-index: 1; }\",\".framer-gt5qg .framer-1pu22yg { flex: none; height: 120px; left: 0px; position: absolute; right: 0px; top: calc(49.586776859504155% - 120px / 2); }\",\".framer-gt5qg .framer-16aun27 { flex: none; height: 122px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 304px; z-index: 1; }\",\".framer-gt5qg .framer-7tvvik { flex: none; height: 76px; left: 29px; overflow: visible; position: absolute; top: 0px; width: 247px; }\",\".framer-gt5qg .framer-8ib0t4 { --border-bottom-width: 1px; --border-color: #292929; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #131313; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 76px; left: 0px; position: absolute; top: 0px; width: 247px; }\",\".framer-gt5qg .framer-sauhbr { flex: none; height: 52px; left: 13px; position: absolute; top: 12px; width: 74px; }\",\".framer-gt5qg .framer-11du15j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; left: 101px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 15px; width: min-content; }\",\".framer-gt5qg .framer-69ce0z { aspect-ratio: 1 / 1; background-color: rgba(255, 255, 255, 0.4); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 7px); position: relative; width: 7px; }\",\".framer-gt5qg .framer-yapcwt { --framer-paragraph-spacing: 13.03087329864502px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-xjkql0 { background-color: rgba(217, 217, 217, 0.09); border-bottom-left-radius: 41px; border-bottom-right-radius: 41px; border-top-left-radius: 41px; border-top-right-radius: 41px; flex: none; height: 10px; left: 99px; position: absolute; top: 31px; width: 100px; }\",\".framer-gt5qg .framer-5zxgrn { background-color: rgba(217, 217, 217, 0.09); border-bottom-left-radius: 41px; border-bottom-right-radius: 41px; border-top-left-radius: 41px; border-top-right-radius: 41px; flex: none; height: 10px; left: 99px; position: absolute; top: 49px; width: 51px; }\",\".framer-gt5qg .framer-w607h8 { flex: none; height: 94px; left: calc(50% - 303.6485595703125px / 2); overflow: visible; position: absolute; top: 28px; width: 304px; }\",\".framer-gt5qg .framer-103fmui { --border-bottom-width: 1px; --border-color: #292929; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #131313; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 94px; left: 0px; position: absolute; top: 0px; width: 304px; }\",\".framer-gt5qg .framer-v2szja { flex: none; height: auto; left: 121px; position: absolute; top: 32px; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-1wzysn0 { flex: none; height: auto; left: 121px; position: absolute; top: 60px; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-gev5d0 { flex: none; height: 63px; left: 17px; position: absolute; top: 15px; width: 90px; }\",\".framer-gt5qg .framer-5ajmml { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 124px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 18px; width: min-content; }\",\".framer-gt5qg .framer-f7ff7d { aspect-ratio: 1 / 1; background-color: #ddff00; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-gt5qg .framer-1o9uf07 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-12xjypu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1st96w9, .framer-gt5qg .framer-1hbqbz0, .framer-gt5qg .framer-4oaa8e, .framer-gt5qg .framer-15r3t4b, .framer-gt5qg .framer-1ifarik, .framer-gt5qg .framer-17bnstn, .framer-gt5qg .framer-se85op, .framer-gt5qg .framer-1muvvkc, .framer-gt5qg .framer-1ars2s0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-vdevfa { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-end; align-items: flex-end; background: linear-gradient(180deg, #1e1e1e 0%, rgb(20, 20, 20) 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 428px; justify-content: flex-end; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; transform: perspective(1200px); width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-ap0e7m { flex: none; height: 229px; left: calc(50.06321112515805% - 336px / 2); overflow: visible; position: absolute; top: 39px; width: 336px; z-index: 1; }\",\".framer-gt5qg .framer-660lc { flex: none; height: 174px; left: 2px; position: absolute; top: 53px; width: 5px; }\",\".framer-gt5qg .framer-1g7vggl { flex: none; height: 174px; left: 56px; position: absolute; top: 53px; width: 4px; }\",\".framer-gt5qg .framer-su7im7 { flex: none; height: 174px; left: 108px; position: absolute; top: 53px; width: 4px; }\",\".framer-gt5qg .framer-1rbp2wt { flex: none; height: 174px; left: 161px; position: absolute; top: 53px; width: 4px; }\",\".framer-gt5qg .framer-1lgjvw8 { flex: none; height: 268px; left: 214px; position: absolute; top: -47px; width: 4px; }\",\".framer-gt5qg .framer-12fh2gx { flex: none; height: 268px; left: 266px; position: absolute; top: -47px; width: 4px; }\",\".framer-gt5qg .framer-y8fhku { flex: none; height: 268px; left: 318px; position: absolute; top: -47px; width: 4px; }\",\".framer-gt5qg .framer-14zh6km { flex: none; height: 317px; left: -3px; position: absolute; top: -85px; width: 314px; }\",\".framer-gt5qg .framer-1nmd6lp { flex: none; height: 146px; left: -4px; position: absolute; top: 87px; width: 202px; }\",\".framer-gt5qg .framer-16rxpvz { aspect-ratio: 1 / 1; background-color: #93f24d; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 187px; position: absolute; top: 83px; width: 16px; }\",\".framer-gt5qg .framer-9ouxo6 { aspect-ratio: 1 / 1; background-color: rgba(108, 229, 125, 0.15); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 49px); left: 171px; position: absolute; top: 66px; width: 49px; }\",\".framer-gt5qg .framer-kemis8 { -webkit-filter: blur(31.111085891723633px); aspect-ratio: 0.9540229885057471 / 1; background-color: rgba(226, 250, 6, 0.06); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(31.111085891723633px); flex: none; height: var(--framer-aspect-ratio-supported, 174px); left: 112px; position: absolute; top: 0px; width: 166px; }\",\".framer-gt5qg .framer-17gtxbf { flex: none; height: auto; left: 16px; position: absolute; top: 155px; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-14b8it0 { bottom: 53px; flex: none; height: auto; left: 66px; position: absolute; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-1pemfr5 { bottom: 53px; flex: none; height: auto; left: 116px; position: absolute; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-9z53l4 { bottom: 53px; flex: none; height: auto; left: 53%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-gt5qg .framer-3ijr8e { bottom: 53px; flex: none; height: auto; left: 224px; position: absolute; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-kw53dd { bottom: 53px; flex: none; height: auto; left: 276px; position: absolute; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-vbca5x { bottom: 53px; flex: none; height: auto; position: absolute; right: -7px; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-fr9hi4 { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: hidden; position: relative; width: 288px; }\",\".framer-gt5qg .framer-15l608 { aspect-ratio: 1.2151898734177216 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 198px); left: 0px; position: absolute; right: 0px; top: -18px; }\",\".framer-gt5qg .framer-nwvj3v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1ylb3cw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-10t01c2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1n37c1y { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #1f1f1f 0%, rgb(20, 20, 20) 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: flex-end; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; transform: perspective(1200px); width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-1umhd9i { flex: none; height: 173px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 173px / 2); width: 282px; z-index: 1; }\",\".framer-gt5qg .framer-okvfo { aspect-ratio: 1.6395348837209303 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 172px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-gt5qg .framer-1tewtig { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-gt5qg .framer-v6r9il { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 244px; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-ghf5nh { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-172sw1v { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #1e1e1e 0%, rgb(20, 20, 20) 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: flex-end; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; transform: perspective(1200px); width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-14ialtl { flex: none; height: 86px; left: 305px; overflow: visible; position: absolute; top: calc(48.57142857142859% - 86px / 2); width: 194px; z-index: 1; }\",\".framer-gt5qg .framer-1of6wnc { flex: none; height: 86px; left: 157px; overflow: visible; position: absolute; top: 0px; width: 86px; }\",\".framer-gt5qg .framer-a6tcy9 { aspect-ratio: 1 / 1; background-color: #343434; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 86px); left: 0px; position: absolute; top: 0px; width: 86px; }\",\".framer-gt5qg .framer-ug32xg { --border-bottom-width: 5px; --border-color: #1c1c1c; --border-left-width: 5px; --border-right-width: 5px; --border-style: solid; --border-top-width: 5px; aspect-ratio: 1 / 1; background-color: #343434; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 68px); left: 50%; position: absolute; top: 9px; transform: translateX(-50%); width: 68px; }\",\".framer-gt5qg .framer-13r58nv { flex: none; height: 86px; left: 108px; overflow: visible; position: absolute; top: 0px; width: 86px; }\",\".framer-gt5qg .framer-mk1cv9 { aspect-ratio: 1 / 1; background-color: #ddff00; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80px; }\",\".framer-gt5qg .framer-pxt8qs, .framer-gt5qg .framer-1wq589r, .framer-gt5qg .framer-1uk4ocm { --border-bottom-width: 5px; --border-color: #1c1c1c; --border-left-width: 5px; --border-right-width: 5px; --border-style: solid; --border-top-width: 5px; aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 68px); left: 50%; position: absolute; top: 9px; transform: translateX(-50%); width: 68px; }\",\".framer-gt5qg .framer-1ba3vns { -webkit-filter: blur(31.111085891723633px); aspect-ratio: 1.064516129032258 / 1; background-color: rgba(226, 250, 6, 0.1); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(31.111085891723633px); flex: none; height: var(--framer-aspect-ratio-supported, 124px); left: 45px; position: absolute; top: 41px; width: 132px; }\",\".framer-gt5qg .framer-1qgqmrk { flex: none; height: 86px; left: 54px; overflow: visible; position: absolute; top: 0px; width: 86px; }\",\".framer-gt5qg .framer-z3nzy6 { aspect-ratio: 1 / 1; background-color: #00d1ff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80px; }\",\".framer-gt5qg .framer-mtfx3 { flex: none; height: 86px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 86px; }\",\".framer-gt5qg .framer-xwizi9 { aspect-ratio: 1 / 1; background-color: #7f00ff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80px; }\",\".framer-gt5qg .framer-1a80zsd { flex: none; height: 54px; left: 172px; overflow: visible; position: absolute; top: 63px; width: 81px; }\",\".framer-gt5qg .framer-1xyt3t { flex: none; height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-gt5qg .framer-9s0kp1 { align-content: flex-start; align-items: flex-start; background-color: #ddff00; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 2px; border-top-right-radius: 24px; box-shadow: 4px 4px 10px 0px rgba(124, 212, 253, 0.16); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 18px; overflow: visible; padding: 5px 14px 5px 14px; position: absolute; top: 20px; width: min-content; }\",\".framer-gt5qg .framer-qkpkjs { --framer-paragraph-spacing: 16px; flex: none; height: 24px; opacity: 0.8; position: relative; white-space: pre-wrap; width: 35px; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-c0evew { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 225px; }\",\".framer-gt5qg .framer-1qp3nb7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 960px; }\",\".framer-gt5qg .framer-c9xvqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1vwoodp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 57px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-in799o, .framer-gt5qg .framer-1us8umr, .framer-gt5qg .framer-1vg8tpp { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #262626); --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-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; overflow: visible; padding: 16px 20px 16px 20px; position: relative; transform: perspective(1200px); width: auto; }\",\".framer-gt5qg .framer-4yjppp, .framer-gt5qg .framer-1q2aia4, .framer-gt5qg .framer-1vbdzf { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-gt5qg .framer-5e7fnd, .framer-gt5qg .framer-15zjiuk, .framer-gt5qg .framer-o4is25, .framer-gt5qg .framer-z62eqx, .framer-gt5qg .framer-1nuzmo9, .framer-gt5qg .framer-1kb3eq2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gt5qg .framer-9ek2f5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1gagupe { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gt5qg .framer-buu68m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-5xq0w5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gt5qg .framer-12kw9vu { --border-bottom-width: 1px; --border-color: #262626; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-gt5qg .framer-1dfq98d, .framer-gt5qg .framer-1eey1ef, .framer-gt5qg .framer-1w3ywv8, .framer-gt5qg .framer-2j14sk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100px; }\",\".framer-gt5qg .framer-dsfpgi, .framer-gt5qg .framer-b2outx, .framer-gt5qg .framer-1pv2upr { flex: none; height: 100px; position: relative; width: 100px; }\",\".framer-gt5qg .framer-1alvxfw, .framer-gt5qg .framer-1fjuqdi, .framer-gt5qg .framer-1cro1gw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-uhtd6a, .framer-gt5qg .framer-17vrhia { --border-bottom-width: 1px; --border-color: var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, #1f1f1f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-77085c4a-7c60-481b-bb4c-b0e5839e54b1, #161616); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-gt5qg .framer-1qeinak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 17px; justify-content: center; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-gt5qg .framer-wdfcm6 { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-o2994i { align-content: center; align-items: center; background-color: var(--token-af250fab-523a-41d3-9565-21f31be56f17, #0d0d0d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 60px 80px 60px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-1r8zjjj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 110px 0px 110px; position: relative; width: 100%; }\",\".framer-gt5qg .framer-nwoi9j { align-content: center; align-items: center; background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 160px 60px 110px; position: relative; transform: perspective(1200px); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gt5qg .framer-wzvjf { flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 612px; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-1lhzsrd { flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 517px; word-break: break-word; word-wrap: break-word; }\",\".framer-gt5qg .framer-1soqy20-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 466px; }\",\".framer-gt5qg .framer-u2v3si-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gt5qg.framer-72rtr7, .framer-gt5qg .framer-1l1mvsd, .framer-gt5qg .framer-1gemaw4, .framer-gt5qg .framer-plfr9o, .framer-gt5qg .framer-ighdqo, .framer-gt5qg .framer-oyzs5, .framer-gt5qg .framer-1n5x1p9, .framer-gt5qg .framer-1t8kidz, .framer-gt5qg .framer-tu23w1, .framer-gt5qg .framer-13ktf0t, .framer-gt5qg .framer-dgcz8a, .framer-gt5qg .framer-lx9bmf, .framer-gt5qg .framer-s26pkc, .framer-gt5qg .framer-qxruv9, .framer-gt5qg .framer-n97mo2, .framer-gt5qg .framer-1807pzt, .framer-gt5qg .framer-14az0bh, .framer-gt5qg .framer-1varcdm, .framer-gt5qg .framer-1u814k9, .framer-gt5qg .framer-11du15j, .framer-gt5qg .framer-5ajmml, .framer-gt5qg .framer-12xjypu, .framer-gt5qg .framer-vdevfa, .framer-gt5qg .framer-nwvj3v, .framer-gt5qg .framer-1ylb3cw, .framer-gt5qg .framer-10t01c2, .framer-gt5qg .framer-1n37c1y, .framer-gt5qg .framer-1tewtig, .framer-gt5qg .framer-172sw1v, .framer-gt5qg .framer-9s0kp1, .framer-gt5qg .framer-c0evew, .framer-gt5qg .framer-1qp3nb7, .framer-gt5qg .framer-c9xvqu, .framer-gt5qg .framer-1vwoodp, .framer-gt5qg .framer-in799o, .framer-gt5qg .framer-1us8umr, .framer-gt5qg .framer-1vg8tpp, .framer-gt5qg .framer-1oeu8vq, .framer-gt5qg .framer-9ek2f5, .framer-gt5qg .framer-1gagupe, .framer-gt5qg .framer-buu68m, .framer-gt5qg .framer-5xq0w5, .framer-gt5qg .framer-12kw9vu, .framer-gt5qg .framer-1dfq98d, .framer-gt5qg .framer-1eey1ef, .framer-gt5qg .framer-1alvxfw, .framer-gt5qg .framer-uhtd6a, .framer-gt5qg .framer-1w3ywv8, .framer-gt5qg .framer-1fjuqdi, .framer-gt5qg .framer-17vrhia, .framer-gt5qg .framer-2j14sk, .framer-gt5qg .framer-1cro1gw, .framer-gt5qg .framer-1qeinak, .framer-gt5qg .framer-o2994i, .framer-gt5qg .framer-1r8zjjj, .framer-gt5qg .framer-nwoi9j { gap: 0px; } .framer-gt5qg.framer-72rtr7 > *, .framer-gt5qg .framer-1l1mvsd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gt5qg.framer-72rtr7 > :first-child, .framer-gt5qg .framer-1l1mvsd > :first-child, .framer-gt5qg .framer-1gemaw4 > :first-child, .framer-gt5qg .framer-plfr9o > :first-child, .framer-gt5qg .framer-1n5x1p9 > :first-child, .framer-gt5qg .framer-13ktf0t > :first-child, .framer-gt5qg .framer-dgcz8a > :first-child, .framer-gt5qg .framer-lx9bmf > :first-child, .framer-gt5qg .framer-s26pkc > :first-child, .framer-gt5qg .framer-qxruv9 > :first-child, .framer-gt5qg .framer-1807pzt > :first-child, .framer-gt5qg .framer-14az0bh > :first-child, .framer-gt5qg .framer-1varcdm > :first-child, .framer-gt5qg .framer-1u814k9 > :first-child, .framer-gt5qg .framer-12xjypu > :first-child, .framer-gt5qg .framer-vdevfa > :first-child, .framer-gt5qg .framer-nwvj3v > :first-child, .framer-gt5qg .framer-1ylb3cw > :first-child, .framer-gt5qg .framer-1n37c1y > :first-child, .framer-gt5qg .framer-1tewtig > :first-child, .framer-gt5qg .framer-172sw1v > :first-child, .framer-gt5qg .framer-c0evew > :first-child, .framer-gt5qg .framer-1qp3nb7 > :first-child, .framer-gt5qg .framer-c9xvqu > :first-child, .framer-gt5qg .framer-1oeu8vq > :first-child, .framer-gt5qg .framer-1gagupe > :first-child, .framer-gt5qg .framer-12kw9vu > :first-child, .framer-gt5qg .framer-1alvxfw > :first-child, .framer-gt5qg .framer-uhtd6a > :first-child, .framer-gt5qg .framer-1fjuqdi > :first-child, .framer-gt5qg .framer-17vrhia > :first-child, .framer-gt5qg .framer-1cro1gw > :first-child, .framer-gt5qg .framer-1qeinak > :first-child, .framer-gt5qg .framer-o2994i > :first-child, .framer-gt5qg .framer-1r8zjjj > :first-child, .framer-gt5qg .framer-nwoi9j > :first-child { margin-top: 0px; } .framer-gt5qg.framer-72rtr7 > :last-child, .framer-gt5qg .framer-1l1mvsd > :last-child, .framer-gt5qg .framer-1gemaw4 > :last-child, .framer-gt5qg .framer-plfr9o > :last-child, .framer-gt5qg .framer-1n5x1p9 > :last-child, .framer-gt5qg .framer-13ktf0t > :last-child, .framer-gt5qg .framer-dgcz8a > :last-child, .framer-gt5qg .framer-lx9bmf > :last-child, .framer-gt5qg .framer-s26pkc > :last-child, .framer-gt5qg .framer-qxruv9 > :last-child, .framer-gt5qg .framer-1807pzt > :last-child, .framer-gt5qg .framer-14az0bh > :last-child, .framer-gt5qg .framer-1varcdm > :last-child, .framer-gt5qg .framer-1u814k9 > :last-child, .framer-gt5qg .framer-12xjypu > :last-child, .framer-gt5qg .framer-vdevfa > :last-child, .framer-gt5qg .framer-nwvj3v > :last-child, .framer-gt5qg .framer-1ylb3cw > :last-child, .framer-gt5qg .framer-1n37c1y > :last-child, .framer-gt5qg .framer-1tewtig > :last-child, .framer-gt5qg .framer-172sw1v > :last-child, .framer-gt5qg .framer-c0evew > :last-child, .framer-gt5qg .framer-1qp3nb7 > :last-child, .framer-gt5qg .framer-c9xvqu > :last-child, .framer-gt5qg .framer-1oeu8vq > :last-child, .framer-gt5qg .framer-1gagupe > :last-child, .framer-gt5qg .framer-12kw9vu > :last-child, .framer-gt5qg .framer-1alvxfw > :last-child, .framer-gt5qg .framer-uhtd6a > :last-child, .framer-gt5qg .framer-1fjuqdi > :last-child, .framer-gt5qg .framer-17vrhia > :last-child, .framer-gt5qg .framer-1cro1gw > :last-child, .framer-gt5qg .framer-1qeinak > :last-child, .framer-gt5qg .framer-o2994i > :last-child, .framer-gt5qg .framer-1r8zjjj > :last-child, .framer-gt5qg .framer-nwoi9j > :last-child { margin-bottom: 0px; } .framer-gt5qg .framer-1gemaw4 > *, .framer-gt5qg .framer-1n5x1p9 > *, .framer-gt5qg .framer-s26pkc > *, .framer-gt5qg .framer-14az0bh > *, .framer-gt5qg .framer-1varcdm > *, .framer-gt5qg .framer-12xjypu > *, .framer-gt5qg .framer-vdevfa > *, .framer-gt5qg .framer-1n37c1y > *, .framer-gt5qg .framer-172sw1v > *, .framer-gt5qg .framer-1qeinak > *, .framer-gt5qg .framer-1r8zjjj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gt5qg .framer-plfr9o > *, .framer-gt5qg .framer-nwoi9j > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gt5qg .framer-ighdqo > *, .framer-gt5qg .framer-oyzs5 > *, .framer-gt5qg .framer-9ek2f5 > *, .framer-gt5qg .framer-1dfq98d > *, .framer-gt5qg .framer-1eey1ef > *, .framer-gt5qg .framer-1w3ywv8 > *, .framer-gt5qg .framer-2j14sk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gt5qg .framer-ighdqo > :first-child, .framer-gt5qg .framer-oyzs5 > :first-child, .framer-gt5qg .framer-1t8kidz > :first-child, .framer-gt5qg .framer-tu23w1 > :first-child, .framer-gt5qg .framer-n97mo2 > :first-child, .framer-gt5qg .framer-11du15j > :first-child, .framer-gt5qg .framer-5ajmml > :first-child, .framer-gt5qg .framer-10t01c2 > :first-child, .framer-gt5qg .framer-9s0kp1 > :first-child, .framer-gt5qg .framer-1vwoodp > :first-child, .framer-gt5qg .framer-in799o > :first-child, .framer-gt5qg .framer-1us8umr > :first-child, .framer-gt5qg .framer-1vg8tpp > :first-child, .framer-gt5qg .framer-9ek2f5 > :first-child, .framer-gt5qg .framer-buu68m > :first-child, .framer-gt5qg .framer-5xq0w5 > :first-child, .framer-gt5qg .framer-1dfq98d > :first-child, .framer-gt5qg .framer-1eey1ef > :first-child, .framer-gt5qg .framer-1w3ywv8 > :first-child, .framer-gt5qg .framer-2j14sk > :first-child { margin-left: 0px; } .framer-gt5qg .framer-ighdqo > :last-child, .framer-gt5qg .framer-oyzs5 > :last-child, .framer-gt5qg .framer-1t8kidz > :last-child, .framer-gt5qg .framer-tu23w1 > :last-child, .framer-gt5qg .framer-n97mo2 > :last-child, .framer-gt5qg .framer-11du15j > :last-child, .framer-gt5qg .framer-5ajmml > :last-child, .framer-gt5qg .framer-10t01c2 > :last-child, .framer-gt5qg .framer-9s0kp1 > :last-child, .framer-gt5qg .framer-1vwoodp > :last-child, .framer-gt5qg .framer-in799o > :last-child, .framer-gt5qg .framer-1us8umr > :last-child, .framer-gt5qg .framer-1vg8tpp > :last-child, .framer-gt5qg .framer-9ek2f5 > :last-child, .framer-gt5qg .framer-buu68m > :last-child, .framer-gt5qg .framer-5xq0w5 > :last-child, .framer-gt5qg .framer-1dfq98d > :last-child, .framer-gt5qg .framer-1eey1ef > :last-child, .framer-gt5qg .framer-1w3ywv8 > :last-child, .framer-gt5qg .framer-2j14sk > :last-child { margin-right: 0px; } .framer-gt5qg .framer-1t8kidz > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-gt5qg .framer-tu23w1 > * { margin: 0px; margin-left: calc(37px / 2); margin-right: calc(37px / 2); } .framer-gt5qg .framer-13ktf0t > *, .framer-gt5qg .framer-c9xvqu > *, .framer-gt5qg .framer-1gagupe > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gt5qg .framer-dgcz8a > *, .framer-gt5qg .framer-qxruv9 > *, .framer-gt5qg .framer-c0evew > *, .framer-gt5qg .framer-1alvxfw > *, .framer-gt5qg .framer-1fjuqdi > *, .framer-gt5qg .framer-1cro1gw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gt5qg .framer-lx9bmf > *, .framer-gt5qg .framer-1oeu8vq > *, .framer-gt5qg .framer-o2994i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gt5qg .framer-n97mo2 > * { margin: 0px; margin-left: calc(31px / 2); margin-right: calc(31px / 2); } .framer-gt5qg .framer-1807pzt > *, .framer-gt5qg .framer-1u814k9 > *, .framer-gt5qg .framer-1qp3nb7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gt5qg .framer-11du15j > * { margin: 0px; margin-left: calc(3.257718324661255px / 2); margin-right: calc(3.257718324661255px / 2); } .framer-gt5qg .framer-5ajmml > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gt5qg .framer-nwvj3v > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-gt5qg .framer-1ylb3cw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-gt5qg .framer-10t01c2 > *, .framer-gt5qg .framer-buu68m > *, .framer-gt5qg .framer-5xq0w5 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-gt5qg .framer-1tewtig > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-gt5qg .framer-9s0kp1 > *, .framer-gt5qg .framer-in799o > *, .framer-gt5qg .framer-1us8umr > *, .framer-gt5qg .framer-1vg8tpp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-gt5qg .framer-1vwoodp > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-gt5qg .framer-12kw9vu > *, .framer-gt5qg .framer-uhtd6a > *, .framer-gt5qg .framer-17vrhia > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } }\",\"@media (min-width: 1400px) { .framer-gt5qg .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1399px) { .framer-gt5qg .hidden-1ed9oh6 { display: none !important; } .${metadata.bodyClassName}-framer-gt5qg { background: rgb(13, 13, 13); } .framer-gt5qg.framer-72rtr7 { padding: 32px 0px 0px 0px; width: 810px; } .framer-gt5qg .framer-a4ey5c-container { top: 32px; } .framer-gt5qg .framer-1l1mvsd { overflow: hidden; padding: 120px 40px 0px 40px; } .framer-gt5qg .framer-1gemaw4 { order: 1; } .framer-gt5qg .framer-x5wpx9 { width: 80%; } .framer-gt5qg .framer-1t8kidz { order: 2; } .framer-gt5qg .framer-4ggj12 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; left: -80px; order: 1; top: -140px; } .framer-gt5qg .framer-5p4ake, .framer-gt5qg .framer-cvnjn8 { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; } .framer-gt5qg .framer-1ijrkag { bottom: unset; top: 6px; } .framer-gt5qg .framer-5lfu4t { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 216px; left: -10px; order: 4; top: 165px; width: 190px; will-change: var(--framer-will-change-override, transform); } .framer-gt5qg .framer-sjc1l5 { order: 2; right: -110px; top: -180px; } .framer-gt5qg .framer-13q9igv { left: unset; width: 219px; } .framer-gt5qg .framer-1hde453 { aspect-ratio: 0.9220338983050848 / 1; height: var(--framer-aspect-ratio-supported, 225px); order: 3; right: -22px; top: 148px; width: 207px; } .framer-gt5qg .framer-ny4cd { aspect-ratio: 0.9267461669505963 / 1; bottom: -16px; height: unset; left: -15px; right: unset; width: var(--framer-aspect-ratio-supported, 223px); } .framer-gt5qg .framer-mqh7gr { top: 59px; } .framer-gt5qg .framer-10l4owt { height: 173px; left: calc(47.94520547945208% - 250px / 2); order: 5; top: calc(36.42857142857145% - 173px / 2); transform: unset; width: 250px; } .framer-gt5qg .framer-rs3uhp { left: 1px; order: 6; top: -250px; } .framer-gt5qg .framer-9sm3ox { left: 0px; transform: unset; } .framer-gt5qg .framer-usan5o { order: 7; right: 0px; top: -275px; } .framer-gt5qg .framer-tu23w1, .framer-gt5qg .framer-lx9bmf, .framer-gt5qg .framer-1oeu8vq { padding: 80px 40px 80px 40px; } .framer-gt5qg .framer-1807pzt, .framer-gt5qg .framer-1u814k9 { align-content: flex-start; align-items: flex-start; height: min-content; padding: 32px 24px 32px 24px; } .framer-gt5qg .framer-1varcdm, .framer-gt5qg .framer-12xjypu, .framer-gt5qg .framer-nwvj3v { gap: 16px; } .framer-gt5qg .framer-vdevfa { align-content: flex-start; align-items: flex-start; gap: 40px; height: min-content; padding: 32px 24px 32px 24px; } .framer-gt5qg .framer-fr9hi4 { width: 240px; } .framer-gt5qg .framer-1ylb3cw { gap: 32px; } .framer-gt5qg .framer-1n37c1y { align-content: flex-end; align-items: flex-end; gap: 24px; height: min-content; padding: 32px 0px 32px 24px; } .framer-gt5qg .framer-1umhd9i { position: relative; right: unset; top: unset; } .framer-gt5qg .framer-1tewtig, .framer-gt5qg .framer-c0evew, .framer-gt5qg .framer-1qp3nb7, .framer-gt5qg .framer-wzvjf { width: 100%; } .framer-gt5qg .framer-v6r9il { width: 90%; } .framer-gt5qg .framer-ghf5nh { align-self: unset; width: 90%; } .framer-gt5qg .framer-172sw1v { gap: 24px; height: min-content; padding: 32px 32px 32px 24px; } .framer-gt5qg .framer-14ialtl { height: 173px; left: unset; position: relative; top: unset; width: 100%; } .framer-gt5qg .framer-1of6wnc { left: 177px; top: calc(50.289017341040484% - 86px / 2); } .framer-gt5qg .framer-13r58nv { left: 128px; top: calc(50.289017341040484% - 86px / 2); } .framer-gt5qg .framer-1qgqmrk { left: 74px; top: calc(50.289017341040484% - 86px / 2); } .framer-gt5qg .framer-mtfx3 { left: 20px; top: calc(50.289017341040484% - 86px / 2); } .framer-gt5qg .framer-1a80zsd { bottom: 1px; left: 192px; top: unset; } .framer-gt5qg .framer-12kw9vu, .framer-gt5qg .framer-uhtd6a, .framer-gt5qg .framer-17vrhia { padding: 32px 24px 32px 24px; } .framer-gt5qg .framer-z62eqx, .framer-gt5qg .framer-1nuzmo9, .framer-gt5qg .framer-1kb3eq2 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-gt5qg .framer-o2994i { padding: 60px 40px 80px 40px; } .framer-gt5qg .framer-1r8zjjj { padding: 0px 0px 0px 0px; } .framer-gt5qg .framer-nwoi9j { padding: 60px 40px 60px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gt5qg .framer-1varcdm, .framer-gt5qg .framer-12xjypu, .framer-gt5qg .framer-vdevfa, .framer-gt5qg .framer-nwvj3v, .framer-gt5qg .framer-1ylb3cw, .framer-gt5qg .framer-1n37c1y, .framer-gt5qg .framer-172sw1v { gap: 0px; } .framer-gt5qg .framer-1varcdm > *, .framer-gt5qg .framer-12xjypu > *, .framer-gt5qg .framer-nwvj3v > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gt5qg .framer-1varcdm > :first-child, .framer-gt5qg .framer-12xjypu > :first-child, .framer-gt5qg .framer-vdevfa > :first-child, .framer-gt5qg .framer-nwvj3v > :first-child, .framer-gt5qg .framer-1ylb3cw > :first-child, .framer-gt5qg .framer-1n37c1y > :first-child, .framer-gt5qg .framer-172sw1v > :first-child { margin-top: 0px; } .framer-gt5qg .framer-1varcdm > :last-child, .framer-gt5qg .framer-12xjypu > :last-child, .framer-gt5qg .framer-vdevfa > :last-child, .framer-gt5qg .framer-nwvj3v > :last-child, .framer-gt5qg .framer-1ylb3cw > :last-child, .framer-gt5qg .framer-1n37c1y > :last-child, .framer-gt5qg .framer-172sw1v > :last-child { margin-bottom: 0px; } .framer-gt5qg .framer-vdevfa > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gt5qg .framer-1ylb3cw > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gt5qg .framer-1n37c1y > *, .framer-gt5qg .framer-172sw1v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,`@media (max-width: 809px) { .framer-gt5qg .hidden-1xaffxx { display: none !important; } .${metadata.bodyClassName}-framer-gt5qg { background: rgb(13, 13, 13); } .framer-gt5qg.framer-72rtr7 { padding: 32px 0px 0px 0px; width: 390px; } .framer-gt5qg .framer-a4ey5c-container { left: 50%; position: fixed; top: 32px; transform: perspective(1200px) translateX(-50%); } .framer-gt5qg .framer-1l1mvsd { overflow: hidden; padding: 120px 20px 0px 20px; } .framer-gt5qg .framer-plfr9o { max-width: unset; width: 100%; } .framer-gt5qg .framer-ighdqo, .framer-gt5qg .framer-x5wpx9, .framer-gt5qg .framer-wzvjf, .framer-gt5qg .framer-1lhzsrd, .framer-gt5qg .framer-1soqy20-container { width: 100%; } .framer-gt5qg .framer-12mfih4 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-gt5qg .framer-oyzs5, .framer-gt5qg .framer-ghf5nh { align-self: unset; width: 100%; } .framer-gt5qg .framer-1t8kidz { gap: 24px; height: min-content; justify-content: flex-start; padding: 40px 0px 40px 0px; } .framer-gt5qg .framer-vnqiti-container { order: 0; } .framer-gt5qg .framer-4ggj12 { order: 1; } .framer-gt5qg .framer-5lfu4t { order: 5; } .framer-gt5qg .framer-sjc1l5 { order: 2; } .framer-gt5qg .framer-1hde453 { order: 3; } .framer-gt5qg .framer-tu23w1 { flex-direction: column; padding: 60px 20px 60px 20px; } .framer-gt5qg .framer-13ktf0t { flex: none; max-width: unset; width: 100%; } .framer-gt5qg .framer-lx9bmf { gap: 32px; padding: 60px 20px 60px 20px; } .framer-gt5qg .framer-s26pkc { max-width: unset; } .framer-gt5qg .framer-n97mo2 { flex-direction: column; gap: 32px; max-width: unset; } .framer-gt5qg .framer-1807pzt { flex: none; padding: 32px 24px 32px 24px; width: 100%; } .framer-gt5qg .framer-1u814k9 { flex: none; gap: 16px; height: min-content; padding: 32px 24px 32px 24px; width: 100%; } .framer-gt5qg .framer-1rx4qsr { height: var(--framer-aspect-ratio-supported, 200px); width: 267px; } .framer-gt5qg .framer-ci6mcc { height: var(--framer-aspect-ratio-supported, 167px); left: unset; right: 0px; top: 50%; transform: translateY(-50%); width: 266px; } .framer-gt5qg .framer-vdevfa { align-content: center; align-items: center; flex: none; gap: 16px; height: min-content; padding: 32px 24px 32px 24px; width: 100%; } .framer-gt5qg .framer-fr9hi4 { aspect-ratio: 1.33 / 1; height: var(--framer-aspect-ratio-supported, 200px); width: 266px; } .framer-gt5qg .framer-15l608 { height: var(--framer-aspect-ratio-supported, 200px); top: 0px; } .framer-gt5qg .framer-10t01c2, .framer-gt5qg .framer-5xq0w5 { flex-direction: column; } .framer-gt5qg .framer-1n37c1y { align-content: flex-end; align-items: flex-end; flex: none; gap: 40px; height: min-content; padding: 30px 0px 30px 30px; width: 100%; } .framer-gt5qg .framer-1umhd9i { order: 0; position: relative; right: unset; top: unset; } .framer-gt5qg .framer-1tewtig { order: 1; padding: 0px 32px 0px 0px; width: 100%; } .framer-gt5qg .framer-172sw1v { flex: none; gap: 40px; height: min-content; padding: 30px 30px 30px 30px; width: 100%; } .framer-gt5qg .framer-14ialtl { height: 172px; left: unset; order: 0; position: relative; top: unset; width: 100%; } .framer-gt5qg .framer-1of6wnc { left: 177px; top: calc(45.348837209302346% - 86px / 2); } .framer-gt5qg .framer-13r58nv { left: 128px; top: calc(45.348837209302346% - 86px / 2); } .framer-gt5qg .framer-1qgqmrk { left: 74px; top: calc(45.348837209302346% - 86px / 2); } .framer-gt5qg .framer-mtfx3 { left: 20px; top: calc(45.348837209302346% - 86px / 2); } .framer-gt5qg .framer-1a80zsd { bottom: 20px; left: 192px; top: unset; } .framer-gt5qg .framer-c0evew { order: 1; width: 100%; } .framer-gt5qg .framer-1oeu8vq, .framer-gt5qg .framer-o2994i { padding: 60px 20px 60px 20px; } .framer-gt5qg .framer-12kw9vu, .framer-gt5qg .framer-uhtd6a, .framer-gt5qg .framer-17vrhia { flex: none; padding: 30px 30px 30px 30px; width: 100%; } .framer-gt5qg .framer-1r8zjjj { max-width: unset; padding: 0px 0px 0px 0px; } .framer-gt5qg .framer-nwoi9j { padding: 60px 24px 60px 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gt5qg .framer-1t8kidz, .framer-gt5qg .framer-tu23w1, .framer-gt5qg .framer-lx9bmf, .framer-gt5qg .framer-n97mo2, .framer-gt5qg .framer-1u814k9, .framer-gt5qg .framer-vdevfa, .framer-gt5qg .framer-10t01c2, .framer-gt5qg .framer-1n37c1y, .framer-gt5qg .framer-172sw1v, .framer-gt5qg .framer-5xq0w5 { gap: 0px; } .framer-gt5qg .framer-1t8kidz > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-gt5qg .framer-1t8kidz > :first-child { margin-left: 0px; } .framer-gt5qg .framer-1t8kidz > :last-child { margin-right: 0px; } .framer-gt5qg .framer-tu23w1 > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-gt5qg .framer-tu23w1 > :first-child, .framer-gt5qg .framer-lx9bmf > :first-child, .framer-gt5qg .framer-n97mo2 > :first-child, .framer-gt5qg .framer-1u814k9 > :first-child, .framer-gt5qg .framer-vdevfa > :first-child, .framer-gt5qg .framer-10t01c2 > :first-child, .framer-gt5qg .framer-1n37c1y > :first-child, .framer-gt5qg .framer-172sw1v > :first-child, .framer-gt5qg .framer-5xq0w5 > :first-child { margin-top: 0px; } .framer-gt5qg .framer-tu23w1 > :last-child, .framer-gt5qg .framer-lx9bmf > :last-child, .framer-gt5qg .framer-n97mo2 > :last-child, .framer-gt5qg .framer-1u814k9 > :last-child, .framer-gt5qg .framer-vdevfa > :last-child, .framer-gt5qg .framer-10t01c2 > :last-child, .framer-gt5qg .framer-1n37c1y > :last-child, .framer-gt5qg .framer-172sw1v > :last-child, .framer-gt5qg .framer-5xq0w5 > :last-child { margin-bottom: 0px; } .framer-gt5qg .framer-lx9bmf > *, .framer-gt5qg .framer-n97mo2 > *, .framer-gt5qg .framer-10t01c2 > *, .framer-gt5qg .framer-5xq0w5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gt5qg .framer-1u814k9 > *, .framer-gt5qg .framer-vdevfa > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gt5qg .framer-1n37c1y > *, .framer-gt5qg .framer-172sw1v > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-gt5qg[data-border=\"true\"]::after, .framer-gt5qg [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 4409.5\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"u6R6NsvSc\":{\"layout\":[\"fixed\",\"auto\"]},\"ntIxot2Qi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-gt5qg\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4409.5,width:1400};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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.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://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Euclid Circular A Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/6X5BRGf3gvCLcieonbACgp67SlI.ttf\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...NavigationBarFonts,...TickerFonts,...SectionBadgeFonts,...InputFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u6R6NsvSc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ntIxot2Qi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4409.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "e", "C", "R", "H", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "ae", "o", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "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", "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", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "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", "u", "c", "h", "e", "m", "o", "l", "f", "b", "withCSS", "i", "r", "a", "u", "c", "y", "k", "v", "D", "$", "V", "T", "j", "P", "F", "O", "ye", "N", "W", "B", "L", "A", "I", "E", "U", "z", "G", "X", "Y", "M", "Z", "K", "H", "J", "_", "q", "Q", "ee", "et", "eo", "el", "ei", "er", "useRouter", "ea", "e", "t", "o", "l", "inferInitialRouteFromPath", "f", "ec", "en", "te", "h", "ed", "ep", "es", "eu", "m", "useAnimationControls", "eh", "em", "ef", "ey", "eb", "x", "p", "motion", "C", "w", "g", "S", "addPropertyControls", "ControlType", "Input_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "Image2", "css", "FramerlHt6Xg6A2", "withCSS", "lHt6Xg6A2_default", "addFonts", "BekrzFonts", "getFonts", "lHt6Xg6A2_default", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText", "Link", "css", "FramerCibtiOm6U", "withCSS", "CibtiOm6U_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "icon", "id", "section", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "MFTk1J6dD", "h5mTi1koL", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText", "css", "Framerg1Ms3aCva", "withCSS", "g1Ms3aCva_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "l", "e", "o", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "contactUs", "height", "id", "tMeBekrozMe", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "JuWRVbWZ0", "KlR9gJTLp", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "FramerhtHeLsUT5", "withCSS", "htHeLsUT5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeroFonts", "getFonts", "Icon", "ButtonFonts", "htHeLsUT5_default", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1qf7ggt", "args", "onTap1lphc9u", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "ComponentViewportProvider", "RichText", "Link", "ResolveLinks", "resolvedLinks", "css", "FrameroSOtMFvR3", "withCSS", "oSOtMFvR3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationBarFonts", "getFonts", "oSOtMFvR3_default", "TickerFonts", "Ticker", "MotionAWithFX", "withFX", "motion", "ImageWithFX", "Image2", "MotionDivWithFX", "SectionBadgeFonts", "g1Ms3aCva_default", "ContainerWithFX", "Container", "RichTextWithFX", "RichText", "InputFonts", "Input_default", "FooterFonts", "CibtiOm6U_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "animation1", "animation2", "transformTemplate2", "transition2", "animation3", "animation4", "animation5", "transition3", "animation6", "animation7", "animation8", "transition4", "animation9", "animation10", "animation11", "transition5", "animation12", "animation13", "transition6", "animation14", "animation15", "transition7", "animation16", "animation17", "transition8", "animation18", "animation19", "transition9", "animation20", "animation21", "animation22", "animation23", "animation24", "animation25", "animation26", "transition10", "transition11", "animation27", "transition12", "transition13", "animation28", "animation29", "animation30", "animation31", "transition14", "animation32", "transition15", "animation33", "transition16", "animation34", "transition17", "animation35", "transition18", "animation36", "transition19", "animation37", "animation38", "transition20", "transition21", "animation39", "transformTemplate3", "transition22", "animation40", "transition23", "animation41", "transition24", "animation42", "transition25", "animation43", "transition26", "animation44", "transition27", "animation45", "transition28", "animation46", "transition29", "animation47", "transition30", "animation48", "transition31", "animation49", "transition32", "animation50", "transition33", "animation51", "transition34", "transition35", "transition36", "transition37", "transformTemplate4", "transition38", "transition39", "transition40", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "id1", "ref3", "id2", "ref4", "isDisplayed3", "isDisplayed4", "isDisplayed5", "id3", "ref5", "id4", "ref6", "id5", "ref7", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "oSOtMFvR3_default", "RichText", "x", "Ticker", "Link", "Image2", "MotionAWithFX", "MotionDivWithFX", "ImageWithFX", "SVG", "ContainerWithFX", "g1Ms3aCva_default", "RichTextWithFX", "Input_default", "CibtiOm6U_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavigationBarFonts", "TickerFonts", "SectionBadgeFonts", "InputFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
