{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js", "ssg:https://framerusercontent.com/modules/LPU9b7bmUXCYKBMKDWZa/AEfXnZ1R7sNYRt6dZiw4/Hide_page.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js", "ssg:https://framerusercontent.com/modules/uiCybfvf64ONz9lTmxrj/NRp8z7rKP0FwaTXvk0ZE/dyWAhAUhn.js", "ssg:https://framerusercontent.com/modules/1lUScmY5H4OShfFkYXSW/ICEJMo18WTXY4Yd28Rdb/T_1Q02HbJ.js", "ssg:https://framerusercontent.com/modules/buyDUs1w6ljxK8MZTrEp/zLQofmtRbrIARQaAOyWk/VpxqrYlCE.js", "ssg:https://framerusercontent.com/modules/6tnhhiVv0HZGUj9Ux94j/nxaTkOFtqfipuc7MD4g4/XCML7w4WH.js", "ssg:https://framerusercontent.com/modules/mRWKQ62B5QU3EvAVrkWL/EvjEvuZ1u3lXbYZOo2bg/mKLtXL1uV.js", "ssg:https://framerusercontent.com/modules/D2wsblJEpUrNLxzlGyNb/Ma0rPFRmuBiiV1vghyXb/J8WPJAbuy.js", "ssg:https://framerusercontent.com/modules/bl5zEK9crwe5bepeAhtM/TDC6a6jTZCMVdDtZLQbz/OAjSv4pWo.js", "ssg:https://framerusercontent.com/modules/Jkc5X0MnoLqfSKAwYZs5/L1wqEqs5LgltOqDcir6g/oeWv8fa9J.js", "ssg:https://framerusercontent.com/modules/1JHHWtwEoeQdVg2c37Fh/Qi5Vzgi9oZGDCAI1TtKx/UtGiHQFxK.js", "ssg:https://framerusercontent.com/modules/ANJ3ioifIeTkh4ncz1dD/0KmnciWGXFVQRtvXvFDZ/ZmyLNZJIl.js", "ssg:https://framerusercontent.com/modules/rc7Olm2OZIKVD4zbKh7y/eoT7USl4l5nKUbGU82uj/Br54XWMtm.js", "ssg:https://framerusercontent.com/modules/aXAk8FaFV2cnzfowaMFj/cetTKFZEyAJnCC1S4D8y/UoaDPeBNn.js", "ssg:https://framerusercontent.com/modules/16axKV3fA6fiEKUjSSFg/W9iWtHP92ufgR5CSHzxj/vLynWL3wR.js", "ssg:https://framerusercontent.com/modules/YGmHb49Gr3hPhK7fhMpA/N46oeIyIZ5DluNGtG8PZ/zxFISYH0d.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{startTransition,useCallback,useEffect,useRef,useState}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}const defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const mergedProps={...defaultProps,...props};const{outputType,timeFormat,showYear,showMonth,showWeekday,// showHours,\nshowMinutes,showSeconds,monthFormat,color,font,tabularFont}=mergedProps;const localCode=useLocaleCode();const getTextContent=useCallback(()=>formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,// showHours,\n    showMinutes,showSeconds},timeFormat,monthFormat,localCode),[localCode,monthFormat,outputType,showMinutes,showMonth,showSeconds,showWeekday,showYear,timeFormat]);const timeoutRef=useRef()// FIXME: With React 19, we can remove this and return a cleanup from the ref callback\n;const updateCountdown=useCallback(node=>{if(node===null){// React calls w/ `null` on unmount or if the ref function changes.\nclearTimeout(timeoutRef.current);return;}let prev;const tick=()=>{const date=new Date;const next=new Date().setSeconds(date.getSeconds()+1,0)-+date;timeoutRef.current=setTimeout(tick,next);const textContent=getTextContent();if(prev!==textContent){node.textContent=textContent;prev=textContent;}};tick();},[getTextContent]);const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;useEffect(()=>{startTransition(()=>setIsVisible(true));// Don\u2019t want real time on Canvas\nif(isCanvas)return;},[isCanvas]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},ref:isCanvas?undefined:updateCountdown,children:getTextContent()});}Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicWidth\":\"140\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export default function HideFramerBadge(props){useEffect(()=>{const intervalId=setInterval(()=>{const badgeContainer=document.getElementById(\"__framer-badge-container\");if(badgeContainer){badgeContainer.style.display=\"none\";}},100);return()=>clearInterval(intervalId);},[]);return /*#__PURE__*/_jsx(\"div\",{style:{...props.style},children:props.children});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HideFramerBadge\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hide_page.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"GDBedLkLC\",\"xOdIO7H8e\",\"kLysa6xgg\",\"W2ha_FX10\",\"DOkixflYU\",\"VUoAQR8yH\",\"kkh2HPvYO\",\"v_vntMSsC\",\"FxOGLQQgN\",\"cuv9VTRJ1\"];const serializationHash=\"framer-aacKC\";const variantClassNames={cuv9VTRJ1:\"framer-v-18y0zzu\",DOkixflYU:\"framer-v-1yp5kf0\",FxOGLQQgN:\"framer-v-kucxad\",GDBedLkLC:\"framer-v-a4u1bf\",kkh2HPvYO:\"framer-v-4piw68\",kLysa6xgg:\"framer-v-f671un\",v_vntMSsC:\"framer-v-1s5uc8z\",VUoAQR8yH:\"framer-v-1jpd731\",W2ha_FX10:\"framer-v-1iq1m1r\",xOdIO7H8e:\"framer-v-6eie3y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"GDBedLkLC\",\"Variant 10\":\"cuv9VTRJ1\",\"Variant 2\":\"xOdIO7H8e\",\"Variant 3\":\"kLysa6xgg\",\"Variant 4\":\"W2ha_FX10\",\"Variant 5\":\"DOkixflYU\",\"Variant 6\":\"VUoAQR8yH\",\"Variant 7\":\"kkh2HPvYO\",\"Variant 8\":\"v_vntMSsC\",\"Variant 9\":\"FxOGLQQgN\"};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:\"GDBedLkLC\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GDBedLkLC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearf8z7nd=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xOdIO7H8e\"),3e3);});const onAppear7acbfl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kLysa6xgg\"),300);});const onAppear961d89=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"W2ha_FX10\"),300);});const onAppear1n4twou=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DOkixflYU\"),300);});const onAppeare8ffz4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VUoAQR8yH\"),300);});const onAppear16l73jz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kkh2HPvYO\"),300);});const onAppear19s87e6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"v_vntMSsC\"),300);});const onAppear1q12f8r=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"FxOGLQQgN\"),300);});const onAppearksoian=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cuv9VTRJ1\"),300);});const onAppear1lsu3lk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GDBedLkLC\"),300);});useOnVariantChange(baseVariant,{cuv9VTRJ1:onAppear1lsu3lk,default:onAppearf8z7nd,DOkixflYU:onAppeare8ffz4,FxOGLQQgN:onAppearksoian,kkh2HPvYO:onAppear19s87e6,kLysa6xgg:onAppear961d89,v_vntMSsC:onAppear1q12f8r,VUoAQR8yH:onAppear16l73jz,W2ha_FX10:onAppear1n4twou,xOdIO7H8e:onAppear7acbfl});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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:2400,pixelWidth:2400,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg 2400w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-a4u1bf\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GDBedLkLC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,...style},...addPropertyOverrides({cuv9VTRJ1:{\"data-framer-name\":\"Variant 10\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/hFSe72RFIMPcRWu1c9SztKj06tc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/hFSe72RFIMPcRWu1c9SztKj06tc.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hFSe72RFIMPcRWu1c9SztKj06tc.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hFSe72RFIMPcRWu1c9SztKj06tc.jpg 3024w\"}},DOkixflYU:{\"data-framer-name\":\"Variant 5\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/VdkxUxD3W0C2gdbGMwXRaPasTFA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/VdkxUxD3W0C2gdbGMwXRaPasTFA.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VdkxUxD3W0C2gdbGMwXRaPasTFA.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/VdkxUxD3W0C2gdbGMwXRaPasTFA.jpg 3024w\"}},FxOGLQQgN:{\"data-framer-name\":\"Variant 9\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:866,pixelWidth:649,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/8Rapu8AxnhaauOhLd4gYeLseZfg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/8Rapu8AxnhaauOhLd4gYeLseZfg.jpg 649w\"}},kkh2HPvYO:{\"data-framer-name\":\"Variant 7\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/V4k4fZi7g7nH5ZEvAhXduqyLXI.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/V4k4fZi7g7nH5ZEvAhXduqyLXI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/V4k4fZi7g7nH5ZEvAhXduqyLXI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/V4k4fZi7g7nH5ZEvAhXduqyLXI.jpg 3024w\"}},kLysa6xgg:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:3024,pixelWidth:4032,positionX:\"left\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/o4fGyYSIHpjdqVxAm1YkicNC2o4.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/o4fGyYSIHpjdqVxAm1YkicNC2o4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/o4fGyYSIHpjdqVxAm1YkicNC2o4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o4fGyYSIHpjdqVxAm1YkicNC2o4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/o4fGyYSIHpjdqVxAm1YkicNC2o4.jpg 4032w\"}},v_vntMSsC:{\"data-framer-name\":\"Variant 8\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/flyPXt43kZ62wvvCT8ERNIy5rA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/flyPXt43kZ62wvvCT8ERNIy5rA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/flyPXt43kZ62wvvCT8ERNIy5rA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/flyPXt43kZ62wvvCT8ERNIy5rA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/flyPXt43kZ62wvvCT8ERNIy5rA.jpg 4032w\"}},VUoAQR8yH:{\"data-framer-name\":\"Variant 6\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:640,pixelWidth:480,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg 480w\"}},W2ha_FX10:{\"data-framer-name\":\"Variant 4\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/jHE6blHwZod5aDAB6v8GtFzwMo.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jHE6blHwZod5aDAB6v8GtFzwMo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/jHE6blHwZod5aDAB6v8GtFzwMo.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/jHE6blHwZod5aDAB6v8GtFzwMo.jpg 3024w\"}},xOdIO7H8e:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4032,pixelWidth:3024,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg 3024w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aacKC.framer-179u8st, .framer-aacKC .framer-179u8st { display: block; }\",\".framer-aacKC.framer-a4u1bf { height: 89px; overflow: visible; position: relative; width: 89px; }\",\".framer-aacKC.framer-v-6eie3y.framer-a4u1bf, .framer-aacKC.framer-v-f671un.framer-a4u1bf, .framer-aacKC.framer-v-1iq1m1r.framer-a4u1bf, .framer-aacKC.framer-v-1yp5kf0.framer-a4u1bf, .framer-aacKC.framer-v-1jpd731.framer-a4u1bf, .framer-aacKC.framer-v-4piw68.framer-a4u1bf, .framer-aacKC.framer-v-1s5uc8z.framer-a4u1bf, .framer-aacKC.framer-v-kucxad.framer-a4u1bf, .framer-aacKC.framer-v-18y0zzu.framer-a4u1bf { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 89px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 89\n * @framerIntrinsicWidth 89\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xOdIO7H8e\":{\"layout\":[\"fixed\",\"fixed\"]},\"kLysa6xgg\":{\"layout\":[\"fixed\",\"fixed\"]},\"W2ha_FX10\":{\"layout\":[\"fixed\",\"fixed\"]},\"DOkixflYU\":{\"layout\":[\"fixed\",\"fixed\"]},\"VUoAQR8yH\":{\"layout\":[\"fixed\",\"fixed\"]},\"kkh2HPvYO\":{\"layout\":[\"fixed\",\"fixed\"]},\"v_vntMSsC\":{\"layout\":[\"fixed\",\"fixed\"]},\"FxOGLQQgN\":{\"layout\":[\"fixed\",\"fixed\"]},\"cuv9VTRJ1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdyWAhAUhn=withCSS(Component,css,\"framer-aacKC\");export default FramerdyWAhAUhn;FramerdyWAhAUhn.displayName=\"Avatar\";FramerdyWAhAUhn.defaultProps={height:89,width:89};addPropertyControls(FramerdyWAhAUhn,{variant:{options:[\"GDBedLkLC\",\"xOdIO7H8e\",\"kLysa6xgg\",\"W2ha_FX10\",\"DOkixflYU\",\"VUoAQR8yH\",\"kkh2HPvYO\",\"v_vntMSsC\",\"FxOGLQQgN\",\"cuv9VTRJ1\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdyWAhAUhn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdyWAhAUhn\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"89\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xOdIO7H8e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kLysa6xgg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W2ha_FX10\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DOkixflYU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VUoAQR8yH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kkh2HPvYO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v_vntMSsC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FxOGLQQgN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cuv9VTRJ1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"89\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dyWAhAUhn.map", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Neue Montreal Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/vEydk8LUwvYV3ZJtsQhKLqsza0.woff2\"}]}];export const css=['.framer-Voxbt .framer-styles-preset-orhbg6:not(.rich-text-wrapper), .framer-Voxbt .framer-styles-preset-orhbg6.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-Voxbt .framer-styles-preset-orhbg6:not(.rich-text-wrapper), .framer-Voxbt .framer-styles-preset-orhbg6.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Voxbt .framer-styles-preset-orhbg6:not(.rich-text-wrapper), .framer-Voxbt .framer-styles-preset-orhbg6.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Voxbt .framer-styles-preset-orhbg6:not(.rich-text-wrapper), .framer-Voxbt .framer-styles-preset-orhbg6.rich-text-wrapper p { --framer-font-family: \"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Voxbt\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-pEnPg .framer-styles-preset-iisjjh:not(.rich-text-wrapper), .framer-pEnPg .framer-styles-preset-iisjjh.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-pEnPg .framer-styles-preset-iisjjh:not(.rich-text-wrapper), .framer-pEnPg .framer-styles-preset-iisjjh.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-pEnPg .framer-styles-preset-iisjjh:not(.rich-text-wrapper), .framer-pEnPg .framer-styles-preset-iisjjh.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --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.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-pEnPg .framer-styles-preset-iisjjh:not(.rich-text-wrapper), .framer-pEnPg .framer-styles-preset-iisjjh.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --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.2px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-pEnPg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-6xny5 .framer-styles-preset-1rxq23n:not(.rich-text-wrapper), .framer-6xny5 .framer-styles-preset-1rxq23n.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f21c953-579e-4944-be50-6a920e72693d, #808080); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-6xny5 .framer-styles-preset-1rxq23n:not(.rich-text-wrapper), .framer-6xny5 .framer-styles-preset-1rxq23n.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f21c953-579e-4944-be50-6a920e72693d, #808080); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-6xny5 .framer-styles-preset-1rxq23n:not(.rich-text-wrapper), .framer-6xny5 .framer-styles-preset-1rxq23n.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f21c953-579e-4944-be50-6a920e72693d, #808080); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-6xny5 .framer-styles-preset-1rxq23n:not(.rich-text-wrapper), .framer-6xny5 .framer-styles-preset-1rxq23n.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f21c953-579e-4944-be50-6a920e72693d, #808080); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-6xny5\";\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 (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,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/1lUScmY5H4OShfFkYXSW/ICEJMo18WTXY4Yd28Rdb/T_1Q02HbJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/buyDUs1w6ljxK8MZTrEp/zLQofmtRbrIARQaAOyWk/VpxqrYlCE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/6tnhhiVv0HZGUj9Ux94j/nxaTkOFtqfipuc7MD4g4/XCML7w4WH.js\";const cycleOrder=[\"EIy2p6rY4\",\"KSHMWFpY3\"];const serializationHash=\"framer-BvZf8\";const variantClassNames={EIy2p6rY4:\"framer-v-e883am\",KSHMWFpY3:\"framer-v-1o78wxa\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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:\"EIy2p6rY4\",Mobile:\"KSHMWFpY3\"};const getProps=({height,id,image,name1,review,roleAndCompnay,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,N5qUmY0QL:(_ref=review!==null&&review!==void 0?review:props.N5qUmY0QL)!==null&&_ref!==void 0?_ref:\"Enter review\",p9wwU3VKo:(_ref1=name1!==null&&name1!==void 0?name1:props.p9wwU3VKo)!==null&&_ref1!==void 0?_ref1:\"Enter name\",tiihmSWZL:(_ref2=roleAndCompnay!==null&&roleAndCompnay!==void 0?roleAndCompnay:props.tiihmSWZL)!==null&&_ref2!==void 0?_ref2:\"Enter role and compnay\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"EIy2p6rY4\",ZwgeJy9Eb:(_ref4=image!==null&&image!==void 0?image:props.ZwgeJy9Eb)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/OmTH1Vi5JYguXWbaC9Y02W1y4k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OmTH1Vi5JYguXWbaC9Y02W1y4k.png?scale-down-to=512 512w,https://framerusercontent.com/images/OmTH1Vi5JYguXWbaC9Y02W1y4k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OmTH1Vi5JYguXWbaC9Y02W1y4k.png 1362w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,N5qUmY0QL,p9wwU3VKo,tiihmSWZL,ZwgeJy9Eb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EIy2p6rY4\",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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-e883am\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"EIy2p6rY4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(224, 235, 240)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({KSHMWFpY3:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ozsuav\",layoutDependency:layoutDependency,layoutId:\"tZYG6IrKp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xs5w0v\",\"data-framer-name\":\"iconmonstr-quote-3 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"NQ7_iVfxE\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.017 21V13.609C14.017 7.905 17.748 4.039 23 3L23.995 5.151C21.563 6.068 20 8.789 20 11H24V21H14.017ZM0 21V13.609C0 7.905 3.748 4.038 9 3L9.996 5.151C7.563 6.068 6 8.789 6 11H9.983V21H0Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-iisjjh\",\"data-styles-preset\":\"VpxqrYlCE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40)))\"},children:\"Enter review\"})}),className:\"framer-fuwizz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T_RQPM2uc\",style:{\"--extracted-r6o4lv\":\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:N5qUmY0QL,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4tu95t\",layoutDependency:layoutDependency,layoutId:\"ebD5QyEaS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1362,intrinsicWidth:1362,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+(0+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-48-228)/1)*1+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-48-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-48-228)/1)*1+228))/1*1)+88),pixelHeight:1362,pixelWidth:1362,sizes:\"52px\",...toResponsiveImage(ZwgeJy9Eb),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-86ksbh\",\"data-framer-name\":\"Avater\",layoutDependency:layoutDependency,layoutId:\"HjDGDZWOJ\",style:{borderBottomLeftRadius:140,borderBottomRightRadius:140,borderTopLeftRadius:140,borderTopRightRadius:140},...addPropertyOverrides({KSHMWFpY3:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1362,intrinsicWidth:1362,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+(0+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-40-228)/1)*1+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||328)-40-228)/1)*1+228))/1*1)+88),pixelHeight:1362,pixelWidth:1362,sizes:\"52px\",...toResponsiveImage(ZwgeJy9Eb),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1emgmiw\",layoutDependency:layoutDependency,layoutId:\"hgWeBIOyd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-orhbg6\",\"data-styles-preset\":\"T_1Q02HbJ\",children:\"Enter name\"})}),className:\"framer-1a1yzth\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Qul5vuxWN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:p9wwU3VKo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",children:\"Enter role and compnay\"})}),className:\"framer-gh4si3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cfxykC8Xt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tiihmSWZL,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BvZf8.framer-1er8vdn, .framer-BvZf8 .framer-1er8vdn { display: block; }\",\".framer-BvZf8.framer-e883am { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 328px; justify-content: space-between; overflow: visible; padding: 24px; position: relative; width: 459px; }\",\".framer-BvZf8 .framer-ozsuav { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BvZf8 .framer-xs5w0v { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-BvZf8 .framer-fuwizz, .framer-BvZf8 .framer-1a1yzth, .framer-BvZf8 .framer-gh4si3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BvZf8 .framer-4tu95t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BvZf8 .framer-86ksbh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); position: relative; width: 52px; }\",\".framer-BvZf8 .framer-1emgmiw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BvZf8 .framer-ozsuav, .framer-BvZf8 .framer-4tu95t, .framer-BvZf8 .framer-1emgmiw { gap: 0px; } .framer-BvZf8 .framer-ozsuav > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BvZf8 .framer-ozsuav > :first-child, .framer-BvZf8 .framer-1emgmiw > :first-child { margin-top: 0px; } .framer-BvZf8 .framer-ozsuav > :last-child, .framer-BvZf8 .framer-1emgmiw > :last-child { margin-bottom: 0px; } .framer-BvZf8 .framer-4tu95t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BvZf8 .framer-4tu95t > :first-child { margin-left: 0px; } .framer-BvZf8 .framer-4tu95t > :last-child { margin-right: 0px; } .framer-BvZf8 .framer-1emgmiw > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-BvZf8.framer-v-1o78wxa.framer-e883am { padding: 20px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-BvZf8[data-border=\"true\"]::after, .framer-BvZf8 [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 328\n * @framerIntrinsicWidth 459\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KSHMWFpY3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"N5qUmY0QL\":\"review\",\"p9wwU3VKo\":\"name1\",\"tiihmSWZL\":\"roleAndCompnay\",\"ZwgeJy9Eb\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermKLtXL1uV=withCSS(Component,css,\"framer-BvZf8\");export default FramermKLtXL1uV;FramermKLtXL1uV.displayName=\"Testimonial\";FramermKLtXL1uV.defaultProps={height:328,width:459};addPropertyControls(FramermKLtXL1uV,{variant:{options:[\"EIy2p6rY4\",\"KSHMWFpY3\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},N5qUmY0QL:{defaultValue:\"Enter review\",displayTextArea:false,title:\"Review\",type:ControlType.String},p9wwU3VKo:{defaultValue:\"Enter name\",displayTextArea:false,title:\"Name\",type:ControlType.String},tiihmSWZL:{defaultValue:\"Enter role and compnay\",displayTextArea:false,title:\"Role and compnay\",type:ControlType.String},ZwgeJy9Eb:{__defaultAssetReference:\"data:framer/asset-reference,OmTH1Vi5JYguXWbaC9Y02W1y4k.png?originalFilename=g7Ep9CzRFnMVm46V3Lsf7TBWXE.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramermKLtXL1uV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermKLtXL1uV\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"459\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KSHMWFpY3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"N5qUmY0QL\\\":\\\"review\\\",\\\"p9wwU3VKo\\\":\\\"name1\\\",\\\"tiihmSWZL\\\":\\\"roleAndCompnay\\\",\\\"ZwgeJy9Eb\\\":\\\"image\\\"}\",\"framerIntrinsicHeight\":\"328\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mKLtXL1uV.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,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/6tnhhiVv0HZGUj9Ux94j/nxaTkOFtqfipuc7MD4g4/XCML7w4WH.js\";const enabledGestures={wm2SzcN1e:{hover:true}};const cycleOrder=[\"wm2SzcN1e\",\"PBF55_T5M\"];const serializationHash=\"framer-kYBkx\";const variantClassNames={PBF55_T5M:\"framer-v-13goi8s\",wm2SzcN1e:\"framer-v-1g96me8\"};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:80,delay:0,mass:.1,stiffness:800,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"No animation\":\"PBF55_T5M\",Animated:\"wm2SzcN1e\"};const getProps=({height,id,image,link,newTab,smoothScroll,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,El1u9tEKj:image!==null&&image!==void 0?image:props.El1u9tEKj,hGDtXC5XC:link!==null&&link!==void 0?link:props.hGDtXC5XC,pA2W_lHCR:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.pA2W_lHCR,RAKQL5LzF:(_ref=newTab!==null&&newTab!==void 0?newTab:props.RAKQL5LzF)!==null&&_ref!==void 0?_ref:true,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"wm2SzcN1e\",wTdBOil5e:(_ref2=title!==null&&title!==void 0?title:props.wTdBOil5e)!==null&&_ref2!==void 0?_ref2:\"Dribbble\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,El1u9tEKj,wTdBOil5e,hGDtXC5XC,RAKQL5LzF,pA2W_lHCR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wm2SzcN1e\",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:hGDtXC5XC,openInNewTab:RAKQL5LzF,smoothScroll:pA2W_lHCR,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1g96me8\",className,classNames)} framer-1tcpej5`,\"data-border\":true,\"data-framer-name\":\"Animated\",layoutDependency:layoutDependency,layoutId:\"wm2SzcN1e\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(243, 244, 246)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},...addPropertyOverrides({\"wm2SzcN1e-hover\":{\"data-framer-name\":undefined},PBF55_T5M:{\"data-framer-name\":\"No animation\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15n8phr\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ZzaiCC6sJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(243, 244, 246)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||44)-0-44)/2+0+0)+10),sizes:\"24px\",...toResponsiveImage(El1u9tEKj),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1kznuo9\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"gOaK6OMra\",style:{borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ehhvso\",\"data-framer-name\":\"Tooltip\",layoutDependency:layoutDependency,layoutId:\"BGjJ8meQP\",style:{backgroundColor:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,opacity:0},transformTemplate:transformTemplate1,variants:{\"wm2SzcN1e-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0)))\"},children:\"Dribbble\"})}),className:\"framer-ty5fur\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WOe6I2vnv\",style:{\"--extracted-r6o4lv\":\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:wTdBOil5e,variants:{\"wm2SzcN1e-hover\":{\"--extracted-r6o4lv\":\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"wm2SzcN1e-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255)))\"},children:\"Dribbble\"})})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kYBkx.framer-1tcpej5, .framer-kYBkx .framer-1tcpej5 { display: block; }\",\".framer-kYBkx.framer-1g96me8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-kYBkx .framer-15n8phr { 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; overflow: visible; padding: 10px; position: relative; width: auto; }\",\".framer-kYBkx .framer-1kznuo9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kYBkx .framer-ehhvso { 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: visible; padding: 4px 8px 4px 8px; position: absolute; top: 48%; width: min-content; z-index: 5; }\",\".framer-kYBkx .framer-ty5fur { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kYBkx.framer-1g96me8, .framer-kYBkx .framer-15n8phr, .framer-kYBkx .framer-ehhvso { gap: 0px; } .framer-kYBkx.framer-1g96me8 > *, .framer-kYBkx .framer-ehhvso > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kYBkx.framer-1g96me8 > :first-child, .framer-kYBkx .framer-ehhvso > :first-child { margin-top: 0px; } .framer-kYBkx.framer-1g96me8 > :last-child, .framer-kYBkx .framer-ehhvso > :last-child { margin-bottom: 0px; } .framer-kYBkx .framer-15n8phr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kYBkx .framer-15n8phr > :first-child { margin-left: 0px; } .framer-kYBkx .framer-15n8phr > :last-child { margin-right: 0px; } }\",\".framer-kYBkx.framer-v-13goi8s.framer-1g96me8 { cursor: unset; }\",\".framer-kYBkx.framer-v-1g96me8.hover .framer-ehhvso { left: 60px; top: 45%; }\",...sharedStyle.css,'.framer-kYBkx[data-border=\"true\"]::after, .framer-kYBkx [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 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PBF55_T5M\":{\"layout\":[\"auto\",\"auto\"]},\"zE7Ej8zZk\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"El1u9tEKj\":\"image\",\"wTdBOil5e\":\"title\",\"hGDtXC5XC\":\"link\",\"RAKQL5LzF\":\"newTab\",\"pA2W_lHCR\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJ8WPJAbuy=withCSS(Component,css,\"framer-kYBkx\");export default FramerJ8WPJAbuy;FramerJ8WPJAbuy.displayName=\"Nav link button\";FramerJ8WPJAbuy.defaultProps={height:44,width:44};addPropertyControls(FramerJ8WPJAbuy,{variant:{options:[\"wm2SzcN1e\",\"PBF55_T5M\"],optionTitles:[\"Animated\",\"No animation\"],title:\"Variant\",type:ControlType.Enum},El1u9tEKj:{title:\"Image\",type:ControlType.ResponsiveImage},wTdBOil5e:{defaultValue:\"Dribbble\",displayTextArea:false,title:\"Title\",type:ControlType.String},hGDtXC5XC:{title:\"Link\",type:ControlType.Link},RAKQL5LzF:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean},pA2W_lHCR:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerJ8WPJAbuy,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJ8WPJAbuy\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"44\",\"framerVariables\":\"{\\\"El1u9tEKj\\\":\\\"image\\\",\\\"wTdBOil5e\\\":\\\"title\\\",\\\"hGDtXC5XC\\\":\\\"link\\\",\\\"RAKQL5LzF\\\":\\\"newTab\\\",\\\"pA2W_lHCR\\\":\\\"smoothScroll\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PBF55_T5M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zE7Ej8zZk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./J8WPJAbuy.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavLinkButton from\"https://framerusercontent.com/modules/D2wsblJEpUrNLxzlGyNb/Ma0rPFRmuBiiV1vghyXb/J8WPJAbuy.js\";const NavLinkButtonFonts=getFonts(NavLinkButton);const cycleOrder=[\"Bsr9NCxbN\",\"Exfocv7pm\",\"PcKRKcuY0\"];const serializationHash=\"framer-A6PX1\";const variantClassNames={Bsr9NCxbN:\"framer-v-1h77ay\",Exfocv7pm:\"framer-v-yy3c24\",PcKRKcuY0:\"framer-v-iy02jo\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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.create(React.Fragment);const humanReadableVariantMap={\"Desktop B/W\":\"Bsr9NCxbN\",\"Desktop Colored\":\"Exfocv7pm\",\"Phone B/W\":\"PcKRKcuY0\"};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:\"Bsr9NCxbN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Bsr9NCxbN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"PcKRKcuY0\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"PcKRKcuY0\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h77ay\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop B/W\",layoutDependency:layoutDependency,layoutId:\"Bsr9NCxbN\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",...style},...addPropertyOverrides({Exfocv7pm:{\"data-framer-name\":\"Desktop Colored\"},PcKRKcuY0:{\"data-framer-name\":\"Phone B/W\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:170.5,intrinsicWidth:256,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*0)),pixelHeight:2400,pixelWidth:2400,sizes:\"40px\",src:\"https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JtXZDH7Ml4fnXSk57uuOCi42cA.jpg 2400w\"},className:\"framer-l67hgd\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"fYB5NzNat\",style:{borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},variants:{Exfocv7pm:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7a5yv6\",layoutDependency:layoutDependency,layoutId:\"NNisX_rvW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+0,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lfwgzq-container\",layoutDependency:layoutDependency,layoutId:\"uAjHI8FQN-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/rT7lqk5H2hhvguv2d5L70u8cmM.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://contra.com/melodyonyeocha\",id:\"uAjHI8FQN\",layoutId:\"uAjHI8FQN\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Hire me on Contra\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+60,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ygk9qe-container\",layoutDependency:layoutDependency,layoutId:\"xBz3ld_iC-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/FIk8IOvPm2QHeNBrhmIb7XEI.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://dribbble.com/Melocoder\",id:\"xBz3ld_iC\",layoutId:\"xBz3ld_iC\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Dribbble\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+120,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1clxz8m-container\",layoutDependency:layoutDependency,layoutId:\"UGR0MvnBv-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/6fh4jDADErKw613NIrNfNstaGA.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://layers.to/melocoder\",id:\"UGR0MvnBv\",layoutId:\"UGR0MvnBv\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Layers\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+180,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+168}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12lruxo-container\",layoutDependency:layoutDependency,layoutId:\"RTwyP_ssf-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/QZkrztUSYWQD1CVQYnYi54hNhU.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://www.behance.net/melodyonyeocha\",id:\"RTwyP_ssf\",layoutId:\"RTwyP_ssf\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Behance\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+240,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+224}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhghpi-container\",layoutDependency:layoutDependency,layoutId:\"Refwc8BFe-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/JQpAO3cKOVAfbLKGDLeSXEVShCo.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://read.cv/melocoder\",id:\"Refwc8BFe\",layoutId:\"Refwc8BFe\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Read.cv\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+300,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+280}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4erj00-container\",layoutDependency:layoutDependency,layoutId:\"An4JuZY5c-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/mkxfCRPmh2BslfkbDxgz5bktzI.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://www.linkedin.com/in/melodyonyeocha\",id:\"An4JuZY5c\",layoutId:\"An4JuZY5c\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"LinkedIn\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*1)+0+360,...addPropertyOverrides({PcKRKcuY0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+336}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ntidyl-container\",layoutDependency:layoutDependency,layoutId:\"mnEPzM_6X-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/D0tkDJwP1AbmlVYhWHaNvMDZ2w4.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"https://x.com/Melocoder\",id:\"mnEPzM_6X\",layoutId:\"mnEPzM_6X\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"X (Twitter)\",...addPropertyOverrides({PcKRKcuY0:{variant:\"PBF55_T5M\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({PcKRKcuY0:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-436)/1*0)+0+392}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e9u1re-container\",layoutDependency:layoutDependency,layoutId:\"PitA_Qij8-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/bwhelgqsreDRlYHqWbNx2C5yjk.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"mailto:melodyonyeocha@gmail.com\",id:\"PitA_Qij8\",layoutId:\"PitA_Qij8\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"PBF55_T5M\",width:\"100%\",wTdBOil5e:\"X (Twitter)\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+(0+444+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-64-488)/2*2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16sexzu-container\",layoutDependency:layoutDependency,layoutId:\"VdujvhV_C-container\",children:/*#__PURE__*/_jsx(NavLinkButton,{El1u9tEKj:addImageAlt({src:\"https://framerusercontent.com/images/bwhelgqsreDRlYHqWbNx2C5yjk.svg\"},\"\"),height:\"100%\",hGDtXC5XC:\"mailto:melodyonyeocha@gmail.com\",id:\"VdujvhV_C\",layoutId:\"VdujvhV_C\",pA2W_lHCR:false,RAKQL5LzF:true,variant:\"wm2SzcN1e\",width:\"100%\",wTdBOil5e:\"Email\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-A6PX1.framer-1q4r0tw, .framer-A6PX1 .framer-1q4r0tw { display: block; }\",\".framer-A6PX1.framer-1h77ay { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: visible; padding: 32px 12px 32px 12px; position: relative; width: min-content; }\",\".framer-A6PX1 .framer-l67hgd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-A6PX1 .framer-7a5yv6 { 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; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-A6PX1 .framer-1lfwgzq-container, .framer-A6PX1 .framer-ygk9qe-container, .framer-A6PX1 .framer-1clxz8m-container, .framer-A6PX1 .framer-12lruxo-container, .framer-A6PX1 .framer-zhghpi-container, .framer-A6PX1 .framer-4erj00-container, .framer-A6PX1 .framer-ntidyl-container, .framer-A6PX1 .framer-e9u1re-container, .framer-A6PX1 .framer-16sexzu-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A6PX1 .framer-7a5yv6 { gap: 0px; } .framer-A6PX1 .framer-7a5yv6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-A6PX1 .framer-7a5yv6 > :first-child { margin-top: 0px; } .framer-A6PX1 .framer-7a5yv6 > :last-child { margin-bottom: 0px; } }\",\".framer-A6PX1.framer-v-iy02jo.framer-1h77ay { padding: 32px 6px 32px 6px; }\",\".framer-A6PX1.framer-v-iy02jo .framer-7a5yv6 { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-A6PX1.framer-v-iy02jo .framer-7a5yv6 { gap: 0px; } .framer-A6PX1.framer-v-iy02jo .framer-7a5yv6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-A6PX1.framer-v-iy02jo .framer-7a5yv6 > :first-child { margin-top: 0px; } .framer-A6PX1.framer-v-iy02jo .framer-7a5yv6 > :last-child { margin-bottom: 0px; } }\",'.framer-A6PX1[data-border=\"true\"]::after, .framer-A6PX1 [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 800\n * @framerIntrinsicWidth 68\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"Exfocv7pm\":{\"layout\":[\"auto\",\"fixed\"]},\"PcKRKcuY0\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOAjSv4pWo=withCSS(Component,css,\"framer-A6PX1\");export default FramerOAjSv4pWo;FramerOAjSv4pWo.displayName=\"Menu\";FramerOAjSv4pWo.defaultProps={height:800,width:68};addPropertyControls(FramerOAjSv4pWo,{variant:{options:[\"Bsr9NCxbN\",\"Exfocv7pm\",\"PcKRKcuY0\"],optionTitles:[\"Desktop B/W\",\"Desktop Colored\",\"Phone B/W\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOAjSv4pWo,[{explicitInter:true,fonts:[]},...NavLinkButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOAjSv4pWo\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"68\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Exfocv7pm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PcKRKcuY0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OAjSv4pWo.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-f7yu8\";const variantClassNames={YaP8H57pD:\"framer-v-u8peyj\"};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:80,delay:0,mass:.1,stiffness:800,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,link,smoothScroll,width,...props})=>{return{...props,hGDtXC5XC:link!==null&&link!==void 0?link:props.hGDtXC5XC,pA2W_lHCR:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.pA2W_lHCR};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,hGDtXC5XC,pA2W_lHCR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YaP8H57pD\",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(Link,{href:hGDtXC5XC,openInNewTab:false,smoothScroll:pA2W_lHCR,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-u8peyj\",className,classNames)} framer-91svjx`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"YaP8H57pD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,boxShadow:\"0px 0.7961918735236395px 0.6369534988189116px -0.5px rgba(190, 216, 232, 0.16318), 0px 2.414506143104518px 1.9316049144836143px -1px rgba(190, 216, 232, 0.16966), 0px 6.382653521484461px 5.106122817187569px -1.5px rgba(190, 216, 232, 0.18553), 0px 20px 16px -2px rgba(190, 216, 232, 0.24)\",...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-adcfm8\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"jln1JbWTx\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(243, 244, 246)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||44)-0-44)/2+0+0)+10),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/95vZiZt9taWPUwWVpdW434x72ro.svg\"},className:\"framer-140dka5\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"qZgxn7UkC\",style:{borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3}})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f7yu8.framer-91svjx, .framer-f7yu8 .framer-91svjx { display: block; }\",\".framer-f7yu8.framer-u8peyj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-f7yu8 .framer-adcfm8 { 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; overflow: visible; padding: 10px; position: relative; width: auto; }\",\".framer-f7yu8 .framer-140dka5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f7yu8.framer-u8peyj, .framer-f7yu8 .framer-adcfm8 { gap: 0px; } .framer-f7yu8.framer-u8peyj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-f7yu8.framer-u8peyj > :first-child { margin-top: 0px; } .framer-f7yu8.framer-u8peyj > :last-child { margin-bottom: 0px; } .framer-f7yu8 .framer-adcfm8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-f7yu8 .framer-adcfm8 > :first-child { margin-left: 0px; } .framer-f7yu8 .framer-adcfm8 > :last-child { margin-right: 0px; } }\",'.framer-f7yu8[data-border=\"true\"]::after, .framer-f7yu8 [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 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"hGDtXC5XC\":\"link\",\"pA2W_lHCR\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroeWv8fa9J=withCSS(Component,css,\"framer-f7yu8\");export default FrameroeWv8fa9J;FrameroeWv8fa9J.displayName=\"Scroll to top\";FrameroeWv8fa9J.defaultProps={height:44,width:44};addPropertyControls(FrameroeWv8fa9J,{hGDtXC5XC:{title:\"Link\",type:ControlType.Link},pA2W_lHCR:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FrameroeWv8fa9J,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroeWv8fa9J\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"hGDtXC5XC\\\":\\\"link\\\",\\\"pA2W_lHCR\\\":\\\"smoothScroll\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"44\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oeWv8fa9J.map", "// Generated by Framer (570b8b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"YBSI2la9Z\",\"N31jGdl5j\",\"QxQ6jslxd\"];const serializationHash=\"framer-aJiHw\";const variantClassNames={N31jGdl5j:\"framer-v-4tbp5y\",QxQ6jslxd:\"framer-v-1jfpqiw\",YBSI2la9Z:\"framer-v-sx7jlz\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Default:\"YBSI2la9Z\",Pulse:\"N31jGdl5j\",Reset:\"QxQ6jslxd\"};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:\"YBSI2la9Z\"};};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,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YBSI2la9Z\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1fd0c66=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"N31jGdl5j\"),500);});const onAppear7zvlkq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QxQ6jslxd\"),800);});const onAppeartvtxhj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YBSI2la9Z\"),500);});useOnVariantChange(baseVariant,{default:onAppear1fd0c66,N31jGdl5j:onAppear7zvlkq,QxQ6jslxd:onAppeartvtxhj});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-sx7jlz\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"YBSI2la9Z\",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({N31jGdl5j:{\"data-framer-name\":\"Pulse\"},QxQ6jslxd:{\"data-framer-name\":\"Reset\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-198aa1l\",\"data-framer-name\":\"Circle pulse\",layoutDependency:layoutDependency,layoutId:\"OMfxoofNS\",style:{backgroundColor:\"rgb(0, 181, 30)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,opacity:1},transformTemplate:transformTemplate,variants:{N31jGdl5j:{opacity:0},QxQ6jslxd:{opacity:0}},...addPropertyOverrides({N31jGdl5j:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hsvcdg\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"Kss12xesQ\",style:{backgroundColor:\"rgb(0, 181, 30)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},transformTemplate:transformTemplate})]})})});});const css=['.framer-aJiHw[data-border=\"true\"]::after, .framer-aJiHw [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aJiHw.framer-rg799p, .framer-aJiHw .framer-rg799p { display: block; }\",\".framer-aJiHw.framer-sx7jlz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 12px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 12px; }\",\".framer-aJiHw .framer-198aa1l, .framer-aJiHw .framer-hsvcdg { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 12px); justify-content: center; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: 12px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aJiHw.framer-sx7jlz, .framer-aJiHw .framer-198aa1l, .framer-aJiHw .framer-hsvcdg { gap: 0px; } .framer-aJiHw.framer-sx7jlz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aJiHw.framer-sx7jlz > :first-child { margin-top: 0px; } .framer-aJiHw.framer-sx7jlz > :last-child { margin-bottom: 0px; } .framer-aJiHw .framer-198aa1l > *, .framer-aJiHw .framer-hsvcdg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aJiHw .framer-198aa1l > :first-child, .framer-aJiHw .framer-hsvcdg > :first-child { margin-left: 0px; } .framer-aJiHw .framer-198aa1l > :last-child, .framer-aJiHw .framer-hsvcdg > :last-child { margin-right: 0px; } }\",\".framer-aJiHw.framer-v-4tbp5y.framer-sx7jlz, .framer-aJiHw.framer-v-1jfpqiw.framer-sx7jlz { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 12px); }\",\".framer-aJiHw.framer-v-4tbp5y .framer-198aa1l { height: var(--framer-aspect-ratio-supported, 18px); left: -3px; right: -3px; top: -3px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12\n * @framerIntrinsicWidth 12\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"N31jGdl5j\":{\"layout\":[\"fixed\",\"fixed\"]},\"QxQ6jslxd\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerUtGiHQFxK=withCSS(Component,css,\"framer-aJiHw\");export default FramerUtGiHQFxK;FramerUtGiHQFxK.displayName=\"Pulse\";FramerUtGiHQFxK.defaultProps={height:12,width:12};addPropertyControls(FramerUtGiHQFxK,{variant:{options:[\"YBSI2la9Z\",\"N31jGdl5j\",\"QxQ6jslxd\"],optionTitles:[\"Default\",\"Pulse\",\"Reset\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUtGiHQFxK,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUtGiHQFxK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N31jGdl5j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QxQ6jslxd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"12\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"12\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UtGiHQFxK.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"BpiYgtEcG\",\"l4sTuZHJs\"];const serializationHash=\"framer-2Ttnc\";const variantClassNames={BpiYgtEcG:\"framer-v-c43gx4\",l4sTuZHJs:\"framer-v-18yyqjw\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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.create(React.Fragment);const humanReadableVariantMap={Large:\"BpiYgtEcG\",Small:\"l4sTuZHJs\"};const getProps=({bGColor,border,customIcon,height,iconUpload,iconVisible,id,link,newTab,radius,textColor,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,aPFuA5saO:(_ref=bGColor!==null&&bGColor!==void 0?bGColor:props.aPFuA5saO)!==null&&_ref!==void 0?_ref:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",AqkPUP5Ap:(_ref1=textColor!==null&&textColor!==void 0?textColor:props.AqkPUP5Ap)!==null&&_ref1!==void 0?_ref1:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",DPTgnRKOI:newTab!==null&&newTab!==void 0?newTab:props.DPTgnRKOI,gJAad45uu:iconUpload!==null&&iconUpload!==void 0?iconUpload:props.gJAad45uu,IZK8u5Aj7:(_ref2=border!==null&&border!==void 0?border:props.IZK8u5Aj7)!==null&&_ref2!==void 0?_ref2:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},oPRkjgJ1F:(_ref3=radius!==null&&radius!==void 0?radius:props.oPRkjgJ1F)!==null&&_ref3!==void 0?_ref3:\"8px\",QU9jjWTGu:(_ref4=iconVisible!==null&&iconVisible!==void 0?iconVisible:props.QU9jjWTGu)!==null&&_ref4!==void 0?_ref4:true,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"BpiYgtEcG\",X9Ns3hmoz:(_ref6=title!==null&&title!==void 0?title:props.X9Ns3hmoz)!==null&&_ref6!==void 0?_ref6:\"Copy email\",zBH3kqya_:customIcon!==null&&customIcon!==void 0?customIcon:props.zBH3kqya_,ZIC9dzFfu:link!==null&&link!==void 0?link:props.ZIC9dzFfu};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oPRkjgJ1F,X9Ns3hmoz,ZIC9dzFfu,DPTgnRKOI,QU9jjWTGu,aPFuA5saO,AqkPUP5Ap,gJAad45uu,zBH3kqya_,IZK8u5Aj7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BpiYgtEcG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _IZK8u5Aj7_borderBottomWidth,_IZK8u5Aj7_borderLeftWidth,_IZK8u5Aj7_borderRightWidth,_IZK8u5Aj7_borderTopWidth;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:ZIC9dzFfu,nodeId:\"BpiYgtEcG\",openInNewTab:DPTgnRKOI,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-c43gx4\",className,classNames)} framer-1fmqd3o`,\"data-border\":true,\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"BpiYgtEcG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":`${(_IZK8u5Aj7_borderBottomWidth=IZK8u5Aj7.borderBottomWidth)!==null&&_IZK8u5Aj7_borderBottomWidth!==void 0?_IZK8u5Aj7_borderBottomWidth:IZK8u5Aj7.borderWidth}px`,\"--border-color\":IZK8u5Aj7.borderColor,\"--border-left-width\":`${(_IZK8u5Aj7_borderLeftWidth=IZK8u5Aj7.borderLeftWidth)!==null&&_IZK8u5Aj7_borderLeftWidth!==void 0?_IZK8u5Aj7_borderLeftWidth:IZK8u5Aj7.borderWidth}px`,\"--border-right-width\":`${(_IZK8u5Aj7_borderRightWidth=IZK8u5Aj7.borderRightWidth)!==null&&_IZK8u5Aj7_borderRightWidth!==void 0?_IZK8u5Aj7_borderRightWidth:IZK8u5Aj7.borderWidth}px`,\"--border-style\":IZK8u5Aj7.borderStyle,\"--border-top-width\":`${(_IZK8u5Aj7_borderTopWidth=IZK8u5Aj7.borderTopWidth)!==null&&_IZK8u5Aj7_borderTopWidth!==void 0?_IZK8u5Aj7_borderTopWidth:IZK8u5Aj7.borderWidth}px`,backgroundColor:aPFuA5saO,borderBottomLeftRadius:radiusForCorner(oPRkjgJ1F,3),borderBottomRightRadius:radiusForCorner(oPRkjgJ1F,2),borderTopLeftRadius:radiusForCorner(oPRkjgJ1F,0),borderTopRightRadius:radiusForCorner(oPRkjgJ1F,1),...style},...addPropertyOverrides({l4sTuZHJs:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[zBH3kqya_&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||41)-24-20)/2)),sizes:\"20px\",...toResponsiveImage(gJAad45uu),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-12byqzq\",layoutDependency:layoutDependency,layoutId:\"b8Bwm2Ie7\",...addPropertyOverrides({l4sTuZHJs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||36)-20-20)/2)),sizes:\"20px\",...toResponsiveImage(gJAad45uu),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),QU9jjWTGu&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3dmmzm\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"OqgtgliPs\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ryecax\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sNkiUVOXz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss11168019525_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.45 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.45 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-d9ae4c9b-ab67-4d79-8af9-1ecea985c0d5, rgb(246, 251, 254))\"></path></g></svg>',svgContentId:11168019525,withExternalLayout:true,...addPropertyOverrides({l4sTuZHJs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><g id=\"ss11303737356_1\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 8.571 0 L 7.429 0 L 7.429 5.06 L 5.533 0.368 L 4.473 0.797 L 6.418 5.61 L 2.747 1.939 L 1.939 2.747 L 5.458 6.266 L 0.898 4.273 L 0.44 5.321 L 5.265 7.429 L 0 7.429 L 0 8.571 L 5.265 8.571 L 0.44 10.679 L 0.898 11.727 L 5.457 9.734 L 1.939 13.253 L 2.747 14.061 L 6.418 10.39 L 4.473 15.203 L 5.533 15.632 L 7.429 10.94 L 7.429 16 L 8.571 16 L 8.571 10.94 L 10.467 15.632 L 11.527 15.203 L 9.582 10.39 L 13.253 14.061 L 14.061 13.253 L 10.543 9.734 L 15.102 11.727 L 15.56 10.679 L 10.735 8.571 L 16 8.571 L 16 7.429 L 10.735 7.429 L 15.56 5.321 L 15.102 4.274 L 10.543 6.266 L 14.061 2.747 L 13.253 1.939 L 9.582 5.61 L 11.527 0.797 L 10.467 0.368 L 8.571 5.06 Z\" fill=\"var(--token-d9ae4c9b-ab67-4d79-8af9-1ecea985c0d5, rgb(246, 251, 254))\"></path></g></svg>',svgContentId:11303737356}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-AqkPUP5Ap-ZmyLNZJIl))\"},children:\"Copy email\"})}),className:\"framer-1voz7v1\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Sf_3Qyxx6\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-AqkPUP5Ap-ZmyLNZJIl)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-AqkPUP5Ap-ZmyLNZJIl\":AqkPUP5Ap},text:X9Ns3hmoz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({l4sTuZHJs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-AqkPUP5Ap-ZmyLNZJIl))\"},children:\"Copy email\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Ttnc.framer-1fmqd3o, .framer-2Ttnc .framer-1fmqd3o { display: block; }\",\".framer-2Ttnc.framer-c43gx4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 41px; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2Ttnc .framer-12byqzq { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-2Ttnc .framer-3dmmzm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2Ttnc .framer-ryecax { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-2Ttnc .framer-1voz7v1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2Ttnc.framer-c43gx4, .framer-2Ttnc .framer-3dmmzm { gap: 0px; } .framer-2Ttnc.framer-c43gx4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2Ttnc.framer-c43gx4 > :first-child { margin-left: 0px; } .framer-2Ttnc.framer-c43gx4 > :last-child { margin-right: 0px; } .framer-2Ttnc .framer-3dmmzm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2Ttnc .framer-3dmmzm > :first-child { margin-top: 0px; } .framer-2Ttnc .framer-3dmmzm > :last-child { margin-bottom: 0px; } }\",\".framer-2Ttnc.framer-v-18yyqjw.framer-c43gx4 { gap: 4px; height: min-content; padding: 10px 12px 10px 12px; }\",\".framer-2Ttnc.framer-v-18yyqjw .framer-ryecax { height: 16px; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2Ttnc.framer-v-18yyqjw.framer-c43gx4 { gap: 0px; } .framer-2Ttnc.framer-v-18yyqjw.framer-c43gx4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-2Ttnc.framer-v-18yyqjw.framer-c43gx4 > :first-child { margin-left: 0px; } .framer-2Ttnc.framer-v-18yyqjw.framer-c43gx4 > :last-child { margin-right: 0px; } }\",'.framer-2Ttnc[data-border=\"true\"]::after, .framer-2Ttnc [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 41\n * @framerIntrinsicWidth 134.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"l4sTuZHJs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oPRkjgJ1F\":\"radius\",\"X9Ns3hmoz\":\"title\",\"ZIC9dzFfu\":\"link\",\"DPTgnRKOI\":\"newTab\",\"QU9jjWTGu\":\"iconVisible\",\"aPFuA5saO\":\"bGColor\",\"AqkPUP5Ap\":\"textColor\",\"gJAad45uu\":\"iconUpload\",\"zBH3kqya_\":\"customIcon\",\"IZK8u5Aj7\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZmyLNZJIl=withCSS(Component,css,\"framer-2Ttnc\");export default FramerZmyLNZJIl;FramerZmyLNZJIl.displayName=\"Button - email\";FramerZmyLNZJIl.defaultProps={height:41,width:134.5};addPropertyControls(FramerZmyLNZJIl,{variant:{options:[\"BpiYgtEcG\",\"l4sTuZHJs\"],optionTitles:[\"Large\",\"Small\"],title:\"Variant\",type:ControlType.Enum},oPRkjgJ1F:{defaultValue:\"8px\",title:\"Radius\",type:ControlType.BorderRadius},X9Ns3hmoz:{defaultValue:\"Copy email\",displayTextArea:false,title:\"Title\",type:ControlType.String},ZIC9dzFfu:{title:\"Link\",type:ControlType.Link},DPTgnRKOI:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},QU9jjWTGu:{defaultValue:true,title:\"Icon visible\",type:ControlType.Boolean},aPFuA5saO:{defaultValue:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",title:\"BG color\",type:ControlType.Color},AqkPUP5Ap:{defaultValue:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",title:\"Text color\",type:ControlType.Color},gJAad45uu:{title:\"Icon upload\",type:ControlType.ResponsiveImage},zBH3kqya_:{defaultValue:false,title:\"Custom icon\",type:ControlType.Boolean},IZK8u5Aj7:{defaultValue:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FramerZmyLNZJIl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZmyLNZJIl\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"oPRkjgJ1F\\\":\\\"radius\\\",\\\"X9Ns3hmoz\\\":\\\"title\\\",\\\"ZIC9dzFfu\\\":\\\"link\\\",\\\"DPTgnRKOI\\\":\\\"newTab\\\",\\\"QU9jjWTGu\\\":\\\"iconVisible\\\",\\\"aPFuA5saO\\\":\\\"bGColor\\\",\\\"AqkPUP5Ap\\\":\\\"textColor\\\",\\\"gJAad45uu\\\":\\\"iconUpload\\\",\\\"zBH3kqya_\\\":\\\"customIcon\\\",\\\"IZK8u5Aj7\\\":\\\"border\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"134.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"l4sTuZHJs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"41\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZmyLNZJIl.map", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-NLjkY .framer-styles-preset-13zick:not(.rich-text-wrapper), .framer-NLjkY .framer-styles-preset-13zick.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-NLjkY .framer-styles-preset-13zick:not(.rich-text-wrapper), .framer-NLjkY .framer-styles-preset-13zick.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-NLjkY .framer-styles-preset-13zick:not(.rich-text-wrapper), .framer-NLjkY .framer-styles-preset-13zick.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-NLjkY .framer-styles-preset-13zick:not(.rich-text-wrapper), .framer-NLjkY .framer-styles-preset-13zick.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --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.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, #282828); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-NLjkY\";\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\"}}}", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-POVFZ .framer-styles-preset-1x3rimo:not(.rich-text-wrapper), .framer-POVFZ .framer-styles-preset-1x3rimo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-POVFZ .framer-styles-preset-1x3rimo:not(.rich-text-wrapper), .framer-POVFZ .framer-styles-preset-1x3rimo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-POVFZ .framer-styles-preset-1x3rimo:not(.rich-text-wrapper), .framer-POVFZ .framer-styles-preset-1x3rimo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --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.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-POVFZ .framer-styles-preset-1x3rimo:not(.rich-text-wrapper), .framer-POVFZ .framer-styles-preset-1x3rimo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-POVFZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-YYAjM .framer-styles-preset-1ecsk4e:not(.rich-text-wrapper), .framer-YYAjM .framer-styles-preset-1ecsk4e.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-YYAjM .framer-styles-preset-1ecsk4e:not(.rich-text-wrapper), .framer-YYAjM .framer-styles-preset-1ecsk4e.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-YYAjM .framer-styles-preset-1ecsk4e:not(.rich-text-wrapper), .framer-YYAjM .framer-styles-preset-1ecsk4e.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-YYAjM .framer-styles-preset-1ecsk4e:not(.rich-text-wrapper), .framer-YYAjM .framer-styles-preset-1ecsk4e.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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.02em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-YYAjM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js\";import HideFramerBadge from\"https://framerusercontent.com/modules/LPU9b7bmUXCYKBMKDWZa/AEfXnZ1R7sNYRt6dZiw4/Hide_page.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import Avatar from\"#framer/local/canvasComponent/dyWAhAUhn/dyWAhAUhn.js\";import Testimonial from\"#framer/local/canvasComponent/mKLtXL1uV/mKLtXL1uV.js\";import Menu from\"#framer/local/canvasComponent/OAjSv4pWo/OAjSv4pWo.js\";import ScrollToTop from\"#framer/local/canvasComponent/oeWv8fa9J/oeWv8fa9J.js\";import Pulse from\"#framer/local/canvasComponent/UtGiHQFxK/UtGiHQFxK.js\";import ButtonEmail from\"#framer/local/canvasComponent/ZmyLNZJIl/ZmyLNZJIl.js\";import*as sharedStyle3 from\"#framer/local/css/Br54XWMtm/Br54XWMtm.js\";import*as sharedStyle from\"#framer/local/css/UoaDPeBNn/UoaDPeBNn.js\";import*as sharedStyle4 from\"#framer/local/css/vLynWL3wR/vLynWL3wR.js\";import*as sharedStyle2 from\"#framer/local/css/VpxqrYlCE/VpxqrYlCE.js\";import*as sharedStyle1 from\"#framer/local/css/XCML7w4WH/XCML7w4WH.js\";import metadataProvider from\"#framer/local/webPageMetadata/zxFISYH0d/zxFISYH0d.js\";const HideFramerBadgeFonts=getFonts(HideFramerBadge);const MenuFonts=getFonts(Menu);const MenuWithVariantAppearEffect=withVariantAppearEffect(Menu);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ButtonEmailFonts=getFonts(ButtonEmail);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const AvatarFonts=getFonts(Avatar);const PulseFonts=getFonts(Pulse);const TimeDateFonts=getFonts(TimeDate);const TickerFonts=getFonts(Ticker);const ImageWithFX=withFX(Image);const VideoFonts=getFonts(Video);const TestimonialFonts=getFonts(Testimonial);const ScrollToTopFonts=getFonts(ScrollToTop);const ContainerWithFX=withFX(Container);const breakpoints={EPx9Ssbp3:\"(max-width: 809px)\",EWrQzp4ap:\"(min-width: 1200px) and (max-width: 1439px)\",lHc6GeP79:\"(min-width: 810px) and (max-width: 1199px)\",q_o8DO8nj:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-03tZe\";const variantClassNames={EPx9Ssbp3:\"framer-v-hxjk1f\",EWrQzp4ap:\"framer-v-1qxj2pz\",lHc6GeP79:\"framer-v-1ufestl\",q_o8DO8nj:\"framer-v-1y3u5ub\"};const transition1={bounce:.2,delay:.5,duration:.5,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-70,y:0};const transition2={bounce:.1,delay:.6,duration:.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,y:-4};const transition4={bounce:.2,delay:0,duration:.9,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation7={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition5={bounce:0,delay:0,duration:.6,type:\"spring\"};const textEffect={effect:animation7,tokenization:\"character\",transition:transition5,trigger:\"onMount\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition6={bounce:.1,delay:1,duration:.6,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition7={bounce:.1,delay:0,duration:.6,type:\"spring\"};const transition8={bounce:.1,delay:.05,duration:.6,type:\"spring\"};const transition9={bounce:.1,delay:.1,duration:.6,type:\"spring\"};const transition10={bounce:.1,delay:.15,duration:.6,type:\"spring\"};const transition11={bounce:.1,delay:.2,duration:.6,type:\"spring\"};const transition12={bounce:.1,delay:.25,duration:.6,type:\"spring\"};const transition13={bounce:.1,delay:.3,duration:.6,type:\"spring\"};const transition14={bounce:.1,delay:.35,duration:.6,type:\"spring\"};const transition15={bounce:.1,delay:.4,duration:.6,type:\"spring\"};const transition16={bounce:.1,delay:.45,duration:.6,type:\"spring\"};const transition17={bounce:.1,delay:.5,duration:.6,type:\"spring\"};const transition18={bounce:.1,delay:.55,duration:.6,type:\"spring\"};const transition19={bounce:.1,delay:.6,duration:.6,type:\"spring\"};const transition20={bounce:.1,delay:.65,duration:.6,type:\"spring\"};const transition21={bounce:.1,delay:.7,duration:.6,type:\"spring\"};const transition22={bounce:.1,delay:.75,duration:.6,type:\"spring\"};const transition23={bounce:.1,delay:.9,duration:.6,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition23,x:0,y:0};const transition24={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - small\":\"EWrQzp4ap\",Desktop:\"q_o8DO8nj\",Phone:\"EPx9Ssbp3\",Tablet:\"lHc6GeP79\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"q_o8DO8nj\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"cvcB7rMg6\");const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"EPx9Ssbp3\")return false;return true;};const elementId1=useRouteElementId(\"Ltdw8pc6b\");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"q_o8DO8nj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1y3u5ub\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kdnv40-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"No82471Lx\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(HideFramerBadge,{height:\"100%\",id:\"No82471Lx\",layoutId:\"No82471Lx\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nb74aq\",\"data-framer-name\":\"Scroll to top\",id:elementId,ref:ref1}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-f5lbx4-container\",\"data-framer-appear-id\":\"f5lbx4\",initial:animation1,layoutScroll:true,nodeId:\"MZh5MjDWY\",optimized:true,rendersWithMotion:true,scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{__framer__variantAppearEffectEnabled:undefined,variant:\"PcKRKcuY0\"}},children:/*#__PURE__*/_jsx(MenuWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"Exfocv7pm\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"MZh5MjDWY\",layoutId:\"MZh5MjDWY\",style:{height:\"100%\"},variant:\"Bsr9NCxbN\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1vqqkby hidden-hxjk1f\",\"data-framer-appear-id\":\"1vqqkby\",\"data-framer-name\":\"CTAs\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jg0d8i-container\",nodeId:\"AvJE29URG\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",whileHover:animation4,children:/*#__PURE__*/_jsx(ButtonEmail,{aPFuA5saO:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",AqkPUP5Ap:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",DPTgnRKOI:true,height:\"100%\",id:\"AvJE29URG\",IZK8u5Aj7:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},layoutId:\"AvJE29URG\",oPRkjgJ1F:\"12px\",QU9jjWTGu:false,variant:\"BpiYgtEcG\",width:\"100%\",X9Ns3hmoz:\"Book a call\",zBH3kqya_:false,ZIC9dzFfu:\"https://cal.com/melodyonyeocha/30min\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-q80mv2\",\"data-framer-appear-id\":\"q80mv2\",\"data-framer-name\":\"Hero\",\"data-hide-scrollbars\":true,initial:animation6,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qucpk2\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{height:55,width:\"55px\",y:(componentViewport?.y||0)+0+200+70+0+0+0},EWrQzp4ap:{height:106,width:\"106px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"89px\",y:(componentViewport?.y||0)+0+200+120+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vwo531-container\",nodeId:\"AxrTUPwn7\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(Avatar,{height:\"100%\",id:\"AxrTUPwn7\",layoutId:\"AxrTUPwn7\",style:{height:\"100%\",width:\"100%\"},variant:\"GDBedLkLC\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k18rd6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1x3rimo\",\"data-styles-preset\":\"UoaDPeBNn\",style:{\"--framer-text-color\":\"var(--token-6f21c953-579e-4944-be50-6a920e72693d, rgb(128, 128, 128))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"},children:\"Product\"}),\" designer and \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"},children:\"Framer\"}),\" developer specializing in \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"},children:\"web\"}),\" & \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"},children:\"mobile\"}),\" designs\"]})}),className:\"framer-153irij\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"emht3Zmtt\"},motionChild:true,nodeId:\"PwegJd8wk\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1402xx6 framer-1r4udp8\",\"data-framer-name\":\"Status\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i48bdw-container\",nodeId:\"lYBqGWwMd\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(Pulse,{height:\"100%\",id:\"lYBqGWwMd\",layoutId:\"lYBqGWwMd\",style:{height:\"100%\",width:\"100%\"},variant:\"YBSI2la9Z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",children:\"Available for work\"})}),className:\"framer-1ra2zhv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eo466\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-iisjjh\",\"data-styles-preset\":\"VpxqrYlCE\",style:{\"--framer-text-color\":\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40))\"},children:\"I craft designs and build products that not only solve problems but also simplify your life, blending functionality with aesthetics. My goal is to create seamless and consistent digital experiences that elevate user satisfaction.\"})}),className:\"framer-1hsfpor\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uc8k4r\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cbowoo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UrYmXDZct\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.4em\"},height:\"100%\",id:\"UrYmXDZct\",layoutId:\"UrYmXDZct\",monthFormat:\"long\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:true,showWeekday:true,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-q98v82 hidden-hxjk1f\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13zick\",\"data-styles-preset\":\"Br54XWMtm\",children:\"Based in Port Harcourt, Nigeria.\"})}),className:\"framer-u371jy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1dtr540\",\"data-framer-appear-id\":\"1dtr540\",\"data-framer-name\":\"CTAs\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{y:(componentViewport?.y||0)+0+200+70+160.6+0+210.4+0},EWrQzp4ap:{y:(componentViewport?.y||0)+0+200+120+138+0+182.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+200+120+121+0+182.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tmwa6x-container\",nodeId:\"obdNp0jhL\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{oPRkjgJ1F:\"8px\",variant:\"l4sTuZHJs\"}},children:/*#__PURE__*/_jsx(ButtonEmail,{aPFuA5saO:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",AqkPUP5Ap:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",DPTgnRKOI:true,gJAad45uu:addImageAlt({src:\"https://framerusercontent.com/images/rT7lqk5H2hhvguv2d5L70u8cmM.svg\"},\"\"),height:\"100%\",id:\"obdNp0jhL\",IZK8u5Aj7:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:0},layoutId:\"obdNp0jhL\",oPRkjgJ1F:\"12px\",QU9jjWTGu:false,variant:\"BpiYgtEcG\",width:\"100%\",X9Ns3hmoz:\"Hire me on Contra\",zBH3kqya_:true,ZIC9dzFfu:\"https://contra.com/melodyonyeocha\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{y:(componentViewport?.y||0)+0+200+70+160.6+0+210.4+0},EWrQzp4ap:{y:(componentViewport?.y||0)+0+200+120+138+0+182.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+200+120+121+0+182.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jx10uw-container\",nodeId:\"y8PVjIfEe\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{oPRkjgJ1F:\"8px\",variant:\"l4sTuZHJs\"}},children:/*#__PURE__*/_jsx(ButtonEmail,{aPFuA5saO:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",AqkPUP5Ap:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",DPTgnRKOI:true,height:\"100%\",id:\"y8PVjIfEe\",IZK8u5Aj7:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},layoutId:\"y8PVjIfEe\",oPRkjgJ1F:\"12px\",QU9jjWTGu:false,style:{height:\"100%\"},variant:\"BpiYgtEcG\",width:\"100%\",X9Ns3hmoz:\"Book a call\",zBH3kqya_:false,ZIC9dzFfu:\"https://cal.com/melodyonyeocha/30min\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-9qbu2-container\",\"data-framer-appear-id\":\"9qbu2\",initial:animation3,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"x74jlnWXe\",optimized:true,rendersWithMotion:true,scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{gap:30}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:30,overflow:false},gap:60,height:\"100%\",hoverFactor:1,id:\"x74jlnWXe\",layoutId:\"x74jlnWXe\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-e0q1y9\",\"data-framer-name\":\"Charge deals\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113 22\"><path d=\"M 1.303 20.119 L 32.703 20.119 L 32.703 1.941 L 1.303 1.941 Z M 30.224 18.054 L 16.92 17.971 L 3.575 17.847 L 3.451 11.443 C 3.41 7.932 3.451 4.833 3.534 4.544 C 3.699 4.131 6.55 4.007 17.003 4.007 L 30.224 4.007 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 7.087 5.99 C 7.087 6.403 6.881 6.94 6.591 7.229 C 6.302 7.518 5.765 7.725 5.352 7.725 C 4.691 7.725 4.608 8.138 4.608 10.989 C 4.608 14.129 4.65 14.253 5.641 14.501 C 6.261 14.666 6.757 15.162 6.922 15.781 L 7.17 16.814 L 17.044 16.814 C 26.258 16.814 26.919 16.773 26.919 16.071 C 26.919 15.12 27.704 14.335 28.654 14.335 C 29.315 14.335 29.398 13.922 29.398 11.03 C 29.398 8.138 29.315 7.725 28.654 7.725 C 27.704 7.725 26.919 6.94 26.919 5.99 C 26.919 5.287 26.258 5.246 17.003 5.246 C 7.748 5.246 7.087 5.287 7.087 5.99 Z M 18.655 7.518 C 19.978 8.221 21.134 10.039 21.134 11.485 C 21.134 12.724 18.573 15.162 17.251 15.162 C 13.739 15.162 11.673 11.443 13.739 8.799 C 15.226 6.94 16.755 6.527 18.655 7.518 Z M 10.599 11.03 C 10.599 11.774 10.351 12.104 9.649 12.187 C 9.112 12.27 8.616 12.063 8.492 11.691 C 8.079 10.617 8.657 9.708 9.649 9.873 C 10.351 9.956 10.599 10.286 10.599 11.03 Z M 25.472 11.03 C 25.472 11.774 25.225 12.104 24.522 12.187 C 23.985 12.27 23.489 12.063 23.365 11.691 C 22.952 10.617 23.531 9.708 24.522 9.873 C 25.225 9.956 25.472 10.286 25.472 11.03 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 16.424 9.791 C 15.474 11.237 15.433 11.485 15.97 11.691 C 16.466 11.898 16.548 12.27 16.383 13.261 C 16.135 14.459 16.177 14.418 17.292 12.683 C 18.16 11.402 18.366 10.782 17.994 10.7 C 17.623 10.617 17.54 10.163 17.705 9.336 C 18.036 7.725 17.747 7.808 16.424 9.791 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 42.059 14.497 C 42.001 14.555 41.944 14.592 41.886 14.609 C 41.828 14.625 41.775 14.633 41.725 14.633 L 38.538 14.633 C 38.497 14.633 38.447 14.625 38.39 14.609 C 38.332 14.592 38.274 14.555 38.217 14.497 L 37.525 13.806 C 37.459 13.74 37.422 13.682 37.414 13.633 C 37.405 13.575 37.401 13.526 37.401 13.485 L 37.401 7.159 C 37.401 7.143 37.405 7.102 37.414 7.036 C 37.422 6.97 37.459 6.904 37.525 6.838 L 38.217 6.146 C 38.283 6.08 38.34 6.043 38.39 6.035 C 38.439 6.019 38.489 6.01 38.538 6.01 L 41.738 6.01 C 41.795 6.01 41.849 6.019 41.898 6.035 C 41.948 6.052 42.001 6.089 42.059 6.146 L 42.751 6.838 C 42.808 6.896 42.845 6.949 42.862 6.999 C 42.878 7.04 42.886 7.093 42.886 7.159 L 42.886 8.481 C 42.886 8.522 42.866 8.563 42.825 8.605 C 42.792 8.638 42.755 8.654 42.714 8.654 L 41.243 8.654 C 41.194 8.654 41.153 8.638 41.12 8.605 C 41.087 8.563 41.07 8.522 41.07 8.481 L 41.07 8.16 C 41.07 8.127 41.058 8.098 41.033 8.073 L 40.823 7.863 C 40.799 7.839 40.77 7.826 40.737 7.826 L 39.539 7.826 C 39.506 7.826 39.477 7.839 39.452 7.863 L 39.254 8.073 C 39.221 8.115 39.205 8.152 39.205 8.185 L 39.205 12.546 C 39.205 12.587 39.221 12.62 39.254 12.644 L 39.427 12.817 L 40.86 12.817 L 41.033 12.644 C 41.058 12.62 41.07 12.591 41.07 12.558 L 41.07 12.187 C 41.07 12.146 41.087 12.109 41.12 12.076 C 41.153 12.035 41.194 12.014 41.243 12.014 L 42.714 12.014 C 42.755 12.014 42.792 12.035 42.825 12.076 C 42.866 12.109 42.886 12.146 42.886 12.187 L 42.886 13.583 C 42.886 13.616 42.878 13.645 42.862 13.67 C 42.853 13.694 42.816 13.74 42.751 13.806 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 47.808 14.633 C 47.767 14.633 47.725 14.617 47.684 14.584 C 47.651 14.551 47.635 14.51 47.635 14.46 L 47.635 11.224 L 45.782 11.224 L 45.782 14.46 C 45.782 14.51 45.761 14.551 45.72 14.584 C 45.687 14.617 45.65 14.633 45.609 14.633 L 44.139 14.633 C 44.023 14.633 43.966 14.576 43.966 14.46 L 43.966 6.183 C 43.966 6.068 44.023 6.01 44.139 6.01 L 45.609 6.01 C 45.65 6.01 45.687 6.027 45.72 6.06 C 45.761 6.093 45.782 6.134 45.782 6.183 L 45.782 9.408 L 47.635 9.408 L 47.635 6.183 C 47.635 6.134 47.651 6.093 47.684 6.06 C 47.725 6.027 47.767 6.01 47.808 6.01 L 49.278 6.01 C 49.393 6.01 49.451 6.068 49.451 6.183 L 49.451 14.46 C 49.451 14.576 49.393 14.633 49.278 14.633 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 55.292 14.633 C 55.243 14.633 55.198 14.617 55.157 14.584 C 55.115 14.543 55.087 14.502 55.07 14.46 L 54.774 13.46 L 52.291 13.46 L 51.994 14.46 C 51.978 14.502 51.949 14.543 51.908 14.584 C 51.866 14.617 51.821 14.633 51.772 14.633 L 50.363 14.633 C 50.281 14.633 50.223 14.617 50.19 14.584 C 50.166 14.543 50.161 14.502 50.178 14.46 L 52.624 6.183 C 52.665 6.068 52.723 6.01 52.797 6.01 L 54.267 6.01 C 54.341 6.01 54.399 6.072 54.44 6.196 L 56.886 14.46 C 56.903 14.502 56.89 14.543 56.849 14.584 C 56.816 14.617 56.767 14.633 56.701 14.633 Z M 53.538 9.259 L 52.785 11.792 L 54.279 11.792 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 61.428 14.633 C 61.379 14.633 61.333 14.617 61.292 14.584 C 61.251 14.543 61.222 14.502 61.206 14.46 L 59.995 11.446 L 59.427 11.446 L 59.427 14.46 C 59.427 14.502 59.41 14.543 59.377 14.584 C 59.344 14.617 59.303 14.633 59.254 14.633 L 57.784 14.633 C 57.742 14.633 57.701 14.617 57.66 14.584 C 57.627 14.543 57.611 14.502 57.611 14.46 L 57.611 6.183 C 57.611 6.134 57.627 6.093 57.66 6.06 C 57.701 6.027 57.742 6.01 57.784 6.01 L 61.712 6.01 C 61.844 6.01 61.951 6.052 62.033 6.134 L 62.737 6.838 C 62.812 6.912 62.849 6.978 62.849 7.036 C 62.857 7.085 62.861 7.135 62.861 7.184 L 62.861 10.297 C 62.861 10.38 62.853 10.441 62.836 10.482 C 62.82 10.524 62.787 10.569 62.737 10.618 L 61.996 11.347 L 63.256 14.46 C 63.273 14.502 63.273 14.543 63.256 14.584 C 63.24 14.617 63.199 14.633 63.133 14.633 Z M 61.008 9.408 C 61.033 9.383 61.045 9.35 61.045 9.309 L 61.045 8.185 C 61.045 8.127 61.033 8.086 61.008 8.061 L 60.823 7.876 C 60.798 7.851 60.773 7.839 60.749 7.839 C 60.724 7.83 60.695 7.826 60.662 7.826 L 59.427 7.826 L 59.427 9.642 L 60.724 9.642 C 60.757 9.642 60.786 9.63 60.81 9.605 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 68.673 14.497 C 68.599 14.572 68.529 14.613 68.463 14.621 C 68.397 14.629 68.36 14.633 68.352 14.633 L 65.152 14.633 C 65.029 14.633 64.922 14.588 64.831 14.497 L 64.139 13.806 C 64.065 13.732 64.024 13.674 64.016 13.633 C 64.007 13.591 64.003 13.542 64.003 13.485 L 64.003 7.159 C 64.003 7.085 64.012 7.027 64.028 6.986 C 64.053 6.937 64.09 6.887 64.139 6.838 L 64.831 6.146 C 64.872 6.105 64.913 6.072 64.955 6.047 C 64.996 6.023 65.062 6.01 65.152 6.01 L 68.352 6.01 C 68.401 6.01 68.447 6.019 68.488 6.035 C 68.537 6.043 68.599 6.08 68.673 6.146 L 69.365 6.838 C 69.431 6.912 69.468 6.974 69.476 7.023 C 69.493 7.065 69.501 7.11 69.501 7.159 L 69.501 8.481 C 69.501 8.522 69.48 8.563 69.439 8.605 C 69.406 8.638 69.365 8.654 69.316 8.654 L 67.858 8.654 C 67.808 8.654 67.767 8.638 67.734 8.605 C 67.701 8.563 67.685 8.522 67.685 8.481 L 67.685 8.16 C 67.685 8.127 67.672 8.098 67.648 8.073 L 67.438 7.863 C 67.421 7.839 67.392 7.826 67.351 7.826 L 66.153 7.826 C 66.12 7.826 66.091 7.839 66.066 7.863 L 65.869 8.073 C 65.836 8.115 65.819 8.152 65.819 8.185 L 65.819 12.546 C 65.819 12.579 65.836 12.611 65.869 12.644 L 66.029 12.817 L 67.475 12.817 L 67.648 12.644 C 67.672 12.611 67.685 12.583 67.685 12.558 L 67.685 11.471 L 66.869 11.471 C 66.82 11.471 66.779 11.454 66.746 11.421 C 66.713 11.38 66.697 11.339 66.697 11.298 L 66.697 9.828 C 66.697 9.712 66.754 9.655 66.869 9.655 L 69.316 9.655 C 69.365 9.655 69.406 9.671 69.439 9.704 C 69.48 9.737 69.501 9.778 69.501 9.828 L 69.501 13.559 C 69.501 13.608 69.489 13.653 69.464 13.694 C 69.439 13.727 69.406 13.764 69.365 13.806 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 70.898 14.633 C 70.782 14.633 70.725 14.576 70.725 14.46 L 70.725 6.183 C 70.725 6.068 70.782 6.01 70.898 6.01 L 75.394 6.01 C 75.436 6.01 75.473 6.027 75.506 6.06 C 75.547 6.093 75.567 6.134 75.567 6.183 L 75.567 7.653 C 75.567 7.703 75.547 7.744 75.506 7.777 C 75.473 7.81 75.436 7.826 75.394 7.826 L 72.541 7.826 L 72.541 9.408 L 74.727 9.408 C 74.843 9.408 74.9 9.465 74.9 9.581 L 74.9 11.051 C 74.9 11.166 74.843 11.224 74.727 11.224 L 72.541 11.224 L 72.541 12.817 L 75.394 12.817 C 75.436 12.817 75.473 12.834 75.506 12.867 C 75.547 12.9 75.567 12.941 75.567 12.99 L 75.567 14.46 C 75.567 14.51 75.547 14.551 75.506 14.584 C 75.473 14.617 75.436 14.633 75.394 14.633 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 85.016 14.497 C 84.925 14.588 84.818 14.633 84.695 14.633 L 80.766 14.633 C 80.651 14.633 80.593 14.576 80.593 14.46 L 80.593 6.183 C 80.593 6.068 80.651 6.01 80.766 6.01 L 84.695 6.01 C 84.744 6.01 84.794 6.019 84.843 6.035 C 84.901 6.052 84.958 6.089 85.016 6.146 L 85.708 6.838 C 85.766 6.896 85.803 6.953 85.819 7.011 C 85.835 7.069 85.844 7.118 85.844 7.159 L 85.844 13.485 C 85.844 13.526 85.835 13.575 85.819 13.633 C 85.811 13.682 85.774 13.74 85.708 13.806 Z M 83.991 12.644 C 84.015 12.612 84.028 12.583 84.028 12.558 L 84.028 8.16 C 84.028 8.127 84.015 8.098 83.991 8.073 L 83.781 7.863 C 83.764 7.839 83.735 7.826 83.694 7.826 L 82.409 7.826 L 82.409 12.817 L 83.818 12.817 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 87.245 14.633 C 87.129 14.633 87.072 14.576 87.072 14.46 L 87.072 6.183 C 87.072 6.068 87.129 6.01 87.245 6.01 L 91.742 6.01 C 91.783 6.01 91.82 6.027 91.853 6.06 C 91.894 6.093 91.915 6.134 91.915 6.183 L 91.915 7.653 C 91.915 7.703 91.894 7.744 91.853 7.777 C 91.82 7.81 91.783 7.826 91.742 7.826 L 88.888 7.826 L 88.888 9.408 L 91.075 9.408 C 91.19 9.408 91.248 9.465 91.248 9.581 L 91.248 11.051 C 91.248 11.166 91.19 11.224 91.075 11.224 L 88.888 11.224 L 88.888 12.817 L 91.742 12.817 C 91.783 12.817 91.82 12.834 91.853 12.867 C 91.894 12.9 91.915 12.941 91.915 12.99 L 91.915 14.46 C 91.915 14.51 91.894 14.551 91.853 14.584 C 91.82 14.617 91.783 14.633 91.742 14.633 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 97.409 14.633 C 97.36 14.633 97.315 14.617 97.273 14.584 C 97.232 14.543 97.203 14.502 97.187 14.46 L 96.891 13.46 L 94.407 13.46 L 94.111 14.46 C 94.094 14.502 94.066 14.543 94.024 14.584 C 93.983 14.617 93.938 14.633 93.888 14.633 L 92.48 14.633 C 92.398 14.633 92.34 14.617 92.307 14.584 C 92.282 14.543 92.278 14.502 92.295 14.46 L 94.741 6.183 C 94.782 6.068 94.84 6.01 94.914 6.01 L 96.384 6.01 C 96.458 6.01 96.516 6.072 96.557 6.196 L 99.003 14.46 C 99.019 14.502 99.007 14.543 98.966 14.584 C 98.933 14.617 98.884 14.633 98.818 14.633 Z M 95.655 9.259 L 94.902 11.792 L 96.396 11.792 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 99.913 14.633 C 99.863 14.633 99.818 14.617 99.777 14.584 C 99.744 14.551 99.727 14.51 99.727 14.46 L 99.727 6.146 C 99.727 6.105 99.748 6.072 99.789 6.047 C 99.83 6.023 99.872 6.01 99.913 6.01 L 101.371 6.01 C 101.412 6.01 101.449 6.023 101.482 6.047 C 101.523 6.072 101.543 6.105 101.543 6.146 L 101.543 12.817 L 104.854 12.817 C 104.904 12.817 104.945 12.838 104.978 12.879 C 105.019 12.912 105.04 12.949 105.04 12.99 L 105.04 14.46 C 105.04 14.51 105.019 14.551 104.978 14.584 C 104.945 14.617 104.904 14.633 104.854 14.633 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 110.475 14.497 C 110.434 14.539 110.381 14.572 110.315 14.596 C 110.249 14.621 110.195 14.633 110.154 14.633 L 106.954 14.633 C 106.831 14.633 106.724 14.588 106.633 14.497 L 105.941 13.806 C 105.9 13.764 105.867 13.711 105.843 13.645 C 105.818 13.579 105.806 13.517 105.806 13.46 L 105.806 12.261 C 105.806 12.212 105.822 12.171 105.855 12.138 C 105.896 12.105 105.941 12.088 105.991 12.088 L 107.449 12.088 C 107.564 12.088 107.622 12.146 107.622 12.261 L 107.622 12.817 L 109.178 12.817 C 109.195 12.817 109.215 12.805 109.24 12.78 L 109.45 12.583 C 109.475 12.558 109.487 12.529 109.487 12.496 L 109.487 11.557 C 109.487 11.508 109.466 11.467 109.425 11.434 L 109.24 11.261 C 109.215 11.236 109.195 11.224 109.178 11.224 L 106.954 11.224 C 106.831 11.224 106.724 11.178 106.633 11.088 L 105.941 10.396 C 105.9 10.355 105.867 10.31 105.843 10.26 C 105.818 10.211 105.806 10.149 105.806 10.075 L 105.806 7.159 C 105.806 7.036 105.851 6.929 105.941 6.838 L 106.633 6.146 C 106.699 6.08 106.757 6.043 106.806 6.035 C 106.856 6.019 106.905 6.01 106.954 6.01 L 110.154 6.01 C 110.22 6.01 110.274 6.019 110.315 6.035 C 110.364 6.052 110.418 6.089 110.475 6.146 L 111.167 6.838 C 111.258 6.929 111.303 7.04 111.303 7.172 L 111.303 8.444 C 111.303 8.493 111.282 8.535 111.241 8.568 C 111.208 8.601 111.167 8.617 111.118 8.617 L 109.66 8.617 C 109.545 8.617 109.487 8.559 109.487 8.444 L 109.487 7.826 L 107.955 7.826 C 107.922 7.826 107.893 7.839 107.869 7.863 L 107.671 8.061 C 107.638 8.094 107.622 8.127 107.622 8.16 L 107.622 9.148 C 107.622 9.173 107.638 9.202 107.671 9.235 L 107.844 9.408 L 110.154 9.408 C 110.245 9.408 110.307 9.416 110.339 9.432 C 110.372 9.449 110.418 9.486 110.475 9.544 L 111.167 10.235 C 111.233 10.31 111.27 10.367 111.278 10.408 C 111.295 10.45 111.303 10.499 111.303 10.557 L 111.303 13.485 C 111.303 13.526 111.295 13.575 111.278 13.633 C 111.262 13.69 111.225 13.748 111.167 13.806 Z\" fill=\"rgb(4,4,4)\"></path></svg>',svgContentId:11482665e3,withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-emqaeh\",\"data-framer-name\":\"Flowbyherox\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rvbri1\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_244_90)\">\\n<mask id=\"mask0_244_90\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"16\" height=\"15\">\\n<path d=\"M15.4219 0.229034H0.984375V14.6665H15.4219V0.229034Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_244_90)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.59375 0.229034H15.4219V3.83841V11.0572L11.8125 14.6665V3.83841H0.984375L4.59375 0.229034ZM0.984375 12.1448V7.44779H5.6814L0.984375 12.1448ZM8.20313 14.6665H3.56708L8.20313 10.0305V14.6665Z\" fill=\"#040404\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_244_90\">\\n<rect width=\"14.4375\" height=\"14.4375\" fill=\"white\" transform=\"translate(0.984375 0.229034)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l297pg\",\"data-framer-name\":\"Group 142\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17.05px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-text-color\":\"rgb(4, 4, 4)\"},children:\"flowbyherox\"})}),className:\"framer-1tf9oev\",\"data-framer-name\":\"flowbyherox\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"3.3px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(4, 4, 4)\"},children:\"TM\"})}),className:\"framer-1um6j55\",\"data-framer-name\":\"TM\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:41,intrinsicWidth:156,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QMjFeLW7ztbW1tUZNYZB5pWjAY.svg\"},className:\"framer-1b4mqw7\",\"data-framer-name\":\"Hotpot\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ftb8aq\",\"data-framer-name\":\"Herox studio\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113 18\"><path d=\"M 8.545 2.787 L 1.883 2.787 L 8.545 9.449 L 1.883 9.449 L 8.545 16.112 L 15.208 16.112 L 8.545 9.449 L 15.208 9.449 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 21.573 10.42 L 21.573 16.469 L 19.602 16.469 L 19.602 2.876 L 21.546 2.876 L 21.546 7.948 L 21.683 7.948 C 21.92 7.395 22.282 6.957 22.768 6.634 C 23.261 6.306 23.902 6.142 24.693 6.142 C 25.393 6.142 26.004 6.285 26.527 6.57 C 27.05 6.856 27.457 7.285 27.749 7.857 C 28.047 8.429 28.196 9.14 28.196 9.992 L 28.196 16.469 L 26.207 16.469 L 26.207 10.229 C 26.207 9.475 26.013 8.891 25.624 8.477 C 25.241 8.064 24.705 7.857 24.018 7.857 C 23.544 7.857 23.124 7.96 22.759 8.167 C 22.394 8.368 22.105 8.657 21.892 9.034 C 21.68 9.411 21.573 9.873 21.573 10.42 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 33.686 16.679 C 32.688 16.679 31.825 16.463 31.095 16.031 C 30.365 15.599 29.802 14.991 29.407 14.206 C 29.018 13.416 28.823 12.494 28.823 11.442 C 28.823 10.396 29.015 9.475 29.398 8.678 C 29.787 7.881 30.332 7.261 31.031 6.817 C 31.737 6.367 32.564 6.142 33.513 6.142 C 34.09 6.142 34.65 6.236 35.191 6.425 C 35.733 6.613 36.219 6.911 36.651 7.319 C 37.083 7.726 37.423 8.255 37.673 8.906 C 37.928 9.557 38.056 10.341 38.056 11.26 L 38.056 11.971 L 29.945 11.971 L 29.945 10.484 L 37.034 10.484 L 36.113 10.977 C 36.113 10.35 36.015 9.797 35.821 9.316 C 35.626 8.836 35.334 8.462 34.945 8.194 C 34.562 7.921 34.084 7.784 33.513 7.784 C 32.941 7.784 32.451 7.921 32.044 8.194 C 31.642 8.468 31.335 8.83 31.122 9.28 C 30.91 9.73 30.803 10.223 30.803 10.758 L 30.803 11.771 C 30.803 12.47 30.925 13.063 31.168 13.55 C 31.411 14.036 31.749 14.407 32.181 14.663 C 32.618 14.918 33.126 15.046 33.704 15.046 C 34.081 15.046 34.422 14.991 34.726 14.882 C 35.036 14.772 35.304 14.608 35.529 14.389 C 35.754 14.17 35.924 13.899 36.04 13.577 L 37.919 13.933 C 37.767 14.48 37.499 14.961 37.116 15.374 C 36.733 15.788 36.249 16.11 35.666 16.341 C 35.088 16.566 34.428 16.679 33.686 16.679 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 38.646 16.469 L 38.646 6.269 L 40.553 6.269 L 40.553 7.902 L 40.663 7.902 C 40.851 7.355 41.179 6.923 41.648 6.607 C 42.122 6.285 42.657 6.123 43.253 6.123 C 43.375 6.123 43.518 6.13 43.682 6.142 C 43.852 6.148 43.989 6.157 44.093 6.169 L 44.093 8.067 C 44.014 8.042 43.871 8.018 43.664 7.994 C 43.463 7.969 43.26 7.957 43.053 7.957 C 42.584 7.957 42.165 8.058 41.794 8.258 C 41.429 8.453 41.14 8.723 40.927 9.07 C 40.72 9.411 40.617 9.806 40.617 10.256 L 40.617 16.469 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 48.168 16.679 C 47.213 16.679 46.377 16.46 45.659 16.022 C 44.948 15.584 44.394 14.97 43.999 14.179 C 43.61 13.388 43.415 12.47 43.415 11.424 C 43.415 10.366 43.61 9.441 43.999 8.651 C 44.394 7.854 44.948 7.236 45.659 6.799 C 46.377 6.361 47.213 6.142 48.168 6.142 C 49.129 6.142 49.965 6.361 50.677 6.799 C 51.389 7.236 51.942 7.854 52.337 8.651 C 52.733 9.441 52.93 10.366 52.93 11.424 C 52.93 12.47 52.733 13.388 52.337 14.179 C 51.942 14.97 51.389 15.584 50.677 16.022 C 49.965 16.46 49.129 16.679 48.168 16.679 Z M 48.168 15.009 C 48.795 15.009 49.312 14.845 49.719 14.517 C 50.127 14.188 50.428 13.753 50.622 13.212 C 50.823 12.665 50.923 12.069 50.923 11.424 C 50.923 10.767 50.823 10.165 50.622 9.618 C 50.428 9.07 50.127 8.632 49.719 8.304 C 49.312 7.975 48.795 7.811 48.168 7.811 C 47.548 7.811 47.034 7.975 46.626 8.304 C 46.225 8.632 45.924 9.07 45.723 9.618 C 45.523 10.165 45.422 10.767 45.422 11.424 C 45.422 12.069 45.523 12.665 45.723 13.212 C 45.924 13.753 46.225 14.188 46.626 14.517 C 47.034 14.845 47.548 15.009 48.168 15.009 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 54.725 6.269 L 56.96 10.247 L 59.232 6.269 L 61.412 6.269 L 58.237 11.378 L 61.431 16.469 L 59.268 16.469 L 56.96 12.655 L 54.689 16.469 L 52.508 16.469 L 55.674 11.378 L 52.545 6.269 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 62.444 14.355 L 64.567 14.355 L 64.567 16.479 L 62.444 16.479 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 74.102 8.769 L 72.269 9.079 C 72.226 8.848 72.141 8.629 72.013 8.422 C 71.891 8.216 71.706 8.045 71.457 7.912 C 71.213 7.778 70.885 7.711 70.471 7.711 C 69.906 7.717 69.41 7.851 68.984 8.112 C 68.558 8.374 68.315 8.702 68.254 9.098 C 68.194 9.432 68.27 9.7 68.483 9.9 C 68.695 10.095 69.066 10.262 69.596 10.402 L 71.165 10.767 C 72.071 10.986 72.719 11.323 73.108 11.78 C 73.503 12.236 73.64 12.829 73.518 13.559 C 73.415 14.167 73.15 14.705 72.725 15.173 C 72.299 15.642 71.752 16.01 71.082 16.277 C 70.42 16.539 69.681 16.673 68.866 16.679 C 67.71 16.673 66.81 16.426 66.165 15.94 C 65.521 15.447 65.189 14.754 65.171 13.86 L 67.141 13.568 C 67.172 14.066 67.348 14.444 67.671 14.699 C 67.993 14.948 68.443 15.076 69.021 15.082 C 69.69 15.082 70.246 14.942 70.69 14.663 C 71.14 14.377 71.396 14.033 71.457 13.632 C 71.511 13.315 71.441 13.054 71.247 12.847 C 71.058 12.64 70.724 12.479 70.243 12.364 L 68.592 11.98 C 67.668 11.768 67.017 11.421 66.64 10.94 C 66.263 10.46 66.135 9.855 66.257 9.125 C 66.36 8.529 66.612 8.009 67.014 7.565 C 67.421 7.115 67.938 6.765 68.565 6.516 C 69.191 6.266 69.884 6.142 70.645 6.142 C 71.764 6.142 72.6 6.379 73.153 6.853 C 73.713 7.328 74.029 7.966 74.102 8.769 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 80.066 6.269 L 79.802 7.866 L 74.237 7.866 L 74.501 6.269 Z M 76.39 3.843 L 78.378 3.843 L 76.764 13.477 C 76.703 13.854 76.712 14.143 76.791 14.343 C 76.876 14.538 77.007 14.669 77.183 14.736 C 77.36 14.796 77.557 14.827 77.776 14.827 C 77.94 14.833 78.08 14.827 78.196 14.809 C 78.318 14.784 78.412 14.766 78.479 14.754 L 78.588 16.396 C 78.454 16.438 78.275 16.484 78.05 16.533 C 77.825 16.581 77.554 16.603 77.238 16.597 C 76.715 16.609 76.244 16.517 75.824 16.323 C 75.404 16.128 75.091 15.827 74.884 15.42 C 74.677 15.006 74.626 14.492 74.729 13.878 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 86.149 12.254 L 87.152 6.269 L 89.132 6.269 L 87.435 16.469 L 85.492 16.469 L 85.784 14.699 L 85.674 14.699 C 85.358 15.24 84.911 15.693 84.333 16.058 C 83.755 16.423 83.08 16.603 82.308 16.597 C 81.657 16.597 81.104 16.454 80.648 16.168 C 80.191 15.882 79.866 15.453 79.671 14.882 C 79.477 14.31 79.452 13.601 79.598 12.756 L 80.684 6.269 L 82.673 6.269 L 81.642 12.528 C 81.526 13.215 81.627 13.765 81.943 14.179 C 82.265 14.593 82.731 14.796 83.339 14.79 C 83.71 14.79 84.093 14.699 84.488 14.517 C 84.89 14.334 85.243 14.054 85.547 13.677 C 85.857 13.3 86.058 12.826 86.149 12.254 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 92.323 16.67 C 91.495 16.663 90.796 16.451 90.224 16.031 C 89.659 15.611 89.257 15.009 89.02 14.225 C 88.783 13.434 88.749 12.491 88.92 11.396 C 89.108 10.29 89.452 9.344 89.951 8.559 C 90.455 7.775 91.064 7.176 91.775 6.762 C 92.493 6.348 93.262 6.142 94.083 6.142 C 94.716 6.142 95.205 6.248 95.552 6.461 C 95.905 6.668 96.166 6.911 96.337 7.191 C 96.507 7.471 96.632 7.717 96.711 7.93 L 96.829 7.93 L 97.668 2.876 L 99.648 2.876 L 97.404 16.469 L 95.47 16.469 L 95.725 14.882 L 95.561 14.882 C 95.409 15.094 95.196 15.341 94.922 15.62 C 94.655 15.9 94.308 16.143 93.882 16.35 C 93.463 16.557 92.943 16.663 92.323 16.67 Z M 92.998 14.982 C 93.569 14.976 94.08 14.824 94.53 14.526 C 94.98 14.222 95.357 13.799 95.662 13.258 C 95.972 12.716 96.185 12.09 96.3 11.378 C 96.422 10.667 96.419 10.046 96.291 9.517 C 96.169 8.982 95.929 8.568 95.57 8.276 C 95.218 7.978 94.752 7.829 94.174 7.829 C 93.578 7.829 93.058 7.985 92.614 8.295 C 92.17 8.605 91.809 9.028 91.529 9.563 C 91.249 10.098 91.054 10.703 90.945 11.378 C 90.829 12.06 90.823 12.674 90.927 13.221 C 91.036 13.762 91.261 14.191 91.602 14.508 C 91.942 14.818 92.408 14.976 92.998 14.982 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 98.496 16.469 L 100.193 6.269 L 102.182 6.269 L 100.485 16.469 Z M 101.598 4.682 C 101.257 4.688 100.968 4.576 100.731 4.344 C 100.5 4.107 100.391 3.828 100.403 3.505 C 100.421 3.177 100.558 2.897 100.813 2.666 C 101.069 2.435 101.367 2.319 101.707 2.319 C 102.054 2.319 102.343 2.435 102.574 2.666 C 102.811 2.897 102.927 3.177 102.921 3.505 C 102.897 3.828 102.757 4.107 102.501 4.344 C 102.246 4.576 101.945 4.688 101.598 4.682 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 105.911 16.679 C 104.938 16.673 104.126 16.448 103.475 16.004 C 102.83 15.56 102.374 14.939 102.106 14.143 C 101.845 13.34 101.799 12.406 101.97 11.342 C 102.14 10.296 102.48 9.383 102.991 8.605 C 103.502 7.826 104.144 7.221 104.916 6.789 C 105.689 6.358 106.546 6.142 107.489 6.142 C 108.462 6.142 109.271 6.367 109.916 6.817 C 110.56 7.261 111.017 7.884 111.284 8.687 C 111.552 9.49 111.597 10.426 111.421 11.497 C 111.257 12.537 110.916 13.446 110.399 14.225 C 109.888 14.997 109.247 15.599 108.474 16.031 C 107.708 16.457 106.853 16.673 105.911 16.679 Z M 106.02 15.018 C 106.659 15.012 107.215 14.842 107.69 14.507 C 108.164 14.173 108.55 13.729 108.848 13.175 C 109.152 12.616 109.356 12.002 109.46 11.333 C 109.569 10.694 109.569 10.107 109.46 9.572 C 109.356 9.037 109.134 8.608 108.794 8.286 C 108.453 7.957 107.979 7.796 107.37 7.802 C 106.738 7.796 106.181 7.963 105.701 8.304 C 105.226 8.644 104.837 9.094 104.533 9.654 C 104.235 10.214 104.034 10.828 103.931 11.497 C 103.822 12.129 103.818 12.713 103.922 13.248 C 104.025 13.784 104.247 14.212 104.588 14.535 C 104.935 14.851 105.412 15.012 106.02 15.018 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 106.857 1.382 L 106.857 1.041 L 108.901 1.041 L 108.901 1.382 L 108.079 1.382 L 108.079 3.679 L 107.682 3.679 L 107.682 1.382 Z\" fill=\"rgb(4,4,4)\"></path><path d=\"M 109.195 1.041 L 109.68 1.041 L 110.519 3.091 L 110.549 3.091 L 111.39 1.041 L 111.883 1.041 L 111.883 3.679 L 111.493 3.679 L 111.493 1.77 L 111.468 1.77 L 110.687 3.676 L 110.372 3.676 L 109.6 1.768 L 109.575 1.768 L 109.575 3.679 L 109.195 3.679 Z\" fill=\"rgb(4,4,4)\"></path></svg>',svgContentId:8833682909,withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DQ8mbJE6DtIrj2wALLg64zQf4Mc.png\"},className:\"framer-ajp5kl\",\"data-framer-name\":\"Collaction\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/84hCqYxu7pUKDE8OC8f1gAyWVNE.png\"},className:\"framer-1me52hw\",\"data-framer-name\":\"Relyon\"})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1x5hrt0\",\"data-framer-appear-id\":\"1x5hrt0\",\"data-framer-name\":\"Work\",\"data-hide-scrollbars\":true,id:elementId1,initial:animation6,optimized:true,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+0),pixelHeight:4608,pixelWidth:6144,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg\",srcSet:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg 6144w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+0),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg\",srcSet:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg 6144w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+0),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg\",srcSet:\"https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XlNHTAbt8rldKfmSGhQGrBDFeo.jpg 6144w\"},className:\"framer-n1288c\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+170.5),pixelHeight:3036,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png\",srcSet:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=512 512w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+0),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png\",srcSet:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=512 512w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+0),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png\",srcSet:\"https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=512 512w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7Ofk53OZ1i3HcupJMtnE7WImfho.png 4050w\"},className:\"framer-5ikf68\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+340.5),pixelHeight:3912,pixelWidth:5161,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png\",srcSet:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=512 512w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png 5161w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+496),pixelHeight:3912,pixelWidth:5161,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png\",srcSet:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=512 512w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png 5161w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+496),pixelHeight:3912,pixelWidth:5161,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png\",srcSet:\"https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=512 512w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/izmcKGCRMzsFv1PBkQpIi8xugw.png 5161w\"},className:\"framer-16voudd\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+510.5),pixelHeight:3036,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png\",srcSet:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+496),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png\",srcSet:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+496),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png\",srcSet:\"https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2xMqQYm0yCVtmIOP2t74xiWwN0.png 4050w\"},className:\"framer-1mcwqim\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+680.5),pixelHeight:4608,pixelWidth:6144,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png\",srcSet:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png 6144w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+992),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png\",srcSet:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png 6144w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+992),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png\",srcSet:\"https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MsSzdotMrazmKZTA0bcvBBfMmFY.png 6144w\"},className:\"framer-14vtlwi\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+850.5),pixelHeight:3036,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png\",srcSet:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=512 512w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+992),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png\",srcSet:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=512 512w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+992),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png\",srcSet:\"https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=512 512w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zx6MHKQXWevzJephUnQZLkTtgNI.png 4050w\"},className:\"framer-1qmo8kn\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1020.5),pixelHeight:3038,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png\",srcSet:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=512 512w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+1488),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png\",srcSet:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=512 512w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1488),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png\",srcSet:\"https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=512 512w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TON6Z2nilKb2uA8GKXXVhYwMJ9A.png 4050w\"},className:\"framer-1x53731\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1531),pixelHeight:3038,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png\",srcSet:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=512 512w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+1488),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png\",srcSet:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=512 512w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png 4050w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1984),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png\",srcSet:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=512 512w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1488),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png\",srcSet:\"https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=512 512w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qAe1qgNh9jctao5oQs9PCpYEJCE.png 4050w\"},className:\"framer-rlyyyu\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1701.5),pixelHeight:3038,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png\",srcSet:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+1984),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png\",srcSet:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png 4050w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2480),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png\",srcSet:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1984),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png\",srcSet:\"https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=512 512w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3FxJOogTWbWIuBp2PJO6iDdj1h8.png 4050w\"},className:\"framer-11k8ykt\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1360.5),pixelHeight:3038,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png\",srcSet:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=512 512w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+1984),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png\",srcSet:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=512 512w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1984),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png\",srcSet:\"https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=512 512w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KCj4HbjQlGtpE6IWMW5qL1PK5zI.png 4050w\"},className:\"framer-1qgzg2p\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1871.5),pixelHeight:3038,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png\",srcSet:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=512 512w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+2480),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png\",srcSet:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=512 512w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2480),pixelHeight:3038,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png\",srcSet:\"https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=512 512w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qCdkRGAwi98HgCcJIyeD7ybXe0.png 4050w\"},className:\"framer-155lgrf\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+2042),pixelHeight:3036,pixelWidth:4050,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png\",srcSet:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png 4050w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+2480),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png\",srcSet:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png 4050w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2976),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png\",srcSet:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png 4050w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2480),pixelHeight:3036,pixelWidth:4050,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png\",srcSet:\"https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U3rmZ9m9wVkZKYGy5Wuv8G9f3Y.png 4050w\"},className:\"framer-kxhwrn\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+2212),pixelHeight:4608,pixelWidth:6144,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg\",srcSet:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg 6144w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+2976),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg\",srcSet:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg 6144w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2976),pixelHeight:4608,pixelWidth:6144,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg\",srcSet:\"https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XopUWc6LwMZc0dBrRVNuirA48.jpg 6144w\"},className:\"framer-1ec561n\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+2382),pixelHeight:3376,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png\",srcSet:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png 4500w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+2976),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png\",srcSet:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png 4500w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+3472),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png\",srcSet:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png 4500w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+2976),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png\",srcSet:\"https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=512 512w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/WfT6y4IVz8ZPifXF0AzVEV4EP4.png 4500w\"},className:\"framer-18fj8z8\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+1190.5),pixelHeight:3376,pixelWidth:4500,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png\",srcSet:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=512 512w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png 4500w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+3472),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png\",srcSet:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=512 512w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png 4500w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+1488),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png\",srcSet:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=512 512w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png 4500w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+3472),pixelHeight:3376,pixelWidth:4500,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png\",srcSet:\"https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=512 512w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/CY8gqz9dkA2y88JxMgXKCZpSXs.png 4500w\"},className:\"framer-sw7zkz\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+814+0+2552),pixelHeight:4096,pixelWidth:5760,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 88px)`,src:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png\",srcSet:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png 5760w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+883.4+0+3472),pixelHeight:4096,pixelWidth:5760,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png\",srcSet:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png 5760w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866.4+0+3472),pixelHeight:4096,pixelWidth:5760,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 316px) / 2, 50px)`,src:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png\",srcSet:\"https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DXFV9fQ3ihcrtVRtxOuLwvVVQ.png 5760w\"},className:\"framer-1udhu5s\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tg960j\",\"data-framer-name\":\"About\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2kjutp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cc6998\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Who\u2019s behind the screen\"})}),className:\"framer-i07ek0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",children:\"Get to know a tiny lil bit about me\"})}),className:\"framer-of2hdm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1el4w5c\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+40+0+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:`max((${componentViewport?.width||\"100vw\"} - 96px) / 2, 50px)`,src:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?lossless=1 3024w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4835.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:\"169px\",src:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?lossless=1 3024w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:`max((max(${componentViewport?.width||\"100vw\"} - 192px, 1px) - 24px) / 4, 50px)`,src:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?lossless=1 3024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:\"169px\",src:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/yGoxpUFB961MGARD9bqhFGjxguw.jpg?lossless=1 3024w\"},className:\"framer-1fx1wjs\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18zlx3w-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"M7MjUIXxM\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:4,bottomLeftRadius:4,bottomRightRadius:4,controls:false,height:\"100%\",id:\"M7MjUIXxM\",isMixedBorderRadius:false,layoutId:\"M7MjUIXxM\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Y9Zwajaty43rgARp4g8u02yDXQ8.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:4,topRightRadius:4,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+40+0+0+150+0+208),pixelHeight:4032,pixelWidth:3024,sizes:`max((${componentViewport?.width||\"100vw\"} - 96px) / 2, 50px)`,src:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?lossless=1 3024w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4835.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:\"169px\",src:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?lossless=1 3024w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:`max((max(${componentViewport?.width||\"100vw\"} - 192px, 1px) - 24px) / 4, 50px)`,src:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?lossless=1 3024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+150+0+0),pixelHeight:4032,pixelWidth:3024,sizes:\"169px\",src:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=1024&lossless=1 768w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?scale-down-to=2048&lossless=1 1536w,https://framerusercontent.com/images/7MGLEwN1DQDgCoJ02bIYDGXgbA.jpg?lossless=1 3024w\"},className:\"framer-l02ojd\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1edb8hh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lF1DOuiyR\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:4,bottomLeftRadius:4,bottomRightRadius:4,controls:false,height:\"100%\",id:\"lF1DOuiyR\",isMixedBorderRadius:false,layoutId:\"lF1DOuiyR\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/iDq0Tf8yDBqWWEqGiojknL83I.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:4,topRightRadius:4,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-iisjjh\",\"data-styles-preset\":\"VpxqrYlCE\",style:{\"--framer-text-color\":\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40))\"},children:[\"As a creative designer and no-code developer, I infuse every project with a blend of creativity and strategic thinking. My passion for simple, clean, and functional designs is evident in my work, where I focus on elevating brand experiences across the digital landscape.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"With over 4 years of experience in the industry, I've honed my skills in conceptualizing and executing visually compelling ideas.  I've had the privilege to collaborate with diverse teams and clients spanning industries such as EVs, Logistics, Fintech, E-commerce, Web3, EdTech, HealthTech, and more.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-iisjjh\",\"data-styles-preset\":\"VpxqrYlCE\",style:{\"--framer-text-color\":\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40))\"},children:\"Through these collaborations, I've helped clients achieve tangible results like increased customer conversions, successful fundraising efforts, enhanced customer engagement and satisfaction, all while boosting their online brand presence with elegant and functional designs.\"})]}),className:\"framer-9vi9uq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wt9q6m\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+40+0+0+854+0),pixelHeight:3024,pixelWidth:3024,sizes:`max((${componentViewport?.width||\"100vw\"} - 96px) / 2, 1px)`,src:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?lossless=1 3024w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4835.4+100+0+646+0),pixelHeight:3024,pixelWidth:3024,sizes:\"346px\",src:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?lossless=1 3024w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+646+0),pixelHeight:3024,pixelWidth:3024,sizes:`max((max(${componentViewport?.width||\"100vw\"} - 192px, 1px) - 8px) / 2, 1px)`,src:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?lossless=1 3024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:288.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+646+0),pixelHeight:3024,pixelWidth:3024,sizes:\"346px\",src:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RoTQ05TgtbWlHt5r8jkp93Mr04Y.jpg?lossless=1 3024w\"},className:\"framer-1hfk71n\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+40+0+0+854+0),pixelHeight:640,pixelWidth:480,sizes:`max((${componentViewport?.width||\"100vw\"} - 96px) / 2, 1px)`,src:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?lossless=1 480w\"}},EWrQzp4ap:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4835.4+100+0+646+0),pixelHeight:640,pixelWidth:480,sizes:\"346px\",src:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?lossless=1 480w\"}},lHc6GeP79:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+646+0),pixelHeight:640,pixelWidth:480,sizes:`max((max(${componentViewport?.width||\"100vw\"} - 192px, 1px) - 8px) / 2, 1px)`,src:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?lossless=1 480w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:410,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4818.4+100+0+646+0),pixelHeight:640,pixelWidth:480,sizes:\"346px\",src:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?scale-down-to=512&lossless=1\",srcSet:\"https://framerusercontent.com/images/ms57yKwV9F1ckb9JAM4pgY2kpRA.jpeg?lossless=1 480w\"},className:\"framer-zjlsle\",\"data-framer-name\":\"image\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-za7zfr\",\"data-framer-name\":\"Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dg3x6d\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pt76hr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Things I do:\"})}),className:\"framer-1sqen0b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",children:\"Services I offer. How can I help?\"})}),className:\"framer-190bz3c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eocw7z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hzkbmn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-692a56\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9631162962_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.023 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.55 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.55 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.023 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.977 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.45 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.45 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.977 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9631162962,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Mobile apps design\"})}),className:\"framer-16e8m3j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkgmt4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lbuf1a\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss10150617814_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:10150617814,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Framer dev\"})}),className:\"framer-lvlav7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mxhhal\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b1sbbz\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9631162962_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.023 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.55 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.55 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.023 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.977 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.45 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.45 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.977 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9631162962,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Website design\"})}),className:\"framer-1t9bzpp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-flsxf4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1azww2j\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss10150617814_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:10150617814,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Landing pages\"})}),className:\"framer-voc8up\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ozt532\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vtyule\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9631162962_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.023 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.55 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.55 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.023 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.977 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.45 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.45 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.977 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9631162962,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Ecommerce design\"})}),className:\"framer-iwzqfx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dc9lzj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9905258471_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.123 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.123 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:9905258471}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-odlzwx\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss10150617814_1\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 10.714 0 L 9.286 0 L 9.286 6.325 L 6.916 0.461 L 5.592 0.996 L 8.022 7.012 L 3.434 2.424 L 2.424 3.434 L 6.822 7.832 L 1.122 5.342 L 0.551 6.651 L 6.581 9.286 L 0 9.286 L 0 10.714 L 6.581 10.714 L 0.551 13.349 L 1.122 14.658 L 6.822 12.168 L 2.424 16.566 L 3.434 17.576 L 8.022 12.988 L 5.592 19.004 L 6.916 19.539 L 9.286 13.675 L 9.286 20 L 10.714 20 L 10.714 13.675 L 13.084 19.539 L 14.408 19.004 L 11.978 12.988 L 16.566 17.576 L 17.576 16.566 L 13.178 12.168 L 18.878 14.658 L 19.449 13.349 L 13.419 10.714 L 20 10.714 L 20 9.286 L 13.419 9.286 L 19.449 6.651 L 18.878 5.342 L 13.178 7.832 L 17.576 3.434 L 16.566 2.424 L 11.978 7.012 L 14.408 0.996 L 13.084 0.461 L 10.714 6.325 Z\" fill=\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\"></path></g></svg>',svgContentId:10150617814,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Web app design\"})}),className:\"framer-lb03pa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11da3jo\",\"data-framer-name\":\"Testimonials\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-958lqf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ecsk4e\",\"data-styles-preset\":\"vLynWL3wR\",children:\"Testimonials\"})}),className:\"framer-14l427t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rxq23n\",\"data-styles-preset\":\"XCML7w4WH\",children:\"A few feedback from people i worked with\"})}),className:\"framer-1vzk1ce\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{height:320,width:`calc(${componentViewport?.width||\"100vw\"} - 88px)`,y:(componentViewport?.y||0)+0+5082+40+71.6},EWrQzp4ap:{y:(componentViewport?.y||0)+0+6263+50+71.6},lHc6GeP79:{width:`calc(${componentViewport?.width||\"100vw\"} - 192px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"700px\",y:(componentViewport?.y||0)+0+6246+50+71.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cmdno1-container\",nodeId:\"XkKnUHGgG\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{variant:\"KSHMWFpY3\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"XkKnUHGgG\",layoutId:\"XkKnUHGgG\",N5qUmY0QL:\"Melody stands out and delivers exceptional service. He is greatly skilled in product design. He is a very resourceful individual and I highly recommend him to any team aiming to deliver top-notch output.\",p9wwU3VKo:\"Brian Coon\",style:{height:\"100%\",width:\"100%\"},tiihmSWZL:\"Founder and CEO - Charge Deals\",variant:\"EIy2p6rY4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{height:320,width:`calc(${componentViewport?.width||\"100vw\"} - 88px)`,y:(componentViewport?.y||0)+0+5082+40+415.6},EWrQzp4ap:{y:(componentViewport?.y||0)+0+6263+50+325.6},lHc6GeP79:{width:`calc(${componentViewport?.width||\"100vw\"} - 192px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"700px\",y:(componentViewport?.y||0)+0+6246+50+325.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ipnp4-container\",nodeId:\"I_F2fgeq3\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{variant:\"KSHMWFpY3\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"I_F2fgeq3\",layoutId:\"I_F2fgeq3\",N5qUmY0QL:\"As a senior frontend engineer I would definitely recommend Melody. You cannot go wrong with him - he knows the best modern UI/UX practices and would definitely deliver one hell of a good work.\",p9wwU3VKo:\"Hichem Lesbat\",style:{height:\"100%\",width:\"100%\"},tiihmSWZL:\"Senior Frontend Engineer\",variant:\"EIy2p6rY4\",width:\"100%\",ZwgeJy9Eb:addImageAlt({src:\"https://framerusercontent.com/images/hM9hxgGC2HropIVjXjDN6AoDl4.png\",srcSet:\"https://framerusercontent.com/images/hM9hxgGC2HropIVjXjDN6AoDl4.png?scale-down-to=512 512w,https://framerusercontent.com/images/hM9hxgGC2HropIVjXjDN6AoDl4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hM9hxgGC2HropIVjXjDN6AoDl4.png 1362w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{height:320,width:`calc(${componentViewport?.width||\"100vw\"} - 88px)`,y:(componentViewport?.y||0)+0+5082+40+759.6},EWrQzp4ap:{y:(componentViewport?.y||0)+0+6263+50+579.6},lHc6GeP79:{width:`calc(${componentViewport?.width||\"100vw\"} - 192px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"700px\",y:(componentViewport?.y||0)+0+6246+50+579.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xgyahm-container\",nodeId:\"TsISVuzb1\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{variant:\"KSHMWFpY3\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"TsISVuzb1\",layoutId:\"TsISVuzb1\",N5qUmY0QL:\"Melody is an excellent UI designer. Melody took our requirements and delivered a good product. He was also available for the revisions we had. Overall a good experience.\",p9wwU3VKo:\"Innocent Mwatsikesimbe\",style:{height:\"100%\",width:\"100%\"},tiihmSWZL:\"CEO & Co-Founder of FreeBeings.io\",variant:\"EIy2p6rY4\",width:\"100%\",ZwgeJy9Eb:addImageAlt({src:\"https://framerusercontent.com/images/w4JV1I8gBP58sJc2jAp0klwdM.jpeg\",srcSet:\"https://framerusercontent.com/images/w4JV1I8gBP58sJc2jAp0klwdM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/w4JV1I8gBP58sJc2jAp0klwdM.jpeg 800w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{height:320,width:`calc(${componentViewport?.width||\"100vw\"} - 88px)`,y:(componentViewport?.y||0)+0+5082+40+1103.6},EWrQzp4ap:{y:(componentViewport?.y||0)+0+6263+50+833.6},lHc6GeP79:{width:`calc(${componentViewport?.width||\"100vw\"} - 192px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:230,width:\"700px\",y:(componentViewport?.y||0)+0+6246+50+833.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jg59ib-container\",nodeId:\"yMk7OHlB_\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{variant:\"KSHMWFpY3\"}},children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"yMk7OHlB_\",layoutId:\"yMk7OHlB_\",N5qUmY0QL:\"It was a great experience working with Melody for my website. He masterfully built my site and truly helped bring out my vision and design. The output came out amazing, and he was a pleasure to work with.\",p9wwU3VKo:\"Olamide Rowland\",style:{height:\"100%\",width:\"100%\"},tiihmSWZL:\"Founder - Batch Motion\",variant:\"EIy2p6rY4\",width:\"100%\",ZwgeJy9Eb:addImageAlt({src:\"https://framerusercontent.com/images/C1idi4aOZIwIQAH3XjiC1Qm5M.jpg\"},\"\")})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1md1dps\",\"data-framer-name\":\"Footer CTA\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1e5mlcn\",\"data-framer-appear-id\":\"1e5mlcn\",\"data-framer-name\":\"Container\",\"data-hide-scrollbars\":true,initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mzvzs5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1x3rimo\",\"data-styles-preset\":\"UoaDPeBNn\",style:{\"--framer-text-color\":\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\"},children:\"Interested in working together? I'm available for product and framer design projects.\"})}),className:\"framer-cgf02d\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-8yf146\",\"data-framer-appear-id\":\"8yf146\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{width:`calc(${componentViewport?.width||\"100vw\"} - 136px)`,y:(componentViewport?.y||0)+0+6585.6+0+0+24+65.6+0+0},EWrQzp4ap:{y:(componentViewport?.y||0)+0+7426.6+0+40+65.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+7409.6+0+40+65.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tj8oei-container\",nodeId:\"czpzJ2gHg\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{oPRkjgJ1F:\"8px\",style:{width:\"100%\"},variant:\"l4sTuZHJs\"}},children:/*#__PURE__*/_jsx(ButtonEmail,{aPFuA5saO:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",AqkPUP5Ap:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",DPTgnRKOI:true,gJAad45uu:addImageAlt({src:\"https://framerusercontent.com/images/rT7lqk5H2hhvguv2d5L70u8cmM.svg\"},\"\"),height:\"100%\",id:\"czpzJ2gHg\",IZK8u5Aj7:{borderColor:'var(--token-f01772cc-e783-4373-8587-a9d53fff4139, rgb(222, 222, 222)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:0},layoutId:\"czpzJ2gHg\",oPRkjgJ1F:\"12px\",QU9jjWTGu:false,variant:\"BpiYgtEcG\",width:\"100%\",X9Ns3hmoz:\"Hire me on Contra\",zBH3kqya_:true,ZIC9dzFfu:\"https://contra.com/melodyonyeocha\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{width:`calc(${componentViewport?.width||\"100vw\"} - 136px)`,y:(componentViewport?.y||0)+0+6585.6+0+0+24+65.6+0+51},EWrQzp4ap:{y:(componentViewport?.y||0)+0+7426.6+0+40+65.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+7409.6+0+40+65.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19483zw-container\",nodeId:\"tex0JvAwL\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonEmail,{aPFuA5saO:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",AqkPUP5Ap:\"var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255))\",DPTgnRKOI:true,height:\"100%\",id:\"tex0JvAwL\",IZK8u5Aj7:{borderColor:'var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',borderStyle:\"solid\",borderWidth:1},layoutId:\"tex0JvAwL\",oPRkjgJ1F:\"12px\",QU9jjWTGu:false,style:{height:\"100%\"},variant:\"BpiYgtEcG\",width:\"100%\",X9Ns3hmoz:\"Book a call\",zBH3kqya_:false,ZIC9dzFfu:\"https://cal.com/melodyonyeocha/30min\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j4sevz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 107\"><g id=\"ss12830483718_1\"><path d=\"M 0 0 L 107 0 L 107 107 L 0 107 Z\" fill=\"transparent\"></path><path d=\"M 57.322 0 L 49.678 0 L 49.678 33.84 L 37.002 2.464 L 29.916 5.327 L 42.92 37.516 L 18.372 12.968 L 12.968 18.372 L 36.497 41.901 L 6.005 28.579 L 2.945 35.582 L 35.209 49.679 L 0 49.679 L 0 57.322 L 35.208 57.322 L 2.945 71.418 L 6.005 78.421 L 36.497 65.099 L 12.967 88.628 L 18.372 94.032 L 42.92 69.484 L 29.916 101.673 L 37.002 104.536 L 49.678 73.16 L 49.678 107 L 57.322 107 L 57.322 73.16 L 69.998 104.536 L 77.084 101.673 L 64.08 69.484 L 88.628 94.032 L 94.032 88.628 L 70.503 65.099 L 100.995 78.421 L 104.055 71.418 L 71.792 57.322 L 107 57.322 L 107 49.678 L 71.791 49.678 L 104.055 35.582 L 100.995 28.579 L 70.503 41.901 L 94.032 18.372 L 88.628 12.967 L 64.08 37.516 L 77.084 5.327 L 69.998 2.464 L 57.322 33.84 Z\" fill=\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40)) /* {&quot;name&quot;:&quot;Dark 1&quot;} */\"></path></g></svg>',svgContentId:12830483718}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ig42zc\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 180 180\"><g id=\"ss8648773634_1\"><path d=\"M 0 0 L 180 0 L 180 180 L 0 180 Z\" fill=\"transparent\"></path><path d=\"M 96.429 0 L 83.571 0 L 83.571 56.928 L 62.246 4.145 L 50.325 8.961 L 72.203 63.112 L 30.906 21.815 L 21.816 30.906 L 61.397 70.488 L 10.102 48.076 L 4.955 59.857 L 59.231 83.572 L 0 83.572 L 0 96.429 L 59.229 96.429 L 4.955 120.142 L 10.102 131.924 L 61.396 109.513 L 21.814 149.094 L 30.906 158.185 L 72.203 116.888 L 50.325 171.039 L 62.246 175.855 L 83.571 123.072 L 83.571 180 L 96.429 180 L 96.429 123.072 L 117.754 175.855 L 129.675 171.039 L 107.797 116.888 L 149.094 158.185 L 158.185 149.094 L 118.604 109.513 L 169.898 131.924 L 175.045 120.142 L 120.771 96.429 L 180 96.429 L 180 83.571 L 120.77 83.571 L 175.045 59.858 L 169.898 48.077 L 118.604 70.487 L 158.185 30.906 L 149.094 21.814 L 107.797 63.112 L 129.675 8.961 L 117.754 4.145 L 96.429 56.928 Z\" fill=\"var(--token-c4be947a-e07c-411f-886d-edfa8fa4dc08, rgb(40, 40, 40)) /* {&quot;name&quot;:&quot;Dark 1&quot;} */\"></path></g></svg>',svgContentId:8648773634,withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lv73tu\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13zick\",\"data-styles-preset\":\"Br54XWMtm\",children:\"Created with \uD83D\uDDA4 and Framer By Melody.\"})}),className:\"framer-1vzcaso\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k5m887\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kldxwd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uuoA2tJWR\",scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-a8c486a6-28c4-459e-816e-f09827f42845, rgb(0, 0, 0))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.4em\"},height:\"100%\",id:\"uuoA2tJWR\",layoutId:\"uuoA2tJWR\",monthFormat:\"long\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:true,showWeekday:true,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h3fcni hidden-hxjk1f\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13zick\",\"data-styles-preset\":\"Br54XWMtm\",children:\"Based in Port Harcourt, Nigeria.\"})}),className:\"framer-sqlere\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":cvcB7rMg6\",webPageId:\"zxFISYH0d\"},implicitPathVariables:undefined},{href:{hash:\":cvcB7rMg6\",webPageId:\"zxFISYH0d\"},implicitPathVariables:undefined},{href:{hash:\":cvcB7rMg6\",webPageId:\"zxFISYH0d\"},implicitPathVariables:undefined},{href:{hash:\":cvcB7rMg6\",webPageId:\"zxFISYH0d\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:924,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"up\",target:animation11},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14ra9oj-container\",layoutScroll:true,nodeId:\"arBk63mQZ\",rendersWithMotion:true,scopeId:\"zxFISYH0d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EPx9Ssbp3:{hGDtXC5XC:resolvedLinks[3]},EWrQzp4ap:{hGDtXC5XC:resolvedLinks[1]},lHc6GeP79:{hGDtXC5XC:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ScrollToTop,{height:\"100%\",hGDtXC5XC:resolvedLinks[0],id:\"arBk63mQZ\",layoutId:\"arBk63mQZ\",pA2W_lHCR:true,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-03tZe.framer-1r4udp8, .framer-03tZe .framer-1r4udp8 { display: block; }\",\".framer-03tZe.framer-1y3u5ub { align-content: center; align-items: center; background-color: var(--token-2811cc69-bb67-416d-867b-55a7676dcfb4, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-03tZe .framer-kdnv40-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-03tZe .framer-1nb74aq { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-03tZe .framer-f5lbx4-container { bottom: 0px; flex: none; height: 100vh; left: 0px; position: fixed; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-03tZe .framer-1vqqkby { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: fixed; right: 32px; top: 24px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-03tZe .framer-jg0d8i-container, .framer-03tZe .framer-tmwa6x-container, .framer-03tZe .framer-tj8oei-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-q80mv2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: auto; padding: 120px 0px 120px 0px; position: relative; width: 700px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-qucpk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1vwo531-container { flex: none; height: 89px; position: relative; width: 89px; }\",\".framer-03tZe .framer-k18rd6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-03tZe .framer-153irij { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-1402xx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-03tZe .framer-1i48bdw-container, .framer-03tZe .framer-692a56, .framer-03tZe .framer-1lbuf1a, .framer-03tZe .framer-1b1sbbz, .framer-03tZe .framer-1azww2j, .framer-03tZe .framer-vtyule, .framer-03tZe .framer-odlzwx { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-03tZe .framer-1ra2zhv, .framer-03tZe .framer-u371jy, .framer-03tZe .framer-1sqen0b, .framer-03tZe .framer-190bz3c, .framer-03tZe .framer-14l427t, .framer-03tZe .framer-1vzk1ce, .framer-03tZe .framer-1vzcaso, .framer-03tZe .framer-sqlere { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-03tZe .framer-1eo466 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1hsfpor, .framer-03tZe .framer-i07ek0, .framer-03tZe .framer-of2hdm, .framer-03tZe .framer-9vi9uq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-uc8k4r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-cbowoo-container, .framer-03tZe .framer-1kldxwd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-03tZe .framer-q98v82, .framer-03tZe .framer-1h3fcni { aspect-ratio: 1 / 1; background-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 4px); overflow: hidden; position: relative; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-03tZe .framer-1dtr540 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-03tZe .framer-jx10uw-container, .framer-03tZe .framer-19483zw-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-9qbu2-container { flex: none; height: 50px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-e0q1y9 { height: 22px; position: relative; width: 113px; }\",\".framer-03tZe .framer-emqaeh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-03tZe .framer-1rvbri1 { flex: none; height: 15px; position: relative; width: 16px; }\",\".framer-03tZe .framer-1l297pg { flex: none; height: 19px; overflow: visible; position: relative; width: 92px; }\",\".framer-03tZe .framer-1tf9oev { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 0px; position: absolute; top: 0px; white-space: pre-wrap; width: 90px; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-1um6j55 { --framer-paragraph-spacing: 0px; flex: none; height: 3px; left: 87px; position: absolute; top: 2px; white-space: pre-wrap; width: 5px; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-1b4mqw7 { aspect-ratio: 3.793103448275862 / 1; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 110px; }\",\".framer-03tZe .framer-1ftb8aq { height: 18px; position: relative; width: 113px; }\",\".framer-03tZe .framer-ajp5kl { aspect-ratio: 5.907692307692308 / 1; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 110px; }\",\".framer-03tZe .framer-1me52hw { aspect-ratio: 4.071570863990126 / 1; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 110px; }\",\".framer-03tZe .framer-1x5hrt0 { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 150px 0px 150px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-03tZe .framer-n1288c, .framer-03tZe .framer-5ikf68, .framer-03tZe .framer-16voudd, .framer-03tZe .framer-1mcwqim, .framer-03tZe .framer-14vtlwi, .framer-03tZe .framer-1qmo8kn, .framer-03tZe .framer-1x53731, .framer-03tZe .framer-rlyyyu, .framer-03tZe .framer-155lgrf, .framer-03tZe .framer-kxhwrn, .framer-03tZe .framer-1ec561n, .framer-03tZe .framer-18fj8z8, .framer-03tZe .framer-sw7zkz, .framer-03tZe .framer-1udhu5s { align-self: start; aspect-ratio: 1.2833333333333334 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 438px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-03tZe .framer-11k8ykt, .framer-03tZe .framer-1qgzg2p { align-self: start; aspect-ratio: 1.2833333333333334 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 437px); justify-self: start; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-03tZe .framer-1tg960j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 50px 0px; position: relative; width: 700px; }\",\".framer-03tZe .framer-2kjutp, .framer-03tZe .framer-1dg3x6d { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-03tZe .framer-cc6998 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 337px; }\",\".framer-03tZe .framer-1el4w5c { display: grid; flex: none; gap: 8px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1fx1wjs, .framer-03tZe .framer-l02ojd { align-self: start; aspect-ratio: 0.845 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); justify-self: start; overflow: visible; position: relative; width: 100%; }\",\".framer-03tZe .framer-18zlx3w-container, .framer-03tZe .framer-1edb8hh-container { align-self: start; aspect-ratio: 0.845 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); justify-self: start; position: relative; width: 100%; }\",\".framer-03tZe .framer-wt9q6m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1hfk71n, .framer-03tZe .framer-zjlsle { aspect-ratio: 0.9942528735632183 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 348px); overflow: visible; position: relative; width: 1px; }\",\".framer-03tZe .framer-za7zfr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 700px; }\",\".framer-03tZe .framer-pt76hr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1eocw7z { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-1hzkbmn, .framer-03tZe .framer-1wkgmt4, .framer-03tZe .framer-mxhhal, .framer-03tZe .framer-flsxf4, .framer-03tZe .framer-ozt532, .framer-03tZe .framer-dc9lzj { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-03tZe .framer-16e8m3j, .framer-03tZe .framer-lvlav7, .framer-03tZe .framer-1t9bzpp, .framer-03tZe .framer-voc8up, .framer-03tZe .framer-iwzqfx, .framer-03tZe .framer-lb03pa { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-11da3jo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 50px 0px; position: relative; width: 700px; z-index: 1; }\",\".framer-03tZe .framer-958lqf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 24px; width: 100%; z-index: 1; }\",\".framer-03tZe .framer-cmdno1-container { flex: none; height: 230px; position: sticky; top: 90px; width: 100%; z-index: 1; }\",\".framer-03tZe .framer-13ipnp4-container { flex: none; height: 230px; position: sticky; top: 106px; width: 100%; z-index: 1; }\",\".framer-03tZe .framer-xgyahm-container, .framer-03tZe .framer-jg59ib-container { flex: none; height: 230px; position: sticky; top: 122px; width: 100%; z-index: 1; }\",\".framer-03tZe .framer-1md1dps { 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; position: relative; width: 100%; }\",\".framer-03tZe .framer-1e5mlcn { align-content: flex-start; align-items: flex-start; background-color: var(--token-a8c486a6-28c4-459e-816e-f09827f42845, #000000); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: auto; padding: 40px; position: relative; width: 700px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-1mzvzs5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-03tZe .framer-cgf02d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 83%; word-break: break-word; word-wrap: break-word; }\",\".framer-03tZe .framer-8yf146 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03tZe .framer-j4sevz { 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; position: absolute; right: -86px; top: -71px; width: min-content; z-index: 1; }\",\".framer-03tZe .framer-1ig42zc { flex: none; height: 180px; position: relative; width: 180px; }\",\".framer-03tZe .framer-1lv73tu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 700px; }\",\".framer-03tZe .framer-k5m887 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-03tZe .framer-14ra9oj-container { bottom: 32px; cursor: pointer; flex: none; height: auto; pointer-events: auto; position: fixed; right: 32px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-03tZe.framer-1y3u5ub, .framer-03tZe .framer-1vqqkby, .framer-03tZe .framer-q80mv2, .framer-03tZe .framer-qucpk2, .framer-03tZe .framer-k18rd6, .framer-03tZe .framer-1402xx6, .framer-03tZe .framer-1eo466, .framer-03tZe .framer-uc8k4r, .framer-03tZe .framer-1dtr540, .framer-03tZe .framer-emqaeh, .framer-03tZe .framer-1tg960j, .framer-03tZe .framer-2kjutp, .framer-03tZe .framer-cc6998, .framer-03tZe .framer-wt9q6m, .framer-03tZe .framer-za7zfr, .framer-03tZe .framer-1dg3x6d, .framer-03tZe .framer-pt76hr, .framer-03tZe .framer-1hzkbmn, .framer-03tZe .framer-1wkgmt4, .framer-03tZe .framer-mxhhal, .framer-03tZe .framer-flsxf4, .framer-03tZe .framer-ozt532, .framer-03tZe .framer-dc9lzj, .framer-03tZe .framer-11da3jo, .framer-03tZe .framer-958lqf, .framer-03tZe .framer-1md1dps, .framer-03tZe .framer-1e5mlcn, .framer-03tZe .framer-1mzvzs5, .framer-03tZe .framer-8yf146, .framer-03tZe .framer-j4sevz, .framer-03tZe .framer-k5m887 { gap: 0px; } .framer-03tZe.framer-1y3u5ub > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-03tZe.framer-1y3u5ub > :first-child, .framer-03tZe .framer-q80mv2 > :first-child, .framer-03tZe .framer-k18rd6 > :first-child, .framer-03tZe .framer-1eo466 > :first-child, .framer-03tZe .framer-2kjutp > :first-child, .framer-03tZe .framer-cc6998 > :first-child, .framer-03tZe .framer-1dg3x6d > :first-child, .framer-03tZe .framer-pt76hr > :first-child, .framer-03tZe .framer-11da3jo > :first-child, .framer-03tZe .framer-958lqf > :first-child, .framer-03tZe .framer-1e5mlcn > :first-child, .framer-03tZe .framer-1mzvzs5 > :first-child { margin-top: 0px; } .framer-03tZe.framer-1y3u5ub > :last-child, .framer-03tZe .framer-q80mv2 > :last-child, .framer-03tZe .framer-k18rd6 > :last-child, .framer-03tZe .framer-1eo466 > :last-child, .framer-03tZe .framer-2kjutp > :last-child, .framer-03tZe .framer-cc6998 > :last-child, .framer-03tZe .framer-1dg3x6d > :last-child, .framer-03tZe .framer-pt76hr > :last-child, .framer-03tZe .framer-11da3jo > :last-child, .framer-03tZe .framer-958lqf > :last-child, .framer-03tZe .framer-1e5mlcn > :last-child, .framer-03tZe .framer-1mzvzs5 > :last-child { margin-bottom: 0px; } .framer-03tZe .framer-1vqqkby > *, .framer-03tZe .framer-uc8k4r > *, .framer-03tZe .framer-1dtr540 > *, .framer-03tZe .framer-wt9q6m > *, .framer-03tZe .framer-1hzkbmn > *, .framer-03tZe .framer-1wkgmt4 > *, .framer-03tZe .framer-mxhhal > *, .framer-03tZe .framer-flsxf4 > *, .framer-03tZe .framer-ozt532 > *, .framer-03tZe .framer-dc9lzj > *, .framer-03tZe .framer-k5m887 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-03tZe .framer-1vqqkby > :first-child, .framer-03tZe .framer-qucpk2 > :first-child, .framer-03tZe .framer-1402xx6 > :first-child, .framer-03tZe .framer-uc8k4r > :first-child, .framer-03tZe .framer-1dtr540 > :first-child, .framer-03tZe .framer-emqaeh > :first-child, .framer-03tZe .framer-1tg960j > :first-child, .framer-03tZe .framer-wt9q6m > :first-child, .framer-03tZe .framer-za7zfr > :first-child, .framer-03tZe .framer-1hzkbmn > :first-child, .framer-03tZe .framer-1wkgmt4 > :first-child, .framer-03tZe .framer-mxhhal > :first-child, .framer-03tZe .framer-flsxf4 > :first-child, .framer-03tZe .framer-ozt532 > :first-child, .framer-03tZe .framer-dc9lzj > :first-child, .framer-03tZe .framer-1md1dps > :first-child, .framer-03tZe .framer-8yf146 > :first-child, .framer-03tZe .framer-j4sevz > :first-child, .framer-03tZe .framer-k5m887 > :first-child { margin-left: 0px; } .framer-03tZe .framer-1vqqkby > :last-child, .framer-03tZe .framer-qucpk2 > :last-child, .framer-03tZe .framer-1402xx6 > :last-child, .framer-03tZe .framer-uc8k4r > :last-child, .framer-03tZe .framer-1dtr540 > :last-child, .framer-03tZe .framer-emqaeh > :last-child, .framer-03tZe .framer-1tg960j > :last-child, .framer-03tZe .framer-wt9q6m > :last-child, .framer-03tZe .framer-za7zfr > :last-child, .framer-03tZe .framer-1hzkbmn > :last-child, .framer-03tZe .framer-1wkgmt4 > :last-child, .framer-03tZe .framer-mxhhal > :last-child, .framer-03tZe .framer-flsxf4 > :last-child, .framer-03tZe .framer-ozt532 > :last-child, .framer-03tZe .framer-dc9lzj > :last-child, .framer-03tZe .framer-1md1dps > :last-child, .framer-03tZe .framer-8yf146 > :last-child, .framer-03tZe .framer-j4sevz > :last-child, .framer-03tZe .framer-k5m887 > :last-child { margin-right: 0px; } .framer-03tZe .framer-q80mv2 > *, .framer-03tZe .framer-1e5mlcn > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-03tZe .framer-qucpk2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-03tZe .framer-k18rd6 > *, .framer-03tZe .framer-cc6998 > *, .framer-03tZe .framer-pt76hr > *, .framer-03tZe .framer-958lqf > *, .framer-03tZe .framer-1mzvzs5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-03tZe .framer-1402xx6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-03tZe .framer-1eo466 > *, .framer-03tZe .framer-2kjutp > *, .framer-03tZe .framer-1dg3x6d > *, .framer-03tZe .framer-11da3jo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-03tZe .framer-emqaeh > * { margin: 0px; margin-left: calc(3.575000524520874px / 2); margin-right: calc(3.575000524520874px / 2); } .framer-03tZe .framer-1tg960j > *, .framer-03tZe .framer-za7zfr > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-03tZe .framer-1md1dps > *, .framer-03tZe .framer-8yf146 > *, .framer-03tZe .framer-j4sevz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-03tZe[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-03tZe [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-03tZe[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-03tZe [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-03tZe[data-hide-scrollbars=\"true\"], .framer-03tZe [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-03tZe.framer-1y3u5ub { width: 1200px; } .framer-03tZe .framer-q80mv2, .framer-03tZe .framer-1e5mlcn { width: 692px; } .framer-03tZe .framer-1vwo531-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 106px); width: 106px; } .framer-03tZe .framer-153irij { width: 100%; } .framer-03tZe .framer-n1288c, .framer-03tZe .framer-5ikf68, .framer-03tZe .framer-16voudd, .framer-03tZe .framer-1mcwqim, .framer-03tZe .framer-1x53731, .framer-03tZe .framer-rlyyyu, .framer-03tZe .framer-155lgrf, .framer-03tZe .framer-kxhwrn, .framer-03tZe .framer-1ec561n, .framer-03tZe .framer-18fj8z8 { height: var(--framer-aspect-ratio-supported, 344px); } .framer-03tZe .framer-14vtlwi, .framer-03tZe .framer-1qmo8kn, .framer-03tZe .framer-11k8ykt, .framer-03tZe .framer-1qgzg2p, .framer-03tZe .framer-sw7zkz, .framer-03tZe .framer-1udhu5s { height: var(--framer-aspect-ratio-supported, 345px); } .framer-03tZe .framer-cgf02d { width: 80%; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-03tZe.framer-1y3u5ub { width: 810px; } .framer-03tZe .framer-q80mv2 { padding: 120px 96px 120px 96px; width: 100%; } .framer-03tZe .framer-153irij, .framer-03tZe .framer-cgf02d { width: 100%; } .framer-03tZe .framer-n1288c { height: var(--framer-aspect-ratio-supported, 193px); order: 0; } .framer-03tZe .framer-5ikf68 { height: var(--framer-aspect-ratio-supported, 193px); order: 1; } .framer-03tZe .framer-16voudd { height: var(--framer-aspect-ratio-supported, 192px); order: 2; } .framer-03tZe .framer-1mcwqim { height: var(--framer-aspect-ratio-supported, 192px); order: 3; } .framer-03tZe .framer-14vtlwi { height: var(--framer-aspect-ratio-supported, 193px); order: 4; } .framer-03tZe .framer-1qmo8kn { height: var(--framer-aspect-ratio-supported, 193px); order: 5; } .framer-03tZe .framer-1x53731 { height: var(--framer-aspect-ratio-supported, 192px); order: 6; } .framer-03tZe .framer-rlyyyu { height: var(--framer-aspect-ratio-supported, 193px); order: 9; } .framer-03tZe .framer-11k8ykt { height: var(--framer-aspect-ratio-supported, 192px); order: 10; } .framer-03tZe .framer-1qgzg2p { height: var(--framer-aspect-ratio-supported, 193px); order: 8; } .framer-03tZe .framer-155lgrf { height: var(--framer-aspect-ratio-supported, 192px); order: 11; } .framer-03tZe .framer-kxhwrn { height: var(--framer-aspect-ratio-supported, 193px); order: 12; } .framer-03tZe .framer-1ec561n { height: var(--framer-aspect-ratio-supported, 193px); order: 13; } .framer-03tZe .framer-18fj8z8 { height: var(--framer-aspect-ratio-supported, 192px); order: 14; } .framer-03tZe .framer-sw7zkz { height: var(--framer-aspect-ratio-supported, 192px); order: 7; } .framer-03tZe .framer-1udhu5s { height: var(--framer-aspect-ratio-supported, 192px); order: 15; } .framer-03tZe .framer-1tg960j { padding: 100px 96px 50px 96px; width: 100%; } .framer-03tZe .framer-1fx1wjs, .framer-03tZe .framer-18zlx3w-container, .framer-03tZe .framer-l02ojd, .framer-03tZe .framer-1edb8hh-container { height: var(--framer-aspect-ratio-supported, 175px); } .framer-03tZe .framer-1hfk71n, .framer-03tZe .framer-zjlsle { height: var(--framer-aspect-ratio-supported, 307px); } .framer-03tZe .framer-za7zfr, .framer-03tZe .framer-11da3jo, .framer-03tZe .framer-1lv73tu { padding: 50px 96px 50px 96px; width: 100%; } .framer-03tZe .framer-1md1dps { padding: 0px 96px 0px 96px; } .framer-03tZe .framer-1e5mlcn { flex: 1 0 0px; width: 1px; }}\",\"@media (max-width: 809px) { .framer-03tZe.framer-1y3u5ub { width: 390px; } .framer-03tZe .framer-f5lbx4-container { bottom: unset; top: 0px; } .framer-03tZe .framer-q80mv2 { padding: 70px 16px 70px 72px; width: 100%; } .framer-03tZe .framer-qucpk2, .framer-03tZe .framer-uc8k4r { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-03tZe .framer-1vwo531-container { height: 55px; width: 55px; } .framer-03tZe .framer-k18rd6, .framer-03tZe .framer-2kjutp, .framer-03tZe .framer-1dg3x6d { flex: none; width: 100%; } .framer-03tZe .framer-153irij, .framer-03tZe .framer-cc6998, .framer-03tZe .framer-cgf02d { width: 100%; } .framer-03tZe .framer-1dtr540 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; } .framer-03tZe .framer-9qbu2-container { height: 30px; } .framer-03tZe .framer-1x5hrt0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; padding: 0px 16px 0px 72px; } .framer-03tZe .framer-n1288c { align-self: unset; height: var(--framer-aspect-ratio-supported, 236px); order: 0; } .framer-03tZe .framer-5ikf68 { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 1; } .framer-03tZe .framer-16voudd { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 2; } .framer-03tZe .framer-1mcwqim { align-self: unset; height: var(--framer-aspect-ratio-supported, 236px); order: 3; } .framer-03tZe .framer-14vtlwi { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 4; } .framer-03tZe .framer-1qmo8kn { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 5; } .framer-03tZe .framer-1x53731 { align-self: unset; height: var(--framer-aspect-ratio-supported, 236px); order: 6; } .framer-03tZe .framer-rlyyyu { align-self: unset; height: var(--framer-aspect-ratio-supported, 236px); order: 9; } .framer-03tZe .framer-11k8ykt { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 10; } .framer-03tZe .framer-1qgzg2p { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 8; } .framer-03tZe .framer-155lgrf { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 11; } .framer-03tZe .framer-kxhwrn { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 12; } .framer-03tZe .framer-1ec561n { align-self: unset; height: var(--framer-aspect-ratio-supported, 236px); order: 13; } .framer-03tZe .framer-18fj8z8 { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 14; } .framer-03tZe .framer-sw7zkz { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 7; } .framer-03tZe .framer-1udhu5s { align-self: unset; height: var(--framer-aspect-ratio-supported, 235px); order: 15; } .framer-03tZe .framer-1tg960j, .framer-03tZe .framer-za7zfr { flex-direction: column; padding: 40px 16px 40px 72px; width: 100%; } .framer-03tZe .framer-1el4w5c { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-03tZe .framer-1fx1wjs { height: var(--framer-aspect-ratio-supported, 174px); order: 0; } .framer-03tZe .framer-18zlx3w-container { height: var(--framer-aspect-ratio-supported, 174px); order: 1; } .framer-03tZe .framer-l02ojd { height: var(--framer-aspect-ratio-supported, 174px); order: 3; } .framer-03tZe .framer-1edb8hh-container { height: var(--framer-aspect-ratio-supported, 174px); order: 2; } .framer-03tZe .framer-1hfk71n, .framer-03tZe .framer-zjlsle { aspect-ratio: 0.8448275862068966 / 1; height: var(--framer-aspect-ratio-supported, 174px); } .framer-03tZe .framer-190bz3c { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-03tZe .framer-1eocw7z { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; } .framer-03tZe .framer-1hzkbmn, .framer-03tZe .framer-1wkgmt4, .framer-03tZe .framer-mxhhal, .framer-03tZe .framer-flsxf4, .framer-03tZe .framer-ozt532, .framer-03tZe .framer-dc9lzj { align-self: unset; height: min-content; } .framer-03tZe .framer-11da3jo { padding: 40px 16px 40px 72px; width: 100%; } .framer-03tZe .framer-cmdno1-container, .framer-03tZe .framer-13ipnp4-container, .framer-03tZe .framer-xgyahm-container, .framer-03tZe .framer-jg59ib-container { height: 320px; } .framer-03tZe .framer-1md1dps { flex-direction: column; padding: 0px 16px 0px 72px; } .framer-03tZe .framer-1e5mlcn { padding: 24px; width: 100%; } .framer-03tZe .framer-8yf146 { align-content: center; align-items: center; flex-direction: column; justify-content: flex-start; overflow: hidden; width: 100%; } .framer-03tZe .framer-tj8oei-container { order: 0; width: 100%; } .framer-03tZe .framer-19483zw-container { align-self: unset; order: 1; width: 100%; } .framer-03tZe .framer-j4sevz { right: -51px; top: -51px; } .framer-03tZe .framer-1ig42zc { height: 107px; width: 107px; } .framer-03tZe .framer-1lv73tu { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; justify-content: flex-start; padding: 40px 16px 40px 72px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-03tZe .framer-qucpk2, .framer-03tZe .framer-uc8k4r, .framer-03tZe .framer-1x5hrt0, .framer-03tZe .framer-1tg960j, .framer-03tZe .framer-za7zfr, .framer-03tZe .framer-1eocw7z, .framer-03tZe .framer-1md1dps, .framer-03tZe .framer-8yf146, .framer-03tZe .framer-1lv73tu { gap: 0px; } .framer-03tZe .framer-qucpk2 > *, .framer-03tZe .framer-1x5hrt0 > *, .framer-03tZe .framer-1eocw7z > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-03tZe .framer-qucpk2 > :first-child, .framer-03tZe .framer-uc8k4r > :first-child, .framer-03tZe .framer-1x5hrt0 > :first-child, .framer-03tZe .framer-1tg960j > :first-child, .framer-03tZe .framer-za7zfr > :first-child, .framer-03tZe .framer-1eocw7z > :first-child, .framer-03tZe .framer-1md1dps > :first-child, .framer-03tZe .framer-8yf146 > :first-child, .framer-03tZe .framer-1lv73tu > :first-child { margin-top: 0px; } .framer-03tZe .framer-qucpk2 > :last-child, .framer-03tZe .framer-uc8k4r > :last-child, .framer-03tZe .framer-1x5hrt0 > :last-child, .framer-03tZe .framer-1tg960j > :last-child, .framer-03tZe .framer-za7zfr > :last-child, .framer-03tZe .framer-1eocw7z > :last-child, .framer-03tZe .framer-1md1dps > :last-child, .framer-03tZe .framer-8yf146 > :last-child, .framer-03tZe .framer-1lv73tu > :last-child { margin-bottom: 0px; } .framer-03tZe .framer-uc8k4r > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-03tZe .framer-1tg960j > *, .framer-03tZe .framer-za7zfr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-03tZe .framer-1md1dps > *, .framer-03tZe .framer-8yf146 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-03tZe .framer-1lv73tu > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7117\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EWrQzp4ap\":{\"layout\":[\"fixed\",\"auto\"]},\"lHc6GeP79\":{\"layout\":[\"fixed\",\"auto\"]},\"EPx9Ssbp3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"cvcB7rMg6\":{\"pattern\":\":cvcB7rMg6\",\"name\":\"top\"},\"Ltdw8pc6b\":{\"pattern\":\":Ltdw8pc6b\",\"name\":\"works\"}}\n * @framerResponsiveScreen\n */const FramerzxFISYH0d=withCSS(Component,css,\"framer-03tZe\");export default FramerzxFISYH0d;FramerzxFISYH0d.displayName=\"Page\";FramerzxFISYH0d.defaultProps={height:7117,width:1440};addFonts(FramerzxFISYH0d,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]},...HideFramerBadgeFonts,...MenuFonts,...ButtonEmailFonts,...AvatarFonts,...PulseFonts,...TimeDateFonts,...TickerFonts,...VideoFonts,...TestimonialFonts,...ScrollToTopFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzxFISYH0d\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"cvcB7rMg6\\\":{\\\"pattern\\\":\\\":cvcB7rMg6\\\",\\\"name\\\":\\\"top\\\"},\\\"Ltdw8pc6b\\\":{\\\"pattern\\\":\\\":Ltdw8pc6b\\\",\\\"name\\\":\\\"works\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EWrQzp4ap\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lHc6GeP79\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EPx9Ssbp3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"7117\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "r", "c", "u", "a", "s", "cubicBezier", "o", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "d", "f", "l", "g", "glide", "u", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStack", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "defaultProps", "Time", "props", "mergedProps", "color", "font", "tabularFont", "useLocaleCode", "getTextContent", "te", "timeoutRef", "pe", "updateCountdown", "node", "prev", "tick", "next", "textContent", "visible", "setIsVisible", "ye", "isCanvas", "RenderTarget", "ue", "Z", "p", "addPropertyControls", "ControlType", "HideFramerBadge", "props", "ue", "intervalId", "badgeContainer", "p", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearf8z7nd", "args", "onAppear7acbfl", "onAppear961d89", "onAppear1n4twou", "onAppeare8ffz4", "onAppear16l73jz", "onAppear19s87e6", "onAppear1q12f8r", "onAppearksoian", "onAppear1lsu3lk", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerdyWAhAUhn", "withCSS", "dyWAhAUhn_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "review", "roleAndCompnay", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "N5qUmY0QL", "p9wwU3VKo", "tiihmSWZL", "ZwgeJy9Eb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramermKLtXL1uV", "withCSS", "mKLtXL1uV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "newTab", "smoothScroll", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "El1u9tEKj", "wTdBOil5e", "hGDtXC5XC", "RAKQL5LzF", "pA2W_lHCR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerJ8WPJAbuy", "withCSS", "J8WPJAbuy_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavLinkButtonFonts", "getFonts", "J8WPJAbuy_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerOAjSv4pWo", "withCSS", "OAjSv4pWo_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "smoothScroll", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "hGDtXC5XC", "pA2W_lHCR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FrameroeWv8fa9J", "withCSS", "oeWv8fa9J_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "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", "onAppear1fd0c66", "args", "onAppear7zvlkq", "onAppeartvtxhj", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "css", "FramerUtGiHQFxK", "withCSS", "UtGiHQFxK_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bGColor", "border", "customIcon", "height", "iconUpload", "iconVisible", "id", "link", "newTab", "radius", "textColor", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oPRkjgJ1F", "X9Ns3hmoz", "ZIC9dzFfu", "DPTgnRKOI", "QU9jjWTGu", "aPFuA5saO", "AqkPUP5Ap", "gJAad45uu", "zBH3kqya_", "IZK8u5Aj7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_IZK8u5Aj7_borderBottomWidth", "_IZK8u5Aj7_borderLeftWidth", "_IZK8u5Aj7_borderRightWidth", "_IZK8u5Aj7_borderTopWidth", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "css", "FramerZmyLNZJIl", "withCSS", "ZmyLNZJIl_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "HideFramerBadgeFonts", "getFonts", "HideFramerBadge", "MenuFonts", "OAjSv4pWo_default", "MenuWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ButtonEmailFonts", "ZmyLNZJIl_default", "MotionDivWithOptimizedAppearEffect", "motion", "AvatarFonts", "dyWAhAUhn_default", "PulseFonts", "UtGiHQFxK_default", "TimeDateFonts", "Time", "TickerFonts", "Ticker", "ImageWithFX", "withFX", "Image2", "VideoFonts", "Video", "TestimonialFonts", "mKLtXL1uV_default", "ScrollToTopFonts", "oeWv8fa9J_default", "ContainerWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "animation7", "transition5", "textEffect", "addImageAlt", "image", "alt", "transition6", "animation8", "animation9", "transition7", "transition8", "transition9", "transition10", "transition11", "transition12", "transition13", "transition14", "transition15", "transition16", "transition17", "transition18", "transition19", "transition20", "transition21", "transition22", "transition23", "animation10", "transition24", "animation11", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "ref2", "isDisplayed", "elementId1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "Link", "SVG", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "css", "FramerzxFISYH0d", "withCSS", "zxFISYH0d_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
