{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/ArgKhg1wg6mdVMPsAx6d/sXcj5bG82tssRD5kbcRs/ejnY3MY01.js", "ssg:https://framerusercontent.com/modules/n4LmKQwjfkmh3IZPs792/GEez8ZJhETA0zo3Gk44H/ryeu8NbJl.js", "ssg:https://framerusercontent.com/modules/VCiVrAHTqjZFKJpjYPDH/TUYmk6QOjJSnHzLAcMEq/Sh4BTs1y9.js", "ssg:https://framerusercontent.com/modules/egOjqXghXnJUSVPu3ard/Uoj96B6Pvbg9N4ocKPmD/lgGGJuKNb.js", "ssg:https://framerusercontent.com/modules/g1Fc2ZEmy21UkSNr4UiP/1yhFniSc8thr3K6DD08e/JPbnlA9T_.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){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 swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;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[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\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(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-3VU0f\";const variantClassNames={b0vyPlkMv:\"framer-v-dtv04j\"};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={bounce:.2,delay:0,duration:.4,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.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"b0vyPlkMv\",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:\"https://www.gomry.com/form/Waiting-list-S4D-ZWZZY9eXE3qbpfK9mzyM\",nodeId:\"b0vyPlkMv\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-dtv04j\",className,classNames)} framer-1ap7wmt`,\"data-framer-name\":\"Variant 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"b0vyPlkMv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18456), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.17997), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17241), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.15889), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13064), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.0625)\",...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Join a startup\"})}),className:\"framer-jam8zm\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"Q05WufuYe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3VU0f.framer-1ap7wmt, .framer-3VU0f .framer-1ap7wmt { display: block; }\",\".framer-3VU0f.framer-dtv04j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3VU0f .framer-jam8zm { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3VU0f.framer-dtv04j { gap: 0px; } .framer-3VU0f.framer-dtv04j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3VU0f.framer-dtv04j > :first-child { margin-left: 0px; } .framer-3VU0f.framer-dtv04j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerejnY3MY01=withCSS(Component,css,\"framer-3VU0f\");export default FramerejnY3MY01;FramerejnY3MY01.displayName=\"Join a startup\";FramerejnY3MY01.defaultProps={height:30,width:120};addFonts(FramerejnY3MY01,[{explicitInter:true,fonts:[{family:\"Creato Display ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/NhphjhtwkxhxtRN1Nuo9WGDx3Ks.woff\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerejnY3MY01\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"30\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ejnY3MY01.map", "// Generated by Framer (b5638f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"ItBy0HFD5\",\"lrU0bP3_3\",\"A9MeF9vt1\"];const serializationHash=\"framer-raImE\";const variantClassNames={A9MeF9vt1:\"framer-v-h1owfj\",ItBy0HFD5:\"framer-v-u255c2\",lrU0bP3_3:\"framer-v-b0vr49\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={backgroundColor:\"rgb(255, 212, 40)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};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={\"Phone Open\":\"A9MeF9vt1\",Desktop:\"ItBy0HFD5\",Phone:\"lrU0bP3_3\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ItBy0HFD5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ItBy0HFD5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1jpuggg=activeVariantCallback(async(...args)=>{setVariant(\"A9MeF9vt1\");});const onTaph1a9i7=activeVariantCallback(async(...args)=>{setVariant(\"lrU0bP3_3\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"lrU0bP3_3\",\"A9MeF9vt1\"].includes(baseVariant))return false;return true;};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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-u255c2\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ItBy0HFD5\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({A9MeF9vt1:{\"data-framer-name\":\"Phone Open\"},lrU0bP3_3:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e6lz6i\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"N9UOWQEHu\",...addPropertyOverrides({A9MeF9vt1:{\"data-highlight\":true,onTap:onTaph1a9i7},lrU0bP3_3:{\"data-highlight\":true,onTap:onTap1jpuggg}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-59)/2)+10+1),sizes:\"36px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-1qkbtv3\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\",layoutDependency:layoutDependency,layoutId:\"tjeeKV7A8\",...addPropertyOverrides({A9MeF9vt1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+10+0),sizes:\"38px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}},lrU0bP3_3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+10+0),sizes:\"38px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktNzAw\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"90px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(8, 81, 159))\"},children:\" Startupper for a day\"})}),className:\"framer-lvvmlb\",\"data-framer-name\":\"Startupper for a day\",fonts:[\"GF;Creato Display-700\"],layoutDependency:layoutDependency,layoutId:\"JpuQflS4h\",style:{\"--extracted-r6o4lv\":\"rgb(8, 81, 159)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/Waiting-list-S4D-ZWZZY9eXE3qbpfK9mzyM\",motionChild:true,nodeId:\"ONvoP7AmK\",scopeId:\"ryeu8NbJl\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fsdngr framer-hpyt4i\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"ONvoP7AmK\",style:{backgroundColor:\"rgb(34, 34, 34)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.06)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Join a startup\"})}),className:\"framer-5tdzmr\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"nEyXDlIkU\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/startup-on-boarding-form-s4d-7Wojcrn8pe1fWOWVaymJ\",motionChild:true,nodeId:\"FSZuvNDiz\",openInNewTab:true,scopeId:\"ryeu8NbJl\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6sffxn framer-hpyt4i\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"FSZuvNDiz\",style:{backgroundColor:\"rgb(34, 34, 34)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.06)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Host a student\"})}),className:\"framer-j96s68\",\"data-framer-name\":\"Host a student\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"Eb7iJ3JeA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1036ul3\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"rcaqpLUCO\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-raImE.framer-hpyt4i, .framer-raImE .framer-hpyt4i { display: block; }\",\".framer-raImE.framer-u255c2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: 64px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1366px; }\",\".framer-raImE .framer-1e6lz6i { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-raImE .framer-1qkbtv3 { align-content: center; align-items: center; aspect-ratio: 0.9529411764705882 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 38px); justify-content: center; padding: 0px; position: relative; width: 36px; }\",\".framer-raImE .framer-lvvmlb { flex: none; height: 39px; position: relative; white-space: pre-wrap; width: 1008px; word-break: break-word; word-wrap: break-word; }\",\".framer-raImE .framer-fsdngr, .framer-raImE .framer-6sffxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-raImE .framer-5tdzmr, .framer-raImE .framer-j96s68 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-raImE .framer-1036ul3 { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-raImE.framer-u255c2, .framer-raImE .framer-1e6lz6i, .framer-raImE .framer-1qkbtv3, .framer-raImE .framer-fsdngr, .framer-raImE .framer-6sffxn { gap: 0px; } .framer-raImE.framer-u255c2 > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-raImE.framer-u255c2 > :first-child, .framer-raImE .framer-1e6lz6i > :first-child, .framer-raImE .framer-fsdngr > :first-child, .framer-raImE .framer-6sffxn > :first-child { margin-left: 0px; } .framer-raImE.framer-u255c2 > :last-child, .framer-raImE .framer-1e6lz6i > :last-child, .framer-raImE .framer-fsdngr > :last-child, .framer-raImE .framer-6sffxn > :last-child { margin-right: 0px; } .framer-raImE .framer-1e6lz6i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-raImE .framer-1qkbtv3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-raImE .framer-1qkbtv3 > :first-child { margin-top: 0px; } .framer-raImE .framer-1qkbtv3 > :last-child { margin-bottom: 0px; } .framer-raImE .framer-fsdngr > *, .framer-raImE .framer-6sffxn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-raImE.framer-v-b0vr49.framer-u255c2 { flex-direction: column; gap: 0px; width: 390px; }\",\".framer-raImE.framer-v-b0vr49 .framer-1e6lz6i, .framer-raImE.framer-v-h1owfj .framer-1e6lz6i { cursor: pointer; gap: unset; justify-content: space-between; padding: 10px; width: 100%; }\",\".framer-raImE.framer-v-b0vr49 .framer-1qkbtv3 { height: var(--framer-aspect-ratio-supported, 40px); order: 0; width: 38px; }\",\".framer-raImE.framer-v-b0vr49 .framer-lvvmlb { order: 1; width: 319px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-raImE.framer-v-b0vr49.framer-u255c2, .framer-raImE.framer-v-b0vr49 .framer-1e6lz6i { gap: 0px; } .framer-raImE.framer-v-b0vr49.framer-u255c2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-raImE.framer-v-b0vr49.framer-u255c2 > :first-child { margin-top: 0px; } .framer-raImE.framer-v-b0vr49.framer-u255c2 > :last-child { margin-bottom: 0px; } .framer-raImE.framer-v-b0vr49 .framer-1e6lz6i > *, .framer-raImE.framer-v-b0vr49 .framer-1e6lz6i > :first-child, .framer-raImE.framer-v-b0vr49 .framer-1e6lz6i > :last-child { margin: 0px; } }\",\".framer-raImE.framer-v-h1owfj.framer-u255c2 { flex-direction: column; gap: 0px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; width: 390px; }\",\".framer-raImE.framer-v-h1owfj .framer-1qkbtv3 { height: var(--framer-aspect-ratio-supported, 40px); width: 38px; }\",\".framer-raImE.framer-v-h1owfj .framer-lvvmlb { width: 323px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-raImE.framer-v-h1owfj.framer-u255c2, .framer-raImE.framer-v-h1owfj .framer-1e6lz6i { gap: 0px; } .framer-raImE.framer-v-h1owfj.framer-u255c2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-raImE.framer-v-h1owfj.framer-u255c2 > :first-child { margin-top: 0px; } .framer-raImE.framer-v-h1owfj.framer-u255c2 > :last-child { margin-bottom: 0px; } .framer-raImE.framer-v-h1owfj .framer-1e6lz6i > *, .framer-raImE.framer-v-h1owfj .framer-1e6lz6i > :first-child, .framer-raImE.framer-v-h1owfj .framer-1e6lz6i > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lrU0bP3_3\":{\"layout\":[\"fixed\",\"fixed\"]},\"A9MeF9vt1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerryeu8NbJl=withCSS(Component,css,\"framer-raImE\");export default Framerryeu8NbJl;Framerryeu8NbJl.displayName=\"Navigation\";Framerryeu8NbJl.defaultProps={height:64,width:1366};addPropertyControls(Framerryeu8NbJl,{variant:{options:[\"ItBy0HFD5\",\"lrU0bP3_3\",\"A9MeF9vt1\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerryeu8NbJl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerryeu8NbJl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lrU0bP3_3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A9MeF9vt1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1366\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ryeu8NbJl.map", "// Generated by Framer (7d51cf8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-f8d7v\";const variantClassNames={pO8zY4DuV:\"framer-v-izfk9h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"pO8zY4DuV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/startup-on-boarding-form-s4d-7Wojcrn8pe1fWOWVaymJ\",motionChild:true,nodeId:\"pO8zY4DuV\",openInNewTab:true,scopeId:\"Sh4BTs1y9\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-izfk9h\",className,classNames)} framer-39ew1x`,\"data-framer-name\":\"Variant 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"pO8zY4DuV\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.06)\",...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Host a student\"})}),className:\"framer-76qfcb\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"pLgNnlhBs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f8d7v.framer-39ew1x, .framer-f8d7v .framer-39ew1x { display: block; }\",\".framer-f8d7v.framer-izfk9h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-f8d7v .framer-76qfcb { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f8d7v.framer-izfk9h { gap: 0px; } .framer-f8d7v.framer-izfk9h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-f8d7v.framer-izfk9h > :first-child { margin-left: 0px; } .framer-f8d7v.framer-izfk9h > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 126\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSh4BTs1y9=withCSS(Component,css,\"framer-f8d7v\");export default FramerSh4BTs1y9;FramerSh4BTs1y9.displayName=\"Host a student\";FramerSh4BTs1y9.defaultProps={height:30,width:126};addFonts(FramerSh4BTs1y9,[{explicitInter:true,fonts:[{family:\"Creato Display ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/NhphjhtwkxhxtRN1Nuo9WGDx3Ks.woff\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSh4BTs1y9\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"30\",\"framerIntrinsicWidth\":\"126\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Sh4BTs1y9.map", "// Generated by Framer (cf240c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-q61PU .framer-styles-preset-udk7mb:not(.rich-text-wrapper), .framer-q61PU .framer-styles-preset-udk7mb.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #e6e6e6; --framer-link-text-decoration: none; }\"];export const className=\"framer-q61PU\";\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 (7d51cf8)\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,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import JoinAStartup from\"#framer/local/canvasComponent/ejnY3MY01/ejnY3MY01.js\";import Navigation from\"#framer/local/canvasComponent/ryeu8NbJl/ryeu8NbJl.js\";import HostAStudent from\"#framer/local/canvasComponent/Sh4BTs1y9/Sh4BTs1y9.js\";import*as sharedStyle from\"#framer/local/css/lgGGJuKNb/lgGGJuKNb.js\";import metadataProvider from\"#framer/local/webPageMetadata/JPbnlA9T_/JPbnlA9T_.js\";const NavigationFonts=getFonts(Navigation);const TickerFonts=getFonts(Ticker);const SlideshowFonts=getFonts(Slideshow);const JoinAStartupFonts=getFonts(JoinAStartup);const HostAStudentFonts=getFonts(HostAStudent);const CarouselFonts=getFonts(Carousel);const breakpoints={awpmlGIbj:\"(min-width: 1366px)\",enrmEl8it:\"(min-width: 810px) and (max-width: 1365px)\",ONJjBR6HZ:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-P0d2n\";const variantClassNames={awpmlGIbj:\"framer-v-oyvcas\",enrmEl8it:\"framer-v-dv3p0p\",ONJjBR6HZ:\"framer-v-n86055\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition1};const animation1={backgroundColor:\"rgb(255, 212, 40)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition1};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2};const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation4={backgroundColor:\"rgb(254, 212, 40)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,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:\"awpmlGIbj\",Phone:\"ONJjBR6HZ\",Tablet:\"enrmEl8it\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"awpmlGIbj\"};};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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ONJjBR6HZ\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"enrmEl8it\",\"ONJjBR6HZ\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"ONJjBR6HZ\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"enrmEl8it\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"enrmEl8it\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"awpmlGIbj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(248, 248, 248); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-oyvcas\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d2sgnt-container\",nodeId:\"XdgSdFenh\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{variant:\"lrU0bP3_3\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"XdgSdFenh\",layoutId:\"XdgSdFenh\",style:{height:\"100%\",width:\"100%\"},variant:\"ItBy0HFD5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-nsl50f\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:222.5,intrinsicWidth:1071,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+100+-4.5),pixelHeight:445,pixelWidth:2142,sizes:\"650px\",src:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=512 512w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png 2142w\"}},ONJjBR6HZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:222.5,intrinsicWidth:1071,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+50+-3),pixelHeight:445,pixelWidth:2142,sizes:\"327px\",src:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=512 512w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png 2142w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:222.5,intrinsicWidth:1071,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+100+107.75),pixelHeight:445,pixelWidth:2142,sizes:\"1071px\",src:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=512 512w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VRXh1vNk3sIlvIV26NkV2dou1Kc.png 2142w\"},className:\"framer-63usr1\",\"data-framer-name\":\"image\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c2fa4 hidden-n86055\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mcgk6h\",style:{rotate:3}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a1xfm-container\",id:\"a1xfm\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cTJKTKmJds5_mpuSMT\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"cTJKTKmJds5_mpuSMT\",layoutId:\"cTJKTKmJds5_mpuSMT\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klu8bk\",\"data-framer-name\":\"Group 1\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-higeb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:583,pixelWidth:556,sizes:\"58px\",src:\"https://framerusercontent.com/images/bjH1eHESZuZ2k5UYukRyfuFlw.png\",srcSet:\"https://framerusercontent.com/images/bjH1eHESZuZ2k5UYukRyfuFlw.png 556w\"},className:\"framer-1x5gp19\",\"data-framer-name\":\"logo white (1) 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"90px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Startupper for a day\"})}),className:\"framer-1fykapp\",\"data-framer-name\":\"Startupper for a day\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})],speed:90,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g16dk4 hidden-dv3p0p hidden-n86055\",\"data-framer-name\":\"grey filler \"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kq8ud2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ipllc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-text-alignment\":\"center\"},children:\"Startupper for a Day is a non-profit \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-text-alignment\":\"center\"},children:\"organization that connects \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\"talented \"}),\"university students\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\" with \"}),\"startups\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\", \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-text-alignment\":\"center\"},children:\"offering them the opportunity to explore \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-text-alignment\":\"center\"},children:\"the behind the scenes\"})]})},ONJjBR6HZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Startupper for a Day is a non-profit \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"organization that connects talented \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:[\"university \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:\"students\"}),\" with \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:\"startups\"}),\", \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"offering them the opportunity to explore \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"the behind the scenes\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\"},children:\"Startupper for a Day is a non-profit \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\"},children:\"organization that connects \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\"talented \"}),\"university students\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\" with \"}),\"startups\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif'},children:\", \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\"},children:\"offering them the opportunity to explore \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\"},children:\"the behind the scenes\"})]}),className:\"framer-1m7hs8p\",fonts:[\"CUSTOM;Creato Display Regular\",\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-n7dsjx hidden-dv3p0p hidden-n86055\",\"data-framer-name\":\"grey filler \"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rwgdmr\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uvm0ep-container hidden-oyvcas hidden-dv3p0p\",isModuleExternal:true,nodeId:\"YdFX44AKY\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"YdFX44AKY\",intervalControl:10,itemAmount:1,layoutId:\"YdFX44AKY\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13h6khk\",\"data-framer-name\":\"Job phone\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-z7z110\",\"data-framer-name\":\"briefcase-fill\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fxey7s\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:102,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"102\" viewBox=\"-1 -1 124 102\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M49.5625 0.625C43.247 0.625 38.125 5.74266 38.125 12.0606V15.875H11.4375C5.12074 15.875 0 20.9957 0 27.3125V37.8666L58.053 53.3474C59.9839 53.8623 62.0161 53.8623 63.947 53.3474L122 37.8666V27.3125C122 20.9957 116.879 15.875 110.562 15.875H83.875V12.0606C83.875 5.74266 78.753 0.625 72.4375 0.625H49.5625ZM49.5625 8.25H72.4375C74.5443 8.25 76.25 9.96281 76.25 12.0672V15.875H45.75V12.0606C45.75 9.95626 47.4557 8.25 49.5625 8.25Z\" fill=\"black\"/>\\n<path d=\"M0 88.3125C0 94.6293 5.12074 99.75 11.4375 99.75H110.562C116.879 99.75 122 94.6293 122 88.3125V45.2251L61.9823 61.2298C61.3387 61.4015 60.6613 61.4015 60.0177 61.2298L0 45.2251V88.3125Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktODAw\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\"},children:\"Job Shadowing\"})}),className:\"framer-zakfg8\",\"data-framer-name\":\"Job Shadowing\",fonts:[\"GF;Creato Display-800\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"Our program allows students to spend a full day shadowing \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"C-level executives at innovative companies. These companies have the chance to meet \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"and work with talented students, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"selected based on their specific needs, while we handle everything, from student engagement and selection to logistical details\"})]}),className:\"framer-14gxc27\",\"data-framer-name\":\"Our program allows students to spend a full day shadowing C-level executives at innovative companies. These companies have the chance to meet and work with talented students, selected based on their specific needs, while we handle everything\u2014from student engagement and selection to logistical details\",fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-119sbt6\",\"data-framer-name\":\"tech phpne\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xs29q9\",\"data-framer-name\":\"Rectangle 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktODAw\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\"},children:\"Tech Breakfast\"})}),className:\"framer-1oa1pwn\",\"data-framer-name\":\"Tech Breakfast\",fonts:[\"GF;Creato Display-800\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r5iur1\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:133,intrinsicWidth:125,svg:'<svg width=\"125\" height=\"133\" viewBox=\"0 0 125 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M38.9591 50.6469L33.3018 45.3199C31.2784 43.4147 31.6864 40.0931 34.1107 38.7342V38.7342C36.5223 37.3824 36.9415 34.0845 34.9447 32.1724L33.7732 31.0506C31.3934 28.7717 31.6386 24.899 34.2868 22.9385L38.9591 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M75.9703 50.6469L70.3129 45.3199C68.2896 43.4147 68.6976 40.0931 71.1218 38.7342V38.7342C73.5335 37.3824 73.9527 34.0845 71.9558 32.1724L70.7844 31.0506C68.4045 28.7717 68.6497 24.899 71.298 22.9385L75.9703 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M60.3867 35.0632L54.7293 29.7363C52.7059 27.8311 53.1139 24.5095 55.5382 23.1506V23.1506C57.9499 21.7988 58.369 18.5008 56.3722 16.5887L55.2007 15.467C52.8209 13.1881 53.0661 9.3154 55.7143 7.35489L60.3867 3.89594\" stroke=\"black\" stroke-width=\"2\"/>\\n<mask id=\"path-4-inside-1_6_48\" fill=\"white\">\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\"/>\\n</mask>\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-4-inside-1_6_48)\"/>\\n<rect x=\"18.0316\" y=\"125.169\" width=\"63.2826\" height=\"6.79183\" rx=\"2.5\" fill=\"black\" stroke=\"black\"/>\\n<mask id=\"path-6-inside-2_6_48\" fill=\"white\">\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\"/>\\n</mask>\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-6-inside-2_6_48)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"A casual networking breakfast where \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"20 professionals from the startup and tech world come together over coffee. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"This relaxed setting offers the perfect \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"opportunity to exchange ideas, build connections, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"and discuss industry trends in an informal, collaborative atmosphere\"})]}),className:\"framer-1nvph5x\",\"data-framer-name\":\"A casual networking breakfast where 20 professionals from the startup and tech world come together over coffee. This relaxed setting offers the perfect opportunity to exchange ideas, build connections, and discuss industry trends in an informal, collaborative atmosphere\",fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hk8cu\",\"data-framer-name\":\"pizza phone\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cib5yp\",\"data-framer-name\":\"Rectangle 3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kclhrd\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:170,intrinsicWidth:166,svg:'<svg width=\"166\" height=\"170\" viewBox=\"0 0 166 170\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"#E6DCA7\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#E5E5E5\" stroke-width=\"5\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#EBA08F\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#EBA08F\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#EBA08F\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#EBA08F\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#CACF94\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#CACF94\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"black\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#FFFEFE\" stroke-width=\"4\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#FFFEFE\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#FFFEFE\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#FFFEFE\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktODAw\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\"},children:\"Pizza&Tech\"})}),className:\"framer-183t4km\",\"data-framer-name\":\"Pizza&Tech\",fonts:[\"GF;Creato Display-800\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"A relaxed dinner where a group of up to 15 students \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"can engage in conversation with tech leaders from startups, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"tech companies, and investment funds. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"Held every two weeks, each event \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"focuses on a specific deep tech vertical.\"})]}),className:\"framer-xq0wgx\",\"data-framer-name\":\"A relaxed dinner where a group of up to 15 students can engage in conversation with tech leaders from startups, tech companies, and investment funds. Held every two weeks, each event focuses on a specific deep tech vertical.\",fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s58g6n\",\"data-framer-name\":\"box phone\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kgurp0\",\"data-framer-name\":\"Rectangle 4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dydezp\",\"data-framer-name\":\"boxes\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-156dv3l\",\"data-framer-name\":\"scaled (Stroke)\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:124,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"124\" viewBox=\"-1 -1 124 124\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M59.1085 0.502323C60.2806 -0.167441 61.7194 -0.167441 62.8915 0.502323L91.4853 16.8416C92.6732 17.5204 93.4062 18.7836 93.4062 20.1518V50.6179L120.079 65.8595C121.267 66.5383 122 67.8015 122 69.1696V101.848C122 103.216 121.267 104.48 120.079 105.158L91.4853 121.498C90.3132 122.167 88.8743 122.167 87.7022 121.498L61 106.239L34.2978 121.498C33.1257 122.167 31.6868 122.167 30.5147 121.498L1.92097 105.158C0.73309 104.48 0 103.216 0 101.848V69.1696C0 67.8015 0.733091 66.5383 1.92097 65.8595L28.5938 50.6179V20.1518C28.5938 18.7836 29.3268 17.5204 30.5147 16.8416L59.1085 0.502323ZM32.4062 57.2214L11.4968 69.1696L32.4062 81.1179L53.3157 69.1696L32.4062 57.2214ZM57.1875 75.7393L36.2188 87.7214V111.618L57.1875 99.6357V75.7393ZM64.8125 99.6357L85.7812 111.618V87.7214L64.8125 75.7393V99.6357ZM68.6843 69.1696L89.5938 81.1179L110.503 69.1696L89.5938 57.2214L68.6843 69.1696ZM85.7812 50.6179V26.7214L64.8125 38.7035V62.6L85.7812 50.6179ZM57.1875 62.6V38.7035L36.2188 26.7214V50.6179L57.1875 62.6ZM40.0906 20.1518L61 32.1L81.9094 20.1518L61 8.20355L40.0906 20.1518ZM114.375 75.7393L93.4062 87.7214V111.618L114.375 99.6357V75.7393ZM28.5938 111.618V87.7214L7.625 75.7393V99.6357L28.5938 111.618Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"We love hackathons and have participated in dozens.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"We organize hackathon bootcamps and events for\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:'startup hubs. Our notable event is \"Techstar Startup'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:'Weekend Milano 2023\" which we are proud to have'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\"},children:\"organized.\"})]}),className:\"framer-qqkshq\",\"data-framer-name\":'We love hackathons and have participated in dozens. We organize hackathon bootcamps and events for startup hubs. Our notable event is \"Techstar Startup Weekend Milano 2023\" which we are proud to have organized.',fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktODAw\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\"},children:\"Bootcamps and Hackathons\"})}),className:\"framer-7jyse6\",\"data-framer-name\":\"Bootcamps and Hackathons\",fonts:[\"GF;Creato Display-800\"],verticalAlignment:\"top\",withExternalLayout:true})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b77nhl-container hidden-oyvcas hidden-n86055\",isModuleExternal:true,nodeId:\"CuMVr1ufX\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"CuMVr1ufX\",intervalControl:1.5,itemAmount:1,layoutId:\"CuMVr1ufX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hhyn9m\",\"data-framer-name\":\"Group 4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b3htlt\",\"data-framer-name\":\"Rectangle 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Our program allows students to spend a full day shadowing C-level executives at innovative companies. These companies have the chance to meet and work with talented students, selected based on their specific needs, while we handle everything\u2014from student engagement and selection to logistical details\"})}),className:\"framer-118o3g7\",\"data-framer-name\":\"Our program allows students to spend a full day shadowing C-level executives at innovative companies. These companies have the chance to meet and work with talented students, selected based on their specific needs, while we handle everything\u2014from student engagement and selection to logistical details\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bs35wy\",\"data-framer-name\":\"briefcase-fill\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sqgii3\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:102,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"102\" viewBox=\"-1 -1 124 102\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M49.5625 0.625C43.247 0.625 38.125 5.74266 38.125 12.0606V15.875H11.4375C5.12074 15.875 0 20.9957 0 27.3125V37.8666L58.053 53.3474C59.9839 53.8623 62.0161 53.8623 63.947 53.3474L122 37.8666V27.3125C122 20.9957 116.879 15.875 110.562 15.875H83.875V12.0606C83.875 5.74266 78.753 0.625 72.4375 0.625H49.5625ZM49.5625 8.25H72.4375C74.5443 8.25 76.25 9.96281 76.25 12.0672V15.875H45.75V12.0606C45.75 9.95626 47.4557 8.25 49.5625 8.25Z\" fill=\"black\"/>\\n<path d=\"M0 88.3125C0 94.6293 5.12074 99.75 11.4375 99.75H110.562C116.879 99.75 122 94.6293 122 88.3125V45.2251L61.9823 61.2298C61.3387 61.4015 60.6613 61.4015 60.0177 61.2298L0 45.2251V88.3125Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Job Shadowing\"})}),className:\"framer-hcu1yz\",\"data-framer-name\":\"Job Shadowing\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aqysti\",\"data-framer-name\":\"Group 5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qmv0bg\",\"data-framer-name\":\"Rectangle 2\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1q13l65\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:133,intrinsicWidth:125,svg:'<svg width=\"125\" height=\"133\" viewBox=\"0 0 125 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M38.9591 50.6469L33.3018 45.3199C31.2784 43.4147 31.6864 40.0931 34.1107 38.7342V38.7342C36.5223 37.3824 36.9415 34.0845 34.9447 32.1724L33.7732 31.0506C31.3934 28.7717 31.6386 24.899 34.2868 22.9385L38.9591 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M75.9703 50.6469L70.3129 45.3199C68.2896 43.4147 68.6976 40.0931 71.1218 38.7342V38.7342C73.5335 37.3824 73.9527 34.0845 71.9558 32.1724L70.7844 31.0506C68.4045 28.7717 68.6497 24.899 71.298 22.9385L75.9703 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M60.3867 35.0632L54.7293 29.7363C52.7059 27.8311 53.1139 24.5095 55.5382 23.1506V23.1506C57.9499 21.7988 58.369 18.5008 56.3722 16.5887L55.2007 15.467C52.8209 13.1881 53.0661 9.3154 55.7143 7.35489L60.3867 3.89594\" stroke=\"black\" stroke-width=\"2\"/>\\n<mask id=\"path-4-inside-1_6_48\" fill=\"white\">\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\"/>\\n</mask>\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-4-inside-1_6_48)\"/>\\n<rect x=\"18.0316\" y=\"125.169\" width=\"63.2826\" height=\"6.79183\" rx=\"2.5\" fill=\"black\" stroke=\"black\"/>\\n<mask id=\"path-6-inside-2_6_48\" fill=\"white\">\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\"/>\\n</mask>\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-6-inside-2_6_48)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"A casual networking breakfast where 20 professionals from the startup and tech world come together over coffee. This relaxed setting offers the perfect \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"opportunity to exchange ideas, build connections, and discuss industry trends in an informal, collaborative atmosphere\"})]}),className:\"framer-ibbv27\",\"data-framer-name\":\"A casual networking breakfast where 20 professionals from the startup and tech world come together over coffee. This relaxed setting offers the perfect opportunity to exchange ideas, build connections, and discuss industry trends in an informal, collaborative atmosphere\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Tech Breakfast\"})}),className:\"framer-1ej7kmc\",\"data-framer-name\":\"Tech Breakfast\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wasaz3\",\"data-framer-name\":\"Group 6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kktg0z\",\"data-framer-name\":\"Rectangle 3\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-199ywno\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:170,intrinsicWidth:166,svg:'<svg width=\"166\" height=\"170\" viewBox=\"0 0 166 170\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"#E6DCA7\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#E5E5E5\" stroke-width=\"5\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#EBA08F\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#EBA08F\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#EBA08F\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#EBA08F\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#CACF94\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#CACF94\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"black\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#FFFEFE\" stroke-width=\"4\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#FFFEFE\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#FFFEFE\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#FFFEFE\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"A relaxed dinner where a group of up to 15 students can engage in conversation with tech leaders from startups, tech companies, and investment funds. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Held every two weeks, each event \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"focuses on a specific deep tech vertical.\"})]}),className:\"framer-1rkonx3\",\"data-framer-name\":\"A relaxed dinner where a group of up to 15 students can engage in conversation with tech leaders from startups, tech companies, and investment funds. Held every two weeks, each event focuses on a specific deep tech vertical.\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Pizza&Tech\"})}),className:\"framer-1ywonhk\",\"data-framer-name\":\"Pizza&Tech\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vbuzci\",\"data-framer-name\":\"Group 7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1el2ckj\",\"data-framer-name\":\"Rectangle 4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"We love hackathons and have participated in dozens.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"We organize hackathon bootcamps and events for\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:'startup hubs. Our notable event is \"Techstar Startup'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:'Weekend Milano 2023\" which we are proud to have'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"organized.\"})]}),className:\"framer-1005u7y\",\"data-framer-name\":'We love hackathons and have participated in dozens. We organize hackathon bootcamps and events for startup hubs. Our notable event is \"Techstar Startup Weekend Milano 2023\" which we are proud to have organized.',fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Bootcamps and Hackathons\"})}),className:\"framer-18d3lcr\",\"data-framer-name\":\"Bootcamps and Hackathons\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hgtgxp\",\"data-framer-name\":\"boxes\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6kzmj5\",\"data-framer-name\":\"scaled (Stroke)\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:124,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"124\" viewBox=\"-1 -1 124 124\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M59.1085 0.502323C60.2806 -0.167441 61.7194 -0.167441 62.8915 0.502323L91.4853 16.8416C92.6732 17.5204 93.4062 18.7836 93.4062 20.1518V50.6179L120.079 65.8595C121.267 66.5383 122 67.8015 122 69.1696V101.848C122 103.216 121.267 104.48 120.079 105.158L91.4853 121.498C90.3132 122.167 88.8743 122.167 87.7022 121.498L61 106.239L34.2978 121.498C33.1257 122.167 31.6868 122.167 30.5147 121.498L1.92097 105.158C0.73309 104.48 0 103.216 0 101.848V69.1696C0 67.8015 0.733091 66.5383 1.92097 65.8595L28.5938 50.6179V20.1518C28.5938 18.7836 29.3268 17.5204 30.5147 16.8416L59.1085 0.502323ZM32.4062 57.2214L11.4968 69.1696L32.4062 81.1179L53.3157 69.1696L32.4062 57.2214ZM57.1875 75.7393L36.2188 87.7214V111.618L57.1875 99.6357V75.7393ZM64.8125 99.6357L85.7812 111.618V87.7214L64.8125 75.7393V99.6357ZM68.6843 69.1696L89.5938 81.1179L110.503 69.1696L89.5938 57.2214L68.6843 69.1696ZM85.7812 50.6179V26.7214L64.8125 38.7035V62.6L85.7812 50.6179ZM57.1875 62.6V38.7035L36.2188 26.7214V50.6179L57.1875 62.6ZM40.0906 20.1518L61 32.1L81.9094 20.1518L61 8.20355L40.0906 20.1518ZM114.375 75.7393L93.4062 87.7214V111.618L114.375 99.6357V75.7393ZM28.5938 111.618V87.7214L7.625 75.7393V99.6357L28.5938 111.618Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kgpj7k-container hidden-dv3p0p hidden-n86055\",isModuleExternal:true,nodeId:\"Hzkf8tBv6\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:.5,effectsPerspective:900,effectsRotate:90,effectsScale:.5},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:10,height:\"100%\",id:\"Hzkf8tBv6\",intervalControl:10,itemAmount:1,layoutId:\"Hzkf8tBv6\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bmf62n\",\"data-framer-name\":\"Group 4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ho2hfv\",\"data-framer-name\":\"Rectangle 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Our program allows students to spend a full day shadowing C-level executives at innovative companies. These companies have the chance to meet and work with talented students, selected based on their specific needs, while we handle everything\u2014from student engagement and selection to logistical details\"})}),className:\"framer-rzqe7\",\"data-framer-name\":\"Our program allows students to spend a full day shadowing C-level executives at innovative companies. These companies have the chance to meet and work with talented students, selected based on their specific needs, while we handle everything\u2014from student engagement and selection to logistical details\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a80bb8\",\"data-framer-name\":\"briefcase-fill\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bv931v\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:102,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"102\" viewBox=\"-1 -1 124 102\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M49.5625 0.625C43.247 0.625 38.125 5.74266 38.125 12.0606V15.875H11.4375C5.12074 15.875 0 20.9957 0 27.3125V37.8666L58.053 53.3474C59.9839 53.8623 62.0161 53.8623 63.947 53.3474L122 37.8666V27.3125C122 20.9957 116.879 15.875 110.562 15.875H83.875V12.0606C83.875 5.74266 78.753 0.625 72.4375 0.625H49.5625ZM49.5625 8.25H72.4375C74.5443 8.25 76.25 9.96281 76.25 12.0672V15.875H45.75V12.0606C45.75 9.95626 47.4557 8.25 49.5625 8.25Z\" fill=\"black\"/>\\n<path d=\"M0 88.3125C0 94.6293 5.12074 99.75 11.4375 99.75H110.562C116.879 99.75 122 94.6293 122 88.3125V45.2251L61.9823 61.2298C61.3387 61.4015 60.6613 61.4015 60.0177 61.2298L0 45.2251V88.3125Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Job Shadowing\"})}),className:\"framer-z5c5vm\",\"data-framer-name\":\"Job Shadowing\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zdj8wr\",\"data-framer-name\":\"Group 5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zsw5eu\",\"data-framer-name\":\"Rectangle 2\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ifbwjh\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:133,intrinsicWidth:125,svg:'<svg width=\"125\" height=\"133\" viewBox=\"0 0 125 133\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M38.9591 50.6469L33.3018 45.3199C31.2784 43.4147 31.6864 40.0931 34.1107 38.7342V38.7342C36.5223 37.3824 36.9415 34.0845 34.9447 32.1724L33.7732 31.0506C31.3934 28.7717 31.6386 24.899 34.2868 22.9385L38.9591 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M75.9703 50.6469L70.3129 45.3199C68.2896 43.4147 68.6976 40.0931 71.1218 38.7342V38.7342C73.5335 37.3824 73.9527 34.0845 71.9558 32.1724L70.7844 31.0506C68.4045 28.7717 68.6497 24.899 71.298 22.9385L75.9703 19.4796\" stroke=\"black\" stroke-width=\"2\"/>\\n<path d=\"M60.3867 35.0632L54.7293 29.7363C52.7059 27.8311 53.1139 24.5095 55.5382 23.1506V23.1506C57.9499 21.7988 58.369 18.5008 56.3722 16.5887L55.2007 15.467C52.8209 13.1881 53.0661 9.3154 55.7143 7.35489L60.3867 3.89594\" stroke=\"black\" stroke-width=\"2\"/>\\n<mask id=\"path-4-inside-1_6_48\" fill=\"white\">\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\"/>\\n</mask>\\n<path d=\"M98.2938 62.3346C99.9506 62.3346 101.3 63.6784 101.235 65.334C100.631 80.7744 95.3818 95.4307 86.4596 106.412C76.9615 118.102 64.0793 124.669 50.6469 124.669C37.2145 124.669 24.3323 118.102 14.8341 106.412C5.91199 95.4308 0.662482 80.7745 0.0586078 65.334C-0.00614226 63.6784 1.34315 62.3346 3 62.3346L50.6469 62.3346L98.2938 62.3346Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-4-inside-1_6_48)\"/>\\n<rect x=\"18.0316\" y=\"125.169\" width=\"63.2826\" height=\"6.79183\" rx=\"2.5\" fill=\"black\" stroke=\"black\"/>\\n<mask id=\"path-6-inside-2_6_48\" fill=\"white\">\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\"/>\\n</mask>\\n<path d=\"M89.3114 107.654C88.8854 108.713 89.3775 109.97 90.4455 110.357C95.3369 112.132 100.583 112.211 105.268 110.54C110.569 108.649 114.719 104.674 116.804 99.4898C118.89 94.3054 118.742 88.3359 116.391 82.8946C114.313 78.0846 110.665 74.0355 106.109 71.4264C105.114 70.8567 103.924 71.3334 103.498 72.3922V72.3922C103.072 73.451 103.573 74.6893 104.557 75.2802C108.055 77.3816 110.854 80.5507 112.471 84.2928C114.36 88.6668 114.48 93.4654 112.803 97.6329C111.126 101.8 107.791 104.996 103.53 106.515C99.8844 107.815 95.8174 107.798 91.995 106.502C90.9201 106.138 89.7374 106.595 89.3114 107.654V107.654Z\" fill=\"black\" stroke=\"black\" stroke-width=\"2\" mask=\"url(#path-6-inside-2_6_48)\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"A casual networking breakfast where 20 professionals from the startup and tech world come together over coffee. This relaxed setting offers the perfect \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"opportunity to exchange ideas, build connections, and discuss industry trends in an informal, collaborative atmosphere\"})]}),className:\"framer-4gzxn5\",\"data-framer-name\":\"A casual networking breakfast where 20 professionals from the startup and tech world come together over coffee. This relaxed setting offers the perfect opportunity to exchange ideas, build connections, and discuss industry trends in an informal, collaborative atmosphere\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Tech Breakfast\"})}),className:\"framer-v8jm4v\",\"data-framer-name\":\"Tech Breakfast\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ovka3i\",\"data-framer-name\":\"Group 6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x1x091\",\"data-framer-name\":\"Rectangle 3\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1w1z0ek\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:170,intrinsicWidth:166,svg:'<svg width=\"166\" height=\"170\" viewBox=\"0 0 166 170\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"#E6DCA7\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#E5E5E5\" stroke-width=\"5\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#EBA08F\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#EBA08F\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#EBA08F\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#EBA08F\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#CACF94\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#CACF94\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.306 76.7677C154.208 76.9762 154.101 77.1801 153.986 77.3794L153.643 77.1812L51.897 140.606L53.6885 19.4724L53.1701 19.1731C53.3321 18.8924 53.5105 18.6216 53.7049 18.3606L53.7161 17.604L54.1283 17.837C55.6886 16.0549 58.0764 14.7954 61.2089 14.1109C65.0742 13.2662 69.9977 13.3134 75.698 14.25C81.3984 15.1866 87.7641 16.9941 94.4317 19.5693C101.099 22.1445 107.938 25.4371 114.558 29.259C121.177 33.0809 127.448 37.3572 133.012 41.8439C138.576 46.3305 143.325 50.9396 146.986 55.408C150.647 59.8764 153.15 64.1166 154.351 67.8864C155.179 70.4843 155.377 72.8238 154.949 74.8446L156.229 75.5688L154.306 76.7677Z\" fill=\"black\"/>\\n<path d=\"M72.5238 29.9947C97.7507 26.1246 128.304 47.3938 134.409 65.724\" stroke=\"#FFFEFE\" stroke-width=\"4\"/>\\n<circle cx=\"113.016\" cy=\"74.6266\" r=\"9.74437\" transform=\"rotate(30 113.016 74.6266)\" fill=\"#FFFEFE\"/>\\n<circle cx=\"78.8931\" cy=\"77.4291\" r=\"9.74437\" transform=\"rotate(30 78.8931 77.4291)\" fill=\"#FFFEFE\"/>\\n<path d=\"M85.6021 113.829C84.7154 112.384 83.5528 111.115 82.1807 110.095C80.8087 109.076 79.254 108.325 77.6055 107.885C75.957 107.446 74.2469 107.327 72.573 107.535C70.899 107.744 69.2939 108.275 67.8493 109.099C66.4047 109.923 65.1489 111.024 64.1536 112.338C63.1583 113.653 62.443 115.155 62.0485 116.76C61.654 118.365 61.5881 120.04 61.8545 121.691C62.121 123.342 62.7145 124.935 63.6012 126.38L74.6017 120.105L85.6021 113.829Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M56.6261 59.9065C58.3198 60.0276 60.0104 59.8206 61.6014 59.2975C63.1924 58.7744 64.6527 57.9453 65.8989 56.8576C67.145 55.7699 68.1527 54.4449 68.8642 52.9582C69.5758 51.4715 69.9774 49.8523 70.0461 48.193C70.1148 46.5337 69.8492 44.8668 69.2645 43.2874C68.6799 41.7081 67.7875 40.2472 66.6385 38.9883C65.4895 37.7294 64.1062 36.697 62.5678 35.9502C61.0293 35.2033 59.3658 34.7566 57.6721 34.6355L57.1491 47.271L56.6261 59.9065Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M90.6967 50.4884L94.2155 55.6454L91.5087 60.3337L85.2831 59.8649L81.7643 54.7078L84.4711 50.0195L90.6967 50.4884Z\" fill=\"#FFFEFE\"/>\\n<path d=\"M98.835 92.6932L102.354 97.8503L99.647 102.539L93.4215 102.07L89.9027 96.9126L92.6095 92.2244L98.835 92.6932Z\" fill=\"#FFFEFE\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"A relaxed dinner where a group of up to 15 students can engage in conversation with tech leaders from startups, tech companies, and investment funds. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Held every two weeks, each event \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"focuses on a specific deep tech vertical.\"})]}),className:\"framer-1wmmnst\",\"data-framer-name\":\"A relaxed dinner where a group of up to 15 students can engage in conversation with tech leaders from startups, tech companies, and investment funds. Held every two weeks, each event focuses on a specific deep tech vertical.\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Pizza&Tech\"})}),className:\"framer-7u07rp\",\"data-framer-name\":\"Pizza&Tech\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-klk2q9\",\"data-framer-name\":\"Group 7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ckdnxq\",\"data-framer-name\":\"Rectangle 4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"We love hackathons and have participated in dozens.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"We organize hackathon bootcamps and events for\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:'startup hubs. Our notable event is \"Techstar Startup'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:'Weekend Milano 2023\" which we are proud to have'}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"organized.\"})]}),className:\"framer-ia31uf\",\"data-framer-name\":'We love hackathons and have participated in dozens. We organize hackathon bootcamps and events for startup hubs. Our notable event is \"Techstar Startup Weekend Milano 2023\" which we are proud to have organized.',fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\"},children:\"Bootcamps and Hackathons\"})}),className:\"framer-12sflgm\",\"data-framer-name\":\"Bootcamps and Hackathons\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5ahxxl\",\"data-framer-name\":\"boxes\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1awoq83\",\"data-framer-name\":\"scaled (Stroke)\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:124,intrinsicWidth:124,svg:'<svg width=\"124\" height=\"124\" viewBox=\"-1 -1 124 124\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M59.1085 0.502323C60.2806 -0.167441 61.7194 -0.167441 62.8915 0.502323L91.4853 16.8416C92.6732 17.5204 93.4062 18.7836 93.4062 20.1518V50.6179L120.079 65.8595C121.267 66.5383 122 67.8015 122 69.1696V101.848C122 103.216 121.267 104.48 120.079 105.158L91.4853 121.498C90.3132 122.167 88.8743 122.167 87.7022 121.498L61 106.239L34.2978 121.498C33.1257 122.167 31.6868 122.167 30.5147 121.498L1.92097 105.158C0.73309 104.48 0 103.216 0 101.848V69.1696C0 67.8015 0.733091 66.5383 1.92097 65.8595L28.5938 50.6179V20.1518C28.5938 18.7836 29.3268 17.5204 30.5147 16.8416L59.1085 0.502323ZM32.4062 57.2214L11.4968 69.1696L32.4062 81.1179L53.3157 69.1696L32.4062 57.2214ZM57.1875 75.7393L36.2188 87.7214V111.618L57.1875 99.6357V75.7393ZM64.8125 99.6357L85.7812 111.618V87.7214L64.8125 75.7393V99.6357ZM68.6843 69.1696L89.5938 81.1179L110.503 69.1696L89.5938 57.2214L68.6843 69.1696ZM85.7812 50.6179V26.7214L64.8125 38.7035V62.6L85.7812 50.6179ZM57.1875 62.6V38.7035L36.2188 26.7214V50.6179L57.1875 62.6ZM40.0906 20.1518L61 32.1L81.9094 20.1518L61 8.20355L40.0906 20.1518ZM114.375 75.7393L93.4062 87.7214V111.618L114.375 99.6357V75.7393ZM28.5938 111.618V87.7214L7.625 75.7393V99.6357L28.5938 111.618Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vvgrdc hidden-n86055\",\"data-framer-name\":\"grey filler \"}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-179fcyd hidden-n86055\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kp4vf3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[\"Are you \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"a student?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:\"Are you \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:\"a student?\"})]})}),className:\"framer-5u5wto\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:[\"Understand what it means to be a founder\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"17px\"},children:\"and learn how to work for a startup\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:[\"Understand what it means to be a founder\",/*#__PURE__*/_jsx(\"br\",{}),\"and learn how to work for a startup\"]})}),className:\"framer-8iql5r\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{y:(componentViewport?.y||0)+0+1455+0+27+91.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+0+2214+0+32+107.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gui59j-container\",nodeId:\"UpQ7Uy282\",rendersWithMotion:true,scopeId:\"JPbnlA9T_\",whileHover:animation,children:/*#__PURE__*/_jsx(JoinAStartup,{height:\"100%\",id:\"UpQ7Uy282\",layoutId:\"UpQ7Uy282\",style:{height:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a6wuso\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[\"Are you \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"a founder?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:\"Are you \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\"},children:\"a founder?\"})]})}),className:\"framer-oaziro\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:[\"Meet talented people\",/*#__PURE__*/_jsx(\"br\",{}),\"and expand your team\"]})}),className:\"framer-1v72u7b\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{y:(componentViewport?.y||0)+0+1455+2+20+101.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+0+2214+0+32+107.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k36781-container\",nodeId:\"YA63wvA0J\",rendersWithMotion:true,scopeId:\"JPbnlA9T_\",whileHover:animation,children:/*#__PURE__*/_jsx(HostAStudent,{height:\"100%\",id:\"YA63wvA0J\",layoutId:\"YA63wvA0J\",style:{height:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8dhy83\",\"data-framer-name\":\"grey filler \",children:isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ctx80v hidden-oyvcas hidden-dv3p0p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c9g81\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Are you a student?\"})}),className:\"framer-iq84np\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"12px\"},children:\"Understand what it means to be a founder\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"12px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"12px\"},children:\"and learn how to work for a startup\"})]})}),className:\"framer-hwun4a\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/Waiting-list-S4D-ZWZZY9eXE3qbpfK9mzyM\",motionChild:true,nodeId:\"zLB0bqc4U\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1e8cglt framer-97x48l\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Join a startup\"})}),className:\"framer-fy1q8l\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p1xv9t\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Are you a founder?\"})}),className:\"framer-d68sx0\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1021654d-251a-4750-952b-de3f7005260e, rgb(136, 136, 136))\"},children:[\"Meet talented people and \",/*#__PURE__*/_jsx(\"br\",{}),\"expand your team\"]})}),className:\"framer-62b4ky\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"mailto:flavio@startupperforaday.it\",motionChild:true,nodeId:\"fAnTykLNX\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1v342z2 framer-97x48l\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Host a student\"})}),className:\"framer-p1lah1\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n8eu2a hidden-n86055\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z4kdut\",\"data-framer-name\":\"Group 1\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wi9kly\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+460+40.5261),pixelHeight:152,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/m2l746NiCSec8DrCgpy5ZNwsY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+346+40.5261),pixelHeight:152,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/m2l746NiCSec8DrCgpy5ZNwsY.png\"},className:\"framer-im6oa8\",\"data-framer-name\":\"image 44\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ac0kmi\",\"data-framer-name\":\"Group 2\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mstbun\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-537.7952+35.2401),pixelHeight:72,pixelWidth:152,src:\"https://framerusercontent.com/images/AfBtRNrkYRQJaEa2AEEtwiWdWPc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+762.9067+35.2401),pixelHeight:72,pixelWidth:152,src:\"https://framerusercontent.com/images/AfBtRNrkYRQJaEa2AEEtwiWdWPc.png\"},className:\"framer-1hkdyix\",\"data-framer-name\":\"image 40\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3jrm0\",\"data-framer-name\":\"Group 3\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kyp4ii\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+316+46.6931),pixelHeight:100,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AbicoWr6XIeoinOuDrV7OqquaE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+361.8607+46.6931),pixelHeight:100,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AbicoWr6XIeoinOuDrV7OqquaE.png\"},className:\"framer-5r5tbk\",\"data-framer-name\":\"image 22\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wwwy78\",\"data-framer-name\":\"Group 4\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v95v1\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+617.771+45.8121),pixelHeight:104,pixelWidth:432,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/h1vd7PamhvsAQrJXXYy29lhvK4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+513.9728+45.8121),pixelHeight:104,pixelWidth:432,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/h1vd7PamhvsAQrJXXYy29lhvK4.png\"},className:\"framer-191ztkn\",\"data-framer-name\":\"image 17\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d6973s\",\"data-framer-name\":\"Group 5\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u5jfs0\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+270+39.6451),pixelHeight:140,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/aSmLCVhSABay284y8fjTGHwe74.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+305+39.6451),pixelHeight:140,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/aSmLCVhSABay284y8fjTGHwe74.png\"},className:\"framer-o6pia6\",\"data-framer-name\":\"image 26\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-152txyg\",\"data-framer-name\":\"Group 6\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vsavmy\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-616.2326+34.3591),pixelHeight:90,pixelWidth:174,src:\"https://framerusercontent.com/images/yT6QDTeguiQ39Jq1Gkud4fyJC0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+680.3746+34.3591),pixelHeight:90,pixelWidth:174,src:\"https://framerusercontent.com/images/yT6QDTeguiQ39Jq1Gkud4fyJC0.png\"},className:\"framer-1kdzjsg\",\"data-framer-name\":\"image 30\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wy461e\",\"data-framer-name\":\"Group 7\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mo1yp9\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+720.4046+30.835),pixelHeight:94,pixelWidth:154,src:\"https://framerusercontent.com/images/WaLl55Bhs2jpfcJgOieRUVEjas.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+691.8665+30.835),pixelHeight:94,pixelWidth:154,src:\"https://framerusercontent.com/images/WaLl55Bhs2jpfcJgOieRUVEjas.png\"},className:\"framer-bnp00t\",\"data-framer-name\":\"image 15\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uch38w\",\"data-framer-name\":\"Group 8\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lrzej2\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-263.7952+43.1691),pixelHeight:74,pixelWidth:202,src:\"https://framerusercontent.com/images/styk1YtPWTE9a4toyhCyNy2VEA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+821.4105+43.1691),pixelHeight:74,pixelWidth:202,src:\"https://framerusercontent.com/images/styk1YtPWTE9a4toyhCyNy2VEA.png\"},className:\"framer-1riswyn\",\"data-framer-name\":\"image 45\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fcpn4r\",\"data-framer-name\":\"Group 9\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y69a64\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-413.2952+30.835),pixelHeight:232,pixelWidth:220,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zoG1wSVpLhQziqhn2Pl1VAYvJ4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+762+30.835),pixelHeight:232,pixelWidth:220,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zoG1wSVpLhQziqhn2Pl1VAYvJ4.png\"},className:\"framer-xngx1j\",\"data-framer-name\":\"image 46\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c2g474\",\"data-framer-name\":\"Group 10\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eo0hax\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-281.7952+43.1691),pixelHeight:72,pixelWidth:196,src:\"https://framerusercontent.com/images/ZxPmWPzcowNeuL34gXEaGspUOs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+947.8204+43.1691),pixelHeight:72,pixelWidth:196,src:\"https://framerusercontent.com/images/ZxPmWPzcowNeuL34gXEaGspUOs.png\"},className:\"framer-1hk0sw6\",\"data-framer-name\":\"image 47\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kofbhq\",\"data-framer-name\":\"Group 11\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pkmrji\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-528.2326+55.5032),pixelHeight:26,pixelWidth:382,src:\"https://framerusercontent.com/images/N7iNJJ8hvllkIO7ViBa0H1oCM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+1240-344.0543+55.5032),pixelHeight:26,pixelWidth:382,src:\"https://framerusercontent.com/images/N7iNJJ8hvllkIO7ViBa0H1oCM.png\"},className:\"framer-15v5ou1\",\"data-framer-name\":\"image 48\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mlzrvn\",\"data-framer-name\":\"Group 12\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xmu0r5\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-478.7952+44.0502),pixelHeight:70,pixelWidth:238,src:\"https://framerusercontent.com/images/YzgwSlpoP5CgN4ukC0STlEer7A.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+690.8218+44.0502),pixelHeight:70,pixelWidth:238,src:\"https://framerusercontent.com/images/YzgwSlpoP5CgN4ukC0STlEer7A.png\"},className:\"framer-1idr488\",\"data-framer-name\":\"image 49\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qhvd0w\",\"data-framer-name\":\"Group 13\",whileHover:animation2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wyyepn\",\"data-framer-name\":\"Ellipse 1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:129,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+658.2194+0+23.2781),pixelHeight:258,pixelWidth:256,src:\"https://framerusercontent.com/images/FiHTKgqHpnJP03v3rjrU5IgbS4I.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:129,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+605.1555+0+23.2781),pixelHeight:258,pixelWidth:256,src:\"https://framerusercontent.com/images/FiHTKgqHpnJP03v3rjrU5IgbS4I.png\"},className:\"framer-y25teo\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.12.44\",transformTemplate:transformTemplate1})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-72dy7c\",\"data-framer-name\":\"Group 14\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16u1gff\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:125,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+271+65-40.9258),pixelHeight:250,pixelWidth:238,src:\"https://framerusercontent.com/images/Q5WU8QAUQNAANNYIPblp8bBOsg.png\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:125,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+203.9868+23),pixelHeight:250,pixelWidth:238,src:\"https://framerusercontent.com/images/Q5WU8QAUQNAANNYIPblp8bBOsg.png\"},className:\"framer-5vzqpl\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.12.54\",transformTemplate:transformTemplate3})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fy4jz9\",\"data-framer-name\":\"Group 15\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6epa46\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-249.2952+33.4781),pixelHeight:88,pixelWidth:130,src:\"https://framerusercontent.com/images/aneJWrUdadNIcK6xIOUpbp4l1KM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+1240-276.3299+33.4781),pixelHeight:88,pixelWidth:130,src:\"https://framerusercontent.com/images/aneJWrUdadNIcK6xIOUpbp4l1KM.png\"},className:\"framer-96jsd9\",\"data-framer-name\":\"image 24\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uadpk0\",\"data-framer-name\":\"Group 16\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3d7d8t\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-423.2952+50.2171),pixelHeight:76,pixelWidth:380,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/N0NFXcbNg5mQtzhNAhttVqr4x0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+833.947+50.2171),pixelHeight:76,pixelWidth:380,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/N0NFXcbNg5mQtzhNAhttVqr4x0.png\"},className:\"framer-x4sjkb\",\"data-framer-name\":\"image 23\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fue5vr\",\"data-framer-name\":\"Group 17\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fbyr4s\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-357.2952+50.2171),pixelHeight:44,pixelWidth:258,src:\"https://framerusercontent.com/images/2MP7s8vDMu969aquA76obc7OY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+1027.5282+50.2171),pixelHeight:44,pixelWidth:258,src:\"https://framerusercontent.com/images/2MP7s8vDMu969aquA76obc7OY.png\"},className:\"framer-178mni\",\"data-framer-name\":\"image 2\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nexz9\",\"data-framer-name\":\"Group 18\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wmszev\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+164.5+41.4071),pixelHeight:144,pixelWidth:412,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jLW3I7vkDRIHVH3UbQFT9xeCUQk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+209.2103+41.4071),pixelHeight:144,pixelWidth:412,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jLW3I7vkDRIHVH3UbQFT9xeCUQk.png\"},className:\"framer-yoe09q\",\"data-framer-name\":\"image 11\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v2hq4m\",\"data-framer-name\":\"Group 19\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qyjqn\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:270,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-346.7952+64.2952-19.0977),pixelHeight:162,pixelWidth:540,sizes:\"94px\",src:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512 512w,https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png 540w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:270,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+1240-538.0543+44),pixelHeight:162,pixelWidth:540,sizes:\"94px\",src:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512 512w,https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png 540w\"},className:\"framer-6kk3jc\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.02.11\",transformTemplate:transformTemplate1})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h5d5sc\",\"data-framer-name\":\"Group 20\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rsonq8\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+441+19.3821),pixelHeight:368,pixelWidth:382,src:\"https://framerusercontent.com/images/TwNeu53cdicU3QqJyAP3RyM2EYQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+385.7664+19.3821),pixelHeight:368,pixelWidth:382,src:\"https://framerusercontent.com/images/TwNeu53cdicU3QqJyAP3RyM2EYQ.png\"},className:\"framer-1qxbxct\",\"data-framer-name\":\"Screenshot 2024-10-17 alle 09.14.39 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bq08f0\",\"data-framer-name\":\"Group 21\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ulb46\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+197+23.7871),pixelHeight:298,pixelWidth:302,src:\"https://framerusercontent.com/images/ku0MOjphmBrJKJf2KgbRJtl3Tk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+307.4131+23.7871),pixelHeight:298,pixelWidth:302,src:\"https://framerusercontent.com/images/ku0MOjphmBrJKJf2KgbRJtl3Tk.png\"},className:\"framer-113l80v\",\"data-framer-name\":\"Screenshot 2024-10-17 alle 09.15.10 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1txrs8z\",\"data-framer-name\":\"Group 22\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18rtps3\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-206.2952+47.5741),pixelHeight:54,pixelWidth:226,src:\"https://framerusercontent.com/images/QcQ7bxUeyJFWNzOhsaxdEwJ5jqI.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+1240-287.4224+47.5741),pixelHeight:54,pixelWidth:226,src:\"https://framerusercontent.com/images/QcQ7bxUeyJFWNzOhsaxdEwJ5jqI.png\"},className:\"framer-1rkjzgm\",\"data-framer-name\":\"image 8\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b7848\",\"data-framer-name\":\"Group 23\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1chpmbk\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-364.7952+19.382),pixelHeight:104,pixelWidth:104,src:\"https://framerusercontent.com/images/tGH1rUZBHU1RqmJLeoth67xm3L4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+830+19.382),pixelHeight:104,pixelWidth:104,src:\"https://framerusercontent.com/images/tGH1rUZBHU1RqmJLeoth67xm3L4.png\"},className:\"framer-1i54pkk\",\"data-framer-name\":\"image 41\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ehl02\",\"data-framer-name\":\"Group 24\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p9yoed\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-558.7326+43.1692),pixelHeight:60,pixelWidth:190,src:\"https://framerusercontent.com/images/d8hbcBwo9zxbkBmIEYzZyX0MdHE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+574.8589+43.1692),pixelHeight:60,pixelWidth:190,src:\"https://framerusercontent.com/images/d8hbcBwo9zxbkBmIEYzZyX0MdHE.png\"},className:\"framer-3z6y23\",\"data-framer-name\":\"image 7\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x9m7hz\",\"data-framer-name\":\"Group 25\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hw55xj\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-491.7952+50.2171),pixelHeight:72,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c1zWdKRVmoyKiGPLL4N2PzoelA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+848.5729+50.2171),pixelHeight:72,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c1zWdKRVmoyKiGPLL4N2PzoelA.png\"},className:\"framer-jp8hg8\",\"data-framer-name\":\"image 14\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fyrmbh\",\"data-framer-name\":\"Group 26\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l0dzqy\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+8+44.0502),pixelHeight:120,pixelWidth:412,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jHHWQIa261EJUfAX9mJLHEXL3SY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+92+44.0502),pixelHeight:120,pixelWidth:412,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jHHWQIa261EJUfAX9mJLHEXL3SY.png\"},className:\"framer-17z76gp\",\"data-framer-name\":\"image 12\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-57aob\",\"data-framer-name\":\"Group 27\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q7y4fx\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+113+45.812),pixelHeight:108,pixelWidth:372,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5ih0WnFOzQkdLy7iPeNvggCndY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+112+45.812),pixelHeight:108,pixelWidth:372,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5ih0WnFOzQkdLy7iPeNvggCndY.png\"},className:\"framer-9y25m\",\"data-framer-name\":\"image 21\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q6jpfj\",\"data-framer-name\":\"Group 28\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zwzsbv\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+434+43.1692),pixelHeight:72,pixelWidth:246,src:\"https://framerusercontent.com/images/byiJZi2M9PpjIZic1ssKKcRBWII.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+346.3923+43.1692),pixelHeight:72,pixelWidth:246,src:\"https://framerusercontent.com/images/byiJZi2M9PpjIZic1ssKKcRBWII.png\"},className:\"framer-oihx7p\",\"data-framer-name\":\"image 25\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bdzfzb\",\"data-framer-name\":\"Group 29\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kpunyi\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+363+49.3362),pixelHeight:84,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nws18eC5Pzf4luHc3T0Vi1yWck.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+423.9204+49.3362),pixelHeight:84,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nws18eC5Pzf4luHc3T0Vi1yWck.png\"},className:\"framer-1h2mu78\",\"data-framer-name\":\"image 10\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-amxuwn\",\"data-framer-name\":\"Group 30\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o8k8kt\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+90+48.4551),pixelHeight:84,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QZ2PJCHADNh1ZMyAszU9Yyg66js.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+53.0186+48.4551),pixelHeight:84,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QZ2PJCHADNh1ZMyAszU9Yyg66js.png\"},className:\"framer-wktkji\",\"data-framer-name\":\"image 16\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dluxg9\",\"data-framer-name\":\"Group 31\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m8498a\",\"data-framer-name\":\"Ellipse 3\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+212+42.2881),pixelHeight:136,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gDaCDjViwY0a0448DkKvym0YRQg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+231.8619+42.2881),pixelHeight:136,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gDaCDjViwY0a0448DkKvym0YRQg.png\"},className:\"framer-15qy9r2\",\"data-framer-name\":\"image 27\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y7gims\",\"data-framer-name\":\"Group 32\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ha4ae\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+140+44.0502),pixelHeight:74,pixelWidth:206,src:\"https://framerusercontent.com/images/ric9ThhqsYTV05sOQbFZRtE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+179.0018+44.0502),pixelHeight:74,pixelWidth:206,src:\"https://framerusercontent.com/images/ric9ThhqsYTV05sOQbFZRtE.png\"},className:\"framer-1su87hf\",\"data-framer-name\":\"image 9\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1seastc\",\"data-framer-name\":\"Group 33\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19lrnup\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-608.7952+44.0501),pixelHeight:84,pixelWidth:222,src:\"https://framerusercontent.com/images/BHPnWOQFB1mnwY6uEiv1AUBF5k.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+732.6101+44.0501),pixelHeight:84,pixelWidth:222,src:\"https://framerusercontent.com/images/BHPnWOQFB1mnwY6uEiv1AUBF5k.png\"},className:\"framer-11nezz5\",\"data-framer-name\":\"image 28\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bskb30\",\"data-framer-name\":\"Group 34\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15fun31\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-629.5+46.6931),pixelHeight:56,pixelWidth:188,src:\"https://framerusercontent.com/images/xjLBSGP2N0NxFm87CHb84odg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+644.8545+46.6931),pixelHeight:56,pixelWidth:188,src:\"https://framerusercontent.com/images/xjLBSGP2N0NxFm87CHb84odg.png\"},className:\"framer-pcv7f5\",\"data-framer-name\":\"image 13\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hwixur\",\"data-framer-name\":\"Group 35\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rj8n1u\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+45+35.2401),pixelHeight:330,pixelWidth:676,sizes:\"101.8011px\",src:\"https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png\",srcSet:\"https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png 676w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+86.4493+35.2401),pixelHeight:330,pixelWidth:676,sizes:\"101.8011px\",src:\"https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png\",srcSet:\"https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/IQPpxdsC3dSRcvILMRgNoTw5O4s.png 676w\"},className:\"framer-1wtsab9\",\"data-framer-name\":\"Screenshot 2024-10-17 alle 09.22.04 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i82z95\",\"data-framer-name\":\"Group 36\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-th544x\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+453+34.3591),pixelHeight:94,pixelWidth:174,src:\"https://framerusercontent.com/images/Hoa55thYtrooNniEnHyd2Z1WE8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+438.0164+34.3591),pixelHeight:94,pixelWidth:174,src:\"https://framerusercontent.com/images/Hoa55thYtrooNniEnHyd2Z1WE8.png\"},className:\"framer-mac8pm\",\"data-framer-name\":\"image 43\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u18cau\",\"data-framer-name\":\"Group 37\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3bfx0y\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+330+37.0021),pixelHeight:98,pixelWidth:198,src:\"https://framerusercontent.com/images/clb1v7VgUoRw79eBloTu4BVBo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+464.1196+37.0021),pixelHeight:98,pixelWidth:198,src:\"https://framerusercontent.com/images/clb1v7VgUoRw79eBloTu4BVBo.png\"},className:\"framer-1j6t1o3\",\"data-framer-name\":\"image 18\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b2mfc6\",\"data-framer-name\":\"Group 38\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1el80gi\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+7+44.931),pixelHeight:112,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NUNfbS9WckdzFaG0fh1Tv5CpnQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+136.8151+44.931),pixelHeight:112,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NUNfbS9WckdzFaG0fh1Tv5CpnQ.png\"},className:\"framer-19ws0j2\",\"data-framer-name\":\"image 19\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g2wv9o\",\"data-framer-name\":\"Group 39\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hbtiv0\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+463+42.2881),pixelHeight:140,pixelWidth:372,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8X7yOepqxgkHrv4YiVHWNtf7wQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+587.9728+42.2881),pixelHeight:140,pixelWidth:372,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8X7yOepqxgkHrv4YiVHWNtf7wQ.png\"},className:\"framer-1rd5er4\",\"data-framer-name\":\"image 20\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d0c6im\",\"data-framer-name\":\"Group 40\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s4sc48\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+561+37.0021),pixelHeight:100,pixelWidth:246,src:\"https://framerusercontent.com/images/FH03dlXHcU3OumrsbXBNZVNM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+538.2939+37.0021),pixelHeight:100,pixelWidth:246,src:\"https://framerusercontent.com/images/FH03dlXHcU3OumrsbXBNZVNM.png\"},className:\"framer-10qiaiy\",\"data-framer-name\":\"image 3\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13pm84i\",\"data-framer-name\":\"Group 41\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-al0xn8\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+335+46.6931),pixelHeight:58,pixelWidth:182,src:\"https://framerusercontent.com/images/d9ZY1YDNDHSp1oRXafT74WHxO5g.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+223+46.6931),pixelHeight:58,pixelWidth:182,src:\"https://framerusercontent.com/images/d9ZY1YDNDHSp1oRXafT74WHxO5g.png\"},className:\"framer-1d5pdw6\",\"data-framer-name\":\"image 35\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-isvc1z\",\"data-framer-name\":\"Group 42\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wypq8h\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+211+28.1921),pixelHeight:102,pixelWidth:100,src:\"https://framerusercontent.com/images/Ev2yFK1vGmkUQzMJGAMbc3eLw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+223+28.1921),pixelHeight:102,pixelWidth:100,src:\"https://framerusercontent.com/images/Ev2yFK1vGmkUQzMJGAMbc3eLw.png\"},className:\"framer-1iraqee\",\"data-framer-name\":\"image 39\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1usjbeh\",\"data-framer-name\":\"Group 43\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mli4ql\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-258.7952+28.1921),pixelHeight:298,pixelWidth:430,src:\"https://framerusercontent.com/images/7iNFV4I6N2D3PPZn2eADabKvTM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+944.6863+28.1921),pixelHeight:298,pixelWidth:430,src:\"https://framerusercontent.com/images/7iNFV4I6N2D3PPZn2eADabKvTM.png\"},className:\"framer-15ohb4d\",\"data-framer-name\":\"Screenshot 2024-10-17 alle 09.25.18 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-trhbsg\",\"data-framer-name\":\"Group 44\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u6fds2\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+9+51.0981),pixelHeight:36,pixelWidth:208,src:\"https://framerusercontent.com/images/em7WqRVOIB74n9LqWl8J4tBonQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+38.9225+51.0981),pixelHeight:36,pixelWidth:208,src:\"https://framerusercontent.com/images/em7WqRVOIB74n9LqWl8J4tBonQ.png\"},className:\"framer-1aab0hc\",\"data-framer-name\":\"image 37\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w13rri\",\"data-framer-name\":\"Group 45\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11axftg\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+108+42.2881),pixelHeight:136,pixelWidth:236,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/auA6Ydf4FNJOWVwk9qWwDPaYWA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+40+42.2881),pixelHeight:136,pixelWidth:236,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/auA6Ydf4FNJOWVwk9qWwDPaYWA.png\"},className:\"framer-15ih66\",\"data-framer-name\":\"image 34\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8cjyrg\",\"data-framer-name\":\"Group 46\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nci719\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-390.7952+37.8831),pixelHeight:292,pixelWidth:610,sizes:\"93.6207px\",src:\"https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png\",srcSet:\"https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png 610w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+907.0767+37.8831),pixelHeight:292,pixelWidth:610,sizes:\"93.6207px\",src:\"https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png\",srcSet:\"https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/aEkcN8fJpxEefw04Wu4zgeFOtaY.png 610w\"},className:\"framer-1f0vpok\",\"data-framer-name\":\"Screenshot 2024-10-17 alle 09.26.58 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tjjds3\",\"data-framer-name\":\"Group 47\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykr6h0\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+634.9421+36.121),pixelHeight:106,pixelWidth:178,src:\"https://framerusercontent.com/images/4QSXcHisChB8HWto2ThR2Op2U.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+789.0245+36.121),pixelHeight:106,pixelWidth:178,src:\"https://framerusercontent.com/images/4QSXcHisChB8HWto2ThR2Op2U.png\"},className:\"framer-ekf6zf\",\"data-framer-name\":\"image 38\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"59px\",\"--framer-text-alignment\":\"center\"},children:\"Who we\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"59px\",\"--framer-text-alignment\":\"center\"},children:\"work with\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-line-height\":\"90px\",\"--framer-text-alignment\":\"center\"},children:\"Who we \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-line-height\":\"90px\",\"--framer-text-alignment\":\"center\"},children:\"work with\"})]}),className:\"framer-1mlt6vm\",\"data-framer-name\":\"Who we work with\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{whileHover:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5bq45\",\"data-framer-name\":\"Group 48\",whileHover:animation2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fp6uzl\",\"data-framer-name\":\"Ellipse 1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1700.8+1376-133.2952+46),pixelHeight:58,pixelWidth:204,src:\"https://framerusercontent.com/images/9Hl4B9nUd29mD3cFcAWl8ZpL0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2559.8+951+46),pixelHeight:58,pixelWidth:204,src:\"https://framerusercontent.com/images/9Hl4B9nUd29mD3cFcAWl8ZpL0.png\"},className:\"framer-d0845t\",\"data-framer-name\":\"image 4\"})})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1joub71 hidden-oyvcas hidden-dv3p0p\",children:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bxanwv-container hidden-oyvcas\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ije2h_Gub\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Ije2h_Gub\",layoutId:\"Ije2h_Gub\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112,intrinsicWidth:224,pixelHeight:224,pixelWidth:448,src:\"https://framerusercontent.com/images/htm0KRY0tjuwGpIbESd45ley8.png\"},className:\"framer-elslzg\",\"data-framer-name\":\"amity\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:562.5,intrinsicWidth:1500,pixelHeight:1125,pixelWidth:3e3,sizes:\"149.3333px\",src:\"https://framerusercontent.com/images/jUvCdIL0Yhq7GKy9cbWGDtyaMs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/jUvCdIL0Yhq7GKy9cbWGDtyaMs.png?scale-down-to=512 512w,https://framerusercontent.com/images/jUvCdIL0Yhq7GKy9cbWGDtyaMs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUvCdIL0Yhq7GKy9cbWGDtyaMs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jUvCdIL0Yhq7GKy9cbWGDtyaMs.png 3000w\"},className:\"framer-o13d6w\",\"data-framer-name\":\"talents_venture\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:247,intrinsicWidth:1139.5,pixelHeight:494,pixelWidth:2279,sizes:\"185px\",src:\"https://framerusercontent.com/images/iI5hUdviKPDV9bWeqbIYWCuSEh4.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iI5hUdviKPDV9bWeqbIYWCuSEh4.png?scale-down-to=512 512w,https://framerusercontent.com/images/iI5hUdviKPDV9bWeqbIYWCuSEh4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iI5hUdviKPDV9bWeqbIYWCuSEh4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iI5hUdviKPDV9bWeqbIYWCuSEh4.png 2279w\"},className:\"framer-cszso7\",\"data-framer-name\":\"intellimech\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:61.5,intrinsicWidth:204.5,pixelHeight:123,pixelWidth:409,src:\"https://framerusercontent.com/images/Z422hdHurFGsWkJstqpqDNW2NA.png\"},className:\"framer-1xuqzko\",\"data-framer-name\":\"datapizza_1_\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:81.5,intrinsicWidth:155,pixelHeight:163,pixelWidth:310,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Vp9962jlTOEFyaVJBLgPcwq15Hg.png\"},className:\"framer-cvusdg\",\"data-framer-name\":\"Download-8\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:112.5,intrinsicWidth:112.5,pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/z88DldIJ1GfwWGhb4ow1Sskckto.png\"},className:\"framer-6mw075\",\"data-framer-name\":\"sivola\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:126,intrinsicWidth:526,pixelHeight:252,pixelWidth:1052,positionX:\"center\",positionY:\"center\",sizes:\"109px\",src:\"https://framerusercontent.com/images/w5zNXoxTgv4G1ox1FUa2u3D1Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/w5zNXoxTgv4G1ox1FUa2u3D1Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/w5zNXoxTgv4G1ox1FUa2u3D1Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w5zNXoxTgv4G1ox1FUa2u3D1Y.png 1052w\"},className:\"framer-3c6hft\",\"data-framer-name\":\"Akamas\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:62.5,intrinsicWidth:201,pixelHeight:125,pixelWidth:402,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/L9p7Lz7CGgRzSw3I5xMWrFHFLs8.png\"},className:\"framer-14o5qng\",\"data-framer-name\":\"Download-5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:241.5,intrinsicWidth:678.5,pixelHeight:483,pixelWidth:1357,sizes:\"144px\",src:\"https://framerusercontent.com/images/MlO7a0X98MlRel5gkbx77ycXBI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MlO7a0X98MlRel5gkbx77ycXBI.png?scale-down-to=512 512w,https://framerusercontent.com/images/MlO7a0X98MlRel5gkbx77ycXBI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlO7a0X98MlRel5gkbx77ycXBI.png 1357w\"},className:\"framer-lk1yy2\",\"data-framer-name\":\"aurorafellows\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:77,intrinsicWidth:512,pixelHeight:154,pixelWidth:1024,sizes:\"180px\",src:\"https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png 1024w\"},className:\"framer-1yueagv\",\"data-framer-name\":\"wyblo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:77,intrinsicWidth:512,pixelHeight:154,pixelWidth:1024,sizes:\"180px\",src:\"https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/URS7epHh0xWGh2CGW42oRQa5k.png 1024w\"},className:\"framer-1yueagv\",\"data-framer-name\":\"wyblo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:90,pixelHeight:46,pixelWidth:180,src:\"https://framerusercontent.com/images/ssc4XmXDHJw2NS2EWFq5vhCmz8M.png\"},className:\"framer-tn5m00\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.00.34\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:325,intrinsicWidth:925.5,pixelHeight:650,pixelWidth:1851,sizes:\"137px\",src:\"https://framerusercontent.com/images/D6DO2jPa3OrKuozgB17nGZpSdMQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/D6DO2jPa3OrKuozgB17nGZpSdMQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/D6DO2jPa3OrKuozgB17nGZpSdMQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/D6DO2jPa3OrKuozgB17nGZpSdMQ.png 1851w\"},className:\"framer-1p5sqnm\",\"data-framer-name\":\"utego\",whileHover:animation}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:31,intrinsicWidth:86,pixelHeight:62,pixelWidth:172,src:\"https://framerusercontent.com/images/nLovNbkXYqxYUt3z7AHeV1AFQ0.png\"},className:\"framer-9zskty\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.00.47\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:144,pixelHeight:162,pixelWidth:288,src:\"https://framerusercontent.com/images/NV3wBaj8WoCyOnGcr5Yg3r5W1Io.png\"},className:\"framer-1w1a83o\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.01.53\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:270,pixelHeight:162,pixelWidth:540,sizes:\"204px\",src:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png?scale-down-to=512 512w,https://framerusercontent.com/images/TtK1AbHhtlvtysvroGavNUp4UEY.png 540w\"},className:\"framer-fr1m5o\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.02.11\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:203,pixelHeight:100,pixelWidth:406,src:\"https://framerusercontent.com/images/WkYcwxUWql1ySqitnHl7kP6sCKc.png\"},className:\"framer-k7nnju\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.01.39\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:31,intrinsicWidth:88,pixelHeight:62,pixelWidth:176,src:\"https://framerusercontent.com/images/DonRz2mmdrKjgK7NLeg9MROYtPA.png\"},className:\"framer-xpdgot\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.00.01\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1653.5,intrinsicWidth:2338.5,pixelHeight:3307,pixelWidth:4677,sizes:\"106px\",src:\"https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png?scale-down-to=512 512w,https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/79c9MtyEcpN0TkBUw4A4p0o8UNk.png 4677w\"},className:\"framer-m3sicf\",\"data-framer-name\":\"vedrai_1_\",whileHover:animation}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60,intrinsicWidth:210,pixelHeight:120,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8AEHo1MYi4kUQZHQiW8dHa6lbk.png\"},className:\"framer-1qpbvm3\",\"data-framer-name\":\"Download-1\",whileHover:animation3}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:79.5,intrinsicWidth:159,pixelHeight:159,pixelWidth:318,src:\"https://framerusercontent.com/images/OqotEzMWUX9tLvfU2hzskn7xg.png\"},className:\"framer-5ffpca\",\"data-framer-name\":\"moviri_2_\",whileHover:animation}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:62,intrinsicWidth:159,pixelHeight:124,pixelWidth:318,src:\"https://framerusercontent.com/images/RDqVpQHFc0EKRSjiiX8q5xDybRI.png\"},className:\"framer-ktwh8r\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.06.32\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:58,intrinsicWidth:199,pixelHeight:116,pixelWidth:398,src:\"https://framerusercontent.com/images/CM1MBJPZxBmy37Jg858JA3uP2k.png\"},className:\"framer-1pl812q\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.06.18\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:69,intrinsicWidth:162,pixelHeight:138,pixelWidth:324,src:\"https://framerusercontent.com/images/Cg2wBKTUsxEJ9cUMg61MI0KdMM.png\"},className:\"framer-1xdkxxt\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.06.26\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:53,intrinsicWidth:209,pixelHeight:106,pixelWidth:418,src:\"https://framerusercontent.com/images/hslcpgidm53cK4HHLgfWVmsVk.png\"},className:\"framer-11dp9u5\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.06.44\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:70,intrinsicWidth:67,pixelHeight:140,pixelWidth:134,src:\"https://framerusercontent.com/images/EUz8v3V3J1TZtsgta8E3FpM.png\"},className:\"framer-16swk4u\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.07.36\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:49,intrinsicWidth:177,pixelHeight:98,pixelWidth:354,src:\"https://framerusercontent.com/images/bb3pZDaIWE616unvNdgGUJMzI4.png\"},className:\"framer-1lhk506\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.07.49\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:125,intrinsicWidth:119,pixelHeight:250,pixelWidth:238,src:\"https://framerusercontent.com/images/Q5WU8QAUQNAANNYIPblp8bBOsg.png\"},className:\"framer-tvb4vp\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.12.54\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:129,intrinsicWidth:128,pixelHeight:258,pixelWidth:256,src:\"https://framerusercontent.com/images/FiHTKgqHpnJP03v3rjrU5IgbS4I.png\"},className:\"framer-e9uvcq\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.12.44\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:140,pixelHeight:108,pixelWidth:280,src:\"https://framerusercontent.com/images/4CMLmZb82PpZisKznv8iF1BA7Q.png\"},className:\"framer-wmzwre\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.08.14\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:107,intrinsicWidth:267,pixelHeight:214,pixelWidth:534,sizes:\"175px\",src:\"https://framerusercontent.com/images/ZOlzKPnKzhSuPXfhk5o3azbs9d4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZOlzKPnKzhSuPXfhk5o3azbs9d4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZOlzKPnKzhSuPXfhk5o3azbs9d4.png 534w\"},className:\"framer-1026vhk\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.13.25\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:66,intrinsicWidth:343,pixelHeight:132,pixelWidth:686,sizes:\"343px\",src:\"https://framerusercontent.com/images/3O0YXsOFmQ8A256zT19uV5voq4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3O0YXsOFmQ8A256zT19uV5voq4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3O0YXsOFmQ8A256zT19uV5voq4.png 686w\"},className:\"framer-j5rhp2\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.13.32\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:166,pixelHeight:314,pixelWidth:332,src:\"https://framerusercontent.com/images/symtSvoxvLZMd7d2zWThVsYnUkE.png\"},className:\"framer-1va2i51\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.15.27\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:370,pixelHeight:150,pixelWidth:740,sizes:\"346px\",src:\"https://framerusercontent.com/images/Qw1dpgAB2duy0oFbDGJJQ62tmE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Qw1dpgAB2duy0oFbDGJJQ62tmE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Qw1dpgAB2duy0oFbDGJJQ62tmE.png 740w\"},className:\"framer-1x30277\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.14.52\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113,intrinsicWidth:316,pixelHeight:226,pixelWidth:632,sizes:\"196px\",src:\"https://framerusercontent.com/images/lm4FsRg5M5sSGa2xO5ipICYILtA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lm4FsRg5M5sSGa2xO5ipICYILtA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lm4FsRg5M5sSGa2xO5ipICYILtA.png 632w\"},className:\"framer-8rvs8z\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.14.39\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:129,intrinsicWidth:262,pixelHeight:258,pixelWidth:524,sizes:\"142px\",src:\"https://framerusercontent.com/images/RJgkScDv6bp8mUDRY3p2vhOqhnY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RJgkScDv6bp8mUDRY3p2vhOqhnY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RJgkScDv6bp8mUDRY3p2vhOqhnY.png 524w\"},className:\"framer-1e9x56s\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.14.45\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:129,intrinsicWidth:280,pixelHeight:258,pixelWidth:560,sizes:\"152px\",src:\"https://framerusercontent.com/images/N8MaoKzjSOazB7FlTVa3ovmuA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/N8MaoKzjSOazB7FlTVa3ovmuA.png?scale-down-to=512 512w,https://framerusercontent.com/images/N8MaoKzjSOazB7FlTVa3ovmuA.png 560w\"},className:\"framer-1351m3o\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.14.59\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:130,intrinsicWidth:223,pixelHeight:260,pixelWidth:446,src:\"https://framerusercontent.com/images/Ayht8t09sFAgk3yE13vFLJJxIA8.png\"},className:\"framer-e3e2c6\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.14.34\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109,intrinsicWidth:238,pixelHeight:218,pixelWidth:476,src:\"https://framerusercontent.com/images/EgBswmBoSHBgZJ2SBsJtt1YkA4.png\"},className:\"framer-3bpmtl\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.15.04\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:151,intrinsicWidth:200,pixelHeight:302,pixelWidth:400,src:\"https://framerusercontent.com/images/3eQshLVKks6yPn03UduJ01YSX3k.png\"},className:\"framer-1topzl8\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.16.55\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:276,pixelHeight:238,pixelWidth:552,sizes:\"163px\",src:\"https://framerusercontent.com/images/OQ1bs3YPmZMK7mAmOyOPQiSCl7s.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OQ1bs3YPmZMK7mAmOyOPQiSCl7s.png?scale-down-to=512 512w,https://framerusercontent.com/images/OQ1bs3YPmZMK7mAmOyOPQiSCl7s.png 552w\"},className:\"framer-aqetpq\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.18.08\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:120,intrinsicWidth:131,pixelHeight:240,pixelWidth:262,src:\"https://framerusercontent.com/images/4QWGE5PxNcju5fShDDjLX4q8CRg.png\"},className:\"framer-11oqkhv\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.17.29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:133,intrinsicWidth:136,pixelHeight:266,pixelWidth:272,src:\"https://framerusercontent.com/images/03VJ529eN7UMRWSU4GTuT4p1BU.png\"},className:\"framer-1xe7ajc\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.17.20\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:126,intrinsicWidth:228,pixelHeight:252,pixelWidth:456,src:\"https://framerusercontent.com/images/J5xVGqWyPipnttDGMaH2Nl7JQpA.png\"},className:\"framer-kklcp1\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.17.37\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109,intrinsicWidth:300,pixelHeight:218,pixelWidth:600,sizes:\"193px\",src:\"https://framerusercontent.com/images/XIp5747TRT4F2BzDwmmgRHVLw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XIp5747TRT4F2BzDwmmgRHVLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/XIp5747TRT4F2BzDwmmgRHVLw.png 600w\"},className:\"framer-trf4aj\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.17.46\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:130,intrinsicWidth:114,pixelHeight:260,pixelWidth:228,src:\"https://framerusercontent.com/images/b8VhOol84N4GDVhkv44BjMnGiqM.png\"},className:\"framer-7yw9f2\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.18.14\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:85,intrinsicWidth:214,pixelHeight:170,pixelWidth:428,src:\"https://framerusercontent.com/images/5Lk0vLrPO1V18ztxzgzdCF3jI.png\"},className:\"framer-ntba8y\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.20.03\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:66,intrinsicWidth:393,pixelHeight:132,pixelWidth:786,sizes:\"417px\",src:\"https://framerusercontent.com/images/lylvNrILUiAD5tn6wR7AWgnm8U.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lylvNrILUiAD5tn6wR7AWgnm8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/lylvNrILUiAD5tn6wR7AWgnm8U.png 786w\"},className:\"framer-ts5mct\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.20.10\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:79,intrinsicWidth:240,pixelHeight:158,pixelWidth:480,src:\"https://framerusercontent.com/images/CQlhFoXgJukvJnQceUUaMPZ0.png\"},className:\"framer-dn4ho6\",\"data-framer-name\":\"Screenshot 2024-10-20 alle 09.20.16\"})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kl8tp4 hidden-oyvcas hidden-dv3p0p\"}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-69a6s hidden-oyvcas hidden-dv3p0p\"}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bel1fz hidden-n86055\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10gwkdr hidden-dv3p0p\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vgsrg3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"C3tFzsF2m\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"C3tFzsF2m\",layoutId:\"C3tFzsF2m\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6lqn9\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1248,pixelWidth:1193,sizes:\"51px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-1t0nbw8\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\",transformTemplate:transformTemplate3}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"90px\",\"--framer-text-color\":\"rgb(8, 81, 159)\"},children:\"About us \"})}),className:\"framer-1ss3ade\",\"data-framer-name\":\"About\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"center\",withExternalLayout:true})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y46jkk hidden-dv3p0p hidden-n86055\",\"data-framer-name\":\"grey filler \"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w4v5jb\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ndfyg2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:[\"We are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"techoptimists\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"driven by \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:[\"a sense of urgency towards\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"global problems\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:[\"We value\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:[\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"people\"}),\" \"]}),\"and we are committed to \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:[\"help them build\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"connections\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:\"Europe is our playground, \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"innovation\"}),\" \"]}),\"knows no borders, \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"center\"},children:\"so do we.\"})]}),fonts:[\"CUSTOM;Creato Display Regular\",\"CUSTOM;Creato Display ExtraBold\",\"GF;Creato Display-regular\"]},ONJjBR6HZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[\"We are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"techoptimists\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"driven by a sense\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[\"of urgency towards\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"global problems\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[\"We value \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"people\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),\"and we \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[\"are committed to help them build\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"connections\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"}),\"Europe is our \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:[\"playground, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"innovation\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"knows \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"no borders, so do we.\"})]}),fonts:[\"CUSTOM;Creato Display Regular\",\"CUSTOM;Creato Display ExtraBold\",\"GF;Creato Display-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\"},children:[\"We are\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"techoptimists\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"driven by\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\"},children:[\"a sense of urgency towards\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"global problems\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"}),\"We value \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"people\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"and we are committed to help them build\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"connections\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\". \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\"},children:[\"Europe is our playground,\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"strong\",{children:\"innovation\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif'},children:\" \"}),\"knows no borders, \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\"},children:\"so do we.\"})]}),className:\"framer-o6eg17\",\"data-framer-name\":\"WE ARE \\xa0TECHOPTIMISTS \\xa0DRIVEN BY A \\xa0SENSE OF URGENCY TOWARD GLOBAL PROBLEMS. WE VALUE\\xa0PEOPLE AND ARE COMMITTED TO HELP THEM BUILDING RELATIONS. WE THINK\\xa0WE NEED MORE WOMEN IN STEM, BUSINESS AND FINANCE. \\xa0EUROPE IS OUR PLAYGROUND,\\xa0 INNOVATION KNOWS NO BORDERS, SO DO WE.\",fonts:[\"CUSTOM;Creato Display Regular\",\"GF;Creato Display-regular\",\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gqn1s4 hidden-dv3p0p hidden-n86055\",\"data-framer-name\":\"grey filler \"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dsytn8\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpv74z hidden-dv3p0p hidden-n86055\"}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pg8rrw-container hidden-n86055\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IQYe0z2Ir\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"IQYe0z2Ir\",layoutId:\"IQYe0z2Ir\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x7yq4s\",\"data-framer-name\":\"logocopia\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-text-color\":\"rgb(8, 81, 159)\"},children:\"International network\"})}),className:\"framer-1g0vkh9\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1248,pixelWidth:1193,sizes:\"51px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-ov7jre\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\",transformTemplate:transformTemplate3})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16lddh4-container hidden-oyvcas hidden-dv3p0p\",\"data-framer-name\":\"BABYTICKER\",isAuthoredByUser:true,isModuleExternal:true,name:\"BABYTICKER\",nodeId:\"GOjeXAnT2\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"GOjeXAnT2\",layoutId:\"GOjeXAnT2\",name:\"BABYTICKER\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19r0ery\",\"data-framer-name\":\"BAbylogocopia\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"rgb(8, 81, 159)\"},children:\"International network\"})}),className:\"framer-1gw5bq4\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1248,pixelWidth:1193,sizes:\"34px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-1bjc5f0\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\"})]})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jg6fcg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:603,intrinsicWidth:605,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3684.8+83.4061),pixelHeight:1050,pixelWidth:1050,sizes:\"408px\",src:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png 1050w\"}},ONJjBR6HZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:603,intrinsicWidth:605,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1628+20+111.7418),pixelHeight:1050,pixelWidth:1050,sizes:\"285px\",src:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png 1050w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:603,intrinsicWidth:605,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4639.8+16),pixelHeight:1050,pixelWidth:1050,sizes:\"650px\",src:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r3P03Ggs9DUsguqZ6NUUxMbspX8.png 1050w\"},className:\"framer-7ovd0n\",\"data-framer-name\":\"Screenshot 2024-10-14 alle 09.25.47\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kgrurl\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-ggcyne\",\"data-framer-name\":\"Chapters\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ljaoh2\",\"data-framer-name\":\"Group 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"90px\"},children:\"Milan\"})}),verticalAlignment:\"center\"},ONJjBR6HZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"90px\"},children:\"Milan\"})}),verticalAlignment:\"center\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-line-height\":\"90px\"},children:\"Milan\"})}),className:\"framer-i698fv\",\"data-framer-name\":\"Milan\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3684.8+53.9061+54+0+40+7+6.3),pixelHeight:1248,pixelWidth:1193,sizes:\"53px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},transformTemplate:transformTemplate3},ONJjBR6HZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1628+20+395.7418+0+0+0+43.5+5.25),pixelHeight:1248,pixelWidth:1193,sizes:\"30px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4639.8+26.5+36+0+40+37.5+0),pixelHeight:1248,pixelWidth:1193,sizes:\"75px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-1kqjpnb\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\"})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lhiumd hidden-dv3p0p\",\"data-framer-name\":\"Group 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"90px\"},children:\"Turin\"})}),verticalAlignment:\"center\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-line-height\":\"90px\"},children:\"Turin\"})}),className:\"framer-9qn8ph\",\"data-framer-name\":\"Turin\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1628+20+395.7418+0+0+0+125.5+0),pixelHeight:1248,pixelWidth:1193,sizes:\"30px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4639.8+26.5+36+0+40+151.5+0),pixelHeight:1248,pixelWidth:1193,sizes:\"75px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-1798tg9\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\"})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w78xjy hidden-dv3p0p\",\"data-framer-name\":\"Group 5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1628+20+395.7418+0+0+0+89.5+0),pixelHeight:1248,pixelWidth:1193,sizes:\"30px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4639.8+26.5+36+0+40+265.5+0),pixelHeight:1248,pixelWidth:1193,sizes:\"75px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-19ikv6x\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"90px\"},children:\"Valencia\"})}),verticalAlignment:\"center\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-line-height\":\"90px\"},children:\"Valencia\"})}),className:\"framer-14ab8x8\",\"data-framer-name\":\"Valencia\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rdbkql hidden-oyvcas hidden-n86055\",\"data-framer-name\":\"Group 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"90px\"},children:\"Turin\"})}),className:\"framer-1vf1vtt\",\"data-framer-name\":\"Milan\",fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3684.8+53.9061+54+0+40+77+6.3),pixelHeight:1248,pixelWidth:1193,sizes:\"53px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1248,pixelWidth:1193,sizes:\"53px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-9mp67\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\",transformTemplate:transformTemplate3})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5b7ujh hidden-oyvcas hidden-n86055\",\"data-framer-name\":\"Group 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q3JlYXRvIERpc3BsYXktcmVndWxhcg==\",\"--framer-font-family\":'\"Creato Display\", \"Creato Display Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"90px\"},children:\"Valencia\"})}),className:\"framer-1tf8bqx\",\"data-framer-name\":\"Milan\",fonts:[\"GF;Creato Display-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3684.8+53.9061+54+0+40+147+6.3),pixelHeight:1248,pixelWidth:1193,sizes:\"53px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1248,pixelWidth:1193,sizes:\"53px\",src:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png\",srcSet:\"https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png?scale-down-to=1024 978w,https://framerusercontent.com/images/pWQqnygo2htOzcIOe8Zlst6CORs.png 1193w\"},className:\"framer-tppww7\",\"data-framer-name\":\"Copia di Logo PNG (2) 1\",transformTemplate:transformTemplate3})})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/startup-on-boarding-form-s4d-7Wojcrn8pe1fWOWVaymJ\",motionChild:true,nodeId:\"A8P27RoBJ\",openInNewTab:true,scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ypnjgs framer-97x48l\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enrmEl8it:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Startupper for a\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Day in your city\"})]})},ONJjBR6HZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Startupper for a\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Day in your city\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bring Startupper for a\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Day in your city\"})]}),className:\"framer-1diwa24\",\"data-framer-name\":\"Bring Startupper for a Day to your city\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-6xyezj hidden-oyvcas hidden-n86055\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-text-alignment\":\"center\"},children:\"We are always looking\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-text-alignment\":\"center\"},children:\"for great additions for our team.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-text-alignment\":\"center\"},children:\"If you share our values and \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-text-alignment\":\"center\"},children:\"want to join, apply here\"})]}),className:\"framer-13sdn3i\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykte7u hidden-dv3p0p\",\"data-framer-name\":\"grey filler \",children:isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"We are always looking\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"for great additions for our team.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"If you share our values and want to join, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IFJlZ3VsYXI=\",\"--framer-font-family\":'\"Creato Display Regular\", \"Creato Display Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"apply here\"})]}),className:\"framer-1nxeaxh hidden-n86055\",fonts:[\"CUSTOM;Creato Display Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gomry.com/form/startup-on-boarding-form-s4d-7Wojcrn8pe1fWOWVaymJ\",motionChild:true,nodeId:\"uvBUF8KeW\",openInNewTab:true,scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zalxa1 framer-97x48l\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",whileHover:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ONJjBR6HZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Work with us\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Work with us\"})}),className:\"framer-120walg\",\"data-framer-name\":\"Bring Startupper for a Day to your city\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ijq7kf\",\"data-framer-name\":\"Blog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6hcixb-container\",id:\"6hcixb\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MjsoT0s71\",scopeId:\"JPbnlA9T_\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:10,height:\"100%\",id:\"MjsoT0s71\",layoutId:\"MjsoT0s71\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1046,intrinsicWidth:589.5,pixelHeight:2092,pixelWidth:1179,sizes:\"219px\",src:\"https://framerusercontent.com/images/Db6E8dTgg6rvJWzHVe3TlSbgJJ0.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Db6E8dTgg6rvJWzHVe3TlSbgJJ0.jpg?scale-down-to=1024 577w,https://framerusercontent.com/images/Db6E8dTgg6rvJWzHVe3TlSbgJJ0.jpg?scale-down-to=2048 1154w,https://framerusercontent.com/images/Db6E8dTgg6rvJWzHVe3TlSbgJJ0.jpg 1179w\"},className:\"framer-1npig5f\",\"data-framer-name\":\"IMG_5811\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1836,intrinsicWidth:1033,pixelHeight:2066,pixelWidth:3672,sizes:\"219px\",src:\"https://framerusercontent.com/images/2ulr1gaKIoQIF1BbRHjJlzd0gM.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2ulr1gaKIoQIF1BbRHjJlzd0gM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2ulr1gaKIoQIF1BbRHjJlzd0gM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2ulr1gaKIoQIF1BbRHjJlzd0gM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2ulr1gaKIoQIF1BbRHjJlzd0gM.jpg 3672w\"},className:\"framer-1odr1u1\",\"data-framer-name\":\"IMG_3573\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2312,intrinsicWidth:1734,pixelHeight:4624,pixelWidth:3468,sizes:\"292px\",src:\"https://framerusercontent.com/images/c889UnfYsQcK9kLclef2lbPlZww.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/c889UnfYsQcK9kLclef2lbPlZww.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/c889UnfYsQcK9kLclef2lbPlZww.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/c889UnfYsQcK9kLclef2lbPlZww.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/c889UnfYsQcK9kLclef2lbPlZww.jpg 3468w\"},className:\"framer-nks2dg\",\"data-framer-name\":\"$20231127_102747\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2856,intrinsicWidth:2142,pixelHeight:5712,pixelWidth:4284,sizes:\"292px\",src:\"https://framerusercontent.com/images/Fr5DqmKBcIwphKMBLtzUEs2XAg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Fr5DqmKBcIwphKMBLtzUEs2XAg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/Fr5DqmKBcIwphKMBLtzUEs2XAg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/Fr5DqmKBcIwphKMBLtzUEs2XAg.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/Fr5DqmKBcIwphKMBLtzUEs2XAg.jpg 4284w\"},className:\"framer-1tapdah\",\"data-framer-name\":\"IMG_7655\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2016,intrinsicWidth:1512,pixelHeight:4032,pixelWidth:3024,sizes:\"292px\",src:\"https://framerusercontent.com/images/1v9R8fBa4nzVFWTLQNUbEOONmk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v9R8fBa4nzVFWTLQNUbEOONmk.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/1v9R8fBa4nzVFWTLQNUbEOONmk.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/1v9R8fBa4nzVFWTLQNUbEOONmk.jpg 3024w\"},className:\"framer-g6rsol\",\"data-framer-name\":\"IMG_3360\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2016,intrinsicWidth:1512,pixelHeight:4032,pixelWidth:3024,sizes:\"292px\",src:\"https://framerusercontent.com/images/Vt1RX3hHGw3cGL01EqTDwoX334.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Vt1RX3hHGw3cGL01EqTDwoX334.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/Vt1RX3hHGw3cGL01EqTDwoX334.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/Vt1RX3hHGw3cGL01EqTDwoX334.jpg 3024w\"},className:\"framer-wqhls5\",\"data-framer-name\":\"IMG_1039_2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:2968,pixelWidth:2277,positionX:\"center\",positionY:\"center\",sizes:\"289px\",src:\"https://framerusercontent.com/images/VrO5wzpyalNaVZjxPwsklVigO2I.png\",srcSet:\"https://framerusercontent.com/images/VrO5wzpyalNaVZjxPwsklVigO2I.png?scale-down-to=1024 785w,https://framerusercontent.com/images/VrO5wzpyalNaVZjxPwsklVigO2I.png?scale-down-to=2048 1571w,https://framerusercontent.com/images/VrO5wzpyalNaVZjxPwsklVigO2I.png 2277w\"},className:\"framer-1mnohi1\",\"data-framer-name\":\"IMG_3682\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:3024,pixelWidth:2668,positionX:\"center\",positionY:\"center\",sizes:\"343px\",src:\"https://framerusercontent.com/images/fio5C3DkNi2LcFKft5GkGd1n2Lo.png\",srcSet:\"https://framerusercontent.com/images/fio5C3DkNi2LcFKft5GkGd1n2Lo.png?scale-down-to=1024 903w,https://framerusercontent.com/images/fio5C3DkNi2LcFKft5GkGd1n2Lo.png?scale-down-to=2048 1806w,https://framerusercontent.com/images/fio5C3DkNi2LcFKft5GkGd1n2Lo.png 2668w\"},className:\"framer-hvwsd9\",\"data-framer-name\":\"IMG_3369\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:3024,pixelWidth:2420,positionX:\"center\",positionY:\"center\",sizes:\"312px\",src:\"https://framerusercontent.com/images/6wo1EDZHwBbLHxXTdhdLAddRbI.png\",srcSet:\"https://framerusercontent.com/images/6wo1EDZHwBbLHxXTdhdLAddRbI.png?scale-down-to=1024 819w,https://framerusercontent.com/images/6wo1EDZHwBbLHxXTdhdLAddRbI.png?scale-down-to=2048 1638w,https://framerusercontent.com/images/6wo1EDZHwBbLHxXTdhdLAddRbI.png 2420w\"},className:\"framer-4btu6i\",\"data-framer-name\":\"IMG_3671 (1)\"})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-132zdrl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:\"STARTUPPER FOR A DAY A.P.S.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:\"Via Pordenone 13, 20132 Milano, IT\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:\"P.IVA:\\xa013199200968\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:\"Pec:\\xa0s4d@pec.it\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8ebb4457-384c-4a88-b9cb-52e778b1464e, rgb(230, 230, 230))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/1ZSoB7cSjiH3wI3-yNmzj_tJaz6e7-lWmB8AybXUl90Q/edit?usp=sharing\",motionChild:true,nodeId:\"XmaT4BaR5\",openInNewTab:true,scopeId:\"JPbnlA9T_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-udk7mb\",\"data-styles-preset\":\"lgGGJuKNb\",children:\"Statuto\"})}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/document/d/1-avsfDgv2fMuKpqQ38ouCgK6zQmrjcGSDpdTfP9uO6M/edit?usp=sharing\",motionChild:true,nodeId:\"XmaT4BaR5\",openInNewTab:true,scopeId:\"JPbnlA9T_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-udk7mb\",\"data-styles-preset\":\"lgGGJuKNb\",children:\"Atto costitutivo\"})}),\" - Privacy Policy\"]})]}),className:\"framer-15hr07h\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nvep6o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(230, 230, 230)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/startupper4day_/\",motionChild:true,nodeId:\"juxvUV7CP\",openInNewTab:true,scopeId:\"JPbnlA9T_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-udk7mb\",\"data-styles-preset\":\"lgGGJuKNb\",children:\"Instagram\"})})})}),className:\"framer-1y4oyu5\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NyZWF0byBEaXNwbGF5IEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"Creato Display ExtraBold\", \"Creato Display ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(230, 230, 230)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://it.linkedin.com/company/startupper4aday\",motionChild:true,nodeId:\"po5JxVwq9\",openInNewTab:true,scopeId:\"JPbnlA9T_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-udk7mb\",\"data-styles-preset\":\"lgGGJuKNb\",children:\"LinkedIn\"})})})}),className:\"framer-1w7y5td\",fonts:[\"CUSTOM;Creato Display ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P0d2n.framer-97x48l, .framer-P0d2n .framer-97x48l { display: block; }\",\".framer-P0d2n.framer-oyvcas { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1366px; }\",\".framer-P0d2n .framer-d2sgnt-container { flex: none; height: 72px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-nsl50f { align-content: center; align-items: center; background-color: #08519f; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 638px; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 102%; }\",\".framer-P0d2n .framer-63usr1 { aspect-ratio: 4.813483146067416 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 223px); overflow: visible; position: relative; width: 1071px; }\",\".framer-P0d2n .framer-1c2fa4 { background-color: #ffd429; flex: none; height: 100px; position: relative; width: 1920px; }\",\".framer-P0d2n .framer-mcgk6h, .framer-P0d2n .framer-10gwkdr, .framer-P0d2n .framer-mpv74z { flex: none; height: 34px; overflow: hidden; position: absolute; right: -6px; top: -34px; width: 1924px; }\",\".framer-P0d2n .framer-a1xfm-container, .framer-P0d2n .framer-fxey7s, .framer-P0d2n .framer-vgsrg3-container, .framer-P0d2n .framer-1pg8rrw-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-P0d2n .framer-1klu8bk { height: 90px; overflow: visible; position: relative; width: 695px; }\",\".framer-P0d2n .framer-higeb { bottom: -2px; flex: none; left: 0px; overflow: visible; position: absolute; right: -15px; top: 0px; }\",\".framer-P0d2n .framer-1x5gp19 { aspect-ratio: 0.9666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 0px; position: absolute; top: 9px; width: 58px; }\",\".framer-P0d2n .framer-1fykapp { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; left: 78px; position: absolute; top: 0px; white-space: pre-wrap; width: 625px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1g16dk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 115px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-kq8ud2 { 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: 45px 0px 45px 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-2ipllc { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 523px; overflow: hidden; position: relative; width: 97%; will-change: var(--framer-will-change-override, transform); }\",\".framer-P0d2n .framer-1m7hs8p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-n7dsjx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-rwgdmr { 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: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-uvm0ep-container { flex: none; height: 240px; position: relative; width: 375px; }\",\".framer-P0d2n .framer-13h6khk { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; height: 240px; position: relative; width: 370px; }\",\".framer-P0d2n .framer-z7z110 { flex: none; height: 55px; left: calc(51.35135135135137% - 65px / 2); overflow: visible; position: absolute; top: 12px; width: 65px; }\",\".framer-P0d2n .framer-zakfg8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 52%; position: absolute; top: 76px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-14gxc27 { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; height: 120px; left: calc(51.621621621621635% - 338px / 2); position: absolute; white-space: pre-wrap; width: 338px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-119sbt6, .framer-P0d2n .framer-hk8cu, .framer-P0d2n .framer-s58g6n { height: 240px; overflow: visible; position: relative; width: 370px; }\",\".framer-P0d2n .framer-xs29q9 { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-P0d2n .framer-1oa1pwn { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 65px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-r5iur1 { flex: none; height: 53px; left: calc(49.729729729729755% - 53px / 2); position: absolute; top: 5px; width: 53px; }\",\".framer-P0d2n .framer-1nvph5x { --framer-paragraph-spacing: 0px; bottom: 31px; flex: none; height: 102px; left: 0px; position: absolute; white-space: pre-wrap; width: 361px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-cib5yp, .framer-P0d2n .framer-kgurp0 { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 240px; left: 0px; position: absolute; top: 0px; width: 370px; }\",\".framer-P0d2n .framer-kclhrd { flex: none; height: 59px; left: calc(49.729729729729755% - 59px / 2); position: absolute; top: 8px; width: 59px; }\",\".framer-P0d2n .framer-183t4km { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 67px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-xq0wgx { --framer-paragraph-spacing: 0px; bottom: 24px; flex: none; height: 96px; left: calc(49.729729729729755% - 347px / 2); position: absolute; white-space: pre-wrap; width: 347px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1dydezp { flex: none; height: 75px; left: calc(49.729729729729755% - 87px / 2); overflow: visible; position: absolute; top: 7px; width: 87px; }\",\".framer-P0d2n .framer-156dv3l { flex: none; height: 62px; left: calc(50.57471264367819% - 62px / 2); position: absolute; top: calc(50.66666666666669% - 62px / 2); width: 62px; }\",\".framer-P0d2n .framer-qqkshq { --framer-paragraph-spacing: 0px; bottom: 21px; flex: none; height: 94px; left: calc(50.00000000000002% - 360px / 2); position: absolute; white-space: pre-wrap; width: 360px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-7jyse6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -14px; position: absolute; right: -14px; top: 85px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-b77nhl-container { flex: none; height: 500px; position: relative; width: 775px; }\",\".framer-P0d2n .framer-hhyn9m, .framer-P0d2n .framer-aqysti, .framer-P0d2n .framer-1wasaz3, .framer-P0d2n .framer-vbuzci { height: 500px; overflow: visible; position: relative; width: 775px; }\",\".framer-P0d2n .framer-b3htlt, .framer-P0d2n .framer-qmv0bg, .framer-P0d2n .framer-1kktg0z, .framer-P0d2n .framer-1el2ckj { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 500px; left: 0px; position: absolute; top: 0px; width: 775px; }\",\".framer-P0d2n .framer-118o3g7, .framer-P0d2n .framer-ibbv27, .framer-P0d2n .framer-rzqe7, .framer-P0d2n .framer-4gzxn5 { --framer-paragraph-spacing: 0px; bottom: 36px; flex: none; height: 227px; left: calc(50.04739336492893% - 744px / 2); position: absolute; white-space: pre-wrap; width: 744px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1bs35wy, .framer-P0d2n .framer-1a80bb8 { flex: none; height: 122px; left: calc(50.04739336492893% - 122px / 2); overflow: visible; position: absolute; top: 22px; width: 122px; }\",\".framer-P0d2n .framer-sqgii3, .framer-P0d2n .framer-1bv931v { bottom: 17px; flex: none; left: -1px; position: absolute; right: 1px; top: 6px; }\",\".framer-P0d2n .framer-hcu1yz, .framer-P0d2n .framer-1ej7kmc, .framer-P0d2n .framer-z5c5vm, .framer-P0d2n .framer-v8jm4v { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 162px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-1q13l65, .framer-P0d2n .framer-ifbwjh { flex: none; height: 133px; left: calc(49.95260663507111% - 125px / 2); position: absolute; top: 24px; width: 125px; }\",\".framer-P0d2n .framer-199ywno, .framer-P0d2n .framer-1w1z0ek { flex: none; height: 170px; left: calc(50.04739336492893% - 166px / 2); position: absolute; top: 32px; width: 166px; }\",\".framer-P0d2n .framer-1rkonx3, .framer-P0d2n .framer-1005u7y, .framer-P0d2n .framer-1wmmnst, .framer-P0d2n .framer-ia31uf { --framer-paragraph-spacing: 0px; bottom: 16px; flex: none; height: 227px; left: calc(50.04739336492893% - 744px / 2); position: absolute; white-space: pre-wrap; width: 744px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1ywonhk, .framer-P0d2n .framer-7u07rp { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 182px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-18d3lcr, .framer-P0d2n .framer-12sflgm { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 182px; transform: translateX(-50%); white-space: pre-wrap; width: 734px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1hgtgxp, .framer-P0d2n .framer-5ahxxl { flex: none; height: 122px; left: calc(50.04739336492893% - 122px / 2); overflow: visible; position: absolute; top: 30px; width: 122px; }\",\".framer-P0d2n .framer-6kzmj5, .framer-P0d2n .framer-1awoq83 { bottom: -19px; flex: none; height: 124px; left: -1px; position: absolute; right: -1px; }\",\".framer-P0d2n .framer-1kgpj7k-container { flex: none; height: 500px; position: relative; width: 1090px; }\",\".framer-P0d2n .framer-1bmf62n, .framer-P0d2n .framer-zdj8wr, .framer-P0d2n .framer-ovka3i, .framer-P0d2n .framer-klk2q9 { height: 500px; overflow: visible; position: relative; width: 1090px; }\",\".framer-P0d2n .framer-ho2hfv, .framer-P0d2n .framer-zsw5eu, .framer-P0d2n .framer-x1x091, .framer-P0d2n .framer-ckdnxq { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 500px; left: 0px; position: absolute; top: 0px; width: 1090px; }\",\".framer-P0d2n .framer-1vvgrdc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-179fcyd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-kp4vf3, .framer-P0d2n .framer-a6wuso { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; padding: 32px 0px 32px 0px; position: relative; width: 520px; }\",\".framer-P0d2n .framer-5u5wto, .framer-P0d2n .framer-oaziro, .framer-P0d2n .framer-iq84np, .framer-P0d2n .framer-fy1q8l, .framer-P0d2n .framer-d68sx0, .framer-P0d2n .framer-p1lah1, .framer-P0d2n .framer-1diwa24, .framer-P0d2n .framer-120walg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-P0d2n .framer-8iql5r, .framer-P0d2n .framer-1v72u7b { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-gui59j-container, .framer-P0d2n .framer-1k36781-container { flex: none; height: 30px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-8dhy83 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 144px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-ctx80v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-P0d2n .framer-1c9g81, .framer-P0d2n .framer-1p1xv9t { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; padding: 30px 0px 30px 0px; position: relative; width: 375px; }\",\".framer-P0d2n .framer-hwun4a, .framer-P0d2n .framer-62b4ky { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1e8cglt { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.8333333333333333px rgba(0, 0, 0, 0.24), 0px 1.8065619053231785px 1.8065619053231785px -1.6666666666666665px rgba(0, 0, 0, 0.23), 0px 3.6217592146567767px 3.6217592146567767px -2.5px rgba(0, 0, 0, 0.22), 0px 6.8655999097303715px 6.8655999097303715px -3.333333333333333px rgba(0, 0, 0, 0.19), 0px 13.646761411524492px 13.646761411524492px -4.166666666666667px rgba(0, 0, 0, 0.14), 0px 30px 30px -5px rgba(0, 0, 0, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1v342z2 { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.8333333333333333px rgba(0, 0, 0, 0.24), 0px 1.8065619053231785px 1.8065619053231785px -1.6666666666666665px rgba(0, 0, 0, 0.23), 0px 3.6217592146567767px 3.6217592146567767px -2.5px rgba(0, 0, 0, 0.22), 0px 6.8655999097303715px 6.8655999097303715px -3.333333333333333px rgba(0, 0, 0, 0.19), 0px 13.646761411524492px 13.646761411524492px -4.166666666666667px rgba(0, 0, 0, 0.14), 0px 30px 30px -5px rgba(0, 0, 0, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-n8eu2a { flex: none; height: 1240px; overflow: hidden; position: relative; width: 1366px; }\",\".framer-P0d2n .framer-z4kdut { flex: none; height: 118px; left: 530px; overflow: visible; position: absolute; top: 346px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-wi9kly, .framer-P0d2n .framer-mstbun, .framer-P0d2n .framer-kyp4ii, .framer-P0d2n .framer-v95v1, .framer-P0d2n .framer-u5jfs0, .framer-P0d2n .framer-1vsavmy, .framer-P0d2n .framer-1mo1yp9, .framer-P0d2n .framer-1lrzej2, .framer-P0d2n .framer-y69a64, .framer-P0d2n .framer-eo0hax, .framer-P0d2n .framer-pkmrji, .framer-P0d2n .framer-xmu0r5, .framer-P0d2n .framer-16u1gff, .framer-P0d2n .framer-6epa46, .framer-P0d2n .framer-3d7d8t, .framer-P0d2n .framer-1fbyr4s, .framer-P0d2n .framer-wmszev, .framer-P0d2n .framer-1qyjqn, .framer-P0d2n .framer-rsonq8, .framer-P0d2n .framer-18ulb46, .framer-P0d2n .framer-18rtps3, .framer-P0d2n .framer-1chpmbk, .framer-P0d2n .framer-1p9yoed, .framer-P0d2n .framer-hw55xj, .framer-P0d2n .framer-l0dzqy, .framer-P0d2n .framer-1q7y4fx, .framer-P0d2n .framer-zwzsbv, .framer-P0d2n .framer-1kpunyi, .framer-P0d2n .framer-1o8k8kt, .framer-P0d2n .framer-m8498a, .framer-P0d2n .framer-ha4ae, .framer-P0d2n .framer-15fun31, .framer-P0d2n .framer-1rj8n1u, .framer-P0d2n .framer-th544x, .framer-P0d2n .framer-1el80gi, .framer-P0d2n .framer-hbtiv0, .framer-P0d2n .framer-s4sc48, .framer-P0d2n .framer-al0xn8, .framer-P0d2n .framer-1wypq8h, .framer-P0d2n .framer-mli4ql, .framer-P0d2n .framer-u6fds2, .framer-P0d2n .framer-11axftg, .framer-P0d2n .framer-1nci719, .framer-P0d2n .framer-1ykr6h0 { aspect-ratio: 1.031709926236342 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 118px); left: 0px; position: absolute; top: 0px; width: 122px; }\",\".framer-P0d2n .framer-im6oa8 { aspect-ratio: 2.9231783835542604 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); left: 7px; position: absolute; top: 41px; width: 108px; }\",\".framer-P0d2n .framer-ac0kmi { flex: none; height: 118px; left: 53px; overflow: visible; position: absolute; top: 763px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1hkdyix { aspect-ratio: 2.1971599196777682 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 9px; position: absolute; top: 35px; width: 105px; }\",\".framer-P0d2n .framer-3jrm0 { flex: none; height: 118px; left: calc(54.39238653001466% - 121.79776000976562px / 2); overflow: visible; position: absolute; top: 362px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-5r5tbk { aspect-ratio: 4.45846067389841 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 5px; position: absolute; top: 47px; width: 110px; }\",\".framer-P0d2n .framer-1wwwy78 { flex: none; height: 118px; left: 889px; overflow: visible; position: absolute; top: calc(46.20967741935486% - 118.05426788330078px / 2); width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-191ztkn { aspect-ratio: 4.197992335087014 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 7px; position: absolute; top: 46px; width: 107px; }\",\".framer-P0d2n .framer-1d6973s { flex: none; height: 118px; left: 1090px; overflow: visible; position: absolute; top: 305px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-o6pia6 { aspect-ratio: 2.962858887843902 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: 10px; position: absolute; top: 40px; width: 102px; }\",\".framer-P0d2n .framer-152txyg { flex: none; height: 118px; left: 615px; overflow: visible; position: absolute; top: 680px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1kdzjsg { aspect-ratio: 1.9883864367928843 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); left: 13px; position: absolute; top: 34px; width: 96px; }\",\".framer-P0d2n .framer-wy461e { flex: none; height: 118px; left: 935px; overflow: visible; position: absolute; top: 692px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-bnp00t { aspect-ratio: 1.6867637877382884 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); left: 15px; position: absolute; top: 31px; width: 94px; }\",\".framer-P0d2n .framer-1uch38w { flex: none; height: 118px; left: 856px; overflow: visible; position: absolute; top: 821px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1riswyn { aspect-ratio: 2.8162893307495604 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 15px; position: absolute; top: 43px; width: 92px; }\",\".framer-P0d2n .framer-1fcpn4r { flex: none; height: 118px; left: 470px; overflow: visible; position: absolute; top: 762px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-xngx1j { aspect-ratio: 0.9523475371994572 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); left: 34px; position: absolute; top: 31px; width: 55px; }\",\".framer-P0d2n .framer-1c2g474 { flex: none; height: 118px; left: 1119px; overflow: visible; position: absolute; top: 948px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1hk0sw6 { aspect-ratio: 2.8085439113764465 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 16px; position: absolute; top: 43px; width: 89px; }\",\".framer-P0d2n .framer-1kofbhq { bottom: 226px; flex: none; height: 118px; left: 392px; overflow: visible; position: absolute; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-15v5ou1 { aspect-ratio: 16.378395672590877 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 7px); left: 3px; position: absolute; top: 56px; width: 115px; }\",\".framer-P0d2n .framer-mlzrvn { flex: none; height: 118px; left: 335px; overflow: visible; position: absolute; top: 691px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1idr488 { aspect-ratio: 3.5078139879381114 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); left: 7px; position: absolute; top: 44px; width: 108px; }\",\".framer-P0d2n .framer-qhvd0w { flex: none; height: 118px; left: 1211px; overflow: visible; position: absolute; top: 605px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1wyyepn, .framer-P0d2n .framer-19lrnup, .framer-P0d2n .framer-3bfx0y { aspect-ratio: 1.031709926236342 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 119px); left: 0px; position: absolute; top: 0px; width: 122px; }\",\".framer-P0d2n .framer-y25teo { aspect-ratio: 0.9922480620155039 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 71px); left: 50%; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 70px; }\",\".framer-P0d2n .framer-72dy7c { flex: none; height: 118px; left: 641px; overflow: visible; position: absolute; top: 204px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-5vzqpl { aspect-ratio: 0.952 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); left: 21px; overflow: visible; position: absolute; top: 49%; transform: translateY(-50%); width: 67px; }\",\".framer-P0d2n .framer-fy4jz9 { bottom: 158px; flex: none; height: 118px; left: 855px; overflow: visible; position: absolute; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-96jsd9 { aspect-ratio: 1.529776938729072 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 17px; position: absolute; top: 33px; width: 78px; }\",\".framer-P0d2n .framer-1uadpk0 { flex: none; height: 118px; left: 1195px; overflow: visible; position: absolute; top: 834px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-x4sjkb { aspect-ratio: 5.10942059659744 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 14px; position: absolute; top: 50px; width: 95px; }\",\".framer-P0d2n .framer-fue5vr { flex: none; height: 118px; left: 997px; overflow: visible; position: absolute; top: 1028px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-178mni { aspect-ratio: 5.993743836260141 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 5px; position: absolute; top: 50px; width: 111px; }\",\".framer-P0d2n .framer-1nexz9 { flex: none; height: 118px; left: 805px; overflow: visible; position: absolute; top: 209px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-yoe09q { aspect-ratio: 2.914580738744151 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 10px; position: absolute; top: 41px; width: 103px; }\",\".framer-P0d2n .framer-1v2hq4m { bottom: 420px; flex: none; height: 118px; left: 770px; overflow: visible; position: absolute; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-6kk3jc { aspect-ratio: 3.3333333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 51%; overflow: visible; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 94px; }\",\".framer-P0d2n .framer-1h5d5sc { flex: none; height: 118px; left: 288px; overflow: visible; position: absolute; top: 386px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1qxbxct { aspect-ratio: 1.0664866703615599 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 79px); left: 19px; position: absolute; top: 19px; width: 84px; }\",\".framer-P0d2n .framer-bq08f0 { flex: none; height: 118px; left: 72px; overflow: visible; position: absolute; top: 307px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-113l80v { aspect-ratio: 1.0444471291341697 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 71px); left: 24px; position: absolute; top: 24px; width: 75px; }\",\".framer-P0d2n .framer-1txrs8z { bottom: 169px; flex: none; height: 118px; left: calc(54.465592972181575% - 121.79776000976562px / 2); overflow: visible; position: absolute; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1rkjzgm { aspect-ratio: 4.3178971310613425 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 9px; position: absolute; top: 48px; width: 103px; }\",\".framer-P0d2n .framer-1b7848 { flex: none; height: 118px; left: 634px; overflow: visible; position: absolute; top: 830px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1i54pkk { aspect-ratio: 1.031709911795525 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 20px; position: absolute; top: 19px; width: 83px; }\",\".framer-P0d2n .framer-15ehl02 { flex: none; height: 118px; left: 1052px; overflow: visible; position: absolute; top: 575px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-3z6y23 { aspect-ratio: 3.234550171109218 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 8px; position: absolute; top: 43px; width: 105px; }\",\".framer-P0d2n .framer-1x9m7hz { flex: none; height: 118px; left: 1002px; overflow: visible; position: absolute; top: 849px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-jp8hg8 { aspect-ratio: 5.88074724168446 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); left: 9px; position: absolute; top: 50px; width: 104px; }\",\".framer-P0d2n .framer-fyrmbh { flex: none; height: 118px; left: 331px; overflow: visible; position: absolute; top: 92px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-17z76gp { aspect-ratio: 3.428918407000057 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 10px; position: absolute; top: 44px; width: 103px; }\",\".framer-P0d2n .framer-57aob { flex: none; height: 118px; left: 527px; overflow: visible; position: absolute; top: 112px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-9y25m { aspect-ratio: 3.5078139416263143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 15px; position: absolute; top: 46px; width: 93px; }\",\".framer-P0d2n .framer-1q6jpfj { flex: none; height: 118px; left: 849px; overflow: visible; position: absolute; top: 346px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-oihx7p { aspect-ratio: 3.525008966611011 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 5px; position: absolute; top: 43px; width: 112px; }\",\".framer-P0d2n .framer-bdzfzb { flex: none; height: 118px; left: 988px; overflow: visible; position: absolute; top: 424px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1h2mu78 { aspect-ratio: 4.395981728351553 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 16px; position: absolute; top: 49px; width: 89px; }\",\".framer-P0d2n .framer-amxuwn { flex: none; height: 118px; left: 987px; overflow: visible; position: absolute; top: 53px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-wktkji { aspect-ratio: 5.158549322682402 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 8px; position: absolute; top: 48px; width: 105px; }\",\".framer-P0d2n .framer-dluxg9 { flex: none; height: 118px; left: 971px; overflow: visible; position: absolute; top: 232px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-15qy9r2 { aspect-ratio: 3.230881178458211 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 6px; position: absolute; top: 42px; width: 108px; }\",\".framer-P0d2n .framer-1y7gims { flex: none; height: 118px; left: 1153px; overflow: visible; position: absolute; top: 179px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1su87hf { aspect-ratio: 2.87205748960782 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 15px; position: absolute; top: 44px; width: 94px; }\",\".framer-P0d2n .framer-1seastc { flex: none; height: 118px; left: 1099px; overflow: visible; position: absolute; top: 733px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-11nezz5 { aspect-ratio: 2.72666201643444 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); left: 11px; position: absolute; top: 44px; width: 101px; }\",\".framer-P0d2n .framer-bskb30 { flex: none; height: 118px; left: 144px; overflow: visible; position: absolute; top: 645px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-pcv7f5 { aspect-ratio: 3.46359769912487 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 18px; position: absolute; top: 47px; width: 85px; }\",\".framer-P0d2n .framer-1hwixur { flex: none; height: 118px; left: 730px; overflow: visible; position: absolute; top: 86px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1wtsab9 { aspect-ratio: 2.100936395591415 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 10px; position: absolute; top: 35px; width: 102px; }\",\".framer-P0d2n .framer-i82z95 { flex: none; height: 118px; left: 1174px; overflow: visible; position: absolute; top: 438px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-mac8pm { aspect-ratio: 1.9097606531116422 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: 22px; position: absolute; top: 34px; width: 79px; }\",\".framer-P0d2n .framer-1u18cau { flex: none; height: 118px; left: 108px; overflow: visible; position: absolute; top: 464px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1j6t1o3 { aspect-ratio: 2.084475085980496 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); left: 16px; position: absolute; top: 37px; width: 90px; }\",\".framer-P0d2n .framer-1b2mfc6 { flex: none; height: 118px; left: 75px; overflow: visible; position: absolute; top: 137px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-19ws0j2 { aspect-ratio: 3.794030279780614 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 9px; position: absolute; top: 45px; width: 104px; }\",\".framer-P0d2n .framer-g2wv9o { flex: none; height: 118px; left: 20px; overflow: visible; position: absolute; top: calc(52.177419354838726% - 118.05426788330078px / 2); width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1rd5er4 { aspect-ratio: 2.6983181020774114 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 15px; position: absolute; top: 42px; width: 93px; }\",\".framer-P0d2n .framer-1d0c6im { flex: none; height: 118px; left: 267px; overflow: visible; position: absolute; top: 538px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-10qiaiy { aspect-ratio: 2.53800655364392 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); left: 5px; position: absolute; top: 37px; width: 112px; }\",\".framer-P0d2n .framer-13pm84i { flex: none; height: 118px; left: 243px; overflow: visible; position: absolute; top: 223px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1d5pdw6 { aspect-ratio: 3.237434625172377 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 20px; position: absolute; top: 47px; width: 83px; }\",\".framer-P0d2n .framer-isvc1z { flex: none; height: 118px; left: 397px; overflow: visible; position: absolute; top: 223px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1iraqee { aspect-ratio: 1.0171787527137675 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 63px); left: 29px; position: absolute; top: 28px; width: 64px; }\",\".framer-P0d2n .framer-1usjbeh { flex: none; height: 118px; left: 258px; overflow: visible; position: absolute; top: 945px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-15ohb4d { aspect-ratio: 1.488610027540357 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: 15px; position: absolute; top: 28px; width: 92px; }\",\".framer-P0d2n .framer-trhbsg { flex: none; height: 118px; left: 1204px; overflow: visible; position: absolute; top: 39px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1aab0hc { aspect-ratio: 5.960990491182652 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 14px; position: absolute; top: 51px; width: 95px; }\",\".framer-P0d2n .framer-w13rri { flex: none; height: 118px; left: 188px; overflow: visible; position: absolute; top: 40px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-15ih66 { aspect-ratio: 1.7376167050494202 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); left: 32px; position: absolute; top: 42px; width: 58px; }\",\".framer-P0d2n .framer-8cjyrg { flex: none; height: 118px; left: 113px; overflow: visible; position: absolute; top: 907px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1f0vpok { aspect-ratio: 2.168696383693927 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: 14px; position: absolute; top: 38px; width: 94px; }\",\".framer-P0d2n .framer-1tjjds3 { flex: none; height: 118px; left: 194px; overflow: visible; position: absolute; top: 789px; width: 122px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-ekf6zf { aspect-ratio: 1.7324940414129764 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 47px); left: 20px; position: absolute; top: 36px; width: 81px; }\",\".framer-P0d2n .framer-1mlt6vm { --framer-paragraph-spacing: 0px; flex: none; height: 248px; left: 424px; position: absolute; top: 452px; white-space: pre-wrap; width: 463px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-5bq45 { flex: none; height: 118px; left: 545px; overflow: visible; position: absolute; top: 951px; width: 121px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1fp6uzl { aspect-ratio: 1.0254237288135593 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 118px); left: 0px; position: absolute; top: 0px; width: 121px; }\",\".framer-P0d2n .framer-d0845t { aspect-ratio: 3.68 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 15px; position: absolute; top: 46px; width: 92px; }\",\".framer-P0d2n .framer-1joub71 { background-color: #ffffff; flex: none; height: 81px; overflow: hidden; position: relative; width: 390px; }\",\".framer-P0d2n .framer-1bxanwv-container { flex: none; height: 75px; left: -5px; position: absolute; right: -5px; top: calc(49.382716049382736% - 75px / 2); }\",\".framer-P0d2n .framer-elslzg { aspect-ratio: 2 / 1; height: var(--framer-aspect-ratio-supported, 63px); overflow: visible; position: relative; width: 126px; }\",\".framer-P0d2n .framer-o13d6w { aspect-ratio: 2.6666666666666665 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 149px; }\",\".framer-P0d2n .framer-cszso7 { aspect-ratio: 4.613360323886639 / 1; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 185px; }\",\".framer-P0d2n .framer-1xuqzko { aspect-ratio: 3.3252032520325203 / 1; height: var(--framer-aspect-ratio-supported, 42px); overflow: visible; position: relative; width: 140px; }\",\".framer-P0d2n .framer-cvusdg { height: 73px; overflow: visible; position: relative; width: 109px; }\",\".framer-P0d2n .framer-6mw075 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 75px); overflow: visible; position: relative; width: 75px; }\",\".framer-P0d2n .framer-3c6hft { height: 82px; overflow: visible; position: relative; width: 109px; }\",\".framer-P0d2n .framer-14o5qng { height: 82px; overflow: visible; position: relative; width: 108px; }\",\".framer-P0d2n .framer-lk1yy2 { aspect-ratio: 2.8095238095238093 / 1; height: var(--framer-aspect-ratio-supported, 52px); overflow: visible; position: relative; width: 144px; }\",\".framer-P0d2n .framer-1yueagv { aspect-ratio: 6.64935064935065 / 1; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 180px; }\",\".framer-P0d2n .framer-tn5m00 { aspect-ratio: 3.9130434782608696 / 1; height: var(--framer-aspect-ratio-supported, 33px); overflow: visible; position: relative; width: 129px; }\",\".framer-P0d2n .framer-1p5sqnm { aspect-ratio: 2.8476923076923075 / 1; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 137px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-9zskty { aspect-ratio: 2.774193548387097 / 1; height: var(--framer-aspect-ratio-supported, 51px); overflow: visible; position: relative; width: 142px; }\",\".framer-P0d2n .framer-1w1a83o { aspect-ratio: 1.7777777777777777 / 1; height: var(--framer-aspect-ratio-supported, 62px); overflow: visible; position: relative; width: 109px; }\",\".framer-P0d2n .framer-fr1m5o { aspect-ratio: 3.3333333333333335 / 1; height: var(--framer-aspect-ratio-supported, 61px); overflow: visible; position: relative; width: 204px; }\",\".framer-P0d2n .framer-k7nnju { aspect-ratio: 4.06 / 1; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; width: 203px; }\",\".framer-P0d2n .framer-xpdgot { aspect-ratio: 2.838709677419355 / 1; height: var(--framer-aspect-ratio-supported, 47px); overflow: visible; position: relative; width: 133px; }\",\".framer-P0d2n .framer-m3sicf { aspect-ratio: 1.4142727547626248 / 1; height: var(--framer-aspect-ratio-supported, 75px); overflow: visible; position: relative; width: 106px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1qpbvm3 { height: 82px; overflow: visible; position: relative; width: 108px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-5ffpca { aspect-ratio: 2 / 1; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 98px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-ktwh8r { aspect-ratio: 2.564516129032258 / 1; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 116px; }\",\".framer-P0d2n .framer-1pl812q { aspect-ratio: 3.4310344827586206 / 1; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 155px; }\",\".framer-P0d2n .framer-1xdkxxt { aspect-ratio: 2.347826086956522 / 1; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 106px; }\",\".framer-P0d2n .framer-11dp9u5 { aspect-ratio: 3.943396226415094 / 1; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 178px; }\",\".framer-P0d2n .framer-16swk4u { aspect-ratio: 0.9571428571428572 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 67px; }\",\".framer-P0d2n .framer-1lhk506 { aspect-ratio: 3.6122448979591835 / 1; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 177px; }\",\".framer-P0d2n .framer-tvb4vp { aspect-ratio: 0.952 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 67px; }\",\".framer-P0d2n .framer-e9uvcq { aspect-ratio: 0.9922480620155039 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 70px; }\",\".framer-P0d2n .framer-wmzwre { aspect-ratio: 2.5925925925925926 / 1; height: var(--framer-aspect-ratio-supported, 54px); overflow: visible; position: relative; width: 140px; }\",\".framer-P0d2n .framer-1026vhk { aspect-ratio: 2.4953271028037385 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 175px; }\",\".framer-P0d2n .framer-j5rhp2 { aspect-ratio: 5.196969696969697 / 1; height: var(--framer-aspect-ratio-supported, 66px); overflow: visible; position: relative; width: 343px; }\",\".framer-P0d2n .framer-1va2i51 { aspect-ratio: 1.0573248407643312 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 74px; }\",\".framer-P0d2n .framer-1x30277 { aspect-ratio: 4.933333333333334 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 346px; }\",\".framer-P0d2n .framer-8rvs8z { aspect-ratio: 2.7964601769911503 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 196px; }\",\".framer-P0d2n .framer-1e9x56s { aspect-ratio: 2.0310077519379846 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 142px; }\",\".framer-P0d2n .framer-1351m3o { aspect-ratio: 2.1705426356589146 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 152px; }\",\".framer-P0d2n .framer-e3e2c6 { aspect-ratio: 1.7153846153846153 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 120px; }\",\".framer-P0d2n .framer-3bpmtl { aspect-ratio: 2.18348623853211 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 153px; }\",\".framer-P0d2n .framer-1topzl8 { aspect-ratio: 1.3245033112582782 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 93px; }\",\".framer-P0d2n .framer-aqetpq { aspect-ratio: 2.319327731092437 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 163px; }\",\".framer-P0d2n .framer-11oqkhv { aspect-ratio: 1.0916666666666666 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 77px; }\",\".framer-P0d2n .framer-1xe7ajc { aspect-ratio: 1.0225563909774436 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 72px; }\",\".framer-P0d2n .framer-kklcp1 { aspect-ratio: 1.8095238095238095 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 127px; }\",\".framer-P0d2n .framer-trf4aj { aspect-ratio: 2.7522935779816513 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 193px; }\",\".framer-P0d2n .framer-7yw9f2 { aspect-ratio: 0.8769230769230769 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 62px; }\",\".framer-P0d2n .framer-ntba8y { aspect-ratio: 2.5176470588235293 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 176px; }\",\".framer-P0d2n .framer-ts5mct { aspect-ratio: 5.954545454545454 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 417px; }\",\".framer-P0d2n .framer-dn4ho6 { aspect-ratio: 3.037974683544304 / 1; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: relative; width: 213px; }\",\".framer-P0d2n .framer-1kl8tp4 { flex: none; height: 50px; overflow: hidden; position: relative; width: 100%; }\",\".framer-P0d2n .framer-69a6s { flex: none; height: 40px; overflow: hidden; position: relative; width: 100%; }\",\".framer-P0d2n .framer-bel1fz, .framer-P0d2n .framer-dsytn8 { flex: none; height: 61px; position: relative; width: 1920px; }\",\".framer-P0d2n .framer-1h6lqn9 { height: 74px; overflow: hidden; position: relative; width: 305px; }\",\".framer-P0d2n .framer-1t0nbw8 { aspect-ratio: 0.9529411764705882 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); left: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 51px; }\",\".framer-P0d2n .framer-1ss3ade { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; position: absolute; right: -88px; top: 0px; white-space: pre-wrap; width: 339px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1y46jkk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 43px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-1w4v5jb { 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-P0d2n .framer-ndfyg2 { background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 563px; overflow: hidden; position: relative; width: 97%; will-change: var(--framer-will-change-override, transform); }\",\".framer-P0d2n .framer-o6eg17 { --framer-paragraph-spacing: 0px; flex: none; height: 550px; left: calc(50.00000000000002% - 1227px / 2); position: absolute; top: calc(50.08880994671405% - 550px / 2); white-space: pre-wrap; width: 1227px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1gqn1s4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 112px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1366px; }\",\".framer-P0d2n .framer-1x7yq4s { height: 69px; overflow: hidden; position: relative; width: 633px; }\",\".framer-P0d2n .framer-1g0vkh9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: absolute; right: -1px; top: -2px; white-space: pre; width: auto; }\",\".framer-P0d2n .framer-ov7jre { aspect-ratio: 0.9529411764705882 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); left: 0px; position: absolute; top: 51%; transform: translateY(-50%); width: 51px; }\",\".framer-P0d2n .framer-16lddh4-container { bottom: -2px; flex: none; left: calc(50.00000000000002% - 800px / 2); position: absolute; top: -1px; width: 800px; }\",\".framer-P0d2n .framer-19r0ery { height: 48px; overflow: hidden; position: relative; width: 346px; }\",\".framer-P0d2n .framer-1gw5bq4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 41px; position: absolute; top: 46%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-P0d2n .framer-1bjc5f0 { aspect-ratio: 0.9529411764705882 / 1; bottom: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 0px; position: absolute; width: 34px; }\",\".framer-P0d2n .framer-1jg6fcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 680px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 27px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-7ovd0n { aspect-ratio: 1.0033167495854063 / 1; border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; border-top-left-radius: 55px; border-top-right-radius: 55px; flex: none; height: var(--framer-aspect-ratio-supported, 648px); overflow: visible; position: relative; width: 650px; }\",\".framer-P0d2n .framer-1kgrurl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 36px 0px 36px 0px; position: relative; width: 1px; }\",\".framer-P0d2n .framer-ggcyne { align-content: flex-start; align-items: flex-start; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 483px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 65%; }\",\".framer-P0d2n .framer-1ljaoh2, .framer-P0d2n .framer-1lhiumd { flex: none; height: 100px; overflow: visible; position: relative; width: 397px; }\",\".framer-P0d2n .framer-i698fv { --framer-paragraph-spacing: 0px; flex: none; height: 96px; position: absolute; right: -11px; top: calc(50.00000000000002% - 96px / 2); white-space: pre-wrap; width: 316px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1kqjpnb, .framer-P0d2n .framer-1798tg9, .framer-P0d2n .framer-19ikv6x { aspect-ratio: 0.9529411764705882 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 79px); left: 0px; position: absolute; top: 0px; width: 75px; }\",\".framer-P0d2n .framer-9qn8ph { --framer-paragraph-spacing: 0px; flex: none; height: 96px; position: absolute; right: -16px; top: calc(50.00000000000002% - 96px / 2); white-space: pre-wrap; width: 316px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-w78xjy { flex: none; height: 100px; overflow: visible; position: relative; width: 535px; }\",\".framer-P0d2n .framer-14ab8x8 { --framer-paragraph-spacing: 0px; flex: none; height: 96px; position: absolute; right: -20px; top: calc(50.00000000000002% - 96px / 2); white-space: pre-wrap; width: 454px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1rdbkql, .framer-P0d2n .framer-5b7ujh { flex: none; height: 70px; overflow: visible; position: relative; width: 397px; }\",\".framer-P0d2n .framer-1vf1vtt, .framer-P0d2n .framer-1tf8bqx { --framer-paragraph-spacing: 0px; flex: none; height: 71px; left: calc(45.59193954659952% - 245px / 2); position: absolute; top: calc(53.00000000000003% - 71px / 2); white-space: pre-wrap; width: 245px; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-9mp67, .framer-P0d2n .framer-tppww7 { aspect-ratio: 0.9529411764705882 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); left: 0px; position: absolute; top: 49%; transform: translateY(-50%); width: 53px; }\",\".framer-P0d2n .framer-1ypnjgs { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.7916666666666666px rgba(0, 0, 0, 0.23), 0px 1.8065619053231785px 1.8065619053231785px -1.5833333333333333px rgba(0, 0, 0, 0.22), 0px 3.6217592146567767px 3.6217592146567767px -2.375px rgba(0, 0, 0, 0.21), 0px 6.8655999097303715px 6.8655999097303715px -3.1666666666666665px rgba(0, 0, 0, 0.19), 0px 13.646761411524492px 13.646761411524492px -3.9583333333333335px rgba(0, 0, 0, 0.14), 0px 30px 30px -4.75px rgba(0, 0, 0, 0.01); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-6xyezj { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 278px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-13sdn3i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-P0d2n .framer-1ykte7u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 412px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1365px; }\",\".framer-P0d2n .framer-1nxeaxh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-P0d2n .framer-zalxa1 { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 51px; justify-content: center; overflow: visible; padding: 15px 20px 15px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-P0d2n .framer-1ijq7kf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-6hcixb-container { flex: none; height: 434px; position: relative; width: 1365px; }\",\".framer-P0d2n .framer-1npig5f { aspect-ratio: 0.5635755258126195 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 389px); overflow: visible; position: relative; width: 219px; }\",\".framer-P0d2n .framer-1odr1u1 { aspect-ratio: 0.5626361655773421 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 389px); overflow: visible; position: relative; width: 219px; }\",\".framer-P0d2n .framer-nks2dg, .framer-P0d2n .framer-wqhls5 { aspect-ratio: 0.75 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 389px); overflow: visible; position: relative; width: 292px; }\",\".framer-P0d2n .framer-1tapdah, .framer-P0d2n .framer-g6rsol { aspect-ratio: 0.75 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 390px); overflow: visible; position: relative; width: 292px; }\",\".framer-P0d2n .framer-1mnohi1 { aspect-ratio: 0.7431462140992167 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 389px); position: relative; width: 289px; }\",\".framer-P0d2n .framer-hvwsd9 { aspect-ratio: 0.8822751322751323 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 389px); position: relative; width: 343px; }\",\".framer-P0d2n .framer-4btu6i { aspect-ratio: 0.8002645502645502 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 390px); position: relative; width: 312px; }\",\".framer-P0d2n .framer-132zdrl { align-content: center; align-items: center; background-color: #08519f; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 16px 50px 16px 50px; position: relative; width: 100%; }\",\".framer-P0d2n .framer-15hr07h, .framer-P0d2n .framer-1y4oyu5, .framer-P0d2n .framer-1w7y5td { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-P0d2n .framer-1nvep6o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-P0d2n.framer-oyvcas, .framer-P0d2n .framer-nsl50f, .framer-P0d2n .framer-1g16dk4, .framer-P0d2n .framer-kq8ud2, .framer-P0d2n .framer-n7dsjx, .framer-P0d2n .framer-rwgdmr, .framer-P0d2n .framer-1vvgrdc, .framer-P0d2n .framer-179fcyd, .framer-P0d2n .framer-kp4vf3, .framer-P0d2n .framer-a6wuso, .framer-P0d2n .framer-8dhy83, .framer-P0d2n .framer-ctx80v, .framer-P0d2n .framer-1c9g81, .framer-P0d2n .framer-1e8cglt, .framer-P0d2n .framer-1p1xv9t, .framer-P0d2n .framer-1v342z2, .framer-P0d2n .framer-1y46jkk, .framer-P0d2n .framer-1w4v5jb, .framer-P0d2n .framer-1gqn1s4, .framer-P0d2n .framer-1jg6fcg, .framer-P0d2n .framer-1kgrurl, .framer-P0d2n .framer-ggcyne, .framer-P0d2n .framer-1ypnjgs, .framer-P0d2n .framer-6xyezj, .framer-P0d2n .framer-1ykte7u, .framer-P0d2n .framer-zalxa1, .framer-P0d2n .framer-1ijq7kf, .framer-P0d2n .framer-1nvep6o { gap: 0px; } .framer-P0d2n.framer-oyvcas > *, .framer-P0d2n .framer-1kgrurl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-P0d2n.framer-oyvcas > :first-child, .framer-P0d2n .framer-nsl50f > :first-child, .framer-P0d2n .framer-kp4vf3 > :first-child, .framer-P0d2n .framer-a6wuso > :first-child, .framer-P0d2n .framer-ctx80v > :first-child, .framer-P0d2n .framer-1c9g81 > :first-child, .framer-P0d2n .framer-1p1xv9t > :first-child, .framer-P0d2n .framer-1w4v5jb > :first-child, .framer-P0d2n .framer-1kgrurl > :first-child, .framer-P0d2n .framer-ggcyne > :first-child, .framer-P0d2n .framer-6xyezj > :first-child, .framer-P0d2n .framer-1ijq7kf > :first-child { margin-top: 0px; } .framer-P0d2n.framer-oyvcas > :last-child, .framer-P0d2n .framer-nsl50f > :last-child, .framer-P0d2n .framer-kp4vf3 > :last-child, .framer-P0d2n .framer-a6wuso > :last-child, .framer-P0d2n .framer-ctx80v > :last-child, .framer-P0d2n .framer-1c9g81 > :last-child, .framer-P0d2n .framer-1p1xv9t > :last-child, .framer-P0d2n .framer-1w4v5jb > :last-child, .framer-P0d2n .framer-1kgrurl > :last-child, .framer-P0d2n .framer-ggcyne > :last-child, .framer-P0d2n .framer-6xyezj > :last-child, .framer-P0d2n .framer-1ijq7kf > :last-child { margin-bottom: 0px; } .framer-P0d2n .framer-nsl50f > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-P0d2n .framer-1g16dk4 > *, .framer-P0d2n .framer-kq8ud2 > *, .framer-P0d2n .framer-n7dsjx > *, .framer-P0d2n .framer-rwgdmr > *, .framer-P0d2n .framer-1vvgrdc > *, .framer-P0d2n .framer-8dhy83 > *, .framer-P0d2n .framer-1e8cglt > *, .framer-P0d2n .framer-1v342z2 > *, .framer-P0d2n .framer-1y46jkk > *, .framer-P0d2n .framer-1gqn1s4 > *, .framer-P0d2n .framer-1ypnjgs > *, .framer-P0d2n .framer-1ykte7u > *, .framer-P0d2n .framer-zalxa1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-P0d2n .framer-1g16dk4 > :first-child, .framer-P0d2n .framer-kq8ud2 > :first-child, .framer-P0d2n .framer-n7dsjx > :first-child, .framer-P0d2n .framer-rwgdmr > :first-child, .framer-P0d2n .framer-1vvgrdc > :first-child, .framer-P0d2n .framer-179fcyd > :first-child, .framer-P0d2n .framer-8dhy83 > :first-child, .framer-P0d2n .framer-1e8cglt > :first-child, .framer-P0d2n .framer-1v342z2 > :first-child, .framer-P0d2n .framer-1y46jkk > :first-child, .framer-P0d2n .framer-1gqn1s4 > :first-child, .framer-P0d2n .framer-1jg6fcg > :first-child, .framer-P0d2n .framer-1ypnjgs > :first-child, .framer-P0d2n .framer-1ykte7u > :first-child, .framer-P0d2n .framer-zalxa1 > :first-child, .framer-P0d2n .framer-1nvep6o > :first-child { margin-left: 0px; } .framer-P0d2n .framer-1g16dk4 > :last-child, .framer-P0d2n .framer-kq8ud2 > :last-child, .framer-P0d2n .framer-n7dsjx > :last-child, .framer-P0d2n .framer-rwgdmr > :last-child, .framer-P0d2n .framer-1vvgrdc > :last-child, .framer-P0d2n .framer-179fcyd > :last-child, .framer-P0d2n .framer-8dhy83 > :last-child, .framer-P0d2n .framer-1e8cglt > :last-child, .framer-P0d2n .framer-1v342z2 > :last-child, .framer-P0d2n .framer-1y46jkk > :last-child, .framer-P0d2n .framer-1gqn1s4 > :last-child, .framer-P0d2n .framer-1jg6fcg > :last-child, .framer-P0d2n .framer-1ypnjgs > :last-child, .framer-P0d2n .framer-1ykte7u > :last-child, .framer-P0d2n .framer-zalxa1 > :last-child, .framer-P0d2n .framer-1nvep6o > :last-child { margin-right: 0px; } .framer-P0d2n .framer-179fcyd > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-P0d2n .framer-kp4vf3 > *, .framer-P0d2n .framer-a6wuso > *, .framer-P0d2n .framer-1c9g81 > *, .framer-P0d2n .framer-1p1xv9t > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-P0d2n .framer-ctx80v > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-P0d2n .framer-1w4v5jb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-P0d2n .framer-1jg6fcg > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-P0d2n .framer-ggcyne > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-P0d2n .framer-6xyezj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-P0d2n .framer-1ijq7kf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-P0d2n .framer-1nvep6o > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1365px) { .framer-P0d2n.framer-oyvcas { height: 5318px; width: 810px; } .framer-P0d2n .framer-d2sgnt-container { order: 0; } .framer-P0d2n .framer-nsl50f { height: 326px; order: 1; padding: 100px 50px 100px 50px; width: 102%; } .framer-P0d2n .framer-63usr1 { height: var(--framer-aspect-ratio-supported, 135px); width: 650px; } .framer-P0d2n .framer-1c2fa4 { height: 76px; order: 2; } .framer-P0d2n .framer-kq8ud2 { order: 4; } .framer-P0d2n .framer-2ipllc { height: 337px; width: 97%; } .framer-P0d2n .framer-rwgdmr { order: 6; padding: 0px; } .framer-P0d2n .framer-1vvgrdc { height: 54px; order: 7; } .framer-P0d2n .framer-179fcyd { order: 8; } .framer-P0d2n .framer-kp4vf3 { gap: 10px; padding: 27px 0px 27px 0px; width: 350px; } .framer-P0d2n .framer-8iql5r, .framer-P0d2n .framer-1v72u7b { width: 100%; } .framer-P0d2n .framer-a6wuso { padding: 20px 0px 20px 0px; width: 350px; } .framer-P0d2n .framer-8dhy83 { height: 70px; order: 9; } .framer-P0d2n .framer-n8eu2a { height: 1376px; order: 10; } .framer-P0d2n .framer-z4kdut { height: 64px; left: calc(49.414348462664734% - 67px / 2); top: 460px; width: 67px; will-change: unset; } .framer-P0d2n .framer-ac0kmi { bottom: 474px; height: 64px; left: 284px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-3jrm0 { height: 65px; left: 735px; top: 316px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1wwwy78 { height: 65px; left: 834px; top: calc(47.25806451612905% - 65px / 2); width: 67px; will-change: unset; } .framer-P0d2n .framer-1d6973s { height: 65px; left: 951px; top: 270px; width: 67px; will-change: unset; } .framer-P0d2n .framer-152txyg { bottom: 552px; height: 65px; left: 534px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-wy461e { height: 65px; left: calc(52.489019033674985% - 66.51235370611187px / 2); top: calc(54.70719051149001% - 64.73258003766489px / 2); width: 67px; will-change: unset; } .framer-P0d2n .framer-1uch38w { bottom: 200px; height: 64px; left: calc(45.24158125915083% - 66.51235370611175px / 2); top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1fcpn4r { bottom: 349px; height: 64px; left: 543px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-xngx1j { height: var(--framer-aspect-ratio-supported, 58px); } .framer-P0d2n .framer-1c2g474 { bottom: 218px; height: 64px; left: 943px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1kofbhq { bottom: 464px; height: 65px; left: calc(48.096632503660345% - 66.51235370611187px / 2); width: 67px; will-change: unset; } .framer-P0d2n .framer-mlzrvn { bottom: 415px; height: 64px; left: 411px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-qhvd0w { height: 64px; left: 955px; top: calc(50.16129032258066% - 64px / 2); width: 67px; will-change: unset; } .framer-P0d2n .framer-1wyyepn, .framer-P0d2n .framer-19lrnup, .framer-P0d2n .framer-3bfx0y { height: var(--framer-aspect-ratio-supported, 118px); } .framer-P0d2n .framer-72dy7c { height: 65px; left: calc(45.31478770131774% - 66px / 2); top: 271px; width: 66px; will-change: unset; } .framer-P0d2n .framer-5vzqpl { bottom: -29px; left: unset; right: -23px; top: unset; transform: unset; } .framer-P0d2n .framer-fy4jz9 { bottom: 185px; height: 64px; left: 744px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1uadpk0 { bottom: 359px; height: 64px; left: 950px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-fue5vr { bottom: 293px; height: 64px; left: 818px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1nexz9 { height: 65px; left: calc(50.73206442166913% - 66.51235370611187px / 2); top: 165px; width: 67px; will-change: unset; } .framer-P0d2n .framer-yoe09q { height: var(--framer-aspect-ratio-supported, 35px); } .framer-P0d2n .framer-1v2hq4m { bottom: 283px; height: 64px; left: 430px; width: 67px; will-change: unset; } .framer-P0d2n .framer-6kk3jc { bottom: -9px; left: unset; right: -41px; top: unset; transform: unset; } .framer-P0d2n .framer-1h5d5sc { height: 65px; left: 495px; top: 441px; width: 67px; will-change: unset; } .framer-P0d2n .framer-bq08f0 { height: 64px; left: 293px; top: 197px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1txrs8z { bottom: 142px; height: 64px; left: 464px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1b7848 { bottom: 301px; height: 64px; left: calc(52.26939970717426% - 66.51235370611187px / 2); top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1i54pkk { height: var(--framer-aspect-ratio-supported, 81px); } .framer-P0d2n .framer-15ehl02 { bottom: 494px; height: 65px; left: 954px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1x9m7hz { bottom: 428px; height: 64px; left: 762px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-fyrmbh { height: 64px; left: 480px; top: 8px; width: 67px; will-change: unset; } .framer-P0d2n .framer-57aob { height: 65px; left: 544px; top: 113px; width: 66px; will-change: unset; } .framer-P0d2n .framer-1q6jpfj { height: 64px; left: 773px; top: 434px; width: 66px; will-change: unset; } .framer-P0d2n .framer-bdzfzb { height: 65px; left: 871px; top: 363px; width: 67px; will-change: unset; } .framer-P0d2n .framer-amxuwn { height: 64px; left: 785px; top: 90px; width: 67px; will-change: unset; } .framer-P0d2n .framer-dluxg9 { height: 64px; left: 818px; top: 212px; width: 66px; will-change: unset; } .framer-P0d2n .framer-1y7gims { height: 65px; left: 935px; top: 140px; width: 66px; will-change: unset; } .framer-P0d2n .framer-1seastc { bottom: 545px; height: 64px; left: 822px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-bskb30 { bottom: 565px; height: 65px; left: 394px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1hwixur { height: 65px; left: calc(51.17130307467059% - 66.51235370611175px / 2); top: 45px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1rj8n1u { bottom: -63px; height: var(--framer-aspect-ratio-supported, 119px); right: -55px; top: unset; width: unset; } .framer-P0d2n .framer-1wtsab9 { height: var(--framer-aspect-ratio-supported, 49px); } .framer-P0d2n .framer-i82z95 { height: 65px; left: 961px; top: 453px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1u18cau { height: 65px; left: 297px; top: 330px; width: 67px; will-change: unset; } .framer-P0d2n .framer-1b2mfc6 { height: 64px; left: 293px; top: 7px; width: 67px; will-change: unset; } .framer-P0d2n .framer-19ws0j2 { height: var(--framer-aspect-ratio-supported, 28px); } .framer-P0d2n .framer-g2wv9o { height: 65px; left: 288px; top: 463px; width: 66px; will-change: unset; } .framer-P0d2n .framer-1d0c6im { height: 64px; left: 404px; top: 561px; width: 67px; will-change: unset; } .framer-P0d2n .framer-13pm84i { height: 64px; left: 424px; top: 335px; width: 67px; will-change: unset; } .framer-P0d2n .framer-isvc1z { height: 64px; left: 468px; top: 211px; width: 68px; will-change: unset; } .framer-P0d2n .framer-1usjbeh { bottom: 195px; height: 64px; left: 328px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-trhbsg { height: 65px; left: 953px; top: 9px; width: 67px; will-change: unset; } .framer-P0d2n .framer-w13rri { height: 63px; left: 390px; top: 108px; width: 68px; will-change: unset; } .framer-P0d2n .framer-8cjyrg { bottom: 327px; height: 64px; left: 303px; top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-1f0vpok { height: var(--framer-aspect-ratio-supported, 44px); } .framer-P0d2n .framer-1tjjds3 { height: 64px; left: 290px; top: calc(48.4803558191253% - 64.29519774011294px / 2); width: 67px; will-change: unset; } .framer-P0d2n .framer-1mlt6vm { height: 187px; left: calc(49.56076134699856% - 235px / 2); top: calc(47.25806451612905% - 187px / 2); width: 235px; } .framer-P0d2n .framer-5bq45 { bottom: 69px; height: 64px; left: calc(45.16837481698392% - 66.51235370611187px / 2); top: unset; width: 67px; will-change: unset; } .framer-P0d2n .framer-bel1fz { order: 14; } .framer-P0d2n .framer-1w4v5jb { order: 16; padding: 41px 0px 41px 0px; } .framer-P0d2n .framer-ndfyg2 { height: 404px; width: 94%; } .framer-P0d2n .framer-dsytn8 { order: 18; } .framer-P0d2n .framer-1jg6fcg { height: 11%; order: 19; } .framer-P0d2n .framer-7ovd0n { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; height: var(--framer-aspect-ratio-supported, 407px); order: 0; width: 408px; } .framer-P0d2n .framer-1kgrurl { order: 1; padding: 54px 0px 54px 0px; } .framer-P0d2n .framer-ggcyne { gap: 0px; height: 304px; width: 80%; } .framer-P0d2n .framer-1ljaoh2 { height: 70px; } .framer-P0d2n .framer-i698fv { height: 71px; left: calc(45.59193954659952% - 245px / 2); right: unset; top: calc(53.00000000000003% - 71px / 2); width: 245px; } .framer-P0d2n .framer-1kqjpnb { height: var(--framer-aspect-ratio-supported, 56px); top: 49%; transform: translateY(-50%); width: 53px; } .framer-P0d2n .framer-1ypnjgs { height: 54px; } .framer-P0d2n .framer-6xyezj { order: 20; } .framer-P0d2n .framer-zalxa1 { order: 22; } .framer-P0d2n .framer-1ijq7kf { order: 23; padding: 31px 40px 31px 40px; } .framer-P0d2n .framer-132zdrl { order: 24; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-P0d2n .framer-kp4vf3, .framer-P0d2n .framer-ggcyne { gap: 0px; } .framer-P0d2n .framer-kp4vf3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-P0d2n .framer-kp4vf3 > :first-child, .framer-P0d2n .framer-ggcyne > :first-child { margin-top: 0px; } .framer-P0d2n .framer-kp4vf3 > :last-child, .framer-P0d2n .framer-ggcyne > :last-child { margin-bottom: 0px; } .framer-P0d2n .framer-ggcyne > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\",\"@media (max-width: 809px) { .framer-P0d2n.framer-oyvcas { width: 390px; } .framer-P0d2n .framer-d2sgnt-container, .framer-P0d2n .framer-ctx80v { order: 0; } .framer-P0d2n .framer-nsl50f { gap: 40px; height: 162px; order: 1; padding: 50px 30px 50px 30px; width: 121%; } .framer-P0d2n .framer-63usr1 { height: var(--framer-aspect-ratio-supported, 68px); order: 0; width: 327px; } .framer-P0d2n .framer-kq8ud2 { order: 5; padding: 21px 0px 21px 0px; } .framer-P0d2n .framer-2ipllc { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; height: 173px; width: 97%; } .framer-P0d2n .framer-rwgdmr { order: 6; padding: 15px 0px 20px 0px; } .framer-P0d2n .framer-8dhy83 { height: 456px; order: 7; } .framer-P0d2n .framer-1joub71 { order: 12; } .framer-P0d2n .framer-1kl8tp4 { order: 13; } .framer-P0d2n .framer-69a6s { order: 11; } .framer-P0d2n .framer-1w4v5jb { order: 16; } .framer-P0d2n .framer-ndfyg2 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: 200px; width: 95%; } .framer-P0d2n .framer-o6eg17 { height: 192px; left: calc(50.13477088948789% - 351px / 2); top: calc(50.00000000000002% - 192px / 2); width: 351px; } .framer-P0d2n .framer-dsytn8 { height: 44px; order: 19; } .framer-P0d2n .framer-1jg6fcg { flex-direction: column; height: 35%; order: 21; padding: 20px 0px 0px 0px; } .framer-P0d2n .framer-7ovd0n { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; height: var(--framer-aspect-ratio-supported, 284px); order: 0; width: 285px; } .framer-P0d2n .framer-1kgrurl { flex: none; order: 1; padding: 0px 0px 39px 0px; width: 100%; } .framer-P0d2n .framer-ggcyne { gap: 0px; height: 204px; padding: 0px; width: 39%; } .framer-P0d2n .framer-1ljaoh2 { height: 46px; order: 0; width: 144px; } .framer-P0d2n .framer-i698fv { height: 39px; right: 5px; top: calc(47.82608695652176% - 39px / 2); width: 104px; } .framer-P0d2n .framer-1kqjpnb { height: var(--framer-aspect-ratio-supported, 32px); top: 46%; transform: translateY(-50%); width: 30px; } .framer-P0d2n .framer-1lhiumd { height: 35px; order: 2; width: 155px; } .framer-P0d2n .framer-9qn8ph { height: 30px; right: 23px; top: calc(51.428571428571445% - 30px / 2); width: 97px; } .framer-P0d2n .framer-1798tg9, .framer-P0d2n .framer-19ikv6x { height: var(--framer-aspect-ratio-supported, 32px); width: 30px; } .framer-P0d2n .framer-w78xjy { height: 36px; order: 1; width: 160px; } .framer-P0d2n .framer-14ab8x8 { height: 36px; right: 7px; top: -1px; width: 117px; } .framer-P0d2n .framer-1ypnjgs { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 50px; padding: 15px 14px 15px 14px; } .framer-P0d2n .framer-1ykte7u { height: 33px; order: 18; width: 502px; } .framer-P0d2n .framer-zalxa1 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 50px; order: 22; } .framer-P0d2n .framer-1ijq7kf { order: 23; padding: 12px 20px 12px 20px; } .framer-P0d2n .framer-132zdrl { flex-direction: column; gap: 10px; justify-content: center; order: 24; padding: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-P0d2n .framer-nsl50f, .framer-P0d2n .framer-1jg6fcg, .framer-P0d2n .framer-ggcyne, .framer-P0d2n .framer-132zdrl { gap: 0px; } .framer-P0d2n .framer-nsl50f > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-P0d2n .framer-nsl50f > :first-child, .framer-P0d2n .framer-1jg6fcg > :first-child, .framer-P0d2n .framer-ggcyne > :first-child, .framer-P0d2n .framer-132zdrl > :first-child { margin-top: 0px; } .framer-P0d2n .framer-nsl50f > :last-child, .framer-P0d2n .framer-1jg6fcg > :last-child, .framer-P0d2n .framer-ggcyne > :last-child, .framer-P0d2n .framer-132zdrl > :last-child { margin-bottom: 0px; } .framer-P0d2n .framer-1jg6fcg > *, .framer-P0d2n .framer-ggcyne > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-P0d2n .framer-132zdrl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6542.5\n * @framerIntrinsicWidth 1366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"enrmEl8it\":{\"layout\":[\"fixed\",\"fixed\"]},\"ONJjBR6HZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerJPbnlA9T_=withCSS(Component,css,\"framer-P0d2n\");export default FramerJPbnlA9T_;FramerJPbnlA9T_.displayName=\"Home\";FramerJPbnlA9T_.defaultProps={height:6542.5,width:1366};addFonts(FramerJPbnlA9T_,[{explicitInter:true,fonts:[{family:\"Creato Display ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/NhphjhtwkxhxtRN1Nuo9WGDx3Ks.woff\"},{family:\"Creato Display Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/BjVITzJzSoiWMhXQ1BhubPVXwm8.woff2\"}]},...NavigationFonts,...TickerFonts,...SlideshowFonts,...JoinAStartupFonts,...HostAStudentFonts,...CarouselFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJPbnlA9T_\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"6542.5\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"enrmEl8it\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ONJjBR6HZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1366\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "n", "isNumber", "t", "isEasingList", "wrap", "e", "n", "o", "getEasingForSegment", "mix", "noopReturn", "t", "progress", "e", "n", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "t", "e", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "i", "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", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "clamp", "t", "e", "n", "progress", "t", "e", "n", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "borderRadiusControl", "ControlType", "usePadding", "props", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "se", "paddingControl", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "RichText2", "css", "FramerejnY3MY01", "withCSS", "ejnY3MY01_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1jpuggg", "args", "onTaph1a9i7", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "css", "Framerryeu8NbJl", "withCSS", "ryeu8NbJl_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Link", "RichText2", "css", "FramerSh4BTs1y9", "withCSS", "Sh4BTs1y9_default", "addFonts", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "ryeu8NbJl_default", "TickerFonts", "Ticker", "SlideshowFonts", "Slideshow", "JoinAStartupFonts", "ejnY3MY01_default", "HostAStudentFonts", "Sh4BTs1y9_default", "CarouselFonts", "Carousel", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "transformTemplate2", "transition1", "animation", "animation1", "transition2", "animation2", "transformTemplate3", "animation3", "animation4", "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", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "SVG", "Link", "css", "FramerJPbnlA9T_", "withCSS", "JPbnlA9T_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
