{
  "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.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.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.14.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://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js", "ssg:https://framerusercontent.com/modules/IN4FrFBDB32q7RVNwhho/9RfWt0EnfkH4wwzBbdDX/KBGu9Ntzb.js", "ssg:https://framerusercontent.com/modules/xCPzkFBl0X8rHVnieqDG/mwYhJLFSCBAwLy52zDIV/hRIMht3oF.js", "ssg:https://framerusercontent.com/modules/qTwgVrMzrKCdLO7CehgM/e8IPC46GmGSb3Kb09cyl/SGKTYOK6t.js", "ssg:https://framerusercontent.com/modules/gXX0Bh1Nw5JrxK0tY4sy/dzE1ymSPnuD9XpWqJSgd/zr00Tmdx_.js", "ssg:https://framerusercontent.com/modules/5P3htBjJLgnstakXlt6e/dvM3iMbN5luRr6cnhcva/uoo_QPcsX.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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.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/n)/1e3;const l=calcDampingRatio(e,s,n);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 a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/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\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const baseUrl=\"https://logo.clearbit.com/\";const getLogoUrl=company=>{if(!company)return null;return company.includes(\".\")?`${baseUrl}${company}?size=500`:`${baseUrl}${company}.com?size=500`;};/**\n * @framerIntrinsicWidth 64\n * @framerIntrinsicHeight 64\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Logo(props){const{company,radius,isSearch,srcType,srcUrl,srcFile,style}=props;const logoURL=useMemo(()=>{if(isSearch)return getLogoUrl(company);if(srcType===SrcType.Upload)return srcFile;if(srcType===SrcType.Url)return srcUrl;return null;},[company,isSearch,srcType,srcUrl,srcFile]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return logoURL?/*#__PURE__*/ _jsx(\"img\",{src:logoURL,style:{...baseStyles,...style,borderRadius:radius},alt:\"Logo\"}):emptyState;};Logo.defaultProps={company:\"Framer\",radius:100,width:64,height:64,isSearch:true};const baseStyles={position:\"absolute\",left:0,right:0,top:0,bottom:0,width:\"100%\",height:\"100%\"};addPropertyControls(Logo,{isSearch:{type:ControlType.Boolean,title:\"Type\",disabledTitle:\"Custom\",enabledTitle:\"Search\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Upload],hidden:({isSearch})=>isSearch},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.jpg\",hidden:({srcType,isSearch})=>srcType===SrcType.Upload||isSearch},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"jpg\",\"png\",\"jpeg\",\"tiff\",\"gif\"],hidden:({srcType,isSearch})=>srcType===SrcType.Url||isSearch},company:{type:ControlType.String,title:\"Company\",placeholder:\"Github, Apple...\",hidden:({isSearch})=>!isSearch},radius:{type:ControlType.Number,min:0,max:100,title:\"Radius\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map", "// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,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/gwRG7wN5I8iIP6RGo2zH/CLkVWOY4PjT0kWF6qGXn/mHZTUGTIl.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fpAmzQL8Hf590s7AlLDn/NjTNwLzJlpYFCLlgOw1p/r4FWVX3ld.js\";const cycleOrder=[\"HUpb9Gd1k\",\"CsfPCLIaa\"];const serializationHash=\"framer-0qGlP\";const variantClassNames={CsfPCLIaa:\"framer-v-1wvy1wf\",HUpb9Gd1k:\"framer-v-77m406\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"HUpb9Gd1k\",Open:\"CsfPCLIaa\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,T8rQFvSBR:answer??props.T8rQFvSBR??\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HUpb9Gd1k\",W88zB8mIG:question??props.W88zB8mIG??\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HUpb9Gd1k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1iwb0iv=activeVariantCallback(async(...args)=>{setVariant(\"CsfPCLIaa\");});const onTap1kcf02y=activeVariantCallback(async(...args)=>{setVariant(\"HUpb9Gd1k\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"CsfPCLIaa\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-77m406\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"HUpb9Gd1k\",ref:ref??ref1,style:{...style},...addPropertyOverrides({CsfPCLIaa:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e6pkdr\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"REBRj46Tg\",onTap:onTap1iwb0iv,...addPropertyOverrides({CsfPCLIaa:{onTap:onTap1kcf02y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fx9xue\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"k8o7L4V2k\",style:{opacity:.3,rotate:0},variants:{CsfPCLIaa:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-aqjqo2\",layoutDependency:layoutDependency,layoutId:\"feVWd_ITV\",style:{backgroundColor:\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-171h0l1\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"RCZt2OULp\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1fingi0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XLGzsX7By\",style:{\"--extracted-a0htzi\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bz55m8\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"yBrnqSZDV\",style:{opacity:0},variants:{CsfPCLIaa:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-14o16v4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V9mRZoiQb\",style:{\"--extracted-r6o4lv\":\"var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{CsfPCLIaa:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0qGlP.framer-1s4xnl8, .framer-0qGlP .framer-1s4xnl8 { display: block; }\",\".framer-0qGlP.framer-77m406 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-0qGlP .framer-e6pkdr { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 40px; position: relative; user-select: none; width: 100%; }\",\".framer-0qGlP .framer-1fx9xue { flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 25px; width: 16px; z-index: 1; }\",\".framer-0qGlP .framer-aqjqo2 { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-0qGlP .framer-171h0l1 { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-0qGlP .framer-1fingi0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0qGlP .framer-1bz55m8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-0qGlP .framer-14o16v4 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0qGlP.framer-77m406, .framer-0qGlP .framer-e6pkdr, .framer-0qGlP .framer-1bz55m8 { gap: 0px; } .framer-0qGlP.framer-77m406 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0qGlP.framer-77m406 > :first-child, .framer-0qGlP .framer-1bz55m8 > :first-child { margin-top: 0px; } .framer-0qGlP.framer-77m406 > :last-child, .framer-0qGlP .framer-1bz55m8 > :last-child { margin-bottom: 0px; } .framer-0qGlP .framer-e6pkdr > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-0qGlP .framer-e6pkdr > :first-child { margin-left: 0px; } .framer-0qGlP .framer-e6pkdr > :last-child { margin-right: 0px; } .framer-0qGlP .framer-1bz55m8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-0qGlP[data-border=\"true\"]::after, .framer-0qGlP [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 134\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CsfPCLIaa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKBGu9Ntzb=withCSS(Component,css,\"framer-0qGlP\");export default FramerKBGu9Ntzb;FramerKBGu9Ntzb.displayName=\"Row\";FramerKBGu9Ntzb.defaultProps={height:134,width:400};addPropertyControls(FramerKBGu9Ntzb,{variant:{options:[\"HUpb9Gd1k\",\"CsfPCLIaa\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerKBGu9Ntzb,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKBGu9Ntzb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CsfPCLIaa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"134\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Row from\"https://framerusercontent.com/modules/IN4FrFBDB32q7RVNwhho/9RfWt0EnfkH4wwzBbdDX/KBGu9Ntzb.js\";const RowFonts=getFonts(Row);const serializationHash=\"framer-o0ixl\";const variantClassNames={l42Yp88Wj:\"framer-v-1lzbvnh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"l42Yp88Wj\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1lzbvnh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"l42Yp88Wj\",ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:134,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4tm4dj-container\",layoutDependency:layoutDependency,layoutId:\"MeVHQ0zpo-container\",nodeId:\"MeVHQ0zpo\",rendersWithMotion:true,scopeId:\"hRIMht3oF\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"MeVHQ0zpo\",layoutId:\"MeVHQ0zpo\",style:{width:\"100%\"},T8rQFvSBR:\"User experience design, design strategy, data-driven design, Human-AI interaction design, voice & conversational interface design, design storytelling, advanced data visualization, implementing design systems, rapid prototyping, interaction design, information architecture, usability testing, and A/B testing.\",variant:\"CsfPCLIaa\",W88zB8mIG:\"Design\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bnim5a\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"gp8dnR4lv\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:134,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+135,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10e470q-container\",layoutDependency:layoutDependency,layoutId:\"N2R9fIj51-container\",nodeId:\"N2R9fIj51\",rendersWithMotion:true,scopeId:\"hRIMht3oF\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"N2R9fIj51\",layoutId:\"N2R9fIj51\",style:{width:\"100%\"},T8rQFvSBR:\"Cross-functional team collaboration, mentoring junior designers, conducting design reviews, agile methodologies, stakeholder engagement, adaptability, critical thinking, strong work ethic, and effective engagement.\",variant:\"HUpb9Gd1k\",W88zB8mIG:\"Collaboration and Leadership\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fl3kkw\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"TCs6uzGTp\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:134,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+270,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cr7475-container\",layoutDependency:layoutDependency,layoutId:\"ZMXCyCKXM-container\",nodeId:\"ZMXCyCKXM\",rendersWithMotion:true,scopeId:\"hRIMht3oF\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"ZMXCyCKXM\",layoutId:\"ZMXCyCKXM\",style:{width:\"100%\"},T8rQFvSBR:\"Discovery-driven user research, inclusive user research, qualitative research, journey mapping, user interviews, survey design and analysis, user persona development, participant recruitment, ethnographic methods, deep understanding of WCAG 2.2 conformance standards, and advanced familiarity with assistive tools and technologies.\",variant:\"HUpb9Gd1k\",W88zB8mIG:\"Human-Centered Research and Testing\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o0ixl.framer-1187k1u, .framer-o0ixl .framer-1187k1u { display: block; }\",\".framer-o0ixl.framer-1lzbvnh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-o0ixl .framer-4tm4dj-container, .framer-o0ixl .framer-10e470q-container, .framer-o0ixl .framer-cr7475-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-o0ixl .framer-bnim5a, .framer-o0ixl .framer-1fl3kkw { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 265.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhRIMht3oF=withCSS(Component,css,\"framer-o0ixl\");export default FramerhRIMht3oF;FramerhRIMht3oF.displayName=\"Accordion\";FramerhRIMht3oF.defaultProps={height:265.5,width:1200};addFonts(FramerhRIMht3oF,[{explicitInter:true,fonts:[]},...RowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhRIMht3oF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"265.5\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hRIMht3oF.map", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gwRG7wN5I8iIP6RGo2zH/CLkVWOY4PjT0kWF6qGXn/mHZTUGTIl.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fpAmzQL8Hf590s7AlLDn/NjTNwLzJlpYFCLlgOw1p/r4FWVX3ld.js\";const cycleOrder=[\"FBz38I54P\",\"T8EkImCoT\",\"OLSwIu9BO\",\"YQcsMijKL\",\"U4fHt9XIl\",\"CSeyg0Hfr\",\"oaWqogKWG\",\"ZDuvwg9JV\",\"mvqqFG5Oo\",\"BRQ4N9w29\",\"Fvj5QfCPO\"];const serializationHash=\"framer-BAQbY\";const variantClassNames={BRQ4N9w29:\"framer-v-3fm0up\",CSeyg0Hfr:\"framer-v-npsw0b\",FBz38I54P:\"framer-v-wbaxo2\",Fvj5QfCPO:\"framer-v-2n36j7\",mvqqFG5Oo:\"framer-v-lqisyr\",oaWqogKWG:\"framer-v-1t9diul\",OLSwIu9BO:\"framer-v-uc41rs\",T8EkImCoT:\"framer-v-1737nzk\",U4fHt9XIl:\"framer-v-1sfybfx\",YQcsMijKL:\"framer-v-gjh9mh\",ZDuvwg9JV:\"framer-v-18oewci\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"team 1 | mobile\":\"oaWqogKWG\",\"team 1 | tablet\":\"YQcsMijKL\",\"team 1\":\"FBz38I54P\",\"team 2 | Mobile\":\"ZDuvwg9JV\",\"team 2 | tablet\":\"U4fHt9XIl\",\"team 2\":\"T8EkImCoT\",\"team 3 | Desktop\":\"OLSwIu9BO\",\"team 3 | mobile\":\"mvqqFG5Oo\",\"team 3 | tablet\":\"CSeyg0Hfr\",\"team 4 | mobile\":\"Fvj5QfCPO\",\"team 4\":\"BRQ4N9w29\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"FBz38I54P\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FBz38I54P\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-wbaxo2\",className,classNames),\"data-framer-name\":\"team 1\",layoutDependency:layoutDependency,layoutId:\"FBz38I54P\",ref:refBinding,style:{...style},...addPropertyOverrides({BRQ4N9w29:{\"data-framer-name\":\"team 4\"},CSeyg0Hfr:{\"data-framer-name\":\"team 3 | tablet\"},Fvj5QfCPO:{\"data-framer-name\":\"team 4 | mobile\"},mvqqFG5Oo:{\"data-framer-name\":\"team 3 | mobile\"},oaWqogKWG:{\"data-framer-name\":\"team 1 | mobile\"},OLSwIu9BO:{\"data-framer-name\":\"team 3 | Desktop\"},T8EkImCoT:{\"data-framer-name\":\"team 2\"},U4fHt9XIl:{\"data-framer-name\":\"team 2 | tablet\"},YQcsMijKL:{\"data-framer-name\":\"team 1 | tablet\"},ZDuvwg9JV:{\"data-framer-name\":\"team 2 | Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f3whjg\",\"data-framer-name\":\"Frame 36\",layoutDependency:layoutDependency,layoutId:\"V1HT2fJI0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p59qmq\",\"data-framer-name\":\"Frame 35\",layoutDependency:layoutDependency,layoutId:\"QMrrDTsc3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Data-Driven Strategist\"})}),className:\"framer-m6dh8n\",\"data-framer-name\":\"Product Designer, Coinbase\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SmH3EJaQt\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BRQ4N9w29:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Inclusive Design Champion\"})})},CSeyg0Hfr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Growth-Oriented Leader\"})})},Fvj5QfCPO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Inclusive Champion\"})})},mvqqFG5Oo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Growth-Oriented Leader\"})})},OLSwIu9BO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Growth-Oriented Leader\"})})},T8EkImCoT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Collaborative Thinker\"})})},U4fHt9XIl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Collaborative Thinker\"})})},ZDuvwg9JV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1smtk5b\",\"data-styles-preset\":\"r4FWVX3ld\",children:\"Collaborative Thinker\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I leverage analytics and emerging trends in AI to create impactful design solutions that drive business success.\"})}),className:\"framer-66xv1k\",\"data-framer-name\":\"Designed and implemented a new email template that effectively communicated important updates and information to users, resulting in a 50% increase in open rates and click-through rates.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cHszox062\",style:{\"--extracted-r6o4lv\":\"var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BRQ4N9w29:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"As a CPACC certified designer, I focus on building accessible and inclusive user experiences that work well for a wide range of users and assistive technologies.\"})})},CSeyg0Hfr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I\u2019m deeply invested in mentoring junior designers and fostering a culture of learning, collaboration, and growth within teams.\"})})},Fvj5QfCPO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I\u2019m committed to accessibility and aim to create empowering experiences that ensure equity and usability for all.\"})})},mvqqFG5Oo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I\u2019m deeply invested in mentoring junior designers and fostering a culture of learning, collaboration, and growth within teams.\"})})},OLSwIu9BO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I\u2019m deeply invested in mentoring junior designers and fostering a culture of learning, collaboration, and growth within teams.\"})})},T8EkImCoT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I thrive in cross-functional teams, integrating diverse perspectives to strengthen collaboration and achieve collective outcomes.\"})})},U4fHt9XIl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I thrive in cross-functional teams, integrating diverse perspectives to strengthen collaboration and achieve collective outcomes.\"})})},ZDuvwg9JV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97e10153-8e0d-4d5d-8424-6afa5f4e8bac, rgb(92, 92, 106)))\"},children:\"I thrive in cross-functional teams, integrating diverse perspectives to strengthen collaboration and achieve collective outcomes.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BAQbY.framer-1s402r9, .framer-BAQbY .framer-1s402r9 { display: block; }\",\".framer-BAQbY.framer-wbaxo2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 440px; }\",\".framer-BAQbY .framer-f3whjg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BAQbY .framer-1p59qmq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BAQbY .framer-m6dh8n, .framer-BAQbY .framer-66xv1k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BAQbY.framer-v-1t9diul.framer-wbaxo2, .framer-BAQbY.framer-v-18oewci.framer-wbaxo2, .framer-BAQbY.framer-v-lqisyr.framer-wbaxo2 { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-BAQbY.framer-v-1t9diul .framer-f3whjg, .framer-BAQbY.framer-v-18oewci .framer-f3whjg, .framer-BAQbY.framer-v-lqisyr .framer-f3whjg { flex: none; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 95\n * @framerIntrinsicWidth 440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"T8EkImCoT\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"OLSwIu9BO\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"YQcsMijKL\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"U4fHt9XIl\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"CSeyg0Hfr\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"oaWqogKWG\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"ZDuvwg9JV\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"mvqqFG5Oo\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"BRQ4N9w29\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"Fvj5QfCPO\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSGKTYOK6t=withCSS(Component,css,\"framer-BAQbY\");export default FramerSGKTYOK6t;FramerSGKTYOK6t.displayName=\"Experience\";FramerSGKTYOK6t.defaultProps={height:95,width:440};addPropertyControls(FramerSGKTYOK6t,{variant:{options:[\"FBz38I54P\",\"T8EkImCoT\",\"OLSwIu9BO\",\"YQcsMijKL\",\"U4fHt9XIl\",\"CSeyg0Hfr\",\"oaWqogKWG\",\"ZDuvwg9JV\",\"mvqqFG5Oo\",\"BRQ4N9w29\",\"Fvj5QfCPO\"],optionTitles:[\"team 1\",\"team 2\",\"team 3 | Desktop\",\"team 1 | tablet\",\"team 2 | tablet\",\"team 3 | tablet\",\"team 1 | mobile\",\"team 2 | Mobile\",\"team 3 | mobile\",\"team 4\",\"team 4 | mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSGKTYOK6t,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSGKTYOK6t\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"T8EkImCoT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"OLSwIu9BO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"YQcsMijKL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"U4fHt9XIl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"CSeyg0Hfr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"oaWqogKWG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"ZDuvwg9JV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"mvqqFG5Oo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"BRQ4N9w29\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"Fvj5QfCPO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"440\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"95\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SGKTYOK6t.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"CoKONKGFq\",\"FW8JnloXI\",\"xC4pRIlXn\",\"ik9BeqfNt\",\"TZ9qLzyOR\",\"ALkAFfwbN\",\"v4MORcBmZ\",\"bG1H_NXqD\",\"kvqpXWUe4\",\"WW6d5Ckht\",\"b6NroxxnC\",\"v0TGUrlSl\"];const serializationHash=\"framer-j9MpM\";const variantClassNames={ALkAFfwbN:\"framer-v-1ngz7ry\",b6NroxxnC:\"framer-v-1syhq7n\",bG1H_NXqD:\"framer-v-yb582r\",CoKONKGFq:\"framer-v-puzouf\",FW8JnloXI:\"framer-v-yj2bor\",ik9BeqfNt:\"framer-v-1q4zxgp\",kvqpXWUe4:\"framer-v-17x1x3n\",TZ9qLzyOR:\"framer-v-1qtyfxa\",v0TGUrlSl:\"framer-v-bqps6n\",v4MORcBmZ:\"framer-v-1ztoz2\",WW6d5Ckht:\"framer-v-gdkp92\",xC4pRIlXn:\"framer-v-139vplz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"After Effects\":\"TZ9qLzyOR\",\"Variant 11\":\"b6NroxxnC\",\"Variant 12\":\"v0TGUrlSl\",Atlassian:\"WW6d5Ckht\",Figma:\"CoKONKGFq\",Framer:\"FW8JnloXI\",Illustrator:\"ik9BeqfNt\",MailChimp:\"ALkAFfwbN\",Notion:\"v4MORcBmZ\",Photoshop:\"xC4pRIlXn\",Procreate:\"kvqpXWUe4\",Slack:\"bG1H_NXqD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"CoKONKGFq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CoKONKGFq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"b6NroxxnC\")return true;return false;};const isDisplayed1=()=>{if([\"FW8JnloXI\",\"xC4pRIlXn\",\"ik9BeqfNt\",\"TZ9qLzyOR\",\"ALkAFfwbN\",\"v4MORcBmZ\",\"bG1H_NXqD\",\"kvqpXWUe4\",\"WW6d5Ckht\",\"b6NroxxnC\",\"v0TGUrlSl\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"FW8JnloXI\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"xC4pRIlXn\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"ik9BeqfNt\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"v4MORcBmZ\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"bG1H_NXqD\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"TZ9qLzyOR\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"ALkAFfwbN\")return true;return false;};const isDisplayed9=()=>{if([\"kvqpXWUe4\",\"v0TGUrlSl\"].includes(baseVariant))return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"v0TGUrlSl\")return false;return true;};const isDisplayed11=()=>{if(baseVariant===\"kvqpXWUe4\")return false;return true;};const isDisplayed12=()=>{if(baseVariant===\"WW6d5Ckht\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-puzouf\",className,classNames),\"data-framer-name\":\"Figma\",layoutDependency:layoutDependency,layoutId:\"CoKONKGFq\",ref:refBinding,style:{backgroundColor:\"var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, rgb(255, 255, 255))\",borderBottomLeftRadius:19,borderBottomRightRadius:19,borderTopLeftRadius:19,borderTopRightRadius:19,...style},...addPropertyOverrides({ALkAFfwbN:{\"data-framer-name\":\"MailChimp\"},b6NroxxnC:{\"data-framer-name\":\"Variant 11\"},bG1H_NXqD:{\"data-framer-name\":\"Slack\"},FW8JnloXI:{\"data-framer-name\":\"Framer\"},ik9BeqfNt:{\"data-framer-name\":\"Illustrator\"},kvqpXWUe4:{\"data-framer-name\":\"Procreate\"},TZ9qLzyOR:{\"data-framer-name\":\"After Effects\"},v0TGUrlSl:{\"data-framer-name\":\"Variant 12\"},v4MORcBmZ:{\"data-framer-name\":\"Notion\"},WW6d5Ckht:{\"data-framer-name\":\"Atlassian\"},xC4pRIlXn:{\"data-framer-name\":\"Photoshop\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-fsgzqf\",\"data-framer-name\":\"Azuredevops\",fill:\"rgb(0, 121, 213)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"Xb2BnFNLt\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M0 8.877 2.247 5.91l8.405-3.416V.022l7.37 5.393L2.966 8.338v8.225L0 15.707zm24-4.45v14.651l-5.753 4.9-9.303-3.057v3.056l-5.978-7.416 15.057 1.798V5.415z\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-oqvtnm\",\"data-framer-name\":\"figma\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I481:833;481:714\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20C20 17.2386 22.2386 15 25 15C27.7614 15 30 17.2386 30 20C30 22.7614 27.7614 25 25 25C22.2386 25 20 22.7614 20 20Z\" fill=\"#1ABCFE\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 30C10 27.2386 12.2386 25 15 25H20V30C20 32.7614 17.7614 35 15 35C12.2386 35 10 32.7614 10 30Z\" fill=\"#0ACF83\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 5V15H25C27.7614 15 30 12.7614 30 10C30 7.23858 27.7614 5 25 5H20Z\" fill=\"#FF7262\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 10C10 12.7614 12.2386 15 15 15H20V5H15C12.2386 5 10 7.23858 10 10Z\" fill=\"#F24E1E\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C10 22.7614 12.2386 25 15 25H20V15H15C12.2386 15 10 17.2386 10 20Z\" fill=\"#A259FF\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6q4os\",\"data-framer-name\":\"framer\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"Rgd0lmEGF\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 37.5C29.665 37.5 37.5 29.665 37.5 20C37.5 10.335 29.665 2.5 20 2.5C10.335 2.5 2.5 10.335 2.5 20C2.5 29.665 10.335 37.5 20 37.5Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.25 25.4167H20V33.7501L11.25 25.4167Z\" fill=\"#0055FF\"/>\\n<path d=\"M20 17.0833H11.25V25.4166H28.75L20 17.0833Z\" fill=\"#00AAFF\"/>\\n<path d=\"M11.25 8.75L20 17.0833H28.75V8.75H11.25Z\" fill=\"#88DDFF\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yob3kx\",\"data-framer-name\":\"adobe_photoshop\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"y12nUV2Gq\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.5 15.1667C2.5 10.7329 2.5 8.51604 3.36287 6.82258C4.12186 5.33296 5.33296 4.12186 6.82258 3.36287C8.51604 2.5 10.7329 2.5 15.1667 2.5H24.8333C29.2671 2.5 31.484 2.5 33.1774 3.36287C34.667 4.12186 35.8781 5.33296 36.6371 6.82258C37.5 8.51604 37.5 10.7329 37.5 15.1667V24.8333C37.5 29.2671 37.5 31.484 36.6371 33.1774C35.8781 34.667 34.667 35.8781 33.1774 36.6371C31.484 37.5 29.2671 37.5 24.8333 37.5H15.1667C10.7329 37.5 8.51604 37.5 6.82258 36.6371C5.33296 35.8781 4.12186 34.667 3.36287 33.1774C2.5 31.484 2.5 29.2671 2.5 24.8333V15.1667Z\" fill=\"#001E36\"/>\\n<path d=\"M10 28.1453V12.7543C10 12.6496 10.0438 12.5897 10.1458 12.5897C11.6529 12.5897 13.1592 12.5 14.6667 12.5C17.1127 12.5 19.7612 13.3364 20.6896 15.8953C20.9083 16.5235 21.025 17.1667 21.025 17.8397C21.025 19.1261 20.7333 20.188 20.15 21.0256C18.5205 23.3654 15.6962 23.3291 13.1646 23.3291V28.1303C13.1844 28.2725 13.0632 28.3397 12.9458 28.3397H10.175C10.0583 28.3397 10 28.2799 10 28.1453ZM13.1792 15.4765V20.5021C14.183 20.5757 15.2334 20.5837 16.1979 20.2628C17.2627 19.9557 17.8458 19.0339 17.8458 17.9295C17.8754 16.9884 17.3626 16.0854 16.4896 15.7457C15.5367 15.3495 14.2078 15.3258 13.1792 15.4765Z\" fill=\"#31A8FF\"/>\\n<path d=\"M30.1208 19.5092C29.6796 19.2767 29.2096 19.1066 28.7238 19.0035C28.0995 18.8566 25.6372 18.3421 25.6363 19.6296C25.6581 20.3484 26.7991 20.7006 27.3033 20.9059C29.0731 21.5135 31.0759 22.5996 31.0365 24.783C31.0906 27.501 28.4572 28.5876 26.1998 28.5878C25.0246 28.6 23.8003 28.418 22.7248 27.9135C22.6222 27.8592 22.5561 27.743 22.5605 27.6245V25.0238C22.5489 24.9195 22.6608 24.8284 22.7483 24.9034C23.8021 25.5407 25.0512 25.8501 26.2702 25.8666C26.8083 25.8666 27.8749 25.8145 27.8668 25.0238C27.8668 24.265 26.5909 23.9162 26.0824 23.7234C25.3451 23.4602 24.6461 23.0957 24.0045 22.6398C23.1077 22.0001 22.5452 20.9746 22.5605 19.8463C22.5553 17.2871 24.9793 16.1384 27.1624 16.1378C28.183 16.1294 29.2789 16.205 30.229 16.6195C30.3656 16.6597 30.3939 16.8036 30.3933 16.9325V19.3647C30.402 19.5157 30.2343 19.5671 30.1208 19.5092Z\" fill=\"#31A8FF\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vuf1z2\",\"data-framer-name\":\"adobe_illustrator\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"fcvXaUaoY\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.5 15.1667C2.5 10.7329 2.5 8.51604 3.36287 6.82258C4.12186 5.33296 5.33296 4.12186 6.82258 3.36287C8.51604 2.5 10.7329 2.5 15.1667 2.5H24.8333C29.2671 2.5 31.484 2.5 33.1774 3.36287C34.667 4.12186 35.8781 5.33296 36.6371 6.82258C37.5 8.51604 37.5 10.7329 37.5 15.1667V24.8333C37.5 29.2671 37.5 31.484 36.6371 33.1774C35.8781 34.667 34.667 35.8781 33.1774 36.6371C31.484 37.5 29.2671 37.5 24.8333 37.5H15.1667C10.7329 37.5 8.51604 37.5 6.82258 36.6371C5.33296 35.8781 4.12186 34.667 3.36287 33.1774C2.5 31.484 2.5 29.2671 2.5 24.8333V15.1667Z\" fill=\"#330000\"/>\\n<path d=\"M19.4603 24.4953H14.0366L12.9331 28.0112C12.9025 28.1418 12.7822 28.2343 12.6514 28.2279H9.90431C9.74765 28.2279 9.69287 28.1396 9.73996 27.963L14.4358 14.0923C14.4828 13.9478 14.5297 13.7832 14.5767 13.5986C14.6381 13.2773 14.6695 12.9507 14.6706 12.6233C14.6571 12.5266 14.7421 12.4412 14.8349 12.4547H18.5681C18.6775 12.4547 18.7401 12.4949 18.7559 12.5752L24.0858 27.9871C24.1327 28.1478 24.0857 28.228 23.9448 28.2279H20.8925C20.7855 28.2401 20.6832 28.1667 20.6577 28.0594L19.4603 24.4953ZM14.8819 21.4611H18.5916C17.9821 19.3784 17.2943 17.323 16.7368 15.2241C16.1353 17.3266 15.479 19.4206 14.8819 21.4611Z\" fill=\"#FF9A00\"/>\\n<path d=\"M27.2551 15.0073C27.0157 15.0171 26.7768 14.9751 26.5543 14.8838C26.3318 14.7925 26.1306 14.654 25.9638 14.4775C25.7975 14.2933 25.6683 14.0772 25.5836 13.8417C25.499 13.6061 25.4606 13.3557 25.4707 13.1049C25.4621 12.8565 25.5048 12.6091 25.5958 12.3788C25.6868 12.1485 25.8242 11.9405 25.999 11.7684C26.172 11.598 26.3763 11.4645 26.6 11.3756C26.8236 11.2868 27.0623 11.2443 27.3021 11.2506C27.8656 11.2506 28.3078 11.4232 28.6287 11.7684C28.7906 11.9477 28.9165 12.1581 28.9991 12.3874C29.0817 12.6168 29.1193 12.8606 29.1099 13.1049C29.1198 13.3567 29.0801 13.6079 28.9934 13.8437C28.9067 14.0795 28.7747 14.2951 28.6052 14.4775C28.428 14.6566 28.2166 14.7962 27.9842 14.8873C27.7519 14.9785 27.5036 15.0194 27.2551 15.0073ZM25.635 27.987V16.4762C25.635 16.3317 25.6974 16.2595 25.8229 16.2595H28.7108C28.8359 16.2595 28.8986 16.3317 28.8987 16.4762V27.987C28.8987 28.1477 28.8361 28.228 28.7108 28.2278H25.8464C25.7055 28.2278 25.6351 28.1476 25.635 27.987Z\" fill=\"#FF9A00\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-w09lyn\",\"data-framer-name\":\"notion\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"nDpOXt7kZ\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.145 36.5222L2.8458 31.1664C1.81141 29.8778 1.25 28.2933 1.25 26.6623V7.26873C1.25 4.8258 3.20448 2.79871 5.72589 2.62656L25.6652 1.26523C27.1137 1.16633 28.5535 1.55136 29.7434 2.35588L36.7491 7.09239C38.0031 7.94024 38.75 9.32623 38.75 10.8053V32.854C38.75 35.2447 36.8282 37.2241 34.3595 37.3761L12.2292 38.7383C10.2592 38.8596 8.35499 38.0296 7.145 36.5222Z\" fill=\"white\"/>\\n<path d=\"M14.0601 16.9733V16.7194C14.0601 16.0757 14.5756 15.542 15.2399 15.4976L20.0791 15.1745L26.7713 25.0293V16.3801L25.0488 16.1504V16.0298C25.0488 15.3787 25.576 14.8414 26.2488 14.8069L30.652 14.5813V15.215C30.652 15.5124 30.4308 15.7669 30.1276 15.8181L29.068 15.9974V30.0045L27.7382 30.4618C26.6273 30.8439 25.3905 30.4349 24.7545 29.4752L18.2576 19.6714V29.0286L20.2573 29.4113L20.2295 29.5968C20.1422 30.1778 19.6406 30.6172 19.0337 30.6442L14.0601 30.8656C13.9944 30.2408 14.4626 29.6818 15.1086 29.614L15.7629 29.5452V17.0689L14.0601 16.9733Z\" fill=\"black\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8436 3.70836L5.90434 5.06969C4.70999 5.15124 3.78418 6.11144 3.78418 7.26861V26.6622C3.78418 27.7495 4.15845 28.8059 4.84804 29.6649L9.14724 35.0208C9.84235 35.8867 10.9362 36.3635 12.0679 36.2938L34.1983 34.9316C35.3326 34.8617 36.2155 33.9523 36.2155 32.8538V10.8052C36.2155 10.1256 35.8724 9.48881 35.2962 9.09926L28.2906 4.36275C27.5766 3.88004 26.7128 3.64902 25.8436 3.70836ZM6.89309 7.57112C6.61576 7.36581 6.74775 6.93806 7.09613 6.91307L25.9777 5.55876C26.5793 5.51561 27.1771 5.68128 27.6637 6.02598L31.4521 8.71004C31.5959 8.81194 31.5285 9.03192 31.3504 9.0416L11.3548 10.1291C10.7497 10.162 10.1524 9.98422 9.67127 9.628L6.89309 7.57112ZM10.417 13.5383C10.417 12.8887 10.9418 12.3521 11.6128 12.3155L32.7538 11.1642C33.4078 11.1286 33.9584 11.6315 33.9584 12.2646V31.3565C33.9584 32.0049 33.4355 32.5409 32.7657 32.579L11.7586 33.7743C11.0307 33.8157 10.417 33.2564 10.417 32.5517V13.5383Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-aebm2c\",\"data-framer-name\":\"slack\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"BiS9lo1lo\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M33.1253 18.7497C34.851 18.7497 36.25 17.3507 36.25 15.625C36.25 13.8992 34.8509 12.5002 33.1251 12.5002C31.3992 12.5002 30 13.8994 30 15.6252V18.7497H33.1253ZM24.375 18.7497C26.1009 18.7497 27.5 17.3506 27.5 15.6247V6.87525C27.5 5.14936 26.1009 3.75024 24.375 3.75024C22.6491 3.75024 21.25 5.14935 21.25 6.87524V15.6247C21.25 17.3506 22.6491 18.7497 24.375 18.7497Z\" fill=\"#2EB67D\"/>\\n<path d=\"M6.87473 21.2503C5.14899 21.2503 3.75 22.6493 3.75 24.375C3.75 26.1008 5.14913 27.4998 6.87487 27.4998C8.60076 27.4998 10 26.1006 10 24.3748V21.2503H6.87473ZM15.625 21.2503C13.8991 21.2503 12.5 22.6494 12.5 24.3753V33.1248C12.5 34.8506 13.8991 36.2498 15.625 36.2498C17.3509 36.2498 18.75 34.8506 18.75 33.1248V24.3753C18.75 22.6494 17.3509 21.2503 15.625 21.2503Z\" fill=\"#E01E5A\"/>\\n<path d=\"M21.2505 33.1253C21.2505 34.851 22.6495 36.25 24.3753 36.25C26.101 36.25 27.5 34.8509 27.5 33.1251C27.5 31.3992 26.1009 30 24.375 30L21.2505 30L21.2505 33.1253ZM21.2505 24.375C21.2505 26.1009 22.6496 27.5 24.3755 27.5L33.125 27.5C34.8509 27.5 36.25 26.1009 36.25 24.375C36.25 22.6491 34.8509 21.25 33.125 21.25L24.3755 21.25C22.6496 21.25 21.2505 22.6491 21.2505 24.375Z\" fill=\"#ECB22E\"/>\\n<path d=\"M18.7495 6.87473C18.7495 5.14899 17.3505 3.75 15.6247 3.75C13.899 3.75 12.5 5.14913 12.5 6.87487C12.5 8.60076 13.8991 10 15.625 10L18.7495 10L18.7495 6.87473ZM18.7495 15.625C18.7495 13.8991 17.3504 12.5 15.6245 12.5L6.875 12.5C5.14911 12.5 3.75 13.8991 3.75 15.625C3.75 17.3509 5.14911 18.75 6.875 18.75L15.6245 18.75C17.3504 18.75 18.7495 17.3509 18.7495 15.625Z\" fill=\"#36C5F0\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-154c6ru\",\"data-framer-name\":\"adobe_after_effects\",layoutDependency:layoutDependency,layoutId:\"PVsP3NJUH\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pzhokg\",\"data-framer-name\":\"bg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"I8:4323;1:538\",svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 10.1333C0 6.58633 0 4.81283 0.690292 3.45806C1.29749 2.26637 2.26637 1.29749 3.45806 0.690292C4.81283 0 6.58633 0 10.1333 0H17.8667C21.4137 0 23.1872 0 24.5419 0.690292C25.7336 1.29749 26.7025 2.26637 27.3097 3.45806C28 4.81283 28 6.58633 28 10.1333V17.8667C28 21.4137 28 23.1872 27.3097 24.5419C26.7025 25.7336 25.7336 26.7025 24.5419 27.3097C23.1872 28 21.4137 28 17.8667 28H10.1333C6.58633 28 4.81283 28 3.45806 27.3097C2.26637 26.7025 1.29749 25.7336 0.690292 24.5419C0 23.1872 0 21.4137 0 17.8667V10.1333Z\" fill=\"#00005B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-odsdyv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"I8:4323;1:539\",svg:'<svg width=\"21\" height=\"13\" viewBox=\"0 0 21 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.78934 9.56385H3.4504L2.56759 12.3819C2.54308 12.4864 2.44685 12.5604 2.34218 12.5553H0.144542C0.0192165 12.5553 -0.0246111 12.4847 0.013059 12.3434L3.76969 1.29263C3.80729 1.17706 3.84483 1.06407 3.88243 0.916252C3.93156 0.659221 3.95672 0.397974 3.95756 0.13605C3.94679 0.0586538 4.01358 -0.00985673 4.08905 0.00117152H7.07555C7.16305 0.00117152 7.21314 0.0332874 7.22583 0.0975182L11.4897 12.3626C11.5272 12.4912 11.4896 12.5554 11.377 12.5553H8.9351C8.84945 12.565 8.76768 12.5063 8.74728 12.4204L7.78934 9.56385ZM4.12659 7.18772H7.09435C6.60676 5.52154 6.05649 3.87725 5.6105 2.19809C5.10509 3.93992 4.63843 5.55531 4.12659 7.18772Z\" fill=\"#9999FF\"/>\\n<path d=\"M14.6608 8.47569C14.8335 9.90662 16.0351 10.5888 17.3656 10.5597C18.1159 10.545 18.9177 10.4285 19.6188 10.1448C19.6812 10.0937 19.7127 10.1256 19.7127 10.2412V12.0713C19.7186 12.1665 19.6788 12.2516 19.6 12.3025C18.7286 12.6983 17.7284 12.8177 16.7833 12.8025C13.9655 12.8025 12.0304 10.8171 12.0312 7.92849C12.0238 5.19109 13.7997 2.88168 16.5579 2.88168C18.896 2.82106 20.5147 4.69304 20.5212 7.02305C20.5212 7.44744 20.4975 7.87327 20.4461 8.29453C20.4361 8.38132 20.3622 8.44869 20.277 8.44866C18.4097 8.44866 16.5333 8.47569 14.6608 8.47569ZM14.6608 6.72071C15.7015 6.72071 16.7482 6.7575 17.7882 6.71107C17.9445 6.69505 18.0606 6.66544 18.0606 6.50287C18.0389 5.63906 17.3099 4.92865 16.464 4.96169C15.442 4.89833 14.7879 5.76108 14.6608 6.72071Z\" fill=\"#9999FF\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15n88yw\",\"data-framer-name\":\"mailchimp\",layoutDependency:layoutDependency,layoutId:\"ZpNihV0Jv\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-biwyuq\",\"data-framer-name\":\"bg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"I8:4399;1:880\",svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14 0C6.27812 0 0 6.27812 0 14C0 21.7219 6.27812 28 14 28C21.7219 28 28 21.7219 28 14C28 6.27812 21.7219 0 14 0Z\" fill=\"#FDDD4C\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-157qw8q\",\"data-framer-name\":\"mailchimp\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"I8:4399;1:881\",svg:'<svg width=\"21\" height=\"22\" viewBox=\"0 0 21 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.86884 14.6502C4.56272 14.1867 5.33266 13.4853 5.0195 12.8963C4.83897 12.5567 4.54389 12.345 4.18952 12.3006C3.84941 12.2579 3.49905 12.3824 3.27573 12.6257C2.92315 13.0094 2.86832 13.5317 2.93652 13.7165C2.96148 13.7842 3.00071 13.8027 3.02879 13.8067C3.22083 13.832 3.32889 13.3391 3.39519 13.2364C3.57851 12.9535 3.99476 12.8679 4.28223 13.0538C4.82731 13.4064 4.35467 13.9762 4.39545 14.4574C4.43513 14.926 4.72709 15.1144 4.98919 15.1342C5.24416 15.1438 5.42246 15.0022 5.46748 14.8988C5.57542 14.6519 5.12072 15.0315 4.86884 14.6502Z\" fill=\"black\"/>\\n<path d=\"M16.2577 10.3958C16.1147 10.3761 15.9585 10.3765 15.7959 10.3958C15.6725 10.2401 15.5619 9.98793 15.4995 9.6936C15.3885 9.17 15.4001 8.79072 15.7099 8.74144C16.0197 8.69216 16.1694 9.00896 16.2804 9.53256C16.3549 9.88456 16.3406 10.208 16.2577 10.3958Z\" fill=\"black\"/>\\n<path d=\"M12.8646 10.7074C12.8769 10.8259 12.8812 10.9459 12.8777 11.0564C13.1775 11.074 13.3898 11.2163 13.4463 11.3067C13.4753 11.3533 13.4637 11.3837 13.4544 11.3977C13.4233 11.446 13.3568 11.4386 13.2175 11.4229C13.0958 11.4093 12.9648 11.3973 12.8286 11.4035C12.7545 11.6308 12.5348 11.6521 12.3804 11.484C12.2726 11.5168 12.0608 11.6521 11.9976 11.5051C11.9971 11.4322 12.0734 11.3261 12.2115 11.2325C12.1172 11.0526 12.054 10.8601 12.0167 10.6607C11.8209 10.696 11.6447 10.7508 11.5066 10.7938C11.4418 10.814 11.1853 10.9299 11.1552 10.7993C11.1351 10.7091 11.2755 10.5604 11.424 10.453C11.5898 10.3353 11.7738 10.2516 11.9646 10.2033C11.9605 9.91925 12.0329 9.72114 12.2393 9.68832C12.4951 9.64762 12.6537 9.84459 12.7634 10.2093C13.0726 10.2952 13.3814 10.5082 13.5177 10.7284C13.5707 10.8138 13.581 10.8798 13.5466 10.9146C13.4609 11.0034 12.9862 10.7459 12.8646 10.7074Z\" fill=\"black\"/>\\n<path d=\"M14.8977 11.9838C15.0938 12.0788 15.3096 12.0414 15.38 11.9002C15.4504 11.7589 15.3484 11.5675 15.1522 11.4725C14.9561 11.3775 14.7404 11.4149 14.6699 11.5561C14.5995 11.6973 14.7016 11.8887 14.8977 11.9838Z\" fill=\"black\"/>\\n<path d=\"M15.8632 11.2824C15.8667 11.0664 15.9991 10.8939 16.1583 10.8965C16.3174 10.8996 16.4435 11.0765 16.44 11.2921C16.4364 11.5077 16.304 11.6802 16.1449 11.6775C15.9857 11.6749 15.8596 11.498 15.8632 11.2824Z\" fill=\"black\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.1785 13.9281C20.1772 13.9236 20.1816 13.9392 20.1785 13.9281C20.4981 13.9281 21 14.2907 21 15.1667C21 16.0384 20.6336 17.0257 20.5471 17.2449C19.2273 20.3671 16.0772 22.1051 12.3248 21.9951C8.82661 21.8926 5.84322 20.0705 4.53762 17.1001C3.7482 17.101 2.93426 16.7582 2.31556 16.217C1.66343 15.6468 1.26137 14.9089 1.18292 14.1393C1.12185 13.5401 1.19629 12.9826 1.38662 12.4964L0.653368 11.883C-2.70223 9.08641 7.79292 -2.42835 11.1494 0.461557C11.1663 0.476077 12.2914 1.56551 12.2941 1.56815C13.9125 0.889853 18.2489 -0.401602 18.2537 2.60479C18.2555 3.60315 17.611 4.76738 16.5782 5.82382C17.7718 6.91644 17.457 8.46848 17.6471 9.89248L18.0616 10.006C18.8519 10.2247 19.414 10.5164 19.6891 10.8015C19.9641 11.0862 20.1005 11.3621 20.15 11.6855C20.1963 11.9464 20.1901 12.4071 19.8415 12.9223C19.967 13.2547 20.0816 13.5861 20.1785 13.9281ZM4.47834 16.2901C4.59557 16.2927 4.71191 16.2852 4.82602 16.2659C6.05227 16.0595 6.37321 14.7448 6.17129 13.4538C5.94306 11.9961 4.94414 11.4822 4.26616 11.4457C4.07761 11.436 3.90243 11.4527 3.75801 11.4813C2.5478 11.722 1.86447 12.7384 1.99908 14.0584C2.12077 15.253 3.3448 16.2601 4.47834 16.2901ZM1.73743 11.8395C2.14351 11.2574 2.80722 10.8363 3.56054 10.6915C4.51934 8.15097 6.12047 5.81018 8.23956 4.19934C9.81216 2.90443 11.5082 1.97559 11.5082 1.97559C11.5082 1.97559 10.5949 0.930155 10.319 0.853156C8.62201 0.400837 4.95707 2.89563 2.61689 6.1921C1.67012 7.52573 0.314599 9.88764 0.962718 11.1025C1.04251 11.253 1.49494 11.6397 1.73743 11.8395ZM15.4955 15.7066C15.4981 15.7339 15.4812 15.7621 15.4567 15.7722C15.4567 15.7722 14.0931 16.3983 11.9272 15.737C12.0051 16.3862 12.7924 16.6322 13.3425 16.7213C16.0263 17.1771 18.5355 15.6622 19.1002 15.2807C19.1972 15.2152 19.099 15.3836 19.0815 15.4083C18.3901 16.2887 16.5314 17.3082 14.1132 17.3078C13.0585 17.3073 12.0044 16.9408 11.6174 16.3772C11.017 15.5029 11.5876 14.2265 12.5883 14.3593C14.2798 14.5479 16.0139 14.4062 17.5798 13.6888C18.9451 13.0631 19.4608 12.375 19.3833 11.8175C19.263 10.9535 17.9821 10.8184 17.3346 10.6084C17.0529 10.5164 16.9138 10.4429 16.8822 9.91976C16.8684 9.6914 16.8282 8.89457 16.8135 8.56501C16.7877 7.98817 16.7172 7.19925 16.2216 6.87365C16.0923 6.78873 15.9488 6.74781 15.7977 6.73989C15.6772 6.73415 15.6057 6.7507 15.5673 6.75959C15.5587 6.76159 15.5517 6.76321 15.5463 6.76409C15.2786 6.80902 15.1146 6.94443 14.9212 7.10411C14.9101 7.11331 14.8988 7.12259 14.8875 7.13193C14.2692 7.64057 13.7472 7.72373 13.1664 7.69909C12.9855 7.69153 12.7991 7.67346 12.6024 7.6544C12.4215 7.63687 12.232 7.6185 12.0302 7.60669L11.7837 7.59261C10.8111 7.54333 9.76803 8.37229 9.59464 9.54972C9.40091 10.864 10.1355 11.669 10.6132 12.1925C10.7313 12.3219 10.8337 12.434 10.9025 12.5325C10.9466 12.5919 10.9979 12.6755 10.9979 12.7551C10.9979 12.8502 10.9354 12.9254 10.8744 12.9896C9.88214 13.9968 9.56477 15.5971 9.93875 16.9307C9.98556 17.097 10.0448 17.2563 10.1148 17.4085C10.9921 19.4321 13.7138 20.3746 16.3722 19.5174C18.2354 18.9167 19.8816 17.465 20.2168 15.4624C20.2966 14.9406 20.1794 14.7391 20.0198 14.6418C19.8509 14.5393 19.6485 14.5749 19.6485 14.5749C19.6485 14.5749 19.5562 13.9515 19.295 13.3848C18.5199 13.9884 17.5223 14.4126 16.7627 14.6277C15.5458 14.9724 14.2312 15.1065 12.9737 14.944C12.4636 14.8781 12.1209 14.8338 11.974 15.3049C13.6514 15.9112 15.4268 15.6516 15.4268 15.6516C15.4611 15.6481 15.4919 15.6727 15.4955 15.7066ZM10.656 3.94062C9.73861 4.40394 8.71428 5.22894 7.88252 6.17802C7.8531 6.2119 7.89678 6.25854 7.93289 6.23258C8.65143 5.71646 9.63654 5.23686 10.927 4.92622C12.3725 4.57818 13.7642 4.72426 14.6142 4.91654C14.657 4.92622 14.6837 4.85362 14.6459 4.8325C14.0842 4.52142 13.2221 4.31022 12.6106 4.30582C12.5807 4.30538 12.5638 4.27106 12.5816 4.2473C12.6872 4.10694 12.8321 3.96834 12.9645 3.86802C12.9939 3.84514 12.9761 3.79807 12.9386 3.80026C12.1779 3.84638 10.4402 4.63869 10.4465 4.60986C10.491 4.39866 10.6314 4.1197 10.7041 3.98946C10.7215 3.95866 10.6876 3.92478 10.656 3.94062Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11dldx2\",\"data-framer-name\":\"procreate\",layoutDependency:layoutDependency,layoutId:\"iF0lAa1Bu\",children:[isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-fobq9e\",\"data-framer-name\":\"procreate\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"I8:4311;1:473\",svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 10.1333C0 6.58633 0 4.81283 0.690292 3.45806C1.29749 2.26637 2.26637 1.29749 3.45806 0.690292C4.81283 0 6.58633 0 10.1333 0H17.8667C21.4137 0 23.1872 0 24.5419 0.690292C25.7336 1.29749 26.7025 2.26637 27.3097 3.45806C28 4.81283 28 6.58633 28 10.1333V17.8667C28 21.4137 28 23.1872 27.3097 24.5419C26.7025 25.7336 25.7336 26.7025 24.5419 27.3097C23.1872 28 21.4137 28 17.8667 28H10.1333C6.58633 28 4.81283 28 3.45806 27.3097C2.26637 26.7025 1.29749 25.7336 0.690292 24.5419C0 23.1872 0 21.4137 0 17.8667V10.1333Z\" fill=\"#242424\"/>\\n<path d=\"M7.86668 14.4C3.9667 17.2704 3.2 21.4667 3.2 24.9667C3.37778 23.9222 4.19333 21.4733 6.03333 20.0333C8.76667 17.8942 13.7666 18.5989 19.2333 14.9667C24.7 11.3344 25.2333 6.60001 24.5333 2.96667C24.047 6.47256 22.3872 8.00049 20.1 9.36668C15.1334 12.3333 12.0334 11.3333 7.86668 14.4Z\" fill=\"url(#paint0_linear_122_316)\"/>\\n<path d=\"M7.86668 14.4C3.9667 17.2704 3.2 21.4667 3.2 24.9667C3.37778 23.9222 4.19333 21.4733 6.03333 20.0333C8.76667 17.8942 13.7666 18.5989 19.2333 14.9667C24.7 11.3344 25.2333 6.60001 24.5333 2.96667C24.047 6.47256 22.3872 8.00049 20.1 9.36668C15.1334 12.3333 12.0334 11.3333 7.86668 14.4Z\" fill=\"url(#paint1_linear_122_316)\"/>\\n<path d=\"M3.24664 23.532C3.46065 20.3695 4.48752 16.887 7.86667 14.4C10.0388 12.8013 11.9211 12.3078 13.9291 11.7813C15.1009 11.4741 16.3155 11.1556 17.6556 10.5997C17.1667 11.0667 14.8436 12.1567 13.0913 12.8849C11.3435 13.6113 9.50091 14.3772 7.96668 15.4C4.88849 17.4521 3.63687 21.0225 3.24664 23.532Z\" fill=\"url(#paint2_linear_122_316)\"/>\\n<path d=\"M3.24664 23.532C3.46065 20.3695 4.48752 16.887 7.86667 14.4C10.0388 12.8013 11.9211 12.3078 13.9291 11.7813C15.1009 11.4741 16.3155 11.1556 17.6556 10.5997C17.1667 11.0667 14.8436 12.1567 13.0913 12.8849C11.3435 13.6113 9.50091 14.3772 7.96668 15.4C4.88849 17.4521 3.63687 21.0225 3.24664 23.532Z\" fill=\"url(#paint3_linear_122_316)\"/>\\n<path d=\"M22.2177 12.3709C21.8344 12.7463 21.4071 13.0825 20.9334 13.3667C18.8 14.6467 16.5325 15.0595 14.3261 15.4611C12.5678 15.7812 10.8484 16.0942 9.2667 16.8333C5.70027 18.4999 3.50033 21.9662 3.2001 24.9661C3.20008 24.9662 3.20005 24.9663 3.20003 24.9665C3.20002 24.9659 3.20001 24.9654 3.2 24.9648C3.20001 24.7359 3.20332 24.5039 3.21056 24.2695C3.22873 23.8977 3.26718 23.4857 3.33079 23.0463C3.80163 20.5792 5.08219 17.323 7.96669 15.4C9.18777 14.5859 10.6042 13.9347 12.0127 13.3365C13.2513 12.9298 14.3677 12.6768 15.4313 12.4356C17.1056 12.056 18.6491 11.7061 20.3334 10.8333C23.8675 9.00205 24.7934 5.2388 24.5445 3.02515C25.0729 5.83003 24.8593 9.27991 22.2177 12.3709Z\" fill=\"url(#paint4_linear_122_316)\"/>\\n<path d=\"M22.2177 12.371C21.8344 12.7464 21.407 13.0825 20.9334 13.3667C18.8001 14.6467 16.5325 15.0595 14.3261 15.4611C12.5679 15.7812 10.8485 16.0942 9.26672 16.8333C7.21566 17.7918 5.61656 19.3455 4.57083 21.0634C5.49352 19.7669 6.89916 18.3185 8.63338 17.7667C10.3256 17.2282 11.9398 17.1726 13.6167 17.1148C14.0973 17.0982 14.5831 17.0815 15.0774 17.0532C16.4095 16.5682 17.8055 15.9154 19.2333 14.9667C20.4641 14.1489 21.4448 13.2753 22.2177 12.371Z\" fill=\"url(#paint5_linear_122_316)\"/>\\n<path d=\"M22.2177 12.371C21.8344 12.7464 21.407 13.0825 20.9334 13.3667C18.8001 14.6467 16.5325 15.0595 14.3261 15.4611C12.5679 15.7812 10.8485 16.0942 9.26672 16.8333C7.21566 17.7918 5.61656 19.3455 4.57083 21.0634C5.49352 19.7669 6.89916 18.3185 8.63338 17.7667C10.3256 17.2282 11.9398 17.1726 13.6167 17.1148C14.0973 17.0982 14.5831 17.0815 15.0774 17.0532C16.4095 16.5682 17.8055 15.9154 19.2333 14.9667C20.4641 14.1489 21.4448 13.2753 22.2177 12.371Z\" fill=\"url(#paint6_linear_122_316)\"/>\\n<path d=\"M24.5445 3.02515C24.5408 3.00562 24.5371 2.98613 24.5333 2.96667C24.047 6.47256 22.3872 8.00049 20.1 9.36668C19.2336 9.88421 18.4239 10.281 17.6555 10.5998C17.1665 11.0667 14.8435 12.1567 13.0913 12.885L13.091 12.8851C12.7344 13.0333 12.3738 13.1831 12.0127 13.3365C13.2513 12.9298 14.3677 12.6767 15.4313 12.4356C17.1055 12.056 18.6491 11.7061 20.3334 10.8333C23.8674 9.00205 24.7934 5.2388 24.5445 3.02515Z\" fill=\"url(#paint7_linear_122_316)\"/>\\n<path d=\"M24.5445 3.02515C24.5408 3.00562 24.5371 2.98613 24.5333 2.96667C24.047 6.47256 22.3872 8.00049 20.1 9.36668C19.2336 9.88421 18.4239 10.281 17.6555 10.5998C17.1665 11.0667 14.8435 12.1567 13.0913 12.885L13.091 12.8851C12.7344 13.0333 12.3738 13.1831 12.0127 13.3365C13.2513 12.9298 14.3677 12.6767 15.4313 12.4356C17.1055 12.056 18.6491 11.7061 20.3334 10.8333C23.8674 9.00205 24.7934 5.2388 24.5445 3.02515Z\" fill=\"url(#paint8_linear_122_316)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_122_316\" x1=\"15.4\" y1=\"16.2\" x2=\"3.86666\" y2=\"24.4667\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FE5004\"/>\\n<stop offset=\"0.602538\" stop-color=\"#FFB915\"/>\\n<stop offset=\"1\" stop-color=\"#FFFC41\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_122_316\" x1=\"10.8333\" y1=\"16.9\" x2=\"10.9\" y2=\"18.1\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FD3E00\"/>\\n<stop offset=\"1\" stop-color=\"#FD4400\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_122_316\" x1=\"17.6667\" y1=\"10\" x2=\"1.4\" y2=\"24.4667\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#005FC6\"/>\\n<stop offset=\"0.279756\" stop-color=\"#23A4DF\"/>\\n<stop offset=\"0.465158\" stop-color=\"#3AC2B7\"/>\\n<stop offset=\"0.640642\" stop-color=\"#60EC7A\"/>\\n<stop offset=\"0.818668\" stop-color=\"#CFFDBD\"/>\\n<stop offset=\"1\" stop-color=\"#D0FCB6\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_122_316\" x1=\"14.3667\" y1=\"12.7667\" x2=\"12.9667\" y2=\"11.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0061CB\"/>\\n<stop offset=\"1\" stop-color=\"#067EEA\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_122_316\" x1=\"24.6\" y1=\"3.00001\" x2=\"3.2\" y2=\"24.9333\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#8E55F1\"/>\\n<stop offset=\"0.140795\" stop-color=\"#8B48DF\"/>\\n<stop offset=\"0.274905\" stop-color=\"#E04DD9\"/>\\n<stop offset=\"0.492309\" stop-color=\"#F496C8\"/>\\n<stop offset=\"0.633104\" stop-color=\"#FAD2BA\"/>\\n<stop offset=\"0.856964\" stop-color=\"#FEF7E5\"/>\\n<stop offset=\"1\" stop-color=\"#FFF5BF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_122_316\" x1=\"22.5\" y1=\"12.1667\" x2=\"5.03333\" y2=\"20.0667\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#F41A73\"/>\\n<stop offset=\"0.399909\" stop-color=\"#FC50A3\"/>\\n<stop offset=\"0.584511\" stop-color=\"#FE9485\"/>\\n<stop offset=\"0.703104\" stop-color=\"#FFAF88\"/>\\n<stop offset=\"1\" stop-color=\"#FFC385\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_122_316\" x1=\"16.2\" y1=\"14.6\" x2=\"16.2333\" y2=\"16.2\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9B0008\"/>\\n<stop offset=\"1\" stop-color=\"#EA115A\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_122_316\" x1=\"24.6\" y1=\"4.80001\" x2=\"8.83333\" y2=\"15.1\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#231283\"/>\\n<stop offset=\"0.362865\" stop-color=\"#7053C6\"/>\\n<stop offset=\"0.466353\" stop-color=\"#7272DB\"/>\\n<stop offset=\"0.634311\" stop-color=\"#399EE9\"/>\\n<stop offset=\"1\" stop-color=\"#00CFFF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_122_316\" x1=\"20.6667\" y1=\"10\" x2=\"21.3667\" y2=\"10.9\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#3F259D\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#412DAA\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2evtlv\",\"data-framer-name\":\"Miro\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"oM5y6Lomr\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M17.392 0H13.9L17 4.808 10.444 0H6.949l3.102 6.3L3.494 0H0l3.05 8.131L0 24h3.494L10.05 6.985 6.949 24h3.494L17 5.494 13.899 24h3.493L24 3.672 17.392 0z\"/></svg>',transformTemplate:transformTemplate1,withExternalLayout:true})]}),isDisplayed12()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eih423\",\"data-framer-name\":\"atlassian\",layoutDependency:layoutDependency,layoutId:\"dx8Bgorv_\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ezltd3\",\"data-framer-name\":\"atlassian\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"I8:4387;1:831\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.11855 11.084C6.97354 10.8941 6.7399 10.7939 6.50247 10.8197C6.26504 10.8455 6.05837 10.9936 5.95749 11.2103L0.0742243 22.9814C-0.0347479 23.1995 -0.0230992 23.4586 0.105011 23.666C0.233121 23.8735 0.459426 23.9997 0.703116 23.9998H8.89526C9.16333 24.006 9.40987 23.8535 9.52415 23.6108C11.2913 19.9566 10.2203 14.4004 7.11855 11.084Z\" fill=\"url(#paint0_linear_122_1653)\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4336 0.377621C8.45131 4.96969 8.1071 10.7944 10.5278 15.7062L14.4773 23.6108C14.5964 23.8492 14.8399 23.9998 15.1062 23.9998H23.2969C23.5406 23.9998 23.7669 23.8735 23.895 23.6661C24.0231 23.4586 24.0347 23.1996 23.9258 22.9815C23.9258 22.9815 12.9065 0.924885 12.6296 0.373204C12.5179 0.144057 12.285 -0.000936284 12.0302 4.55123e-06C11.7754 0.000945389 11.5437 0.147655 11.4336 0.377621Z\" fill=\"#2684FF\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_122_1653\" x1=\"10.3428\" y1=\"12.9006\" x2=\"2.09079\" y2=\"21.7588\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0052CC\"/>\\n<stop offset=\"0.923\" stop-color=\"#2684FF\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j9MpM.framer-f9a7bu, .framer-j9MpM .framer-f9a7bu { display: block; }\",\".framer-j9MpM.framer-puzouf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 17px 21px 17px 21px; position: relative; width: 74px; will-change: var(--framer-will-change-override, transform); }\",\".framer-j9MpM .framer-fsgzqf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-j9MpM .framer-oqvtnm, .framer-j9MpM .framer-6q4os, .framer-j9MpM .framer-1yob3kx, .framer-j9MpM .framer-vuf1z2, .framer-j9MpM .framer-w09lyn, .framer-j9MpM .framer-aebm2c { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-j9MpM .framer-154c6ru, .framer-j9MpM .framer-11dldx2, .framer-j9MpM .framer-1eih423 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; }\",\".framer-j9MpM .framer-1pzhokg { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-j9MpM .framer-odsdyv { bottom: 9px; flex: none; left: 6px; position: absolute; right: 6px; top: 10px; }\",\".framer-j9MpM .framer-15n88yw { flex: none; height: 40px; overflow: hidden; position: relative; width: 38px; }\",\".framer-j9MpM .framer-biwyuq { bottom: 2px; flex: none; left: 2px; position: absolute; right: 0px; top: 2px; }\",\".framer-j9MpM .framer-157qw8q { bottom: 5px; flex: none; left: 5px; position: absolute; right: 4px; top: 5px; }\",\".framer-j9MpM .framer-fobq9e { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-j9MpM .framer-2evtlv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; top: 50%; width: 40px; }\",\".framer-j9MpM .framer-ezltd3 { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(46.87500000000002% - 24px / 2); width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j9MpM.framer-puzouf { gap: 0px; } .framer-j9MpM.framer-puzouf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j9MpM.framer-puzouf > :first-child { margin-left: 0px; } .framer-j9MpM.framer-puzouf > :last-child { margin-right: 0px; } }\",\".framer-j9MpM.framer-v-1syhq7n .framer-fsgzqf { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FW8JnloXI\":{\"layout\":[\"fixed\",\"fixed\"]},\"xC4pRIlXn\":{\"layout\":[\"fixed\",\"fixed\"]},\"ik9BeqfNt\":{\"layout\":[\"fixed\",\"fixed\"]},\"TZ9qLzyOR\":{\"layout\":[\"fixed\",\"fixed\"]},\"ALkAFfwbN\":{\"layout\":[\"fixed\",\"fixed\"]},\"v4MORcBmZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"bG1H_NXqD\":{\"layout\":[\"fixed\",\"fixed\"]},\"kvqpXWUe4\":{\"layout\":[\"fixed\",\"fixed\"]},\"WW6d5Ckht\":{\"layout\":[\"fixed\",\"fixed\"]},\"b6NroxxnC\":{\"layout\":[\"fixed\",\"fixed\"]},\"v0TGUrlSl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerzr00Tmdx_=withCSS(Component,css,\"framer-j9MpM\");export default Framerzr00Tmdx_;Framerzr00Tmdx_.displayName=\"Tools\";Framerzr00Tmdx_.defaultProps={height:72,width:74};addPropertyControls(Framerzr00Tmdx_,{variant:{options:[\"CoKONKGFq\",\"FW8JnloXI\",\"xC4pRIlXn\",\"ik9BeqfNt\",\"TZ9qLzyOR\",\"ALkAFfwbN\",\"v4MORcBmZ\",\"bG1H_NXqD\",\"kvqpXWUe4\",\"WW6d5Ckht\",\"b6NroxxnC\",\"v0TGUrlSl\"],optionTitles:[\"Figma\",\"Framer\",\"Photoshop\",\"Illustrator\",\"After Effects\",\"MailChimp\",\"Notion\",\"Slack\",\"Procreate\",\"Atlassian\",\"Variant 11\",\"Variant 12\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerzr00Tmdx_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerzr00Tmdx_\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"74\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FW8JnloXI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xC4pRIlXn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ik9BeqfNt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TZ9qLzyOR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ALkAFfwbN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v4MORcBmZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bG1H_NXqD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kvqpXWUe4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WW6d5Ckht\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b6NroxxnC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v0TGUrlSl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"72\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zr00Tmdx_.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}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 Logo from\"https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js\";import Accordion from\"#framer/local/canvasComponent/hRIMht3oF/hRIMht3oF.js\";import Footer from\"#framer/local/canvasComponent/rf9xDC3ks/rf9xDC3ks.js\";import TopNav from\"#framer/local/canvasComponent/SatP92P1v/SatP92P1v.js\";import Experience from\"#framer/local/canvasComponent/SGKTYOK6t/SGKTYOK6t.js\";import Tools from\"#framer/local/canvasComponent/zr00Tmdx_/zr00Tmdx_.js\";import*as sharedStyle from\"#framer/local/css/eDe3ZTmK3/eDe3ZTmK3.js\";import*as sharedStyle1 from\"#framer/local/css/mHZTUGTIl/mHZTUGTIl.js\";import*as sharedStyle2 from\"#framer/local/css/PIgP0WHkF/PIgP0WHkF.js\";import metadataProvider from\"#framer/local/webPageMetadata/uoo_QPcsX/uoo_QPcsX.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const ExperienceFonts=getFonts(Experience);const ContainerWithFX=withFX(Container);const AccordionFonts=getFonts(Accordion);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ToolsFonts=getFonts(Tools);const LogoFonts=getFonts(Logo);const FooterFonts=getFonts(Footer);const TopNavFonts=getFonts(TopNav);const breakpoints={EqkRFHeCt:\"(min-width: 810px) and (max-width: 1399px)\",nUvLxvdRm:\"(min-width: 1400px)\",pnM3ttgUP:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-WGg3p\";const variantClassNames={EqkRFHeCt:\"framer-v-2h01lb\",nUvLxvdRm:\"framer-v-1gng6c\",pnM3ttgUP:\"framer-v-1p64ki\"};const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition2={delay:.5,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};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:150};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:100};const transition3={bounce:0,delay:.5,duration:.4,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:0,delay:.6,duration:.6,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:.2,delay:0,duration:.5,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:0,delay:.5,duration:.5,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const transition7={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:150,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition8={damping:30,delay:0,mass:1,stiffness:140,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-50};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"nUvLxvdRm\",Phone:\"pnM3ttgUP\",Tablet:\"EqkRFHeCt\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nUvLxvdRm\"};};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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"Zc9_Ypdgi\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"qgHRjuohu\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"iU18fh0bP\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nUvLxvdRm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, rgb(247, 247, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1gng6c\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"main\",{className:\"framer-34ntjo\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yyyig2\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-3iq8yh\",\"data-framer-appear-id\":\"3iq8yh\",\"data-framer-name\":\"Intro\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation2,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"Hi, I'm Bhavya. I'm currently a User Experience Design Lead at PwC with 4 years of experience creating intuitive, insights-driven solutions for large-scale digital products that deliver meaningful business impact.\"})}),className:\"framer-727i6a\",\"data-framer-appear-id\":\"727i6a\",\"data-framer-name\":\"A Brand and Product Designer focusing on creating delightful digital experiences\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"I bring a growth mindset that helps me thrive in fast-paced environments and view challenges as opportunities for development.\"})})},pnM3ttgUP:{animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"I bring a growth mindset that helps me thrive in fast-paced environments and view challenges as opportunities for development.\"})}),initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"I bring a growth mindset that helps me thrive in fast-paced environments and view challenges as opportunities for development.\"})}),className:\"framer-z872g0\",\"data-framer-appear-id\":\"z872g0\",\"data-framer-name\":\"A Brand and Product Designer focusing on creating delightful digital experiences\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15ljo8q\",\"data-framer-name\":\"Image + intro trxt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{background:{alt:\"Bhavya's picture in front of Art Institute of Chicago on top left. Another picture of Bhavya smiling in front of a light pink background\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:2212,pixelWidth:2199,sizes:\"730px\",src:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024 1017w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=2048 2035w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png 2199w\"}},pnM3ttgUP:{animate:animation6,background:{alt:\"Bhavya's picture in front of Art Institute of Chicago on top left. Another picture of Bhavya smiling in front of a light pink background\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+135+0+0),pixelHeight:2212,pixelWidth:2199,sizes:\"320px\",src:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024 1017w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=2048 2035w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png 2199w\"},initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{background:{alt:\"Bhavya's picture in front of Art Institute of Chicago on top left. Another picture of Bhavya smiling in front of a light pink background\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:2212,pixelWidth:2199,sizes:\"1200px\",src:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=1024 1017w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png?scale-down-to=2048 2035w,https://framerusercontent.com/images/DllPYLWTtGCjnT1HD0uXlj0vzk.png 2199w\"},className:\"framer-j225xy\",\"data-framer-appear-id\":\"j225xy\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation7,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",children:[\"My Master\u2019s in Design & Technology from Parsons School of Design, along with the prestigious \",/*#__PURE__*/_jsx(Link,{href:\"https://www.schmidtfutures.org/wp-content/uploads/2022/01/Reimagine-Challenge-Anthology.pdf\",motionChild:true,nodeId:\"voVX3F2qA\",openInNewTab:true,scopeId:\"uoo_QPcsX\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1w10pgg\",\"data-styles-preset\":\"PIgP0WHkF\",children:\"Schmidt Futures Reimagine Challenge Award,\"})}),\" fuels my passion for innovation that I integrate into my work.\"]})}),className:\"framer-1ls4yey\",\"data-framer-appear-id\":\"1ls4yey\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1t9l2r8\",\"data-framer-appear-id\":\"1t9l2r8\",\"data-framer-name\":\"Ticker\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\"},children:\"When I\u2019m away from my desk, I enjoy illustrating, joining group workout classes, and experimenting in the kitchen. Cooking, like design, offers a creative outlet where I can explore new ideas. I also stay up-to-date with the latest in Formula 1, design, and technology. I love hiking scenic trails, and finding peace outdoors. it\u2019s where I recharge, find inspiration, and reset my creative energy.\"})})},pnM3ttgUP:{animate:animation7,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\"},children:\"When I\u2019m away from my desk, I enjoy illustrating, joining group workout classes, and experimenting in the kitchen. Cooking, like design, offers a creative outlet where I can explore new ideas. I also stay up-to-date with the latest in Formula 1, design, and technology. I love hiking scenic trails, and finding peace outdoors. it\u2019s where I recharge, find inspiration, and reset my creative energy.\"})}),initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85zgjm\",\"data-styles-preset\":\"mHZTUGTIl\",style:{\"--framer-text-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(6, 6, 8))\"},children:\"When I\u2019m away from my desk, I enjoy illustrating, joining group workout classes, and experimenting in the kitchen. Cooking, like design, offers a creative outlet where I can explore new ideas. I also stay up-to-date with the latest in Formula 1, design, and technology. I love hiking scenic trails, and finding peace outdoors. it\u2019s where I recharge, find inspiration, and reset my creative energy.\"})}),className:\"framer-1ank9pr\",\"data-framer-appear-id\":\"1ank9pr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9vh4ss-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FkiLRR9mr\",scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{paddingLeft:0,paddingRight:0}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.5,id:\"FkiLRR9mr\",layoutId:\"FkiLRR9mr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of flamingos in Florida\",fit:\"fill\",pixelHeight:3493,pixelWidth:2684,sizes:\"400px\",src:\"https://framerusercontent.com/images/JQPtHoIdssUXIaqOUPCX9eCuZU.jpg\",srcSet:\"https://framerusercontent.com/images/JQPtHoIdssUXIaqOUPCX9eCuZU.jpg?scale-down-to=1024 786w,https://framerusercontent.com/images/JQPtHoIdssUXIaqOUPCX9eCuZU.jpg?scale-down-to=2048 1573w,https://framerusercontent.com/images/JQPtHoIdssUXIaqOUPCX9eCuZU.jpg 2684w\"},className:\"framer-l5wfda\",\"data-framer-name\":\"image 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"An illustration of an Indian woman being sketched digitally\",fit:\"fill\",pixelHeight:816,pixelWidth:1088,sizes:\"400px\",src:\"https://framerusercontent.com/images/PUAtez5nWLGo7Q0QEf5NuXOWsvQ.gif\",srcSet:\"https://framerusercontent.com/images/PUAtez5nWLGo7Q0QEf5NuXOWsvQ.gif?scale-down-to=512 512w,https://framerusercontent.com/images/PUAtez5nWLGo7Q0QEf5NuXOWsvQ.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/PUAtez5nWLGo7Q0QEf5NuXOWsvQ.gif 1088w\"},className:\"framer-1yyeekj\",\"data-framer-name\":\"image 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Bhavya looking towards Lower canyon antelopes in Arizona\",fit:\"fill\",pixelHeight:1730,pixelWidth:1224,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/anu23efaY51EWrUX1nJG1akEAGc.png\",srcSet:\"https://framerusercontent.com/images/anu23efaY51EWrUX1nJG1akEAGc.png?scale-down-to=1024 724w,https://framerusercontent.com/images/anu23efaY51EWrUX1nJG1akEAGc.png 1224w\"},className:\"framer-12nwrme\",\"data-framer-name\":\"1 please\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"View of Grand Canyon\",fit:\"fill\",pixelHeight:1720,pixelWidth:1254,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/GyaBuiHfuL4ehYsTgQjpWZON8vY.png\",srcSet:\"https://framerusercontent.com/images/GyaBuiHfuL4ehYsTgQjpWZON8vY.png?scale-down-to=1024 746w,https://framerusercontent.com/images/GyaBuiHfuL4ehYsTgQjpWZON8vY.png 1254w\"},className:\"framer-1fsf5wb\",\"data-framer-name\":\"image 8\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"A bowl of ramen\",fit:\"fill\",pixelHeight:4032,pixelWidth:3024,sizes:\"400px\",src:\"https://framerusercontent.com/images/VWQFShE5hf9SGV889Eib09L7qYc.jpg\",srcSet:\"https://framerusercontent.com/images/VWQFShE5hf9SGV889Eib09L7qYc.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VWQFShE5hf9SGV889Eib09L7qYc.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/VWQFShE5hf9SGV889Eib09L7qYc.jpg 3024w\"},className:\"framer-1uc53du\",\"data-framer-name\":\"image 4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Illustration of food from the tv show The Bear\",fit:\"fill\",pixelHeight:695,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/Ro11cBgyJvx3IBQpfLeOsQfX0jM.png\",srcSet:\"https://framerusercontent.com/images/Ro11cBgyJvx3IBQpfLeOsQfX0jM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ro11cBgyJvx3IBQpfLeOsQfX0jM.png 1000w\"},className:\"framer-yxdpqg\",\"data-framer-name\":\"image 6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"View of Rhode Island Cliff Walk\",fit:\"fill\",pixelHeight:3024,pixelWidth:4032,sizes:\"400px\",src:\"https://framerusercontent.com/images/BeGnmgMm5k4p1jXynwQIPlKEAc.jpg\",srcSet:\"https://framerusercontent.com/images/BeGnmgMm5k4p1jXynwQIPlKEAc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BeGnmgMm5k4p1jXynwQIPlKEAc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BeGnmgMm5k4p1jXynwQIPlKEAc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BeGnmgMm5k4p1jXynwQIPlKEAc.jpg 4032w\"},className:\"framer-1n9356p\",\"data-framer-name\":\"image 5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Japanese milk bread baked fresh \",fit:\"fill\",pixelHeight:759,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/NJmr8DUOt63N0lCRXGFeDbNEdpc.png\",srcSet:\"https://framerusercontent.com/images/NJmr8DUOt63N0lCRXGFeDbNEdpc.png?scale-down-to=512 512w,https://framerusercontent.com/images/NJmr8DUOt63N0lCRXGFeDbNEdpc.png 1000w\"},className:\"framer-1f1asv4\",\"data-framer-name\":\"image 7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Bhavya standing in front of Mountain Valley in Arizona\",fit:\"fill\",pixelHeight:1708,pixelWidth:1250,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/a1okbawFlpQfozS83rDUMUWfDJM.png\",srcSet:\"https://framerusercontent.com/images/a1okbawFlpQfozS83rDUMUWfDJM.png?scale-down-to=1024 749w,https://framerusercontent.com/images/a1okbawFlpQfozS83rDUMUWfDJM.png 1250w\"},className:\"framer-i97e9z\",\"data-framer-name\":\"image 9\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Digital drawing of flamingos near beach\",fit:\"fill\",pixelHeight:1640,pixelWidth:2360,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/zAh7vbr4XJji4ed1Oh3fRZMA.png\",srcSet:\"https://framerusercontent.com/images/zAh7vbr4XJji4ed1Oh3fRZMA.png?scale-down-to=512 512w,https://framerusercontent.com/images/zAh7vbr4XJji4ed1Oh3fRZMA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zAh7vbr4XJji4ed1Oh3fRZMA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zAh7vbr4XJji4ed1Oh3fRZMA.png 2360w\"},className:\"framer-da7qoq\",\"data-framer-name\":\"image 10\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Fish taco prepared by Bhavya\",fit:\"fill\",pixelHeight:1333,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/wSr5VXvuEopNBQ9Ow0YdRBAD9w.jpeg\",srcSet:\"https://framerusercontent.com/images/wSr5VXvuEopNBQ9Ow0YdRBAD9w.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/wSr5VXvuEopNBQ9Ow0YdRBAD9w.jpeg 1000w\"},className:\"framer-1yj2eo2\",\"data-framer-name\":\"image 11\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"View of the Met indoors \",fit:\"fill\",pixelHeight:1333,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/VVsiLWWNGovluUUInmSKse34.jpg\",srcSet:\"https://framerusercontent.com/images/VVsiLWWNGovluUUInmSKse34.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/VVsiLWWNGovluUUInmSKse34.jpg 1000w\"},className:\"framer-6ivjac\",\"data-framer-name\":\"image 13\"})],speed:75,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation9,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-jrqhpi\",\"data-framer-appear-id\":\"jrqhpi\",\"data-framer-name\":\"Design Approach\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation6,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"My Approach to Design and Teamwork\"})}),className:\"framer-17m3udl\",\"data-framer-appear-id\":\"17m3udl\",\"data-framer-name\":\"Work Experience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r3fjrk\",\"data-framer-name\":\"First 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:\"360px\"},pnM3ttgUP:{width:\"320px\",y:(componentViewport?.y||0)+0+0+100+0+0+1186+0+77.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:\"595px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t074fm-container\",nodeId:\"an_4vUxdV\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{variant:\"YQcsMijKL\"},pnM3ttgUP:{variant:\"YQcsMijKL\"}},children:/*#__PURE__*/_jsx(Experience,{height:\"100%\",id:\"an_4vUxdV\",layoutId:\"an_4vUxdV\",style:{width:\"100%\"},variant:\"FBz38I54P\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:\"360px\"},pnM3ttgUP:{width:\"320px\",y:(componentViewport?.y||0)+0+0+100+0+0+1186+0+77.5+0+105}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:\"595px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j4vuu4-container\",nodeId:\"LV5cpeF8B\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{variant:\"CSeyg0Hfr\"},pnM3ttgUP:{variant:\"CSeyg0Hfr\"}},children:/*#__PURE__*/_jsx(Experience,{height:\"100%\",id:\"LV5cpeF8B\",layoutId:\"LV5cpeF8B\",style:{width:\"100%\"},variant:\"OLSwIu9BO\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1swl3s1\",\"data-framer-name\":\"Last 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:\"360px\"},pnM3ttgUP:{width:\"320px\",y:(componentViewport?.y||0)+0+0+100+0+0+1186+0+317.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:\"595px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i36yqc-container\",nodeId:\"aqHz2OYz_\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{variant:\"U4fHt9XIl\"},pnM3ttgUP:{variant:\"U4fHt9XIl\"}},children:/*#__PURE__*/_jsx(Experience,{height:\"100%\",id:\"aqHz2OYz_\",layoutId:\"aqHz2OYz_\",style:{width:\"100%\"},variant:\"T8EkImCoT\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:\"360px\"},pnM3ttgUP:{width:\"320px\",y:(componentViewport?.y||0)+0+0+100+0+0+1186+0+317.5+0+105}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:\"595px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7ywz57-container\",nodeId:\"wQCkybPL4\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Experience,{height:\"100%\",id:\"wQCkybPL4\",layoutId:\"wQCkybPL4\",style:{width:\"100%\"},variant:\"BRQ4N9w29\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o8f2ze\",\"data-framer-name\":\"Skills\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",style:{\"--framer-text-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(31, 31, 31))\"},children:\"Skills I bring to the table\"})}),initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",children:\"Skills I bring to the table\"})}),className:\"framer-eio0pp\",\"data-framer-appear-id\":\"eio0pp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:\"730px\"},pnM3ttgUP:{width:\"320px\",y:(componentViewport?.y||0)+0+0+100+0+0+1743.5+40+57.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:283,width:\"1200px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation6,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{className:\"framer-1v314l8-container\",\"data-framer-appear-id\":\"1v314l8\",nodeId:\"knSlvh5NA\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"knSlvh5NA\",layoutId:\"knSlvh5NA\",style:{width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kua9py\",\"data-framer-name\":\"Toolkit\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d6376f5b-0896-4d8d-8a71-1f8876d694f4, rgb(31, 31, 31))\"},children:\"Toolkit\"})}),initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1u4f4xu\",\"data-styles-preset\":\"eDe3ZTmK3\",style:{\"--framer-text-alignment\":\"left\"},children:\"Toolkit\"})}),className:\"framer-1m0069t\",\"data-framer-appear-id\":\"1m0069t\",\"data-framer-name\":\"Case Studies\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pnM3ttgUP:{animate:animation6,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{className:\"framer-l0zrrl-container\",\"data-framer-appear-id\":\"l0zrrl\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WvoiAlvBl\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:68,height:\"100%\",hoverFactor:.1,id:\"WvoiAlvBl\",layoutId:\"WvoiAlvBl\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5p1rso-container\",\"data-framer-name\":\"Tools\",inComponentSlot:true,name:\"Tools\",nodeId:\"le3Lyv3vi\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"le3Lyv3vi\",layoutId:\"le3Lyv3vi\",name:\"Tools\",style:{height:\"100%\",width:\"100%\"},variant:\"FW8JnloXI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ts0quy\",\"data-framer-name\":\"GPT\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:490,pixelHeight:980,pixelWidth:980,sizes:\"37px\",src:\"https://framerusercontent.com/images/3XDOpB8miDRlgTkIS7WLOFfwJ3M.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3XDOpB8miDRlgTkIS7WLOFfwJ3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/3XDOpB8miDRlgTkIS7WLOFfwJ3M.png 980w\"},className:\"framer-1001mpx\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rcv3ad-container\",\"data-framer-name\":\"Tools\",inComponentSlot:true,name:\"Tools\",nodeId:\"AnTAXF6dN\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"AnTAXF6dN\",layoutId:\"AnTAXF6dN\",name:\"Tools\",style:{height:\"100%\",width:\"100%\"},variant:\"CoKONKGFq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rfds1f-container\",inComponentSlot:true,nodeId:\"VlatS0p2f\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"VlatS0p2f\",layoutId:\"VlatS0p2f\",style:{height:\"100%\",width:\"100%\"},variant:\"xC4pRIlXn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dd1did-container\",\"data-framer-name\":\"ai\",inComponentSlot:true,name:\"ai\",nodeId:\"zMbem32sw\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"zMbem32sw\",layoutId:\"zMbem32sw\",name:\"ai\",style:{height:\"100%\",width:\"100%\"},variant:\"ik9BeqfNt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5tjux-container\",\"data-framer-name\":\"Ae\",inComponentSlot:true,name:\"Ae\",nodeId:\"nySdmcLXH\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"nySdmcLXH\",layoutId:\"nySdmcLXH\",name:\"Ae\",style:{height:\"100%\",width:\"100%\"},variant:\"TZ9qLzyOR\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1raxuw1-container\",inComponentSlot:true,nodeId:\"OxHUvuDk_\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"OxHUvuDk_\",layoutId:\"OxHUvuDk_\",style:{height:\"100%\",width:\"100%\"},variant:\"v4MORcBmZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"74px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qammth-container\",inComponentSlot:true,nodeId:\"VKe4Tczd3\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Tools,{height:\"100%\",id:\"VKe4Tczd3\",layoutId:\"VKe4Tczd3\",style:{height:\"100%\",width:\"100%\"},variant:\"kvqpXWUe4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-93ivce\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b8d53x\",\"data-framer-name\":\"Azuredevops\",fill:\"rgb(0, 121, 213)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M0 8.877 2.247 5.91l8.405-3.416V.022l7.37 5.393L2.966 8.338v8.225L0 15.707zm24-4.45v14.651l-5.753 4.9-9.303-3.057v3.056l-5.978-7.416 15.057 1.798V5.415z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-141qcdl\",\"data-framer-name\":\"stack 2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-118jmi2-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NgQTqIzoJ\",rendersWithMotion:true,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(Logo,{company:\"miro\",height:\"100%\",id:\"NgQTqIzoJ\",isSearch:true,layoutId:\"NgQTqIzoJ\",radius:100,srcType:\"URL\",srcUrl:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:`min(770px, ${componentViewport?.width||\"100vw\"})`},pnM3ttgUP:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2423.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:`min(1400px, ${componentViewport?.width||\"100vw\"})`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v5rrwd-container\",id:elementId1,nodeId:\"qgHRjuohu\",ref:ref2,scopeId:\"uoo_QPcsX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{variant:\"XbUxNChlE\"},pnM3ttgUP:{variant:\"LokjTJLSi\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"qgHRjuohu\",layoutId:\"qgHRjuohu\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ORDBu7oYR\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{width:`min(730px, ${componentViewport?.width||\"100vw\"})`},pnM3ttgUP:{width:`min(100vw, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation12,className:\"framer-14j04r-container\",\"data-framer-appear-id\":\"14j04r\",id:elementId2,initial:animation13,layoutScroll:true,nodeId:\"iU18fh0bP\",optimized:true,ref:ref3,rendersWithMotion:true,scopeId:\"uoo_QPcsX\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EqkRFHeCt:{variant:\"v0iI_NcKh\"},pnM3ttgUP:{variant:\"o0KNAPNqx\"}},children:/*#__PURE__*/_jsx(TopNav,{height:\"100%\",id:\"iU18fh0bP\",layoutId:\"iU18fh0bP\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ZKcM9msF9\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WGg3p.framer-peksmd, .framer-WGg3p .framer-peksmd { display: block; }\",\".framer-WGg3p.framer-1gng6c { align-content: center; align-items: center; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #f7f7f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-WGg3p .framer-34ntjo { align-content: flex-start; align-items: flex-start; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: auto; padding: 100px 100px 0px 100px; position: relative; width: 1400px; }\",\".framer-WGg3p .framer-yyyig2 { align-content: center; align-items: center; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-WGg3p .framer-3iq8yh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-WGg3p .framer-727i6a, .framer-WGg3p .framer-z872g0, .framer-WGg3p .framer-17m3udl { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WGg3p .framer-15ljo8q { align-content: center; align-items: center; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 80px; height: min-content; justify-content: center; overflow: auto; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-WGg3p .framer-j225xy { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 467px); justify-content: center; overflow: auto; padding: 0px; position: relative; width: 1px; }\",\".framer-WGg3p .framer-1ls4yey { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 47%; word-break: break-word; word-wrap: break-word; }\",\".framer-WGg3p .framer-1t9l2r8 { align-content: center; align-items: center; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 86px; height: min-content; justify-content: center; overflow: auto; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-WGg3p .framer-1ank9pr { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WGg3p .framer-9vh4ss-container { flex: 1 0 0px; height: 386px; position: relative; width: 1px; }\",\".framer-WGg3p .framer-l5wfda, .framer-WGg3p .framer-1yyeekj, .framer-WGg3p .framer-1fsf5wb, .framer-WGg3p .framer-yxdpqg, .framer-WGg3p .framer-1n9356p, .framer-WGg3p .framer-1f1asv4, .framer-WGg3p .framer-i97e9z, .framer-WGg3p .framer-da7qoq, .framer-WGg3p .framer-1yj2eo2, .framer-WGg3p .framer-6ivjac { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 354px; position: relative; width: 400px; }\",\".framer-WGg3p .framer-12nwrme, .framer-WGg3p .framer-1uc53du { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 353px; position: relative; width: 400px; }\",\".framer-WGg3p .framer-jrqhpi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 30px; width: 1200px; }\",\".framer-WGg3p .framer-1r3fjrk, .framer-WGg3p .framer-1swl3s1 { 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-WGg3p .framer-1t074fm-container, .framer-WGg3p .framer-1j4vuu4-container, .framer-WGg3p .framer-i36yqc-container, .framer-WGg3p .framer-7ywz57-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-WGg3p .framer-o8f2ze { align-content: flex-start; align-items: flex-start; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-WGg3p .framer-eio0pp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WGg3p .framer-1v314l8-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-WGg3p .framer-1kua9py { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WGg3p .framer-1m0069t { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1200px; word-break: break-word; word-wrap: break-word; }\",\".framer-WGg3p .framer-l0zrrl-container { flex: none; height: 72px; position: relative; width: 1200px; }\",\".framer-WGg3p .framer-5p1rso-container, .framer-WGg3p .framer-1rcv3ad-container, .framer-WGg3p .framer-1rfds1f-container, .framer-WGg3p .framer-1dd1did-container, .framer-WGg3p .framer-5tjux-container, .framer-WGg3p .framer-1raxuw1-container, .framer-WGg3p .framer-qammth-container { height: 72px; position: relative; width: 74px; }\",\".framer-WGg3p .framer-1ts0quy, .framer-WGg3p .framer-93ivce, .framer-WGg3p .framer-141qcdl { align-content: center; align-items: center; background-color: var(--token-138ef10f-c9a0-41b2-8a54-b5baa6e3b33b, #ffffff); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 17px 21px 17px 21px; position: relative; width: 74px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WGg3p .framer-1001mpx { aspect-ratio: 1 / 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, 37px); overflow: visible; position: relative; width: 37px; }\",\".framer-WGg3p .framer-b8d53x { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-WGg3p .framer-118jmi2-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-WGg3p .framer-1v5rrwd-container { flex: none; height: auto; max-width: 100%; position: relative; width: 1400px; }\",\".framer-WGg3p .framer-14j04r-container { flex: none; height: auto; left: 50%; max-width: 100%; position: fixed; scroll-margin-top: 30px; top: 0px; transform: translateX(-50%); width: 1200px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WGg3p.framer-1gng6c, .framer-WGg3p .framer-34ntjo, .framer-WGg3p .framer-yyyig2, .framer-WGg3p .framer-3iq8yh, .framer-WGg3p .framer-15ljo8q, .framer-WGg3p .framer-j225xy, .framer-WGg3p .framer-1t9l2r8, .framer-WGg3p .framer-jrqhpi, .framer-WGg3p .framer-1r3fjrk, .framer-WGg3p .framer-1swl3s1, .framer-WGg3p .framer-o8f2ze, .framer-WGg3p .framer-1kua9py, .framer-WGg3p .framer-1ts0quy, .framer-WGg3p .framer-93ivce, .framer-WGg3p .framer-141qcdl { gap: 0px; } .framer-WGg3p.framer-1gng6c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WGg3p.framer-1gng6c > :first-child, .framer-WGg3p .framer-yyyig2 > :first-child, .framer-WGg3p .framer-3iq8yh > :first-child, .framer-WGg3p .framer-j225xy > :first-child, .framer-WGg3p .framer-jrqhpi > :first-child, .framer-WGg3p .framer-o8f2ze > :first-child, .framer-WGg3p .framer-1kua9py > :first-child { margin-top: 0px; } .framer-WGg3p.framer-1gng6c > :last-child, .framer-WGg3p .framer-yyyig2 > :last-child, .framer-WGg3p .framer-3iq8yh > :last-child, .framer-WGg3p .framer-j225xy > :last-child, .framer-WGg3p .framer-jrqhpi > :last-child, .framer-WGg3p .framer-o8f2ze > :last-child, .framer-WGg3p .framer-1kua9py > :last-child { margin-bottom: 0px; } .framer-WGg3p .framer-34ntjo > *, .framer-WGg3p .framer-1r3fjrk > *, .framer-WGg3p .framer-1swl3s1 > *, .framer-WGg3p .framer-1ts0quy > *, .framer-WGg3p .framer-93ivce > *, .framer-WGg3p .framer-141qcdl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WGg3p .framer-34ntjo > :first-child, .framer-WGg3p .framer-15ljo8q > :first-child, .framer-WGg3p .framer-1t9l2r8 > :first-child, .framer-WGg3p .framer-1r3fjrk > :first-child, .framer-WGg3p .framer-1swl3s1 > :first-child, .framer-WGg3p .framer-1ts0quy > :first-child, .framer-WGg3p .framer-93ivce > :first-child, .framer-WGg3p .framer-141qcdl > :first-child { margin-left: 0px; } .framer-WGg3p .framer-34ntjo > :last-child, .framer-WGg3p .framer-15ljo8q > :last-child, .framer-WGg3p .framer-1t9l2r8 > :last-child, .framer-WGg3p .framer-1r3fjrk > :last-child, .framer-WGg3p .framer-1swl3s1 > :last-child, .framer-WGg3p .framer-1ts0quy > :last-child, .framer-WGg3p .framer-93ivce > :last-child, .framer-WGg3p .framer-141qcdl > :last-child { margin-right: 0px; } .framer-WGg3p .framer-yyyig2 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-WGg3p .framer-3iq8yh > *, .framer-WGg3p .framer-j225xy > *, .framer-WGg3p .framer-o8f2ze > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WGg3p .framer-15ljo8q > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-WGg3p .framer-1t9l2r8 > * { margin: 0px; margin-left: calc(86px / 2); margin-right: calc(86px / 2); } .framer-WGg3p .framer-jrqhpi > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-WGg3p .framer-1kua9py > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1399px) { .framer-WGg3p.framer-1gng6c { width: 810px; } .framer-WGg3p .framer-34ntjo { order: 0; padding: 40px 40px 60px 40px; width: 810px; } .framer-WGg3p .framer-yyyig2 { justify-content: flex-start; padding: 100px 0px 0px 0px; } .framer-WGg3p .framer-3iq8yh, .framer-WGg3p .framer-l0zrrl-container { width: 100%; } .framer-WGg3p .framer-15ljo8q { padding: 0px; } .framer-WGg3p .framer-j225xy { aspect-ratio: unset; height: 300px; } .framer-WGg3p .framer-1t9l2r8 { flex-direction: column; gap: 25px; height: 507px; } .framer-WGg3p .framer-1ank9pr { flex: none; width: 100%; } .framer-WGg3p .framer-9vh4ss-container { height: 1px; width: 100%; } .framer-WGg3p .framer-jrqhpi { align-content: flex-start; align-items: flex-start; gap: 40px; justify-content: flex-start; width: 100%; } .framer-WGg3p .framer-o8f2ze { padding: 40px 0px 0px 0px; } .framer-WGg3p .framer-1v5rrwd-container { order: 1; width: 770px; } .framer-WGg3p .framer-14j04r-container { order: 2; width: 730px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WGg3p .framer-1t9l2r8, .framer-WGg3p .framer-jrqhpi { gap: 0px; } .framer-WGg3p .framer-1t9l2r8 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-WGg3p .framer-1t9l2r8 > :first-child, .framer-WGg3p .framer-jrqhpi > :first-child { margin-top: 0px; } .framer-WGg3p .framer-1t9l2r8 > :last-child, .framer-WGg3p .framer-jrqhpi > :last-child { margin-bottom: 0px; } .framer-WGg3p .framer-jrqhpi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-WGg3p.framer-1gng6c { width: 360px; } .framer-WGg3p .framer-34ntjo { flex-direction: column; order: 0; padding: 100px 20px 40px 20px; width: 360px; } .framer-WGg3p .framer-yyyig2 { flex: none; gap: 40px; justify-content: flex-start; padding: 0px; width: 100%; } .framer-WGg3p .framer-3iq8yh { width: min-content; will-change: unset; } .framer-WGg3p .framer-727i6a, .framer-WGg3p .framer-z872g0 { width: 320px; will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-15ljo8q { flex-direction: column; height: 464px; padding: 0px; } .framer-WGg3p .framer-j225xy { aspect-ratio: unset; height: 1px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-1ls4yey, .framer-WGg3p .framer-l0zrrl-container { width: 100%; will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-1t9l2r8 { flex-direction: column; gap: 25px; height: 507px; } .framer-WGg3p .framer-1ank9pr { flex: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-9vh4ss-container { height: 1px; width: 100%; } .framer-WGg3p .framer-jrqhpi { align-content: flex-start; align-items: flex-start; gap: 40px; padding: 0px 20px 0px 20px; width: 360px; will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-17m3udl, .framer-WGg3p .framer-eio0pp, .framer-WGg3p .framer-1v314l8-container, .framer-WGg3p .framer-1m0069t { will-change: var(--framer-will-change-effect-override, transform); } .framer-WGg3p .framer-1r3fjrk, .framer-WGg3p .framer-1swl3s1 { flex-direction: column; } .framer-WGg3p .framer-1t074fm-container, .framer-WGg3p .framer-1j4vuu4-container, .framer-WGg3p .framer-i36yqc-container, .framer-WGg3p .framer-7ywz57-container { flex: none; width: 100%; } .framer-WGg3p .framer-o8f2ze { padding: 40px 20px 0px 20px; width: 360px; } .framer-WGg3p .framer-1v5rrwd-container { order: 1; width: 100%; } .framer-WGg3p .framer-14j04r-container { order: 2; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WGg3p .framer-34ntjo, .framer-WGg3p .framer-yyyig2, .framer-WGg3p .framer-15ljo8q, .framer-WGg3p .framer-1t9l2r8, .framer-WGg3p .framer-jrqhpi, .framer-WGg3p .framer-1r3fjrk, .framer-WGg3p .framer-1swl3s1 { gap: 0px; } .framer-WGg3p .framer-34ntjo > *, .framer-WGg3p .framer-1r3fjrk > *, .framer-WGg3p .framer-1swl3s1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WGg3p .framer-34ntjo > :first-child, .framer-WGg3p .framer-yyyig2 > :first-child, .framer-WGg3p .framer-15ljo8q > :first-child, .framer-WGg3p .framer-1t9l2r8 > :first-child, .framer-WGg3p .framer-jrqhpi > :first-child, .framer-WGg3p .framer-1r3fjrk > :first-child, .framer-WGg3p .framer-1swl3s1 > :first-child { margin-top: 0px; } .framer-WGg3p .framer-34ntjo > :last-child, .framer-WGg3p .framer-yyyig2 > :last-child, .framer-WGg3p .framer-15ljo8q > :last-child, .framer-WGg3p .framer-1t9l2r8 > :last-child, .framer-WGg3p .framer-jrqhpi > :last-child, .framer-WGg3p .framer-1r3fjrk > :last-child, .framer-WGg3p .framer-1swl3s1 > :last-child { margin-bottom: 0px; } .framer-WGg3p .framer-yyyig2 > *, .framer-WGg3p .framer-jrqhpi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WGg3p .framer-15ljo8q > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WGg3p .framer-1t9l2r8 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2674\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EqkRFHeCt\":{\"layout\":[\"fixed\",\"auto\"]},\"pnM3ttgUP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Zc9_Ypdgi\":{\"pattern\":\":Zc9_Ypdgi\",\"name\":\"work-experience\"},\"qgHRjuohu\":{\"pattern\":\":qgHRjuohu\",\"name\":\"footer\"},\"iU18fh0bP\":{\"pattern\":\":iU18fh0bP\",\"name\":\"top\"}}\n * @framerResponsiveScreen\n */const Frameruoo_QPcsX=withCSS(Component,css,\"framer-WGg3p\");export default Frameruoo_QPcsX;Frameruoo_QPcsX.displayName=\"Home\";Frameruoo_QPcsX.defaultProps={height:2674,width:1400};addFonts(Frameruoo_QPcsX,[{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\"}]},...TickerFonts,...ExperienceFonts,...AccordionFonts,...ToolsFonts,...LogoFonts,...FooterFonts,...TopNavFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameruoo_QPcsX\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"Zc9_Ypdgi\\\":{\\\"pattern\\\":\\\":Zc9_Ypdgi\\\",\\\"name\\\":\\\"work-experience\\\"},\\\"qgHRjuohu\\\":{\\\"pattern\\\":\\\":qgHRjuohu\\\",\\\"name\\\":\\\"footer\\\"},\\\"iU18fh0bP\\\":{\\\"pattern\\\":\\\":iU18fh0bP\\\",\\\"name\\\":\\\"top\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EqkRFHeCt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pnM3ttgUP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"2674\",\"framerIntrinsicWidth\":\"1400\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "l", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "s", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "SrcType", "baseUrl", "getLogoUrl", "company", "Logo", "props", "radius", "isSearch", "srcType", "srcUrl", "srcFile", "style", "logoURL", "se", "emptyState", "RenderTarget", "p", "NullState", "baseStyles", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1iwb0iv", "args", "onTap1kcf02y", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerKBGu9Ntzb", "withCSS", "KBGu9Ntzb_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RowFonts", "getFonts", "KBGu9Ntzb_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "KBGu9Ntzb_default", "css", "FramerhRIMht3oF", "withCSS", "hRIMht3oF_default", "addFonts", "RowFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerSGKTYOK6t", "withCSS", "SGKTYOK6t_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "LayoutGroup", "u", "SVG", "css", "Framerzr00Tmdx_", "withCSS", "zr00Tmdx_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "motion", "ImageWithOptimizedAppearEffect", "Image2", "MotionDivWithFX", "withFX", "TickerFonts", "getFonts", "Ticker", "ExperienceFonts", "SGKTYOK6t_default", "ContainerWithFX", "Container", "AccordionFonts", "hRIMht3oF_default", "ContainerWithOptimizedAppearEffect", "ToolsFonts", "zr00Tmdx_default", "LogoFonts", "Logo", "FooterFonts", "rf9xDC3ks_default", "TopNavFonts", "SatP92P1v_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "animation5", "transition3", "animation6", "transition4", "animation7", "transition5", "animation8", "transition6", "animation9", "animation10", "transition7", "animation11", "transformTemplate1", "_", "t", "transition8", "animation12", "animation13", "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", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "MotionDivWithOptimizedAppearEffect", "RichTextWithOptimizedAppearEffect", "x", "MotionDivWithFX", "getLoadingLazyAtYPosition", "ImageWithOptimizedAppearEffect", "Link", "ComponentViewportProvider", "Container", "Ticker", "Image2", "ContainerWithFX", "SGKTYOK6t_default", "ContainerWithOptimizedAppearEffect", "hRIMht3oF_default", "zr00Tmdx_default", "SVG", "Logo", "rf9xDC3ks_default", "SatP92P1v_default", "css", "Frameruoo_QPcsX", "withCSS", "uoo_QPcsX_default", "addFonts", "TickerFonts", "ExperienceFonts", "AccordionFonts", "ToolsFonts", "LogoFonts", "FooterFonts", "TopNavFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
