{
  "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/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/49zAlzX0b2BeAEimYzeW/ahnGPhP4PfJAQwmX7j6J/bpXDbPpde.js", "ssg:https://framerusercontent.com/modules/YeSeAEIAHGwqlHY5eq7G/2chECkT3u3qfu2qV7v3d/BzRtogEu6.js", "ssg:https://framerusercontent.com/modules/ERjMWfuF4Rc0LdOOR7Q0/SMjAZSMQhbZul5OK3CjL/FNMpmbAE4.js", "ssg:https://framerusercontent.com/modules/nLOZLYzdHwlEbNuvM58J/hmZfESSmR2LVHlr4Q18r/FZxfZ6aYn.js", "ssg:https://framerusercontent.com/modules/8kiXf024b4Nxn7Jf5mPe/XPSFjrOOLQDf09r9lWef/d2_bl1av0.js", "ssg:https://framerusercontent.com/modules/TTmq543SsOwt0Q7vrUny/P8MKcf1sedaBPBEdGvkS/ELCqHBWw0.js", "ssg:https://framerusercontent.com/modules/T86IenqH70l1SerI7BW7/pENc9tDs3O0EPdXrmHPh/FEGmebRej.js", "ssg:https://framerusercontent.com/modules/zzTnmPSJJxcPtinSJ7Po/VVU1tOqTI858ri8e57AH/gNFAtdBKi.js", "ssg:https://framerusercontent.com/modules/MyKLYoPajkPrlfGNOl2W/3Pe0Mxk0Sa1MyC7Tkkqb/NohsvH8uP.js", "ssg:https://framerusercontent.com/modules/fjTPr3tGUNs16RFeM2Hd/MvPxzw16DNK0g9nwX4uF/runGnAvHx.js", "ssg:https://framerusercontent.com/modules/iOwyIXimeNevo0Mb9Rah/frEnE6Aje4HZXCFcTPsa/U9Qi0a5wL.js", "ssg:https://framerusercontent.com/modules/OxjwGkaUilzc9LzKEdM0/ueXkK7OVxYGp2jERhwQR/O8WfAR4aK.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;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=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(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.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(slots,(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%\"};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]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// 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\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BSJLYvKfN:{hover:true}};const cycleOrder=[\"BSJLYvKfN\"];const serializationHash=\"framer-EeBe8\";const variantClassNames={BSJLYvKfN:\"framer-v-15mrpbg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,RPV0ddyjx:link!==null&&link!==void 0?link:props.RPV0ddyjx,RtmEbSRTa:(_ref=title!==null&&title!==void 0?title:props.RtmEbSRTa)!==null&&_ref!==void 0?_ref:\"Download\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,RPV0ddyjx,RtmEbSRTa,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BSJLYvKfN\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:RPV0ddyjx,openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-15mrpbg\",className,classNames)} framer-17tithx`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BSJLYvKfN\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{\"BSJLYvKfN-hover\":{backgroundColor:\"rgb(105, 167, 248)\"}},...addPropertyOverrides({\"BSJLYvKfN-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, rgb(255, 255, 255)))\"},children:\"Download\"})}),className:\"framer-1bex7mv\",\"data-framer-name\":\"Download\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"fe49OzZ2V\",style:{\"--extracted-r6o4lv\":\"var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:RtmEbSRTa,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EeBe8.framer-17tithx, .framer-EeBe8 .framer-17tithx { display: block; }\",\".framer-EeBe8.framer-15mrpbg { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-EeBe8 .framer-1bex7mv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EeBe8.framer-15mrpbg { gap: 0px; } .framer-EeBe8.framer-15mrpbg > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-EeBe8.framer-15mrpbg > :first-child { margin-left: 0px; } .framer-EeBe8.framer-15mrpbg > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 108.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"MNOF0kT6D\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"RPV0ddyjx\":\"link\",\"RtmEbSRTa\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbpXDbPpde=withCSS(Component,css,\"framer-EeBe8\");export default FramerbpXDbPpde;FramerbpXDbPpde.displayName=\"Secondary Button Copy\";FramerbpXDbPpde.defaultProps={height:40,width:108.5};addPropertyControls(FramerbpXDbPpde,{RPV0ddyjx:{title:\"Link\",type:ControlType.Link},RtmEbSRTa:{defaultValue:\"Download\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerbpXDbPpde,[{explicitInter:true,fonts:[{family:\"Averta Std Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/INE21p4KyX0BGerOrPHlli5zmw.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbpXDbPpde\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MNOF0kT6D\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"108.5\",\"framerVariables\":\"{\\\"RPV0ddyjx\\\":\\\"link\\\",\\\"RtmEbSRTa\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bpXDbPpde.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-pSsdM .framer-styles-preset-sc82pg:not(.rich-text-wrapper), .framer-pSsdM .framer-styles-preset-sc82pg.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #090f24) /* {\"name\":\"Primary text\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, #0685f2); --framer-link-text-decoration: none; }'];export const className=\"framer-pSsdM\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/YeSeAEIAHGwqlHY5eq7G/2chECkT3u3qfu2qV7v3d/BzRtogEu6.js\";const cycleOrder=[\"qvk7OyuiY\",\"UPTOEp3I7\"];const serializationHash=\"framer-whQvG\";const variantClassNames={qvk7OyuiY:\"framer-v-ievgux\",UPTOEp3I7:\"framer-v-1a89fv9\"};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={\"Job row with Border\":\"qvk7OyuiY\",\"Job row with no border\":\"UPTOEp3I7\"};const getProps=({height,id,jobName,link,location,width,...props})=>{return{...props,lqhuMYaIx:jobName??props.lqhuMYaIx??\"Staff Product Engineer (Web)\",op0gGwv6L:link??props.op0gGwv6L,variant:humanReadableVariantMap[props.variant]??props.variant??\"qvk7OyuiY\",vu4suYNHE:location??props.vu4suYNHE??\"New York City \u2192\"};};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,lqhuMYaIx,vu4suYNHE,op0gGwv6L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qvk7OyuiY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ievgux\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Job row with Border\",layoutDependency:layoutDependency,layoutId:\"qvk7OyuiY\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.15))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{UPTOEp3I7:{\"--border-bottom-width\":\"0px\"}},...addPropertyOverrides({UPTOEp3I7:{\"data-framer-name\":\"Job row with no border\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBCIE1lZGl1bQ==\",\"--framer-font-family\":'\"Euclid Circular B Medium\", \"Euclid Circular B Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(0, 0, 0)))\"},children:\"Staff Product Engineer (Web)\"})}),className:\"framer-1mjty0\",fonts:[\"CUSTOM;Euclid Circular B Medium\"],layoutDependency:layoutDependency,layoutId:\"RdzGlHcZE\",style:{\"--extracted-1eung3n\":\"var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(0, 0, 0))\"},text:lqhuMYaIx,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UPTOEp3I7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YS1SZWd1bGFy\",\"--framer-font-family\":'\"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(0, 0, 0)))\"},children:\"Staff Product Engineer (Web)\"})}),fonts:[\"CUSTOM;Averta-Regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YS1SZWd1bGFy\",\"--framer-font-family\":'\"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(29, 96, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:op0gGwv6L,nodeId:\"aLVk9CNiF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"New York City \u2192\"})})})}),className:\"framer-1ka5g08\",fonts:[\"CUSTOM;Averta-Regular\"],layoutDependency:layoutDependency,layoutId:\"aLVk9CNiF\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(29, 96, 240))\"},text:vu4suYNHE,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-whQvG.framer-hgxdex, .framer-whQvG .framer-hgxdex { display: block; }\",\".framer-whQvG.framer-ievgux { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 880px; }\",\".framer-whQvG .framer-1mjty0 { -webkit-user-select: none; flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-whQvG .framer-1ka5g08 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-whQvG.framer-ievgux { gap: 0px; } .framer-whQvG.framer-ievgux > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-whQvG.framer-ievgux > :first-child { margin-left: 0px; } .framer-whQvG.framer-ievgux > :last-child { margin-right: 0px; } }\",\".framer-whQvG.framer-v-1a89fv9.framer-ievgux { gap: 8px; padding: 16px 0px 16px 0px; }\",\".framer-whQvG.framer-v-1a89fv9 .framer-1mjty0 { -webkit-user-select: unset; user-select: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-whQvG.framer-v-1a89fv9.framer-ievgux { gap: 0px; } .framer-whQvG.framer-v-1a89fv9.framer-ievgux > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-whQvG.framer-v-1a89fv9.framer-ievgux > :first-child { margin-left: 0px; } .framer-whQvG.framer-v-1a89fv9.framer-ievgux > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-whQvG[data-border=\"true\"]::after, .framer-whQvG [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 72\n * @framerIntrinsicWidth 880\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UPTOEp3I7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lqhuMYaIx\":\"jobName\",\"vu4suYNHE\":\"location\",\"op0gGwv6L\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFNMpmbAE4=withCSS(Component,css,\"framer-whQvG\");export default FramerFNMpmbAE4;FramerFNMpmbAE4.displayName=\"Job Row\";FramerFNMpmbAE4.defaultProps={height:72,width:880};addPropertyControls(FramerFNMpmbAE4,{variant:{options:[\"qvk7OyuiY\",\"UPTOEp3I7\"],optionTitles:[\"Job row with Border\",\"Job row with no border\"],title:\"Variant\",type:ControlType.Enum},lqhuMYaIx:{defaultValue:\"Staff Product Engineer (Web)\",displayTextArea:false,placeholder:\"Job Name\",title:\"Job Name\",type:ControlType.String},vu4suYNHE:{defaultValue:\"New York City \u2192\",displayTextArea:false,title:\"Location\",type:ControlType.String},op0gGwv6L:{title:\"Link\",type:ControlType.Link}});addFonts(FramerFNMpmbAE4,[{explicitInter:true,fonts:[{family:\"Euclid Circular B Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/VoSmxGOJou7qDyZO9snaMtVBuN4.woff2\"},{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFNMpmbAE4\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"72\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"lqhuMYaIx\\\":\\\"jobName\\\",\\\"vu4suYNHE\\\":\\\"location\\\",\\\"op0gGwv6L\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"880\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UPTOEp3I7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FNMpmbAE4.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/YeSeAEIAHGwqlHY5eq7G/2chECkT3u3qfu2qV7v3d/BzRtogEu6.js\";const cycleOrder=[\"OTrBby0w7\",\"t_gJtaUoV\",\"g0YoCQi0R\"];const serializationHash=\"framer-pktXk\";const variantClassNames={g0YoCQi0R:\"framer-v-u01g60\",OTrBby0w7:\"framer-v-1ke4gjt\",t_gJtaUoV:\"framer-v-1b2b4z7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"OTrBby0w7\",Phone:\"g0YoCQi0R\",Tablet:\"t_gJtaUoV\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"OTrBby0w7\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OTrBby0w7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"g0YoCQi0R\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ke4gjt\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"OTrBby0w7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":'var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.1)) /* {\"name\":\"Border\"} */',\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, rgb(255, 255, 255))\",...style},...addPropertyOverrides({g0YoCQi0R:{\"data-framer-name\":\"Phone\"},t_gJtaUoV:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6vw68s\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"WelDxEXHy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ftqa5\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"QGhUf1l4J\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pe3hsj\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"b11SA4YVd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 105 24\"><path d=\"M 48.378 18.73 C 47.655 18.735 46.936 18.633 46.243 18.428 C 45.607 18.242 45.005 17.953 44.463 17.571 C 43.948 17.205 43.494 16.759 43.118 16.251 C 42.735 15.731 42.444 15.149 42.256 14.531 C 42.056 13.874 41.957 13.191 41.961 12.505 C 41.961 11.613 42.115 10.781 42.425 10.009 C 42.716 9.265 43.158 8.589 43.722 8.024 C 44.276 7.474 44.956 7.041 45.76 6.728 C 46.596 6.409 47.484 6.249 48.378 6.258 C 49.302 6.258 50.163 6.41 50.958 6.716 C 51.755 7.021 52.434 7.446 52.998 7.988 C 53.572 8.548 54.022 9.221 54.318 9.966 C 54.636 10.742 54.795 11.589 54.795 12.506 C 54.795 13.72 54.521 14.801 53.975 15.75 C 53.441 16.686 52.65 17.45 51.695 17.951 C 50.722 18.471 49.615 18.73 48.378 18.73 Z M 48.377 15.834 C 49.262 15.834 50.005 15.52 50.608 14.893 C 51.212 14.266 51.513 13.469 51.513 12.504 C 51.513 11.524 51.216 10.721 50.621 10.098 C 50.025 9.475 49.278 9.163 48.377 9.163 C 47.444 9.163 46.687 9.479 46.103 10.11 C 45.52 10.742 45.229 11.54 45.229 12.505 C 45.229 13.445 45.524 14.235 46.115 14.875 C 46.706 15.514 47.46 15.834 48.377 15.834 Z M 63.495 6.257 C 64.116 6.255 64.733 6.354 65.322 6.552 C 65.893 6.743 66.427 7.033 66.897 7.409 C 67.363 7.782 67.767 8.225 68.109 8.735 C 68.451 9.246 68.714 9.825 68.899 10.472 C 69.087 11.141 69.18 11.834 69.176 12.529 C 69.176 13.446 69.031 14.292 68.742 15.068 C 68.452 15.844 68.052 16.499 67.542 17.034 C 67.032 17.569 66.42 17.984 65.708 18.282 C 64.976 18.584 64.19 18.736 63.398 18.729 C 61.887 18.729 60.701 18.21 59.84 17.173 L 59.792 17.173 L 59.792 23.409 L 56.559 23.409 L 56.559 6.832 C 56.559 5.925 59.792 5.925 59.792 6.832 L 59.792 7.85 L 59.84 7.85 C 60.74 6.788 61.96 6.258 63.495 6.258 Z M 63.055 15.834 C 63.964 15.834 64.705 15.528 65.281 14.917 C 65.856 14.306 66.143 13.514 66.143 12.541 C 66.143 11.527 65.85 10.711 65.263 10.092 C 64.676 9.472 63.94 9.163 63.055 9.163 C 62.597 9.163 62.173 9.25 61.783 9.423 C 61.393 9.596 61.061 9.831 60.788 10.128 C 60.505 10.441 60.286 10.806 60.142 11.202 C 59.983 11.63 59.904 12.084 59.907 12.541 C 59.907 13.184 60.046 13.759 60.323 14.266 C 60.601 14.772 60.979 15.16 61.457 15.43 C 61.945 15.702 62.496 15.841 63.055 15.834 Z M 72.975 4.761 C 72.614 4.761 72.278 4.672 71.968 4.496 C 71.35 4.148 70.969 3.492 70.973 2.783 C 70.973 2.244 71.168 1.782 71.558 1.396 C 71.931 1.016 72.444 0.807 72.976 0.816 C 73.522 0.816 73.993 1.01 74.386 1.396 C 74.781 1.782 74.978 2.244 74.978 2.783 C 74.978 3.33 74.781 3.796 74.387 4.182 C 74.015 4.559 73.506 4.768 72.976 4.761 Z M 71.36 18.523 L 71.36 6.461 L 74.593 6.461 L 74.593 18.523 Z M 77.817 18.524 L 77.817 1.694 C 77.817 0.491 81.05 0.491 81.05 1.694 L 81.05 18.524 Z M 89.624 18.73 C 88.901 18.735 88.182 18.633 87.489 18.428 C 86.853 18.242 86.251 17.953 85.709 17.571 C 85.194 17.205 84.741 16.759 84.365 16.251 C 83.982 15.731 83.69 15.149 83.502 14.531 C 83.302 13.874 83.203 13.191 83.207 12.505 C 83.207 11.613 83.361 10.781 83.671 10.009 C 83.962 9.265 84.404 8.589 84.968 8.024 C 85.523 7.474 86.202 7.041 87.006 6.728 C 87.842 6.409 88.73 6.249 89.624 6.258 C 90.548 6.258 91.409 6.41 92.204 6.716 C 93.001 7.021 93.681 7.446 94.244 7.988 C 94.818 8.548 95.268 9.221 95.564 9.966 C 95.888 10.773 96.05 11.636 96.041 12.506 C 96.041 13.72 95.767 14.801 95.221 15.75 C 94.687 16.686 93.896 17.45 92.941 17.951 C 91.968 18.471 90.862 18.73 89.624 18.73 Z M 89.624 15.834 C 90.508 15.834 91.252 15.52 91.855 14.893 C 92.458 14.266 92.76 13.469 92.76 12.504 C 92.76 11.524 92.463 10.721 91.868 10.098 C 91.272 9.475 90.524 9.163 89.624 9.163 C 88.691 9.163 87.934 9.479 87.35 10.11 C 86.767 10.742 86.476 11.54 86.476 12.505 C 86.476 13.445 86.771 14.235 87.362 14.875 C 87.953 15.514 88.707 15.834 89.624 15.834 Z M 101.804 18.729 C 100.734 18.729 99.892 18.389 99.277 17.709 C 98.662 17.03 98.354 16.031 98.354 14.712 L 98.354 7.904 L 96.684 7.904 L 96.684 5.227 L 98.354 5.227 L 98.354 1.427 C 98.354 0.491 101.587 0.491 101.587 1.427 L 101.587 5.227 L 104.868 5.227 L 104.868 7.904 L 101.587 7.904 L 101.587 14.266 C 101.587 14.796 101.669 15.186 101.834 15.436 C 101.999 15.686 102.27 15.81 102.648 15.81 C 103.115 15.81 103.621 15.67 104.168 15.388 L 105 17.969 C 104.542 18.219 104.079 18.407 103.613 18.536 C 103.147 18.665 102.544 18.729 101.804 18.729 Z M 34.984 18.771 C 34.17 18.774 33.36 18.669 32.574 18.457 C 31.065 18.047 29.726 17.165 28.754 15.94 C 28.276 15.336 27.901 14.616 27.628 13.779 C 27.348 12.896 27.21 11.974 27.219 11.047 C 27.219 10.175 27.328 9.347 27.544 8.561 C 27.957 7.039 28.853 5.692 30.096 4.721 C 30.707 4.242 31.43 3.871 32.266 3.606 C 33.146 3.334 34.063 3.2 34.984 3.208 C 35.704 3.208 36.414 3.306 37.112 3.501 C 37.853 3.716 38.557 4.04 39.202 4.464 C 39.904 4.916 40.528 5.478 41.052 6.128 C 41.59 6.791 39.316 8.584 38.841 8.012 C 38.364 7.439 37.781 6.964 37.122 6.615 C 36.466 6.259 35.731 6.073 34.984 6.075 C 34.607 6.075 34.244 6.114 33.894 6.191 C 33.22 6.337 32.591 6.64 32.056 7.075 C 31.791 7.29 31.555 7.538 31.353 7.813 C 31.147 8.093 30.971 8.397 30.824 8.729 C 30.672 9.076 30.56 9.44 30.489 9.812 C 30.411 10.219 30.372 10.633 30.374 11.047 C 30.374 11.982 30.568 12.819 30.955 13.559 C 31.343 14.299 31.888 14.876 32.59 15.291 C 33.292 15.706 34.09 15.914 34.985 15.914 C 35.733 15.917 36.47 15.737 37.133 15.39 C 37.795 15.048 38.377 14.571 38.841 13.988 C 39.309 13.402 41.751 15.01 41.052 15.882 C 40.346 16.76 39.46 17.476 38.453 17.981 C 37.419 18.507 36.263 18.771 34.985 18.771 Z M 19.353 2.726 C 19.442 2.485 19.383 2.214 19.201 2.032 C 19.019 1.85 18.749 1.79 18.507 1.878 L 1.062 8.238 C 0.237 8.538 0.182 9.684 0.973 10.063 L 7.652 13.259 C 7.788 13.324 7.897 13.433 7.962 13.569 L 11.162 20.244 C 11.542 21.034 12.687 20.979 12.988 20.155 L 19.354 2.726 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(29, 96, 240)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></svg>',svgContentId:3932776730,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(9, 15, 36)))\"},children:\"Supercharge your savings and investments\"})}),className:\"framer-13rnu3d\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"M4y7JbQ6E\",style:{\"--extracted-r6o4lv\":\"var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(9, 15, 36))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qmr8ni\",layoutDependency:layoutDependency,layoutId:\"f9dt6HerC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(93, 119, 151))\"},children:\"\\xa9 Copyright 2024 Copilot\\xa0Money,\\xa0Inc.\"})}),className:\"framer-15hdg58\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"FKNb6Nf49\",style:{\"--extracted-r6o4lv\":\"rgb(93, 119, 151)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ythsj1\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"mdaNYe3C6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(0, 0, 0)))\"},children:\"More about Copilot\"})}),className:\"framer-y1cz59\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"Kg5SgD8Eb\",style:{\"--extracted-r6o4lv\":\"var(--token-d19d8077-92db-4164-b066-a8db739d64f0, rgb(0, 0, 0))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d62t7c\",layoutDependency:layoutDependency,layoutId:\"ojQeHrujw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://copilot.money\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Features & Pricing\"})})})}),className:\"framer-1mremzr\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"W00_QCpOP\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://copilot.money/privacy-and-security/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Privacy & Security\"})})})}),className:\"framer-7dgkv4\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"svhdOzRxL\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://help.copilot.money/en/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Help center\"})})})}),className:\"framer-1vok97q\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"d9iuL62El\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://copilot.money/terms-of-service\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Terms of service\"})})})}),className:\"framer-phb0vr\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"aKjAedLC1\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://copilot.money/privacy-policy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Privacy policy\"})})})}),className:\"framer-u7p5xx\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"V6zD6BPOM\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"changelog.copilot.money\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Changelog\"})})})}),className:\"framer-5mqvtp\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"tCDFZif2O\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"careers.copilot.money\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-sc82pg\",\"data-styles-preset\":\"BzRtogEu6\",children:\"Careers\"})})})}),className:\"framer-xcnlvn\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"XGBXz72QH\",style:{\"--extracted-r6o4lv\":\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mvewnk\",\"data-border\":true,\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"xGnMoTz3R\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":'var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.1)) /* {\"name\":\"Border\"} */',\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i28gam\",layoutDependency:layoutDependency,layoutId:\"P9Tf9EBQy\",children:[/*#__PURE__*/_jsx(Link,{href:\"copilot.money/download\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fxtuhu framer-1p4q70c\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"i50GF7lQq\",style:{backgroundColor:\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBTdGQgU2VtaWJvbGQ=\",\"--framer-font-family\":'\"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, rgb(255, 255, 255)))\"},children:\"Download\"})}),className:\"framer-vnwbur\",\"data-framer-name\":\"Download\",fonts:[\"CUSTOM;Averta Std Semibold\"],layoutDependency:layoutDependency,layoutId:\"MNfOtFKeh\",style:{\"--extracted-r6o4lv\":\"var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wqn7jn\",layoutDependency:layoutDependency,layoutId:\"epRg3UQCO\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-6j4axh\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NLnntU9ee\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 20\"><path d=\"M 10.713 3.203 C 11.309 2.481 11.729 1.494 11.729 0.498 C 11.729 0.361 11.719 0.225 11.699 0.117 C 10.722 0.156 9.551 0.762 8.858 1.582 C 8.301 2.207 7.793 3.203 7.793 4.199 C 7.793 4.355 7.822 4.502 7.832 4.551 C 7.891 4.561 7.989 4.58 8.096 4.58 C 8.965 4.58 10.058 3.994 10.713 3.203 Z M 11.397 4.785 C 9.942 4.785 8.75 5.674 7.989 5.674 C 7.178 5.674 6.123 4.844 4.854 4.844 C 2.441 4.844 0 6.836 0 10.586 C 0 12.93 0.898 15.401 2.022 16.992 C 2.978 18.34 3.818 19.443 5.029 19.443 C 6.221 19.443 6.748 18.653 8.233 18.653 C 9.737 18.653 10.078 19.424 11.397 19.424 C 12.705 19.424 13.574 18.223 14.405 17.041 C 15.322 15.683 15.713 14.365 15.723 14.297 C 15.645 14.277 13.145 13.251 13.145 10.391 C 13.145 7.91 15.107 6.797 15.225 6.709 C 13.926 4.844 11.943 4.785 11.396 4.785 Z\" fill=\"#5d7797\"></path></svg>',svgContentId:2022163300,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(93, 119, 151))\"},children:\"For Mac and iPhone\"})}),className:\"framer-6vzmds\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"j4MBRuFJe\",style:{\"--extracted-r6o4lv\":\"rgb(93, 119, 151)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6d02y5\",\"data-framer-name\":\"Icons\",layoutDependency:layoutDependency,layoutId:\"kLBDqi_6p\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/copilotmoney\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-19f79u3 framer-1p4q70c\",\"data-framer-name\":\"Twitter\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LrezIqfxE\",opacity:1,radius:0,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 19.195 6.07 L 16.836 8.422 C 16.367 13.883 11.758 18.125 6.25 18.125 C 5.117 18.125 4.18 17.945 3.469 17.594 C 2.898 17.305 2.664 17 2.602 16.906 C 2.497 16.747 2.47 16.549 2.53 16.368 C 2.589 16.187 2.728 16.043 2.906 15.977 C 2.922 15.969 4.766 15.266 5.961 13.914 C 5.22 13.386 4.568 12.743 4.031 12.008 C 2.961 10.555 1.828 8.031 2.508 4.266 C 2.551 4.038 2.716 3.852 2.938 3.781 C 3.16 3.709 3.404 3.766 3.57 3.93 C 3.594 3.961 6.195 6.523 9.375 7.352 L 9.375 6.875 C 9.381 5.874 9.785 4.917 10.497 4.214 C 11.209 3.51 12.171 3.119 13.172 3.125 C 14.495 3.144 15.711 3.856 16.375 5 L 18.75 5 C 19.002 4.999 19.23 5.15 19.328 5.383 C 19.42 5.618 19.368 5.886 19.195 6.07 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></svg>',svgContentId:1990667,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/copilotmoney/?hl=en\",openInNewTab:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-wlj0ir framer-1p4q70c\",\"data-framer-name\":\"Instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"v9B1cXh2n\",opacity:1,radius:0,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 7.5 10 C 7.5 8.619 8.619 7.5 10 7.5 C 11.381 7.5 12.5 8.619 12.5 10 C 12.5 11.381 11.381 12.5 10 12.5 C 8.619 12.5 7.5 11.381 7.5 10 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 13.438 2.188 L 6.563 2.188 C 4.146 2.188 2.188 4.146 2.188 6.563 L 2.188 13.438 C 2.188 15.854 4.146 17.813 6.563 17.813 L 13.438 17.813 C 15.854 17.813 17.813 15.854 17.813 13.438 L 17.813 6.563 C 17.813 4.146 15.854 2.188 13.438 2.188 Z M 10 13.75 C 7.929 13.75 6.25 12.071 6.25 10 C 6.25 7.929 7.929 6.25 10 6.25 C 12.071 6.25 13.75 7.929 13.75 10 C 13.75 12.071 12.071 13.75 10 13.75 Z M 14.063 6.875 C 13.545 6.875 13.125 6.455 13.125 5.938 C 13.125 5.42 13.545 5 14.063 5 C 14.58 5 15 5.42 15 5.938 C 15 6.455 14.58 6.875 14.063 6.875 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></svg>',svgContentId:3870568573,withExternalLayout:true})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pktXk.framer-1p4q70c, .framer-pktXk .framer-1p4q70c { display: block; }\",\".framer-pktXk.framer-1ke4gjt { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 40px 32px 64px; position: relative; width: 1200px; }\",\".framer-pktXk .framer-6vw68s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 880px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pktXk .framer-12ftqa5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 350px; }\",\".framer-pktXk .framer-1pe3hsj { flex: none; height: 24px; position: relative; width: 105px; }\",\".framer-pktXk .framer-13rnu3d, .framer-pktXk .framer-15hdg58 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pktXk .framer-1qmr8ni { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pktXk .framer-1ythsj1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-pktXk .framer-y1cz59, .framer-pktXk .framer-1mremzr, .framer-pktXk .framer-7dgkv4, .framer-pktXk .framer-1vok97q, .framer-pktXk .framer-phb0vr, .framer-pktXk .framer-u7p5xx, .framer-pktXk .framer-5mqvtp, .framer-pktXk .framer-xcnlvn, .framer-pktXk .framer-6vzmds { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-pktXk .framer-d62t7c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-pktXk .framer-mvewnk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 880px; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pktXk .framer-1i28gam { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 583px; }\",\".framer-pktXk .framer-fxtuhu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 8px 4px 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pktXk .framer-vnwbur { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pktXk .framer-wqn7jn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 170px; }\",\".framer-pktXk .framer-6j4axh { flex: none; height: 20px; position: relative; width: 16px; }\",\".framer-pktXk .framer-6d02y5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-pktXk .framer-19f79u3, .framer-pktXk .framer-wlj0ir { flex: none; height: 20px; position: relative; text-decoration: none; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pktXk.framer-1ke4gjt, .framer-pktXk .framer-12ftqa5, .framer-pktXk .framer-1qmr8ni, .framer-pktXk .framer-1ythsj1, .framer-pktXk .framer-d62t7c, .framer-pktXk .framer-1i28gam, .framer-pktXk .framer-fxtuhu, .framer-pktXk .framer-wqn7jn, .framer-pktXk .framer-6d02y5 { gap: 0px; } .framer-pktXk.framer-1ke4gjt > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-pktXk.framer-1ke4gjt > :first-child, .framer-pktXk .framer-12ftqa5 > :first-child, .framer-pktXk .framer-1qmr8ni > :first-child, .framer-pktXk .framer-1ythsj1 > :first-child, .framer-pktXk .framer-d62t7c > :first-child { margin-top: 0px; } .framer-pktXk.framer-1ke4gjt > :last-child, .framer-pktXk .framer-12ftqa5 > :last-child, .framer-pktXk .framer-1qmr8ni > :last-child, .framer-pktXk .framer-1ythsj1 > :last-child, .framer-pktXk .framer-d62t7c > :last-child { margin-bottom: 0px; } .framer-pktXk .framer-12ftqa5 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-pktXk .framer-1qmr8ni > *, .framer-pktXk .framer-d62t7c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pktXk .framer-1ythsj1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pktXk .framer-1i28gam > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pktXk .framer-1i28gam > :first-child, .framer-pktXk .framer-fxtuhu > :first-child, .framer-pktXk .framer-wqn7jn > :first-child, .framer-pktXk .framer-6d02y5 > :first-child { margin-left: 0px; } .framer-pktXk .framer-1i28gam > :last-child, .framer-pktXk .framer-fxtuhu > :last-child, .framer-pktXk .framer-wqn7jn > :last-child, .framer-pktXk .framer-6d02y5 > :last-child { margin-right: 0px; } .framer-pktXk .framer-fxtuhu > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pktXk .framer-wqn7jn > *, .framer-pktXk .framer-6d02y5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-pktXk.framer-v-1b2b4z7.framer-1ke4gjt { width: 810px; }\",\".framer-pktXk.framer-v-1b2b4z7 .framer-6vw68s { gap: 40px; justify-content: flex-start; }\",\".framer-pktXk.framer-v-1b2b4z7 .framer-12ftqa5, .framer-pktXk.framer-v-u01g60 .framer-1i28gam { flex: 1 0 0px; width: 1px; }\",\".framer-pktXk.framer-v-1b2b4z7 .framer-1ythsj1 { width: 196px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pktXk.framer-v-1b2b4z7 .framer-6vw68s { gap: 0px; } .framer-pktXk.framer-v-1b2b4z7 .framer-6vw68s > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-pktXk.framer-v-1b2b4z7 .framer-6vw68s > :first-child { margin-left: 0px; } .framer-pktXk.framer-v-1b2b4z7 .framer-6vw68s > :last-child { margin-right: 0px; } }\",\".framer-pktXk.framer-v-u01g60.framer-1ke4gjt { padding: 64px 40px 32px 40px; width: 390px; }\",\".framer-pktXk.framer-v-u01g60 .framer-6vw68s { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-pktXk.framer-v-u01g60 .framer-12ftqa5, .framer-pktXk.framer-v-u01g60 .framer-1ythsj1 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pktXk.framer-v-u01g60 .framer-6vw68s { gap: 0px; } .framer-pktXk.framer-v-u01g60 .framer-6vw68s > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pktXk.framer-v-u01g60 .framer-6vw68s > :first-child { margin-top: 0px; } .framer-pktXk.framer-v-u01g60 .framer-6vw68s > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-pktXk[data-border=\"true\"]::after, .framer-pktXk [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 501\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"t_gJtaUoV\":{\"layout\":[\"fixed\",\"auto\"]},\"g0YoCQi0R\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFZxfZ6aYn=withCSS(Component,css,\"framer-pktXk\");export default FramerFZxfZ6aYn;FramerFZxfZ6aYn.displayName=\"Footer Dark Copy\";FramerFZxfZ6aYn.defaultProps={height:501,width:1200};addPropertyControls(FramerFZxfZ6aYn,{variant:{options:[\"OTrBby0w7\",\"t_gJtaUoV\",\"g0YoCQi0R\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerFZxfZ6aYn,[{explicitInter:true,fonts:[{family:\"Averta Std Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/INE21p4KyX0BGerOrPHlli5zmw.otf\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFZxfZ6aYn\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t_gJtaUoV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g0YoCQi0R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"501\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FZxfZ6aYn.map", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta-Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]}];export const css=['.framer-i416k .framer-styles-preset-1ajciyw:not(.rich-text-wrapper), .framer-i416k .framer-styles-preset-1ajciyw.rich-text-wrapper h3 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.4px; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 640px) { .framer-i416k .framer-styles-preset-1ajciyw:not(.rich-text-wrapper), .framer-i416k .framer-styles-preset-1ajciyw.rich-text-wrapper h3 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.4px; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 639px) and (min-width: 0px) { .framer-i416k .framer-styles-preset-1ajciyw:not(.rich-text-wrapper), .framer-i416k .framer-styles-preset-1ajciyw.rich-text-wrapper h3 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.4px; --framer-line-height: 24px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-i416k\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta-Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]}];export const css=['.framer-0w61c .framer-styles-preset-opndy5:not(.rich-text-wrapper), .framer-0w61c .framer-styles-preset-opndy5.rich-text-wrapper h1 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 80px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #d3d9e6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 640px) { .framer-0w61c .framer-styles-preset-opndy5:not(.rich-text-wrapper), .framer-0w61c .framer-styles-preset-opndy5.rich-text-wrapper h1 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 80px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #d3d9e6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 639px) and (min-width: 0px) { .framer-0w61c .framer-styles-preset-opndy5:not(.rich-text-wrapper), .framer-0w61c .framer-styles-preset-opndy5.rich-text-wrapper h1 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 64px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #d3d9e6); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-0w61c\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta-Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]}];export const css=['.framer-KkDDI .framer-styles-preset-18vgb0o:not(.rich-text-wrapper), .framer-KkDDI .framer-styles-preset-18vgb0o.rich-text-wrapper h2 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 56px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #090f24); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 640px) { .framer-KkDDI .framer-styles-preset-18vgb0o:not(.rich-text-wrapper), .framer-KkDDI .framer-styles-preset-18vgb0o.rich-text-wrapper h2 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 56px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #090f24); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 639px) and (min-width: 0px) { .framer-KkDDI .framer-styles-preset-18vgb0o:not(.rich-text-wrapper), .framer-KkDDI .framer-styles-preset-18vgb0o.rich-text-wrapper h2 { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 44px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #090f24); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-KkDDI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-VLS4g .framer-styles-preset-ynw5wx:not(.rich-text-wrapper), .framer-VLS4g .framer-styles-preset-ynw5wx.rich-text-wrapper a { --framer-link-current-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a) /* {\"name\":\"Tertiary text\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a) /* {\"name\":\"Tertiary text\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a); --framer-link-text-decoration: none; }'];export const className=\"framer-VLS4g\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta-Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]}];export const css=['.framer-dsyBp .framer-styles-preset-6wr8la:not(.rich-text-wrapper), .framer-dsyBp .framer-styles-preset-6wr8la.rich-text-wrapper p { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, #78808a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-dsyBp\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta Std Semibold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta Std Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/INE21p4KyX0BGerOrPHlli5zmw.otf\"}]}];export const css=['.framer-Igasd .framer-styles-preset-ozgjg3:not(.rich-text-wrapper), .framer-Igasd .framer-styles-preset-ozgjg3.rich-text-wrapper p { --framer-font-family: \"Averta Std Semibold\", \"Averta Std Semibold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d19d8077-92db-4164-b066-a8db739d64f0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Igasd\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Averta-Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Averta-Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/mEWzZXYoyQHtUP8ffgMTmWEZ2DM.woff2\"}]}];export const css=['.framer-7j3oO .framer-styles-preset-sdfzx0:not(.rich-text-wrapper), .framer-7j3oO .framer-styles-preset-sdfzx0.rich-text-wrapper p { --framer-font-family: \"Averta-Regular\", \"Averta-Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d419046e-e7b6-4965-972c-be1dd369bf8b, #c0c2cc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-7j3oO\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\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}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/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import SecondaryButtonCopy from\"#framer/local/canvasComponent/bpXDbPpde/bpXDbPpde.js\";import JobRow from\"#framer/local/canvasComponent/FNMpmbAE4/FNMpmbAE4.js\";import FooterDarkCopy from\"#framer/local/canvasComponent/FZxfZ6aYn/FZxfZ6aYn.js\";import*as sharedStyle from\"#framer/local/css/d2_bl1av0/d2_bl1av0.js\";import*as sharedStyle1 from\"#framer/local/css/ELCqHBWw0/ELCqHBWw0.js\";import*as sharedStyle3 from\"#framer/local/css/FEGmebRej/FEGmebRej.js\";import*as sharedStyle5 from\"#framer/local/css/gNFAtdBKi/gNFAtdBKi.js\";import*as sharedStyle4 from\"#framer/local/css/NohsvH8uP/NohsvH8uP.js\";import*as sharedStyle6 from\"#framer/local/css/runGnAvHx/runGnAvHx.js\";import*as sharedStyle2 from\"#framer/local/css/U9Qi0a5wL/U9Qi0a5wL.js\";import metadataProvider from\"#framer/local/webPageMetadata/O8WfAR4aK/O8WfAR4aK.js\";const SecondaryButtonCopyFonts=getFonts(SecondaryButtonCopy);const TickerFonts=getFonts(Ticker);const ImageWithFX=withFX(Image);const JobRowFonts=getFonts(JobRow);const FooterDarkCopyFonts=getFonts(FooterDarkCopy);const breakpoints={Agu_Sx7uC:\"(min-width: 1200px)\",d9zgRs94G:\"(min-width: 810px) and (max-width: 1199px)\",oE6WlXsDx:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Upbas\";const variantClassNames={Agu_Sx7uC:\"framer-v-lvyzsj\",d9zgRs94G:\"framer-v-17lwboe\",oE6WlXsDx:\"framer-v-1jx5i4n\"};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:-12,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation1={cursor:\"grabbing\",opacity:1,rotate:-12,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation2={opacity:1,rotate:19,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation3={cursor:\"grabbing\",opacity:1,rotate:15,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation4={opacity:1,rotate:-16,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation5={cursor:\"grabbing\",opacity:1,rotate:-16,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation6={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation7={cursor:\"grabbing\",opacity:1,rotate:-6,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const animation8={opacity:1,rotate:16,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation9={cursor:\"grabbing\",opacity:1,rotate:12,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation10={cursor:\"grabbing\",opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation11={opacity:1,rotate:-21,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation12={cursor:\"grabbing\",opacity:1,rotate:-21,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation13={cursor:\"grabbing\",opacity:1,rotate:-6,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation14={opacity:1,rotate:18,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation15={cursor:\"grabbing\",opacity:1,rotate:14,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation16={opacity:1,rotate:-17,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation17={cursor:\"grabbing\",opacity:1,rotate:-17,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation18={opacity:1,rotate:9,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation19={cursor:\"grabbing\",opacity:1,rotate:5,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation20={opacity:1,rotate:25,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation21={cursor:\"grabbing\",opacity:1,rotate:21,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation22={opacity:1,rotate:-14,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation23={cursor:\"grabbing\",opacity:1,rotate:-14,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation24={opacity:1,rotate:-11,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation25={cursor:\"grabbing\",opacity:1,rotate:-11,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation26={opacity:1,rotate:-19,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation27={cursor:\"grabbing\",opacity:1,rotate:-19,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Agu_Sx7uC\",Phone:\"oE6WlXsDx\",Tablet:\"d9zgRs94G\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Agu_Sx7uC\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"BxbNGpItU\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"d9zgRs94G\",\"oE6WlXsDx\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"EeCpdIpew\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"oE6WlXsDx\")return true;return false;};const elementId2=useRouteElementId(\"M4iZXMij5\");const ref3=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"d9zgRs94G\")return true;return false;};const elementId3=useRouteElementId(\"V7Dveuche\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Agu_Sx7uC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-dd9d7995-177d-439b-8166-4c27b6ca79d8, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-lvyzsj\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h1kpwa\",\"data-border\":true,\"data-framer-name\":\"Nav\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-121524l\",\"data-framer-name\":\"Nav Container\",children:[/*#__PURE__*/_jsx(Link,{href:\"copilot.money\",motionChild:true,nodeId:\"WO5FcIiUS\",openInNewTab:false,scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 123 28\"><g transform=\"translate(0 0)\" id=\"ss12331973250_1\"><path d=\"M 0 28 L 0 0 L 123 0 L 123 28 Z\" fill=\"transparent\"></path><path d=\"M 21.127 2.104 C 21.743 1.879 22.34 2.477 22.115 3.093 L 14.683 23.441 C 14.332 24.403 12.996 24.468 12.553 23.544 L 8.816 15.752 C 8.74 15.594 8.612 15.466 8.454 15.39 L 0.658 11.659 C -0.267 11.216 -0.202 9.879 0.761 9.528 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path><path d=\"M 118.368 21.777 C 117.119 21.777 116.136 21.381 115.418 20.587 C 114.7 19.794 114.341 18.628 114.341 17.088 L 114.341 9.141 L 112.391 9.141 L 112.391 6.015 L 114.341 6.015 L 114.341 1.578 C 114.341 0.486 118.114 0.486 118.114 1.578 L 118.114 6.015 L 121.945 6.015 L 121.945 9.141 L 118.114 9.141 L 118.114 16.567 C 118.114 17.187 118.211 17.642 118.403 17.933 C 118.596 18.224 118.912 18.37 119.354 18.37 C 119.898 18.37 120.49 18.205 121.128 17.877 L 122.099 20.89 C 121.564 21.181 121.025 21.402 120.48 21.552 C 119.936 21.702 119.232 21.777 118.368 21.777 Z M 101.659 21.425 C 102.438 21.66 103.269 21.777 104.151 21.777 C 105.597 21.777 106.888 21.474 108.024 20.869 C 109.16 20.263 110.047 19.407 110.685 18.299 C 111.324 17.191 111.643 15.929 111.643 14.511 C 111.643 13.441 111.457 12.453 111.087 11.547 C 110.716 10.641 110.202 9.871 109.545 9.238 C 108.888 8.604 108.094 8.109 107.165 7.752 C 106.236 7.395 105.231 7.217 104.151 7.217 C 103.053 7.217 102.035 7.4 101.096 7.766 C 100.157 8.132 99.364 8.637 98.716 9.28 C 98.068 9.923 97.564 10.695 97.202 11.596 C 96.841 12.498 96.66 13.469 96.66 14.511 C 96.66 15.347 96.775 16.135 97.005 16.877 C 97.235 17.619 97.571 18.287 98.012 18.884 C 98.453 19.48 98.976 19.994 99.582 20.425 C 100.188 20.857 100.88 21.191 101.659 21.425 Z M 106.757 17.299 C 106.053 18.031 105.184 18.398 104.152 18.398 C 103.082 18.398 102.202 18.024 101.512 17.278 C 100.822 16.532 100.477 15.609 100.477 14.511 C 100.477 13.385 100.817 12.453 101.497 11.716 C 102.178 10.979 103.063 10.611 104.152 10.611 C 105.203 10.611 106.076 10.974 106.771 11.702 C 107.466 12.429 107.813 13.366 107.813 14.511 C 107.813 15.638 107.461 16.567 106.757 17.299 Z M 90.367 1.889 L 90.367 21.538 L 94.141 21.538 L 94.141 1.889 C 94.141 0.486 90.367 0.486 90.367 1.889 Z M 83.541 5.161 C 83.902 5.368 84.294 5.471 84.716 5.471 C 85.355 5.471 85.904 5.246 86.364 4.795 C 86.824 4.344 87.054 3.8 87.054 3.161 C 87.054 2.533 86.824 1.993 86.364 1.542 C 85.904 1.092 85.355 0.866 84.716 0.866 C 84.069 0.866 83.517 1.092 83.062 1.542 C 82.607 1.993 82.379 2.533 82.379 3.161 C 82.379 3.584 82.482 3.971 82.689 4.323 C 82.895 4.675 83.179 4.955 83.541 5.161 Z M 82.828 7.457 L 82.828 21.538 L 86.602 21.538 L 86.602 7.457 Z M 73.648 7.217 C 74.389 7.217 75.1 7.332 75.781 7.562 C 76.462 7.792 77.074 8.125 77.619 8.562 C 78.163 8.998 78.635 9.515 79.034 10.111 C 79.433 10.707 79.74 11.383 79.956 12.138 C 80.172 12.894 80.28 13.694 80.28 14.539 C 80.28 15.609 80.111 16.598 79.773 17.503 C 79.435 18.409 78.968 19.174 78.372 19.799 C 77.776 20.423 77.062 20.909 76.232 21.256 C 75.401 21.603 74.502 21.777 73.535 21.777 C 71.77 21.777 70.385 21.172 69.381 19.961 L 69.325 19.961 L 69.325 27.241 L 65.551 27.241 L 65.551 7.889 C 65.551 6.83 69.325 6.83 69.325 7.889 L 69.325 9.076 L 69.381 9.076 C 70.432 7.837 71.855 7.217 73.648 7.217 Z M 73.136 18.397 C 74.197 18.397 75.063 18.041 75.734 17.327 C 76.405 16.614 76.741 15.689 76.741 14.553 C 76.741 13.37 76.398 12.418 75.713 11.695 C 75.028 10.972 74.169 10.61 73.136 10.61 C 72.601 10.61 72.106 10.711 71.651 10.913 C 71.195 11.115 70.808 11.39 70.489 11.737 C 70.17 12.084 69.919 12.502 69.736 12.99 C 69.552 13.478 69.461 13.999 69.461 14.553 C 69.461 15.304 69.623 15.975 69.947 16.567 C 70.271 17.158 70.712 17.611 71.27 17.926 C 71.829 18.24 72.451 18.397 73.136 18.397 Z M 53.507 21.425 C 54.286 21.66 55.117 21.777 55.999 21.777 C 57.445 21.777 58.736 21.474 59.871 20.869 C 61.007 20.263 61.895 19.407 62.533 18.299 C 63.171 17.191 63.49 15.929 63.49 14.511 C 63.49 13.441 63.305 12.453 62.934 11.547 C 62.563 10.641 62.049 9.871 61.392 9.238 C 60.735 8.604 59.942 8.109 59.013 7.752 C 58.083 7.395 57.079 7.217 55.999 7.217 C 54.901 7.217 53.882 7.4 52.943 7.766 C 52.005 8.132 51.211 8.637 50.564 9.28 C 49.916 9.923 49.411 10.695 49.05 11.596 C 48.688 12.498 48.508 13.469 48.508 14.511 C 48.508 15.347 48.623 16.135 48.853 16.877 C 49.083 17.619 49.418 18.287 49.86 18.884 C 50.301 19.48 50.824 19.994 51.43 20.425 C 52.035 20.857 52.727 21.191 53.507 21.425 Z M 58.605 17.299 C 57.901 18.031 57.032 18.398 55.999 18.398 C 54.929 18.398 54.049 18.024 53.359 17.278 C 52.669 16.532 52.324 15.609 52.324 14.511 C 52.324 13.385 52.665 12.453 53.345 11.716 C 54.026 10.979 54.911 10.611 55.999 10.611 C 57.051 10.611 57.924 10.974 58.619 11.702 C 59.313 12.429 59.661 13.366 59.661 14.511 C 59.661 15.638 59.309 16.567 58.605 17.299 Z M 37.548 21.46 C 38.445 21.704 39.383 21.826 40.362 21.826 C 41.854 21.826 43.204 21.519 44.411 20.904 C 45.618 20.289 46.63 19.472 47.445 18.454 C 48.261 17.436 45.41 15.558 44.864 16.242 C 44.318 16.927 43.653 17.472 42.87 17.88 C 42.087 18.287 41.251 18.491 40.362 18.491 C 39.318 18.491 38.386 18.248 37.567 17.764 C 36.747 17.279 36.111 16.605 35.658 15.741 C 35.206 14.878 34.979 13.901 34.979 12.809 C 34.979 12.304 35.024 11.823 35.114 11.367 C 35.204 10.911 35.334 10.49 35.505 10.103 C 35.677 9.716 35.882 9.359 36.123 9.034 C 36.364 8.708 36.637 8.421 36.943 8.172 C 37.249 7.924 37.581 7.712 37.94 7.537 C 38.299 7.362 38.682 7.229 39.09 7.14 C 39.497 7.05 39.922 7.005 40.362 7.005 C 41.243 7.005 42.075 7.215 42.858 7.635 C 43.641 8.054 44.309 8.598 44.864 9.266 C 45.419 9.934 48.073 7.84 47.445 7.067 C 46.817 6.293 46.097 5.645 45.286 5.124 C 44.475 4.602 43.661 4.228 42.845 4 C 42.03 3.772 41.202 3.658 40.362 3.658 C 39.22 3.658 38.162 3.812 37.187 4.122 C 36.213 4.431 35.369 4.865 34.655 5.423 C 33.941 5.981 33.33 6.639 32.82 7.396 C 32.31 8.154 31.929 8.991 31.676 9.907 C 31.423 10.824 31.297 11.791 31.297 12.809 C 31.297 13.958 31.456 15.021 31.774 15.998 C 32.092 16.975 32.53 17.816 33.089 18.521 C 33.648 19.226 34.306 19.83 35.065 20.335 C 35.823 20.84 36.651 21.215 37.548 21.46 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path></g></svg>',svgContentId:12331973250},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 123 28\"><g transform=\"translate(0 0)\" id=\"ss12331973250_1\"><path d=\"M 0 28 L 0 0 L 123 0 L 123 28 Z\" fill=\"transparent\"></path><path d=\"M 21.127 2.104 C 21.743 1.879 22.34 2.477 22.115 3.093 L 14.683 23.441 C 14.332 24.403 12.996 24.468 12.553 23.544 L 8.816 15.752 C 8.74 15.594 8.612 15.466 8.454 15.39 L 0.658 11.659 C -0.267 11.216 -0.202 9.879 0.761 9.528 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path><path d=\"M 118.368 21.777 C 117.119 21.777 116.136 21.381 115.418 20.587 C 114.7 19.794 114.341 18.628 114.341 17.088 L 114.341 9.141 L 112.391 9.141 L 112.391 6.015 L 114.341 6.015 L 114.341 1.578 C 114.341 0.486 118.114 0.486 118.114 1.578 L 118.114 6.015 L 121.945 6.015 L 121.945 9.141 L 118.114 9.141 L 118.114 16.567 C 118.114 17.187 118.211 17.642 118.403 17.933 C 118.596 18.224 118.912 18.37 119.354 18.37 C 119.898 18.37 120.49 18.205 121.128 17.877 L 122.099 20.89 C 121.564 21.181 121.025 21.402 120.48 21.552 C 119.936 21.702 119.232 21.777 118.368 21.777 Z M 101.659 21.425 C 102.438 21.66 103.269 21.777 104.151 21.777 C 105.597 21.777 106.888 21.474 108.024 20.869 C 109.16 20.263 110.047 19.407 110.685 18.299 C 111.324 17.191 111.643 15.929 111.643 14.511 C 111.643 13.441 111.457 12.453 111.087 11.547 C 110.716 10.641 110.202 9.871 109.545 9.238 C 108.888 8.604 108.094 8.109 107.165 7.752 C 106.236 7.395 105.231 7.217 104.151 7.217 C 103.053 7.217 102.035 7.4 101.096 7.766 C 100.157 8.132 99.364 8.637 98.716 9.28 C 98.068 9.923 97.564 10.695 97.202 11.596 C 96.841 12.498 96.66 13.469 96.66 14.511 C 96.66 15.347 96.775 16.135 97.005 16.877 C 97.235 17.619 97.571 18.287 98.012 18.884 C 98.453 19.48 98.976 19.994 99.582 20.425 C 100.188 20.857 100.88 21.191 101.659 21.425 Z M 106.757 17.299 C 106.053 18.031 105.184 18.398 104.152 18.398 C 103.082 18.398 102.202 18.024 101.512 17.278 C 100.822 16.532 100.477 15.609 100.477 14.511 C 100.477 13.385 100.817 12.453 101.497 11.716 C 102.178 10.979 103.063 10.611 104.152 10.611 C 105.203 10.611 106.076 10.974 106.771 11.702 C 107.466 12.429 107.813 13.366 107.813 14.511 C 107.813 15.638 107.461 16.567 106.757 17.299 Z M 90.367 1.889 L 90.367 21.538 L 94.141 21.538 L 94.141 1.889 C 94.141 0.486 90.367 0.486 90.367 1.889 Z M 83.541 5.161 C 83.902 5.368 84.294 5.471 84.716 5.471 C 85.355 5.471 85.904 5.246 86.364 4.795 C 86.824 4.344 87.054 3.8 87.054 3.161 C 87.054 2.533 86.824 1.993 86.364 1.542 C 85.904 1.092 85.355 0.866 84.716 0.866 C 84.069 0.866 83.517 1.092 83.062 1.542 C 82.607 1.993 82.379 2.533 82.379 3.161 C 82.379 3.584 82.482 3.971 82.689 4.323 C 82.895 4.675 83.179 4.955 83.541 5.161 Z M 82.828 7.457 L 82.828 21.538 L 86.602 21.538 L 86.602 7.457 Z M 73.648 7.217 C 74.389 7.217 75.1 7.332 75.781 7.562 C 76.462 7.792 77.074 8.125 77.619 8.562 C 78.163 8.998 78.635 9.515 79.034 10.111 C 79.433 10.707 79.74 11.383 79.956 12.138 C 80.172 12.894 80.28 13.694 80.28 14.539 C 80.28 15.609 80.111 16.598 79.773 17.503 C 79.435 18.409 78.968 19.174 78.372 19.799 C 77.776 20.423 77.062 20.909 76.232 21.256 C 75.401 21.603 74.502 21.777 73.535 21.777 C 71.77 21.777 70.385 21.172 69.381 19.961 L 69.325 19.961 L 69.325 27.241 L 65.551 27.241 L 65.551 7.889 C 65.551 6.83 69.325 6.83 69.325 7.889 L 69.325 9.076 L 69.381 9.076 C 70.432 7.837 71.855 7.217 73.648 7.217 Z M 73.136 18.397 C 74.197 18.397 75.063 18.041 75.734 17.327 C 76.405 16.614 76.741 15.689 76.741 14.553 C 76.741 13.37 76.398 12.418 75.713 11.695 C 75.028 10.972 74.169 10.61 73.136 10.61 C 72.601 10.61 72.106 10.711 71.651 10.913 C 71.195 11.115 70.808 11.39 70.489 11.737 C 70.17 12.084 69.919 12.502 69.736 12.99 C 69.552 13.478 69.461 13.999 69.461 14.553 C 69.461 15.304 69.623 15.975 69.947 16.567 C 70.271 17.158 70.712 17.611 71.27 17.926 C 71.829 18.24 72.451 18.397 73.136 18.397 Z M 53.507 21.425 C 54.286 21.66 55.117 21.777 55.999 21.777 C 57.445 21.777 58.736 21.474 59.871 20.869 C 61.007 20.263 61.895 19.407 62.533 18.299 C 63.171 17.191 63.49 15.929 63.49 14.511 C 63.49 13.441 63.305 12.453 62.934 11.547 C 62.563 10.641 62.049 9.871 61.392 9.238 C 60.735 8.604 59.942 8.109 59.013 7.752 C 58.083 7.395 57.079 7.217 55.999 7.217 C 54.901 7.217 53.882 7.4 52.943 7.766 C 52.005 8.132 51.211 8.637 50.564 9.28 C 49.916 9.923 49.411 10.695 49.05 11.596 C 48.688 12.498 48.508 13.469 48.508 14.511 C 48.508 15.347 48.623 16.135 48.853 16.877 C 49.083 17.619 49.418 18.287 49.86 18.884 C 50.301 19.48 50.824 19.994 51.43 20.425 C 52.035 20.857 52.727 21.191 53.507 21.425 Z M 58.605 17.299 C 57.901 18.031 57.032 18.398 55.999 18.398 C 54.929 18.398 54.049 18.024 53.359 17.278 C 52.669 16.532 52.324 15.609 52.324 14.511 C 52.324 13.385 52.665 12.453 53.345 11.716 C 54.026 10.979 54.911 10.611 55.999 10.611 C 57.051 10.611 57.924 10.974 58.619 11.702 C 59.313 12.429 59.661 13.366 59.661 14.511 C 59.661 15.638 59.309 16.567 58.605 17.299 Z M 37.548 21.46 C 38.445 21.704 39.383 21.826 40.362 21.826 C 41.854 21.826 43.204 21.519 44.411 20.904 C 45.618 20.289 46.63 19.472 47.445 18.454 C 48.261 17.436 45.41 15.558 44.864 16.242 C 44.318 16.927 43.653 17.472 42.87 17.88 C 42.087 18.287 41.251 18.491 40.362 18.491 C 39.318 18.491 38.386 18.248 37.567 17.764 C 36.747 17.279 36.111 16.605 35.658 15.741 C 35.206 14.878 34.979 13.901 34.979 12.809 C 34.979 12.304 35.024 11.823 35.114 11.367 C 35.204 10.911 35.334 10.49 35.505 10.103 C 35.677 9.716 35.882 9.359 36.123 9.034 C 36.364 8.708 36.637 8.421 36.943 8.172 C 37.249 7.924 37.581 7.712 37.94 7.537 C 38.299 7.362 38.682 7.229 39.09 7.14 C 39.497 7.05 39.922 7.005 40.362 7.005 C 41.243 7.005 42.075 7.215 42.858 7.635 C 43.641 8.054 44.309 8.598 44.864 9.266 C 45.419 9.934 48.073 7.84 47.445 7.067 C 46.817 6.293 46.097 5.645 45.286 5.124 C 44.475 4.602 43.661 4.228 42.845 4 C 42.03 3.772 41.202 3.658 40.362 3.658 C 39.22 3.658 38.162 3.812 37.187 4.122 C 36.213 4.431 35.369 4.865 34.655 5.423 C 33.941 5.981 33.33 6.639 32.82 7.396 C 32.31 8.154 31.929 8.991 31.676 9.907 C 31.423 10.824 31.297 11.791 31.297 12.809 C 31.297 13.958 31.456 15.021 31.774 15.998 C 32.092 16.975 32.53 17.816 33.089 18.521 C 33.648 19.226 34.306 19.83 35.065 20.335 C 35.823 20.84 36.651 21.215 37.548 21.46 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path></g></svg>',svgContentId:12331973250}},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4tska3 framer-1bzv2ge\",\"data-framer-name\":\"Left\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 123 28\"><g transform=\"translate(0 0)\" id=\"ss3742038658_1\"><path d=\"M 0 28 L 0 0 L 123 0 L 123 28 Z\" fill=\"transparent\"></path><path d=\"M 21.127 2.104 C 21.743 1.879 22.34 2.477 22.115 3.093 L 14.683 23.441 C 14.332 24.403 12.996 24.468 12.553 23.544 L 8.816 15.752 C 8.74 15.594 8.612 15.466 8.454 15.39 L 0.658 11.659 C -0.267 11.216 -0.202 9.879 0.761 9.528 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path><path d=\"M 118.368 21.777 C 117.119 21.777 116.136 21.381 115.418 20.587 C 114.7 19.794 114.341 18.628 114.341 17.088 L 114.341 9.141 L 112.391 9.141 L 112.391 6.015 L 114.341 6.015 L 114.341 1.578 C 114.341 0.486 118.114 0.486 118.114 1.578 L 118.114 6.015 L 121.945 6.015 L 121.945 9.141 L 118.114 9.141 L 118.114 16.567 C 118.114 17.187 118.211 17.642 118.403 17.933 C 118.596 18.224 118.912 18.37 119.354 18.37 C 119.898 18.37 120.49 18.205 121.128 17.877 L 122.099 20.89 C 121.564 21.181 121.025 21.402 120.48 21.552 C 119.936 21.702 119.232 21.777 118.368 21.777 Z M 101.659 21.425 C 102.438 21.66 103.269 21.777 104.151 21.777 C 105.597 21.777 106.888 21.474 108.024 20.869 C 109.16 20.263 110.047 19.407 110.685 18.299 C 111.324 17.191 111.643 15.929 111.643 14.511 C 111.643 13.441 111.457 12.453 111.087 11.547 C 110.716 10.641 110.202 9.871 109.545 9.238 C 108.888 8.604 108.094 8.109 107.165 7.752 C 106.236 7.395 105.231 7.217 104.151 7.217 C 103.053 7.217 102.035 7.4 101.096 7.766 C 100.157 8.132 99.364 8.637 98.716 9.28 C 98.068 9.923 97.564 10.695 97.202 11.596 C 96.841 12.498 96.66 13.469 96.66 14.511 C 96.66 15.347 96.775 16.135 97.005 16.877 C 97.235 17.619 97.571 18.287 98.012 18.884 C 98.453 19.48 98.976 19.994 99.582 20.425 C 100.188 20.857 100.88 21.191 101.659 21.425 Z M 106.757 17.299 C 106.053 18.031 105.184 18.398 104.152 18.398 C 103.082 18.398 102.202 18.024 101.512 17.278 C 100.822 16.532 100.477 15.609 100.477 14.511 C 100.477 13.385 100.817 12.453 101.497 11.716 C 102.178 10.979 103.063 10.611 104.152 10.611 C 105.203 10.611 106.076 10.974 106.771 11.702 C 107.466 12.429 107.813 13.366 107.813 14.511 C 107.813 15.638 107.461 16.567 106.757 17.299 Z M 90.367 1.889 L 90.367 21.538 L 94.141 21.538 L 94.141 1.889 C 94.141 0.486 90.367 0.486 90.367 1.889 Z M 83.541 5.161 C 83.902 5.368 84.294 5.471 84.716 5.471 C 85.355 5.471 85.904 5.246 86.364 4.795 C 86.824 4.344 87.054 3.8 87.054 3.161 C 87.054 2.533 86.824 1.993 86.364 1.542 C 85.904 1.092 85.355 0.866 84.716 0.866 C 84.069 0.866 83.517 1.092 83.062 1.542 C 82.607 1.993 82.379 2.533 82.379 3.161 C 82.379 3.584 82.482 3.971 82.689 4.323 C 82.895 4.675 83.179 4.955 83.541 5.161 Z M 82.828 7.457 L 82.828 21.538 L 86.602 21.538 L 86.602 7.457 Z M 73.648 7.217 C 74.389 7.217 75.1 7.332 75.781 7.562 C 76.462 7.792 77.074 8.125 77.619 8.562 C 78.163 8.998 78.635 9.515 79.034 10.111 C 79.433 10.707 79.74 11.383 79.956 12.138 C 80.172 12.894 80.28 13.694 80.28 14.539 C 80.28 15.609 80.111 16.598 79.773 17.503 C 79.435 18.409 78.968 19.174 78.372 19.799 C 77.776 20.423 77.062 20.909 76.232 21.256 C 75.401 21.603 74.502 21.777 73.535 21.777 C 71.77 21.777 70.385 21.172 69.381 19.961 L 69.325 19.961 L 69.325 27.241 L 65.551 27.241 L 65.551 7.889 C 65.551 6.83 69.325 6.83 69.325 7.889 L 69.325 9.076 L 69.381 9.076 C 70.432 7.837 71.855 7.217 73.648 7.217 Z M 73.136 18.397 C 74.197 18.397 75.063 18.041 75.734 17.327 C 76.405 16.614 76.741 15.689 76.741 14.553 C 76.741 13.37 76.398 12.418 75.713 11.695 C 75.028 10.972 74.169 10.61 73.136 10.61 C 72.601 10.61 72.106 10.711 71.651 10.913 C 71.195 11.115 70.808 11.39 70.489 11.737 C 70.17 12.084 69.919 12.502 69.736 12.99 C 69.552 13.478 69.461 13.999 69.461 14.553 C 69.461 15.304 69.623 15.975 69.947 16.567 C 70.271 17.158 70.712 17.611 71.27 17.926 C 71.829 18.24 72.451 18.397 73.136 18.397 Z M 53.507 21.425 C 54.286 21.66 55.117 21.777 55.999 21.777 C 57.445 21.777 58.736 21.474 59.871 20.869 C 61.007 20.263 61.895 19.407 62.533 18.299 C 63.171 17.191 63.49 15.929 63.49 14.511 C 63.49 13.441 63.305 12.453 62.934 11.547 C 62.563 10.641 62.049 9.871 61.392 9.238 C 60.735 8.604 59.942 8.109 59.013 7.752 C 58.083 7.395 57.079 7.217 55.999 7.217 C 54.901 7.217 53.882 7.4 52.943 7.766 C 52.005 8.132 51.211 8.637 50.564 9.28 C 49.916 9.923 49.411 10.695 49.05 11.596 C 48.688 12.498 48.508 13.469 48.508 14.511 C 48.508 15.347 48.623 16.135 48.853 16.877 C 49.083 17.619 49.418 18.287 49.86 18.884 C 50.301 19.48 50.824 19.994 51.43 20.425 C 52.035 20.857 52.727 21.191 53.507 21.425 Z M 58.605 17.299 C 57.901 18.031 57.032 18.398 55.999 18.398 C 54.929 18.398 54.049 18.024 53.359 17.278 C 52.669 16.532 52.324 15.609 52.324 14.511 C 52.324 13.385 52.665 12.453 53.345 11.716 C 54.026 10.979 54.911 10.611 55.999 10.611 C 57.051 10.611 57.924 10.974 58.619 11.702 C 59.313 12.429 59.661 13.366 59.661 14.511 C 59.661 15.638 59.309 16.567 58.605 17.299 Z M 37.548 21.46 C 38.445 21.704 39.383 21.826 40.362 21.826 C 41.854 21.826 43.204 21.519 44.411 20.904 C 45.618 20.289 46.63 19.472 47.445 18.454 C 48.261 17.436 45.41 15.558 44.864 16.242 C 44.318 16.927 43.653 17.472 42.87 17.88 C 42.087 18.287 41.251 18.491 40.362 18.491 C 39.318 18.491 38.386 18.248 37.567 17.764 C 36.747 17.279 36.111 16.605 35.658 15.741 C 35.206 14.878 34.979 13.901 34.979 12.809 C 34.979 12.304 35.024 11.823 35.114 11.367 C 35.204 10.911 35.334 10.49 35.505 10.103 C 35.677 9.716 35.882 9.359 36.123 9.034 C 36.364 8.708 36.637 8.421 36.943 8.172 C 37.249 7.924 37.581 7.712 37.94 7.537 C 38.299 7.362 38.682 7.229 39.09 7.14 C 39.497 7.05 39.922 7.005 40.362 7.005 C 41.243 7.005 42.075 7.215 42.858 7.635 C 43.641 8.054 44.309 8.598 44.864 9.266 C 45.419 9.934 48.073 7.84 47.445 7.067 C 46.817 6.293 46.097 5.645 45.286 5.124 C 44.475 4.602 43.661 4.228 42.845 4 C 42.03 3.772 41.202 3.658 40.362 3.658 C 39.22 3.658 38.162 3.812 37.187 4.122 C 36.213 4.431 35.369 4.865 34.655 5.423 C 33.941 5.981 33.33 6.639 32.82 7.396 C 32.31 8.154 31.929 8.991 31.676 9.907 C 31.423 10.824 31.297 11.791 31.297 12.809 C 31.297 13.958 31.456 15.021 31.774 15.998 C 32.092 16.975 32.53 17.816 33.089 18.521 C 33.648 19.226 34.306 19.83 35.065 20.335 C 35.823 20.84 36.651 21.215 37.548 21.46 Z\" fill=\"var(--token-d039b883-e648-4007-aeca-47a99c10de00, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Logo&quot;} */\"></path></g></svg>',svgContentId:3742038658,withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+0+16+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jg7sit-container\",nodeId:\"ygPMFj1hx\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(SecondaryButtonCopy,{height:\"100%\",id:\"ygPMFj1hx\",layoutId:\"ygPMFj1hx\",RPV0ddyjx:\"copilot.money/download\",RtmEbSRTa:\"Download\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17jy4q0\",\"data-framer-name\":\"Body\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cc85jp\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5s49ye\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sibdk9\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ajciyw\",\"data-styles-preset\":\"d2_bl1av0\",children:\"Join our small but mighty team\"})}),className:\"framer-24qw1r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-opndy5\",\"data-styles-preset\":\"ELCqHBWw0\",children:\"Careers at Copilot\"})}),className:\"framer-1d6xgwn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:411,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+0+120+0+192),pixelHeight:1595,pixelWidth:4001,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 96px, 1px)`,src:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png 4001w\"}},oE6WlXsDx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:411,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+0+80+0+192),pixelHeight:1595,pixelWidth:4001,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png 4001w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:411,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+0+120+0+192),pixelHeight:1595,pixelWidth:4001,positionX:\"center\",positionY:\"center\",sizes:\"1070px\",src:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n0Ot9ecSXU2V8Y5tfocthmgGJ4c.png 4001w\"},className:\"framer-x4r4co\",\"data-framer-name\":\"Copilot_Team\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-sdfzx0\",\"data-styles-preset\":\"U9Qi0a5wL\",children:[\"We started Copilot because we got tired of waiting for someone else to create a smart, private, and delightful personal finance tool that would help us navigate our finances with confidence.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"We wanted a well-crafted app that would provide full visibility into all things money and would get out of the way. No ads, no gimmicks.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-sdfzx0\",\"data-styles-preset\":\"U9Qi0a5wL\",children:[\"Since our launch in 2020, we\u2019ve made a ton of progress in our mission to empower everyone to be in control of their money. But, there\u2019s still so much more left to do!\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"If our story resonates with you, and you believe that well-crafted software can empower more people to be in control of their finances, join us!\"]})]}),className:\"framer-vx0dgw\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wmle5w\",\"data-framer-name\":\"Team\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dwlshv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fK0ruROTv\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:.5,id:\"fK0ruROTv\",layoutId:\"fK0ruROTv\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3413,intrinsicWidth:8333,pixelHeight:3413,pixelWidth:8333,sizes:\"1240px\",src:\"https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png\",srcSet:\"https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ijmjRLmzg8u48FoWJcN9RMIoqU.png 8333w\"},className:\"framer-1wfd4ip\",\"data-framer-name\":\"City\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w1r46u\",\"data-framer-name\":\"About us\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yotr96\",\"data-framer-name\":\"Heading container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ederor\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-18vgb0o\",\"data-styles-preset\":\"FEGmebRej\",children:[\"Designed and built with care. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, rgb(120, 128, 138))\"},children:\"From New York to Santiago.\"})]})}),className:\"framer-1m64bpj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14c4wuk hidden-17lwboe hidden-1jx5i4n\",\"data-border\":true,\"data-framer-name\":\"Image Collage 2\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1164,intrinsicWidth:1728,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+79),pixelHeight:1164,pixelWidth:1728,sizes:\"316px\",src:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png\",srcSet:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png 1728w\"},className:\"framer-13nu5jx\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-8},whileHover:animation,whileTap:animation1}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+487),pixelHeight:1024,pixelWidth:768,sizes:\"291px\",src:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg\",srcSet:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg 768w\"},className:\"framer-1doeamr\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+61),pixelHeight:1024,pixelWidth:768,sizes:\"226px\",src:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg\",srcSet:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg 768w\"},className:\"framer-145f9vo\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:5712,intrinsicWidth:4284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+47),pixelHeight:5712,pixelWidth:4284,sizes:\"250px\",src:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg\",srcSet:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg 4284w\"},className:\"framer-1wl6dv4\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+232),pixelHeight:4032,pixelWidth:3024,sizes:\"336px\",src:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg\",srcSet:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg 3024w\"},className:\"framer-gzqbfu\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-12},whileHover:animation4,whileTap:animation5}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3120,intrinsicWidth:4160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+216.5),pixelHeight:3120,pixelWidth:4160,sizes:\"401px\",src:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg\",srcSet:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg 4160w\"},className:\"framer-ronsk7\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation7}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:4032,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+401),pixelHeight:3024,pixelWidth:4032,sizes:\"336px\",src:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png\",srcSet:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png 4032w\"},className:\"framer-2ccvt0\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:12},whileHover:animation8,whileTap:animation9}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4043,intrinsicWidth:6065,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+512),pixelHeight:4043,pixelWidth:6065,sizes:\"336px\",src:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg\",srcSet:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg 6065w\"},className:\"framer-1b1b0lo\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation10}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1026,intrinsicWidth:1558,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+533),pixelHeight:1026,pixelWidth:1558,sizes:\"296px\",src:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png\",srcSet:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png 1558w\"},className:\"framer-1aosfac\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-17},whileHover:animation11,whileTap:animation12}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",intrinsicHeight:6048,intrinsicWidth:8064,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+349.5),pixelHeight:3024,pixelWidth:4032,positionX:\"center\",positionY:\"center\",sizes:\"327px\",src:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg\",srcSet:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg 4032w\"},className:\"framer-6bp0c1\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation13}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+423),pixelHeight:768,pixelWidth:1024,sizes:\"336px\",src:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg\",srcSet:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg 1024w\"},className:\"framer-1drcx3s\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:14},whileHover:animation14,whileTap:animation15}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+111.5),pixelHeight:720,pixelWidth:540,sizes:\"252px\",src:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png\",srcSet:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png 540w\"},className:\"framer-1r3rnyf\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragMomentum:true,onMouseDown:preventDefault,style:{rotate:-13},whileHover:animation16,whileTap:animation17}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+216.5),pixelHeight:1024,pixelWidth:768,sizes:\"257px\",src:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg\",srcSet:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg 768w\"},className:\"framer-1l4wbhf\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:5},whileHover:animation18,whileTap:animation19}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+156),pixelHeight:4032,pixelWidth:3024,sizes:\"180px\",src:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg\",srcSet:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg 3024w\"},className:\"framer-5tivwx\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:21},whileHover:animation20,whileTap:animation21}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+391),pixelHeight:8064,pixelWidth:6048,sizes:\"272px\",src:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg\",srcSet:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg 6048w\"},className:\"framer-qcxbx8\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-10},whileHover:animation22,whileTap:animation23}),/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+109),pixelHeight:8064,pixelWidth:6048,sizes:\"231px\",src:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg\",srcSet:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg 6048w\"},className:\"framer-1yz8qil\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref2,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-7},whileHover:animation24,whileTap:animation25})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kxqznb hidden-lvyzsj hidden-17lwboe\",\"data-framer-name\":\"Image Collage\",id:elementId2,ref:ref3,children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"O8WfAR4aK\"},motionChild:true,nodeId:\"b1pm9x5EQ\",openInNewTab:false,scopeId:\"O8WfAR4aK\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ynw5wx\",\"data-styles-preset\":\"gNFAtdBKi\",children:\"Refresh to see again\"})})})}),className:\"framer-693ahw hidden-lvyzsj\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1164,intrinsicWidth:1728,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+92),pixelHeight:1164,pixelWidth:1728,sizes:\"304px\",src:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png\",srcSet:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png 1728w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1164,intrinsicWidth:1728,pixelHeight:1164,pixelWidth:1728,sizes:\"304px\",src:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png\",srcSet:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png 1728w\"},className:\"framer-1wabu6h\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-8},whileHover:animation,whileTap:animation1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+94),pixelHeight:1024,pixelWidth:768,sizes:\"291px\",src:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg\",srcSet:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg 768w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"291px\",src:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg\",srcSet:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg 768w\"},className:\"framer-c1liu1\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+49),pixelHeight:1024,pixelWidth:768,sizes:\"226px\",src:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg\",srcSet:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg 768w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"226px\",src:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg\",srcSet:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg 768w\"},className:\"framer-8ojwvg\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5712,intrinsicWidth:4284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+109),pixelHeight:5712,pixelWidth:4284,sizes:\"250px\",src:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg\",srcSet:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg 4284w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:5712,intrinsicWidth:4284,pixelHeight:5712,pixelWidth:4284,sizes:\"250px\",src:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg\",srcSet:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg 4284w\"},className:\"framer-5p2y26\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+77),pixelHeight:4032,pixelWidth:3024,sizes:\"336px\",src:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg\",srcSet:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg 3024w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,pixelHeight:4032,pixelWidth:3024,sizes:\"336px\",src:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg\",srcSet:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg 3024w\"},className:\"framer-vivesc\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-12},whileHover:animation4,whileTap:animation5})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+82.5),pixelHeight:4032,pixelWidth:3024,sizes:\"182px\",src:\"https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg\",srcSet:\"https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg 3024w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,pixelHeight:4032,pixelWidth:3024,sizes:\"182px\",src:\"https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg\",srcSet:\"https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/LysQamlgSHAh4q2rNOqZIoyq73E.jpg 3024w\"},className:\"framer-1nr3lzg\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-15},whileHover:animation26,whileTap:animation27})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3120,intrinsicWidth:4160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+52.5),pixelHeight:3120,pixelWidth:4160,sizes:\"401px\",src:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg\",srcSet:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg 4160w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3120,intrinsicWidth:4160,pixelHeight:3120,pixelWidth:4160,sizes:\"401px\",src:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg\",srcSet:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg 4160w\"},className:\"framer-1kidq2r\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation7})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:4032,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+77),pixelHeight:3024,pixelWidth:4032,sizes:\"336px\",src:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png\",srcSet:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png 4032w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:4032,pixelHeight:3024,pixelWidth:4032,sizes:\"336px\",src:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png\",srcSet:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png 4032w\"},className:\"framer-1d26jzo\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:12},whileHover:animation8,whileTap:animation9})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4043,intrinsicWidth:6065,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+77),pixelHeight:4043,pixelWidth:6065,sizes:\"336px\",src:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg\",srcSet:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg 6065w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4043,intrinsicWidth:6065,pixelHeight:4043,pixelWidth:6065,sizes:\"336px\",src:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg\",srcSet:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg 6065w\"},className:\"framer-dk5mgb\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation10})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1026,intrinsicWidth:1558,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+92),pixelHeight:1026,pixelWidth:1558,sizes:\"296px\",src:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png\",srcSet:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png 1558w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1026,intrinsicWidth:1558,pixelHeight:1026,pixelWidth:1558,sizes:\"296px\",src:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png\",srcSet:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png 1558w\"},className:\"framer-1kbhwyq\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-17},whileHover:animation11,whileTap:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6048,intrinsicWidth:8064,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+80.5),pixelHeight:6048,pixelWidth:8064,sizes:\"327px\",src:\"https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg\",srcSet:\"https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg 8064w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:6048,intrinsicWidth:8064,pixelHeight:6048,pixelWidth:8064,sizes:\"327px\",src:\"https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg\",srcSet:\"https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/MgJblSgveKNGgADfOdlGCRTxp3A.jpg 8064w\"},className:\"framer-2hby63\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation13})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+77),pixelHeight:768,pixelWidth:1024,sizes:\"336px\",src:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg\",srcSet:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg 1024w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1024,pixelHeight:768,pixelWidth:1024,sizes:\"336px\",src:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg\",srcSet:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg 1024w\"},className:\"framer-12s2urn\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:14},whileHover:animation14,whileTap:animation15})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+75.5),pixelHeight:720,pixelWidth:540,sizes:\"252px\",src:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png\",srcSet:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png 540w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:540,pixelHeight:720,pixelWidth:540,sizes:\"252px\",src:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png\",srcSet:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png 540w\"},className:\"framer-1i1p93k\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragMomentum:true,onMouseDown:preventDefault,style:{rotate:-13},whileHover:animation16,whileTap:animation17})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+106.5),pixelHeight:1024,pixelWidth:768,sizes:\"257px\",src:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg\",srcSet:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg 768w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"257px\",src:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg\",srcSet:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg 768w\"},className:\"framer-1gcjjzs\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:5},whileHover:animation18,whileTap:animation19})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+79),pixelHeight:4032,pixelWidth:3024,sizes:\"180px\",src:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg\",srcSet:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg 3024w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,pixelHeight:4032,pixelWidth:3024,sizes:\"180px\",src:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg\",srcSet:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg 3024w\"},className:\"framer-1cdiph8\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:21},whileHover:animation20,whileTap:animation21})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+101),pixelHeight:8064,pixelWidth:6048,sizes:\"272px\",src:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg\",srcSet:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg 6048w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,pixelHeight:8064,pixelWidth:6048,sizes:\"272px\",src:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg\",srcSet:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg 6048w\"},className:\"framer-iulxhp\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-10},whileHover:animation22,whileTap:animation23})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+1854+0+96+116),pixelHeight:8064,pixelWidth:6048,sizes:\"231px\",src:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg\",srcSet:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg 6048w\"},dragConstraints:undefined,dragTransition:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,pixelHeight:8064,pixelWidth:6048,sizes:\"231px\",src:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg\",srcSet:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg 6048w\"},className:\"framer-1xrxwvv\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref3,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-7},whileHover:animation24,whileTap:animation25})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hxggt hidden-lvyzsj hidden-1jx5i4n\",\"data-border\":true,\"data-framer-name\":\"Image Collage 2\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1164,intrinsicWidth:1728,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+79),pixelHeight:1164,pixelWidth:1728,sizes:\"316px\",src:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png\",srcSet:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png 1728w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1164,intrinsicWidth:1728,pixelHeight:1164,pixelWidth:1728,sizes:\"316px\",src:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png\",srcSet:\"https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ch1D4KayaeAVNcNLNcSuVlQuQwk.png 1728w\"},className:\"framer-1fo5wu1\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-8},whileHover:animation,whileTap:animation1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+487),pixelHeight:1024,pixelWidth:768,sizes:\"291px\",src:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg\",srcSet:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg 768w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"291px\",src:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg\",srcSet:\"https://framerusercontent.com/images/M7DvLrV1XpZBQmbmtu6mu3QnoM0.jpeg 768w\"},className:\"framer-nex6ac\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+61),pixelHeight:1024,pixelWidth:768,sizes:\"226px\",src:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg\",srcSet:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg 768w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"226px\",src:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg\",srcSet:\"https://framerusercontent.com/images/7ng1MBQgLrwkbsMkr1NRKyAZ9Wc.jpeg 768w\"},className:\"framer-17tfmqq\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5712,intrinsicWidth:4284,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+47),pixelHeight:5712,pixelWidth:4284,sizes:\"250px\",src:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg\",srcSet:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg 4284w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:5712,intrinsicWidth:4284,pixelHeight:5712,pixelWidth:4284,sizes:\"250px\",src:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg\",srcSet:\"https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/abOJ2v4xIvOmQCwjds0AjPe1XI.jpg 4284w\"},className:\"framer-1xb1x46\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation2,whileTap:animation3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+232),pixelHeight:4032,pixelWidth:3024,sizes:\"336px\",src:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg\",srcSet:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg 3024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,pixelHeight:4032,pixelWidth:3024,sizes:\"336px\",src:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg\",srcSet:\"https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/hrE3Omuk4H4th3J3MVx6tb6pgrg.jpg 3024w\"},className:\"framer-5uoqv9\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-12},whileHover:animation4,whileTap:animation5})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3120,intrinsicWidth:4160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+216.5),pixelHeight:3120,pixelWidth:4160,sizes:\"401px\",src:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg\",srcSet:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg 4160w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3120,intrinsicWidth:4160,pixelHeight:3120,pixelWidth:4160,sizes:\"401px\",src:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg\",srcSet:\"https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/I5dyiMtFx0Eo9yQflYsWy3M.jpg 4160w\"},className:\"framer-drok06\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation7})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:4032,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+401),pixelHeight:3024,pixelWidth:4032,sizes:\"336px\",src:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png\",srcSet:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png 4032w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:4032,pixelHeight:3024,pixelWidth:4032,sizes:\"336px\",src:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png\",srcSet:\"https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZgY6FIIOCUOZh6GWwXjTdVQ.png 4032w\"},className:\"framer-1ddvqom\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:12},whileHover:animation8,whileTap:animation9})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4043,intrinsicWidth:6065,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+512),pixelHeight:4043,pixelWidth:6065,sizes:\"336px\",src:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg\",srcSet:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg 6065w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4043,intrinsicWidth:6065,pixelHeight:4043,pixelWidth:6065,sizes:\"336px\",src:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg\",srcSet:\"https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uIq2OEwh7FWbyxwAVwkKK5GaGo.jpg 6065w\"},className:\"framer-11psp8t\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation10})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1026,intrinsicWidth:1558,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+533),pixelHeight:1026,pixelWidth:1558,sizes:\"296px\",src:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png\",srcSet:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png 1558w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1026,intrinsicWidth:1558,pixelHeight:1026,pixelWidth:1558,sizes:\"296px\",src:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png\",srcSet:\"https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CKuMhg6HZHdsFAZDF6O0hX9CQuw.png 1558w\"},className:\"framer-1kryl15\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-17},whileHover:animation11,whileTap:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",intrinsicHeight:6048,intrinsicWidth:8064,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+349.5),pixelHeight:3024,pixelWidth:4032,positionX:\"center\",positionY:\"center\",sizes:\"327px\",src:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg\",srcSet:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg 4032w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",intrinsicHeight:6048,intrinsicWidth:8064,pixelHeight:3024,pixelWidth:4032,positionX:\"center\",positionY:\"center\",sizes:\"327px\",src:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg\",srcSet:\"https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AiomgvJl1decsE97afGhdIoNw3s.jpg 4032w\"},className:\"framer-immotj\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-6},whileHover:animation6,whileTap:animation13})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+423),pixelHeight:768,pixelWidth:1024,sizes:\"336px\",src:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg\",srcSet:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg 1024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1024,pixelHeight:768,pixelWidth:1024,sizes:\"336px\",src:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg\",srcSet:\"https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Nvphm3fktTgesD6D8VMkHBoy1EQ.jpeg 1024w\"},className:\"framer-1uqpbf6\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:14},whileHover:animation14,whileTap:animation15})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+111.5),pixelHeight:720,pixelWidth:540,sizes:\"252px\",src:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png\",srcSet:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png 540w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:540,pixelHeight:720,pixelWidth:540,sizes:\"252px\",src:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png\",srcSet:\"https://framerusercontent.com/images/rYYOdKA6t4plthGez04BXlu9oU.png 540w\"},className:\"framer-kj7qru\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragMomentum:true,onMouseDown:preventDefault,style:{rotate:-13},whileHover:animation16,whileTap:animation17})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+216.5),pixelHeight:1024,pixelWidth:768,sizes:\"257px\",src:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg\",srcSet:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg 768w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1024,intrinsicWidth:768,pixelHeight:1024,pixelWidth:768,sizes:\"257px\",src:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg\",srcSet:\"https://framerusercontent.com/images/UTV7heyaZiXlduLBxpIDEYOHXcw.jpeg 768w\"},className:\"framer-130fumz\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:5},whileHover:animation18,whileTap:animation19})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+156),pixelHeight:4032,pixelWidth:3024,sizes:\"180px\",src:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg\",srcSet:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg 3024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,pixelHeight:4032,pixelWidth:3024,sizes:\"180px\",src:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg\",srcSet:\"https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/vndXIHXc1zeoQ6eBzrddgJGqg.jpg 3024w\"},className:\"framer-iqnr2\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:21},whileHover:animation20,whileTap:animation21})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+391),pixelHeight:8064,pixelWidth:6048,sizes:\"272px\",src:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg\",srcSet:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg 6048w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,pixelHeight:8064,pixelWidth:6048,sizes:\"272px\",src:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg\",srcSet:\"https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FvuI2JMVUOAxDxuNmszcOhyykFU.jpg 6048w\"},className:\"framer-d8ed0z\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-10},whileHover:animation22,whileTap:animation23})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0+2134+0+136+109),pixelHeight:8064,pixelWidth:6048,sizes:\"231px\",src:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg\",srcSet:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg 6048w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:8064,intrinsicWidth:6048,pixelHeight:8064,pixelWidth:6048,sizes:\"231px\",src:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg\",srcSet:\"https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/KgdG667pKO5jujS5bDRJ6LnxU.jpg 6048w\"},className:\"framer-1gad348\",\"data-border\":true,\"data-framer-name\":\"CCF38AFE_20EC_4A21_978B_9315162E2A43_1_105_c\",drag:true,dragConstraints:ref4,dragMomentum:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-7},whileHover:animation24,whileTap:animation25})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yzpdwm\",\"data-framer-name\":\"Perks and benefits\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wf59iq\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-liibt4\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-18vgb0o\",\"data-styles-preset\":\"FEGmebRej\",children:\"Benefits & perks\"})}),className:\"framer-19xikod\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sdfzx0\",\"data-styles-preset\":\"U9Qi0a5wL\",children:\"Some of these benefits are for US employees (like 401k matching), but similar benefits are offered in Chile.\"})}),className:\"framer-dhdxpd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fot2y7\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nmatr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.723 0.73)\" id=\"ss10885948046_1\"><path d=\"M 0 23.197 L 0 0 L 24.57 0 L 24.57 23.197 Z\" fill=\"transparent\"></path><path d=\"M 12.102 23.197 C 12.358 23.197 12.724 23.026 12.992 22.867 C 19.853 18.465 24.204 13.341 24.204 8.132 C 24.204 3.803 21.243 0.746 17.416 0.746 C 15.039 0.746 13.211 2.067 12.102 4.084 C 11.018 2.079 9.165 0.746 6.788 0.746 C 2.962 0.746 0 3.803 0 8.132 C 0 13.341 4.351 18.465 11.225 22.867 C 11.481 23.026 11.846 23.197 12.102 23.197 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10885948046},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.723 0.73)\" id=\"ss10885948046_1\"><path d=\"M 0 23.197 L 0 0 L 24.57 0 L 24.57 23.197 Z\" fill=\"transparent\"></path><path d=\"M 12.102 23.197 C 12.358 23.197 12.724 23.026 12.992 22.867 C 19.853 18.465 24.204 13.341 24.204 8.132 C 24.204 3.803 21.243 0.746 17.416 0.746 C 15.039 0.746 13.211 2.067 12.102 4.084 C 11.018 2.079 9.165 0.746 6.788 0.746 C 2.962 0.746 0 3.803 0 8.132 C 0 13.341 4.351 18.465 11.225 22.867 C 11.481 23.026 11.846 23.197 12.102 23.197 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10885948046}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s7r64z\",\"data-framer-name\":\"heart.fill\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.723 0.73)\" id=\"ss2296013454_1\"><path d=\"M 0 23.197 L 0 0 L 24.57 0 L 24.57 23.197 Z\" fill=\"transparent\"></path><path d=\"M 12.102 23.197 C 12.358 23.197 12.724 23.026 12.992 22.867 C 19.853 18.465 24.204 13.341 24.204 8.132 C 24.204 3.803 21.243 0.746 17.416 0.746 C 15.039 0.746 13.211 2.067 12.102 4.084 C 11.018 2.079 9.165 0.746 6.788 0.746 C 2.962 0.746 0 3.803 0 8.132 C 0 13.341 4.351 18.465 11.225 22.867 C 11.481 23.026 11.846 23.197 12.102 23.197 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:2296013454,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11w8vub\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Meaningful work\"})}),className:\"framer-1tv9mg0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",style:{\"--framer-text-color\":\"var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, rgb(120, 128, 138))\"},children:\"Your work will be seen and used by 100,000+ very engaged users.\"})}),className:\"framer-152ac3p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-167xtve\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svgContentId:11940797012},oE6WlXsDx:{svgContentId:11940797012}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16lnlzq\",\"data-framer-name\":\"Group\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 23.047 12.405 C 23.047 18.671 17.85 23.88 11.573 23.88 C 5.306 23.88 0.097 18.671 0.097 12.405 C 0.097 6.127 5.295 0.93 11.561 0.93 C 17.839 0.93 23.047 6.127 23.047 12.405 Z M 11.021 6.409 L 11.021 7.207 C 9.266 7.399 8.006 8.501 8.006 10.087 C 8.006 11.561 9.007 12.439 10.943 12.9 L 11.021 12.922 L 11.021 16.343 C 9.986 16.196 9.379 15.611 9.187 14.846 C 9.052 14.441 8.816 14.261 8.467 14.261 C 8.074 14.261 7.792 14.542 7.792 14.947 C 7.792 15.071 7.815 15.195 7.849 15.307 C 8.175 16.646 9.469 17.501 11.021 17.648 L 11.021 18.48 C 11.021 18.806 11.258 19.031 11.573 19.031 C 11.887 19.031 12.124 18.806 12.124 18.48 L 12.124 17.67 C 13.913 17.501 15.319 16.455 15.319 14.7 C 15.319 13.125 14.295 12.169 12.281 11.809 L 12.124 11.775 L 12.124 8.546 C 12.956 8.693 13.53 9.187 13.766 9.964 C 13.879 10.313 14.104 10.538 14.475 10.538 C 14.869 10.538 15.161 10.256 15.161 9.851 C 15.161 9.739 15.127 9.615 15.105 9.491 C 14.801 8.243 13.609 7.376 12.124 7.207 L 12.124 6.409 C 12.124 6.083 11.887 5.857 11.573 5.857 C 11.258 5.857 11.021 6.083 11.021 6.409 Z M 12.371 13.26 C 13.496 13.564 13.879 14.048 13.879 14.779 C 13.879 15.589 13.305 16.208 12.124 16.343 L 12.124 13.193 Z M 11.021 11.482 L 10.943 11.46 C 9.908 11.156 9.446 10.695 9.446 10.009 C 9.446 9.311 10.043 8.715 11.021 8.546 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></svg>',svgContentId:3089298571,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-foqcbw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Equity for every team member\"})}),className:\"framer-qgs6y5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"No matter the role, everyone gets to own a part of the company.\"})}),className:\"framer-1nioc9o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h8u9yn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(0.165 0.791)\" id=\"ss11651972326_1\"><path d=\"M 0 22.961 L 0 0 L 23.287 0 L 23.287 22.961 Z\" fill=\"transparent\"></path><path d=\"M 22.95 11.486 C 22.95 17.764 17.753 22.961 11.475 22.961 C 5.209 22.961 0 17.764 0 11.486 C 0 5.22 5.197 0.011 11.464 0.011 C 17.741 0.011 22.95 5.22 22.95 11.486 Z M 10.238 5.074 C 9.529 5.074 9.045 5.557 9.045 6.289 L 9.045 9.045 L 6.255 9.045 C 5.546 9.045 5.062 9.54 5.062 10.249 L 5.062 12.701 C 5.062 13.41 5.558 13.894 6.255 13.894 L 9.045 13.894 L 9.045 16.672 C 9.045 17.404 9.529 17.876 10.238 17.876 L 12.69 17.876 C 13.41 17.876 13.882 17.404 13.882 16.672 L 13.882 13.894 L 16.673 13.894 C 17.393 13.894 17.876 13.41 17.876 12.701 L 17.876 10.249 C 17.876 9.54 17.393 9.045 16.673 9.045 L 13.882 9.045 L 13.882 6.289 C 13.882 5.557 13.41 5.074 12.69 5.074 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:11651972326},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(0.165 0.791)\" id=\"ss11651972326_1\"><path d=\"M 0 22.961 L 0 0 L 23.287 0 L 23.287 22.961 Z\" fill=\"transparent\"></path><path d=\"M 22.95 11.486 C 22.95 17.764 17.753 22.961 11.475 22.961 C 5.209 22.961 0 17.764 0 11.486 C 0 5.22 5.197 0.011 11.464 0.011 C 17.741 0.011 22.95 5.22 22.95 11.486 Z M 10.238 5.074 C 9.529 5.074 9.045 5.557 9.045 6.289 L 9.045 9.045 L 6.255 9.045 C 5.546 9.045 5.062 9.54 5.062 10.249 L 5.062 12.701 C 5.062 13.41 5.558 13.894 6.255 13.894 L 9.045 13.894 L 9.045 16.672 C 9.045 17.404 9.529 17.876 10.238 17.876 L 12.69 17.876 C 13.41 17.876 13.882 17.404 13.882 16.672 L 13.882 13.894 L 16.673 13.894 C 17.393 13.894 17.876 13.41 17.876 12.701 L 17.876 10.249 C 17.876 9.54 17.393 9.045 16.673 9.045 L 13.882 9.045 L 13.882 6.289 C 13.882 5.557 13.41 5.074 12.69 5.074 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:11651972326}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jhoeke\",\"data-framer-name\":\"cross.circle.fill\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(0.165 0.791)\" id=\"ss3062037734_1\"><path d=\"M 0 22.961 L 0 0 L 23.287 0 L 23.287 22.961 Z\" fill=\"transparent\"></path><path d=\"M 22.95 11.486 C 22.95 17.764 17.753 22.961 11.475 22.961 C 5.209 22.961 0 17.764 0 11.486 C 0 5.22 5.197 0.011 11.464 0.011 C 17.741 0.011 22.95 5.22 22.95 11.486 Z M 10.238 5.074 C 9.529 5.074 9.045 5.557 9.045 6.289 L 9.045 9.045 L 6.255 9.045 C 5.546 9.045 5.062 9.54 5.062 10.249 L 5.062 12.701 C 5.062 13.41 5.558 13.894 6.255 13.894 L 9.045 13.894 L 9.045 16.672 C 9.045 17.404 9.529 17.876 10.238 17.876 L 12.69 17.876 C 13.41 17.876 13.882 17.404 13.882 16.672 L 13.882 13.894 L 16.673 13.894 C 17.393 13.894 17.876 13.41 17.876 12.701 L 17.876 10.249 C 17.876 9.54 17.393 9.045 16.673 9.045 L 13.882 9.045 L 13.882 6.289 C 13.882 5.557 13.41 5.074 12.69 5.074 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:3062037734,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dngs2l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Medical, dental, and vision\"})}),className:\"framer-12v149h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"100% paid for employees, so you can focus on what matters.\"})}),className:\"framer-f6nh41\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vmtnr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 24\"><g transform=\"translate(0.6 0.828)\" id=\"ss9179028611_1\"><path d=\"M 0 22.554 L 0 0 L 26.338 0 L 26.338 22.554 Z\" fill=\"transparent\"></path><path d=\"M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z\" fill=\"transparent\"></path><path d=\"M 2.509 18.714 L 23.49 18.714 C 25.062 18.714 26.011 17.773 26.011 16.215 L 26.011 3.245 C 26.011 1.687 25.062 0.757 23.49 0.757 L 2.509 0.757 C 0.949 0.757 0 1.687 0 3.245 L 0 16.215 C 0 17.773 0.949 18.714 2.509 18.714 Z M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z M 9.558 21.288 L 16.453 21.288 L 16.453 18.573 L 9.558 18.573 Z M 9.492 22.554 L 16.519 22.554 C 16.999 22.554 17.391 22.165 17.391 21.678 C 17.391 21.191 16.999 20.802 16.519 20.802 L 9.492 20.802 C 9.012 20.802 8.608 21.191 8.608 21.678 C 8.608 22.165 9.012 22.554 9.492 22.554 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:9179028611},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 24\"><g transform=\"translate(0.6 0.828)\" id=\"ss9179028611_1\"><path d=\"M 0 22.554 L 0 0 L 26.338 0 L 26.338 22.554 Z\" fill=\"transparent\"></path><path d=\"M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z\" fill=\"transparent\"></path><path d=\"M 2.509 18.714 L 23.49 18.714 C 25.062 18.714 26.011 17.773 26.011 16.215 L 26.011 3.245 C 26.011 1.687 25.062 0.757 23.49 0.757 L 2.509 0.757 C 0.949 0.757 0 1.687 0 3.245 L 0 16.215 C 0 17.773 0.949 18.714 2.509 18.714 Z M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z M 9.558 21.288 L 16.453 21.288 L 16.453 18.573 L 9.558 18.573 Z M 9.492 22.554 L 16.519 22.554 C 16.999 22.554 17.391 22.165 17.391 21.678 C 17.391 21.191 16.999 20.802 16.519 20.802 L 9.492 20.802 C 9.012 20.802 8.608 21.191 8.608 21.678 C 8.608 22.165 9.012 22.554 9.492 22.554 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:9179028611}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jjzus5\",\"data-framer-name\":\"display\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 24\"><g transform=\"translate(0.6 0.828)\" id=\"ss589094019_1\"><path d=\"M 0 22.554 L 0 0 L 26.338 0 L 26.338 22.554 Z\" fill=\"transparent\"></path><path d=\"M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z\" fill=\"transparent\"></path><path d=\"M 2.509 18.714 L 23.49 18.714 C 25.062 18.714 26.011 17.773 26.011 16.215 L 26.011 3.245 C 26.011 1.687 25.062 0.757 23.49 0.757 L 2.509 0.757 C 0.949 0.757 0 1.687 0 3.245 L 0 16.215 C 0 17.773 0.949 18.714 2.509 18.714 Z M 2.542 16.972 C 2.062 16.972 1.757 16.669 1.757 16.194 L 1.757 3.278 C 1.757 2.791 2.062 2.499 2.542 2.499 L 23.469 2.499 C 23.949 2.499 24.254 2.791 24.254 3.278 L 24.254 16.194 C 24.254 16.669 23.949 16.972 23.469 16.972 Z M 9.558 21.288 L 16.453 21.288 L 16.453 18.573 L 9.558 18.573 Z M 9.492 22.554 L 16.519 22.554 C 16.999 22.554 17.391 22.165 17.391 21.678 C 17.391 21.191 16.999 20.802 16.519 20.802 L 9.492 20.802 C 9.012 20.802 8.608 21.191 8.608 21.678 C 8.608 22.165 9.012 22.554 9.492 22.554 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:589094019,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dp3w08\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Home office stipend\"})}),className:\"framer-myvymp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"We'll get you set up to comfortably work from home a few days a week.\"})}),className:\"framer-69zexd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1psuqf1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.209 0.139)\" id=\"ss9726960607_1\"><path d=\"M 0 23.324 L 0 0 L 25.299 0 L 25.299 23.324 Z\" fill=\"transparent\"></path><path d=\"M 23.71 7.865 L 23.71 20.24 C 23.71 21.317 23.11 22.005 22.139 22.005 L 16.647 22.005 C 16.946 21.513 17.111 20.909 17.111 20.24 L 17.111 6.1 L 22.139 6.1 C 23.11 6.1 23.71 6.789 23.71 7.865 Z M 19.606 16.749 C 19.396 16.749 19.273 16.894 19.273 17.098 L 19.273 18.65 C 19.273 18.853 19.396 18.989 19.606 18.989 L 21.186 18.989 C 21.386 18.989 21.52 18.853 21.52 18.65 L 21.52 17.098 C 21.52 16.894 21.386 16.749 21.186 16.749 Z M 19.606 12.938 C 19.396 12.938 19.273 13.073 19.273 13.277 L 19.273 14.829 C 19.273 15.032 19.396 15.168 19.606 15.168 L 21.186 15.168 C 21.386 15.168 21.52 15.032 21.52 14.829 L 21.52 13.277 C 21.52 13.073 21.386 12.938 21.186 12.938 Z M 19.606 9.116 C 19.396 9.116 19.273 9.252 19.273 9.456 L 19.273 11.008 C 19.273 11.211 19.396 11.357 19.606 11.357 L 21.186 11.357 C 21.386 11.357 21.52 11.211 21.52 11.008 L 21.52 9.456 C 21.52 9.252 21.386 9.116 21.186 9.116 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 1.295 20.24 C 1.295 21.317 1.904 22.005 2.875 22.005 L 14.235 22.005 C 15.196 22.005 15.806 21.317 15.806 20.24 L 15.806 3.094 C 15.806 2.017 15.196 1.329 14.235 1.329 L 2.875 1.329 C 1.904 1.329 1.295 2.017 1.295 3.094 Z M 5.256 20.444 L 5.256 17.292 C 5.256 16.846 5.542 16.555 5.989 16.555 L 11.207 16.555 C 11.654 16.555 11.93 16.846 11.93 17.292 L 11.93 20.444 Z M 4.942 6.537 L 4.942 4.655 C 4.942 4.413 5.094 4.238 5.342 4.238 L 7.236 4.238 C 7.484 4.238 7.646 4.413 7.646 4.655 L 7.646 6.537 C 7.646 6.789 7.484 6.954 7.236 6.954 L 5.342 6.954 C 5.094 6.954 4.942 6.789 4.942 6.537 Z M 9.541 6.537 L 9.541 4.655 C 9.541 4.413 9.693 4.238 9.94 4.238 L 11.835 4.238 C 12.083 4.238 12.245 4.413 12.245 4.655 L 12.245 6.537 C 12.245 6.789 12.083 6.954 11.835 6.954 L 9.94 6.954 C 9.693 6.954 9.541 6.789 9.541 6.537 Z M 4.942 10.494 L 4.942 8.612 C 4.942 8.37 5.094 8.195 5.342 8.195 L 7.236 8.195 C 7.484 8.195 7.646 8.37 7.646 8.612 L 7.646 10.494 C 7.646 10.746 7.484 10.911 7.236 10.911 L 5.342 10.911 C 5.094 10.911 4.942 10.746 4.942 10.494 Z M 9.541 10.494 L 9.541 8.612 C 9.541 8.37 9.693 8.195 9.94 8.195 L 11.835 8.195 C 12.083 8.195 12.245 8.37 12.245 8.612 L 12.245 10.494 C 12.245 10.746 12.083 10.911 11.835 10.911 L 9.94 10.911 C 9.693 10.911 9.541 10.746 9.541 10.494 Z M 4.942 14.45 L 4.942 12.569 C 4.942 12.317 5.094 12.152 5.342 12.152 L 7.236 12.152 C 7.484 12.152 7.646 12.317 7.646 12.569 L 7.646 14.45 C 7.646 14.693 7.484 14.867 7.236 14.867 L 5.342 14.867 C 5.094 14.867 4.942 14.693 4.942 14.45 Z M 9.541 14.45 L 9.541 12.569 C 9.541 12.317 9.693 12.152 9.94 12.152 L 11.835 12.152 C 12.083 12.152 12.245 12.317 12.245 12.569 L 12.245 14.45 C 12.245 14.693 12.083 14.867 11.835 14.867 L 9.94 14.867 C 9.693 14.867 9.541 14.693 9.541 14.45 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:9726960607},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.209 0.139)\" id=\"ss9726960607_1\"><path d=\"M 0 23.324 L 0 0 L 25.299 0 L 25.299 23.324 Z\" fill=\"transparent\"></path><path d=\"M 23.71 7.865 L 23.71 20.24 C 23.71 21.317 23.11 22.005 22.139 22.005 L 16.647 22.005 C 16.946 21.513 17.111 20.909 17.111 20.24 L 17.111 6.1 L 22.139 6.1 C 23.11 6.1 23.71 6.789 23.71 7.865 Z M 19.606 16.749 C 19.396 16.749 19.273 16.894 19.273 17.098 L 19.273 18.65 C 19.273 18.853 19.396 18.989 19.606 18.989 L 21.186 18.989 C 21.386 18.989 21.52 18.853 21.52 18.65 L 21.52 17.098 C 21.52 16.894 21.386 16.749 21.186 16.749 Z M 19.606 12.938 C 19.396 12.938 19.273 13.073 19.273 13.277 L 19.273 14.829 C 19.273 15.032 19.396 15.168 19.606 15.168 L 21.186 15.168 C 21.386 15.168 21.52 15.032 21.52 14.829 L 21.52 13.277 C 21.52 13.073 21.386 12.938 21.186 12.938 Z M 19.606 9.116 C 19.396 9.116 19.273 9.252 19.273 9.456 L 19.273 11.008 C 19.273 11.211 19.396 11.357 19.606 11.357 L 21.186 11.357 C 21.386 11.357 21.52 11.211 21.52 11.008 L 21.52 9.456 C 21.52 9.252 21.386 9.116 21.186 9.116 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 1.295 20.24 C 1.295 21.317 1.904 22.005 2.875 22.005 L 14.235 22.005 C 15.196 22.005 15.806 21.317 15.806 20.24 L 15.806 3.094 C 15.806 2.017 15.196 1.329 14.235 1.329 L 2.875 1.329 C 1.904 1.329 1.295 2.017 1.295 3.094 Z M 5.256 20.444 L 5.256 17.292 C 5.256 16.846 5.542 16.555 5.989 16.555 L 11.207 16.555 C 11.654 16.555 11.93 16.846 11.93 17.292 L 11.93 20.444 Z M 4.942 6.537 L 4.942 4.655 C 4.942 4.413 5.094 4.238 5.342 4.238 L 7.236 4.238 C 7.484 4.238 7.646 4.413 7.646 4.655 L 7.646 6.537 C 7.646 6.789 7.484 6.954 7.236 6.954 L 5.342 6.954 C 5.094 6.954 4.942 6.789 4.942 6.537 Z M 9.541 6.537 L 9.541 4.655 C 9.541 4.413 9.693 4.238 9.94 4.238 L 11.835 4.238 C 12.083 4.238 12.245 4.413 12.245 4.655 L 12.245 6.537 C 12.245 6.789 12.083 6.954 11.835 6.954 L 9.94 6.954 C 9.693 6.954 9.541 6.789 9.541 6.537 Z M 4.942 10.494 L 4.942 8.612 C 4.942 8.37 5.094 8.195 5.342 8.195 L 7.236 8.195 C 7.484 8.195 7.646 8.37 7.646 8.612 L 7.646 10.494 C 7.646 10.746 7.484 10.911 7.236 10.911 L 5.342 10.911 C 5.094 10.911 4.942 10.746 4.942 10.494 Z M 9.541 10.494 L 9.541 8.612 C 9.541 8.37 9.693 8.195 9.94 8.195 L 11.835 8.195 C 12.083 8.195 12.245 8.37 12.245 8.612 L 12.245 10.494 C 12.245 10.746 12.083 10.911 11.835 10.911 L 9.94 10.911 C 9.693 10.911 9.541 10.746 9.541 10.494 Z M 4.942 14.45 L 4.942 12.569 C 4.942 12.317 5.094 12.152 5.342 12.152 L 7.236 12.152 C 7.484 12.152 7.646 12.317 7.646 12.569 L 7.646 14.45 C 7.646 14.693 7.484 14.867 7.236 14.867 L 5.342 14.867 C 5.094 14.867 4.942 14.693 4.942 14.45 Z M 9.541 14.45 L 9.541 12.569 C 9.541 12.317 9.693 12.152 9.94 12.152 L 11.835 12.152 C 12.083 12.152 12.245 12.317 12.245 12.569 L 12.245 14.45 C 12.245 14.693 12.083 14.867 11.835 14.867 L 9.94 14.867 C 9.693 14.867 9.541 14.693 9.541 14.45 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:9726960607}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hjzgmz\",\"data-framer-name\":\"building.2.fill\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.209 0.139)\" id=\"ss1137026015_1\"><path d=\"M 0 23.324 L 0 0 L 25.299 0 L 25.299 23.324 Z\" fill=\"transparent\"></path><path d=\"M 23.71 7.865 L 23.71 20.24 C 23.71 21.317 23.11 22.005 22.139 22.005 L 16.647 22.005 C 16.946 21.513 17.111 20.909 17.111 20.24 L 17.111 6.1 L 22.139 6.1 C 23.11 6.1 23.71 6.789 23.71 7.865 Z M 19.606 16.749 C 19.396 16.749 19.273 16.894 19.273 17.098 L 19.273 18.65 C 19.273 18.853 19.396 18.989 19.606 18.989 L 21.186 18.989 C 21.386 18.989 21.52 18.853 21.52 18.65 L 21.52 17.098 C 21.52 16.894 21.386 16.749 21.186 16.749 Z M 19.606 12.938 C 19.396 12.938 19.273 13.073 19.273 13.277 L 19.273 14.829 C 19.273 15.032 19.396 15.168 19.606 15.168 L 21.186 15.168 C 21.386 15.168 21.52 15.032 21.52 14.829 L 21.52 13.277 C 21.52 13.073 21.386 12.938 21.186 12.938 Z M 19.606 9.116 C 19.396 9.116 19.273 9.252 19.273 9.456 L 19.273 11.008 C 19.273 11.211 19.396 11.357 19.606 11.357 L 21.186 11.357 C 21.386 11.357 21.52 11.211 21.52 11.008 L 21.52 9.456 C 21.52 9.252 21.386 9.116 21.186 9.116 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 1.295 20.24 C 1.295 21.317 1.904 22.005 2.875 22.005 L 14.235 22.005 C 15.196 22.005 15.806 21.317 15.806 20.24 L 15.806 3.094 C 15.806 2.017 15.196 1.329 14.235 1.329 L 2.875 1.329 C 1.904 1.329 1.295 2.017 1.295 3.094 Z M 5.256 20.444 L 5.256 17.292 C 5.256 16.846 5.542 16.555 5.989 16.555 L 11.207 16.555 C 11.654 16.555 11.93 16.846 11.93 17.292 L 11.93 20.444 Z M 4.942 6.537 L 4.942 4.655 C 4.942 4.413 5.094 4.238 5.342 4.238 L 7.236 4.238 C 7.484 4.238 7.646 4.413 7.646 4.655 L 7.646 6.537 C 7.646 6.789 7.484 6.954 7.236 6.954 L 5.342 6.954 C 5.094 6.954 4.942 6.789 4.942 6.537 Z M 9.541 6.537 L 9.541 4.655 C 9.541 4.413 9.693 4.238 9.94 4.238 L 11.835 4.238 C 12.083 4.238 12.245 4.413 12.245 4.655 L 12.245 6.537 C 12.245 6.789 12.083 6.954 11.835 6.954 L 9.94 6.954 C 9.693 6.954 9.541 6.789 9.541 6.537 Z M 4.942 10.494 L 4.942 8.612 C 4.942 8.37 5.094 8.195 5.342 8.195 L 7.236 8.195 C 7.484 8.195 7.646 8.37 7.646 8.612 L 7.646 10.494 C 7.646 10.746 7.484 10.911 7.236 10.911 L 5.342 10.911 C 5.094 10.911 4.942 10.746 4.942 10.494 Z M 9.541 10.494 L 9.541 8.612 C 9.541 8.37 9.693 8.195 9.94 8.195 L 11.835 8.195 C 12.083 8.195 12.245 8.37 12.245 8.612 L 12.245 10.494 C 12.245 10.746 12.083 10.911 11.835 10.911 L 9.94 10.911 C 9.693 10.911 9.541 10.746 9.541 10.494 Z M 4.942 14.45 L 4.942 12.569 C 4.942 12.317 5.094 12.152 5.342 12.152 L 7.236 12.152 C 7.484 12.152 7.646 12.317 7.646 12.569 L 7.646 14.45 C 7.646 14.693 7.484 14.867 7.236 14.867 L 5.342 14.867 C 5.094 14.867 4.942 14.693 4.942 14.45 Z M 9.541 14.45 L 9.541 12.569 C 9.541 12.317 9.693 12.152 9.94 12.152 L 11.835 12.152 C 12.083 12.152 12.245 12.317 12.245 12.569 L 12.245 14.45 C 12.245 14.693 12.083 14.867 11.835 14.867 L 9.94 14.867 C 9.693 14.867 9.541 14.693 9.541 14.45 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:1137026015,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fprq97\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"In-person collaboration\"})}),className:\"framer-uwwhsc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"We get together a couple of times a week to jam on things.\"})}),className:\"framer-1f3flqc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c0u412\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 47 24\"><g transform=\"translate(0.774 0.665)\" id=\"ss10463745900_1\"><path d=\"M 0 22.468 L 0 0 L 45.682 0 L 45.682 22.468 Z\" fill=\"transparent\"></path><path d=\"M 43.88 19.558 C 43.88 20.456 43.189 20.996 42.044 20.996 L 32.865 20.996 C 33.113 20.574 33.242 20.084 33.242 19.558 C 33.242 17.662 32.112 15.538 30.113 13.943 C 31.424 13.311 33.002 12.916 34.797 12.916 C 40.402 12.916 43.88 16.767 43.88 19.558 Z M 39.117 6.198 C 39.117 8.903 37.119 10.98 34.808 10.98 C 32.486 10.98 30.488 8.903 30.488 6.22 C 30.488 3.57 32.497 1.547 34.808 1.547 C 37.109 1.547 39.117 3.526 39.117 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 31.763 19.558 C 31.763 20.456 31.083 20.996 29.928 20.996 L 20.748 20.996 C 20.996 20.574 21.126 20.084 21.126 19.558 C 21.126 17.663 19.993 15.54 17.996 13.946 C 19.308 13.312 20.886 12.916 22.681 12.916 C 28.286 12.916 31.763 16.767 31.763 19.558 Z M 27.001 6.198 C 27.001 8.903 25.003 10.98 22.692 10.98 C 20.37 10.98 18.372 8.903 18.372 6.22 C 18.372 3.57 20.381 1.547 22.692 1.547 C 24.992 1.547 27.001 3.526 27.001 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 10.562 10.98 C 12.884 10.98 14.882 8.903 14.882 6.198 C 14.882 3.526 12.873 1.547 10.562 1.547 C 8.251 1.547 6.242 3.57 6.242 6.22 C 6.242 8.903 8.251 10.98 10.562 10.98 Z M 3.315 20.996 L 17.798 20.996 C 18.953 20.996 19.644 20.456 19.644 19.558 C 19.644 16.767 16.156 12.916 10.562 12.916 C 4.957 12.916 1.469 16.767 1.469 19.558 C 1.469 20.456 2.16 20.996 3.315 20.996 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10463745900},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 47 24\"><g transform=\"translate(0.774 0.665)\" id=\"ss10463745900_1\"><path d=\"M 0 22.468 L 0 0 L 45.682 0 L 45.682 22.468 Z\" fill=\"transparent\"></path><path d=\"M 43.88 19.558 C 43.88 20.456 43.189 20.996 42.044 20.996 L 32.865 20.996 C 33.113 20.574 33.242 20.084 33.242 19.558 C 33.242 17.662 32.112 15.538 30.113 13.943 C 31.424 13.311 33.002 12.916 34.797 12.916 C 40.402 12.916 43.88 16.767 43.88 19.558 Z M 39.117 6.198 C 39.117 8.903 37.119 10.98 34.808 10.98 C 32.486 10.98 30.488 8.903 30.488 6.22 C 30.488 3.57 32.497 1.547 34.808 1.547 C 37.109 1.547 39.117 3.526 39.117 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 31.763 19.558 C 31.763 20.456 31.083 20.996 29.928 20.996 L 20.748 20.996 C 20.996 20.574 21.126 20.084 21.126 19.558 C 21.126 17.663 19.993 15.54 17.996 13.946 C 19.308 13.312 20.886 12.916 22.681 12.916 C 28.286 12.916 31.763 16.767 31.763 19.558 Z M 27.001 6.198 C 27.001 8.903 25.003 10.98 22.692 10.98 C 20.37 10.98 18.372 8.903 18.372 6.22 C 18.372 3.57 20.381 1.547 22.692 1.547 C 24.992 1.547 27.001 3.526 27.001 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 10.562 10.98 C 12.884 10.98 14.882 8.903 14.882 6.198 C 14.882 3.526 12.873 1.547 10.562 1.547 C 8.251 1.547 6.242 3.57 6.242 6.22 C 6.242 8.903 8.251 10.98 10.562 10.98 Z M 3.315 20.996 L 17.798 20.996 C 18.953 20.996 19.644 20.456 19.644 19.558 C 19.644 16.767 16.156 12.916 10.562 12.916 C 4.957 12.916 1.469 16.767 1.469 19.558 C 1.469 20.456 2.16 20.996 3.315 20.996 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10463745900}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qf8qof\",\"data-framer-name\":\"person.3.sequence.fill\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 47 24\"><g transform=\"translate(0.774 0.665)\" id=\"ss1873811308_1\"><path d=\"M 0 22.468 L 0 0 L 45.682 0 L 45.682 22.468 Z\" fill=\"transparent\"></path><path d=\"M 43.88 19.558 C 43.88 20.456 43.189 20.996 42.044 20.996 L 32.865 20.996 C 33.113 20.574 33.242 20.084 33.242 19.558 C 33.242 17.662 32.112 15.538 30.113 13.943 C 31.424 13.311 33.002 12.916 34.797 12.916 C 40.402 12.916 43.88 16.767 43.88 19.558 Z M 39.117 6.198 C 39.117 8.903 37.119 10.98 34.808 10.98 C 32.486 10.98 30.488 8.903 30.488 6.22 C 30.488 3.57 32.497 1.547 34.808 1.547 C 37.109 1.547 39.117 3.526 39.117 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 31.763 19.558 C 31.763 20.456 31.083 20.996 29.928 20.996 L 20.748 20.996 C 20.996 20.574 21.126 20.084 21.126 19.558 C 21.126 17.663 19.993 15.54 17.996 13.946 C 19.308 13.312 20.886 12.916 22.681 12.916 C 28.286 12.916 31.763 16.767 31.763 19.558 Z M 27.001 6.198 C 27.001 8.903 25.003 10.98 22.692 10.98 C 20.37 10.98 18.372 8.903 18.372 6.22 C 18.372 3.57 20.381 1.547 22.692 1.547 C 24.992 1.547 27.001 3.526 27.001 6.198 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 10.562 10.98 C 12.884 10.98 14.882 8.903 14.882 6.198 C 14.882 3.526 12.873 1.547 10.562 1.547 C 8.251 1.547 6.242 3.57 6.242 6.22 C 6.242 8.903 8.251 10.98 10.562 10.98 Z M 3.315 20.996 L 17.798 20.996 C 18.953 20.996 19.644 20.456 19.644 19.558 C 19.644 16.767 16.156 12.916 10.562 12.916 C 4.957 12.916 1.469 16.767 1.469 19.558 C 1.469 20.456 2.16 20.996 3.315 20.996 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:1873811308,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xpb6y4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Annual team offsites\"})}),className:\"framer-1nr77bo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"Last year we got together for a week in Cancun.\"})}),className:\"framer-1br05gm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zd84m8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 24\"><g transform=\"translate(1.025 0.479)\" id=\"ss10372877012_1\"><path d=\"M 0 22.757 L 0 0 L 26.493 0 L 26.493 22.757 Z\" fill=\"transparent\"></path><path d=\"M 25.399 3.804 L 23.601 10.97 C 23.443 11.593 22.872 11.862 22.434 11.422 L 20.441 9.404 L 15.483 14.418 C 14.936 14.968 14.413 15.225 13.83 15.225 C 13.259 15.225 12.712 14.968 12.189 14.418 L 7.717 9.808 C 7.608 9.698 7.498 9.637 7.389 9.637 C 7.28 9.637 7.17 9.698 7.061 9.808 L 1.957 15.039 L 1.957 12.048 L 5.748 8.182 C 6.307 7.619 6.818 7.375 7.389 7.375 C 7.96 7.375 8.495 7.631 9.03 8.182 L 13.502 12.792 C 13.611 12.902 13.733 12.963 13.83 12.963 C 13.939 12.963 14.061 12.902 14.17 12.792 L 18.958 7.913 L 16.953 5.895 C 16.516 5.455 16.783 4.892 17.403 4.721 L 24.512 2.923 C 25.059 2.777 25.545 3.241 25.399 3.804 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 0 21.791 C 0 22.378 0.389 22.757 0.972 22.757 L 25.144 22.757 C 25.679 22.757 26.128 22.329 26.128 21.779 C 26.128 21.241 25.679 20.8 25.144 20.8 L 2.297 20.8 C 2.042 20.8 1.957 20.715 1.957 20.458 L 1.957 1.125 C 1.957 0.599 1.519 0.147 0.984 0.147 C 0.438 0.147 0 0.599 0 1.125 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10372877012},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 24\"><g transform=\"translate(1.025 0.479)\" id=\"ss10372877012_1\"><path d=\"M 0 22.757 L 0 0 L 26.493 0 L 26.493 22.757 Z\" fill=\"transparent\"></path><path d=\"M 25.399 3.804 L 23.601 10.97 C 23.443 11.593 22.872 11.862 22.434 11.422 L 20.441 9.404 L 15.483 14.418 C 14.936 14.968 14.413 15.225 13.83 15.225 C 13.259 15.225 12.712 14.968 12.189 14.418 L 7.717 9.808 C 7.608 9.698 7.498 9.637 7.389 9.637 C 7.28 9.637 7.17 9.698 7.061 9.808 L 1.957 15.039 L 1.957 12.048 L 5.748 8.182 C 6.307 7.619 6.818 7.375 7.389 7.375 C 7.96 7.375 8.495 7.631 9.03 8.182 L 13.502 12.792 C 13.611 12.902 13.733 12.963 13.83 12.963 C 13.939 12.963 14.061 12.902 14.17 12.792 L 18.958 7.913 L 16.953 5.895 C 16.516 5.455 16.783 4.892 17.403 4.721 L 24.512 2.923 C 25.059 2.777 25.545 3.241 25.399 3.804 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 0 21.791 C 0 22.378 0.389 22.757 0.972 22.757 L 25.144 22.757 C 25.679 22.757 26.128 22.329 26.128 21.779 C 26.128 21.241 25.679 20.8 25.144 20.8 L 2.297 20.8 C 2.042 20.8 1.957 20.715 1.957 20.458 L 1.957 1.125 C 1.957 0.599 1.519 0.147 0.984 0.147 C 0.438 0.147 0 0.599 0 1.125 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:10372877012}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1osylwg\",\"data-framer-name\":\"chart.line.uptrend.xyaxis\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 24\"><g transform=\"translate(1.025 0.479)\" id=\"ss1782942420_1\"><path d=\"M 0 22.757 L 0 0 L 26.493 0 L 26.493 22.757 Z\" fill=\"transparent\"></path><path d=\"M 25.399 3.804 L 23.601 10.97 C 23.443 11.593 22.872 11.862 22.434 11.422 L 20.441 9.404 L 15.483 14.418 C 14.936 14.968 14.413 15.225 13.83 15.225 C 13.259 15.225 12.712 14.968 12.189 14.418 L 7.717 9.808 C 7.608 9.698 7.498 9.637 7.389 9.637 C 7.28 9.637 7.17 9.698 7.061 9.808 L 1.957 15.039 L 1.957 12.048 L 5.748 8.182 C 6.307 7.619 6.818 7.375 7.389 7.375 C 7.96 7.375 8.495 7.631 9.03 8.182 L 13.502 12.792 C 13.611 12.902 13.733 12.963 13.83 12.963 C 13.939 12.963 14.061 12.902 14.17 12.792 L 18.958 7.913 L 16.953 5.895 C 16.516 5.455 16.783 4.892 17.403 4.721 L 24.512 2.923 C 25.059 2.777 25.545 3.241 25.399 3.804 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path><path d=\"M 0 21.791 C 0 22.378 0.389 22.757 0.972 22.757 L 25.144 22.757 C 25.679 22.757 26.128 22.329 26.128 21.779 C 26.128 21.241 25.679 20.8 25.144 20.8 L 2.297 20.8 C 2.042 20.8 1.957 20.715 1.957 20.458 L 1.957 1.125 C 1.957 0.599 1.519 0.147 0.984 0.147 C 0.438 0.147 0 0.599 0 1.125 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:1782942420,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gcb79x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"401K matching\"})}),className:\"framer-1shsj90\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"A 4% match of your 401k contributions.\"})}),className:\"framer-1dswivr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lfwcul\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.3 0.183)\" id=\"ss11544907798_1\"><path d=\"M 0 23.561 L 0 0 L 25.683 0 L 25.683 23.561 Z\" fill=\"transparent\"></path><path d=\"M 3.986 23.561 L 21.328 23.561 C 23.981 23.561 25.302 22.232 25.302 19.598 L 25.302 3.989 C 25.302 1.355 23.981 0.026 21.328 0.026 L 3.986 0.026 C 1.333 0.026 0 1.342 0 3.989 L 0 19.598 C 0 22.244 1.333 23.561 3.986 23.561 Z M 3.796 21.503 C 2.666 21.503 2.044 20.902 2.044 19.713 L 2.044 7.658 C 2.044 6.482 2.666 5.868 3.796 5.868 L 21.493 5.868 C 22.623 5.868 23.258 6.482 23.258 7.658 L 23.258 19.713 C 23.258 20.902 22.623 21.503 21.493 21.503 Z M 10.182 10.457 L 10.931 10.457 C 11.375 10.457 11.515 10.33 11.515 9.882 L 11.515 9.128 C 11.515 8.68 11.375 8.54 10.931 8.54 L 10.182 8.54 C 9.737 8.54 9.585 8.68 9.585 9.128 L 9.585 9.882 C 9.585 10.33 9.737 10.457 10.182 10.457 Z M 14.396 10.457 L 15.145 10.457 C 15.59 10.457 15.742 10.33 15.742 9.882 L 15.742 9.128 C 15.742 8.68 15.59 8.54 15.145 8.54 L 14.396 8.54 C 13.952 8.54 13.8 8.68 13.8 9.128 L 13.8 9.882 C 13.8 10.33 13.952 10.457 14.396 10.457 Z M 18.611 10.457 L 19.36 10.457 C 19.805 10.457 19.957 10.33 19.957 9.882 L 19.957 9.128 C 19.957 8.68 19.805 8.54 19.36 8.54 L 18.611 8.54 C 18.167 8.54 18.027 8.68 18.027 9.128 L 18.027 9.882 C 18.027 10.33 18.167 10.457 18.611 10.457 Z M 5.967 14.638 L 6.703 14.638 C 7.16 14.638 7.3 14.51 7.3 14.063 L 7.3 13.308 C 7.3 12.861 7.16 12.733 6.703 12.733 L 5.967 12.733 C 5.51 12.733 5.37 12.861 5.37 13.308 L 5.37 14.063 C 5.37 14.51 5.51 14.638 5.967 14.638 Z M 10.182 14.638 L 10.931 14.638 C 11.375 14.638 11.515 14.51 11.515 14.063 L 11.515 13.308 C 11.515 12.861 11.375 12.733 10.931 12.733 L 10.182 12.733 C 9.737 12.733 9.585 12.861 9.585 13.308 L 9.585 14.063 C 9.585 14.51 9.737 14.638 10.182 14.638 Z M 14.396 14.638 L 15.145 14.638 C 15.59 14.638 15.742 14.51 15.742 14.063 L 15.742 13.308 C 15.742 12.861 15.59 12.733 15.145 12.733 L 14.396 12.733 C 13.952 12.733 13.8 12.861 13.8 13.308 L 13.8 14.063 C 13.8 14.51 13.952 14.638 14.396 14.638 Z M 18.611 14.638 L 19.36 14.638 C 19.805 14.638 19.957 14.51 19.957 14.063 L 19.957 13.308 C 19.957 12.861 19.805 12.733 19.36 12.733 L 18.611 12.733 C 18.167 12.733 18.027 12.861 18.027 13.308 L 18.027 14.063 C 18.027 14.51 18.167 14.638 18.611 14.638 Z M 5.967 18.831 L 6.703 18.831 C 7.16 18.831 7.3 18.69 7.3 18.243 L 7.3 17.489 C 7.3 17.041 7.16 16.913 6.703 16.913 L 5.967 16.913 C 5.51 16.913 5.37 17.041 5.37 17.489 L 5.37 18.243 C 5.37 18.69 5.51 18.831 5.967 18.831 Z M 10.182 18.831 L 10.931 18.831 C 11.375 18.831 11.515 18.69 11.515 18.243 L 11.515 17.489 C 11.515 17.041 11.375 16.913 10.931 16.913 L 10.182 16.913 C 9.737 16.913 9.585 17.041 9.585 17.489 L 9.585 18.243 C 9.585 18.69 9.737 18.831 10.182 18.831 Z M 14.396 18.831 L 15.145 18.831 C 15.59 18.831 15.742 18.69 15.742 18.243 L 15.742 17.489 C 15.742 17.041 15.59 16.913 15.145 16.913 L 14.396 16.913 C 13.952 16.913 13.8 17.041 13.8 17.489 L 13.8 18.243 C 13.8 18.69 13.952 18.831 14.396 18.831 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:11544907798},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.3 0.183)\" id=\"ss11544907798_1\"><path d=\"M 0 23.561 L 0 0 L 25.683 0 L 25.683 23.561 Z\" fill=\"transparent\"></path><path d=\"M 3.986 23.561 L 21.328 23.561 C 23.981 23.561 25.302 22.232 25.302 19.598 L 25.302 3.989 C 25.302 1.355 23.981 0.026 21.328 0.026 L 3.986 0.026 C 1.333 0.026 0 1.342 0 3.989 L 0 19.598 C 0 22.244 1.333 23.561 3.986 23.561 Z M 3.796 21.503 C 2.666 21.503 2.044 20.902 2.044 19.713 L 2.044 7.658 C 2.044 6.482 2.666 5.868 3.796 5.868 L 21.493 5.868 C 22.623 5.868 23.258 6.482 23.258 7.658 L 23.258 19.713 C 23.258 20.902 22.623 21.503 21.493 21.503 Z M 10.182 10.457 L 10.931 10.457 C 11.375 10.457 11.515 10.33 11.515 9.882 L 11.515 9.128 C 11.515 8.68 11.375 8.54 10.931 8.54 L 10.182 8.54 C 9.737 8.54 9.585 8.68 9.585 9.128 L 9.585 9.882 C 9.585 10.33 9.737 10.457 10.182 10.457 Z M 14.396 10.457 L 15.145 10.457 C 15.59 10.457 15.742 10.33 15.742 9.882 L 15.742 9.128 C 15.742 8.68 15.59 8.54 15.145 8.54 L 14.396 8.54 C 13.952 8.54 13.8 8.68 13.8 9.128 L 13.8 9.882 C 13.8 10.33 13.952 10.457 14.396 10.457 Z M 18.611 10.457 L 19.36 10.457 C 19.805 10.457 19.957 10.33 19.957 9.882 L 19.957 9.128 C 19.957 8.68 19.805 8.54 19.36 8.54 L 18.611 8.54 C 18.167 8.54 18.027 8.68 18.027 9.128 L 18.027 9.882 C 18.027 10.33 18.167 10.457 18.611 10.457 Z M 5.967 14.638 L 6.703 14.638 C 7.16 14.638 7.3 14.51 7.3 14.063 L 7.3 13.308 C 7.3 12.861 7.16 12.733 6.703 12.733 L 5.967 12.733 C 5.51 12.733 5.37 12.861 5.37 13.308 L 5.37 14.063 C 5.37 14.51 5.51 14.638 5.967 14.638 Z M 10.182 14.638 L 10.931 14.638 C 11.375 14.638 11.515 14.51 11.515 14.063 L 11.515 13.308 C 11.515 12.861 11.375 12.733 10.931 12.733 L 10.182 12.733 C 9.737 12.733 9.585 12.861 9.585 13.308 L 9.585 14.063 C 9.585 14.51 9.737 14.638 10.182 14.638 Z M 14.396 14.638 L 15.145 14.638 C 15.59 14.638 15.742 14.51 15.742 14.063 L 15.742 13.308 C 15.742 12.861 15.59 12.733 15.145 12.733 L 14.396 12.733 C 13.952 12.733 13.8 12.861 13.8 13.308 L 13.8 14.063 C 13.8 14.51 13.952 14.638 14.396 14.638 Z M 18.611 14.638 L 19.36 14.638 C 19.805 14.638 19.957 14.51 19.957 14.063 L 19.957 13.308 C 19.957 12.861 19.805 12.733 19.36 12.733 L 18.611 12.733 C 18.167 12.733 18.027 12.861 18.027 13.308 L 18.027 14.063 C 18.027 14.51 18.167 14.638 18.611 14.638 Z M 5.967 18.831 L 6.703 18.831 C 7.16 18.831 7.3 18.69 7.3 18.243 L 7.3 17.489 C 7.3 17.041 7.16 16.913 6.703 16.913 L 5.967 16.913 C 5.51 16.913 5.37 17.041 5.37 17.489 L 5.37 18.243 C 5.37 18.69 5.51 18.831 5.967 18.831 Z M 10.182 18.831 L 10.931 18.831 C 11.375 18.831 11.515 18.69 11.515 18.243 L 11.515 17.489 C 11.515 17.041 11.375 16.913 10.931 16.913 L 10.182 16.913 C 9.737 16.913 9.585 17.041 9.585 17.489 L 9.585 18.243 C 9.585 18.69 9.737 18.831 10.182 18.831 Z M 14.396 18.831 L 15.145 18.831 C 15.59 18.831 15.742 18.69 15.742 18.243 L 15.742 17.489 C 15.742 17.041 15.59 16.913 15.145 16.913 L 14.396 16.913 C 13.952 16.913 13.8 17.041 13.8 17.489 L 13.8 18.243 C 13.8 18.69 13.952 18.831 14.396 18.831 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:11544907798}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w7llx1\",\"data-framer-name\":\"calendar\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 24\"><g transform=\"translate(0.3 0.183)\" id=\"ss2954973206_1\"><path d=\"M 0 23.561 L 0 0 L 25.683 0 L 25.683 23.561 Z\" fill=\"transparent\"></path><path d=\"M 3.986 23.561 L 21.328 23.561 C 23.981 23.561 25.302 22.232 25.302 19.598 L 25.302 3.989 C 25.302 1.355 23.981 0.026 21.328 0.026 L 3.986 0.026 C 1.333 0.026 0 1.342 0 3.989 L 0 19.598 C 0 22.244 1.333 23.561 3.986 23.561 Z M 3.796 21.503 C 2.666 21.503 2.044 20.902 2.044 19.713 L 2.044 7.658 C 2.044 6.482 2.666 5.868 3.796 5.868 L 21.493 5.868 C 22.623 5.868 23.258 6.482 23.258 7.658 L 23.258 19.713 C 23.258 20.902 22.623 21.503 21.493 21.503 Z M 10.182 10.457 L 10.931 10.457 C 11.375 10.457 11.515 10.33 11.515 9.882 L 11.515 9.128 C 11.515 8.68 11.375 8.54 10.931 8.54 L 10.182 8.54 C 9.737 8.54 9.585 8.68 9.585 9.128 L 9.585 9.882 C 9.585 10.33 9.737 10.457 10.182 10.457 Z M 14.396 10.457 L 15.145 10.457 C 15.59 10.457 15.742 10.33 15.742 9.882 L 15.742 9.128 C 15.742 8.68 15.59 8.54 15.145 8.54 L 14.396 8.54 C 13.952 8.54 13.8 8.68 13.8 9.128 L 13.8 9.882 C 13.8 10.33 13.952 10.457 14.396 10.457 Z M 18.611 10.457 L 19.36 10.457 C 19.805 10.457 19.957 10.33 19.957 9.882 L 19.957 9.128 C 19.957 8.68 19.805 8.54 19.36 8.54 L 18.611 8.54 C 18.167 8.54 18.027 8.68 18.027 9.128 L 18.027 9.882 C 18.027 10.33 18.167 10.457 18.611 10.457 Z M 5.967 14.638 L 6.703 14.638 C 7.16 14.638 7.3 14.51 7.3 14.063 L 7.3 13.308 C 7.3 12.861 7.16 12.733 6.703 12.733 L 5.967 12.733 C 5.51 12.733 5.37 12.861 5.37 13.308 L 5.37 14.063 C 5.37 14.51 5.51 14.638 5.967 14.638 Z M 10.182 14.638 L 10.931 14.638 C 11.375 14.638 11.515 14.51 11.515 14.063 L 11.515 13.308 C 11.515 12.861 11.375 12.733 10.931 12.733 L 10.182 12.733 C 9.737 12.733 9.585 12.861 9.585 13.308 L 9.585 14.063 C 9.585 14.51 9.737 14.638 10.182 14.638 Z M 14.396 14.638 L 15.145 14.638 C 15.59 14.638 15.742 14.51 15.742 14.063 L 15.742 13.308 C 15.742 12.861 15.59 12.733 15.145 12.733 L 14.396 12.733 C 13.952 12.733 13.8 12.861 13.8 13.308 L 13.8 14.063 C 13.8 14.51 13.952 14.638 14.396 14.638 Z M 18.611 14.638 L 19.36 14.638 C 19.805 14.638 19.957 14.51 19.957 14.063 L 19.957 13.308 C 19.957 12.861 19.805 12.733 19.36 12.733 L 18.611 12.733 C 18.167 12.733 18.027 12.861 18.027 13.308 L 18.027 14.063 C 18.027 14.51 18.167 14.638 18.611 14.638 Z M 5.967 18.831 L 6.703 18.831 C 7.16 18.831 7.3 18.69 7.3 18.243 L 7.3 17.489 C 7.3 17.041 7.16 16.913 6.703 16.913 L 5.967 16.913 C 5.51 16.913 5.37 17.041 5.37 17.489 L 5.37 18.243 C 5.37 18.69 5.51 18.831 5.967 18.831 Z M 10.182 18.831 L 10.931 18.831 C 11.375 18.831 11.515 18.69 11.515 18.243 L 11.515 17.489 C 11.515 17.041 11.375 16.913 10.931 16.913 L 10.182 16.913 C 9.737 16.913 9.585 17.041 9.585 17.489 L 9.585 18.243 C 9.585 18.69 9.737 18.831 10.182 18.831 Z M 14.396 18.831 L 15.145 18.831 C 15.59 18.831 15.742 18.69 15.742 18.243 L 15.742 17.489 C 15.742 17.041 15.59 16.913 15.145 16.913 L 14.396 16.913 C 13.952 16.913 13.8 17.041 13.8 17.489 L 13.8 18.243 C 13.8 18.69 13.952 18.831 14.396 18.831 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:2954973206,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cylfx2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Extra vacation days\"})}),className:\"framer-t0e7xi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"5 extra vacation days after 2 years, and 5 more after 4 years.\"})}),className:\"framer-8qnjvu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t637ag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 24\"><g transform=\"translate(0.176 0.233)\" id=\"ss12083360534_1\"><path d=\"M 0 23.303 L 0 0 L 21.918 0 L 21.918 23.303 Z\" fill=\"transparent\"></path><path d=\"M 0.776 13.744 L 5.552 13.744 C 6.038 13.744 6.329 13.528 6.436 13.095 L 8.517 3.49 L 7.698 3.49 L 10.889 22.723 C 11.018 23.502 12.215 23.491 12.366 22.723 L 15.46 8.152 L 14.781 8.141 L 15.751 13.009 C 15.848 13.506 16.129 13.744 16.635 13.744 L 20.819 13.744 C 21.25 13.744 21.595 13.409 21.595 12.987 C 21.595 12.554 21.261 12.219 20.819 12.219 L 15.73 12.219 L 17.282 13.485 L 15.762 6.713 C 15.6 5.967 14.49 5.967 14.307 6.746 L 11.159 20.862 L 11.924 20.862 L 8.765 1.64 C 8.647 0.883 7.547 0.861 7.374 1.64 L 4.819 13.485 L 6.372 12.219 L 0.776 12.219 C 0.334 12.219 0 12.565 0 12.987 C 0 13.409 0.334 13.744 0.776 13.744 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:12083360534},oE6WlXsDx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 24\"><g transform=\"translate(0.176 0.233)\" id=\"ss12083360534_1\"><path d=\"M 0 23.303 L 0 0 L 21.918 0 L 21.918 23.303 Z\" fill=\"transparent\"></path><path d=\"M 0.776 13.744 L 5.552 13.744 C 6.038 13.744 6.329 13.528 6.436 13.095 L 8.517 3.49 L 7.698 3.49 L 10.889 22.723 C 11.018 23.502 12.215 23.491 12.366 22.723 L 15.46 8.152 L 14.781 8.141 L 15.751 13.009 C 15.848 13.506 16.129 13.744 16.635 13.744 L 20.819 13.744 C 21.25 13.744 21.595 13.409 21.595 12.987 C 21.595 12.554 21.261 12.219 20.819 12.219 L 15.73 12.219 L 17.282 13.485 L 15.762 6.713 C 15.6 5.967 14.49 5.967 14.307 6.746 L 11.159 20.862 L 11.924 20.862 L 8.765 1.64 C 8.647 0.883 7.547 0.861 7.374 1.64 L 4.819 13.485 L 6.372 12.219 L 0.776 12.219 C 0.334 12.219 0 12.565 0 12.987 C 0 13.409 0.334 13.744 0.776 13.744 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:12083360534}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3ypd0f\",\"data-framer-name\":\"waveform.path.ecg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 24\"><g transform=\"translate(0.176 0.233)\" id=\"ss3493425942_1\"><path d=\"M 0 23.303 L 0 0 L 21.918 0 L 21.918 23.303 Z\" fill=\"transparent\"></path><path d=\"M 0.776 13.744 L 5.552 13.744 C 6.038 13.744 6.329 13.528 6.436 13.095 L 8.517 3.49 L 7.698 3.49 L 10.889 22.723 C 11.018 23.502 12.215 23.491 12.366 22.723 L 15.46 8.152 L 14.781 8.141 L 15.751 13.009 C 15.848 13.506 16.129 13.744 16.635 13.744 L 20.819 13.744 C 21.25 13.744 21.595 13.409 21.595 12.987 C 21.595 12.554 21.261 12.219 20.819 12.219 L 15.73 12.219 L 17.282 13.485 L 15.762 6.713 C 15.6 5.967 14.49 5.967 14.307 6.746 L 11.159 20.862 L 11.924 20.862 L 8.765 1.64 C 8.647 0.883 7.547 0.861 7.374 1.64 L 4.819 13.485 L 6.372 12.219 L 0.776 12.219 C 0.334 12.219 0 12.565 0 12.987 C 0 13.409 0.334 13.744 0.776 13.744 Z\" fill=\"var(--token-f3e526f9-7ce4-4eab-8990-2fedd440f366, rgb(6, 133, 242)) /* {&quot;name&quot;:&quot;Accent text&quot;} */\"></path></g></svg>',svgContentId:3493425942,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a0ssb5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ozgjg3\",\"data-styles-preset\":\"runGnAvHx\",children:\"Wellness reimbursement\"})}),className:\"framer-1i1m6qp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6wr8la\",\"data-styles-preset\":\"NohsvH8uP\",children:\"You get to decide what wellness means to you.\"})}),className:\"framer-1v76dud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14wcat8\",\"data-framer-name\":\"Join us\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nifywj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nh3429\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-18vgb0o\",\"data-styles-preset\":\"FEGmebRej\",children:[\"Let's build the next-generation \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, rgb(120, 128, 138))\"},children:\"money management tool.\"})]})}),className:\"framer-1hrzpc9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sdfzx0\",\"data-styles-preset\":\"U9Qi0a5wL\",children:\"Join our small team of makers in NYC and Santiago.\"})}),className:\"framer-ubutwe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tcsafi\",\"data-framer-name\":\"Job List\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBCIE1lZGl1bQ==\",\"--framer-font-family\":'\"Euclid Circular B Medium\", \"Euclid Circular B Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, rgb(134, 150, 172))\"},children:\"Design\"})}),className:\"framer-7pjult\",fonts:[\"CUSTOM;Euclid Circular B Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+300+0+24}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+300+0+24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t3mcti-container\",nodeId:\"IWvOYWYfs\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"IWvOYWYfs\",layoutId:\"IWvOYWYfs\",lqhuMYaIx:\"Senior Product Designer\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/f7240572-dc13-4746-b423-549796c65494\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"New York City \u2192\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18r95bp\",\"data-framer-name\":\"Job List\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBCIE1lZGl1bQ==\",\"--framer-font-family\":'\"Euclid Circular B Medium\", \"Euclid Circular B Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-e374a5a7-0959-4236-81a3-a3062cd727f7, rgb(134, 150, 172))\"},children:\"Engineering\"})}),className:\"framer-165i97z\",fonts:[\"CUSTOM;Euclid Circular B Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+436+0+24}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+436+0+24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wrqp5f-container\",nodeId:\"bo1XxJUaA\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"bo1XxJUaA\",layoutId:\"bo1XxJUaA\",lqhuMYaIx:\"Staff Backend Manager\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/2315d1e7-c56f-4ccb-886c-547087411f16\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"Santiago, Chile \u2192\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+436+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+436+0+96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t51unt-container\",nodeId:\"VJOWZG4AX\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"VJOWZG4AX\",layoutId:\"VJOWZG4AX\",lqhuMYaIx:\"Senior Product iOS Engineer\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/d5b68afa-5a10-4623-a332-7f65f8019fed\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"Santiago, Chile \u2192\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+436+0+168}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+436+0+168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gmq5m3-container\",nodeId:\"y38GyKC4f\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"y38GyKC4f\",layoutId:\"y38GyKC4f\",lqhuMYaIx:\"Senior Product iOS Engineer\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/eaf901fe-3ac2-4f6f-a90c-01b9d9eb0b79\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"New York City \u2192\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+436+0+240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+436+0+240,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t87seg-container\",nodeId:\"x7n4XY9H_\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"x7n4XY9H_\",layoutId:\"x7n4XY9H_\",lqhuMYaIx:\"Web Engineer\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/521050d4-3cff-45bc-865e-d8408261dfcc\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"Santiago, Chile \u2192\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 880px)`},oE6WlXsDx:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 880px)`,y:(componentViewport?.y||0)+0+72+0+4434+0+0+0+436+0+312}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 880px)`,y:(componentViewport?.y||0)+0+72+0+4730+0+0+0+436+0+312,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16oaa6q-container\",nodeId:\"IPOqPiTHr\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(JobRow,{height:\"100%\",id:\"IPOqPiTHr\",layoutId:\"IPOqPiTHr\",lqhuMYaIx:\"Support Engineer\",op0gGwv6L:\"https://jobs.ashbyhq.com/copilot-money/0c981dd5-3b09-4575-b6a1-580af512ad1f\",style:{width:\"100%\"},variant:\"UPTOEp3I7\",vu4suYNHE:\"Santiago, Chile \u2192\",width:\"100%\"})})})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oE6WlXsDx:{y:(componentViewport?.y||0)+0+5446}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5782,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgprbn-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",nodeId:\"WElq92h8t\",scopeId:\"O8WfAR4aK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d9zgRs94G:{variant:\"t_gJtaUoV\"},oE6WlXsDx:{variant:\"g0YoCQi0R\"}},children:/*#__PURE__*/_jsx(FooterDarkCopy,{height:\"100%\",id:\"WElq92h8t\",layoutId:\"WElq92h8t\",name:\"Footer\",style:{width:\"100%\"},variant:\"OTrBby0w7\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Upbas.framer-1bzv2ge, .framer-Upbas .framer-1bzv2ge { display: block; }\",\".framer-Upbas.framer-lvyzsj { align-content: center; align-items: center; background-color: var(--token-dd9d7995-177d-439b-8166-4c27b6ca79d8, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Upbas .framer-1h1kpwa { --border-bottom-width: 1px; --border-color: var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.1)); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px; position: sticky; top: 0px; width: 100%; z-index: 6; }\",\".framer-Upbas .framer-121524l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 880px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-4tska3 { flex: none; height: 28px; position: relative; text-decoration: none; width: 123px; }\",\".framer-Upbas .framer-jg7sit-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Upbas .framer-17jy4q0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-1cc85jp { 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: 120px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-5s49ye { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Upbas .framer-sibdk9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-24qw1r, .framer-Upbas .framer-1d6xgwn, .framer-Upbas .framer-1m64bpj, .framer-Upbas .framer-19xikod, .framer-Upbas .framer-1tv9mg0, .framer-Upbas .framer-152ac3p, .framer-Upbas .framer-qgs6y5, .framer-Upbas .framer-1nioc9o, .framer-Upbas .framer-12v149h, .framer-Upbas .framer-f6nh41, .framer-Upbas .framer-myvymp, .framer-Upbas .framer-69zexd, .framer-Upbas .framer-uwwhsc, .framer-Upbas .framer-1f3flqc, .framer-Upbas .framer-1nr77bo, .framer-Upbas .framer-1br05gm, .framer-Upbas .framer-1shsj90, .framer-Upbas .framer-1dswivr, .framer-Upbas .framer-t0e7xi, .framer-Upbas .framer-8qnjvu, .framer-Upbas .framer-1i1m6qp, .framer-Upbas .framer-1v76dud { flex: none; height: auto; pointer-events: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Upbas .framer-x4r4co { aspect-ratio: 2.335766423357664 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 458px); overflow: visible; position: relative; width: 1070px; }\",\".framer-Upbas .framer-vx0dgw { flex: none; height: auto; max-width: 640px; pointer-events: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\",\".framer-Upbas .framer-wmle5w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-dwlshv-container { flex: 1 0 0px; height: 520px; position: relative; width: 1px; }\",\".framer-Upbas .framer-1wfd4ip { aspect-ratio: 2.441320293398533 / 1; height: var(--framer-aspect-ratio-supported, 508px); overflow: visible; position: relative; width: 1240px; }\",\".framer-Upbas .framer-w1r46u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 240px 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-Upbas .framer-1yotr96 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 880px; overflow: hidden; padding: 0px; position: relative; width: 880px; }\",\".framer-Upbas .framer-1ederor { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 640px; }\",\".framer-Upbas .framer-14c4wuk { --border-bottom-width: 1px; --border-color: var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08), 0px 24px 24px -12px rgba(0, 0, 0, 0.06); flex: none; height: 720px; max-width: 1088px; overflow: hidden; position: relative; width: 1088px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Upbas .framer-13nu5jx, .framer-Upbas .framer-1fo5wu1 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 310px; left: calc(68.38235294117649% - 316px / 2); overflow: visible; position: absolute; top: calc(32.50000000000002% - 310px / 2); width: 316px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1doeamr, .framer-Upbas .framer-nex6ac { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 218px; left: calc(84.46691176470591% - 291px / 2); overflow: visible; position: absolute; top: calc(82.7777777777778% - 218px / 2); width: 291px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-145f9vo, .framer-Upbas .framer-17tfmqq { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 308px; left: calc(12.86764705882355% - 226px / 2); overflow: visible; position: absolute; top: calc(29.861111111111132% - 308px / 2); width: 226px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1wl6dv4, .framer-Upbas .framer-1xb1x46 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 188px; left: calc(43.841911764705905% - 250px / 2); overflow: visible; position: absolute; top: calc(19.583333333333357% - 188px / 2); width: 250px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-gzqbfu, .framer-Upbas .framer-5uoqv9 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 252px; left: calc(12.86764705882355% - 336px / 2); overflow: visible; position: absolute; top: calc(49.72222222222224% - 252px / 2); width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-ronsk7, .framer-Upbas .framer-drok06 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 301px; left: calc(37.40808823529414% - 401px / 2); overflow: visible; position: absolute; top: calc(50.97222222222224% - 301px / 2); width: 401px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-2ccvt0, .framer-Upbas .framer-1ddvqom { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 252px; left: calc(41.727941176470615% - 336px / 2); overflow: visible; position: absolute; top: calc(73.19444444444446% - 252px / 2); width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1b1b0lo, .framer-Upbas .framer-11psp8t { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 252px; left: calc(60.0183823529412% - 336px / 2); overflow: visible; position: absolute; top: calc(88.61111111111113% - 252px / 2); width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1aosfac, .framer-Upbas .framer-1kryl15 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 222px; left: calc(32.81250000000002% - 296px / 2); overflow: visible; position: absolute; top: calc(89.44444444444447% - 222px / 2); width: 296px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-6bp0c1, .framer-Upbas .framer-immotj { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 245px; left: calc(88.87867647058826% - 327px / 2); overflow: visible; position: absolute; top: calc(65.55555555555557% - 245px / 2); width: 327px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1drcx3s, .framer-Upbas .framer-1uqpbf6 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 252px; left: calc(8.731617647058846% - 336px / 2); overflow: visible; position: absolute; top: calc(76.25000000000001% - 252px / 2); width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1r3rnyf, .framer-Upbas .framer-kj7qru { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 255px; left: calc(89.79779411764707% - 252px / 2); overflow: visible; position: absolute; top: calc(33.194444444444464% - 255px / 2); width: 252px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1l4wbhf, .framer-Upbas .framer-130fumz { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 193px; left: calc(69.30147058823532% - 257px / 2); overflow: visible; position: absolute; top: calc(43.47222222222224% - 193px / 2); width: 257px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-5tivwx, .framer-Upbas .framer-iqnr2 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 248px; left: calc(61.12132352941179% - 180px / 2); overflow: visible; position: absolute; top: calc(38.888888888888914% - 248px / 2); width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-qcxbx8, .framer-Upbas .framer-d8ed0z { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 204px; left: calc(64.7058823529412% - 272px / 2); overflow: visible; position: absolute; top: calc(68.47222222222224% - 204px / 2); width: 272px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1yz8qil, .framer-Upbas .framer-1gad348 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 174px; left: calc(29.779411764705905% - 231px / 2); overflow: visible; position: absolute; top: calc(27.222222222222243% - 174px / 2); width: 231px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-kxqznb { background-color: var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 720px; max-width: 1088px; overflow: visible; position: relative; width: 100%; }\",\".framer-Upbas .framer-693ahw { -webkit-user-select: none; flex: none; height: auto; left: 49%; pointer-events: auto; position: absolute; top: 52%; transform: translate(-50%, -50%); user-select: none; white-space: pre-wrap; width: 339px; word-break: break-word; word-wrap: break-word; }\",\".framer-Upbas .framer-1wabu6h { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 222px; left: calc(47.66081871345031% - 304px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 222px / 2); width: 304px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-c1liu1 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 218px; left: calc(47.66081871345031% - 291px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 218px / 2); width: 291px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-8ojwvg { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 308px; left: calc(47.66081871345031% - 226px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 308px / 2); width: 226px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-5p2y26 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 188px; left: calc(47.66081871345031% - 250px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 188px / 2); width: 250px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-vivesc, .framer-Upbas .framer-1d26jzo, .framer-Upbas .framer-dk5mgb, .framer-Upbas .framer-12s2urn { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 252px; left: calc(47.66081871345031% - 336px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 252px / 2); width: 336px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1nr3lzg { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 241px; left: calc(47.66081871345031% - 182px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 241px / 2); width: 182px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1kidq2r { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 301px; left: calc(47.66081871345031% - 401px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 301px / 2); width: 401px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1kbhwyq { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 222px; left: calc(47.66081871345031% - 296px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 222px / 2); width: 296px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-2hby63 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 245px; left: calc(47.66081871345031% - 327px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 245px / 2); width: 327px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1i1p93k { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 255px; left: calc(47.66081871345031% - 252px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 255px / 2); width: 252px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1gcjjzs { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 193px; left: calc(47.66081871345031% - 257px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 193px / 2); width: 257px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1cdiph8 { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 248px; left: calc(47.66081871345031% - 180px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 248px / 2); width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-iulxhp { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 204px; left: calc(47.66081871345031% - 272px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 204px / 2); width: 272px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-1xrxwvv { --border-bottom-width: 8px; --border-color: #ffffff; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08); cursor: grab; flex: none; height: 174px; left: calc(47.66081871345031% - 231px / 2); overflow: visible; position: absolute; top: calc(49.75490196078434% - 174px / 2); width: 231px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Upbas .framer-11hxggt { --border-bottom-width: 1px; --border-color: var(--token-bfa644c2-a72b-4b1c-a8c9-46a6c0feb1b2, rgba(0, 0, 0, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-acaa73e6-8e82-4ccd-bb70-953255caaee8, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0px 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0px 6px 6px -3px rgba(0, 0, 0, 0.04), 0px 12px 12px -6px rgba(0, 0, 0, 0.08), 0px 24px 24px -12px rgba(0, 0, 0, 0.06); flex: none; height: 720px; max-width: 880px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Upbas .framer-1yzpdwm { 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-Upbas .framer-wf59iq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 880px; overflow: hidden; padding: 0px 0px 240px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-liibt4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-dhdxpd, .framer-Upbas .framer-ubutwe { flex: none; height: auto; pointer-events: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\",\".framer-Upbas .framer-1fot2y7 { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-18nmatr, .framer-Upbas .framer-167xtve, .framer-Upbas .framer-h8u9yn, .framer-Upbas .framer-vmtnr, .framer-Upbas .framer-1psuqf1, .framer-Upbas .framer-c0u412, .framer-Upbas .framer-zd84m8, .framer-Upbas .framer-lfwcul, .framer-Upbas .framer-t637ag { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-s7r64z, .framer-Upbas .framer-hjzgmz, .framer-Upbas .framer-1w7llx1 { flex: none; height: 24px; position: relative; width: 26px; }\",\".framer-Upbas .framer-11w8vub, .framer-Upbas .framer-foqcbw, .framer-Upbas .framer-dngs2l, .framer-Upbas .framer-1dp3w08, .framer-Upbas .framer-1fprq97, .framer-Upbas .framer-1xpb6y4, .framer-Upbas .framer-1gcb79x, .framer-Upbas .framer-1cylfx2, .framer-Upbas .framer-1a0ssb5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-16lnlzq, .framer-Upbas .framer-jhoeke { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Upbas .framer-1jjzus5 { flex: none; height: 24px; position: relative; width: 27px; }\",\".framer-Upbas .framer-qf8qof { flex: none; height: 24px; position: relative; width: 47px; }\",\".framer-Upbas .framer-1osylwg { flex: none; height: 24px; position: relative; width: 28px; }\",\".framer-Upbas .framer-3ypd0f { flex: none; height: 24px; position: relative; width: 23px; }\",\".framer-Upbas .framer-14wcat8 { 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 0px 120px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-1nifywj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 880px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-1nh3429 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 880px; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-1hrzpc9 { flex: none; height: auto; pointer-events: auto; position: relative; white-space: pre-wrap; width: 656px; word-break: break-word; word-wrap: break-word; }\",\".framer-Upbas .framer-tcsafi, .framer-Upbas .framer-18r95bp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-Upbas .framer-7pjult, .framer-Upbas .framer-165i97z { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Upbas .framer-t3mcti-container, .framer-Upbas .framer-1wrqp5f-container, .framer-Upbas .framer-t51unt-container, .framer-Upbas .framer-gmq5m3-container, .framer-Upbas .framer-1t87seg-container, .framer-Upbas .framer-16oaa6q-container, .framer-Upbas .framer-1jgprbn-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Upbas.framer-lvyzsj, .framer-Upbas .framer-17jy4q0, .framer-Upbas .framer-1cc85jp, .framer-Upbas .framer-5s49ye, .framer-Upbas .framer-sibdk9, .framer-Upbas .framer-wmle5w, .framer-Upbas .framer-w1r46u, .framer-Upbas .framer-1yotr96, .framer-Upbas .framer-1ederor, .framer-Upbas .framer-1yzpdwm, .framer-Upbas .framer-wf59iq, .framer-Upbas .framer-liibt4, .framer-Upbas .framer-18nmatr, .framer-Upbas .framer-11w8vub, .framer-Upbas .framer-167xtve, .framer-Upbas .framer-foqcbw, .framer-Upbas .framer-h8u9yn, .framer-Upbas .framer-dngs2l, .framer-Upbas .framer-vmtnr, .framer-Upbas .framer-1dp3w08, .framer-Upbas .framer-1psuqf1, .framer-Upbas .framer-1fprq97, .framer-Upbas .framer-c0u412, .framer-Upbas .framer-1xpb6y4, .framer-Upbas .framer-zd84m8, .framer-Upbas .framer-1gcb79x, .framer-Upbas .framer-lfwcul, .framer-Upbas .framer-1cylfx2, .framer-Upbas .framer-t637ag, .framer-Upbas .framer-1a0ssb5, .framer-Upbas .framer-14wcat8, .framer-Upbas .framer-1nifywj, .framer-Upbas .framer-1nh3429, .framer-Upbas .framer-tcsafi, .framer-Upbas .framer-18r95bp { gap: 0px; } .framer-Upbas.framer-lvyzsj > *, .framer-Upbas .framer-17jy4q0 > *, .framer-Upbas .framer-w1r46u > *, .framer-Upbas .framer-1yotr96 > *, .framer-Upbas .framer-wf59iq > *, .framer-Upbas .framer-1nifywj > *, .framer-Upbas .framer-tcsafi > *, .framer-Upbas .framer-18r95bp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Upbas.framer-lvyzsj > :first-child, .framer-Upbas .framer-17jy4q0 > :first-child, .framer-Upbas .framer-5s49ye > :first-child, .framer-Upbas .framer-sibdk9 > :first-child, .framer-Upbas .framer-w1r46u > :first-child, .framer-Upbas .framer-1yotr96 > :first-child, .framer-Upbas .framer-1ederor > :first-child, .framer-Upbas .framer-1yzpdwm > :first-child, .framer-Upbas .framer-wf59iq > :first-child, .framer-Upbas .framer-liibt4 > :first-child, .framer-Upbas .framer-18nmatr > :first-child, .framer-Upbas .framer-11w8vub > :first-child, .framer-Upbas .framer-167xtve > :first-child, .framer-Upbas .framer-foqcbw > :first-child, .framer-Upbas .framer-h8u9yn > :first-child, .framer-Upbas .framer-dngs2l > :first-child, .framer-Upbas .framer-vmtnr > :first-child, .framer-Upbas .framer-1dp3w08 > :first-child, .framer-Upbas .framer-1psuqf1 > :first-child, .framer-Upbas .framer-1fprq97 > :first-child, .framer-Upbas .framer-c0u412 > :first-child, .framer-Upbas .framer-1xpb6y4 > :first-child, .framer-Upbas .framer-zd84m8 > :first-child, .framer-Upbas .framer-1gcb79x > :first-child, .framer-Upbas .framer-lfwcul > :first-child, .framer-Upbas .framer-1cylfx2 > :first-child, .framer-Upbas .framer-t637ag > :first-child, .framer-Upbas .framer-1a0ssb5 > :first-child, .framer-Upbas .framer-14wcat8 > :first-child, .framer-Upbas .framer-1nifywj > :first-child, .framer-Upbas .framer-1nh3429 > :first-child, .framer-Upbas .framer-tcsafi > :first-child, .framer-Upbas .framer-18r95bp > :first-child { margin-top: 0px; } .framer-Upbas.framer-lvyzsj > :last-child, .framer-Upbas .framer-17jy4q0 > :last-child, .framer-Upbas .framer-5s49ye > :last-child, .framer-Upbas .framer-sibdk9 > :last-child, .framer-Upbas .framer-w1r46u > :last-child, .framer-Upbas .framer-1yotr96 > :last-child, .framer-Upbas .framer-1ederor > :last-child, .framer-Upbas .framer-1yzpdwm > :last-child, .framer-Upbas .framer-wf59iq > :last-child, .framer-Upbas .framer-liibt4 > :last-child, .framer-Upbas .framer-18nmatr > :last-child, .framer-Upbas .framer-11w8vub > :last-child, .framer-Upbas .framer-167xtve > :last-child, .framer-Upbas .framer-foqcbw > :last-child, .framer-Upbas .framer-h8u9yn > :last-child, .framer-Upbas .framer-dngs2l > :last-child, .framer-Upbas .framer-vmtnr > :last-child, .framer-Upbas .framer-1dp3w08 > :last-child, .framer-Upbas .framer-1psuqf1 > :last-child, .framer-Upbas .framer-1fprq97 > :last-child, .framer-Upbas .framer-c0u412 > :last-child, .framer-Upbas .framer-1xpb6y4 > :last-child, .framer-Upbas .framer-zd84m8 > :last-child, .framer-Upbas .framer-1gcb79x > :last-child, .framer-Upbas .framer-lfwcul > :last-child, .framer-Upbas .framer-1cylfx2 > :last-child, .framer-Upbas .framer-t637ag > :last-child, .framer-Upbas .framer-1a0ssb5 > :last-child, .framer-Upbas .framer-14wcat8 > :last-child, .framer-Upbas .framer-1nifywj > :last-child, .framer-Upbas .framer-1nh3429 > :last-child, .framer-Upbas .framer-tcsafi > :last-child, .framer-Upbas .framer-18r95bp > :last-child { margin-bottom: 0px; } .framer-Upbas .framer-1cc85jp > *, .framer-Upbas .framer-wmle5w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Upbas .framer-1cc85jp > :first-child, .framer-Upbas .framer-wmle5w > :first-child { margin-left: 0px; } .framer-Upbas .framer-1cc85jp > :last-child, .framer-Upbas .framer-wmle5w > :last-child { margin-right: 0px; } .framer-Upbas .framer-5s49ye > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Upbas .framer-sibdk9 > *, .framer-Upbas .framer-18nmatr > *, .framer-Upbas .framer-167xtve > *, .framer-Upbas .framer-h8u9yn > *, .framer-Upbas .framer-vmtnr > *, .framer-Upbas .framer-1psuqf1 > *, .framer-Upbas .framer-c0u412 > *, .framer-Upbas .framer-zd84m8 > *, .framer-Upbas .framer-lfwcul > *, .framer-Upbas .framer-t637ag > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Upbas .framer-1ederor > *, .framer-Upbas .framer-liibt4 > *, .framer-Upbas .framer-1nh3429 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Upbas .framer-1yzpdwm > *, .framer-Upbas .framer-14wcat8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Upbas .framer-11w8vub > *, .framer-Upbas .framer-foqcbw > *, .framer-Upbas .framer-dngs2l > *, .framer-Upbas .framer-1dp3w08 > *, .framer-Upbas .framer-1fprq97 > *, .framer-Upbas .framer-1xpb6y4 > *, .framer-Upbas .framer-1gcb79x > *, .framer-Upbas .framer-1cylfx2 > *, .framer-Upbas .framer-1a0ssb5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-Upbas[data-border=\"true\"]::after, .framer-Upbas [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Upbas.framer-lvyzsj { width: 810px; } .framer-Upbas .framer-1cc85jp { padding: 120px 48px 240px 48px; } .framer-Upbas .framer-x4r4co { height: var(--framer-aspect-ratio-supported, 306px); width: 100%; } .framer-Upbas .framer-vx0dgw { max-width: unset; width: 639px; } .framer-Upbas .framer-w1r46u, .framer-Upbas .framer-wf59iq { padding: 0px 48px 240px 48px; } .framer-Upbas .framer-1yotr96, .framer-Upbas .framer-1hrzpc9 { width: 100%; } .framer-Upbas .framer-14wcat8 { padding: 0px 48px 120px 48px; }}\",\"@media (max-width: 809px) { .framer-Upbas.framer-lvyzsj { width: 390px; } .framer-Upbas .framer-1cc85jp { padding: 80px 24px 120px 24px; } .framer-Upbas .framer-x4r4co { height: var(--framer-aspect-ratio-supported, 147px); width: 100%; } .framer-Upbas .framer-vx0dgw, .framer-Upbas .framer-1yotr96, .framer-Upbas .framer-1hrzpc9 { width: 100%; } .framer-Upbas .framer-wmle5w, .framer-Upbas .framer-wf59iq { padding: 0px 0px 120px 0px; } .framer-Upbas .framer-w1r46u { overflow: visible; padding: 0px 24px 120px 24px; } .framer-Upbas .framer-1ederor { padding: 0px 0px 40px 0px; width: 100%; } .framer-Upbas .framer-kxqznb { height: 408px; } .framer-Upbas .framer-1yzpdwm { padding: 0px 24px 0px 24px; } .framer-Upbas .framer-dhdxpd, .framer-Upbas .framer-ubutwe { width: 339px; } .framer-Upbas .framer-1fot2y7 { gap: 24px; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(5, min-content); } .framer-Upbas .framer-14wcat8 { padding: 0px 24px 80px 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Upbas .framer-1fot2y7 { gap: 0px; } .framer-Upbas .framer-1fot2y7 > *, .framer-Upbas .framer-1fot2y7 > :first-child, .framer-Upbas .framer-1fot2y7 > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5707\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"d9zgRs94G\":{\"layout\":[\"fixed\",\"auto\"]},\"oE6WlXsDx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"BxbNGpItU\":{\"pattern\":\":BxbNGpItU\",\"name\":\"\"},\"EeCpdIpew\":{\"pattern\":\":EeCpdIpew\",\"name\":\"card-all\"},\"M4iZXMij5\":{\"pattern\":\":M4iZXMij5\",\"name\":\"card-all\"},\"V7Dveuche\":{\"pattern\":\":V7Dveuche\",\"name\":\"card-all\"}}\n * @framerResponsiveScreen\n */const FramerO8WfAR4aK=withCSS(Component,css,\"framer-Upbas\");export default FramerO8WfAR4aK;FramerO8WfAR4aK.displayName=\"Page\";FramerO8WfAR4aK.defaultProps={height:5707,width:1200};addFonts(FramerO8WfAR4aK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Euclid Circular B Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/VoSmxGOJou7qDyZO9snaMtVBuN4.woff2\"}]},...SecondaryButtonCopyFonts,...TickerFonts,...JobRowFonts,...FooterDarkCopyFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO8WfAR4aK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d9zgRs94G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oE6WlXsDx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"5707\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"BxbNGpItU\\\":{\\\"pattern\\\":\\\":BxbNGpItU\\\",\\\"name\\\":\\\"\\\"},\\\"EeCpdIpew\\\":{\\\"pattern\\\":\\\":EeCpdIpew\\\",\\\"name\\\":\\\"card-all\\\"},\\\"M4iZXMij5\\\":{\\\"pattern\\\":\\\":M4iZXMij5\\\",\\\"name\\\":\\\"card-all\\\"},\\\"V7Dveuche\\\":{\\\"pattern\\\":\\\":V7Dveuche\\\",\\\"name\\\":\\\"card-all\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"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", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "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", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "o", "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", "s", "__rest", "inView$1", "o", "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", "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", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RPV0ddyjx", "RtmEbSRTa", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerbpXDbPpde", "withCSS", "bpXDbPpde_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "jobName", "link", "location", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lqhuMYaIx", "vu4suYNHE", "op0gGwv6L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "Link", "css", "FramerFNMpmbAE4", "withCSS", "FNMpmbAE4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Link", "css", "FramerFZxfZ6aYn", "withCSS", "FZxfZ6aYn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "SecondaryButtonCopyFonts", "getFonts", "bpXDbPpde_default", "TickerFonts", "Ticker", "ImageWithFX", "withFX", "Image2", "JobRowFonts", "FNMpmbAE4_default", "FooterDarkCopyFonts", "FZxfZ6aYn_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "inertia", "preventDefault", "e", "transition1", "animation", "animation1", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "animation21", "animation22", "animation23", "animation24", "animation25", "transformTemplate1", "_", "t", "animation26", "animation27", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "elementId1", "ref2", "isDisplayed1", "elementId2", "ref3", "isDisplayed2", "elementId3", "ref4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "PropertyOverrides2", "SVG", "ComponentViewportProvider", "Container", "RichText2", "x", "getLoadingLazyAtYPosition", "css", "FramerO8WfAR4aK", "withCSS", "O8WfAR4aK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
