{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/V7Hx2TZfPoLVPANh8Vrl/16sOFkWpmP6fTDY4Iilz/DPLeD6Ut_.js", "ssg:https://framerusercontent.com/modules/P8conhA4JKPw8KjYyO9U/bTB3Zo56WPP2LlM1edg3/fBw4pN8H3.js", "ssg:https://framerusercontent.com/modules/lIQ1eSjCchMnDwvXxeDo/q156hqvcBKmCeQOqqEO6/k_Qzb0Pp5.js", "ssg:https://framerusercontent.com/modules/2YRHpz9E3fYsI8wGgvsT/E5znlP5hqQBJhcW4iG79/lNuOnvIQa.js", "ssg:https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM-0.js", "ssg:https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM-1.js", "ssg:https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js", "ssg:https://framerusercontent.com/modules/vdQWL7oNrFdmvAsaNb1C/8Jn492sFJ8VO2CgRbmAG/u3VZDoj44.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,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)`};/**\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 currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// 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[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;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;startTransition(()=>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)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"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.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.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){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]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* 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,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||!isInView?\"auto\":\"transform\",transform:transformer(0)},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\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (eb93fa7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,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=[\"L2OD7kM3x\",\"JMe1bZqCl\",\"JvX_yjTpc\",\"Jef07Ygkb\",\"XUgAvV8yp\",\"sG8jInC5t\",\"H7Oi0nOCR\",\"m5M4qUiI7\",\"pq1hblkSN\"];const serializationHash=\"framer-9ZKDG\";const variantClassNames={H7Oi0nOCR:\"framer-v-jd7kui\",Jef07Ygkb:\"framer-v-bwkaih\",JMe1bZqCl:\"framer-v-1q5yszk\",JvX_yjTpc:\"framer-v-rw338i\",L2OD7kM3x:\"framer-v-1d8mwzi\",m5M4qUiI7:\"framer-v-1vdi9t7\",pq1hblkSN:\"framer-v-z10op6\",sG8jInC5t:\"framer-v-1t5wo89\",XUgAvV8yp:\"framer-v-fjr0s5\"};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 transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};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={\"All Access\":\"JMe1bZqCl\",\"Mobile-open\":\"m5M4qUiI7\",$AAA:\"Jef07Ygkb\",Docs:\"sG8jInC5t\",FAQ:\"XUgAvV8yp\",Home:\"pq1hblkSN\",Mobile:\"H7Oi0nOCR\",Problem:\"L2OD7kM3x\",Roadmap:\"JvX_yjTpc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"L2OD7kM3x\"};};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:\"L2OD7kM3x\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfc6n7j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"H7Oi0nOCR\");});const onTap1jgzeiy=activeVariantCallback(async(...args)=>{setVariant(\"H7Oi0nOCR\");});const onTap17tfjgm=activeVariantCallback(async(...args)=>{setVariant(\"L2OD7kM3x\");});const onTap17uj05i=activeVariantCallback(async(...args)=>{setVariant(\"m5M4qUiI7\");});const onTap107or1s=activeVariantCallback(async(...args)=>{setVariant(\"JMe1bZqCl\");});const onTap16me092=activeVariantCallback(async(...args)=>{setVariant(\"JvX_yjTpc\");});const onTap1xtyx3x=activeVariantCallback(async(...args)=>{setVariant(\"Jef07Ygkb\");});const onTap114snj5=activeVariantCallback(async(...args)=>{setVariant(\"XUgAvV8yp\");});const onTap1tju2dy=activeVariantCallback(async(...args)=>{setVariant(\"sG8jInC5t\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"m5M4qUiI7\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"H7Oi0nOCR\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"H7Oi0nOCR\")return false;return true;};const isDisplayed3=()=>{if([\"H7Oi0nOCR\",\"m5M4qUiI7\",\"pq1hblkSN\"].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,...addPropertyOverrides({m5M4qUiI7:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1d8mwzi\",className,classNames),\"data-framer-name\":\"Problem\",layoutDependency:layoutDependency,layoutId:\"L2OD7kM3x\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0.2)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{H7Oi0nOCR:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},m5M4qUiI7:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({H7Oi0nOCR:{\"data-framer-name\":\"Mobile\"},Jef07Ygkb:{\"data-framer-name\":\"$AAA\"},JMe1bZqCl:{\"data-framer-name\":\"All Access\"},JvX_yjTpc:{\"data-framer-name\":\"Roadmap\"},m5M4qUiI7:{\"data-framer-name\":\"Mobile-open\",\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1760,pixelWidth:813,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/bM27s8vUyq8xxpukNNj4ff6yjWo.png\",srcSet:\"https://framerusercontent.com/images/bM27s8vUyq8xxpukNNj4ff6yjWo.png 813w\"},onTap:onTapfc6n7j},pq1hblkSN:{\"data-framer-name\":\"Home\"},sG8jInC5t:{\"data-framer-name\":\"Docs\"},XUgAvV8yp:{\"data-framer-name\":\"FAQ\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nzbo0b\",layoutDependency:layoutDependency,layoutId:\"L2yZO9WXD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:75.5,pixelHeight:150,pixelWidth:151,src:\"https://framerusercontent.com/images/0Mdd9pqrFwRfsbMpZl8p8CXbI.png\"},className:\"framer-1wnqg5q\",\"data-framer-name\":\"Image\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JPo23cmMO\",onTap:onTap1jgzeiy,...addPropertyOverrides({m5M4qUiI7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:75.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+0),pixelHeight:150,pixelWidth:151,src:\"https://framerusercontent.com/images/0Mdd9pqrFwRfsbMpZl8p8CXbI.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1owccjt\",layoutDependency:layoutDependency,layoutId:\"ATv_xRhdh\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":Q46Fq50uk\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"gKQLLyGFk\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-147kf0r framer-f9q8wd\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gKQLLyGFk\",onTap:onTap17tfjgm,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hygsn5\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jIVJGCxXl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g><path d=\"M 0 0 L 24 0 L 24 24 L 0 24 Z\" fill=\"transparent\"></path><path d=\"M 20.75 0 L 3.25 0 C 1.455 0 0 1.455 0 3.25 L 0 20.75 C 0 22.545 1.455 24 3.25 24 L 20.75 24 C 22.545 24 24 22.545 24 20.75 L 24 3.25 C 24 1.455 22.545 0 20.75 0 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 7.572 13.072 C 5.725 13.072 4.229 14.575 4.243 16.408 C 4.241 17.301 4.598 18.157 5.234 18.783 C 5.871 19.41 6.732 19.753 7.625 19.737 C 9.472 19.724 10.934 18.235 10.928 16.375 C 10.921 14.535 9.425 13.059 7.572 13.066 Z M 19.407 14.899 L 15.091 6.301 C 14.567 5.056 13.344 4.251 11.993 4.263 C 10.147 4.263 8.651 5.765 8.664 7.598 C 8.671 9.405 10.067 10.842 11.854 10.928 L 14.204 10.928 C 15.495 10.928 15.587 11.629 15.038 12.463 C 14.82 12.794 14.145 13.807 13.767 14.37 C 13.675 14.489 13.589 14.621 13.509 14.753 C 13.231 15.243 13.072 15.806 13.072 16.402 C 13.07 17.294 13.428 18.15 14.064 18.777 C 14.7 19.403 15.562 19.747 16.454 19.731 C 18.301 19.718 19.764 18.228 19.757 16.368 C 19.757 15.839 19.625 15.336 19.407 14.892 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',svgContentId:10663614448,withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":TAqK8PC14\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"HAJxFDgOA\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1azmrim framer-f9q8wd\",\"data-border\":true,\"data-framer-name\":\"Learn more button\",layoutDependency:layoutDependency,layoutId:\"HAJxFDgOA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LEARN MORE\"})}),className:\"framer-v3ovvx\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"k3Yf_Er4J\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:178,pixelHeight:352,pixelWidth:356,src:\"https://framerusercontent.com/images/m0fwRpMvIje0rSIqv1OCh5Z3xo.png\"},className:\"framer-1mp9ng\",\"data-framer-name\":\"Image\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Sxd_EItAE\",onTap:onTap17uj05i,...addPropertyOverrides({H7Oi0nOCR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:176,intrinsicWidth:178,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+3.2),pixelHeight:352,pixelWidth:356,src:\"https://framerusercontent.com/images/m0fwRpMvIje0rSIqv1OCh5Z3xo.png\"}}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m8vitl\",layoutDependency:layoutDependency,layoutId:\"wwT8Cncvx\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":Q46Fq50uk\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"Zszn0urhw\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-znxd9w framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Zszn0urhw\",onTap:onTap17tfjgm,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},...addPropertyOverrides({JMe1bZqCl:{onTap:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PROBLEM\"})}),className:\"framer-1f856u6\",\"data-highlight\":true,fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"zDWHeix8e\",onTap:onTap17tfjgm,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PROBLEM\"})}),onTap:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":TAqK8PC14\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"erkizkYGi\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a1jvxd framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"erkizkYGi\",onTap:onTap107or1s,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ALL ACCESS\"})}),className:\"framer-rwmnsp\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"aZjsjVSuT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ALL ACCESS\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":aRzZ5ZAY5\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"sOoZmGq7c\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bs13bl framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sOoZmGq7c\",onTap:onTap16me092,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ROADMAP\"})}),className:\"framer-7o1hoz\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"nJo__vTyx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ROADMAP\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":SP1Y7bkul\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"z0MK5_Vie\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bctfpu framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z0MK5_Vie\",onTap:onTap1xtyx3x,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$AAA\"})}),className:\"framer-zjbq6g\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"NFdRHJQWe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$AAA\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":hGqvupJjd\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"HXe8YFDVQ\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1neiosx framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HXe8YFDVQ\",onTap:onTap114snj5,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"FAQ\"})}),className:\"framer-s047st\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"nZ4BtFgGx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"FAQ\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":eQbmrHgF2\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"MyGxQVqOA\",openInNewTab:false,scopeId:\"DPLeD6Ut_\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wlru0k framer-f9q8wd\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MyGxQVqOA\",onTap:onTap1tju2dy,style:{backgroundColor:\"rgba(77, 77, 77, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"DOCS\"})}),className:\"framer-1gugikf\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"GEn4Esc4f\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({m5M4qUiI7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"DOCS\"})})}},baseVariant,gestureVariant)})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-j7fhou\",layoutDependency:layoutDependency,layoutId:\"h7BiVqwPd\",style:{backgroundColor:\"rgb(77, 77, 77)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9ZKDG.framer-f9q8wd, .framer-9ZKDG .framer-f9q8wd { display: block; }\",\".framer-9ZKDG.framer-1d8mwzi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: 633px; will-change: var(--framer-will-change-override, transform); }\",\".framer-9ZKDG .framer-1nzbo0b, .framer-9ZKDG .framer-1owccjt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-9ZKDG .framer-1wnqg5q { aspect-ratio: 1.0066666666666666 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-9ZKDG .framer-147kf0r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9ZKDG .framer-1hygsn5 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-9ZKDG .framer-1azmrim { 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: 8px 8px 4px 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9ZKDG .framer-v3ovvx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9ZKDG .framer-1mp9ng { aspect-ratio: 1.0113636363636365 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\".framer-9ZKDG .framer-1m8vitl { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-9ZKDG .framer-znxd9w, .framer-9ZKDG .framer-a1jvxd, .framer-9ZKDG .framer-1bs13bl, .framer-9ZKDG .framer-bctfpu, .framer-9ZKDG .framer-1neiosx, .framer-9ZKDG .framer-wlru0k { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9ZKDG .framer-1f856u6 { cursor: pointer; flex: none; height: 100%; position: relative; white-space: pre-wrap; width: 80px; word-break: break-word; word-wrap: break-word; }\",\".framer-9ZKDG .framer-rwmnsp, .framer-9ZKDG .framer-7o1hoz, .framer-9ZKDG .framer-zjbq6g, .framer-9ZKDG .framer-s047st, .framer-9ZKDG .framer-1gugikf { flex: none; height: 100%; position: relative; white-space: pre-wrap; width: 80px; word-break: break-word; word-wrap: break-word; }\",\".framer-9ZKDG .framer-j7fhou { bottom: 8px; flex: none; left: calc(14.218009478673007% - 90px / 2); overflow: hidden; position: absolute; top: 8px; width: 90px; will-change: var(--framer-will-change-override, transform); z-index: -1; }\",\".framer-9ZKDG.framer-v-1q5yszk .framer-j7fhou { left: calc(29.225908372827824% - 90px / 2); }\",\".framer-9ZKDG.framer-v-rw338i .framer-j7fhou { left: calc(44.233807266982645% - 90px / 2); }\",\".framer-9ZKDG.framer-v-bwkaih .framer-j7fhou { left: calc(59.557661927330194% - 90px / 2); }\",\".framer-9ZKDG.framer-v-fjr0s5 .framer-j7fhou { left: calc(75.03949447077412% - 90px / 2); }\",\".framer-9ZKDG.framer-v-1t5wo89 .framer-j7fhou { left: calc(89.88941548183257% - 90px / 2); }\",\".framer-9ZKDG.framer-v-jd7kui.framer-1d8mwzi { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 16px; width: 321px; will-change: unset; }\",\".framer-9ZKDG.framer-v-jd7kui .framer-1nzbo0b, .framer-9ZKDG.framer-v-1vdi9t7 .framer-1nzbo0b { flex: none; gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-9ZKDG.framer-v-jd7kui .framer-1owccjt { gap: 16px; justify-content: flex-start; order: 0; }\",\".framer-9ZKDG.framer-v-jd7kui .framer-1mp9ng { order: 1; }\",\".framer-9ZKDG.framer-v-1vdi9t7.framer-1d8mwzi { cursor: pointer; flex-direction: column; gap: 40px; height: 1000px; justify-content: flex-start; padding: 16px; width: 321px; will-change: unset; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-1wnqg5q { order: 2; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-1owccjt { justify-content: flex-start; order: 1; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-1m8vitl { align-content: flex-start; align-items: flex-start; align-self: unset; flex: 1 0 0px; flex-direction: column; gap: 24px; height: 1px; justify-content: flex-start; order: 1; width: 100%; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-znxd9w, .framer-9ZKDG.framer-v-1vdi9t7 .framer-a1jvxd, .framer-9ZKDG.framer-v-1vdi9t7 .framer-1bs13bl, .framer-9ZKDG.framer-v-1vdi9t7 .framer-bctfpu, .framer-9ZKDG.framer-v-1vdi9t7 .framer-1neiosx, .framer-9ZKDG.framer-v-1vdi9t7 .framer-wlru0k { height: min-content; width: 100%; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-1f856u6 { cursor: unset; flex: 1 0 0px; height: auto; width: 1px; }\",\".framer-9ZKDG.framer-v-1vdi9t7 .framer-rwmnsp, .framer-9ZKDG.framer-v-1vdi9t7 .framer-7o1hoz, .framer-9ZKDG.framer-v-1vdi9t7 .framer-zjbq6g, .framer-9ZKDG.framer-v-1vdi9t7 .framer-s047st, .framer-9ZKDG.framer-v-1vdi9t7 .framer-1gugikf { flex: 1 0 0px; height: auto; width: 1px; }\",'.framer-9ZKDG[data-border=\"true\"]::after, .framer-9ZKDG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 633\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JMe1bZqCl\":{\"layout\":[\"fixed\",\"auto\"]},\"JvX_yjTpc\":{\"layout\":[\"fixed\",\"auto\"]},\"Jef07Ygkb\":{\"layout\":[\"fixed\",\"auto\"]},\"XUgAvV8yp\":{\"layout\":[\"fixed\",\"auto\"]},\"sG8jInC5t\":{\"layout\":[\"fixed\",\"auto\"]},\"H7Oi0nOCR\":{\"layout\":[\"fixed\",\"auto\"]},\"m5M4qUiI7\":{\"layout\":[\"fixed\",\"fixed\"]},\"pq1hblkSN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDPLeD6Ut_=withCSS(Component,css,\"framer-9ZKDG\");export default FramerDPLeD6Ut_;FramerDPLeD6Ut_.displayName=\"Menu\";FramerDPLeD6Ut_.defaultProps={height:48,width:633};addPropertyControls(FramerDPLeD6Ut_,{variant:{options:[\"L2OD7kM3x\",\"JMe1bZqCl\",\"JvX_yjTpc\",\"Jef07Ygkb\",\"XUgAvV8yp\",\"sG8jInC5t\",\"H7Oi0nOCR\",\"m5M4qUiI7\",\"pq1hblkSN\"],optionTitles:[\"Problem\",\"All Access\",\"Roadmap\",\"$AAA\",\"FAQ\",\"Docs\",\"Mobile\",\"Mobile-open\",\"Home\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDPLeD6Ut_,[{explicitInter:true,fonts:[{family:\"TitlingGothicFB Cond Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/RrvxcuxFBJbjNa7w6CNc7GDWa7Q.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDPLeD6Ut_\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JMe1bZqCl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JvX_yjTpc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jef07Ygkb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XUgAvV8yp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sG8jInC5t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H7Oi0nOCR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m5M4qUiI7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pq1hblkSN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"633\",\"framerIntrinsicHeight\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DPLeD6Ut_.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"uGY8_XuJW\",\"aUAeERJPf\",\"iuZU6jxyh\",\"KgKJ8hwpt\",\"dZvbI9Ji0\",\"H_wyKXxPb\",\"HUupD29Ko\"];const serializationHash=\"framer-1T0vf\";const variantClassNames={aUAeERJPf:\"framer-v-1toos32\",dZvbI9Ji0:\"framer-v-165enfg\",H_wyKXxPb:\"framer-v-18xvalv\",HUupD29Ko:\"framer-v-vwsv04\",iuZU6jxyh:\"framer-v-65tqkx\",KgKJ8hwpt:\"framer-v-17ndmdc\",uGY8_XuJW:\"framer-v-1w94t1u\"};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 humanReadableVariantMap={\"Fans arent just consumers\":\"HUupD29Ko\",\"They Take\":\"KgKJ8hwpt\",\"We are the\":\"H_wyKXxPb\",\"We lose\":\"dZvbI9Ji0\",Economy:\"aUAeERJPf\",Industry:\"iuZU6jxyh\",Movement:\"uGY8_XuJW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uGY8_XuJW\"};};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:\"uGY8_XuJW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"H_wyKXxPb\",\"HUupD29Ko\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"dZvbI9Ji0\")return true;return false;};const isDisplayed2=()=>{if([\"H_wyKXxPb\",\"HUupD29Ko\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1w94t1u\",className,classNames),\"data-framer-name\":\"Movement\",layoutDependency:layoutDependency,layoutId:\"uGY8_XuJW\",ref:refBinding,style:{...style},...addPropertyOverrides({aUAeERJPf:{\"data-framer-name\":\"Economy\"},dZvbI9Ji0:{\"data-framer-name\":\"We lose\"},H_wyKXxPb:{\"data-framer-name\":\"We are the\"},HUupD29Ko:{\"data-framer-name\":\"Fans arent just consumers\"},iuZU6jxyh:{\"data-framer-name\":\"Industry\"},KgKJ8hwpt:{\"data-framer-name\":\"They Take\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ufqlg0\",layoutDependency:layoutDependency,layoutId:\"PrllAlXCq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"MOVEMENT.\"})}),className:\"framer-19vvhhh\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"biCSrIbfl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ECONOMY.\"})}),className:\"framer-i6f4pu\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"L5qkOSE8s\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"INDUSTRY.\"})}),className:\"framer-adzmhr\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"Gw8Rmx7OG\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"MOVEMENT.\"})}),className:\"framer-s0avap\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"E4FepZGEp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dZvbI9Ji0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"THEY TAKE.\"})})},KgKJ8hwpt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"THEY TAKE.\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"WE LOSE.\"})}),className:\"framer-1akuu8s\",\"data-framer-name\":\"WE LOSE.\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"k1_uOO3uR\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"WE ARE THE\"})}),className:\"framer-yolby9\",\"data-framer-name\":\"WE LOSE.\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"LPapkubK3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HUupD29Ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"FANS AREN'T JUST CONSUMERS\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1T0vf.framer-mx24fq, .framer-1T0vf .framer-mx24fq { display: block; }\",\".framer-1T0vf.framer-1w94t1u { height: 67px; overflow: hidden; position: relative; width: 316px; }\",\".framer-1T0vf .framer-ufqlg0 { align-content: flex-start; align-items: flex-start; bottom: -202px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; }\",\".framer-1T0vf .framer-19vvhhh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-1T0vf .framer-i6f4pu, .framer-1T0vf .framer-adzmhr, .framer-1T0vf .framer-s0avap, .framer-1T0vf .framer-1akuu8s { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-1T0vf .framer-yolby9 { flex: none; height: auto; left: 0px; overflow: visible; position: absolute; top: 0px; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1T0vf .framer-ufqlg0 { gap: 0px; } .framer-1T0vf .framer-ufqlg0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1T0vf .framer-ufqlg0 > :first-child { margin-top: 0px; } .framer-1T0vf .framer-ufqlg0 > :last-child { margin-bottom: 0px; } }\",\".framer-1T0vf.framer-v-1toos32 .framer-ufqlg0 { bottom: -134px; }\",\".framer-1T0vf.framer-v-1toos32 .framer-19vvhhh, .framer-1T0vf.framer-v-65tqkx .framer-19vvhhh, .framer-1T0vf.framer-v-17ndmdc .framer-19vvhhh, .framer-1T0vf.framer-v-165enfg .framer-19vvhhh { order: 0; }\",\".framer-1T0vf.framer-v-1toos32 .framer-i6f4pu, .framer-1T0vf.framer-v-65tqkx .framer-i6f4pu, .framer-1T0vf.framer-v-17ndmdc .framer-i6f4pu, .framer-1T0vf.framer-v-165enfg .framer-i6f4pu { order: 1; }\",\".framer-1T0vf.framer-v-1toos32 .framer-adzmhr, .framer-1T0vf.framer-v-65tqkx .framer-adzmhr, .framer-1T0vf.framer-v-17ndmdc .framer-adzmhr, .framer-1T0vf.framer-v-165enfg .framer-adzmhr { order: 2; }\",\".framer-1T0vf.framer-v-1toos32 .framer-s0avap, .framer-1T0vf.framer-v-65tqkx .framer-s0avap, .framer-1T0vf.framer-v-17ndmdc .framer-s0avap, .framer-1T0vf.framer-v-165enfg .framer-s0avap { order: 3; }\",\".framer-1T0vf.framer-v-65tqkx .framer-ufqlg0 { bottom: unset; top: -134px; }\",\".framer-1T0vf.framer-v-17ndmdc .framer-ufqlg0 { bottom: unset; top: -201px; }\",\".framer-1T0vf.framer-v-165enfg.framer-1w94t1u { width: 249px; }\",\".framer-1T0vf.framer-v-165enfg .framer-ufqlg0 { bottom: 0px; right: 67px; }\",\".framer-1T0vf.framer-v-165enfg .framer-1akuu8s { order: 4; }\",\".framer-1T0vf.framer-v-18xvalv.framer-1w94t1u, .framer-1T0vf.framer-v-vwsv04.framer-1w94t1u { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: visible; padding: 0px; width: min-content; }\",\".framer-1T0vf.framer-v-18xvalv .framer-yolby9, .framer-1T0vf.framer-v-vwsv04 .framer-yolby9 { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1T0vf.framer-v-18xvalv.framer-1w94t1u { gap: 0px; } .framer-1T0vf.framer-v-18xvalv.framer-1w94t1u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1T0vf.framer-v-18xvalv.framer-1w94t1u > :first-child { margin-left: 0px; } .framer-1T0vf.framer-v-18xvalv.framer-1w94t1u > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1T0vf.framer-v-vwsv04.framer-1w94t1u { gap: 0px; } .framer-1T0vf.framer-v-vwsv04.framer-1w94t1u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1T0vf.framer-v-vwsv04.framer-1w94t1u > :first-child { margin-left: 0px; } .framer-1T0vf.framer-v-vwsv04.framer-1w94t1u > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 67\n * @framerIntrinsicWidth 316\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"aUAeERJPf\":{\"layout\":[\"fixed\",\"fixed\"]},\"iuZU6jxyh\":{\"layout\":[\"fixed\",\"fixed\"]},\"KgKJ8hwpt\":{\"layout\":[\"fixed\",\"fixed\"]},\"dZvbI9Ji0\":{\"layout\":[\"fixed\",\"fixed\"]},\"H_wyKXxPb\":{\"layout\":[\"auto\",\"fixed\"]},\"HUupD29Ko\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfBw4pN8H3=withCSS(Component,css,\"framer-1T0vf\");export default FramerfBw4pN8H3;FramerfBw4pN8H3.displayName=\"Movement-text\";FramerfBw4pN8H3.defaultProps={height:67,width:316};addPropertyControls(FramerfBw4pN8H3,{variant:{options:[\"uGY8_XuJW\",\"aUAeERJPf\",\"iuZU6jxyh\",\"KgKJ8hwpt\",\"dZvbI9Ji0\",\"H_wyKXxPb\",\"HUupD29Ko\"],optionTitles:[\"Movement\",\"Economy\",\"Industry\",\"They Take\",\"We lose\",\"We are the\",\"Fans arent just consumers\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfBw4pN8H3,[{explicitInter:true,fonts:[{family:\"TitlingGothicFB Cond Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/RrvxcuxFBJbjNa7w6CNc7GDWa7Q.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfBw4pN8H3\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"316\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"67\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aUAeERJPf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iuZU6jxyh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KgKJ8hwpt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dZvbI9Ji0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H_wyKXxPb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HUupD29Ko\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fBw4pN8H3.map", "// Generated by Framer (677c5d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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=[\"qpxpDCZD0\",\"Ts41GZi0V\"];const serializationHash=\"framer-qZ05w\";const variantClassNames={qpxpDCZD0:\"framer-v-jab23d\",Ts41GZi0V:\"framer-v-ogak9r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.5,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={FAQ:\"Ts41GZi0V\",Open:\"qpxpDCZD0\"};const getProps=({answer,click,fontSize,height,id,question,width,...props})=>{return{...props,DR_6QqGeh:answer??props.DR_6QqGeh??\"Framer is a design tool that allows you to design websites on a freeform canvas, and then publish them as websites with a single click.\",EWptw1vKS:fontSize??props.EWptw1vKS??24,qQefXa5XK:question??props.qQefXa5XK??\"What is Framer?\",variant:humanReadableVariantMap[props.variant]??props.variant??\"qpxpDCZD0\",Z3jnJDFUJ:click??props.Z3jnJDFUJ};};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,qQefXa5XK,DR_6QqGeh,Z3jnJDFUJ,EWptw1vKS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qpxpDCZD0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap63j848=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Z3jnJDFUJ){const res=await Z3jnJDFUJ(...args);if(res===false)return false;}setVariant(\"Ts41GZi0V\");});const onTap12zhdt6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Z3jnJDFUJ){const res=await Z3jnJDFUJ(...args);if(res===false)return false;}setVariant(\"qpxpDCZD0\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Ts41GZi0V\")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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jab23d\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qpxpDCZD0\",onTap:onTap63j848,ref:refBinding,style:{...style},...addPropertyOverrides({Ts41GZi0V:{\"data-framer-name\":\"FAQ\",onTap:onTap12zhdt6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqnkqa\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"wNSQVR2T1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gb6nu0\",layoutDependency:layoutDependency,layoutId:\"sN8dhOgXM\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{Ts41GZi0V:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({Ts41GZi0V:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIFRyaWFsIEV4dHJhIEJvbGQ=\",\"--framer-font-family\":'\"Oldschool Grotesk Trial Extra Bold\", \"Oldschool Grotesk Trial Extra Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-EWptw1vKS-k_Qzb0Pp5) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"What is Framer?\"})}),className:\"framer-1fkxkjz\",\"data-framer-name\":\"Question\",fonts:[\"CUSTOM;Oldschool Grotesk Trial Extra Bold\"],layoutDependency:layoutDependency,layoutId:\"I1MD6ORJp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-EWptw1vKS-k_Qzb0Pp5\":EWptw1vKS},text:qQefXa5XK,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ts41GZi0V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIFRyaWFsIEV4dHJhIEJvbGQ=\",\"--framer-font-family\":'\"Oldschool Grotesk Trial Extra Bold\", \"Oldschool Grotesk Trial Extra Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-EWptw1vKS-k_Qzb0Pp5) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\"},children:\"What is Framer?\"})})}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ya3hwu\",\"data-framer-name\":\"Asnwer\",layoutDependency:layoutDependency,layoutId:\"r78YegMsp\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-EWptw1vKS-k_Qzb0Pp5) * 1px)\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Framer is a design tool that allows you to design websites on a freeform canvas, and then publish them as websites with a single click.\"})}),className:\"framer-1l4ymbz\",\"data-framer-name\":\"Answer\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],layoutDependency:layoutDependency,layoutId:\"RPkVlDfrM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-EWptw1vKS-k_Qzb0Pp5\":EWptw1vKS},text:DR_6QqGeh,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qZ05w.framer-dykkz6, .framer-qZ05w .framer-dykkz6 { display: block; }\",\".framer-qZ05w.framer-jab23d { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 391px; }\",\".framer-qZ05w .framer-1bqnkqa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qZ05w .framer-1gb6nu0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-qZ05w .framer-1fkxkjz { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qZ05w .framer-1ya3hwu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qZ05w .framer-1l4ymbz { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qZ05w.framer-jab23d, .framer-qZ05w .framer-1bqnkqa, .framer-qZ05w .framer-1gb6nu0, .framer-qZ05w .framer-1ya3hwu { gap: 0px; } .framer-qZ05w.framer-jab23d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qZ05w.framer-jab23d > :first-child, .framer-qZ05w .framer-1gb6nu0 > :first-child { margin-top: 0px; } .framer-qZ05w.framer-jab23d > :last-child, .framer-qZ05w .framer-1gb6nu0 > :last-child { margin-bottom: 0px; } .framer-qZ05w .framer-1bqnkqa > *, .framer-qZ05w .framer-1ya3hwu > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qZ05w .framer-1bqnkqa > :first-child, .framer-qZ05w .framer-1ya3hwu > :first-child { margin-left: 0px; } .framer-qZ05w .framer-1bqnkqa > :last-child, .framer-qZ05w .framer-1ya3hwu > :last-child { margin-right: 0px; } .framer-qZ05w .framer-1gb6nu0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",'.framer-qZ05w[data-border=\"true\"]::after, .framer-qZ05w [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 273\n * @framerIntrinsicWidth 391\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ts41GZi0V\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qQefXa5XK\":\"question\",\"DR_6QqGeh\":\"answer\",\"Z3jnJDFUJ\":\"click\",\"EWptw1vKS\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerk_Qzb0Pp5=withCSS(Component,css,\"framer-qZ05w\");export default Framerk_Qzb0Pp5;Framerk_Qzb0Pp5.displayName=\"Accordion 2\";Framerk_Qzb0Pp5.defaultProps={height:273,width:391};addPropertyControls(Framerk_Qzb0Pp5,{variant:{options:[\"qpxpDCZD0\",\"Ts41GZi0V\"],optionTitles:[\"Open\",\"FAQ\"],title:\"Variant\",type:ControlType.Enum},qQefXa5XK:{defaultValue:\"What is Framer?\",displayTextArea:false,title:\"Question\",type:ControlType.String},DR_6QqGeh:{defaultValue:\"Framer is a design tool that allows you to design websites on a freeform canvas, and then publish them as websites with a single click.\",displayTextArea:false,title:\"Answer\",type:ControlType.String},Z3jnJDFUJ:{title:\"Click\",type:ControlType.EventHandler},EWptw1vKS:{defaultValue:24,title:\"Font size\",type:ControlType.Number}});const variationAxes=[{defaultValue:50,maxValue:900,minValue:50,name:\"Weight\",tag:\"wght\"},{defaultValue:0,maxValue:0,minValue:-12,name:\"Slant\",tag:\"slnt\"}];addFonts(Framerk_Qzb0Pp5,[{explicitInter:true,fonts:[{family:\"Oldschool Grotesk Trial Extra Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/5rU8Ysb2cyfdqx02HDQ5Nqciz0A.woff2\"},{family:\"Oldschool Grotesk Classic Var Trial Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/GeSdNoQoJJcMfhUWjDuSMtqQNI.woff2\",variationAxes}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk_Qzb0Pp5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"273\",\"framerIntrinsicWidth\":\"391\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"qQefXa5XK\\\":\\\"question\\\",\\\"DR_6QqGeh\\\":\\\"answer\\\",\\\"Z3jnJDFUJ\\\":\\\"click\\\",\\\"EWptw1vKS\\\":\\\"fontSize\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ts41GZi0V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./k_Qzb0Pp5.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,SVG,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=[\"xY6rGVI0Y\",\"tJIVD_WEM\",\"z76fvIuX8\",\"rfJD3Zh2c\",\"ZJVDNR0D7\",\"JlSkzrHqY\"];const serializationHash=\"framer-1yioD\";const variantClassNames={JlSkzrHqY:\"framer-v-ual3ff\",rfJD3Zh2c:\"framer-v-gud0aa\",tJIVD_WEM:\"framer-v-auazig\",xY6rGVI0Y:\"framer-v-15rwe5a\",z76fvIuX8:\"framer-v-14v5edt\",ZJVDNR0D7:\"framer-v-hew3rt\"};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 humanReadableVariantMap={\"Connect-mob\":\"rfJD3Zh2c\",\"Earn-mob\":\"JlSkzrHqY\",\"Engage-mob\":\"ZJVDNR0D7\",Connect:\"xY6rGVI0Y\",Earn:\"z76fvIuX8\",Engage:\"tJIVD_WEM\"};const getProps=({fontSize,height,id,width,...props})=>{return{...props,LM2MYwURo:fontSize??props.LM2MYwURo??24,variant:humanReadableVariantMap[props.variant]??props.variant??\"xY6rGVI0Y\"};};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,LM2MYwURo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xY6rGVI0Y\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapuuuhtw=activeVariantCallback(async(...args)=>{setVariant(\"xY6rGVI0Y\");});const onTapolm2gi=activeVariantCallback(async(...args)=>{setVariant(\"rfJD3Zh2c\");});const onTaptd2u0d=activeVariantCallback(async(...args)=>{setVariant(\"tJIVD_WEM\");});const onTap1q1zykh=activeVariantCallback(async(...args)=>{setVariant(\"ZJVDNR0D7\");});const onTapohts1a=activeVariantCallback(async(...args)=>{setVariant(\"z76fvIuX8\");});const onTap11wj4q2=activeVariantCallback(async(...args)=>{setVariant(\"JlSkzrHqY\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"tJIVD_WEM\",\"z76fvIuX8\",\"ZJVDNR0D7\",\"JlSkzrHqY\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"tJIVD_WEM\",\"ZJVDNR0D7\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"z76fvIuX8\",\"JlSkzrHqY\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-15rwe5a\",className,classNames),\"data-framer-name\":\"Connect\",layoutDependency:layoutDependency,layoutId:\"xY6rGVI0Y\",ref:refBinding,style:{...style},...addPropertyOverrides({JlSkzrHqY:{\"data-framer-name\":\"Earn-mob\"},rfJD3Zh2c:{\"data-framer-name\":\"Connect-mob\"},tJIVD_WEM:{\"data-framer-name\":\"Engage\"},z76fvIuX8:{\"data-framer-name\":\"Earn\"},ZJVDNR0D7:{\"data-framer-name\":\"Engage-mob\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ccuy9d\",layoutDependency:layoutDependency,layoutId:\"fxcqXKlK6\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderTopLeftRadius:0,borderTopRightRadius:0},variants:{JlSkzrHqY:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:48,borderTopRightRadius:48},rfJD3Zh2c:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:48,borderTopRightRadius:48},ZJVDNR0D7:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:48,borderTopRightRadius:48}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pj6elr\",layoutDependency:layoutDependency,layoutId:\"QeWKZGFVw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1451,intrinsicWidth:782,pixelHeight:800,pixelWidth:431,sizes:\"377.2571px\",src:\"https://framerusercontent.com/images/jmmJ8eHqcx29KnKjhElRFcnegs0.gif\",srcSet:\"https://framerusercontent.com/images/jmmJ8eHqcx29KnKjhElRFcnegs0.gif 431w\"},className:\"framer-e9qlpy\",\"data-framer-name\":\"AAA Connect 1\",layoutDependency:layoutDependency,layoutId:\"P0qaLUbzM\",style:{mask:\"none\",WebkitMask:\"none\"},variants:{JlSkzrHqY:{mask:\"linear-gradient(180deg, rgba(0,0,0,1) 38.457207207207205%, rgba(0,0,0,0) 90.03026463963964%) add\",WebkitMask:\"linear-gradient(180deg, rgba(0,0,0,1) 38.457207207207205%, rgba(0,0,0,0) 90.03026463963964%) add\"},rfJD3Zh2c:{mask:\"linear-gradient(180deg, rgba(0,0,0,1) 30.5690456081081%, rgba(0,0,0,0) 90.03026463963964%) add\",WebkitMask:\"linear-gradient(180deg, rgba(0,0,0,1) 30.5690456081081%, rgba(0,0,0,0) 90.03026463963964%) add\"},ZJVDNR0D7:{mask:\"linear-gradient(180deg, rgba(0,0,0,1) 38.6402027027027%, rgba(0,0,0,0) 90.03026463963964%) add\",WebkitMask:\"linear-gradient(180deg, rgba(0,0,0,1) 38.6402027027027%, rgba(0,0,0,0) 90.03026463963964%) add\"}},...addPropertyOverrides({JlSkzrHqY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1451,intrinsicWidth:782,pixelHeight:800,pixelWidth:431,sizes:\"377.2571px\",src:\"https://framerusercontent.com/images/tSXAYuwSr16d4IvSTrFMaOlljnw.gif\",srcSet:\"https://framerusercontent.com/images/tSXAYuwSr16d4IvSTrFMaOlljnw.gif 431w\"}},tJIVD_WEM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1451,intrinsicWidth:782,pixelHeight:800,pixelWidth:431,sizes:\"377.2571px\",src:\"https://framerusercontent.com/images/3lxIlOfAQjqZpSlBJjYq7YUO1M.gif\",srcSet:\"https://framerusercontent.com/images/3lxIlOfAQjqZpSlBJjYq7YUO1M.gif 431w\"}},z76fvIuX8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1451,intrinsicWidth:782,pixelHeight:800,pixelWidth:431,sizes:\"377.2571px\",src:\"https://framerusercontent.com/images/tSXAYuwSr16d4IvSTrFMaOlljnw.gif\",srcSet:\"https://framerusercontent.com/images/tSXAYuwSr16d4IvSTrFMaOlljnw.gif 431w\"}},ZJVDNR0D7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1451,intrinsicWidth:782,pixelHeight:800,pixelWidth:431,sizes:\"377.2571px\",src:\"https://framerusercontent.com/images/3lxIlOfAQjqZpSlBJjYq7YUO1M.gif\",srcSet:\"https://framerusercontent.com/images/3lxIlOfAQjqZpSlBJjYq7YUO1M.gif 431w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mivbm7\",layoutDependency:layoutDependency,layoutId:\"D1O1clEfv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16q4m25\",layoutDependency:layoutDependency,layoutId:\"ZWimwRUb7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"HOW IT WORKS:\"})}),className:\"framer-1cscutt\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"D1v5062cg\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"left\"},children:\"HOW IT WORKS:\"})})},rfJD3Zh2c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"left\"},children:\"HOW IT WORKS:\"})})},ZJVDNR0D7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"left\"},children:\"HOW IT WORKS:\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(147, 149, 152))\"},children:\"THREE STEPS TO POWER ALL-ACCESS \"})}),className:\"framer-1h7927s\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"I6jgZ_Oqt\",style:{\"--extracted-r6o4lv\":\"rgb(147, 149, 152)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(147, 149, 152))\"},children:\"THREE STEPS TO POWER ALL-ACCESS \"})})},rfJD3Zh2c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(147, 149, 152))\"},children:\"THREE STEPS TO POWER ALL-ACCESS \"})})},ZJVDNR0D7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(147, 149, 152))\"},children:\"THREE STEPS TO POWER ALL-ACCESS \"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u4lg2o\",\"data-framer-name\":\"Connect\",layoutDependency:layoutDependency,layoutId:\"s_Rcb6I0f\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4t67m\",\"data-border\":true,\"data-framer-name\":\"Connect\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VkIeDq_jy\",onTap:onTapuuuhtw,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 225, 236)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{JlSkzrHqY:{backgroundColor:\"rgba(0, 225, 236, 0)\"},tJIVD_WEM:{backgroundColor:\"rgba(0, 225, 236, 0)\"},z76fvIuX8:{backgroundColor:\"rgba(0, 225, 236, 0)\"},ZJVDNR0D7:{backgroundColor:\"rgba(0, 225, 236, 0)\"}},...addPropertyOverrides({JlSkzrHqY:{onTap:onTapolm2gi},rfJD3Zh2c:{onTap:onTapolm2gi},ZJVDNR0D7:{onTap:onTapolm2gi}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"CONNECT\"})}),className:\"framer-1cosqoz\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"i_qmGcVxC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"CONNECT\"})})},tJIVD_WEM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"CONNECT\"})})},z76fvIuX8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"CONNECT\"})})},ZJVDNR0D7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"CONNECT\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wmjv69\",\"data-framer-name\":\"Chevron-down\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jMbesdcuq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(0, 225, 236)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9704369709,withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-f1c97773-75a0-440c-9284-872e50227082, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Bg&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10428337054},tJIVD_WEM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-f1c97773-75a0-440c-9284-872e50227082, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Bg&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10428337054},z76fvIuX8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-f1c97773-75a0-440c-9284-872e50227082, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Bg&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10428337054},ZJVDNR0D7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-f1c97773-75a0-440c-9284-872e50227082, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Bg&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10428337054}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rlkagn\",\"data-border\":true,\"data-framer-name\":\"Connect-info\",layoutDependency:layoutDependency,layoutId:\"Xd3W9yFHT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(183, 137, 229)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Build your foundational layer. \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"Connect your Spotify account. \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"Your data remains yours.\"})]}),className:\"framer-acht01\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"FTMK3rql1\",style:{\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rfJD3Zh2c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Build your foundational layer. Connect your Spotify account. Your data remains yours.\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dbj0nt\",\"data-framer-name\":\"Engage\",layoutDependency:layoutDependency,layoutId:\"jbNe1YUPa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e20fi4\",\"data-border\":true,\"data-framer-name\":\"Engage\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"agQCqs0UG\",onTap:onTaptd2u0d,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 166, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{tJIVD_WEM:{backgroundColor:\"rgb(0, 166, 0)\"},ZJVDNR0D7:{backgroundColor:\"rgb(0, 166, 0)\"}},...addPropertyOverrides({JlSkzrHqY:{onTap:onTap1q1zykh},rfJD3Zh2c:{onTap:onTap1q1zykh},ZJVDNR0D7:{onTap:onTap1q1zykh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"ENGAGE\"})}),className:\"framer-glk44r\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"XFMXqjgcK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},variants:{tJIVD_WEM:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},ZJVDNR0D7:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tJIVD_WEM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ENGAGE\"})})},ZJVDNR0D7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ENGAGE\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-238cn2\",\"data-framer-name\":\"Chevron-down\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"L3baOrLpI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10976691351,withExternalLayout:true,...addPropertyOverrides({tJIVD_WEM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(5, 165, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8941087066},ZJVDNR0D7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(5, 165, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8941087066}},baseVariant,gestureVariant)})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ilam13\",\"data-border\":true,\"data-framer-name\":\"Engage-info\",layoutDependency:layoutDependency,layoutId:\"QHUBFuhsi\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(251, 159, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get AI-powered quests, challenges\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"and recommendations. Get direct\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"access to artists, concerts & festivals\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:\"without the middlemen.\"})]}),className:\"framer-k7lrvt\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"PWqJseE9G\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZJVDNR0D7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get AI-powered quests, challenges and recommendations. Get direct access to artists, concerts & festivals without the middlemen.\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpg03y\",\"data-framer-name\":\"Earn\",layoutDependency:layoutDependency,layoutId:\"nfpcwNDpD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1or05oe\",\"data-border\":true,\"data-framer-name\":\"Earn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IhcX2r_Rh\",onTap:onTapohts1a,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(235, 149, 230, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{JlSkzrHqY:{backgroundColor:\"rgb(235, 149, 230)\"},z76fvIuX8:{backgroundColor:\"rgb(235, 149, 230)\"}},...addPropertyOverrides({JlSkzrHqY:{onTap:onTap11wj4q2},rfJD3Zh2c:{onTap:onTap11wj4q2},ZJVDNR0D7:{onTap:onTap11wj4q2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\"},children:\"EARN\"})}),className:\"framer-130kqvg\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"TzEs8sAjo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},variants:{JlSkzrHqY:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},z76fvIuX8:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"EARN\"})})},z76fvIuX8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-line-height\":\"75%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"EARN\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wjquk9\",\"data-framer-name\":\"Chevron-down\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sEqWH087k\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10976691351,withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(235, 149, 229)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10257792672},z76fvIuX8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6 9 L 12 15 L 18 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(235, 149, 229)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10257792672}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p3kc1x\",\"data-border\":true,\"data-framer-name\":\"Earn-info\",layoutDependency:layoutDependency,layoutId:\"HWlAWj8kv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(143, 120, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get AI-powered quests, challenges\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"and recommendations. Get direct\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"access to artists, concerts & festivals\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:\"without the middlemen.\"})]}),className:\"framer-14rsevq\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],layoutDependency:layoutDependency,layoutId:\"JQPICh0DT\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-LM2MYwURo-lNuOnvIQa\":LM2MYwURo},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JlSkzrHqY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Receive $AAA tokens for your fandom. Redeem for exclusive experiences. Build your ownership stake.\"})})},z76fvIuX8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-LM2MYwURo-lNuOnvIQa) * 1px)\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Receive $AAA tokens for your fandom. Redeem for exclusive experiences. Build your ownership stake.\"})})}},baseVariant,gestureVariant)})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1yioD.framer-ts97hu, .framer-1yioD .framer-ts97hu { display: block; }\",\".framer-1yioD.framer-15rwe5a { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1200px; }\",\".framer-1yioD .framer-ccuy9d, .framer-1yioD .framer-1pj6elr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1yioD .framer-e9qlpy { aspect-ratio: 0.5389386629910407 / 1; flex: none; height: calc(var(--framer-viewport-height, 100vh) * 0.7); overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 302px); }\",\".framer-1yioD .framer-1mivbm7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1yioD .framer-16q4m25 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1yioD .framer-1cscutt, .framer-1yioD .framer-1h7927s { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1yioD .framer-1u4lg2o, .framer-1yioD .framer-1dbj0nt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1yioD .framer-1e4t67m, .framer-1yioD .framer-1e20fi4, .framer-1yioD .framer-1or05oe { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 40px 16px 40px; position: relative; width: 100%; }\",\".framer-1yioD .framer-1cosqoz, .framer-1yioD .framer-glk44r, .framer-1yioD .framer-130kqvg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 138px; word-break: break-word; word-wrap: break-word; }\",\".framer-1yioD .framer-wmjv69, .framer-1yioD .framer-238cn2, .framer-1yioD .framer-wjquk9 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-1yioD .framer-1rlkagn, .framer-1yioD .framer-ilam13, .framer-1yioD .framer-1p3kc1x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 40px 16px 40px; position: relative; width: 100%; }\",\".framer-1yioD .framer-acht01, .framer-1yioD .framer-k7lrvt, .framer-1yioD .framer-14rsevq { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1yioD .framer-1cpg03y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1yioD.framer-15rwe5a, .framer-1yioD .framer-ccuy9d, .framer-1yioD .framer-1pj6elr, .framer-1yioD .framer-1mivbm7, .framer-1yioD .framer-16q4m25, .framer-1yioD .framer-1u4lg2o, .framer-1yioD .framer-1rlkagn, .framer-1yioD .framer-1dbj0nt, .framer-1yioD .framer-ilam13, .framer-1yioD .framer-1cpg03y, .framer-1yioD .framer-1p3kc1x { gap: 0px; } .framer-1yioD.framer-15rwe5a > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-1yioD.framer-15rwe5a > :first-child, .framer-1yioD .framer-ccuy9d > :first-child, .framer-1yioD .framer-1pj6elr > :first-child, .framer-1yioD .framer-1rlkagn > :first-child, .framer-1yioD .framer-ilam13 > :first-child, .framer-1yioD .framer-1p3kc1x > :first-child { margin-left: 0px; } .framer-1yioD.framer-15rwe5a > :last-child, .framer-1yioD .framer-ccuy9d > :last-child, .framer-1yioD .framer-1pj6elr > :last-child, .framer-1yioD .framer-1rlkagn > :last-child, .framer-1yioD .framer-ilam13 > :last-child, .framer-1yioD .framer-1p3kc1x > :last-child { margin-right: 0px; } .framer-1yioD .framer-ccuy9d > *, .framer-1yioD .framer-1pj6elr > *, .framer-1yioD .framer-1rlkagn > *, .framer-1yioD .framer-ilam13 > *, .framer-1yioD .framer-1p3kc1x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1yioD .framer-1mivbm7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1yioD .framer-1mivbm7 > :first-child, .framer-1yioD .framer-16q4m25 > :first-child, .framer-1yioD .framer-1u4lg2o > :first-child, .framer-1yioD .framer-1dbj0nt > :first-child, .framer-1yioD .framer-1cpg03y > :first-child { margin-top: 0px; } .framer-1yioD .framer-1mivbm7 > :last-child, .framer-1yioD .framer-16q4m25 > :last-child, .framer-1yioD .framer-1u4lg2o > :last-child, .framer-1yioD .framer-1dbj0nt > :last-child, .framer-1yioD .framer-1cpg03y > :last-child { margin-bottom: 0px; } .framer-1yioD .framer-16q4m25 > *, .framer-1yioD .framer-1u4lg2o > *, .framer-1yioD .framer-1dbj0nt > *, .framer-1yioD .framer-1cpg03y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-1yioD.framer-v-auazig .framer-1cpg03y { overflow: visible; }\",\".framer-1yioD.framer-v-gud0aa.framer-15rwe5a, .framer-1yioD.framer-v-hew3rt.framer-15rwe5a, .framer-1yioD.framer-v-ual3ff.framer-15rwe5a { flex-direction: column; gap: 24px; padding: 0px; width: 500px; }\",\".framer-1yioD.framer-v-gud0aa .framer-ccuy9d, .framer-1yioD.framer-v-hew3rt .framer-ccuy9d, .framer-1yioD.framer-v-ual3ff .framer-ccuy9d { flex: none; flex-direction: column; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 0.5); justify-content: flex-start; overflow: hidden; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1yioD.framer-v-gud0aa .framer-1pj6elr, .framer-1yioD.framer-v-hew3rt .framer-1pj6elr, .framer-1yioD.framer-v-ual3ff .framer-1pj6elr { flex: none; gap: 0px; width: min-content; }\",\".framer-1yioD.framer-v-gud0aa .framer-1mivbm7, .framer-1yioD.framer-v-hew3rt .framer-1mivbm7, .framer-1yioD.framer-v-ual3ff .framer-1mivbm7 { flex: none; gap: 12px; width: 100%; }\",\".framer-1yioD.framer-v-gud0aa .framer-1e4t67m, .framer-1yioD.framer-v-gud0aa .framer-1e20fi4, .framer-1yioD.framer-v-gud0aa .framer-1or05oe, .framer-1yioD.framer-v-hew3rt .framer-1e4t67m, .framer-1yioD.framer-v-hew3rt .framer-1e20fi4, .framer-1yioD.framer-v-hew3rt .framer-1or05oe, .framer-1yioD.framer-v-ual3ff .framer-1e4t67m, .framer-1yioD.framer-v-ual3ff .framer-1e20fi4, .framer-1yioD.framer-v-ual3ff .framer-1or05oe { padding: 16px 16px 12px 16px; }\",\".framer-1yioD.framer-v-gud0aa .framer-1rlkagn, .framer-1yioD.framer-v-hew3rt .framer-ilam13, .framer-1yioD.framer-v-ual3ff .framer-1p3kc1x { padding: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1yioD.framer-v-gud0aa.framer-15rwe5a, .framer-1yioD.framer-v-gud0aa .framer-ccuy9d, .framer-1yioD.framer-v-gud0aa .framer-1pj6elr, .framer-1yioD.framer-v-gud0aa .framer-1mivbm7 { gap: 0px; } .framer-1yioD.framer-v-gud0aa.framer-15rwe5a > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1yioD.framer-v-gud0aa.framer-15rwe5a > :first-child, .framer-1yioD.framer-v-gud0aa .framer-ccuy9d > :first-child, .framer-1yioD.framer-v-gud0aa .framer-1mivbm7 > :first-child { margin-top: 0px; } .framer-1yioD.framer-v-gud0aa.framer-15rwe5a > :last-child, .framer-1yioD.framer-v-gud0aa .framer-ccuy9d > :last-child, .framer-1yioD.framer-v-gud0aa .framer-1mivbm7 > :last-child { margin-bottom: 0px; } .framer-1yioD.framer-v-gud0aa .framer-ccuy9d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1yioD.framer-v-gud0aa .framer-1pj6elr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1yioD.framer-v-gud0aa .framer-1pj6elr > :first-child { margin-left: 0px; } .framer-1yioD.framer-v-gud0aa .framer-1pj6elr > :last-child { margin-right: 0px; } .framer-1yioD.framer-v-gud0aa .framer-1mivbm7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-1yioD.framer-v-hew3rt .framer-glk44r, .framer-1yioD.framer-v-ual3ff .framer-glk44r { order: 0; }\",\".framer-1yioD.framer-v-hew3rt .framer-238cn2, .framer-1yioD.framer-v-ual3ff .framer-238cn2 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1yioD.framer-v-hew3rt.framer-15rwe5a, .framer-1yioD.framer-v-hew3rt .framer-ccuy9d, .framer-1yioD.framer-v-hew3rt .framer-1pj6elr, .framer-1yioD.framer-v-hew3rt .framer-1mivbm7 { gap: 0px; } .framer-1yioD.framer-v-hew3rt.framer-15rwe5a > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1yioD.framer-v-hew3rt.framer-15rwe5a > :first-child, .framer-1yioD.framer-v-hew3rt .framer-ccuy9d > :first-child, .framer-1yioD.framer-v-hew3rt .framer-1mivbm7 > :first-child { margin-top: 0px; } .framer-1yioD.framer-v-hew3rt.framer-15rwe5a > :last-child, .framer-1yioD.framer-v-hew3rt .framer-ccuy9d > :last-child, .framer-1yioD.framer-v-hew3rt .framer-1mivbm7 > :last-child { margin-bottom: 0px; } .framer-1yioD.framer-v-hew3rt .framer-ccuy9d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1yioD.framer-v-hew3rt .framer-1pj6elr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1yioD.framer-v-hew3rt .framer-1pj6elr > :first-child { margin-left: 0px; } .framer-1yioD.framer-v-hew3rt .framer-1pj6elr > :last-child { margin-right: 0px; } .framer-1yioD.framer-v-hew3rt .framer-1mivbm7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1yioD.framer-v-ual3ff.framer-15rwe5a, .framer-1yioD.framer-v-ual3ff .framer-ccuy9d, .framer-1yioD.framer-v-ual3ff .framer-1pj6elr, .framer-1yioD.framer-v-ual3ff .framer-1mivbm7 { gap: 0px; } .framer-1yioD.framer-v-ual3ff.framer-15rwe5a > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1yioD.framer-v-ual3ff.framer-15rwe5a > :first-child, .framer-1yioD.framer-v-ual3ff .framer-ccuy9d > :first-child, .framer-1yioD.framer-v-ual3ff .framer-1mivbm7 > :first-child { margin-top: 0px; } .framer-1yioD.framer-v-ual3ff.framer-15rwe5a > :last-child, .framer-1yioD.framer-v-ual3ff .framer-ccuy9d > :last-child, .framer-1yioD.framer-v-ual3ff .framer-1mivbm7 > :last-child { margin-bottom: 0px; } .framer-1yioD.framer-v-ual3ff .framer-ccuy9d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1yioD.framer-v-ual3ff .framer-1pj6elr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1yioD.framer-v-ual3ff .framer-1pj6elr > :first-child { margin-left: 0px; } .framer-1yioD.framer-v-ual3ff .framer-1pj6elr > :last-child { margin-right: 0px; } .framer-1yioD.framer-v-ual3ff .framer-1mivbm7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",'.framer-1yioD[data-border=\"true\"]::after, .framer-1yioD [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 560\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tJIVD_WEM\":{\"layout\":[\"fixed\",\"auto\"]},\"z76fvIuX8\":{\"layout\":[\"fixed\",\"auto\"]},\"rfJD3Zh2c\":{\"layout\":[\"fixed\",\"auto\"]},\"ZJVDNR0D7\":{\"layout\":[\"fixed\",\"auto\"]},\"JlSkzrHqY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LM2MYwURo\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlNuOnvIQa=withCSS(Component,css,\"framer-1yioD\");export default FramerlNuOnvIQa;FramerlNuOnvIQa.displayName=\"How it works\";FramerlNuOnvIQa.defaultProps={height:560,width:1200};addPropertyControls(FramerlNuOnvIQa,{variant:{options:[\"xY6rGVI0Y\",\"tJIVD_WEM\",\"z76fvIuX8\",\"rfJD3Zh2c\",\"ZJVDNR0D7\",\"JlSkzrHqY\"],optionTitles:[\"Connect\",\"Engage\",\"Earn\",\"Connect-mob\",\"Engage-mob\",\"Earn-mob\"],title:\"Variant\",type:ControlType.Enum},LM2MYwURo:{defaultValue:24,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerlNuOnvIQa,[{explicitInter:true,fonts:[{family:\"TitlingGothicFB Cond Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/RrvxcuxFBJbjNa7w6CNc7GDWa7Q.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlNuOnvIQa\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tJIVD_WEM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z76fvIuX8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rfJD3Zh2c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZJVDNR0D7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JlSkzrHqY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"560\",\"framerVariables\":\"{\\\"LM2MYwURo\\\":\\\"fontSize\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lNuOnvIQa.map", "var t,e,r,n=Object.create,i=Object.defineProperty,s=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty,l=(t,e)=>function(){return e||(0,t[a(t)[0]])((e={exports:{}}).exports,e),e.exports;},h=(t,e,r,n)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let o of a(e))u.call(t,o)||o===r||i(t,o,{get:()=>e[o],enumerable:!(n=s(e,o))||n.enumerable});return t;},f=(t,e,r)=>(r=null!=t?n(o(t)):{},h(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !e&&t&&t.__esModule?r:i(r,\"default\",{value:t,enumerable:!0}),t)),c=l({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),g=l({\"../../../node_modules/whatwg-mimetype/lib/utils.js\"(t){t.removeLeadingAndTrailingHTTPWhitespace=t=>t.replace(/^[ \\t\\n\\r]+/u,\"\").replace(/[ \\t\\n\\r]+$/u,\"\"),t.removeTrailingHTTPWhitespace=t=>t.replace(/[ \\t\\n\\r]+$/u,\"\"),t.isHTTPWhitespaceChar=t=>\" \"===t||\"\t\"===t||\"\\n\"===t||\"\\r\"===t,t.solelyContainsHTTPTokenCodePoints=t=>/^[-!#$%&'*+.^_`|~A-Za-z0-9]*$/u.test(t),t.soleyContainsHTTPQuotedStringTokenCodePoints=t=>/^[\\t\\u0020-\\u007E\\u0080-\\u00FF]*$/u.test(t),t.asciiLowercase=t=>t.replace(/[A-Z]/ug,t=>t.toLowerCase()),t.collectAnHTTPQuotedString=(t,e)=>{let r=\"\";for(e++;;){for(;e<t.length&&'\"'!==t[e]&&\"\\\\\"!==t[e];)r+=t[e],++e;if(e>=t.length)break;let n=t[e];if(++e,\"\\\\\"===n){if(e>=t.length){r+=\"\\\\\";break;}r+=t[e],++e;}else break;}return[r,e];};}}),d=l({\"../../../node_modules/whatwg-mimetype/lib/mime-type-parameters.js\"(t,e){var{asciiLowercase:r,solelyContainsHTTPTokenCodePoints:n,soleyContainsHTTPQuotedStringTokenCodePoints:i}=g();e.exports=class{get size(){return this._map.size;}get(t){return t=r(String(t)),this._map.get(t);}has(t){return t=r(String(t)),this._map.has(t);}set(t,e){if(t=r(String(t)),e=String(e),!n(t))throw Error(`Invalid MIME type parameter name \"${t}\": only HTTP token code points are valid.`);if(!i(e))throw Error(`Invalid MIME type parameter value \"${e}\": only HTTP quoted-string token code points are valid.`);return this._map.set(t,e);}clear(){this._map.clear();}delete(t){return t=r(String(t)),this._map.delete(t);}forEach(t,e){this._map.forEach(t,e);}keys(){return this._map.keys();}values(){return this._map.values();}entries(){return this._map.entries();}[Symbol.iterator](){return this._map[Symbol.iterator]();}constructor(t){this._map=t;}};}}),p=l({\"../../../node_modules/whatwg-mimetype/lib/parser.js\"(t,e){var{removeLeadingAndTrailingHTTPWhitespace:r,removeTrailingHTTPWhitespace:n,isHTTPWhitespaceChar:i,solelyContainsHTTPTokenCodePoints:s,soleyContainsHTTPQuotedStringTokenCodePoints:a,asciiLowercase:o,collectAnHTTPQuotedString:u}=g();e.exports=t=>{t=r(t);let e=0,l=\"\";for(;e<t.length&&\"/\"!==t[e];)l+=t[e],++e;if(0===l.length||!s(l)||e>=t.length)return null;++e;let h=\"\";for(;e<t.length&&\";\"!==t[e];)h+=t[e],++e;if(0===(h=n(h)).length||!s(h))return null;let f={type:o(l),subtype:o(h),parameters:/* @__PURE__ */new Map};for(;e<t.length;){for(++e;i(t[e]);)++e;let r=\"\";for(;e<t.length&&\";\"!==t[e]&&\"=\"!==t[e];)r+=t[e],++e;if(r=o(r),e<t.length){if(\";\"===t[e])continue;++e;}let l=null;if('\"'===t[e])for([l,e]=u(t,e);e<t.length&&\";\"!==t[e];)++e;else{for(l=\"\";e<t.length&&\";\"!==t[e];)l+=t[e],++e;if(\"\"===(l=n(l)))continue;}r.length>0&&s(r)&&a(l)&&!f.parameters.has(r)&&f.parameters.set(r,l);}return f;};}}),y=l({\"../../../node_modules/whatwg-mimetype/lib/serializer.js\"(t,e){var{solelyContainsHTTPTokenCodePoints:r}=g();e.exports=t=>{let e=`${t.type}/${t.subtype}`;if(0===t.parameters.size)return e;for(let[n,i]of t.parameters)e+=\";\"+n+\"=\",r(i)&&0!==i.length||(i=i.replace(/([\"\\\\])/ug,\"\\\\$1\"),i=`\"${i}\"`),e+=i;return e;};}}),v=l({\"../../../node_modules/whatwg-mimetype/lib/mime-type.js\"(t,e){var r=d(),n=p(),i=y(),{asciiLowercase:s,solelyContainsHTTPTokenCodePoints:a}=g();e.exports=class{static parse(t){try{return new this(t);}catch(t){return null;}}get essence(){return`${this.type}/${this.subtype}`;}get type(){return this._type;}set type(t){if(0===(t=s(String(t))).length)throw Error(\"Invalid type: must be a non-empty string\");if(!a(t))throw Error(`Invalid type ${t}: must contain only HTTP token code points`);this._type=t;}get subtype(){return this._subtype;}set subtype(t){if(0===(t=s(String(t))).length)throw Error(\"Invalid subtype: must be a non-empty string\");if(!a(t))throw Error(`Invalid subtype ${t}: must contain only HTTP token code points`);this._subtype=t;}get parameters(){return this._parameters;}toString(){return i(this);}isJavaScript({prohibitParameters:t=!1}={}){switch(this._type){case\"text\":switch(this._subtype){case\"ecmascript\":case\"javascript\":case\"javascript1.0\":case\"javascript1.1\":case\"javascript1.2\":case\"javascript1.3\":case\"javascript1.4\":case\"javascript1.5\":case\"jscript\":case\"livescript\":case\"x-ecmascript\":case\"x-javascript\":return!t||0===this._parameters.size;default:return!1;}case\"application\":switch(this._subtype){case\"ecmascript\":case\"javascript\":case\"x-ecmascript\":case\"x-javascript\":return!t||0===this._parameters.size;default:return!1;}default:return!1;}}isXML(){return\"xml\"===this._subtype&&(\"text\"===this._type||\"application\"===this._type)||this._subtype.endsWith(\"+xml\");}isHTML(){return\"html\"===this._subtype&&\"text\"===this._type;}constructor(t){t=String(t);let e=n(t);if(null===e)throw Error(`Could not parse MIME type string \"${t}\"`);this._type=e.type,this._subtype=e.subtype,this._parameters=new r(e.parameters);}};}}),m=f(c()),w={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},b=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=w.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=w.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=w.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=w.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=w.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=w.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=w.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=w.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=w.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=w.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,this.offset=0,this.view=I(this.bytes),this.decoder=new TextDecoder;}};function I(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as U}from\"framer\";// src/code-generation/components/cms/bundled/assert.ts\nfunction k(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function S(t){throw Error(`Unexpected value: ${t}`);}// ../../../node_modules/fflate/esm/browser.js\nvar E=Uint8Array,M=Uint16Array,T=Int32Array,L=new E([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,/* unused */0,0,/* impossible */0]),_=new E([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,/* unused */0,0]),B=new E([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),x=function(t,e){for(var r=new M(31),n=0;n<31;++n)r[n]=e+=1<<t[n-1];for(var i=new T(r[30]),n=1;n<30;++n)for(var s=r[n];s<r[n+1];++s)i[s]=s-r[n]<<5|n;return{b:r,r:i};},C=x(L,2),A=C.b,F=C.r;A[28]=258,F[258]=28;var P=x(_,0),j=P.b,D=P.r,N=new M(32768);for(e=0;e<32768;++e)t=(61680&(t=(52428&(t=(43690&e)>>1|(21845&e)<<1))>>2|(13107&t)<<2))>>4|(3855&t)<<4,N[e]=((65280&t)>>8|(255&t)<<8)>>1;var $=function(t,e,r){for(var n,i=t.length,s=0,a=new M(e);s<i;++s)t[s]&&++a[t[s]-1];var o=new M(e);for(s=1;s<e;++s)o[s]=o[s-1]+a[s-1]<<1;if(r){n=new M(1<<e);var u=15-e;for(s=0;s<i;++s)if(t[s])for(var l=s<<4|t[s],h=e-t[s],f=o[t[s]-1]++<<h,c=f|(1<<h)-1;f<=c;++f)n[N[f]>>u]=l;}else for(s=0,n=new M(i);s<i;++s)t[s]&&(n[s]=N[o[t[s]-1]++]>>15-t[s]);return n;},R=new E(288);for(e=0;e<144;++e)R[e]=8;for(e=144;e<256;++e)R[e]=9;for(e=256;e<280;++e)R[e]=7;for(e=280;e<288;++e)R[e]=8;var O=new E(32);for(e=0;e<32;++e)O[e]=5;var q=/* @__PURE__ */$(R,9,0),z=/* @__PURE__ */$(R,9,1),H=/* @__PURE__ */$(O,5,0),J=/* @__PURE__ */$(O,5,1),W=function(t){for(var e=t[0],r=1;r<t.length;++r)t[r]>e&&(e=t[r]);return e;},G=function(t,e,r){var n=e/8|0;return(t[n]|t[n+1]<<8)>>(7&e)&r;},K=function(t,e){var r=e/8|0;return(t[r]|t[r+1]<<8|t[r+2]<<16)>>(7&e);},V=function(t){return(t+7)/8|0;},X=function(t,e,r){return(null==e||e<0)&&(e=0),(null==r||r>t.length)&&(r=t.length),new E(t.subarray(e,r));},Q=[\"unexpected EOF\",\"invalid block type\",\"invalid length/literal\",\"invalid distance\",\"stream finished\",\"no stream handler\",,\"no callback\",\"invalid UTF-8 data\",\"extra field too long\",\"date not in range 1980-2099\",\"filename too long\",\"stream finishing\",\"invalid zip data\"],Z=function(t,e,r){var n=Error(e||Q[t]);if(n.code=t,Error.captureStackTrace&&Error.captureStackTrace(n,Z),!r)throw n;return n;},Y=function(t,e,r,n){var i=t.length,s=n?n.length:0;if(!i||e.f&&!e.l)return r||new E(0);var a=!r,o=a||2!=e.i,u=e.i;a&&(r=new E(3*i));var l=function(t){var e=r.length;if(t>e){var n=new E(Math.max(2*e,t));n.set(r),r=n;}},h=e.f||0,f=e.p||0,c=e.b||0,g=e.l,d=e.d,p=e.m,y=e.n,v=8*i;do{if(!g){h=G(t,f,1);var m=G(t,f+1,3);if(f+=3,m){if(1==m)g=z,d=J,p=9,y=5;else if(2==m){var w=G(t,f,31)+257,b=G(t,f+10,15)+4,I=w+G(t,f+5,31)+1;f+=14;for(var U=new E(I),k=new E(19),S=0;S<b;++S)k[B[S]]=G(t,f+3*S,7);f+=3*b;for(var M=W(k),T=(1<<M)-1,x=$(k,M,1),S=0;S<I;){var C=x[G(t,f,T)];f+=15&C;var F=C>>4;if(F<16)U[S++]=F;else{var P=0,D=0;for(16==F?(D=3+G(t,f,3),f+=2,P=U[S-1]):17==F?(D=3+G(t,f,7),f+=3):18==F&&(D=11+G(t,f,127),f+=7);D--;)U[S++]=P;}}var N=U.subarray(0,w),R=U.subarray(w);p=W(N),y=W(R),g=$(N,p,1),d=$(R,y,1);}else Z(1);}else{var F=V(f)+4,O=t[F-4]|t[F-3]<<8,q=F+O;if(q>i){u&&Z(0);break;}o&&l(c+O),r.set(t.subarray(F,q),c),e.b=c+=O,e.p=f=8*q,e.f=h;continue;}if(f>v){u&&Z(0);break;}}o&&l(c+131072);for(var H=(1<<p)-1,Q=(1<<y)-1,Y=f;;Y=f){var P=g[K(t,f)&H],tt=P>>4;if((f+=15&P)>v){u&&Z(0);break;}if(P||Z(2),tt<256)r[c++]=tt;else if(256==tt){Y=f,g=null;break;}else{var te=tt-254;if(tt>264){var S=tt-257,tr=L[S];te=G(t,f,(1<<tr)-1)+A[S],f+=tr;}var tn=d[K(t,f)&Q],ti=tn>>4;tn||Z(3),f+=15&tn;var R=j[ti];if(ti>3){var tr=_[ti];R+=K(t,f)&(1<<tr)-1,f+=tr;}if(f>v){u&&Z(0);break;}o&&l(c+131072);var ts=c+te;if(c<R){var ta=s-R,to=Math.min(R,ts);for(ta+c<0&&Z(3);c<to;++c)r[c]=n[ta+c];}for(;c<ts;++c)r[c]=r[c-R];}}e.l=g,e.p=Y,e.b=c,e.f=h,g&&(h=1,e.m=p,e.d=d,e.n=y);}while(!h)return c!=r.length&&a?X(r,0,c):r.subarray(0,c);},tt=function(t,e,r){r<<=7&e;var n=e/8|0;t[n]|=r,t[n+1]|=r>>8;},te=function(t,e,r){r<<=7&e;var n=e/8|0;t[n]|=r,t[n+1]|=r>>8,t[n+2]|=r>>16;},tr=function(t,e){for(var r=[],n=0;n<t.length;++n)t[n]&&r.push({s:n,f:t[n]});var i=r.length,s=r.slice();if(!i)return{t:tl,l:0};if(1==i){var a=new E(r[0].s+1);return a[r[0].s]=1,{t:a,l:1};}r.sort(function(t,e){return t.f-e.f;}),r.push({s:-1,f:25001});var o=r[0],u=r[1],l=0,h=1,f=2;for(r[0]={s:-1,f:o.f+u.f,l:o,r:u};h!=i-1;)o=r[r[l].f<r[f].f?l++:f++],u=r[l!=h&&r[l].f<r[f].f?l++:f++],r[h++]={s:-1,f:o.f+u.f,l:o,r:u};for(var c=s[0].s,n=1;n<i;++n)s[n].s>c&&(c=s[n].s);var g=new M(c+1),d=tn(r[h-1],g,0);if(d>e){var n=0,p=0,y=d-e,v=1<<y;for(s.sort(function(t,e){return g[e.s]-g[t.s]||t.f-e.f;});n<i;++n){var m=s[n].s;if(g[m]>e)p+=v-(1<<d-g[m]),g[m]=e;else break;}for(p>>=y;p>0;){var w=s[n].s;g[w]<e?p-=1<<e-g[w]++-1:++n;}for(;n>=0&&p;--n){var b=s[n].s;g[b]==e&&(--g[b],++p);}d=e;}return{t:new E(g),l:d};},tn=function(t,e,r){return -1==t.s?Math.max(tn(t.l,e,r+1),tn(t.r,e,r+1)):e[t.s]=r;},ti=function(t){for(var e=t.length;e&&!t[--e];);for(var r=new M(++e),n=0,i=t[0],s=1,a=function(t){r[n++]=t;},o=1;o<=e;++o)if(t[o]==i&&o!=e)++s;else{if(!i&&s>2){for(;s>138;s-=138)a(32754);s>2&&(a(s>10?s-11<<5|28690:s-3<<5|12305),s=0);}else if(s>3){for(a(i),--s;s>6;s-=6)a(8304);s>2&&(a(s-3<<5|8208),s=0);}for(;s--;)a(i);s=1,i=t[o];}return{c:r.subarray(0,n),n:e};},ts=function(t,e){for(var r=0,n=0;n<e.length;++n)r+=t[n]*e[n];return r;},ta=function(t,e,r){var n=r.length,i=V(e+2);t[i]=255&n,t[i+1]=n>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var s=0;s<n;++s)t[i+s+4]=r[s];return(i+4+n)*8;},to=function(t,e,r,n,i,s,a,o,u,l,h){tt(e,h++,r),++i[256];for(var f,c,g,d,p=tr(i,15),y=p.t,v=p.l,m=tr(s,15),w=m.t,b=m.l,I=ti(y),U=I.c,k=I.n,S=ti(w),E=S.c,T=S.n,x=new M(19),C=0;C<U.length;++C)++x[31&U[C]];for(var C=0;C<E.length;++C)++x[31&E[C]];for(var A=tr(x,7),F=A.t,P=A.l,j=19;j>4&&!F[B[j-1]];--j);var D=l+5<<3,N=ts(i,R)+ts(s,O)+a,z=ts(i,y)+ts(s,w)+a+14+3*j+ts(x,F)+2*x[16]+3*x[17]+7*x[18];if(u>=0&&D<=N&&D<=z)return ta(e,h,t.subarray(u,u+l));if(tt(e,h,1+(z<N)),h+=2,z<N){f=$(y,v,0),c=y,g=$(w,b,0),d=w;var J=$(F,P,0);tt(e,h,k-257),tt(e,h+5,T-1),tt(e,h+10,j-4),h+=14;for(var C=0;C<j;++C)tt(e,h+3*C,F[B[C]]);h+=3*j;for(var W=[U,E],G=0;G<2;++G)for(var K=W[G],C=0;C<K.length;++C){var V=31&K[C];tt(e,h,J[V]),h+=F[V],V>15&&(tt(e,h,K[C]>>5&127),h+=K[C]>>12);}}else f=q,c=R,g=H,d=O;for(var C=0;C<o;++C){var X=n[C];if(X>255){var V=X>>18&31;te(e,h,f[V+257]),h+=c[V+257],V>7&&(tt(e,h,X>>23&31),h+=L[V]);var Q=31&X;te(e,h,g[Q]),h+=d[Q],Q>3&&(te(e,h,X>>5&8191),h+=_[Q]);}else te(e,h,f[X]),h+=c[X];}return te(e,h,f[256]),h+c[256];},tu=/* @__PURE__ */new T([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),tl=/* @__PURE__ */new E(0),th=function(t,e,r,n,i,s){var a=s.z||t.length,o=new E(n+a+5*(1+Math.ceil(a/7e3))+i),u=o.subarray(n,o.length-i),l=s.l,h=7&(s.r||0);if(e){h&&(u[0]=s.r>>3);for(var f=tu[e-1],c=f>>13,g=8191&f,d=(1<<r)-1,p=s.p||new M(32768),y=s.h||new M(d+1),v=Math.ceil(r/3),m=2*v,w=function(e){return(t[e]^t[e+1]<<v^t[e+2]<<m)&d;},b=new T(25e3),I=new M(288),U=new M(32),k=0,S=0,B=s.i||0,x=0,C=s.w||0,A=0;B+2<a;++B){var P=w(B),j=32767&B,N=y[P];if(p[j]=N,y[P]=j,C<=B){var $=a-B;if((k>7e3||x>24576)&&($>423||!l)){h=to(t,u,0,b,I,U,S,x,A,B-A,h),x=k=S=0,A=B;for(var R=0;R<286;++R)I[R]=0;for(var R=0;R<30;++R)U[R]=0;}var O=2,q=0,z=g,H=j-N&32767;if($>2&&P==w(B-H))for(var J=Math.min(c,$)-1,W=Math.min(32767,B),G=Math.min(258,$);H<=W&&--z&&j!=N;){if(t[B+O]==t[B+O-H]){for(var K=0;K<G&&t[B+K]==t[B+K-H];++K);if(K>O){if(O=K,q=H,K>J)break;for(var Q=Math.min(H,K-2),Z=0,R=0;R<Q;++R){var Y=B-H+R&32767,tt=p[Y],te=Y-tt&32767;te>Z&&(Z=te,N=Y);}}}N=p[j=N],H+=j-N&32767;}if(q){b[x++]=268435456|F[O]<<18|D[q];var tr=31&F[O],tn=31&D[q];S+=L[tr]+_[tn],++I[257+tr],++U[tn],C=B+O,++k;}else b[x++]=t[B],++I[t[B]];}}for(B=Math.max(B,C);B<a;++B)b[x++]=t[B],++I[t[B]];h=to(t,u,l,b,I,U,S,x,A,B-A,h),l||(s.r=7&h|u[h/8|0]<<3,h-=7,s.h=y,s.p=p,s.i=B,s.w=C);}else{for(var B=s.w||0;B<a+l;B+=65535){var ti=B+65535;ti>=a&&(u[h/8|0]=l,ti=a),h=ta(u,h+1,t.subarray(B,ti));}s.i=a;}return X(o,0,n+V(h)+i);},tf=function(t,e,r,n,i){if(!i&&(i={l:1},e.dictionary)){var s=e.dictionary.subarray(-32768),a=new E(s.length+t.length);a.set(s),a.set(t,s.length),t=a,i.w=s.length;}return th(t,null==e.level?6:e.level,null==e.mem?i.l?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(t.length)))):20:12+e.mem,r,n,i);};function tc(t,e){return tf(t,e||{},0,0);}function tg(t,e){return Y(t,{i:2},e&&e.out,e&&e.dictionary);}var td=\"undefined\"!=typeof TextDecoder&&/* @__PURE__ */new TextDecoder,tp=0;try{td.decode(tl,{stream:!0}),tp=1;}catch(t){}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar ty=1024,tv=1.5,tm=t=>2**t-1,tw=t=>-(2**(t-1)),tb=t=>2**(t-1)-1,tI={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:tw(8),Int16:tw(16),Int32:tw(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},tU={Uint8:tm(8),Uint16:tm(16),Uint32:tm(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:tb(8),Int16:tb(16),Int32:tb(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function tk(t,e,r,n){k(t>=e,t,\"outside lower bound for\",n),k(t<=r,t,\"outside upper bound for\",n);}var tS=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*tv)+t);r.set(this.bytes),this.bytes=r,this.view=I(r);}writeUint8(t){tk(t,tI.Uint8,tU.Uint8,\"Uint8\");let e=w.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){tk(t,tI.Uint16,tU.Uint16,\"Uint16\");let e=w.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){tk(t,tI.Uint32,tU.Uint32,\"Uint32\");let e=w.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){tk(t,tI.Uint64,tU.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){tk(t,tI.BigUint64,tU.BigUint64,\"BigUint64\");let e=w.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){tk(t,tI.Int8,tU.Int8,\"Int8\");let e=w.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){tk(t,tI.Int16,tU.Int16,\"Int16\");let e=w.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){tk(t,tI.Int32,tU.Int32,\"Int32\");let e=w.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){tk(t,tI.Int64,tU.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){tk(t,tI.BigInt64,tU.BigInt64,\"BigInt64\");let e=w.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=w.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=w.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){this.offset=0,this.bytes=new Uint8Array(ty),this.view=I(this.bytes),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};// src/utils/typeChecks.ts\nfunction tE(t){return Number.isFinite(t);}function tM(t){return void 0===t;}function tT(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar tL=class{static fromString(t){let[e,r,n]=t.split(\"/\").map(Number);return k(tE(e),\"Invalid chunkId\"),k(tE(r),\"Invalid offset\"),k(tE(n),\"Invalid length\"),new tL(e,r,n);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(t){let e=t.readUint16(),r=t.readUint32(),n=t.readUint32();return new tL(e,r,n);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(k(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as t_}from\"framer\";function tB(t){if(tT(t))return 0/* Null */;switch(t.type){case t_.Array:return 1/* Array */;case t_.Boolean:return 2/* Boolean */;case t_.Color:return 3/* Color */;case t_.Date:return 4/* Date */;case t_.Enum:return 5/* Enum */;case t_.File:return 6/* File */;case t_.ResponsiveImage:return 10/* ResponsiveImage */;case t_.Link:return 7/* Link */;case t_.Number:return 8/* Number */;case t_.Object:return 9/* Object */;case t_.RichText:return 11/* RichText */;case t_.String:return 12/* String */;default:S(t);}}function tx(t){let e=t.readUint16(),n=[];for(let i=0;i<e;i++){let e=r.read(t);n.push(e);}return{type:t_.Array,value:n};}function tC(t,e){for(let n of(t.writeUint16(e.value.length),e.value))r.write(t,n);}function tA(t,e,n){let i=t.value.length,s=e.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=t.value[s],a=e.value[s],o=r.compare(i,a,n);if(0!==o)return o;}return 0;}function tF(t){return{type:t_.Boolean,value:0!==t.readUint8()};}function tP(t,e){t.writeUint8(e.value?1:0);}function tj(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tD(t){return{type:t_.Color,value:t.readString()};}function tN(t,e){t.writeString(e.value);}function t$(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tR(t){let e=t.readInt64(),r=new Date(e);return{type:t_.Date,value:r.toISOString()};}function tO(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function tq(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function tz(t){return{type:t_.Enum,value:t.readString()};}function tH(t,e){t.writeString(e.value);}function tJ(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tW(t){return{type:t_.File,value:t.readString()};}function tG(t,e){t.writeString(e.value);}function tK(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tV(t){return{type:t_.Link,value:t.readJson()};}function tX(t,e){t.writeJson(e.value);}function tQ(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tZ(t){return{type:t_.Number,value:t.readFloat64()};}function tY(t,e){t.writeFloat64(e.value);}function t1(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function t0(t){let e=t.readUint16(),n={};for(let i=0;i<e;i++){let e=t.readString();n[e]=r.read(t);}return{type:t_.Object,value:n};}function t2(t,e){let n=Object.entries(e.value);for(let[e,i]of(t.writeUint16(n.length),n))t.writeString(e),r.write(t,i);}function t6(t,e,n){let i=Object.keys(t.value).sort(),s=Object.keys(e.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=t.value[o]??null,h=e.value[u]??null,f=r.compare(l,h,n);if(0!==f)return f;}return 0;}function t3(t){return{type:t_.ResponsiveImage,value:t.readJson()};}function t5(t,e){t.writeJson(e.value);}function t4(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function t8(t){return{type:t_.RichText,value:t.readUint32()};}function t7(t,e){t.writeUint32(e.value);}function t9(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function et(t){return{type:t_.String,value:t.readString()};}function ee(t,e){t.writeString(e.value);}function er(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return tx(t);case 2/* Boolean */:return tF(t);case 3/* Color */:return tD(t);case 4/* Date */:return tR(t);case 5/* Enum */:return tz(t);case 6/* File */:return tW(t);case 7/* Link */:return tV(t);case 8/* Number */:return tZ(t);case 9/* Object */:return t0(t);case 10/* ResponsiveImage */:return t3(t);case 11/* RichText */:return t8(t);case 12/* String */:return et(t);default:S(e);}},t.write=function(t,e){let r=tB(e);if(t.writeUint8(r),!tT(e))switch(e.type){case t_.Array:return tC(t,e);case t_.Boolean:return tP(t,e);case t_.Color:return tN(t,e);case t_.Date:return tO(t,e);case t_.Enum:return tH(t,e);case t_.File:return tG(t,e);case t_.Link:return tX(t,e);case t_.Number:return tY(t,e);case t_.Object:return t2(t,e);case t_.ResponsiveImage:return t5(t,e);case t_.RichText:return t7(t,e);case t_.String:return ee(t,e);default:S(e);}},t.compare=function(t,e,r){let n=tB(t),i=tB(e);if(n<i)return -1;if(n>i)return 1;if(tT(t)||tT(e))return 0;switch(t.type){case t_.Array:return k(e.type===t_.Array),tA(t,e,r);case t_.Boolean:return k(e.type===t_.Boolean),tj(t,e);case t_.Color:return k(e.type===t_.Color),t$(t,e);case t_.Date:return k(e.type===t_.Date),tq(t,e);case t_.Enum:return k(e.type===t_.Enum),tJ(t,e);case t_.File:return k(e.type===t_.File),tK(t,e);case t_.Link:return k(e.type===t_.Link),tQ(t,e);case t_.Number:return k(e.type===t_.Number),t1(t,e);case t_.Object:return k(e.type===t_.Object),t6(t,e,r);case t_.ResponsiveImage:return k(e.type===t_.ResponsiveImage),t4(t,e);case t_.RichText:return k(e.type===t_.RichText),t9(t,e);case t_.String:return k(e.type===t_.String),er(t,e,r);default:S(t);}};})(r||(r={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar en=class{sortEntries(){this.entries.sort((t,e)=>{for(let n=0;n<this.fieldNames.length;n++){let i=t.values[n],s=e.values[n],a=r.compare(i,s,this.options.collation);if(0!==a)return a;}return t.pointer.compare(e.pointer);});}static deserialize(t,e){e||(t=tg(t));let n=new b(t),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new en(a,{collation:i,cmsBackendCompression:e}),u=n.readUint32();for(let t=0;t<u;t++){let t=[];for(let e=0;e<s;e++){let e=r.read(n);t.push(e);}let e=tL.read(n);o.entries.push({values:t,pointer:e});}return o;}serialize(){let t=new tS;for(let e of(t.writeJson(this.options.collation),t.writeUint8(this.fieldNames.length),this.fieldNames))t.writeString(e);for(let e of(this.sortEntries(),t.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=e;for(let e of n)r.write(t,e);i.write(t);}let e=t.subarray();return this.options.cmsBackendCompression?e:tc(e);}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,this.entries=[];}},ei=3,es=250,ea=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],eo=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!ea.includes(n.status)||++r>ei)return n;}catch(t){if(e?.signal?.aborted||++r>ei)throw t;}await eu(r);}};async function eu(t){let e=Math.floor(es*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// ../../shared/src/murmurHash.ts\nfunction el(t){let e=3&t.length,r=t.length-e,n=0,i=0;for(;i<r;){let e=255&t.charCodeAt(i)|(255&t.charCodeAt(++i))<<8|(255&t.charCodeAt(++i))<<16|(255&t.charCodeAt(++i))<<24;++i,n^=e=(65535&(e=(e=(65535&e)*3432918353+(((e>>>16)*3432918353&65535)<<16)&4294967295)<<15|e>>>17))*461845907+(((e>>>16)*461845907&65535)<<16)&4294967295,n=n<<13|n>>>19;let r=(65535&n)*5+(((n>>>16)*5&65535)<<16)&4294967295;n=(65535&r)+27492+(((r>>>16)+58964&65535)<<16);}let s=0;return e>=3&&(s^=(255&t.charCodeAt(i+2))<<16),e>=2&&(s^=(255&t.charCodeAt(i+1))<<8),e>=1&&(s^=255&t.charCodeAt(i),n^=s=(65535&(s=(s=(65535&s)*3432918353+(((s>>>16)*3432918353&65535)<<16)&4294967295)<<15|s>>>17))*461845907+(((s>>>16)*461845907&65535)<<16)&4294967295),n^=t.length,n^=n>>>16,n=(65535&n)*2246822507+(((n>>>16)*2246822507&65535)<<16)&4294967295,n^=n>>>13,n=(65535&n)*3266489909+(((n>>>16)*3266489909&65535)<<16)&4294967295,(n^=n>>>16)>>>0;}// src/code-generation/components/cms/bundled/rangeRequest.old.ts\nvar eh=f(v()),ef=\"\\r\\n\",ec=\"--\";async function eg(t,e){let r=new URL(t),n=eS(e);r.searchParams.set(\"rangeHash\",el(n).toString(16));let i=await eo(r,{headers:{Range:n}});if(!i.ok)throw Error(`Request failed: ${i.status} ${i.statusText}`);let s=await i.arrayBuffer(),a=new Uint8Array(s);if(200===i.status)return e.map(t=>{if(t.to>a.length)throw Error(\"Missing data\");return a.slice(t.from,t.to);});if(206===i.status){let t=i.headers.get(\"Content-Type\");if(!t)throw Error(\"Missing Content-Type header\");let r=new em,n=new eh.default(t);if(\"multipart\"===n.type&&\"byteranges\"===n.subtype){let t=n.parameters.get(\"boundary\");if(!t)throw Error(\"Missing boundary parameter\");let e=ey(a,t);for(let{headers:t,body:n}of e){let e=t.get(\"Content-Range\");if(!e)throw Error(\"Missing Content-Range header\");let i=ev(e);if(\"bytes\"!==i.unit)throw Error(\"Unsupported unit\");r.write(i.start,n);}}else{let t=i.headers.get(\"Content-Range\");if(!t)throw Error(\"Missing Content-Range header\");let e=ev(t);if(\"bytes\"!==e.unit)throw Error(\"Unsupported unit\");r.write(e.start,a);}return e.map(t=>r.read(t.from,t.to-t.from));}throw Error(`Unsupported response: ${i.status} ${i.statusText}`);}var ed=new TextEncoder,ep=new TextDecoder;function ey(t,e){let r=ed.encode(ec+e),n=eb(t,r);if(tM(n))throw Error(\"Missing parts start\");let i=n+r.length,s=ed.encode(ef+ec+e+ec),a=eI(t,s);if(tM(a))throw Error(\"Missing parts end\");let o=ed.encode(ef+ec+e),u=t.subarray(i,a),l=ew(u,o);return l.map(t=>{let e=ed.encode(ef+ef),r=eb(t,e);if(tM(r))throw Error(\"Missing headers end\");let n=ed.encode(ef),i=t.subarray(0,r),s=ew(i,n),a=new Headers;for(let t of s){let e=ep.decode(t),[r,n]=e.split(\": \",2);r&&n&&a.append(r,n);}let o=r+e.length,u=t.slice(o);return{headers:a,body:u};});}function ev(t){let e=RegExp(\"^(?<unit>\\\\w+) (?<start>\\\\d+)-(?<end>\\\\d+)\\\\/(?<size>\\\\d+|\\\\*)$\",\"u\").exec(t);if(!e||!e.groups)throw Error(\"Invalid Content-Range header\");let{unit:r,start:n,end:i,size:s}=e.groups;return{unit:r,start:Number(n),end:Number(i),size:\"*\"!==s?Number(s):null};}var em=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(k(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=ek(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(k(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=ek(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function ew(t,e){let r=[];for(;t.length>0;){let n=eb(t,e)??t.length,i=t.subarray(0,n);r.push(i),t=t.subarray(n+e.length);}return r;}function eb(t,e){for(let r=0;r<t.length-e.length;r++){let n=t.subarray(r);if(eU(n,e))return r;}}function eI(t,e){for(let r=t.length-e.length;r>=0;r--){let n=t.subarray(r);if(eU(n,e))return r;}}function eU(t,e){for(let r=0;r<e.length;r++)if(t[r]!==e[r])return!1;return!0;}function ek(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function eS(t){k(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}let n=r.map(t=>`${t.from}-${t.to-1}`);return`bytes=${n.join(\",\")}`;}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function eE(t,e,r){if(!r)return eg(t,e);let n=eL(e),i=[],s=0;for(let t of n)i.push(`${t.from}-${t.to-1}`),s+=t.to-t.from;let a=new URL(t),o=i.join(\",\");a.searchParams.set(\"range\",o);let u=await eo(a);if(200!==u.status)throw Error(`Request failed: ${u.status} ${u.statusText}`);let l=await u.arrayBuffer(),h=new Uint8Array(l);if(h.length!==s)throw Error(\"Request failed: Unexpected response length\");let f=new eM,c=0;for(let t of n){let e=t.to-t.from,r=c+e,n=h.subarray(c,r);f.write(t.from,n),c=r;}return e.map(t=>f.read(t.from,t.to-t.from));}var eM=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(k(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=eT(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(k(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=eT(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function eT(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function eL(t){k(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar e_=class{async loadModel(){let[t]=await eE(this.options.url,[this.options.range],this.options.cmsBackendCompression);return k(t,\"Failed to load model\"),en.deserialize(t,this.options.cmsBackendCompression);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){k(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:S(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==U.String||e.value?.type!==U.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==U.String||e.value?.type!==U.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==U.String||e.value?.type!==U.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(t,e,n){let i=0,s=t.length;for(;i<s;){let a=i+s>>1,o=t[a],u=o.values[e];0>r.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(t,e,n){let i=0,s=t.length;for(;i<s;){let a=i+s>>1,o=t[a],u=o.values[e];r.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];k(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},eB=class{static read(t,e){let n=new eB;if(e){let r=t.readUint32(),n=t.readBytes(r),i=tg(n,{dictionary:e});t=new b(i);}let i=t.readUint16();for(let e=0;e<i;e++){let e=t.readString(),i=r.read(t);n.setField(e,i);}return n;}writeUncompressed(t){for(let[e,n]of(t.writeUint16(this.fields.size),this.fields))t.writeString(e),r.write(t,n);}write(t,e){if(e){let r=new tS;this.writeUncompressed(r);let n=tc(r.subarray(),{dictionary:e});t.writeUint32(n.length),t.writeBytes(n);}else this.writeUncompressed(t);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){this.fields=/* @__PURE__ */new Map;}},ex=class{scanItems(){return this.itemsPromise??=Promise.all([eo(this.url),this.getCompressionDictionary()]).then(async([t,e])=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let r=await t.arrayBuffer(),n=new Uint8Array(r),i=new b(n),s=[],a=i.readUint32();for(let t=0;t<a;t++){let t=i.getOffset(),r=eB.read(i,e),n=i.getOffset()-t,a=new tL(this.id,t,n),o=a.toString(),u={pointer:o,data:r.getData()};this.itemLoader.prime(o,u),s.push(u);}return s;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}getCompressionDictionary(){if(!this.compressionDictionaryUrl)return null;let t=this.compressionDictionaryCache.get(this.compressionDictionaryUrl);if(t)return t;let e=eo(this.compressionDictionaryUrl).then(async t=>{if(!t.ok)throw Error(`Compression dictionary request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer();return new Uint8Array(e);});return this.compressionDictionaryCache.set(this.compressionDictionaryUrl,e),e;}constructor(t,e,r,n){this.id=t,this.url=e,this.compressionDictionaryUrl=r,this.compressionDictionaryCache=n,this.itemLoader=new m.default(async t=>{let e=t.map(t=>{let e=tL.fromString(t);return{from:e.offset,to:e.offset+e.length};}),[r,n]=await Promise.all([eE(this.url,e,!this.compressionDictionaryUrl),this.getCompressionDictionary()]);return r.map((e,r)=>{let i=new b(e),s=eB.read(i,n),a=t[r];return k(a,\"Missing pointer\"),{pointer:a,data:s.getData()};});});}},eC=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=tL.fromString(t),r=this.chunks[e.chunkId];return k(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=tL.fromString(t.pointer),n=tL.fromString(e.pointer);return r.compare(n);}compareValues(t,e,n){return r.compare(t,e,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText;let e=/* @__PURE__ */new Map;this.chunks=this.options.chunks.map((t,r)=>new ex(r,t,this.options.compressionDictionary,e));}};export{eC as DatabaseCollection,e_ as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichText(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f1494d)\nimport{addPropertyControls as e,ControlType as l,QueryCache as t,QueryEngine as r}from\"framer\";import{DatabaseCollection as a,DatabaseDictionaryIndex as o}from\"./SW3Ht6YJM-0.js\";import{resolveRichText as n}from\"./SW3Ht6YJM-1.js\";let m={APIcUsl3m:{isNullable:!0,type:l.ResponsiveImage},c3NMuE2tx:{isNullable:!0,type:l.String},DaBuozmol:{isNullable:!0,type:l.Enum},I5XXjwnsH:{isNullable:!0,type:l.String},id:{isNullable:!1,type:l.String},IO_DibIFd:{isNullable:!0,type:l.String},J3nOhVBWH:{isNullable:!0,type:l.ResponsiveImage},JOXDBSBVp:{isNullable:!0,type:l.ResponsiveImage},Ld02KQARb:{isNullable:!0,type:l.String},nextItemId:{isNullable:!0,type:l.String},previousItemId:{isNullable:!0,type:l.String},rEnXepZAS:{isNullable:!0,type:l.ResponsiveImage},Trqrh5l_T:{isNullable:!0,type:l.Link}},i=[\"id\"],s={type:1},c=[\"previousItemId\"],d=[\"nextItemId\"],u=[\"id\",\"I5XXjwnsH\"],p=[\"I5XXjwnsH\",\"id\"],f=[\"IO_DibIFd\"],S={type:0},g=[\"I5XXjwnsH\"],y=[\"c3NMuE2tx\"],w=[\"J3nOhVBWH\"],h=[\"Ld02KQARb\"],I=[\"DaBuozmol\"],N=[\"APIcUsl3m\"],R=[\"Trqrh5l_T\"],B=[\"rEnXepZAS\"],H=[\"JOXDBSBVp\"],x=new r,L=new t(x),k={collectionByLocaleId:{default:new a({chunks:[new URL(\"./SW3Ht6YJM-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")],compressionDictionary:null,indexes:[new o({cmsBackendCompression:!0,collation:s,collectionSchema:m,fieldNames:i,range:{from:0,to:409},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:s,collectionSchema:m,fieldNames:c,range:{from:409,to:817},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:s,collectionSchema:m,fieldNames:d,range:{from:817,to:1221},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:s,collectionSchema:m,fieldNames:u,range:{from:1221,to:1912},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:s,collectionSchema:m,fieldNames:p,range:{from:1912,to:2603},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:f,range:{from:2603,to:3066},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:g,range:{from:3066,to:3527},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:y,range:{from:3527,to:4063},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:w,range:{from:4063,to:6884},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:h,range:{from:6884,to:7236},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:I,range:{from:7236,to:7652},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:N,range:{from:7652,to:12052},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:R,range:{from:12052,to:13043},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:B,range:{from:13043,to:15361},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")}),new o({cmsBackendCompression:!0,collation:S,collectionSchema:m,fieldNames:H,range:{from:15361,to:23955},url:new URL(\"./SW3Ht6YJM-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/7LsOtM4dvWB5zoo2mZVO/1CY5F3qT6uBsQSL7B0UZ/SW3Ht6YJM.js\").href.replace(\"/modules/\",\"/cms/\")})],resolveRichText:n,schema:m})},displayName:\"Team Member\"};export default k;e(k,{IO_DibIFd:{defaultValue:\"\",title:\"Name\",type:l.String},I5XXjwnsH:{title:\"Slug\",type:l.String},c3NMuE2tx:{defaultValue:\"\",displayTextArea:!1,title:\"Title\",type:l.String},J3nOhVBWH:{title:\"Profile Photo\",type:l.ResponsiveImage},Ld02KQARb:{defaultValue:\"\",displayTextArea:!0,title:\"Short Biography\",type:l.String},DaBuozmol:{defaultValue:\"vfirKQVOd\",options:[\"vfirKQVOd\",\"MYkwA5rSC\"],optionTitles:[\"Team\",\"Advisor\"],title:\"Type\",type:l.Enum},APIcUsl3m:{__defaultAssetReference:\"data:framer/asset-reference,H3ax7hHqrOgD67jLUwwGxASZvCs.png?originalFilename=Circle+LinkedIn+Icon.png&preferredSize=auto\",title:\"Linkedin icon\",type:l.ResponsiveImage},Trqrh5l_T:{title:\"Linkedin\",type:l.Link},rEnXepZAS:{__defaultAssetReference:\"data:framer/asset-reference,xaaFRG5RNkvEseRECsmnH4u3Zg.png?originalFilename=mythos+-+black.png&preferredSize=auto\",title:\"Advisor logo\",type:l.ResponsiveImage},JOXDBSBVp:{__defaultAssetReference:\"data:framer/asset-reference,8F2irbfl5GMPgaltQ60Idk4h9F4.png?originalFilename=white+bg.png&preferredSize=auto\",title:\"Advisor logo 2\",type:l.ResponsiveImage},previousItemId:{dataIdentifier:\"local-module:collection/SW3Ht6YJM:default\",title:\"Previous\",type:l.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/SW3Ht6YJM:default\",title:\"Next\",type:l.CollectionReference}});export const DaBuozmolToDisplayName=(e,l)=>{switch(l?.fallback,e){case\"vfirKQVOd\":return\"Team\";case\"MYkwA5rSC\":return\"Advisor\";default:return\"\";}};export const enumToDisplayNameFunctions={DaBuozmol:DaBuozmolToDisplayName};export const utils={async getSlugByRecordId(e,l){let[t]=await L.get({from:{data:k,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"I5XXjwnsH\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},l).readAsync();return t?.I5XXjwnsH;},async getRecordIdBySlug(e,l){let[t]=await L.get({from:{data:k,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"I5XXjwnsH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},l).readAsync();return t?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DaBuozmolToDisplayName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerData\":\"\",\"framerContractVersion\":\"1\",\"framerCollectionId\":\"SW3Ht6YJM\",\"framerCollectionUtils\":\"1\",\"framerRecordIdKey\":\"id\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerSlug\":\"I5XXjwnsH\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e0edd7a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Menu from\"#framer/local/canvasComponent/DPLeD6Ut_/DPLeD6Ut_.js\";import MovementText from\"#framer/local/canvasComponent/fBw4pN8H3/fBw4pN8H3.js\";import Accordion2 from\"#framer/local/canvasComponent/k_Qzb0Pp5/k_Qzb0Pp5.js\";import HowItWorks from\"#framer/local/canvasComponent/lNuOnvIQa/lNuOnvIQa.js\";import TeamMember from\"#framer/local/collection/SW3Ht6YJM/SW3Ht6YJM.js\";import*as sharedStyle from\"#framer/local/css/MPnt4UpvN/MPnt4UpvN.js\";import metadataProvider from\"#framer/local/webPageMetadata/u3VZDoj44/u3VZDoj44.js\";const MenuFonts=getFonts(Menu);const MenuWithVariantAppearEffect=withVariantAppearEffect(Menu);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MovementTextFonts=getFonts(MovementText);const MovementTextWithVariantAppearEffect=withVariantAppearEffect(MovementText);const MotionAWithFX=withFX(motion.a);const ImageWithFX=withFX(Image);const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const HowItWorksFonts=getFonts(HowItWorks);const HowItWorksWithVariantAppearEffect=withVariantAppearEffect(HowItWorks);const Accordion2Fonts=getFonts(Accordion2);const breakpoints={gK2XEvgcK:\"(min-width: 640px) and (max-width: 1199px)\",pkx_eSlvc:\"(max-width: 639px)\",Vyef2g2Km:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-SVhta\";const variantClassNames={gK2XEvgcK:\"framer-v-pilru8\",pkx_eSlvc:\"framer-v-1dncgz8\",Vyef2g2Km:\"framer-v-24pjfm\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:40,delay:0,mass:2,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:50};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40};const transition2={damping:30,delay:0,mass:2,stiffness:300,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:0,mass:1.5,stiffness:200,type:\"spring\"};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:32,delay:0,mass:2,stiffness:100,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition6={damping:30,delay:0,mass:2,stiffness:200,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition7={damping:40,delay:0,mass:2,stiffness:400,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:-150};const transition8={damping:40,delay:.25,mass:2,stiffness:400,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:-150};const transition9={damping:40,delay:.5,mass:2,stiffness:400,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:-150};const transition10={damping:40,delay:.75,mass:2,stiffness:400,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:-150};const transition11={damping:40,delay:1,mass:2,stiffness:400,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:-150};const animation13={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition12={bounce:0,delay:.075,duration:.2,type:\"spring\"};const getTextEffect=ref=>({effect:animation13,repeat:true,startDelay:0,target:{ref},threshold:.5,tokenization:\"word\",transition:transition12,trigger:\"onScrollTarget\",type:\"appear\"});const transition13={delay:0,duration:10,ease:[0,0,1,1],type:\"tween\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:180,scale:1,skewX:0,skewY:0,x:0,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-160,y:0};const transition14={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const transition15={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const transition16={bounce:.2,delay:.15,duration:.4,type:\"spring\"};const transition17={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const transition18={bounce:.2,delay:.25,duration:.4,type:\"spring\"};const transition19={bounce:.2,delay:.4,duration:.4,type:\"spring\"};const transition20={bounce:.2,delay:.3,duration:.4,type:\"spring\"};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition21={damping:20,delay:0,mass:2,stiffness:120,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition21,x:0,y:50};const transition22={damping:20,delay:.5,mass:2,stiffness:120,type:\"spring\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition22,x:0,y:50};const transition23={damping:20,delay:.25,mass:2,stiffness:120,type:\"spring\"};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition23,x:0,y:50};const animation23={opacity:1,rotate:-1,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition4};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition24={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation24={opacity:1,rotate:-1,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition24};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Vyef2g2Km\",Phone:\"pkx_eSlvc\",Tablet:\"gK2XEvgcK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Vyef2g2Km\"};};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,J3nOhVBWHNEB3XEgAy,Trqrh5l_TNEB3XEgAy,APIcUsl3mNEB3XEgAy,IO_DibIFdNEB3XEgAy,c3NMuE2txNEB3XEgAy,I5XXjwnsHNEB3XEgAy,idNEB3XEgAy,J3nOhVBWHIyQ9vMBYl,Trqrh5l_TIyQ9vMBYl,APIcUsl3mIyQ9vMBYl,c3NMuE2txIyQ9vMBYl,IO_DibIFdIyQ9vMBYl,rEnXepZASIyQ9vMBYl,JOXDBSBVpIyQ9vMBYl,I5XXjwnsHIyQ9vMBYl,idIyQ9vMBYl,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);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===\"pkx_eSlvc\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId=useRouteElementId(\"Q46Fq50uk\");const ref7=React.useRef(null);const elementId1=useRouteElementId(\"eWAQ0znfS\");const elementId2=useRouteElementId(\"m95oiIr2u\");const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const elementId3=useRouteElementId(\"jCbbWaCRs\");const ref11=React.useRef(null);const elementId4=useRouteElementId(\"wu9jua_TM\");const elementId5=useRouteElementId(\"lLRPlknr3\");const elementId6=useRouteElementId(\"dkE3pripR\");const ref12=React.useRef(null);const elementId7=useRouteElementId(\"h3g52IbvV\");const ref13=React.useRef(null);const elementId8=useRouteElementId(\"qJv5gLkdw\");const ref14=React.useRef(null);const ref15=React.useRef(null);const elementId9=useRouteElementId(\"NSYoTt33W\");const ref16=React.useRef(null);const elementId10=useRouteElementId(\"rg7JVT4oo\");const elementId11=useRouteElementId(\"ZAK7VHYNC\");const ref17=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"gK2XEvgcK\",\"pkx_eSlvc\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"pkx_eSlvc\")return true;return false;};const elementId12=useRouteElementId(\"PKeQ1KCu3\");const ref18=React.useRef(null);const elementId13=useRouteElementId(\"SGOnlVNTL\");const ref19=React.useRef(null);const elementId14=useRouteElementId(\"lYKqu1IhK\");const ref20=React.useRef(null);const ref21=React.useRef(null);const elementId15=useRouteElementId(\"PL93i1xcm\");const elementId16=useRouteElementId(\"TAqK8PC14\");const elementId17=useRouteElementId(\"bzex_Jh0q\");const ref22=React.useRef(null);const elementId18=useRouteElementId(\"GSYd62Nlr\");const ref23=React.useRef(null);const ref24=React.useRef(null);const ref25=React.useRef(null);const elementId19=useRouteElementId(\"YbnZFbBhw\");const elementId20=useRouteElementId(\"jeZ3O2GTO\");const elementId21=useRouteElementId(\"h1mENrEsL\");const ref26=React.useRef(null);const elementId22=useRouteElementId(\"aRzZ5ZAY5\");const elementId23=useRouteElementId(\"SP1Y7bkul\");const elementId24=useRouteElementId(\"NotHT8ynM\");const ref27=React.useRef(null);const elementId25=useRouteElementId(\"SFYkuj4GF\");const ref28=React.useRef(null);const elementId26=useRouteElementId(\"eQbmrHgF2\");const elementId27=useRouteElementId(\"hGqvupJjd\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Vyef2g2Km\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-24pjfm\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-egu258-container hidden-1dncgz8\",layoutScroll:true,nodeId:\"p6Pn1409G\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MenuWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"L2OD7kM3x\"},{ref:ref2,target:\"JMe1bZqCl\"},{ref:ref3,target:\"JvX_yjTpc\"},{ref:ref4,target:\"Jef07Ygkb\"},{ref:ref5,target:\"XUgAvV8yp\"},{ref:ref6,target:\"sG8jInC5t\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"p6Pn1409G\",layoutId:\"p6Pn1409G\",variant:\"pq1hblkSN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-37c1qg\",id:elementId,ref:ref7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dggok\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FANS \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"AREN'T JUST CONSUMERS.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FANS AREN'T JUST CONSUMERS.\"})}),className:\"framer-lwpfpf\",\"data-framer-appear-id\":\"lwpfpf\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uaxlev\",id:elementId1,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oc224h\",id:elementId2,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oh8ea\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"WE ARE THE\"})}),className:\"framer-n2lxcm\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,width:\"316px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i7kjx6-container\",nodeId:\"CFGcElLzX\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(MovementTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref9,target:\"aUAeERJPf\"},{ref:ref10,target:\"iuZU6jxyh\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"CFGcElLzX\",layoutId:\"CFGcElLzX\",style:{height:\"100%\",width:\"100%\"},variant:\"uGY8_XuJW\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":TAqK8PC14\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"DE0gH1NMC\",openInNewTab:false,scopeId:\"u3VZDoj44\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref10,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-433znp framer-pdzqkz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"LEARN ABOUT ALL-ACCESS\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"LEARN ABOUT ALL-ACCESS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"LEARN ABOUT ALL-ACCESS\"})}),className:\"framer-1totx60\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15c8514\",\"data-framer-name\":\"MdOutlineArrowBack\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 8.65 3.226 L 8.65 12.616 L 4.337 8.303 L 3.249 9.398 L 9.422 15.571 L 15.594 9.398 L 14.506 8.31 L 10.193 12.616 L 10.193 3.226 Z\" fill=\"rgb(255, 255, 255)\" stroke-width=\"0.63\" stroke=\"rgb(255, 255, 255)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10041044408,withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b6scvq\",\"data-framer-name\":\"Movement-bg\",id:elementId3,ref:ref11,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:834,intrinsicWidth:1250.5,pixelHeight:1067,pixelWidth:1600,positionX:\"right\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png\",srcSet:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=512 512w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png 1600w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:834,intrinsicWidth:1250.5,pixelHeight:1067,pixelWidth:1600,positionX:\"right\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png\",srcSet:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=512 512w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:140,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:834,intrinsicWidth:1250.5,pixelHeight:1067,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png\",srcSet:\"https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=512 512w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nXUo7rrKZJuerJx6KwTbhBAV24.png 1600w\"},className:\"framer-1xgul24\",\"data-framer-name\":\"Movement-bot\",id:\"1xgul24\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:834,intrinsicWidth:1250.5,pixelHeight:1067,pixelWidth:1600,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png\",srcSet:\"https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png?scale-down-to=512 512w,https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:180,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:834,intrinsicWidth:1250.5,pixelHeight:1067,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png\",srcSet:\"https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png?scale-down-to=512 512w,https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XqICYcwlq3qdLRDWFMjqMIVX0HM.png 1600w\"},className:\"framer-jxy7l6\",\"data-framer-name\":\"Movement-mid\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:833.5,intrinsicWidth:1250.5,pixelHeight:1066,pixelWidth:1600,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png\",srcSet:\"https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png?scale-down-to=512 512w,https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:270,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:833.5,intrinsicWidth:1250.5,pixelHeight:1066,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png\",srcSet:\"https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png?scale-down-to=512 512w,https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UESFDDd43ZSXtBGgvge4oAkLDd8.png 1600w\"},className:\"framer-1l8fnc1\",\"data-framer-name\":\"Movement-top\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t32bin\",\"data-framer-name\":\"Video\",id:elementId4,ref:ref9,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14sce7a-container\",isModuleExternal:true,nodeId:\"Jj8qdsesA\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Jj8qdsesA\",isMixedBorderRadius:false,layoutId:\"Jj8qdsesA\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/hZERqcaSkeHZ3kxoN1jF7IIIaY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2lp7kz\",\"data-framer-name\":\"Gifs\",id:elementId5,ref:ref10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:600,pixelHeight:1e3,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=512 512w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif 1200w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:600,pixelHeight:1e3,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=512 512w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:600,pixelHeight:1e3,pixelWidth:1200,sizes:`max(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=512 512w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/TJ2BngPNCDoiSUCaQgBcUdRrHg.gif 1200w\"},className:\"framer-tg3obs\",\"data-framer-name\":\"Industry gif-bg\"})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref10,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:600,pixelHeight:1e3,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZhU5tTFMPFn0xThmr2c2pEJXYw.gif?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ZhU5tTFMPFn0xThmr2c2pEJXYw.gif?scale-down-to=512 512w,https://framerusercontent.com/images/ZhU5tTFMPFn0xThmr2c2pEJXYw.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZhU5tTFMPFn0xThmr2c2pEJXYw.gif 1200w\"},className:\"framer-17557nh\",\"data-framer-name\":\"Industry gif-transparent\",id:elementId6,ref:ref12})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6uqnc7\",\"data-framer-name\":\"but we're being sold out\",id:elementId7,ref:ref13,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ekt1w9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1biy0ji\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1debk6t\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BUT,\"})}),className:\"framer-15p8up5\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 170 80\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yxu27v\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l25p75\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"115.50740627859068px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"WE'RE\"})}),className:\"framer-ss7ubq\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 352 116\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ivynkg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BEING\"})}),className:\"framer-1ofp5fc\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 229 80\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17yzoj2\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eirqae\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"166.2323061743039px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SOLD\"})}),className:\"framer-kg79oy\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 416 170\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cnjxhu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"246.39912288805095px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUT\"})}),className:\"framer-a3e0jf\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 472 251\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rk4qg4\",id:elementId8,ref:ref14,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gahsfn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Our excitement is the currency, fueling a system that \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"was never built for us.\"})]})}),className:\"framer-gs781n\",effect:getTextEffect(ref14),fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q6br7c\",\"data-framer-name\":\"Carousels-Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11o9r6o\",\"data-framer-name\":\"they-take-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{style:{scale:1.5}},pkx_eSlvc:{style:{}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wkhv0c\",\"data-framer-name\":\"they-take-conten t\",style:{scale:1.9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"WHAT\"})}),className:\"framer-1fxlhq7\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ij3t2u-container\",nodeId:\"Gdr5mwK2E\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(MovementTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref15,target:\"dZvbI9Ji0\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Gdr5mwK2E\",layoutId:\"Gdr5mwK2E\",style:{height:\"100%\"},variant:\"KgKJ8hwpt\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-maceqk\",\"data-framer-name\":\"they-take-bg\",id:elementId9,ref:ref16,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition13,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1v24wbv\",\"data-framer-name\":\"carousel\",style:{rotate:-5,transformPerspective:800},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13r5no5\",\"data-framer-name\":\"arms\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12hujle\",\"data-framer-name\":\"Arm\",style:{rotateY:90},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif\",srcSet:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif 320w\"},className:\"framer-zqricf\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif\",srcSet:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif 320w\"},className:\"framer-1t0riyv\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ik7ulh\",\"data-framer-name\":\"Arm\",style:{rotateY:120},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/9Kma3pxnVoKQC7HpYsvUQg0Jdo.gif\",srcSet:\"https://framerusercontent.com/images/9Kma3pxnVoKQC7HpYsvUQg0Jdo.gif 320w\"},className:\"framer-10sevr3\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/9Kma3pxnVoKQC7HpYsvUQg0Jdo.gif\",srcSet:\"https://framerusercontent.com/images/9Kma3pxnVoKQC7HpYsvUQg0Jdo.gif 320w\"},className:\"framer-1ch114f\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ijunz3\",\"data-framer-name\":\"Arm\",style:{rotateY:150},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/kAFufxCww44P5Lr9J1VaAMeNedI.gif\",srcSet:\"https://framerusercontent.com/images/kAFufxCww44P5Lr9J1VaAMeNedI.gif 320w\"},className:\"framer-18pqrng\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/kAFufxCww44P5Lr9J1VaAMeNedI.gif\",srcSet:\"https://framerusercontent.com/images/kAFufxCww44P5Lr9J1VaAMeNedI.gif 320w\"},className:\"framer-1dxdzcs\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hqrj37\",\"data-framer-name\":\"Arm\",style:{rotateY:180},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/L7E3C71qLN4zQpSt7jZku8nAU.gif\",srcSet:\"https://framerusercontent.com/images/L7E3C71qLN4zQpSt7jZku8nAU.gif 320w\"},className:\"framer-rg85z9\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/L7E3C71qLN4zQpSt7jZku8nAU.gif\",srcSet:\"https://framerusercontent.com/images/L7E3C71qLN4zQpSt7jZku8nAU.gif 320w\"},className:\"framer-ydoz4a\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5cu20o\",\"data-framer-name\":\"Arm\",style:{rotateY:60},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/H77vufwifelGtQFpe3eGBDtpg4I.gif\",srcSet:\"https://framerusercontent.com/images/H77vufwifelGtQFpe3eGBDtpg4I.gif 320w\"},className:\"framer-1uilmnd\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/H77vufwifelGtQFpe3eGBDtpg4I.gif\",srcSet:\"https://framerusercontent.com/images/H77vufwifelGtQFpe3eGBDtpg4I.gif 320w\"},className:\"framer-1fb4s4v\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w852qg\",\"data-framer-name\":\"Arm\",style:{rotateY:30},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/fqGD3LJAt20uy3BsElMyJOITjE.gif\",srcSet:\"https://framerusercontent.com/images/fqGD3LJAt20uy3BsElMyJOITjE.gif 320w\"},className:\"framer-vbyhz6\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/fqGD3LJAt20uy3BsElMyJOITjE.gif\",srcSet:\"https://framerusercontent.com/images/fqGD3LJAt20uy3BsElMyJOITjE.gif 320w\"},className:\"framer-3x56if\",style:{rotateY:-90}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19bodl6\",\"data-framer-name\":\"Arm\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif\",srcSet:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif 320w\"},className:\"framer-1jh8hu4\",style:{rotateY:90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"320px\",src:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif\",srcSet:\"https://framerusercontent.com/images/BjA8rRbe6UxCNgnTvDDcRKe5mc.gif 320w\"},className:\"framer-idg79d\",style:{rotateY:-90}})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dxmow4\",\"data-framer-name\":\"we-lose-bg\",id:elementId10,ref:ref15,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition13,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17uxsc7\",\"data-framer-name\":\"carousel-front\",style:{rotate:6,transformPerspective:1600},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-be29p2\",\"data-framer-name\":\"arms\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yq55yd\",\"data-framer-name\":\"Arm\",style:{rotateY:180},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-n022ha\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-15zdw8k\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5xo35\",\"data-framer-name\":\"Arm\",style:{rotateY:165},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif\",srcSet:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif 320w\"},className:\"framer-115uwfv\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif\",srcSet:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif 320w\"},className:\"framer-1i5n47i\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ehrjgq\",\"data-framer-name\":\"Arm\",style:{rotateY:150},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif\",srcSet:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif 320w\"},className:\"framer-slojsd\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif\",srcSet:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif 320w\"},className:\"framer-46j391\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-89voip\",\"data-framer-name\":\"Arm\",style:{rotateY:135},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif\",srcSet:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif 320w\"},className:\"framer-11c3imo\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif\",srcSet:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif 320w\"},className:\"framer-1rp7pl9\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cwutjo\",\"data-framer-name\":\"Arm\",style:{rotateY:120},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif\",srcSet:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif 320w\"},className:\"framer-33fdb2\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif\",srcSet:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif 320w\"},className:\"framer-1imeg0x\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c42iy4\",\"data-framer-name\":\"Arm\",style:{rotateY:105},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif\",srcSet:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif 320w\"},className:\"framer-16t9mww\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif\",srcSet:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif 320w\"},className:\"framer-1ra0xol\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-164knfv\",\"data-framer-name\":\"Arm\",style:{rotateY:90},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-1bb04qd\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-lywa14\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q8ffwe\",\"data-framer-name\":\"Arm\",style:{rotateY:75},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif\",srcSet:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif 320w\"},className:\"framer-1anryna\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif\",srcSet:\"https://framerusercontent.com/images/Dkl1BJsgk8RxGZlDy18cZ0eQ2mw.gif 320w\"},className:\"framer-1nywsq6\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gg0q14\",\"data-framer-name\":\"Arm\",style:{rotateY:60},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif\",srcSet:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif 320w\"},className:\"framer-1du8bus\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif\",srcSet:\"https://framerusercontent.com/images/2mS0RVQaD69P0wdTNONaEkvBunI.gif 320w\"},className:\"framer-ucput\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12cs8kk\",\"data-framer-name\":\"Arm\",style:{rotateY:45},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif\",srcSet:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif 320w\"},className:\"framer-1x20a0r\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif\",srcSet:\"https://framerusercontent.com/images/jlZ1pBurAPvZF8uRS4rxhPrBY8.gif 320w\"},className:\"framer-ywupup\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lxml9q\",\"data-framer-name\":\"Arm\",style:{rotateY:30},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif\",srcSet:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif 320w\"},className:\"framer-113txbe\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif\",srcSet:\"https://framerusercontent.com/images/qD1QcVw7LGTetoOcU7mwKKxQw50.gif 320w\"},className:\"framer-1wil39d\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-39ghmb\",\"data-framer-name\":\"Arm\",style:{rotateY:15},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif\",srcSet:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif 320w\"},className:\"framer-1o7xaw8\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif\",srcSet:\"https://framerusercontent.com/images/1ie4rRhxx0YoRCyIr3Ec6SYpg.gif 320w\"},className:\"framer-1h60ss7\",style:{rotateY:90}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zr4a23\",\"data-framer-name\":\"Arm\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-7mcrh8\",style:{rotateY:-90}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:320,sizes:\"140px\",src:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif\",srcSet:\"https://framerusercontent.com/images/oqgtbFMMMf47kb4Jdk6mT6w1d8.gif 320w\"},className:\"framer-45cvqi\",style:{rotateY:90}})]})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t7hzwc\",\"data-framer-name\":\"Meet the giants\",id:elementId11,ref:ref17,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ukpaqa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-efhxih-container\",isModuleExternal:true,nodeId:\"Q2CbFxEf2\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Q2CbFxEf2\",layoutId:\"Q2CbFxEf2\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qrwnl9\",\"data-framer-name\":\"Industry-ticker 1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vdpor2\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2dthss\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:962,pixelHeight:484,pixelWidth:1924,sizes:\"255px\",src:\"https://framerusercontent.com/images/UrwcSEAsEqY65jOxU53HCiYGt4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/UrwcSEAsEqY65jOxU53HCiYGt4.png?scale-down-to=512 512w,https://framerusercontent.com/images/UrwcSEAsEqY65jOxU53HCiYGt4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UrwcSEAsEqY65jOxU53HCiYGt4.png 1924w\"},className:\"framer-vbl9c5\",\"data-framer-name\":\"AAA LOGO_S-02\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xtjtb7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:495.5,pixelHeight:484,pixelWidth:991,sizes:\"131px\",src:\"https://framerusercontent.com/images/KpFJILhNhgeLIzuE6sD4NknI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KpFJILhNhgeLIzuE6sD4NknI.png?scale-down-to=512 512w,https://framerusercontent.com/images/KpFJILhNhgeLIzuE6sD4NknI.png 991w\"},className:\"framer-oqzano\",\"data-framer-name\":\"AAA LOGO_S-03\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-44y2yl\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:569,pixelHeight:484,pixelWidth:1138,sizes:\"151px\",src:\"https://framerusercontent.com/images/x8Jj8ITH9ySOzbWL3yR6B6EL7os.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/x8Jj8ITH9ySOzbWL3yR6B6EL7os.png?scale-down-to=512 512w,https://framerusercontent.com/images/x8Jj8ITH9ySOzbWL3yR6B6EL7os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x8Jj8ITH9ySOzbWL3yR6B6EL7os.png 1138w\"},className:\"framer-5d3hit\",\"data-framer-name\":\"AAA LOGO_S-05\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q5pjyz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:659.5,pixelHeight:484,pixelWidth:1319,sizes:\"175px\",src:\"https://framerusercontent.com/images/TjWkMmXI8bPdUgHlqkMdc06MC5A.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/TjWkMmXI8bPdUgHlqkMdc06MC5A.png?scale-down-to=512 512w,https://framerusercontent.com/images/TjWkMmXI8bPdUgHlqkMdc06MC5A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TjWkMmXI8bPdUgHlqkMdc06MC5A.png 1319w\"},className:\"framer-ct9pj5\",\"data-framer-name\":\"AAA LOGO_S-01\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1in7chx\"})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-afved6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g8aakq\",children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ufw9i2 hidden-1dncgz8\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qvz4sg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"54.42874284936006px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MEET THE DARK\"})}),viewBox:\"0 0 408 56\"},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"31.789586685822993px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MEET THE DARK\"})}),viewBox:\"0 0 239 32\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"58.827391103877px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MEET THE DARK GIANTS OF THE\"})}),className:\"framer-gag8uk\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 864 60\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18qpfsu hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mzjvo5\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wd685\"})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1},pkx_eSlvc:{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-1m35ixd hidden-24pjfm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"49.08480781584211px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"GIANTS OF THE\"})}),className:\"framer-1w2cjm2\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 342 50\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__enter:animation16},pkx_eSlvc:{__framer__enter:animation16}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8eoz7e\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"94.59563041249045px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2.3 TRILLION\"})}),viewBox:\"0 0 560 96\"},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"57.69645526991998px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2.3 TRILLION\"})}),viewBox:\"0 0 342 59\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"112.99346676511884px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2.3 TRILLION DOLLAR\"})}),className:\"framer-luw8kz\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 1120 115\",withExternalLayout:true})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1},pkx_eSlvc:{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-10y7px1 hidden-24pjfm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"90.33876514078635px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DOLLAR\"})}),className:\"framer-mkadvg\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 342 92\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ddrv9h\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vmkakz hidden-1dncgz8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__enter:animation17}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hfgtbc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"26.651654601188277px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ENTERTAINMENT\"})}),viewBox:\"0 0 209 27\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"46.45260654031725px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ENTERTAINMENT INDUSTRTY\"})}),className:\"framer-9qdyjr\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 624 47\",withExternalLayout:true})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u9tixd hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__enter:animation17}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w1zk67\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ds6wvk\"})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__enter:animation16},pkx_eSlvc:{__framer__enter:animation16}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sftzl1-container\",isModuleExternal:true,nodeId:\"zorLytMPs\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"zorLytMPs\",layoutId:\"zorLytMPs\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tp9pbt\",\"data-framer-name\":\"Industry-ticker 2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12z2uma\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b4o4vy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:1463,pixelHeight:484,pixelWidth:2926,sizes:\"266px\",src:\"https://framerusercontent.com/images/Bm4nZaYZ51jDS163OT1HhCk54g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Bm4nZaYZ51jDS163OT1HhCk54g.png?scale-down-to=512 512w,https://framerusercontent.com/images/Bm4nZaYZ51jDS163OT1HhCk54g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bm4nZaYZ51jDS163OT1HhCk54g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Bm4nZaYZ51jDS163OT1HhCk54g.png 2926w\"},className:\"framer-yupsn2\",\"data-framer-name\":\"AAA LOGO_S-07\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9uclk9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:616.5,pixelHeight:484,pixelWidth:1233,sizes:\"163px\",src:\"https://framerusercontent.com/images/EWI1hZNRjOq86s0beVuSwS4j5dc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/EWI1hZNRjOq86s0beVuSwS4j5dc.png?scale-down-to=512 512w,https://framerusercontent.com/images/EWI1hZNRjOq86s0beVuSwS4j5dc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EWI1hZNRjOq86s0beVuSwS4j5dc.png 1233w\"},className:\"framer-jsaqmd\",\"data-framer-name\":\"AAA LOGO_S-08\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ib0wu\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:758,pixelHeight:484,pixelWidth:1516,sizes:\"201px\",src:\"https://framerusercontent.com/images/o9U6BH7FUMmr12IeQc3NbI8Rvw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/o9U6BH7FUMmr12IeQc3NbI8Rvw.png?scale-down-to=512 512w,https://framerusercontent.com/images/o9U6BH7FUMmr12IeQc3NbI8Rvw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/o9U6BH7FUMmr12IeQc3NbI8Rvw.png 1516w\"},className:\"framer-1r1o6s\",\"data-framer-name\":\"AAA LOGO_S-04\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jhbjx2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:760.5,pixelHeight:484,pixelWidth:1521,sizes:\"201px\",src:\"https://framerusercontent.com/images/117wBDqFf1w2PMIxhyEKZVnEL4U.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/117wBDqFf1w2PMIxhyEKZVnEL4U.png?scale-down-to=512 512w,https://framerusercontent.com/images/117wBDqFf1w2PMIxhyEKZVnEL4U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/117wBDqFf1w2PMIxhyEKZVnEL4U.png 1521w\"},className:\"framer-j8fnm\",\"data-framer-name\":\"AAA LOGO_S-09\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rj257v\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:242,intrinsicWidth:620.5,pixelHeight:484,pixelWidth:1241,sizes:\"164px\",src:\"https://framerusercontent.com/images/Pys4AfTmG5HH9n7v8eQ5oh7l0LQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Pys4AfTmG5HH9n7v8eQ5oh7l0LQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pys4AfTmG5HH9n7v8eQ5oh7l0LQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pys4AfTmG5HH9n7v8eQ5oh7l0LQ.png 1241w\"},className:\"framer-nvmel2\",\"data-framer-name\":\"AAA LOGO_S-06\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uk0tzd\"})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tij832 hidden-24pjfm hidden-pilru8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"63.556085899560955px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"INDUSTRTY\"})}),className:\"framer-6lo5ch\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",viewBox:\"0 0 342 65\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5hhjfl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DISCLAIMER\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DISCLAIMER\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DISCLAIMER\"})}),className:\"framer-209aof\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"All brand logos and trademarks on this site belong to their respective owners. We're using them for commentary and fair critique, no affiliation, no sponsorship, just the facts. If it gets you thinking, we're doing our job.\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"All brand logos and trademarks on this site belong to their respective owners. We're using them for commentary and fair critique, no affiliation, no sponsorship, just the facts. If it gets you thinking, we're doing our job.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"All brand logos and trademarks on this site belong to their respective owners. We're using them for commentary and fair critique, no affiliation, no sponsorship, just the facts. If it gets you thinking, we're doing our job.\"})}),className:\"framer-p8myoi\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8abgxj\",\"data-framer-name\":\"Centralised entities\",id:elementId12,ref:ref18,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a4tfdm\",\"data-framer-name\":\"Stack-NH-2\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13oqp4g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CENTRALISED\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CENTRALISED\"})}),className:\"framer-gvlhny\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12kmdvs\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ENTITIES\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ENTITIES\"})}),className:\"framer-1ijznj8\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gm3rk4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"GATE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"GATE\"})}),className:\"framer-yu3yq2\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11gjs4r\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"KEEP\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"KEEP\"})}),className:\"framer-ocgw50\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dl09zp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"YOUR\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"YOUR\"})}),className:\"framer-1kzrj17\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tam78n\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DATA\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DATA\"})}),className:\"framer-1aoz0wp\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lyvw09\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"AND\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"AND\"})}),className:\"framer-wmwzp4\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xrpmt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MAKE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MAKE\"})}),className:\"framer-1jqvfs2\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ed6exi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MILLIONS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MILLIONS\"})}),className:\"framer-1t1qtxn\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17gmhr5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FROM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FROM\"})}),className:\"framer-1l8h9zm\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jgem1g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT\"})}),className:\"framer-3ya6q2\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-127i4h1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})}),className:\"framer-1ybfmae\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1791um8\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12s54e6\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3e9ve4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"THEY\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"THEY\"})}),className:\"framer-1awoyvg\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vz5v46\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"PROFIT\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"PROFIT\"})}),className:\"framer-12gw799\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1abadh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OF\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OF\"})}),className:\"framer-zktr68\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12ax5f0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUR\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUR\"})}),className:\"framer-acuyyh\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i0q36o\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167.5,intrinsicWidth:194.5,pixelHeight:335,pixelWidth:389,src:\"https://framerusercontent.com/images/FbmlyOPPJ2CkHGH6ZJV0LviYs.png\"},className:\"framer-7iabvw\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12cx7g2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167.5,intrinsicWidth:194.5,pixelHeight:335,pixelWidth:389,src:\"https://framerusercontent.com/images/FbmlyOPPJ2CkHGH6ZJV0LviYs.png\"},className:\"framer-15e0g22\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8uq3oz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167.5,intrinsicWidth:194.5,pixelHeight:335,pixelWidth:389,src:\"https://framerusercontent.com/images/FbmlyOPPJ2CkHGH6ZJV0LviYs.png\"},className:\"framer-12jsdlx\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15xre9h\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})}),className:\"framer-1stlopw\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gb5rr8\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12gy3pw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT'S\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT'S\"})}),className:\"framer-etlfjf\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15hev3c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TIME\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TIME\"})}),className:\"framer-thzuki\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ftug3f\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TO\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TO\"})}),className:\"framer-ifsvys\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cnriqd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TAKE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"TAKE\"})}),className:\"framer-1bnftar\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19lxr98\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT\"})}),className:\"framer-39hght\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8ul1wz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BACK\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BACK\"})}),className:\"framer-u2otvs\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fqgrjp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"102%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\".\"})}),className:\"framer-e4wn7b\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w4hz2e\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fee21i\",\"data-framer-name\":\"Own your influence\",id:elementId13,ref:ref19,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b7or5f\",\"data-framer-name\":\"AAA WOMEN SITTING\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:[\"OWN YOUR\",/*#__PURE__*/_jsx(\"br\",{}),\"INFLUENCE\"]})})},pkx_eSlvc:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"OWN YOUR\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"INFLUENCE\"})]}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"112px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"OWN YOUR INFLUENCE\"})}),className:\"framer-1do6u8q\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fit\",pixelHeight:886,pixelWidth:964,positionX:\"center\",positionY:\"center\",sizes:\"640px\",src:\"https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png\",srcSet:\"https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png 964w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:886,pixelWidth:964,positionX:\"center\",positionY:\"center\",sizes:\"1170.2368px\",src:\"https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png\",srcSet:\"https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTM8LuHWs7vpPghLJUTLNMlmOc.png 964w\"},className:\"framer-1mdpzns\",\"data-framer-name\":\"girl-image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7buz11\",id:elementId14,ref:ref20,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:-556,y:301}}],transformTemplate:undefined},pkx_eSlvc:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:-410,y:301}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:2296.5,intrinsicWidth:2365.5,pixelHeight:4593,pixelWidth:4731,sizes:\"732.5px\",src:\"https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=512 512w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png 4731w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:-492,y:301}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2296.5,intrinsicWidth:2365.5,pixelHeight:4593,pixelWidth:4731,sizes:\"1030px\",src:\"https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=512 512w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/lWPDBCBLDpF1YG0upBBcR40dcE.png 4731w\"},className:\"framer-yct6ca\",\"data-framer-name\":\"AAA BUILDING 1\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:207,y:308}}]},pkx_eSlvc:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:57,y:308}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:2793,intrinsicWidth:1485.5,pixelHeight:5586,pixelWidth:2971,sizes:\"374.5px\",src:\"https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=1024 544w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=2048 1089w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=4096 2178w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png 2971w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:385,y:308}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2793,intrinsicWidth:1485.5,pixelHeight:5586,pixelWidth:2971,sizes:\"515.625px\",src:\"https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=1024 544w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=2048 1089w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png?scale-down-to=4096 2178w,https://framerusercontent.com/images/EEUgechSpkZTxE0jN3sGhJq9Q.png 2971w\"},className:\"framer-1wbtjzw\",\"data-framer-name\":\"AAA BUILDING 3\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:440,y:240}}]},pkx_eSlvc:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:235,y:240}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:2704,intrinsicWidth:2037.5,pixelHeight:5408,pixelWidth:4075,sizes:\"550px\",src:\"https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=1024 771w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=2048 1543w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=4096 3086w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png 4075w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref21,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:689,y:240}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2704,intrinsicWidth:2037.5,pixelHeight:5408,pixelWidth:4075,sizes:\"753.75px\",src:\"https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=1024 771w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=2048 1543w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png?scale-down-to=4096 3086w,https://framerusercontent.com/images/wL6xiKWdLC6dp4u8QxxZLuM6FL8.png 4075w\"},className:\"framer-pms44q\",\"data-framer-name\":\"AAA BUILDING 2\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:159,intrinsicWidth:330,pixelHeight:318,pixelWidth:660,sizes:\"618px\",src:\"https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png?scale-down-to=512 512w,https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png 660w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:159,intrinsicWidth:330,pixelHeight:318,pixelWidth:660,sizes:\"830.1887px\",src:\"https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png?scale-down-to=512 512w,https://framerusercontent.com/images/fLhFijruGBzxYDPdrN3rdzsdshE.png 660w\"},className:\"framer-dd7yzp\",\"data-framer-name\":\"Speaker\",transformTemplate:transformTemplate1})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19b83eu\",id:elementId15,ref:ref21})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e9n16h\",\"data-framer-name\":\"All access\",id:elementId16,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:532,intrinsicWidth:701.5,pixelHeight:1064,pixelWidth:1403,sizes:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,src:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=512 512w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png 1403w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:532,intrinsicWidth:701.5,pixelHeight:1064,pixelWidth:1403,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=512 512w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png 1403w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:532,intrinsicWidth:701.5,pixelHeight:1064,pixelWidth:1403,sizes:\"720px\",src:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=512 512w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nksffrc8i4sccDggjvmEX74qU.png 1403w\"},className:\"framer-1bfnn5d\",\"data-framer-name\":\"All access logo 1\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ietb6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"The decentralised intelligent network for music and entertainment.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"Your festival data on-chain, authenticated by AI.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:false,__framer__enter:animation19,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"The decentralised intelligent network for music and entertainment.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"Your festival data on-chain, authenticated by AI.\"})]}),className:\"framer-15dqi2n\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r9ik5u\",\"data-framer-name\":\"How it works\",id:elementId17,ref:ref22,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-of4wua\",\"data-framer-name\":\"Connect\",id:elementId18,ref:ref23,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{width:\"560px\"},pkx_eSlvc:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wlb4rd-container\",nodeId:\"BbOI2zt5N\",rendersWithMotion:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{__framer__targets:[{ref:ref24,target:\"ZJVDNR0D7\"},{ref:ref25,target:\"JlSkzrHqY\"}],variant:\"rfJD3Zh2c\"},pkx_eSlvc:{__framer__targets:[{ref:ref24,target:\"ZJVDNR0D7\"},{ref:ref25,target:\"JlSkzrHqY\"}],LM2MYwURo:16,variant:\"rfJD3Zh2c\"}},children:/*#__PURE__*/_jsx(HowItWorksWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref24,target:\"tJIVD_WEM\"},{ref:ref25,target:\"z76fvIuX8\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"BbOI2zt5N\",layoutId:\"BbOI2zt5N\",LM2MYwURo:24,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"xY6rGVI0Y\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fgqoep hidden-1dncgz8\",id:elementId19,ref:ref24}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-nqgxai hidden-1dncgz8\",id:elementId20,ref:ref25})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gc0uxa\",\"data-framer-name\":\"Our fans\",id:elementId21,ref:ref26,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ncuh\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oukc3m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"left\"},children:\"OUR FANS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"OUR FANS\"})}),className:\"framer-tvrjfh\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fzz20q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8chxqi-container\",isModuleExternal:true,nodeId:\"byGpuu56Z\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"byGpuu56Z\",layoutId:\"byGpuu56Z\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m68ymm\",\"data-framer-name\":\"Fans-1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b9qcy9\",\"data-border\":true,\"data-framer-name\":\"timmy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:74,intrinsicWidth:115,pixelHeight:148,pixelWidth:230,src:\"https://framerusercontent.com/images/YjGqVWV4K06gcPnK0Y2Em7Ngd8I.png\"},className:\"framer-shlut6\",\"data-framer-name\":\"Logo Timmy\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t9idn1\",\"data-border\":true,\"data-framer-name\":\"watera\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:57.5,intrinsicWidth:199.5,pixelHeight:115,pixelWidth:399,src:\"https://framerusercontent.com/images/MQiVxREO25i10duKGQGXpt9D2U.png\"},className:\"framer-3on6d1\",\"data-framer-name\":\"Logo watera\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ca051z\",\"data-border\":true,\"data-framer-name\":\"its\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:85,intrinsicWidth:118,pixelHeight:170,pixelWidth:236,src:\"https://framerusercontent.com/images/dh1jd2hnjPINF2vLsTomPHcUTCY.png\"},className:\"framer-l6j32x\",\"data-framer-name\":\"Logo ITS\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2p9ska\",\"data-border\":true,\"data-framer-name\":\"alan\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:83.5,intrinsicWidth:91.5,pixelHeight:167,pixelWidth:183,src:\"https://framerusercontent.com/images/fKMwPiT4zWuMxafzwbp3ujhk7Ho.png\"},className:\"framer-kdecze\",\"data-framer-name\":\"Logo AlanW\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t8hmu\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:67,intrinsicWidth:208.5,pixelHeight:134,pixelWidth:417,src:\"https://framerusercontent.com/images/u9zWFkN5hJxDVMw5RY9iqwvvGD8.png\"},className:\"framer-1ksyw1v\",\"data-framer-name\":\"Logo Ben \"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rw4agw\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:69.5,intrinsicWidth:226,pixelHeight:139,pixelWidth:452,src:\"https://framerusercontent.com/images/IUQ2t6qa7YjBW47jHcGQiPAgNg.png\"},className:\"framer-1r3d8tv\",\"data-framer-name\":\"Logo kshmr\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xi10qw\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:48,intrinsicWidth:211,pixelHeight:96,pixelWidth:422,src:\"https://framerusercontent.com/images/uNF2cmA5XyF3bdvXQFLhMd70vRA.png\"},className:\"framer-1x072vz\",\"data-framer-name\":\"Logo DJ snake\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fb9gez\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:61,intrinsicWidth:136,pixelHeight:122,pixelWidth:272,src:\"https://framerusercontent.com/images/DUYYxboVGihFy1FSJOCJOAIe4.png\"},className:\"framer-23cck6\",\"data-framer-name\":\"Logo neon\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18bfpna\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:67.5,intrinsicWidth:125.5,pixelHeight:135,pixelWidth:251,src:\"https://framerusercontent.com/images/3lpRYtId7mMOZigqrWhLhUBfFuI.png\"},className:\"framer-14657ys\",\"data-framer-name\":\"Logo 808\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1if4yhg\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:171.5,pixelHeight:334,pixelWidth:343,src:\"https://framerusercontent.com/images/Kgm1i0qnwVk7Z8ccmWFlnfnjnMQ.png\"},className:\"framer-deue3l\",\"data-framer-name\":\"BRAND LOGO'S-01\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p2dod2\",\"data-border\":true,\"data-framer-name\":\"alan\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:384,pixelHeight:334,pixelWidth:768,sizes:\"92px\",src:\"https://framerusercontent.com/images/LPTgm5tDUDkECB6P4dEXYRe5RE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LPTgm5tDUDkECB6P4dEXYRe5RE.png?scale-down-to=512 512w,https://framerusercontent.com/images/LPTgm5tDUDkECB6P4dEXYRe5RE.png 768w\"},className:\"framer-7g2ro5\",\"data-framer-name\":\"BRAND LOGO'S-02\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4qchf4\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:587.5,pixelHeight:334,pixelWidth:1175,sizes:\"141px\",src:\"https://framerusercontent.com/images/1X8EUrEdorjPDKowrF4ksthE0Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/1X8EUrEdorjPDKowrF4ksthE0Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/1X8EUrEdorjPDKowrF4ksthE0Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1X8EUrEdorjPDKowrF4ksthE0Y.png 1175w\"},className:\"framer-70ksud\",\"data-framer-name\":\"BRAND LOGO'S-10\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0sm47\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:127,pixelHeight:334,pixelWidth:254,src:\"https://framerusercontent.com/images/I9OEg8IvwHsMNaiQad0NwmHa0.png\"},className:\"framer-ab87g0\",\"data-framer-name\":\"BRAND LOGO'S-33\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lyqqlo\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:325,pixelHeight:334,pixelWidth:650,sizes:\"94px\",src:\"https://framerusercontent.com/images/pIdO2MokE95B1BLqZAFc8kaij8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/pIdO2MokE95B1BLqZAFc8kaij8.png?scale-down-to=512 512w,https://framerusercontent.com/images/pIdO2MokE95B1BLqZAFc8kaij8.png 650w\"},className:\"framer-2mrgy4\",\"data-framer-name\":\"BRAND LOGO'S-34\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4ufsps-container\",isModuleExternal:true,nodeId:\"ikiIo1PHD\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"ikiIo1PHD\",layoutId:\"ikiIo1PHD\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10jmele\",\"data-framer-name\":\"Fans-2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fw4brd\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:39.5,intrinsicWidth:251,pixelHeight:79,pixelWidth:502,src:\"https://framerusercontent.com/images/ByzxdxLkhHDWAMqqsLBGMBIGcFw.png\"},className:\"framer-k5rd36\",\"data-framer-name\":\"Logo collective minds\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pgyo1a\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:57.5,intrinsicWidth:129,pixelHeight:115,pixelWidth:258,src:\"https://framerusercontent.com/images/06EJqLc62VmEMbecCYGotfpaH8.png\"},className:\"framer-6uts2o\",\"data-framer-name\":\"Logo logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ae4tz\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:61,intrinsicWidth:123,pixelHeight:122,pixelWidth:246,src:\"https://framerusercontent.com/images/wiNtPw5CD3GmTQ8IBU1XZF7ye0.png\"},className:\"framer-1m19di4\",\"data-framer-name\":\"Logo dwp\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4jdr6\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:59.5,intrinsicWidth:190,pixelHeight:119,pixelWidth:380,src:\"https://framerusercontent.com/images/MnnxhLL15uWmHYtDrml4o1VcVg.png\"},className:\"framer-s0eeqg\",\"data-framer-name\":\"Logo Alesso\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ymxvsr\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1665,pixelHeight:334,pixelWidth:3330,sizes:\"159.521px\",src:\"https://framerusercontent.com/images/1ZEzQYmjP7NPcJJAwMrNQ2YpX0c.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1ZEzQYmjP7NPcJJAwMrNQ2YpX0c.png?scale-down-to=512 512w,https://framerusercontent.com/images/1ZEzQYmjP7NPcJJAwMrNQ2YpX0c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1ZEzQYmjP7NPcJJAwMrNQ2YpX0c.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1ZEzQYmjP7NPcJJAwMrNQ2YpX0c.png 3330w\"},className:\"framer-1mtj83a\",\"data-framer-name\":\"AAA DJ_LOGO-01\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9lyhyc\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:716,pixelHeight:334,pixelWidth:1432,sizes:\"137.1976px\",src:\"https://framerusercontent.com/images/NGaS7kBMtEKGW4U5Q2jX1rwZFg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/NGaS7kBMtEKGW4U5Q2jX1rwZFg.png?scale-down-to=512 512w,https://framerusercontent.com/images/NGaS7kBMtEKGW4U5Q2jX1rwZFg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NGaS7kBMtEKGW4U5Q2jX1rwZFg.png 1432w\"},className:\"framer-5nxp1f\",\"data-framer-name\":\"AAA DJ_LOGO-02\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s0zgua\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:318,pixelHeight:334,pixelWidth:636,sizes:\"76.1677px\",src:\"https://framerusercontent.com/images/4aPrRjm3xesN3Api3RiS3wNQA5Y.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4aPrRjm3xesN3Api3RiS3wNQA5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/4aPrRjm3xesN3Api3RiS3wNQA5Y.png 636w\"},className:\"framer-18h8u76\",\"data-framer-name\":\"AAA DJ_LOGO-03\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ebmg9h\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:686.5,pixelHeight:334,pixelWidth:1373,sizes:\"131.5449px\",src:\"https://framerusercontent.com/images/oQ1JtG5RiwdBe9TThBxqUqOKiA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/oQ1JtG5RiwdBe9TThBxqUqOKiA.png?scale-down-to=512 512w,https://framerusercontent.com/images/oQ1JtG5RiwdBe9TThBxqUqOKiA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oQ1JtG5RiwdBe9TThBxqUqOKiA.png 1373w\"},className:\"framer-ebnpuy\",\"data-framer-name\":\"AAA DJ_LOGO-04\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ulfs01\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:806,pixelHeight:334,pixelWidth:1612,sizes:\"154.4431px\",src:\"https://framerusercontent.com/images/GG1gSi6Ym6u9t0aZN6Nax5YAhc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GG1gSi6Ym6u9t0aZN6Nax5YAhc.png?scale-down-to=512 512w,https://framerusercontent.com/images/GG1gSi6Ym6u9t0aZN6Nax5YAhc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GG1gSi6Ym6u9t0aZN6Nax5YAhc.png 1612w\"},className:\"framer-bsezex\",\"data-framer-name\":\"BRAND LOGO'S-07\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ikhvm0\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:202.5,pixelHeight:334,pixelWidth:405,src:\"https://framerusercontent.com/images/o6CafYji34AO61zFVFufk12pU.png\"},className:\"framer-sr6gaa\",\"data-framer-name\":\"BRAND LOGO'S-08\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o46688\",\"data-border\":true,\"data-framer-name\":\"its\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:338,pixelHeight:334,pixelWidth:676,sizes:\"97px\",src:\"https://framerusercontent.com/images/skUcmMlysnEqJzklhcXNMKHUFw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/skUcmMlysnEqJzklhcXNMKHUFw.png?scale-down-to=512 512w,https://framerusercontent.com/images/skUcmMlysnEqJzklhcXNMKHUFw.png 676w\"},className:\"framer-1rhwlo2\",\"data-framer-name\":\"BRAND LOGO'S-09\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1arw1pn\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:933,pixelHeight:334,pixelWidth:1866,sizes:\"178.7784px\",src:\"https://framerusercontent.com/images/7KHk6uGilUo5zB40rALL2DlKCU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7KHk6uGilUo5zB40rALL2DlKCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/7KHk6uGilUo5zB40rALL2DlKCU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7KHk6uGilUo5zB40rALL2DlKCU.png 1866w\"},className:\"framer-14gamxc\",\"data-framer-name\":\"BRAND LOGO'S-32\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lexu1t-container\",isModuleExternal:true,nodeId:\"fTfwe2esS\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"fTfwe2esS\",layoutId:\"fTfwe2esS\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ups1l\",\"data-framer-name\":\"Fans-3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ypsec4\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:307,pixelHeight:334,pixelWidth:614,sizes:\"88.2395px\",src:\"https://framerusercontent.com/images/73xd2kzDheZK7MEc5Hxl2IVoJw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/73xd2kzDheZK7MEc5Hxl2IVoJw.png?scale-down-to=512 512w,https://framerusercontent.com/images/73xd2kzDheZK7MEc5Hxl2IVoJw.png 614w\"},className:\"framer-cvlokx\",\"data-framer-name\":\"AAA DJ_LOGO-05\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11pd3ut\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:262,pixelHeight:334,pixelWidth:524,sizes:\"75.3054px\",src:\"https://framerusercontent.com/images/H9y3jPUWareBAiN8Nj354VFQ8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/H9y3jPUWareBAiN8Nj354VFQ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/H9y3jPUWareBAiN8Nj354VFQ8.png 524w\"},className:\"framer-rus5zd\",\"data-framer-name\":\"AAA DJ_LOGO-06\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z2wtr6\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:3079.5,pixelHeight:334,pixelWidth:6159,sizes:\"184.4012px\",src:\"https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png?scale-down-to=512 512w,https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/tErWFz9pJDYaUUn6xADP1mJTBM.png 6159w\"},className:\"framer-1wn1i10\",\"data-framer-name\":\"AAA DJ_LOGO-07\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s3p9y\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:865,pixelHeight:334,pixelWidth:1730,sizes:\"165.7485px\",src:\"https://framerusercontent.com/images/oERcAWWvdoSuHfD9aULHZbvl0Ho.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/oERcAWWvdoSuHfD9aULHZbvl0Ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/oERcAWWvdoSuHfD9aULHZbvl0Ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oERcAWWvdoSuHfD9aULHZbvl0Ho.png 1730w\"},className:\"framer-11tuxnz\",\"data-framer-name\":\"AAA DJ_LOGO-08\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18i1lt4\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:710,pixelHeight:334,pixelWidth:1420,sizes:\"136.0479px\",src:\"https://framerusercontent.com/images/W3p0xlj2ucC6StbdNqvXFZu7M.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/W3p0xlj2ucC6StbdNqvXFZu7M.png?scale-down-to=512 512w,https://framerusercontent.com/images/W3p0xlj2ucC6StbdNqvXFZu7M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W3p0xlj2ucC6StbdNqvXFZu7M.png 1420w\"},className:\"framer-19wzrrq\",\"data-framer-name\":\"AAA DJ_LOGO-10\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t0t6fe\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:910.5,pixelHeight:334,pixelWidth:1821,sizes:\"130.8503px\",src:\"https://framerusercontent.com/images/miNCbjo0FmxkhUz8uSocV9IJ8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/miNCbjo0FmxkhUz8uSocV9IJ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/miNCbjo0FmxkhUz8uSocV9IJ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/miNCbjo0FmxkhUz8uSocV9IJ8.png 1821w\"},className:\"framer-1hwv0r0\",\"data-framer-name\":\"AAA DJ_LOGO-11\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1tzrf\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:443,pixelHeight:334,pixelWidth:886,sizes:\"84.8862px\",src:\"https://framerusercontent.com/images/t3tD6gH6WYNG8QG1Pf6Jj11s.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t3tD6gH6WYNG8QG1Pf6Jj11s.png?scale-down-to=512 512w,https://framerusercontent.com/images/t3tD6gH6WYNG8QG1Pf6Jj11s.png 886w\"},className:\"framer-19vrxgn\",\"data-framer-name\":\"AAA DJ_LOGO-12\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zn7mlv\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:366.5,pixelHeight:334,pixelWidth:733,sizes:\"87.7844px\",src:\"https://framerusercontent.com/images/9t8lkHY7XXEiGnxL12c36kGjk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9t8lkHY7XXEiGnxL12c36kGjk.png?scale-down-to=512 512w,https://framerusercontent.com/images/9t8lkHY7XXEiGnxL12c36kGjk.png 733w\"},className:\"framer-1qdlhh3\",\"data-framer-name\":\"AAA DJ_LOGO-13\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1062lrq\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:338,pixelHeight:334,pixelWidth:676,sizes:\"80.9581px\",src:\"https://framerusercontent.com/images/kajmAPCvOUZsM3iHA3aDfAS6jg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/kajmAPCvOUZsM3iHA3aDfAS6jg.png?scale-down-to=512 512w,https://framerusercontent.com/images/kajmAPCvOUZsM3iHA3aDfAS6jg.png 676w\"},className:\"framer-1mod13d\",\"data-framer-name\":\"AAA DJ_LOGO-14\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a1xao0\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:347,pixelHeight:334,pixelWidth:694,sizes:\"100px\",src:\"https://framerusercontent.com/images/xmeBefPzuBGODRxLmKfRNY5VS1E.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/xmeBefPzuBGODRxLmKfRNY5VS1E.png?scale-down-to=512 512w,https://framerusercontent.com/images/xmeBefPzuBGODRxLmKfRNY5VS1E.png 694w\"},className:\"framer-1lz3v9f\",\"data-framer-name\":\"BRAND LOGO'S-13\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9nyba\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:531.5,pixelHeight:334,pixelWidth:1063,sizes:\"101.8443px\",src:\"https://framerusercontent.com/images/Tols82L0RMwd40ODUaw6n8cxE8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Tols82L0RMwd40ODUaw6n8cxE8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Tols82L0RMwd40ODUaw6n8cxE8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Tols82L0RMwd40ODUaw6n8cxE8.png 1063w\"},className:\"framer-1r0ur9e\",\"data-framer-name\":\"BRAND LOGO'S-14\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ofpa01\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:573.5,pixelHeight:334,pixelWidth:1147,sizes:\"138px\",src:\"https://framerusercontent.com/images/VH7vhujQL7mWLyPRLvYNjhJ08.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/VH7vhujQL7mWLyPRLvYNjhJ08.png?scale-down-to=512 512w,https://framerusercontent.com/images/VH7vhujQL7mWLyPRLvYNjhJ08.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VH7vhujQL7mWLyPRLvYNjhJ08.png 1147w\"},className:\"framer-ovgnhr\",\"data-framer-name\":\"BRAND LOGO'S-15\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f3mf5v\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1127.5,pixelHeight:334,pixelWidth:2255,sizes:\"162.0359px\",src:\"https://framerusercontent.com/images/xttCyNCXevhsOMcKFYX4ZClGCw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/xttCyNCXevhsOMcKFYX4ZClGCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/xttCyNCXevhsOMcKFYX4ZClGCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xttCyNCXevhsOMcKFYX4ZClGCw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xttCyNCXevhsOMcKFYX4ZClGCw.png 2255w\"},className:\"framer-1bjrt90\",\"data-framer-name\":\"BRAND LOGO'S-35\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6vo24a-container\",isModuleExternal:true,nodeId:\"nCfOx0agH\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"nCfOx0agH\",layoutId:\"nCfOx0agH\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mwdzst\",\"data-framer-name\":\"Fans-4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ngfeuc\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:243.5,pixelHeight:334,pixelWidth:487,src:\"https://framerusercontent.com/images/b5BTGajkxvHWZAHWyUn39tPh6M.png\"},className:\"framer-15lmqq9\",\"data-framer-name\":\"AAA DJ_LOGO-15\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u0ft8y\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:642.5,pixelHeight:334,pixelWidth:1285,sizes:\"123.1138px\",src:\"https://framerusercontent.com/images/D7k5sI1vdSvGlXbYHQiHw0zVDk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/D7k5sI1vdSvGlXbYHQiHw0zVDk.png?scale-down-to=512 512w,https://framerusercontent.com/images/D7k5sI1vdSvGlXbYHQiHw0zVDk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/D7k5sI1vdSvGlXbYHQiHw0zVDk.png 1285w\"},className:\"framer-1t37e0k\",\"data-framer-name\":\"AAA DJ_LOGO-16\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1faazeu\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:655.5,pixelHeight:334,pixelWidth:1311,sizes:\"125.6048px\",src:\"https://framerusercontent.com/images/BjAUPemfUl3CBGqLqTw7djv6Xc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/BjAUPemfUl3CBGqLqTw7djv6Xc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BjAUPemfUl3CBGqLqTw7djv6Xc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BjAUPemfUl3CBGqLqTw7djv6Xc.png 1311w\"},className:\"framer-1i3omqd\",\"data-framer-name\":\"AAA DJ_LOGO-17\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pdgj4e\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:343.5,pixelHeight:334,pixelWidth:687,sizes:\"82.2754px\",src:\"https://framerusercontent.com/images/nKAkePXz9uWirq5wWChyp5ZgY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nKAkePXz9uWirq5wWChyp5ZgY.png?scale-down-to=512 512w,https://framerusercontent.com/images/nKAkePXz9uWirq5wWChyp5ZgY.png 687w\"},className:\"framer-lcuj00\",\"data-framer-name\":\"AAA DJ_LOGO-09\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y72tbg\",\"data-border\":true,\"data-framer-name\":\"timmy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:213,pixelHeight:334,pixelWidth:426,src:\"https://framerusercontent.com/images/qZeIg053X9xwpSjh9Popv8wf1Hs.png\"},className:\"framer-a1zejg\",\"data-framer-name\":\"AAA DJ_LOGO-18\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f9gyxe\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:2243,pixelHeight:334,pixelWidth:4486,sizes:\"214.8982px\",src:\"https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ACSRdva6I34PtUIlGDpzJBkniyE.png 4486w\"},className:\"framer-823qcf\",\"data-framer-name\":\"AAA DJ_LOGO-19\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p5ricx\",\"data-border\":true,\"data-framer-name\":\"watera\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:2179,pixelHeight:334,pixelWidth:4358,sizes:\"208.7665px\",src:\"https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png?scale-down-to=512 512w,https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/zmVJAIwIDN1hVE8mR2D8xWY4k.png 4358w\"},className:\"framer-1yegfgd\",\"data-framer-name\":\"AAA DJ_LOGO-20\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xfneka\",\"data-border\":true,\"data-framer-name\":\"its\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:216.5,pixelHeight:334,pixelWidth:433,src:\"https://framerusercontent.com/images/l09TPRRcpoJLGcCjHOrwoEVApyQ.png\"},className:\"framer-15xaj0s\",\"data-framer-name\":\"AAA DJ_LOGO-21\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7i15qh\",\"data-border\":true,\"data-framer-name\":\"alan\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:421.5,pixelHeight:334,pixelWidth:843,sizes:\"121.1497px\",src:\"https://framerusercontent.com/images/Ryl7CKARKWNbY32vNSWN0wq60dU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Ryl7CKARKWNbY32vNSWN0wq60dU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ryl7CKARKWNbY32vNSWN0wq60dU.png 843w\"},className:\"framer-1emggdk\",\"data-framer-name\":\"AAA DJ_LOGO-22\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r0238j\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:274,pixelHeight:334,pixelWidth:548,sizes:\"79px\",src:\"https://framerusercontent.com/images/IHX2obVjJ2U2qTkadLikhl4QU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IHX2obVjJ2U2qTkadLikhl4QU.png?scale-down-to=512 512w,https://framerusercontent.com/images/IHX2obVjJ2U2qTkadLikhl4QU.png 548w\"},className:\"framer-1qczutv\",\"data-framer-name\":\"BRAND LOGO'S-16\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-140qvdz\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:164,pixelHeight:334,pixelWidth:328,src:\"https://framerusercontent.com/images/mhgdzeHyERsAny0b19f5JSZIzA.png\"},className:\"framer-i7r5hf\",\"data-framer-name\":\"BRAND LOGO'S-17\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d47iwf\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:215,pixelHeight:334,pixelWidth:430,src:\"https://framerusercontent.com/images/Wry48kWl1CJ7EhdvMurKQnpaH88.png\"},className:\"framer-13xa5d7\",\"data-framer-name\":\"BRAND LOGO'S-18\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2p543h\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:256,pixelHeight:334,pixelWidth:512,src:\"https://framerusercontent.com/images/q1ea85NKCHwUMoZUKn9ikff9o.png\"},className:\"framer-inuixq\",\"data-framer-name\":\"BRAND LOGO'S-19\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uz6148\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:916,pixelHeight:334,pixelWidth:1832,sizes:\"131.6407px\",src:\"https://framerusercontent.com/images/nN0BoKWxce5qa18NMcY0LzmLC8w.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/nN0BoKWxce5qa18NMcY0LzmLC8w.png?scale-down-to=512 512w,https://framerusercontent.com/images/nN0BoKWxce5qa18NMcY0LzmLC8w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nN0BoKWxce5qa18NMcY0LzmLC8w.png 1832w\"},className:\"framer-1tufqy4\",\"data-framer-name\":\"BRAND LOGO'S-36\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3bzrvn-container\",isModuleExternal:true,nodeId:\"OqaDDtmfT\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"OqaDDtmfT\",layoutId:\"OqaDDtmfT\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jraoud\",\"data-framer-name\":\"Fans-5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9hxc7t\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:807,pixelHeight:334,pixelWidth:1614,sizes:\"115.976px\",src:\"https://framerusercontent.com/images/u7z5KnBM7X4GkF2IjEip43YT0.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/u7z5KnBM7X4GkF2IjEip43YT0.png?scale-down-to=512 512w,https://framerusercontent.com/images/u7z5KnBM7X4GkF2IjEip43YT0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/u7z5KnBM7X4GkF2IjEip43YT0.png 1614w\"},className:\"framer-1utkn0m\",\"data-framer-name\":\"AAA DJ_LOGO-23\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n4c3bg\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:167,pixelHeight:334,pixelWidth:334,src:\"https://framerusercontent.com/images/6co6Bi4dPRkAuxZYwZO0sUEoE.png\"},className:\"framer-o9buue\",\"data-framer-name\":\"AAA DJ_LOGO-24\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yo7kjl\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:213.5,pixelHeight:334,pixelWidth:427,src:\"https://framerusercontent.com/images/668UmC9hgt0xYlxUN7FL5ig4.png\"},className:\"framer-18rvkp0\",\"data-framer-name\":\"AAA DJ_LOGO-25\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1veh7sg\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:527.5,pixelHeight:334,pixelWidth:1055,sizes:\"126.3473px\",src:\"https://framerusercontent.com/images/Kn6Ez9nzlswBmkN3j0Q8Voj14.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Kn6Ez9nzlswBmkN3j0Q8Voj14.png?scale-down-to=512 512w,https://framerusercontent.com/images/Kn6Ez9nzlswBmkN3j0Q8Voj14.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Kn6Ez9nzlswBmkN3j0Q8Voj14.png 1055w\"},className:\"framer-qdxwub\",\"data-framer-name\":\"AAA DJ_LOGO-27\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dr6h1g\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:643,pixelHeight:334,pixelWidth:1286,sizes:\"154.012px\",src:\"https://framerusercontent.com/images/F12VRffKedYo8MlLOc3ExpSyaU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/F12VRffKedYo8MlLOc3ExpSyaU.png?scale-down-to=512 512w,https://framerusercontent.com/images/F12VRffKedYo8MlLOc3ExpSyaU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F12VRffKedYo8MlLOc3ExpSyaU.png 1286w\"},className:\"framer-faq0li\",\"data-framer-name\":\"AAA DJ_LOGO-28\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xxhjzu\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:488.5,pixelHeight:334,pixelWidth:977,sizes:\"117.006px\",src:\"https://framerusercontent.com/images/elf2EWqiUtWtqcaN6Ffvf0kmU0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/elf2EWqiUtWtqcaN6Ffvf0kmU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/elf2EWqiUtWtqcaN6Ffvf0kmU0.png 977w\"},className:\"framer-13h51va\",\"data-framer-name\":\"AAA DJ_LOGO-29\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-84zrjh\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:548.5,pixelHeight:334,pixelWidth:1097,sizes:\"105.1018px\",src:\"https://framerusercontent.com/images/9JBm49KyGZCygxoWo1u5cwdfQY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/9JBm49KyGZCygxoWo1u5cwdfQY.png?scale-down-to=512 512w,https://framerusercontent.com/images/9JBm49KyGZCygxoWo1u5cwdfQY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JBm49KyGZCygxoWo1u5cwdfQY.png 1097w\"},className:\"framer-pj4xh7\",\"data-framer-name\":\"AAA DJ_LOGO-30\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tbsdxr\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1157.5,pixelHeight:334,pixelWidth:2315,sizes:\"166.3473px\",src:\"https://framerusercontent.com/images/kSsyGyieBQCvRGBmhGtkoPgyjYU.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/kSsyGyieBQCvRGBmhGtkoPgyjYU.png?scale-down-to=512 512w,https://framerusercontent.com/images/kSsyGyieBQCvRGBmhGtkoPgyjYU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kSsyGyieBQCvRGBmhGtkoPgyjYU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kSsyGyieBQCvRGBmhGtkoPgyjYU.png 2315w\"},className:\"framer-1f7ll6n\",\"data-framer-name\":\"AAA DJ_LOGO-31\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7rxhe5\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:578,pixelHeight:334,pixelWidth:1156,sizes:\"83.0659px\",src:\"https://framerusercontent.com/images/QacCYk7CZRuq6hlHcIKfVdmgU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QacCYk7CZRuq6hlHcIKfVdmgU.png?scale-down-to=512 512w,https://framerusercontent.com/images/QacCYk7CZRuq6hlHcIKfVdmgU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QacCYk7CZRuq6hlHcIKfVdmgU.png 1156w\"},className:\"framer-bo5sei\",\"data-framer-name\":\"AAA DJ_LOGO-32\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ede86m\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:428.5,pixelHeight:334,pixelWidth:857,sizes:\"123px\",src:\"https://framerusercontent.com/images/TjwpnRg8ME6xRVuxnTyitvKQer4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/TjwpnRg8ME6xRVuxnTyitvKQer4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TjwpnRg8ME6xRVuxnTyitvKQer4.png 857w\"},className:\"framer-19f7572\",\"data-framer-name\":\"BRAND LOGO'S-20\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mth3cj\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1170.5,pixelHeight:334,pixelWidth:2341,sizes:\"225px\",src:\"https://framerusercontent.com/images/t9vGTVzz22Gu0zc3TIQ8o6pik.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/t9vGTVzz22Gu0zc3TIQ8o6pik.png?scale-down-to=512 512w,https://framerusercontent.com/images/t9vGTVzz22Gu0zc3TIQ8o6pik.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t9vGTVzz22Gu0zc3TIQ8o6pik.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/t9vGTVzz22Gu0zc3TIQ8o6pik.png 2341w\"},className:\"framer-1u2clni\",\"data-framer-name\":\"BRAND LOGO'S-21\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a776tk\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:508.5,pixelHeight:334,pixelWidth:1017,sizes:\"121.7964px\",src:\"https://framerusercontent.com/images/D0ujHqlMjTgOdwF2scarhSMiIE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/D0ujHqlMjTgOdwF2scarhSMiIE.png?scale-down-to=512 512w,https://framerusercontent.com/images/D0ujHqlMjTgOdwF2scarhSMiIE.png 1017w\"},className:\"framer-q70azv\",\"data-framer-name\":\"BRAND LOGO'S-22\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hqact7-container\",isModuleExternal:true,nodeId:\"d2b8JGSGu\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"d2b8JGSGu\",layoutId:\"d2b8JGSGu\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1errz78\",\"data-framer-name\":\"Fans-6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ghydxr\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1240.5,pixelHeight:334,pixelWidth:2481,sizes:\"178.2754px\",src:\"https://framerusercontent.com/images/b2xl8OHH18x4qrmdumdlfY59k.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/b2xl8OHH18x4qrmdumdlfY59k.png?scale-down-to=512 512w,https://framerusercontent.com/images/b2xl8OHH18x4qrmdumdlfY59k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b2xl8OHH18x4qrmdumdlfY59k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b2xl8OHH18x4qrmdumdlfY59k.png 2481w\"},className:\"framer-1nig61s\",\"data-framer-name\":\"AAA DJ_LOGO-26\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jga2fn\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:512,pixelHeight:334,pixelWidth:1024,sizes:\"122.6347px\",src:\"https://framerusercontent.com/images/CZLSwMzjxyZO731MIXtB8P5K4k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/CZLSwMzjxyZO731MIXtB8P5K4k.png?scale-down-to=512 512w,https://framerusercontent.com/images/CZLSwMzjxyZO731MIXtB8P5K4k.png 1024w\"},className:\"framer-6mf7on\",\"data-framer-name\":\"AAA DJ_LOGO-33\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rxl13n\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:425.5,pixelHeight:334,pixelWidth:851,sizes:\"101.9162px\",src:\"https://framerusercontent.com/images/hB2wZIj8OJhu6tbGHZesj7Netrc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/hB2wZIj8OJhu6tbGHZesj7Netrc.png?scale-down-to=512 512w,https://framerusercontent.com/images/hB2wZIj8OJhu6tbGHZesj7Netrc.png 851w\"},className:\"framer-1lw2f7s\",\"data-framer-name\":\"AAA DJ_LOGO-34\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hf47t8\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:195.5,pixelHeight:334,pixelWidth:391,src:\"https://framerusercontent.com/images/DZrErvBaVDhncNvGXqB12nGJBQ.png\"},className:\"framer-2vol3j\",\"data-framer-name\":\"AAA DJ_LOGO-35\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ae3d5i\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:559,pixelHeight:334,pixelWidth:1118,sizes:\"133.8922px\",src:\"https://framerusercontent.com/images/KYoRUhrhjJZJaNbsV8AWMWIrM.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KYoRUhrhjJZJaNbsV8AWMWIrM.png?scale-down-to=512 512w,https://framerusercontent.com/images/KYoRUhrhjJZJaNbsV8AWMWIrM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KYoRUhrhjJZJaNbsV8AWMWIrM.png 1118w\"},className:\"framer-129czws\",\"data-framer-name\":\"AAA DJ_LOGO-36\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18nq9nz\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1643.5,pixelHeight:334,pixelWidth:3287,sizes:\"157.4611px\",src:\"https://framerusercontent.com/images/aEnbffwWtTBr1RM6L9SU7zm1k.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aEnbffwWtTBr1RM6L9SU7zm1k.png?scale-down-to=512 512w,https://framerusercontent.com/images/aEnbffwWtTBr1RM6L9SU7zm1k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aEnbffwWtTBr1RM6L9SU7zm1k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aEnbffwWtTBr1RM6L9SU7zm1k.png 3287w\"},className:\"framer-mcqh0r\",\"data-framer-name\":\"AAA DJ_LOGO-37\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rl8l8r\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:483,pixelHeight:334,pixelWidth:966,sizes:\"115.6886px\",src:\"https://framerusercontent.com/images/O7zVj8kU1SuAHgNQDEGWzZHKIU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/O7zVj8kU1SuAHgNQDEGWzZHKIU.png?scale-down-to=512 512w,https://framerusercontent.com/images/O7zVj8kU1SuAHgNQDEGWzZHKIU.png 966w\"},className:\"framer-1b5vc5m\",\"data-framer-name\":\"AAA DJ_LOGO-38\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b8co5b\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:957,pixelHeight:334,pixelWidth:1914,sizes:\"137.5329px\",src:\"https://framerusercontent.com/images/1LY1FBHWPBOBYIn0hOOSgeumkBo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/1LY1FBHWPBOBYIn0hOOSgeumkBo.png?scale-down-to=512 512w,https://framerusercontent.com/images/1LY1FBHWPBOBYIn0hOOSgeumkBo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1LY1FBHWPBOBYIn0hOOSgeumkBo.png 1914w\"},className:\"framer-1u4a7at\",\"data-framer-name\":\"AAA DJ_LOGO-39\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-445jgk\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:204,pixelHeight:334,pixelWidth:408,src:\"https://framerusercontent.com/images/XSpAw2ZEeyB4elqFc1W7xlgvuKk.png\"},className:\"framer-l8idgj\",\"data-framer-name\":\"BRAND LOGO'S-23\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-615urg\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:791.5,pixelHeight:334,pixelWidth:1583,sizes:\"151.6647px\",src:\"https://framerusercontent.com/images/xsxF3lLLetZFCoT1f70cDt3MgQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/xsxF3lLLetZFCoT1f70cDt3MgQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/xsxF3lLLetZFCoT1f70cDt3MgQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xsxF3lLLetZFCoT1f70cDt3MgQ.png 1583w\"},className:\"framer-wc8uto\",\"data-framer-name\":\"BRAND LOGO'S-24\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rfv98f\",\"data-border\":true,\"data-framer-name\":\"alan\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:167,pixelHeight:334,pixelWidth:334,src:\"https://framerusercontent.com/images/OaFYv4tHTePmO09RD18A4zbqiE.png\"},className:\"framer-1plxdyn\",\"data-framer-name\":\"BRAND LOGO'S-25\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vwe9uu\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:167,pixelHeight:334,pixelWidth:334,src:\"https://framerusercontent.com/images/XsJ2pERj6Mrsxudk0dGHsuXQjP8.png\"},className:\"framer-14q8det\",\"data-framer-name\":\"BRAND LOGO'S-26\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-itfwd0\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:132.5,pixelHeight:334,pixelWidth:265,src:\"https://framerusercontent.com/images/U5ri6EzwLE7L51uiAuBc4hHpK0.png\"},className:\"framer-1aglp8g\",\"data-framer-name\":\"BRAND LOGO'S-27\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-x05uo5\",\"data-border\":true,\"data-framer-name\":\"watera\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:508.5,pixelHeight:334,pixelWidth:1017,sizes:\"122px\",src:\"https://framerusercontent.com/images/dP3aXAt62eIMGr0kEvmLauMe3Po.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dP3aXAt62eIMGr0kEvmLauMe3Po.png?scale-down-to=512 512w,https://framerusercontent.com/images/dP3aXAt62eIMGr0kEvmLauMe3Po.png 1017w\"},className:\"framer-jh8t02\",\"data-framer-name\":\"BRAND LOGO'S-37\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c8bu72-container\",isModuleExternal:true,nodeId:\"r3Ybmu65c\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"r3Ybmu65c\",layoutId:\"r3Ybmu65c\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-32fkt\",\"data-framer-name\":\"Fans-7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-akd2m6\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:919.5,pixelHeight:334,pixelWidth:1839,sizes:\"132.1437px\",src:\"https://framerusercontent.com/images/hlTfWWc9EVnRjHIX0JMtNSKqzvw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/hlTfWWc9EVnRjHIX0JMtNSKqzvw.png?scale-down-to=512 512w,https://framerusercontent.com/images/hlTfWWc9EVnRjHIX0JMtNSKqzvw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hlTfWWc9EVnRjHIX0JMtNSKqzvw.png 1839w\"},className:\"framer-50q7bo\",\"data-framer-name\":\"AAA DJ_LOGO-40\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q01c7t\",\"data-border\":true,\"data-framer-name\":\"watera\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:318.5,pixelHeight:334,pixelWidth:637,sizes:\"76.2874px\",src:\"https://framerusercontent.com/images/rAVnvToGiih1FtJnkDA0HQaPjM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rAVnvToGiih1FtJnkDA0HQaPjM.png?scale-down-to=512 512w,https://framerusercontent.com/images/rAVnvToGiih1FtJnkDA0HQaPjM.png 637w\"},className:\"framer-z77s4a\",\"data-framer-name\":\"AAA DJ_LOGO-41\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vrx0x4\",\"data-border\":true,\"data-framer-name\":\"its\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:136,pixelHeight:334,pixelWidth:272,src:\"https://framerusercontent.com/images/czuaMwhPOy21HORC9tnZRuOIH4.png\"},className:\"framer-2xkdf8\",\"data-framer-name\":\"AAA DJ_LOGO-42\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n5inrf\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:130,pixelHeight:334,pixelWidth:260,src:\"https://framerusercontent.com/images/bo8wnxDze0qAG4LlYbuqMvmh4sw.png\"},className:\"framer-1t8qfyv\",\"data-framer-name\":\"AAA DJ_LOGO-43\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j659p7\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:788,pixelHeight:334,pixelWidth:1576,sizes:\"150.994px\",src:\"https://framerusercontent.com/images/j2fuwf0XHNYg3iqlA4EnJu59zs.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/j2fuwf0XHNYg3iqlA4EnJu59zs.png?scale-down-to=512 512w,https://framerusercontent.com/images/j2fuwf0XHNYg3iqlA4EnJu59zs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j2fuwf0XHNYg3iqlA4EnJu59zs.png 1576w\"},className:\"framer-1og2agq\",\"data-framer-name\":\"AAA DJ_LOGO-44\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mo3k1c\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:303,pixelHeight:334,pixelWidth:606,sizes:\"72.5749px\",src:\"https://framerusercontent.com/images/PgvfWuGuH69ZMH7a2AjC8nsVbU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PgvfWuGuH69ZMH7a2AjC8nsVbU.png?scale-down-to=512 512w,https://framerusercontent.com/images/PgvfWuGuH69ZMH7a2AjC8nsVbU.png 606w\"},className:\"framer-19m9wny\",\"data-framer-name\":\"AAA DJ_LOGO-45\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-crdwx6\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:207.5,pixelHeight:334,pixelWidth:415,src:\"https://framerusercontent.com/images/fFawut5QCLOsoTuEA6iWUEvs2sc.png\"},className:\"framer-ndb4yp\",\"data-framer-name\":\"AAA DJ_LOGO-46\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d69bny\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:374,pixelHeight:334,pixelWidth:748,sizes:\"89.5808px\",src:\"https://framerusercontent.com/images/UgudpGGer6GGO9RboXt2IIbQyQM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UgudpGGer6GGO9RboXt2IIbQyQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/UgudpGGer6GGO9RboXt2IIbQyQM.png 748w\"},className:\"framer-lh5u6g\",\"data-framer-name\":\"AAA DJ_LOGO-47\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v3uyvl\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:617,pixelHeight:334,pixelWidth:1234,sizes:\"118.2275px\",src:\"https://framerusercontent.com/images/fbWK9akTmVY2aIEyJX66CBnsac.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fbWK9akTmVY2aIEyJX66CBnsac.png?scale-down-to=512 512w,https://framerusercontent.com/images/fbWK9akTmVY2aIEyJX66CBnsac.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fbWK9akTmVY2aIEyJX66CBnsac.png 1234w\"},className:\"framer-v9qkbh\",\"data-framer-name\":\"AAA DJ_LOGO-48\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g2yj2p\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:798.5,pixelHeight:334,pixelWidth:1597,sizes:\"114.7545px\",src:\"https://framerusercontent.com/images/XhlzQl5UTOEsacMMqHar9J1xwI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XhlzQl5UTOEsacMMqHar9J1xwI.png?scale-down-to=512 512w,https://framerusercontent.com/images/XhlzQl5UTOEsacMMqHar9J1xwI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XhlzQl5UTOEsacMMqHar9J1xwI.png 1597w\"},className:\"framer-u2dtz3\",\"data-framer-name\":\"AAA DJ_LOGO-49\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eev32e\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:1009.5,pixelHeight:334,pixelWidth:2019,sizes:\"145.0778px\",src:\"https://framerusercontent.com/images/lo5QrRDKBudGcSA6CA3hDdXERM.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lo5QrRDKBudGcSA6CA3hDdXERM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lo5QrRDKBudGcSA6CA3hDdXERM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lo5QrRDKBudGcSA6CA3hDdXERM.png 2019w\"},className:\"framer-x32ebm\",\"data-framer-name\":\"BRAND LOGO'S-28\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12fgp6z\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:636.5,pixelHeight:334,pixelWidth:1273,sizes:\"121.9641px\",src:\"https://framerusercontent.com/images/SiZJLLoRtyNZBApWRwUpIVlys.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/SiZJLLoRtyNZBApWRwUpIVlys.png?scale-down-to=512 512w,https://framerusercontent.com/images/SiZJLLoRtyNZBApWRwUpIVlys.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SiZJLLoRtyNZBApWRwUpIVlys.png 1273w\"},className:\"framer-hg6mt0\",\"data-framer-name\":\"BRAND LOGO'S-29\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nd6jj7\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:391.5,pixelHeight:334,pixelWidth:783,sizes:\"113px\",src:\"https://framerusercontent.com/images/lzWVaQRU3QqRsE6ur9qwn093UFw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lzWVaQRU3QqRsE6ur9qwn093UFw.png?scale-down-to=512 512w,https://framerusercontent.com/images/lzWVaQRU3QqRsE6ur9qwn093UFw.png 783w\"},className:\"framer-h3tn59\",\"data-framer-name\":\"BRAND LOGO'S-30\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-113no51\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:578,pixelHeight:334,pixelWidth:1156,sizes:\"139px\",src:\"https://framerusercontent.com/images/yG929eJWLe23mt3mfKJdZVkks.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/yG929eJWLe23mt3mfKJdZVkks.png?scale-down-to=512 512w,https://framerusercontent.com/images/yG929eJWLe23mt3mfKJdZVkks.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yG929eJWLe23mt3mfKJdZVkks.png 1156w\"},className:\"framer-tcv7g0\",\"data-framer-name\":\"BRAND LOGO'S-31\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lcwikv\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-otlpqb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"left\"},children:\"WEB3 PARTNERS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"WEB3 PARTNERS\"})}),className:\"framer-1mjpb5b\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vih1hy-container\",isModuleExternal:true,nodeId:\"SxOLN27JU\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"SxOLN27JU\",layoutId:\"SxOLN27JU\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-139cyxe\",\"data-framer-name\":\"Web3 Logo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k5o0ot\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:59,intrinsicWidth:164,pixelHeight:118,pixelWidth:328,src:\"https://framerusercontent.com/images/fLFRmGpoGraVPCbK9raY8rQi0nk.png\"},className:\"framer-1m68f9s\",\"data-framer-name\":\"Logo arch\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15d124p\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:45,intrinsicWidth:117,pixelHeight:90,pixelWidth:234,src:\"https://framerusercontent.com/images/0dKoPpbBrcckD7G7Vf4yHF3QhT4.png\"},className:\"framer-sjmldq\",\"data-framer-name\":\"Logo camp\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-py6snj\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:56,intrinsicWidth:206,pixelHeight:112,pixelWidth:412,src:\"https://framerusercontent.com/images/yeDg4RxbFpewkNwVMu2RPALeFs.png\"},className:\"framer-xeciim\",\"data-framer-name\":\"Logo soneium\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y8zcq2\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:78.5,intrinsicWidth:84,pixelHeight:157,pixelWidth:168,src:\"https://framerusercontent.com/images/hhw63cBEaUwl4W9WC7v26c4C8ww.png\"},className:\"framer-ifh8md\",\"data-framer-name\":\"Logo logo2\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tb2xhb\",\"data-border\":true,\"data-framer-name\":\"mixmag\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:67,intrinsicWidth:208.5,pixelHeight:111,pixelWidth:417,src:\"https://framerusercontent.com/images/MfiXm298VkvAo1xSsLXn49tdOI.png\"},className:\"framer-u27oq\",\"data-framer-name\":\"Logo mixmag\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yqg99v\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:96.5,intrinsicWidth:321.5,pixelHeight:193,pixelWidth:643,sizes:\"133.2642px\",src:\"https://framerusercontent.com/images/LFIV3YrnGFQ8UEfvq6Q7QsBY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LFIV3YrnGFQ8UEfvq6Q7QsBY.png?scale-down-to=512 512w,https://framerusercontent.com/images/LFIV3YrnGFQ8UEfvq6Q7QsBY.png 643w\"},className:\"framer-1uyki90\",\"data-framer-name\":\"UXA logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r11wjd\",\"data-border\":true,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:65,intrinsicWidth:339,pixelHeight:130,pixelWidth:678,sizes:\"312.9231px\",src:\"https://framerusercontent.com/images/rVIjG7XKMgqdNjeC0iAnJr9U2h0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rVIjG7XKMgqdNjeC0iAnJr9U2h0.png?scale-down-to=512 512w,https://framerusercontent.com/images/rVIjG7XKMgqdNjeC0iAnJr9U2h0.png 678w\"},className:\"framer-14zx7w5\",\"data-framer-name\":\"Logo spartan\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13prez2\",\"data-border\":true,\"data-framer-name\":\"its\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,pixelHeight:2e3,pixelWidth:2e3,sizes:\"48px\",src:\"https://framerusercontent.com/images/1dj5YRHoxPYRwfOMuaXIHJlI0I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/1dj5YRHoxPYRwfOMuaXIHJlI0I.png?scale-down-to=512 512w,https://framerusercontent.com/images/1dj5YRHoxPYRwfOMuaXIHJlI0I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1dj5YRHoxPYRwfOMuaXIHJlI0I.png 2000w\"},className:\"framer-19jcax2\",\"data-framer-name\":\"98 logo\"})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11j8yb5\",\"data-framer-name\":\"Roadmap\",id:elementId22,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oqa6mt\",\"data-framer-name\":\"Roadmap-text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"84px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(224, 224, 224, 0) 13%, rgb(194, 194, 194) 61%)\"},children:\"ROADMAP\"})})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(224, 224, 224, 0) 13%, rgb(194, 194, 194) 61%)\"},children:\"ROADMAP\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"112px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(224, 224, 224, 0) 13%, rgb(194, 194, 194) 61%)\"},children:\"ROADMAP\"})})}),className:\"framer-ohmhoo\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bk7wcj\",\"data-framer-name\":\"Roadmap-v2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wpeb3v\",\"data-framer-name\":\"Roadmap-1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u61fbz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:260.5,pixelHeight:334,pixelWidth:521,sizes:\"124.7904px\",src:\"https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png?scale-down-to=512 512w,https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png 521w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:260.5,pixelHeight:334,pixelWidth:521,sizes:\"74.8743px\",src:\"https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png?scale-down-to=512 512w,https://framerusercontent.com/images/xtzL1ZkDdq1EtiuBFrEDSMmXA.png 521w\"},className:\"framer-q9ghtb\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"PHASE 1\"})}),className:\"framer-1vb15xf\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-swoksa hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q6i6cl\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i0zyaz\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-124amyp\"})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bu6h6b hidden-24pjfm hidden-pilru8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rga77l\",\"data-border\":true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cwtay0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vij531\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lphdhh\",\"data-border\":true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y5kx32\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e61gvf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"SEA EXPANSION & PLATFORM LIVE\"})}),className:\"framer-1s0lf36\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16rb7m5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17kr5g7\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Securing launchpads & private investors\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"& IDO preparations\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Securing launchpads & private investors\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"IDO preparations\"})})})]}),className:\"framer-u98tym\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bz39mu\",\"data-framer-name\":\"Roadmap-2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aqzwrz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:167,intrinsicWidth:181.5,pixelHeight:334,pixelWidth:363,src:\"https://framerusercontent.com/images/QbjkHnvX6WFSr5uhm12MIChFJc.png\"},className:\"framer-ruco2c\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\" \"})}),className:\"framer-1ek784y\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fvg5ph hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xu6gbh\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-taf12f\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11xrgxl\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-180133l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"IDO LAUCH &\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"EXPANSION\"})]}),className:\"framer-ltiwpb\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hokom6\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tdlncq\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Expansion into Australia market & Token generation event (TGE)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Expansion into Australia market\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Token generation event (TGE)\"})})})]}),className:\"framer-7v3ip2\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3f6go3 hidden-24pjfm hidden-pilru8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3mjgd\",\"data-border\":true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3sc23a\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g7ntk\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-so275d\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16hf1es\",\"data-border\":true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3flnek\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1goa627\",\"data-framer-name\":\"Roadmap-3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i4w8ra\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:153.5,intrinsicWidth:380,pixelHeight:307,pixelWidth:760,sizes:\"198.0456px\",src:\"https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png 760w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:153.5,intrinsicWidth:380,pixelHeight:307,pixelWidth:760,sizes:\"118.8274px\",src:\"https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/jozURig1Tj1DRGmOHM6wrfJnzQ.png 760w\"},className:\"framer-ngj2tt\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"PHASE 2\"})}),className:\"framer-17f07bd\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1psf2pp hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l3p37f\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15hoioh\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w7dkyz\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7l01rm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\" AIRDROPS & AI\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"EXPANSION\"})]}),className:\"framer-15qfafu\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mpl649\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11g4ucy\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Agentic factory ALPHA & Token airdrop programme\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Agentic factory ALPHA\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Token airdrop programme\"})})})]}),className:\"framer-15z6u71\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r446hn hidden-24pjfm hidden-pilru8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15y3ahb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ryk91\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r6h61j\",\"data-border\":true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-klkw9k\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jb5ssp\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ilncb1\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pno0um\",\"data-border\":true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7k5zu\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t4d3ng\",\"data-framer-name\":\"Roadmap-4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sdosnk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:142,intrinsicWidth:321,pixelHeight:284,pixelWidth:642,sizes:\"180.8451px\",src:\"https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png 642w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:142,intrinsicWidth:321,pixelHeight:284,pixelWidth:642,sizes:\"108.507px\",src:\"https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/bzstNmsvjhTLm89OymPrgNzRiZQ.png 642w\"},className:\"framer-1s99hr4\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\" \"})}),className:\"framer-1jb2wax\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j979z3 hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qhc3kt\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cp957u\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tnmt3i\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jm9ld9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"AGENTIC FACTORY\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"GOES LIVE\"})]}),className:\"framer-kwtq35\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ita1bs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-myqtah\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"BETA Testnet & Launch of All-Access Agentic Factory\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:\"BETA Testnet\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Launch of All-Access Agentic Factory\"})})})]}),className:\"framer-g5ls7n\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6dft6g hidden-24pjfm hidden-pilru8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ptbc59\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lze3gm\",\"data-border\":true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ay19tc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-h7vl8k\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sjhqjv\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-129a76w\",\"data-border\":true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ydcu0e\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n72ya5\",\"data-framer-name\":\"Roadmap-5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1myovf3\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:139,intrinsicWidth:139.5,pixelHeight:278,pixelWidth:279,src:\"https://framerusercontent.com/images/iNYqM7G82sHZRSWrD0E6M15gMY.png\"},className:\"framer-opb82p\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"PHASE 3\"})}),className:\"framer-zk7imk\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fuujxd hidden-1dncgz8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kj7d5l\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p02fga\",\"data-border\":true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18laqk1\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q8b156\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"GLOBAL \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"EXPANSION\"})]}),className:\"framer-7p4rug\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zryn5s\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gd6zag\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Identify key growth markets & Setting up global operations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Identify key growth markets\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIENsYXNzaWMgVmFyIFRyaWFsIFZhcmlhYmxl\",\"--framer-font-family\":'\"Oldschool Grotesk Classic Var Trial Variable\", \"Oldschool Grotesk Classic Var Trial Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Setting up global operations\"})})})]}),className:\"framer-8ko37d\",fonts:[\"CUSTOM;Oldschool Grotesk Classic Var Trial Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-arrujw\",\"data-framer-name\":\"LFG\",id:elementId23,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1952zze\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IT'S TIME TO TAKE BACK WHAT'S OURS.\"})}),className:\"framer-nxqyhb\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/allaccessio?s=21&t=r8JO62z2GO_9ZydqeqYXZA\",motionChild:true,nodeId:\"gz0gJOBmZ\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:false,__framer__enter:animation19,__framer__exit:animation22,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ih8t6e framer-pdzqkz\",\"data-border\":true,whileHover:animation23,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"LFG\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"LFG\"})}),className:\"framer-19citam\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p5jdo5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:103,intrinsicWidth:100.5,pixelHeight:206,pixelWidth:201,src:\"https://framerusercontent.com/images/MyKr3GgL63mnmSS57ES3SiseEqY.png\"},className:\"framer-4x42yt\",\"data-framer-name\":\"Image\"})})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q8kscx-container\",isModuleExternal:true,nodeId:\"WCNniT71a\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"WCNniT71a\",isMixedBorderRadius:false,layoutId:\"WCNniT71a\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/JE09lmWIUDAyVqY03l7OgeuEETY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hb7vza\",\"data-framer-name\":\"team-section\",id:elementId24,ref:ref27,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16x0n9s\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oj2v95\",\"data-framer-name\":\"team-text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-transform\":\"uppercase\"},children:\"your team\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-transform\":\"uppercase\"},children:\"your team\"})}),className:\"framer-1xnhnx7\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(147, 149, 152)\",\"--framer-text-transform\":\"uppercase\"},children:\"guided by visionaries\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(147, 149, 152)\",\"--framer-text-transform\":\"uppercase\"},children:\"guided by visionaries\"})}),className:\"framer-1nfhffv\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1izhk4u\",\"data-framer-name\":\"team-profiles\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f311nl-container\",isModuleExternal:true,nodeId:\"c2onhwjFQ\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:false},gap:16,height:\"100%\",hoverFactor:.2,id:\"c2onhwjFQ\",layoutId:\"c2onhwjFQ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l7fo4v\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"NEB3XEgAy\",data:TeamMember,type:\"Collection\"},select:[{collection:\"NEB3XEgAy\",name:\"J3nOhVBWH\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"Trqrh5l_T\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"APIcUsl3m\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"IO_DibIFd\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"c3NMuE2tx\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"I5XXjwnsH\",type:\"Identifier\"},{collection:\"NEB3XEgAy\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"NEB3XEgAy\",name:\"DaBuozmol\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"vfirKQVOd\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({APIcUsl3m:APIcUsl3mNEB3XEgAy,c3NMuE2tx:c3NMuE2txNEB3XEgAy,I5XXjwnsH:I5XXjwnsHNEB3XEgAy,id:idNEB3XEgAy,IO_DibIFd:IO_DibIFdNEB3XEgAy,J3nOhVBWH:J3nOhVBWHNEB3XEgAy,Trqrh5l_T:Trqrh5l_TNEB3XEgAy},index)=>{Trqrh5l_TNEB3XEgAy??=\"\";IO_DibIFdNEB3XEgAy??=\"\";c3NMuE2txNEB3XEgAy??=\"\";I5XXjwnsHNEB3XEgAy??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`NEB3XEgAy-${idNEB3XEgAy}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{I5XXjwnsH:I5XXjwnsHNEB3XEgAy},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p5zbx0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5q4wj7\",children:[/*#__PURE__*/_jsx(Link,{href:Trqrh5l_TNEB3XEgAy,motionChild:true,nodeId:\"y5x3j4EzI\",openInNewTab:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"250px\",...toResponsiveImage(J3nOhVBWHNEB3XEgAy)},className:\"framer-qgi2xu framer-pdzqkz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(APIcUsl3mNEB3XEgAy)},className:\"framer-gqi854\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-glhuqg\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Iqbal Ameer\"})}),className:\"framer-anmdg3\",\"data-framer-name\":\"Name\",fonts:[\"FS;Poppins-bold\"],text:IO_DibIFdNEB3XEgAy,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.91px\",\"--framer-line-height\":\"88%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 151, 225)\",\"--framer-text-transform\":\"uppercase\"},children:\"Chief Executive Officer\"})}),className:\"framer-1duray2\",\"data-framer-name\":\"Title\",fonts:[\"FS;Poppins-bold\"],text:c3NMuE2txNEB3XEgAy,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idNEB3XEgAy);})})})})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-143s3p2\",\"data-framer-name\":\"featured-articles\",id:elementId25,ref:ref28,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ennnh4\",\"data-framer-name\":\"article-content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(147, 149, 152)\",\"--framer-text-transform\":\"uppercase\"},children:\"SUPPORTED BY ESTABLISHED ADVISORS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(147, 149, 152)\",\"--framer-text-transform\":\"uppercase\"},children:\"SUPPORTED BY ESTABLISHED ADVISORS\"})}),className:\"framer-b1nwph\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16xsua4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"IyQ9vMBYl\",data:TeamMember,type:\"Collection\"},select:[{collection:\"IyQ9vMBYl\",name:\"J3nOhVBWH\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"Trqrh5l_T\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"APIcUsl3m\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"c3NMuE2tx\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"IO_DibIFd\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"rEnXepZAS\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"JOXDBSBVp\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"I5XXjwnsH\",type:\"Identifier\"},{collection:\"IyQ9vMBYl\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"IyQ9vMBYl\",name:\"DaBuozmol\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"MYkwA5rSC\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({APIcUsl3m:APIcUsl3mIyQ9vMBYl,c3NMuE2tx:c3NMuE2txIyQ9vMBYl,I5XXjwnsH:I5XXjwnsHIyQ9vMBYl,id:idIyQ9vMBYl,IO_DibIFd:IO_DibIFdIyQ9vMBYl,J3nOhVBWH:J3nOhVBWHIyQ9vMBYl,JOXDBSBVp:JOXDBSBVpIyQ9vMBYl,rEnXepZAS:rEnXepZASIyQ9vMBYl,Trqrh5l_T:Trqrh5l_TIyQ9vMBYl},index1)=>{Trqrh5l_TIyQ9vMBYl??=\"\";c3NMuE2txIyQ9vMBYl??=\"\";IO_DibIFdIyQ9vMBYl??=\"\";I5XXjwnsHIyQ9vMBYl??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`IyQ9vMBYl-${idIyQ9vMBYl}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{I5XXjwnsH:I5XXjwnsHIyQ9vMBYl},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-m9omr7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sigq3s\",\"data-framer-name\":\"person-card\",children:[/*#__PURE__*/_jsx(Link,{href:Trqrh5l_TIyQ9vMBYl,motionChild:true,nodeId:\"Q3u1pf7LO\",openInNewTab:true,scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"120px\",...toResponsiveImage(J3nOhVBWHIyQ9vMBYl)},className:\"framer-1qhqgtx framer-pdzqkz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,pixelHeight:512,pixelWidth:512,sizes:\"40px\",...toResponsiveImage(APIcUsl3mIyQ9vMBYl)},className:\"framer-1cp1g1z\",\"data-framer-name\":\"Circle LinkedIn Icon\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-77eyio\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(1, 152, 226)\",\"--framer-text-transform\":\"capitalize\"},children:\"Advisor\"})}),className:\"framer-yphci3\",\"data-framer-name\":\"title\",fonts:[\"FS;Poppins-bold\"],text:c3NMuE2txIyQ9vMBYl,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Leon Foong\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-transform\":\"uppercase\"},children:\"Leon Foong\"})}),className:\"framer-uknyer\",\"data-framer-name\":\"title\",fonts:[\"FS;Poppins-bold\"],text:IO_DibIFdIyQ9vMBYl,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ta1xf4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fit\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 128px, 1px) - 160px, 1px)`,...toResponsiveImage(rEnXepZASIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}}},pkx_eSlvc:{background:{alt:\"\",fit:\"fit\",sizes:`max(${componentViewport?.width||\"100vw\"} - 216px, 1px)`,...toResponsiveImage(rEnXepZASIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 96px, 1px) - 136px, 1px)`,...toResponsiveImage(rEnXepZASIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-81ghj\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fit\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 128px, 1px) - 160px, 1px)`,...toResponsiveImage(JOXDBSBVpIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}}},pkx_eSlvc:{background:{alt:\"\",fit:\"fit\",sizes:`max(${componentViewport?.width||\"100vw\"} - 216px, 1px)`,...toResponsiveImage(JOXDBSBVpIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 96px, 1px) - 136px, 1px)`,...toResponsiveImage(JOXDBSBVpIyQ9vMBYl),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-15jt8vo\"})})]})]})]})})})},idIyQ9vMBYl);})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1msu8ul\",\"data-framer-name\":\"docs-section\",id:elementId26,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",pixelHeight:604,pixelWidth:786,sizes:`max((${componentViewport?.width||\"100vw\"} - 72px) / 2, 1px)`,src:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png\",srcSet:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png 786w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",pixelHeight:604,pixelWidth:786,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png\",srcSet:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png 786w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:604,pixelWidth:786,sizes:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px)`,src:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png\",srcSet:\"https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/G6Ryp0cGgrwSZqE9vMx8bz3k7Q.png 786w\"},className:\"framer-terpjz\",\"data-border\":true,children:/*#__PURE__*/_jsx(Link,{href:\"https://all-access-anonymous.gitbook.io/decentralised-intelligent-network-dine\",motionChild:true,nodeId:\"CYMUKKEmn\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9ckxpe framer-pdzqkz\",\"data-framer-name\":\"team-text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LITEPAPER\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LITEPAPER\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LITEPAPER\"})}),className:\"framer-6xiw04\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a1sugd\",\"data-border\":true,whileHover:animation24,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LEARN MORE\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LEARN MORE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"LEARN MORE\"})}),className:\"framer-1sbd3bn\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",pixelHeight:1637,pixelWidth:2426,sizes:`max((${componentViewport?.width||\"100vw\"} - 72px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png\",srcSet:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png 2426w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",pixelHeight:1637,pixelWidth:2426,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png\",srcSet:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png 2426w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1637,pixelWidth:2426,sizes:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png\",srcSet:\"https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Rj3IDqOcwEIHdKMKybzfYmTyNM.png 2426w\"},className:\"framer-fle759\",\"data-border\":true,children:/*#__PURE__*/_jsx(Link,{href:\"https://t.me/allaccessio\",motionChild:true,nodeId:\"zRNIRHAwF\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-aeod2j framer-pdzqkz\",\"data-framer-name\":\"team-text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"COMMUNITY\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"COMMUNITY\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"COMMUNITY\"})}),className:\"framer-bw3c84\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-78p9gr\",\"data-border\":true,whileHover:animation24,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"join\"})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"join\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"join\"})}),className:\"framer-1j0488n\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iwcx4t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:43.5,intrinsicWidth:44,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/tx0n0Bhoz1QDfsRrQXxmdUeh4D8.png\"},className:\"framer-1nd58ep\",\"data-framer-name\":\"Image\"})})]})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m7kwmv\",\"data-framer-name\":\"faq-section\",id:elementId27,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ko2por\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mg34cx\",\"data-framer-name\":\"team-text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-transform\":\"uppercase\"},children:\"FAQ\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-transform\":\"uppercase\"},children:\"FAQ\"})}),className:\"framer-12z7kol\",\"data-framer-name\":\"static-text\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-23iss5-container\",nodeId:\"KWDWm0VBn\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{EWptw1vKS:16}},children:/*#__PURE__*/_jsx(Accordion2,{DR_6QqGeh:\"Share your entertainment preferences, attend events, curate playlists, and engage with the community. Every interaction has value.\",EWptw1vKS:24,height:\"100%\",id:\"KWDWm0VBn\",layoutId:\"KWDWm0VBn\",qQefXa5XK:\"How do I earn tokens?\",style:{width:\"100%\"},variant:\"qpxpDCZD0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ggtigw-container\",nodeId:\"V2tq36ufR\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{EWptw1vKS:16}},children:/*#__PURE__*/_jsx(Accordion2,{DR_6QqGeh:\"Access exclusive experiences, skip queues, get VIP upgrades, and participate in platform governance. Your tokens, your choices.\",EWptw1vKS:24,height:\"100%\",id:\"V2tq36ufR\",layoutId:\"V2tq36ufR\",qQefXa5XK:\"What can I do with $AAA?\",style:{width:\"100%\"},variant:\"Ts41GZi0V\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vy6mr6-container\",nodeId:\"MGJ6PSQQB\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{EWptw1vKS:16}},children:/*#__PURE__*/_jsx(Accordion2,{DR_6QqGeh:\"It learns from your entertainment choices across platforms, providing personalized recommendations and securing opportunities before they're gone.\",EWptw1vKS:24,height:\"100%\",id:\"MGJ6PSQQB\",layoutId:\"MGJ6PSQQB\",qQefXa5XK:\"How does the AI agent work?\",style:{width:\"100%\"},variant:\"Ts41GZi0V\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:`calc(${componentViewport?.width||\"100vw\"} - 128px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yngxd1-container\",nodeId:\"gp0VKCklh\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{EWptw1vKS:16}},children:/*#__PURE__*/_jsx(Accordion2,{DR_6QqGeh:\"Our public sale begins Q1 2025. Join the whitelist now for priority access and bonus rewards.\",EWptw1vKS:24,height:\"100%\",id:\"gp0VKCklh\",layoutId:\"gp0VKCklh\",qQefXa5XK:\"When is the token sale?\",style:{width:\"100%\"},variant:\"Ts41GZi0V\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-si335x\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11dd3i\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-365s0b\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Q46Fq50uk\",webPageId:\"u3VZDoj44\"},motionChild:true,nodeId:\"fuZC4dfh2\",openInNewTab:false,scopeId:\"u3VZDoj44\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:1576,pixelHeight:692,pixelWidth:3152,sizes:\"145.7572px\",src:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png 3152w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:1576,pixelHeight:692,pixelWidth:3152,sizes:\"109.3179px\",src:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png 3152w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:1576,pixelHeight:692,pixelWidth:3152,sizes:\"182.1965px\",src:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aByBZG9pMrM459Mj9y7PSwEoXwA.png 3152w\"},className:\"framer-6n3feh framer-pdzqkz\",\"data-framer-name\":\"Image\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-twhztv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rcnudw\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://t.me/allaccessio\",motionChild:true,nodeId:\"SJu9la6aD\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:287.5,pixelHeight:575,pixelWidth:575,sizes:\"32px\",src:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png 575w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:287.5,pixelHeight:575,pixelWidth:575,sizes:\"24px\",src:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png 575w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:287.5,pixelHeight:575,pixelWidth:575,sizes:\"40px\",src:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCYTf1Znv5ex70R9m7f2YwW1C7k.png 575w\"},className:\"framer-fxf84e framer-pdzqkz\",\"data-framer-name\":\"Telegram\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/allaccessio?s=21&t=r8JO62z2GO_9ZydqeqYXZA\",motionChild:true,nodeId:\"bzBLaeIIM\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:280,pixelHeight:575,pixelWidth:560,sizes:\"31.1652px\",src:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png 560w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:280,pixelHeight:575,pixelWidth:560,sizes:\"23.3739px\",src:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png 560w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:287.5,intrinsicWidth:280,pixelHeight:575,pixelWidth:560,sizes:\"38.9565px\",src:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/543pehKEjoTAynqB6U61t2Xul4.png 560w\"},className:\"framer-1iykj1p framer-pdzqkz\",\"data-framer-name\":\"X\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/all-access-anonymous-aaa/\",motionChild:true,nodeId:\"HvylLIWZ6\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:288,intrinsicWidth:288,pixelHeight:576,pixelWidth:576,sizes:\"32px\",src:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512 512w,https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png 576w\"}},pkx_eSlvc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:288,intrinsicWidth:288,pixelHeight:576,pixelWidth:576,sizes:\"24px\",src:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512 512w,https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png 576w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:288,intrinsicWidth:288,pixelHeight:576,pixelWidth:576,sizes:\"40px\",src:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png?scale-down-to=512 512w,https://framerusercontent.com/images/rjeuSYg6Lxwru3RpM1R0wkhAN28.png 576w\"},className:\"framer-l41if9 framer-pdzqkz\",\"data-framer-name\":\"Linkedin\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lqeqos\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gK2XEvgcK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PIUxIvEgu\"},motionChild:true,nodeId:\"BELoKzwpP\",openInNewTab:true,relValues:[],scopeId:\"u3VZDoj44\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cney5b\",\"data-styles-preset\":\"MPnt4UpvN\",children:\"OFFICIAL DOCUMENTS\"})})})})},pkx_eSlvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PIUxIvEgu\"},motionChild:true,nodeId:\"BELoKzwpP\",openInNewTab:true,relValues:[],scopeId:\"u3VZDoj44\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cney5b\",\"data-styles-preset\":\"MPnt4UpvN\",children:\"OFFICIAL DOCUMENTS\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RpdGxpbmdHb3RoaWNGQiBDb25kIEJvbGQ=\",\"--framer-font-family\":'\"TitlingGothicFB Cond Bold\", \"TitlingGothicFB Cond Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PIUxIvEgu\"},motionChild:true,nodeId:\"BELoKzwpP\",openInNewTab:true,relValues:[],scopeId:\"u3VZDoj44\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cney5b\",\"data-styles-preset\":\"MPnt4UpvN\",children:\"OFFICIAL DOCUMENTS\"})})})}),className:\"framer-1y0h650\",fonts:[\"CUSTOM;TitlingGothicFB Cond Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{height:48,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xpg67g-container hidden-24pjfm hidden-pilru8\",layoutScroll:true,nodeId:\"y00QwUeER\",scopeId:\"u3VZDoj44\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pkx_eSlvc:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"y00QwUeER\",layoutId:\"y00QwUeER\",variant:\"H7Oi0nOCR\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SVhta.framer-pdzqkz, .framer-SVhta .framer-pdzqkz { display: block; }\",\".framer-SVhta.framer-24pjfm { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-SVhta .framer-egu258-container, .framer-SVhta .framer-1xpg67g-container { flex: none; height: auto; left: 50%; position: fixed; top: 16px; transform: translateX(-50%); width: auto; z-index: 2; }\",\".framer-SVhta .framer-37c1qg, .framer-SVhta .framer-1rk4qg4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-dggok, .framer-SVhta .framer-1gahsfn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-lwpfpf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-1uaxlev { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-oc224h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-1oh8ea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-SVhta .framer-n2lxcm, .framer-SVhta .framer-1totx60, .framer-SVhta .framer-1fxlhq7, .framer-SVhta .framer-209aof, .framer-SVhta .framer-gvlhny, .framer-SVhta .framer-1ijznj8, .framer-SVhta .framer-yu3yq2, .framer-SVhta .framer-ocgw50, .framer-SVhta .framer-1kzrj17, .framer-SVhta .framer-1aoz0wp, .framer-SVhta .framer-wmwzp4, .framer-SVhta .framer-1jqvfs2, .framer-SVhta .framer-1t1qtxn, .framer-SVhta .framer-1l8h9zm, .framer-SVhta .framer-3ya6q2, .framer-SVhta .framer-1ybfmae, .framer-SVhta .framer-1awoyvg, .framer-SVhta .framer-12gw799, .framer-SVhta .framer-zktr68, .framer-SVhta .framer-acuyyh, .framer-SVhta .framer-1stlopw, .framer-SVhta .framer-etlfjf, .framer-SVhta .framer-thzuki, .framer-SVhta .framer-ifsvys, .framer-SVhta .framer-1bnftar, .framer-SVhta .framer-39hght, .framer-SVhta .framer-u2otvs, .framer-SVhta .framer-e4wn7b, .framer-SVhta .framer-19citam { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SVhta .framer-1i7kjx6-container { flex: none; height: 67px; position: relative; width: 316px; }\",\".framer-SVhta .framer-433znp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-SVhta .framer-15c8514 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-SVhta .framer-b6scvq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1xgul24 { aspect-ratio: 1.499400479616307 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 801px); overflow: visible; position: relative; width: 100%; }\",\".framer-SVhta .framer-jxy7l6 { aspect-ratio: 1.499400479616307 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 800px); overflow: visible; position: relative; width: 100%; }\",\".framer-SVhta .framer-1l8fnc1 { aspect-ratio: 1.5002999400119976 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 800px); overflow: visible; position: relative; width: 100%; }\",\".framer-SVhta .framer-t32bin { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-14sce7a-container { aspect-ratio: 2.4 / 1; flex: 1 0 0px; height: 1px; position: relative; width: var(--framer-aspect-ratio-supported, 1920px); }\",\".framer-SVhta .framer-2lp7kz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100vh; justify-content: center; min-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-tg3obs { aspect-ratio: 1.2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1000px); overflow: visible; position: relative; width: 100%; }\",\".framer-SVhta .framer-17557nh { aspect-ratio: 1.2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1000px); overflow: visible; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-6uqnc7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1800px; overflow: visible; padding: 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-1ekt1w9, .framer-SVhta .framer-afved6, .framer-SVhta .framer-1952zze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1biy0ji, .framer-SVhta .framer-17yzoj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1debk6t { align-content: center; align-items: center; background-color: #fb9f00; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 60%; }\",\".framer-SVhta .framer-15p8up5, .framer-SVhta .framer-ss7ubq, .framer-SVhta .framer-1ofp5fc, .framer-SVhta .framer-kg79oy, .framer-SVhta .framer-a3e0jf, .framer-SVhta .framer-gag8uk, .framer-SVhta .framer-1w2cjm2, .framer-SVhta .framer-luw8kz, .framer-SVhta .framer-mkadvg, .framer-SVhta .framer-9qdyjr, .framer-SVhta .framer-6lo5ch { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-SVhta .framer-yxu27v { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-SVhta .framer-l25p75 { align-content: center; align-items: center; background-color: #00ac95; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 40px 40px 8px 40px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1ivynkg { align-content: center; align-items: center; background-color: #8f78ff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 40px 40px 8px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-eirqae { align-content: center; align-items: center; align-self: stretch; background-color: #e94048; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1cnjxhu { align-content: center; align-items: center; background-color: #801a1f; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-SVhta .framer-gs781n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-q6br7c { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-11o9r6o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-1wkhv0c { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 1px; z-index: 1; }\",\".framer-SVhta .framer-ij3t2u-container { flex: none; height: 67px; position: relative; width: auto; }\",\".framer-SVhta .framer-maceqk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 80vh; justify-content: center; overflow: hidden; padding: 120px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1v24wbv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: min-content; }\",\".framer-SVhta .framer-13r5no5, .framer-SVhta .framer-be29p2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 420px; justify-content: center; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 1800px; }\",\".framer-SVhta .framer-12hujle, .framer-SVhta .framer-1ik7ulh, .framer-SVhta .framer-ijunz3, .framer-SVhta .framer-hqrj37, .framer-SVhta .framer-5cu20o, .framer-SVhta .framer-1w852qg, .framer-SVhta .framer-19bodl6 { align-content: center; align-items: center; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; transform-style: preserve-3d; z-index: 1; }\",\".framer-SVhta .framer-zqricf, .framer-SVhta .framer-1t0riyv, .framer-SVhta .framer-10sevr3, .framer-SVhta .framer-1ch114f, .framer-SVhta .framer-18pqrng, .framer-SVhta .framer-1dxdzcs, .framer-SVhta .framer-rg85z9, .framer-SVhta .framer-ydoz4a, .framer-SVhta .framer-1uilmnd, .framer-SVhta .framer-1fb4s4v, .framer-SVhta .framer-vbyhz6, .framer-SVhta .framer-3x56if, .framer-SVhta .framer-1jh8hu4, .framer-SVhta .framer-idg79d { backface-visibility: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 540px; overflow: hidden; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1dxmow4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-17uxsc7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 1200px; z-index: 2; }\",\".framer-SVhta .framer-1yq55yd, .framer-SVhta .framer-5xo35, .framer-SVhta .framer-ehrjgq, .framer-SVhta .framer-89voip, .framer-SVhta .framer-1cwutjo, .framer-SVhta .framer-1c42iy4, .framer-SVhta .framer-164knfv, .framer-SVhta .framer-q8ffwe, .framer-SVhta .framer-gg0q14, .framer-SVhta .framer-12cs8kk, .framer-SVhta .framer-1lxml9q, .framer-SVhta .framer-39ghmb, .framer-SVhta .framer-zr4a23 { align-content: center; align-items: center; backface-visibility: hidden; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 120px; transform-style: preserve-3d; z-index: 1; }\",\".framer-SVhta .framer-n022ha, .framer-SVhta .framer-15zdw8k, .framer-SVhta .framer-115uwfv, .framer-SVhta .framer-1i5n47i, .framer-SVhta .framer-slojsd, .framer-SVhta .framer-46j391, .framer-SVhta .framer-11c3imo, .framer-SVhta .framer-1rp7pl9, .framer-SVhta .framer-33fdb2, .framer-SVhta .framer-1imeg0x, .framer-SVhta .framer-16t9mww, .framer-SVhta .framer-1ra0xol, .framer-SVhta .framer-1bb04qd, .framer-SVhta .framer-lywa14, .framer-SVhta .framer-1anryna, .framer-SVhta .framer-1nywsq6, .framer-SVhta .framer-1du8bus, .framer-SVhta .framer-ucput, .framer-SVhta .framer-1x20a0r, .framer-SVhta .framer-ywupup, .framer-SVhta .framer-113txbe, .framer-SVhta .framer-1wil39d, .framer-SVhta .framer-1o7xaw8, .framer-SVhta .framer-1h60ss7, .framer-SVhta .framer-7mcrh8, .framer-SVhta .framer-45cvqi { aspect-ratio: 0.5925925925925926 / 1; backface-visibility: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 237px); overflow: hidden; position: relative; width: 140px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1t7hzwc { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100vh; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-ukpaqa, .framer-SVhta .framer-1ennnh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-efhxih-container, .framer-SVhta .framer-1sftzl1-container { flex: none; height: 88px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1qrwnl9, .framer-SVhta .framer-1tp9pbt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1vdpor2, .framer-SVhta .framer-1in7chx, .framer-SVhta .framer-1uk0tzd { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 120px; }\",\".framer-SVhta .framer-2dthss { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 280px; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-vbl9c5 { aspect-ratio: 3.975206611570248 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 255px; }\",\".framer-SVhta .framer-xtjtb7 { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 180px; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: 214px; }\",\".framer-SVhta .framer-oqzano { aspect-ratio: 2.0475206611570247 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 131px; }\",\".framer-SVhta .framer-44y2yl { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 180px; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: 213px; }\",\".framer-SVhta .framer-5d3hit { aspect-ratio: 2.3512396694214877 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 151px; }\",\".framer-SVhta .framer-1q5pjyz { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 200px; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: 214px; }\",\".framer-SVhta .framer-ct9pj5 { aspect-ratio: 2.725206611570248 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 175px; }\",\".framer-SVhta .framer-1g8aakq, .framer-SVhta .framer-1ddrv9h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-ufw9i2 { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-right-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 10%; }\",\".framer-SVhta .framer-1qvz4sg { align-content: center; align-items: center; background-color: #801a1f; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px 40px 8px 40px; position: relative; width: 1px; }\",\".framer-SVhta .framer-18qpfsu { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 10%; }\",\".framer-SVhta .framer-mzjvo5, .framer-SVhta .framer-1ds6wvk { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-SVhta .framer-wd685 { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 48px; border-top-left-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1m35ixd, .framer-SVhta .framer-tij832 { align-content: center; align-items: center; background-color: #801a1f; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px 24px 8px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-8eoz7e { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-SVhta .framer-10y7px1 { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px 24px 12px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1vmkakz { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-right-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 15%; }\",\".framer-SVhta .framer-1hfgtbc { align-content: center; align-items: center; background-color: #801a1f; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1u9tixd { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 15%; }\",\".framer-SVhta .framer-1w1zk67 { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 80%; }\",\".framer-SVhta .framer-12z2uma { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 24px 40px 0px 40px; position: relative; width: 80px; }\",\".framer-SVhta .framer-b4o4vy { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; min-width: 240px; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-SVhta .framer-yupsn2 { aspect-ratio: 6.045454545454546 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 266px; }\",\".framer-SVhta .framer-9uclk9 { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 140px; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-SVhta .framer-jsaqmd { aspect-ratio: 2.5475206611570247 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 163px; }\",\".framer-SVhta .framer-14ib0wu, .framer-SVhta .framer-rj257v { align-content: center; align-items: center; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1r1o6s { aspect-ratio: 3.1322314049586777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 201px; }\",\".framer-SVhta .framer-jhbjx2 { align-content: center; align-items: center; align-self: stretch; background-color: #ee0026; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-SVhta .framer-j8fnm { aspect-ratio: 3.1425619834710745 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 201px; }\",\".framer-SVhta .framer-nvmel2 { aspect-ratio: 2.5640495867768593 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 164px; }\",\".framer-SVhta .framer-5hhjfl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-p8myoi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 528px; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-8abgxj { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80vh; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-1a4tfdm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-13oqp4g { align-content: center; align-items: center; background-color: #eb95e6; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 360px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-12kmdvs { align-content: center; align-items: center; background-color: #fb9f00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 240px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-gm3rk4 { align-content: center; align-items: center; background-color: #b789e5; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 160px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-11gjs4r { align-content: center; align-items: center; background-color: #f203ef; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 160px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1dl09zp { align-content: center; align-items: center; background-color: #00e1ec; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 172px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1tam78n { align-content: center; align-items: center; background-color: #eb95e6; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 145px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-lyvw09 { align-content: center; align-items: center; background-color: #f8db00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 140px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1xrpmt { align-content: center; align-items: center; background-color: #00a600; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 180px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-ed6exi { align-content: center; align-items: center; background-color: #00a4f8; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 260px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-17gmhr5 { align-content: center; align-items: center; background-color: #b789e5; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 180px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-jgem1g, .framer-SVhta .framer-1abadh { align-content: center; align-items: center; background-color: #fb9f00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 120px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-127i4h1 { align-content: center; align-items: center; background-color: #00e1ec; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 66px; }\",\".framer-SVhta .framer-1791um8, .framer-SVhta .framer-w4hz2e { align-content: center; align-items: center; background-color: #00a600; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 60px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-12s54e6 { align-content: center; align-items: center; background-color: #eb95e6; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 80px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-3e9ve4 { align-content: center; align-items: center; background-color: #e94048; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 172px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1vz5v46 { align-content: center; align-items: center; background-color: #f203ef; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 220px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-12ax5f0 { align-content: center; align-items: center; background-color: #eb95e6; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 160px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-i0q36o, .framer-SVhta .framer-12cx7g2, .framer-SVhta .framer-8uq3oz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 90px; min-width: 90px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-7iabvw, .framer-SVhta .framer-15e0g22, .framer-SVhta .framer-12jsdlx { aspect-ratio: 1.09375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); overflow: visible; position: relative; width: 88px; }\",\".framer-SVhta .framer-15xre9h { align-content: center; align-items: center; background-color: #f8db00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 66px; }\",\".framer-SVhta .framer-gb5rr8 { align-content: center; align-items: center; background-color: #eb95e6; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 60px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-12gy3pw { align-content: center; align-items: center; background-color: #b789e5; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 140px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-15hev3c { align-content: center; align-items: center; background-color: #00a600; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 160px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1ftug3f { align-content: center; align-items: center; background-color: #00e1ec; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 120px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1cnriqd { align-content: center; align-items: center; background-color: #00a4f8; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 172px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-19lxr98 { align-content: center; align-items: center; background-color: #f204ef; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 120px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-8ul1wz { align-content: center; align-items: center; background-color: #e94048; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; min-width: 180px; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1fqgrjp { align-content: center; align-items: center; background-color: #fb9f00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 16px 24px 8px 24px; position: relative; width: 66px; }\",\".framer-SVhta .framer-1fee21i { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 120vh; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-1b7or5f { aspect-ratio: 1.1702367531003381 / 1; bottom: 0px; flex: none; height: 100vh; left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 936px); z-index: 2; }\",\".framer-SVhta .framer-1do6u8q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -153px; position: absolute; right: -153px; text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.64); top: 50%; transform: translateY(-50%); white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-SVhta .framer-1mdpzns { -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.8)); align-content: center; align-items: center; display: flex; filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.8)); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 280px 0px 0px 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-SVhta .framer-7buz11 { flex: none; height: 100vh; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-SVhta .framer-yct6ca { aspect-ratio: 1.03 / 1; flex: none; height: 100vh; overflow: visible; position: absolute; right: -321px; top: 50%; transform: translateY(-50%); width: var(--framer-aspect-ratio-supported, 824px); z-index: 0; }\",\".framer-SVhta .framer-1wbtjzw { aspect-ratio: 0.515625 / 1; bottom: 0px; flex: none; height: 100vh; left: 31%; overflow: visible; position: absolute; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 413px); z-index: 0; }\",\".framer-SVhta .framer-pms44q { aspect-ratio: 0.75375 / 1; flex: none; height: 100vh; left: -228px; overflow: visible; position: absolute; top: 50%; transform: translateY(-50%); width: var(--framer-aspect-ratio-supported, 603px); z-index: 0; }\",\".framer-SVhta .framer-dd7yzp { aspect-ratio: 2.0754716981132075 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 400px); left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: 830px; }\",\".framer-SVhta .framer-19b83eu { background-color: #ffffff; bottom: 0px; flex: none; height: 20vh; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 1; }\",\".framer-SVhta .framer-e9n16h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-1bfnn5d { aspect-ratio: 1.318609022556391 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 546px); overflow: visible; position: relative; width: 720px; }\",\".framer-SVhta .framer-14ietb6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-15dqi2n, .framer-SVhta .framer-tvrjfh, .framer-SVhta .framer-1mjpb5b, .framer-SVhta .framer-ohmhoo, .framer-SVhta .framer-1vb15xf, .framer-SVhta .framer-u98tym, .framer-SVhta .framer-1ek784y, .framer-SVhta .framer-7v3ip2, .framer-SVhta .framer-17f07bd, .framer-SVhta .framer-15z6u71, .framer-SVhta .framer-1jb2wax, .framer-SVhta .framer-g5ls7n, .framer-SVhta .framer-zk7imk, .framer-SVhta .framer-8ko37d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-r9ik5u { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-of4wua { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-SVhta .framer-1wlb4rd-container { flex: 1 0 0px; height: auto; max-width: 1200px; position: sticky; top: 0px; width: 1px; z-index: 2; }\",\".framer-SVhta .framer-1fgqoep { align-content: center; align-items: center; background-color: #d6d6d6; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50vh; justify-content: flex-end; overflow: visible; padding: 40px 80px 40px 80px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-nqgxai { align-content: center; align-items: center; background-color: #c4c4c4; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-end; overflow: visible; padding: 40px 80px 40px 80px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-gc0uxa { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-4ncuh, .framer-SVhta .framer-1lcwikv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1oukc3m, .framer-SVhta .framer-otlpqb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1fzz20q, .framer-SVhta .framer-bu6h6b, .framer-SVhta .framer-3f6go3, .framer-SVhta .framer-1r446hn, .framer-SVhta .framer-6dft6g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-8chxqi-container, .framer-SVhta .framer-4ufsps-container, .framer-SVhta .framer-lexu1t-container, .framer-SVhta .framer-6vo24a-container, .framer-SVhta .framer-3bzrvn-container, .framer-SVhta .framer-hqact7-container, .framer-SVhta .framer-1c8bu72-container { flex: none; height: 60px; position: relative; width: 100%; }\",\".framer-SVhta .framer-m68ymm, .framer-SVhta .framer-10jmele, .framer-SVhta .framer-16ups1l, .framer-SVhta .framer-mwdzst, .framer-SVhta .framer-jraoud, .framer-SVhta .framer-1errz78, .framer-SVhta .framer-32fkt, .framer-SVhta .framer-139cyxe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1b9qcy9, .framer-SVhta .framer-pgyo1a, .framer-SVhta .framer-y72tbg, .framer-SVhta .framer-rl8l8r, .framer-SVhta .framer-1g2yj2p, .framer-SVhta .framer-1y8zcq2 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #05a500; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-shlut6 { aspect-ratio: 1.554054054054054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 62px; }\",\".framer-SVhta .framer-t9idn1, .framer-SVhta .framer-1t8hmu, .framer-SVhta .framer-1if4yhg, .framer-SVhta .framer-1062lrq, .framer-SVhta .framer-1p5ricx, .framer-SVhta .framer-2p543h, .framer-SVhta .framer-vwe9uu, .framer-SVhta .framer-x05uo5, .framer-SVhta .framer-1q01c7t, .framer-SVhta .framer-crdwx6 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #01a4f8; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-3on6d1 { aspect-ratio: 3.8620689655172415 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 124px; }\",\".framer-SVhta .framer-1ca051z, .framer-SVhta .framer-k0sm47, .framer-SVhta .framer-9lyhyc, .framer-SVhta .framer-o46688, .framer-SVhta .framer-u0ft8y, .framer-SVhta .framer-xfneka, .framer-SVhta .framer-1d47iwf, .framer-SVhta .framer-7rxhe5, .framer-SVhta .framer-1jga2fn, .framer-SVhta .framer-vrx0x4, .framer-SVhta .framer-12fgp6z, .framer-SVhta .framer-py6snj, .framer-SVhta .framer-13prez2 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #eb95e5; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-l6j32x { aspect-ratio: 1.5426829268292683 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 74px; }\",\".framer-SVhta .framer-2p9ska, .framer-SVhta .framer-1p2dod2, .framer-SVhta .framer-lyqqlo, .framer-SVhta .framer-12ae4tz, .framer-SVhta .framer-1arw1pn, .framer-SVhta .framer-1ypsec4, .framer-SVhta .framer-7i15qh, .framer-SVhta .framer-1rxl13n, .framer-SVhta .framer-1rfv98f, .framer-SVhta .framer-1k5o0ot { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #8f78ff; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-kdecze { aspect-ratio: 1.095808383233533 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 53px; }\",\".framer-SVhta .framer-1ksyw1v { aspect-ratio: 3.111940298507463 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 124px; }\",\".framer-SVhta .framer-rw4agw, .framer-SVhta .framer-zn7mlv, .framer-SVhta .framer-xxhjzu, .framer-SVhta .framer-1j659p7 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #b789e5; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1r3d8tv { aspect-ratio: 3.2517985611510793 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 130px; }\",\".framer-SVhta .framer-xi10qw, .framer-SVhta .framer-4qchf4, .framer-SVhta .framer-z2wtr6, .framer-SVhta .framer-ofpa01, .framer-SVhta .framer-1ngfeuc, .framer-SVhta .framer-140qvdz, .framer-SVhta .framer-1n4c3bg, .framer-SVhta .framer-1tbsdxr, .framer-SVhta .framer-a776tk, .framer-SVhta .framer-ae3d5i, .framer-SVhta .framer-615urg, .framer-SVhta .framer-1d69bny, .framer-SVhta .framer-113no51 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #f8db00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1x072vz { aspect-ratio: 4.395833333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 141px; }\",\".framer-SVhta .framer-1fb9gez, .framer-SVhta .framer-g4jdr6, .framer-SVhta .framer-ede86m, .framer-SVhta .framer-18nq9nz, .framer-SVhta .framer-nd6jj7, .framer-SVhta .framer-r11wjd { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #fb9f00; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-23cck6 { aspect-ratio: 2.2295081967213113 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 89px; }\",\".framer-SVhta .framer-18bfpna, .framer-SVhta .framer-ebmg9h, .framer-SVhta .framer-t0t6fe, .framer-SVhta .framer-a1xao0, .framer-SVhta .framer-1f9gyxe, .framer-SVhta .framer-1r0238j, .framer-SVhta .framer-1veh7sg, .framer-SVhta .framer-445jgk, .framer-SVhta .framer-akd2m6, .framer-SVhta .framer-1eev32e, .framer-SVhta .framer-1tb2xhb { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #e94048; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-14657ys { aspect-ratio: 1.8592592592592592 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 89px; }\",\".framer-SVhta .framer-deue3l { aspect-ratio: 1.026946107784431 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 50px; }\",\".framer-SVhta .framer-7g2ro5 { aspect-ratio: 2.2994011976047903 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 92px; }\",\".framer-SVhta .framer-70ksud { aspect-ratio: 3.5179640718562872 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 141px; }\",\".framer-SVhta .framer-ab87g0 { aspect-ratio: 0.7604790419161677 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 37px; }\",\".framer-SVhta .framer-2mrgy4 { aspect-ratio: 1.9461077844311376 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 94px; }\",\".framer-SVhta .framer-1fw4brd, .framer-SVhta .framer-s3p9y, .framer-SVhta .framer-f3mf5v, .framer-SVhta .framer-1faazeu, .framer-SVhta .framer-1mth3cj, .framer-SVhta .framer-ghydxr, .framer-SVhta .framer-1v3uyvl { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #f053ee; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-k5rd36 { aspect-ratio: 6.3544303797468356 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 203px; }\",\".framer-SVhta .framer-6uts2o { aspect-ratio: 2.243478260869565 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 90px; }\",\".framer-SVhta .framer-1m19di4 { aspect-ratio: 2.0163934426229506 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 97px; }\",\".framer-SVhta .framer-s0eeqg { aspect-ratio: 3.19327731092437 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 128px; }\",\".framer-SVhta .framer-1ymxvsr, .framer-SVhta .framer-1ulfs01 { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #01a5f8; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1mtj83a { aspect-ratio: 9.970059880239521 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 160px; }\",\".framer-SVhta .framer-5nxp1f { aspect-ratio: 4.287425149700598 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 137px; }\",\".framer-SVhta .framer-s0zgua, .framer-SVhta .framer-1pdgj4e, .framer-SVhta .framer-9hxc7t, .framer-SVhta .framer-1b8co5b { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #01e1ed; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-18h8u76 { aspect-ratio: 1.904191616766467 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 76px; }\",\".framer-SVhta .framer-ebnpuy { aspect-ratio: 4.110778443113772 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 132px; }\",\".framer-SVhta .framer-bsezex { aspect-ratio: 4.826347305389222 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 154px; }\",\".framer-SVhta .framer-1ikhvm0, .framer-SVhta .framer-18i1lt4, .framer-SVhta .framer-f9nyba, .framer-SVhta .framer-1yo7kjl, .framer-SVhta .framer-itfwd0, .framer-SVhta .framer-1mo3k1c { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #04a500; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-sr6gaa { aspect-ratio: 1.2125748502994012 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 58px; }\",\".framer-SVhta .framer-1rhwlo2 { aspect-ratio: 2.0239520958083834 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 97px; }\",\".framer-SVhta .framer-14gamxc { aspect-ratio: 5.586826347305389 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 179px; }\",\".framer-SVhta .framer-cvlokx { aspect-ratio: 1.8383233532934131 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 88px; }\",\".framer-SVhta .framer-11pd3ut, .framer-SVhta .framer-f1tzrf, .framer-SVhta .framer-1dr6h1g, .framer-SVhta .framer-n5inrf { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #fba000; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-rus5zd { aspect-ratio: 1.5688622754491017 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 75px; }\",\".framer-SVhta .framer-1wn1i10 { aspect-ratio: 18.440119760479043 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); overflow: visible; position: relative; width: 184px; }\",\".framer-SVhta .framer-11tuxnz { aspect-ratio: 5.179640718562874 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 166px; }\",\".framer-SVhta .framer-19wzrrq { aspect-ratio: 4.251497005988024 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 136px; }\",\".framer-SVhta .framer-1hwv0r0 { aspect-ratio: 5.452095808383233 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 131px; }\",\".framer-SVhta .framer-19vrxgn { aspect-ratio: 2.6526946107784433 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 85px; }\",\".framer-SVhta .framer-1qdlhh3 { aspect-ratio: 2.194610778443114 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 88px; }\",\".framer-SVhta .framer-1mod13d { aspect-ratio: 2.0239520958083834 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 81px; }\",\".framer-SVhta .framer-1lz3v9f { aspect-ratio: 2.0778443113772456 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 100px; }\",\".framer-SVhta .framer-1r0ur9e { aspect-ratio: 3.182634730538922 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 102px; }\",\".framer-SVhta .framer-ovgnhr { aspect-ratio: 3.434131736526946 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 138px; }\",\".framer-SVhta .framer-1bjrt90 { aspect-ratio: 6.751497005988024 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 162px; }\",\".framer-SVhta .framer-15lmqq9 { aspect-ratio: 1.4580838323353293 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 70px; }\",\".framer-SVhta .framer-1t37e0k { aspect-ratio: 3.8473053892215567 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 123px; }\",\".framer-SVhta .framer-1i3omqd { aspect-ratio: 3.9251497005988023 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 126px; }\",\".framer-SVhta .framer-lcuj00 { aspect-ratio: 2.05688622754491 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 82px; }\",\".framer-SVhta .framer-a1zejg { aspect-ratio: 1.2754491017964071 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 51px; }\",\".framer-SVhta .framer-823qcf { aspect-ratio: 13.431137724550899 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 215px; }\",\".framer-SVhta .framer-1yegfgd { aspect-ratio: 13.047904191616766 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 209px; }\",\".framer-SVhta .framer-15xaj0s { aspect-ratio: 1.2964071856287425 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 62px; }\",\".framer-SVhta .framer-1emggdk { aspect-ratio: 2.5239520958083834 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 121px; }\",\".framer-SVhta .framer-1qczutv { aspect-ratio: 1.6407185628742516 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 79px; }\",\".framer-SVhta .framer-i7r5hf { aspect-ratio: 0.9820359281437125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 47px; }\",\".framer-SVhta .framer-13xa5d7 { aspect-ratio: 1.2874251497005988 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; width: 64px; }\",\".framer-SVhta .framer-inuixq { aspect-ratio: 1.532934131736527 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 74px; }\",\".framer-SVhta .framer-uz6148, .framer-SVhta .framer-84zrjh, .framer-SVhta .framer-hf47t8, .framer-SVhta .framer-15d124p, .framer-SVhta .framer-1yqg99v { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #00e1ec; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1tufqy4 { aspect-ratio: 5.485029940119761 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 132px; }\",\".framer-SVhta .framer-1utkn0m { aspect-ratio: 4.832335329341317 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 116px; }\",\".framer-SVhta .framer-o9buue, .framer-SVhta .framer-19jcax2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-SVhta .framer-18rvkp0 { aspect-ratio: 1.278443113772455 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 61px; }\",\".framer-SVhta .framer-qdxwub { aspect-ratio: 3.158682634730539 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 126px; }\",\".framer-SVhta .framer-faq0li { aspect-ratio: 3.8502994011976046 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 154px; }\",\".framer-SVhta .framer-13h51va { aspect-ratio: 2.9251497005988023 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 117px; }\",\".framer-SVhta .framer-pj4xh7 { aspect-ratio: 3.284431137724551 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 105px; }\",\".framer-SVhta .framer-1f7ll6n { aspect-ratio: 6.931137724550898 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 166px; }\",\".framer-SVhta .framer-bo5sei { aspect-ratio: 3.461077844311377 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 83px; }\",\".framer-SVhta .framer-19f7572 { aspect-ratio: 2.565868263473054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 123px; }\",\".framer-SVhta .framer-1u2clni { aspect-ratio: 7.008982035928144 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 225px; }\",\".framer-SVhta .framer-q70azv, .framer-SVhta .framer-jh8t02 { aspect-ratio: 3.0449101796407185 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 122px; }\",\".framer-SVhta .framer-1nig61s { aspect-ratio: 7.42814371257485 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 178px; }\",\".framer-SVhta .framer-6mf7on { aspect-ratio: 3.065868263473054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 123px; }\",\".framer-SVhta .framer-1lw2f7s { aspect-ratio: 2.5479041916167664 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 102px; }\",\".framer-SVhta .framer-2vol3j { aspect-ratio: 1.1706586826347305 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 56px; }\",\".framer-SVhta .framer-129czws { aspect-ratio: 3.3473053892215567 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 134px; }\",\".framer-SVhta .framer-mcqh0r { aspect-ratio: 9.841317365269461 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 157px; }\",\".framer-SVhta .framer-1b5vc5m { aspect-ratio: 2.8922155688622753 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 116px; }\",\".framer-SVhta .framer-1u4a7at { aspect-ratio: 5.730538922155689 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 138px; }\",\".framer-SVhta .framer-l8idgj { aspect-ratio: 1.221556886227545 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 59px; }\",\".framer-SVhta .framer-wc8uto { aspect-ratio: 4.7395209580838324 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 152px; }\",\".framer-SVhta .framer-1plxdyn, .framer-SVhta .framer-14q8det { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; width: 50px; }\",\".framer-SVhta .framer-1aglp8g { aspect-ratio: 0.7934131736526946 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: relative; width: 40px; }\",\".framer-SVhta .framer-50q7bo { aspect-ratio: 5.505988023952096 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 132px; }\",\".framer-SVhta .framer-z77s4a { aspect-ratio: 1.907185628742515 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 76px; }\",\".framer-SVhta .framer-2xkdf8 { aspect-ratio: 0.8143712574850299 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 39px; }\",\".framer-SVhta .framer-1t8qfyv { aspect-ratio: 0.7784431137724551 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 37px; }\",\".framer-SVhta .framer-1og2agq { aspect-ratio: 4.718562874251497 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 151px; }\",\".framer-SVhta .framer-19m9wny { aspect-ratio: 1.81437125748503 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 73px; }\",\".framer-SVhta .framer-ndb4yp { aspect-ratio: 1.2425149700598803 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 50px; }\",\".framer-SVhta .framer-lh5u6g { aspect-ratio: 2.2395209580838324 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 90px; }\",\".framer-SVhta .framer-v9qkbh { aspect-ratio: 3.694610778443114 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 118px; }\",\".framer-SVhta .framer-u2dtz3 { aspect-ratio: 4.781437125748503 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 115px; }\",\".framer-SVhta .framer-x32ebm { aspect-ratio: 6.044910179640719 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 145px; }\",\".framer-SVhta .framer-hg6mt0 { aspect-ratio: 3.811377245508982 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 122px; }\",\".framer-SVhta .framer-h3tn59 { aspect-ratio: 2.344311377245509 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 113px; }\",\".framer-SVhta .framer-tcv7g0 { aspect-ratio: 3.461077844311377 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 139px; }\",\".framer-SVhta .framer-1vih1hy-container { flex: none; height: 80px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1m68f9s { aspect-ratio: 2.7796610169491527 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 167px; }\",\".framer-SVhta .framer-sjmldq { aspect-ratio: 2.6 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 156px; }\",\".framer-SVhta .framer-xeciim { aspect-ratio: 3.6785714285714284 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 206px; }\",\".framer-SVhta .framer-ifh8md { aspect-ratio: 1.070063694267516 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 51px; }\",\".framer-SVhta .framer-u27oq { aspect-ratio: 3.574626865671642 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 172px; }\",\".framer-SVhta .framer-1uyki90 { aspect-ratio: 3.33160621761658 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 133px; }\",\".framer-SVhta .framer-14zx7w5 { aspect-ratio: 5.2153846153846155 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 313px; }\",\".framer-SVhta .framer-11j8yb5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-oqa6mt, .framer-SVhta .framer-1izhk4u { 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-SVhta .framer-bk7wcj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-wpeb3v, .framer-SVhta .framer-bz39mu, .framer-SVhta .framer-1goa627, .framer-SVhta .framer-t4d3ng, .framer-SVhta .framer-n72ya5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 300px; min-width: 200px; overflow: hidden; padding: 12px 0px 12px 0px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1u61fbz { align-content: center; align-items: center; background-color: #ffffff; 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-SVhta .framer-q9ghtb { aspect-ratio: 1.5598802395209581 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 75px; }\",\".framer-SVhta .framer-swoksa, .framer-SVhta .framer-1fvg5ph, .framer-SVhta .framer-1psf2pp, .framer-SVhta .framer-1j979z3, .framer-SVhta .framer-1fuujxd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1q6i6cl, .framer-SVhta .framer-18laqk1 { flex: 1 0 0px; height: 2px; overflow: hidden; position: relative; width: 1px; }\",\".framer-SVhta .framer-i0zyaz, .framer-SVhta .framer-1rga77l, .framer-SVhta .framer-taf12f, .framer-SVhta .framer-3mjgd, .framer-SVhta .framer-15hoioh, .framer-SVhta .framer-cp957u, .framer-SVhta .framer-p02fga { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-124amyp, .framer-SVhta .framer-xu6gbh, .framer-SVhta .framer-11xrgxl, .framer-SVhta .framer-l3p37f, .framer-SVhta .framer-1w7dkyz, .framer-SVhta .framer-1qhc3kt, .framer-SVhta .framer-tnmt3i, .framer-SVhta .framer-kj7d5l { background-color: #000000; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-SVhta .framer-1cwtay0, .framer-SVhta .framer-3sc23a, .framer-SVhta .framer-15y3ahb, .framer-SVhta .framer-klkw9k, .framer-SVhta .framer-1ptbc59, .framer-SVhta .framer-1ay19tc { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-SVhta .framer-1vij531, .framer-SVhta .framer-1g7ntk, .framer-SVhta .framer-8ryk91, .framer-SVhta .framer-1jb5ssp, .framer-SVhta .framer-h7vl8k { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-lphdhh, .framer-SVhta .framer-so275d, .framer-SVhta .framer-ilncb1, .framer-SVhta .framer-1sjhqjv { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 18px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1y5kx32, .framer-SVhta .framer-3flnek, .framer-SVhta .framer-f7k5zu, .framer-SVhta .framer-ydcu0e { background-color: #000000; flex: none; height: 80px; overflow: hidden; position: relative; width: 1px; }\",\".framer-SVhta .framer-e61gvf, .framer-SVhta .framer-180133l, .framer-SVhta .framer-7l01rm, .framer-SVhta .framer-jm9ld9, .framer-SVhta .framer-1q8b156 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1s0lf36, .framer-SVhta .framer-ltiwpb, .framer-SVhta .framer-15qfafu, .framer-SVhta .framer-kwtq35, .framer-SVhta .framer-7p4rug { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-16rb7m5, .framer-SVhta .framer-hokom6, .framer-SVhta .framer-1mpl649, .framer-SVhta .framer-1ita1bs, .framer-SVhta .framer-zryn5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-17kr5g7, .framer-SVhta .framer-tdlncq, .framer-SVhta .framer-11g4ucy, .framer-SVhta .framer-myqtah, .framer-SVhta .framer-gd6zag { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1aqzwrz, .framer-SVhta .framer-1i4w8ra, .framer-SVhta .framer-1sdosnk, .framer-SVhta .framer-1myovf3 { align-content: center; align-items: center; background-color: #ffffff; 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: min-content; }\",\".framer-SVhta .framer-ruco2c { aspect-ratio: 1.0868263473053892 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 52px; }\",\".framer-SVhta .framer-16hf1es, .framer-SVhta .framer-pno0um, .framer-SVhta .framer-129a76w { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #000000; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 14px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-ngj2tt { aspect-ratio: 2.47557003257329 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 119px; }\",\".framer-SVhta .framer-r6h61j { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #000000; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 18px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1s99hr4 { aspect-ratio: 2.26056338028169 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 109px; }\",\".framer-SVhta .framer-lze3gm { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #000000; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-opb82p { aspect-ratio: 1.0035971223021583 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-SVhta .framer-arrujw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-SVhta .framer-nxqyhb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-ih8t6e { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #00e1ec; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px 120px 16px 120px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-SVhta .framer-p5jdo5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 16px 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-4x42yt { aspect-ratio: 0.9757281553398058 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 62px; }\",\".framer-SVhta .framer-q8kscx-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1350px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 2400px; z-index: -1; }\",\".framer-SVhta .framer-hb7vza, .framer-SVhta .framer-1m7kwmv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-16x0n9s { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; 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: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1oj2v95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1xnhnx7, .framer-SVhta .framer-1nfhffv, .framer-SVhta .framer-1sbd3bn, .framer-SVhta .framer-1j0488n, .framer-SVhta .framer-12z7kol { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SVhta .framer-f311nl-container { flex: none; height: 314px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1l7fo4v { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1p5zbx0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-5q4wj7 { background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 300px; overflow: hidden; position: relative; width: 250px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-qgi2xu { -webkit-mask: linear-gradient(180deg, #000000 61.396748310810814%, rgba(0,0,0,0) 100%) add; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 300px; left: 0px; mask: linear-gradient(180deg, rgba(0,0,0,1) 61.396748310810814%, rgba(0,0,0,0) 100%) add; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-SVhta .framer-gqi854 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: absolute; right: 10px; top: 10px; width: 40px; }\",\".framer-SVhta .framer-glhuqg { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 12px; position: absolute; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-SVhta .framer-anmdg3, .framer-SVhta .framer-1duray2, .framer-SVhta .framer-1y0h650 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SVhta .framer-143s3p2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-b1nwph, .framer-SVhta .framer-6xiw04, .framer-SVhta .framer-bw3c84 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-16xsua4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-m9omr7 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-SVhta .framer-1sigq3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1qhqgtx { aspect-ratio: 1 / 1; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; flex: none; height: var(--framer-aspect-ratio-supported, 120px); position: relative; text-decoration: none; width: 120px; }\",\".framer-SVhta .framer-1cp1g1z { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: absolute; right: 0px; width: 40px; }\",\".framer-SVhta .framer-77eyio { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SVhta .framer-yphci3, .framer-SVhta .framer-uknyer { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SVhta .framer-ta1xf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-81ghj, .framer-SVhta .framer-15jt8vo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-1msu8ul { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-SVhta .framer-terpjz, .framer-SVhta .framer-fle759 { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 60vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-9ckxpe, .framer-SVhta .framer-aeod2j { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-SVhta .framer-a1sugd { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #49ba55; 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: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 60px 12px 60px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-SVhta .framer-78p9gr { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #f053ee; 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: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 60px 12px 60px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-SVhta .framer-1iwcx4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-1nd58ep { aspect-ratio: 1.0114942528735633 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-SVhta .framer-ko2por { --border-bottom-width: 2px; --border-color: #000000; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: flex-start; align-items: flex-start; background-color: #8f78ff; 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: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVhta .framer-1mg34cx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-23iss5-container, .framer-SVhta .framer-ggtigw-container, .framer-SVhta .framer-vy6mr6-container, .framer-SVhta .framer-1yngxd1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-SVhta .framer-si335x { align-content: flex-start; align-items: flex-start; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-SVhta .framer-11dd3i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SVhta .framer-365s0b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SVhta .framer-6n3feh { aspect-ratio: 4.554913294797688 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; text-decoration: none; width: 182px; }\",\".framer-SVhta .framer-twhztv { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-rcnudw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SVhta .framer-fxf84e, .framer-SVhta .framer-l41if9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; text-decoration: none; width: 40px; }\",\".framer-SVhta .framer-1iykj1p { aspect-ratio: 0.9739130434782609 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; text-decoration: none; width: 39px; }\",\".framer-SVhta .framer-1lqeqos { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",...sharedStyle.css,'.framer-SVhta[data-border=\"true\"]::after, .framer-SVhta [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 640px) and (max-width: 1199px) { .framer-SVhta.framer-24pjfm { width: 640px; } .framer-SVhta .framer-1oh8ea { flex-direction: column; gap: 0px; } .framer-SVhta .framer-b6scvq { height: 500px; } .framer-SVhta .framer-1xgul24 { aspect-ratio: unset; height: 801px; } .framer-SVhta .framer-jxy7l6, .framer-SVhta .framer-1l8fnc1 { aspect-ratio: unset; height: 800px; } .framer-SVhta .framer-14sce7a-container { width: var(--framer-aspect-ratio-supported, 2126px); } .framer-SVhta .framer-2lp7kz { min-width: unset; } .framer-SVhta .framer-tg3obs, .framer-SVhta .framer-17557nh { aspect-ratio: unset; height: 1000px; } .framer-SVhta .framer-6uqnc7, .framer-SVhta .framer-si335x { padding: 24px; } .framer-SVhta .framer-1ekt1w9, .framer-SVhta .framer-afved6 { gap: 12px; } .framer-SVhta .framer-1biy0ji, .framer-SVhta .framer-17yzoj2 { flex-direction: column; gap: 12px; } .framer-SVhta .framer-1debk6t, .framer-SVhta .framer-17uxsc7, .framer-SVhta .framer-a1sugd, .framer-SVhta .framer-78p9gr { width: 100%; } .framer-SVhta .framer-yxu27v { align-self: unset; flex: none; flex-direction: row; gap: 12px; height: 161px; width: 100%; } .framer-SVhta .framer-l25p75, .framer-SVhta .framer-1ivynkg { height: 100%; padding: 24px 24px 8px 32px; width: 1px; } .framer-SVhta .framer-eirqae { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-SVhta .framer-1cnjxhu { flex: none; width: 100%; } .framer-SVhta .framer-1wkhv0c { flex-direction: column; gap: 0px; justify-content: flex-start; padding: 0px 40px 0px 40px; } .framer-SVhta .framer-1t7hzwc { height: min-content; } .framer-SVhta .framer-1g8aakq, .framer-SVhta .framer-1ddrv9h { gap: 4px; } .framer-SVhta .framer-ufw9i2 { width: 13%; } .framer-SVhta .framer-mzjvo5 { flex: none; width: 125%; } .framer-SVhta .framer-5hhjfl { width: 662px; } .framer-SVhta .framer-p8myoi { width: 374px; } .framer-SVhta .framer-8abgxj { height: min-content; padding: 80px 0px 80px 0px; } .framer-SVhta .framer-13oqp4g { height: 72px; order: 0; } .framer-SVhta .framer-12kmdvs { height: 72px; order: 1; } .framer-SVhta .framer-gm3rk4 { height: 72px; order: 2; } .framer-SVhta .framer-11gjs4r { height: 72px; order: 3; } .framer-SVhta .framer-1dl09zp { height: 72px; order: 4; } .framer-SVhta .framer-1tam78n { height: 72px; order: 5; } .framer-SVhta .framer-lyvw09 { height: 72px; order: 6; } .framer-SVhta .framer-1xrpmt { height: 72px; order: 7; } .framer-SVhta .framer-ed6exi { height: 72px; order: 8; } .framer-SVhta .framer-17gmhr5 { height: 72px; order: 9; } .framer-SVhta .framer-jgem1g { height: 72px; order: 10; } .framer-SVhta .framer-127i4h1 { height: 72px; order: 11; } .framer-SVhta .framer-1791um8 { flex: 100 0 0px; height: 72px; order: 12; } .framer-SVhta .framer-12s54e6 { height: 72px; order: 13; } .framer-SVhta .framer-3e9ve4 { height: 72px; order: 14; } .framer-SVhta .framer-1vz5v46 { height: 72px; order: 15; } .framer-SVhta .framer-1abadh { height: 72px; order: 16; } .framer-SVhta .framer-12ax5f0 { height: 72px; order: 17; } .framer-SVhta .framer-i0q36o { height: 72px; order: 20; width: 90px; } .framer-SVhta .framer-7iabvw, .framer-SVhta .framer-15e0g22 { align-content: center; align-items: center; aspect-ratio: 1.134020618556701 / 1; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; width: var(--framer-aspect-ratio-supported, 82px); } .framer-SVhta .framer-12cx7g2 { height: 72px; order: 18; width: 90px; } .framer-SVhta .framer-8uq3oz { height: 72px; order: 19; width: 90px; } .framer-SVhta .framer-12jsdlx { align-content: center; align-items: center; aspect-ratio: 1.134020618556701 / 1; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 73px); justify-content: center; padding: 0px; width: 82px; } .framer-SVhta .framer-15xre9h { height: 72px; order: 21; } .framer-SVhta .framer-gb5rr8 { height: 72px; order: 22; } .framer-SVhta .framer-12gy3pw { height: 72px; order: 23; } .framer-SVhta .framer-15hev3c { height: 72px; order: 24; } .framer-SVhta .framer-1ftug3f { height: 72px; order: 25; } .framer-SVhta .framer-1cnriqd { height: 72px; order: 26; } .framer-SVhta .framer-19lxr98 { height: 72px; order: 27; } .framer-SVhta .framer-8ul1wz { height: 72px; order: 28; } .framer-SVhta .framer-1fqgrjp { height: 72px; order: 29; } .framer-SVhta .framer-w4hz2e { height: 72px; order: 30; } .framer-SVhta .framer-1b7or5f { width: var(--framer-aspect-ratio-supported, 1037px); } .framer-SVhta .framer-yct6ca { bottom: 0px; right: -589px; top: unset; transform: unset; width: var(--framer-aspect-ratio-supported, 913px); } .framer-SVhta .framer-1wbtjzw { left: 37%; width: var(--framer-aspect-ratio-supported, 457px); } .framer-SVhta .framer-pms44q { left: -320px; width: var(--framer-aspect-ratio-supported, 668px); } .framer-SVhta .framer-e9n16h { padding: 40px; } .framer-SVhta .framer-1bfnn5d { height: var(--framer-aspect-ratio-supported, 425px); width: 100%; } .framer-SVhta .framer-of4wua { flex-direction: column; gap: 40px; height: min-content; padding: 40px; } .framer-SVhta .framer-1wlb4rd-container { flex: none; order: 0; width: 560px; } .framer-SVhta .framer-1fgqoep, .framer-SVhta .framer-nqgxai { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 40px; } .framer-SVhta .framer-gc0uxa, .framer-SVhta .framer-11j8yb5 { padding: 80px 0px 80px 0px; } .framer-SVhta .framer-bk7wcj { justify-content: flex-start; } .framer-SVhta .framer-wpeb3v, .framer-SVhta .framer-bz39mu, .framer-SVhta .framer-1goa627, .framer-SVhta .framer-t4d3ng, .framer-SVhta .framer-n72ya5 { padding: 40px 0px 40px 0px; } .framer-SVhta .framer-hb7vza, .framer-SVhta .framer-1msu8ul, .framer-SVhta .framer-1m7kwmv { gap: 24px; justify-content: flex-end; padding: 40px 24px 40px 24px; } .framer-SVhta .framer-16x0n9s, .framer-SVhta .framer-ko2por { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; } .framer-SVhta .framer-1oj2v95 { padding: 24px 40px 0px 40px; } .framer-SVhta .framer-143s3p2 { justify-content: flex-end; padding: 40px; } .framer-SVhta .framer-16xsua4 { flex-direction: column; gap: 40px; } .framer-SVhta .framer-m9omr7 { align-content: flex-start; align-items: flex-start; flex: none; width: 100%; } .framer-SVhta .framer-1sigq3s { flex: 1 0 0px; gap: 40px; justify-content: flex-start; width: 1px; } .framer-SVhta .framer-terpjz, .framer-SVhta .framer-fle759 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: 30vh; } .framer-SVhta .framer-1iwcx4t { padding: 0px 0px 4px 0px; } .framer-SVhta .framer-1nd58ep { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; } .framer-SVhta .framer-6n3feh { height: var(--framer-aspect-ratio-supported, 32px); width: 146px; } .framer-SVhta .framer-rcnudw { gap: 20px; height: min-content; } .framer-SVhta .framer-fxf84e, .framer-SVhta .framer-l41if9 { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-SVhta .framer-1iykj1p { height: var(--framer-aspect-ratio-supported, 32px); width: 31px; }}\",\"@media (max-width: 639px) { .framer-SVhta.framer-24pjfm { width: 390px; } .framer-SVhta .framer-1oh8ea, .framer-SVhta .framer-1wkhv0c { flex-direction: column; gap: 0px; } .framer-SVhta .framer-b6scvq { height: 500px; } .framer-SVhta .framer-1xgul24 { aspect-ratio: unset; height: 801px; } .framer-SVhta .framer-jxy7l6, .framer-SVhta .framer-1l8fnc1 { aspect-ratio: unset; height: 800px; } .framer-SVhta .framer-14sce7a-container { width: var(--framer-aspect-ratio-supported, 1949px); } .framer-SVhta .framer-2lp7kz { min-width: unset; } .framer-SVhta .framer-tg3obs, .framer-SVhta .framer-17557nh { aspect-ratio: unset; height: 1000px; } .framer-SVhta .framer-6uqnc7 { padding: 24px; } .framer-SVhta .framer-1ekt1w9, .framer-SVhta .framer-365s0b, .framer-SVhta .framer-twhztv { gap: 12px; } .framer-SVhta .framer-1biy0ji, .framer-SVhta .framer-17yzoj2 { flex-direction: column; gap: 12px; } .framer-SVhta .framer-1debk6t { padding: 24px 24px 0px 24px; width: 100%; } .framer-SVhta .framer-yxu27v { align-self: unset; flex: none; gap: 12px; height: min-content; width: 100%; } .framer-SVhta .framer-l25p75, .framer-SVhta .framer-1ivynkg { flex: none; height: min-content; padding: 24px 24px 8px 40px; } .framer-SVhta .framer-eirqae { align-self: unset; flex: none; height: min-content; padding: 24px 24px 0px 24px; width: 100%; } .framer-SVhta .framer-1cnjxhu { flex: none; padding: 24px 24px 0px 24px; width: 100%; } .framer-SVhta .framer-17uxsc7, .framer-SVhta .framer-p8myoi { width: 100%; } .framer-SVhta .framer-1t7hzwc { height: min-content; } .framer-SVhta .framer-efhxih-container, .framer-SVhta .framer-1g8aakq, .framer-SVhta .framer-1vb15xf, .framer-SVhta .framer-1rga77l, .framer-SVhta .framer-1ek784y, .framer-SVhta .framer-3mjgd, .framer-SVhta .framer-17f07bd, .framer-SVhta .framer-klkw9k, .framer-SVhta .framer-1jb2wax, .framer-SVhta .framer-1ay19tc, .framer-SVhta .framer-zk7imk, .framer-SVhta .framer-1ennnh4 { order: 0; } .framer-SVhta .framer-afved6 { gap: 8px; order: 1; } .framer-SVhta .framer-1qvz4sg, .framer-SVhta .framer-1hfgtbc { padding: 24px 24px 8px 24px; } .framer-SVhta .framer-1m35ixd, .framer-SVhta .framer-1u61fbz, .framer-SVhta .framer-1y5kx32, .framer-SVhta .framer-1aqzwrz, .framer-SVhta .framer-3flnek, .framer-SVhta .framer-1i4w8ra, .framer-SVhta .framer-f7k5zu, .framer-SVhta .framer-1sdosnk, .framer-SVhta .framer-ydcu0e, .framer-SVhta .framer-1myovf3 { order: 1; } .framer-SVhta .framer-8eoz7e { order: 2; padding: 24px 24px 12px 24px; } .framer-SVhta .framer-10y7px1, .framer-SVhta .framer-e61gvf, .framer-SVhta .framer-180133l, .framer-SVhta .framer-7l01rm, .framer-SVhta .framer-jm9ld9, .framer-SVhta .framer-1q8b156 { order: 3; } .framer-SVhta .framer-1ddrv9h { order: 4; } .framer-SVhta .framer-1sftzl1-container { order: 6; } .framer-SVhta .framer-tij832, .framer-SVhta .framer-bu6h6b, .framer-SVhta .framer-3f6go3, .framer-SVhta .framer-1r446hn, .framer-SVhta .framer-6dft6g { order: 5; } .framer-SVhta .framer-5hhjfl { flex-direction: column; width: 80%; } .framer-SVhta .framer-8abgxj { height: min-content; padding: 80px 0px 80px 0px; } .framer-SVhta .framer-13oqp4g { height: 64px; min-width: 300px; order: 0; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-12kmdvs { height: 64px; order: 2; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-gm3rk4 { height: 64px; min-width: 120px; order: 4; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-11gjs4r { height: 64px; min-width: 120px; order: 5; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1dl09zp { height: 64px; min-width: 120px; order: 6; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1tam78n { height: 64px; min-width: 120px; order: 7; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-lyvw09 { height: 64px; min-width: 120px; order: 8; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1xrpmt { height: 64px; min-width: 120px; order: 9; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-ed6exi { height: 64px; min-width: 200px; order: 10; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-17gmhr5 { height: 64px; min-width: 120px; order: 11; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-jgem1g { height: 64px; min-width: 80px; order: 12; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-127i4h1 { height: 64px; order: 13; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1791um8 { height: 64px; order: 30; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-12s54e6 { height: 64px; order: 3; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-3e9ve4 { height: 64px; order: 14; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1vz5v46 { height: 64px; min-width: 180px; order: 15; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1abadh { height: 64px; min-width: 80px; order: 16; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-12ax5f0 { height: 64px; min-width: 80px; order: 17; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-i0q36o { height: 64px; max-width: 80px; min-width: 80px; order: 20; width: 80px; } .framer-SVhta .framer-7iabvw, .framer-SVhta .framer-15e0g22, .framer-SVhta .framer-12jsdlx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; width: var(--framer-aspect-ratio-supported, 70px); } .framer-SVhta .framer-12cx7g2 { height: 64px; max-width: 80px; min-width: 80px; order: 18; width: 80px; } .framer-SVhta .framer-8uq3oz { height: 64px; max-width: 80px; min-width: 80px; order: 19; width: 80px; } .framer-SVhta .framer-15xre9h { height: 64px; order: 21; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-gb5rr8 { flex: 100 0 0px; height: 64px; order: 22; padding: 24px 24px 8px 24px; } .framer-SVhta .framer-12gy3pw { height: 64px; min-width: 100px; order: 23; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-15hev3c { height: 64px; min-width: 140px; order: 24; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1ftug3f { height: 64px; order: 25; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1cnriqd { height: 64px; min-width: 120px; order: 26; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-19lxr98 { height: 64px; order: 27; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-8ul1wz { height: 64px; min-width: 120px; order: 28; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1fqgrjp { height: 64px; order: 29; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-w4hz2e { height: 64px; order: 1; padding: 16px 16px 8px 16px; } .framer-SVhta .framer-1b7or5f { height: var(--framer-aspect-ratio-supported, 547px); width: 640px; } .framer-SVhta .framer-1do6u8q { top: 141px; transform: unset; } .framer-SVhta .framer-1mdpzns { bottom: 0px; height: 812px; left: calc(50.00000000000002% - 100% / 2); top: unset; } .framer-SVhta .framer-yct6ca { bottom: 73px; height: var(--framer-aspect-ratio-supported, 711px); right: -467px; top: unset; transform: unset; width: 733px; } .framer-SVhta .framer-1wbtjzw { bottom: 80px; height: var(--framer-aspect-ratio-supported, 727px); left: 30%; width: 375px; } .framer-SVhta .framer-pms44q { bottom: 64px; height: var(--framer-aspect-ratio-supported, 730px); left: -242px; top: unset; transform: unset; width: 550px; } .framer-SVhta .framer-dd7yzp { height: var(--framer-aspect-ratio-supported, 298px); width: 618px; } .framer-SVhta .framer-e9n16h { height: 90vh; } .framer-SVhta .framer-1bfnn5d { height: var(--framer-aspect-ratio-supported, 296px); width: 100%; } .framer-SVhta .framer-14ietb6, .framer-SVhta .framer-oqa6mt { padding: 0px 16px 0px 16px; } .framer-SVhta .framer-of4wua { flex-direction: column; gap: 16px; height: min-content; padding: 24px 24px 40px 24px; } .framer-SVhta .framer-1wlb4rd-container { flex: none; order: 0; width: 100%; } .framer-SVhta .framer-gc0uxa { padding: 80px 0px 80px 0px; } .framer-SVhta .framer-1oukc3m, .framer-SVhta .framer-otlpqb { padding: 0px 0px 0px 16px; } .framer-SVhta .framer-11j8yb5 { padding: 40px 0px 120px 0px; } .framer-SVhta .framer-bk7wcj { align-content: center; align-items: center; flex-direction: column; } .framer-SVhta .framer-wpeb3v, .framer-SVhta .framer-bz39mu, .framer-SVhta .framer-1goa627, .framer-SVhta .framer-t4d3ng, .framer-SVhta .framer-n72ya5, .framer-SVhta .framer-m9omr7 { flex: none; width: 100%; } .framer-SVhta .framer-q9ghtb { height: var(--framer-aspect-ratio-supported, 80px); width: 125px; } .framer-SVhta .framer-1cwtay0, .framer-SVhta .framer-3sc23a, .framer-SVhta .framer-15y3ahb, .framer-SVhta .framer-1ptbc59 { order: 2; } .framer-SVhta .framer-lphdhh, .framer-SVhta .framer-so275d, .framer-SVhta .framer-r6h61j, .framer-SVhta .framer-ilncb1, .framer-SVhta .framer-1sjhqjv { height: var(--framer-aspect-ratio-supported, 18px); } .framer-SVhta .framer-16rb7m5, .framer-SVhta .framer-hokom6, .framer-SVhta .framer-1mpl649, .framer-SVhta .framer-1ita1bs, .framer-SVhta .framer-zryn5s { order: 4; padding: 0px; } .framer-SVhta .framer-17kr5g7, .framer-SVhta .framer-tdlncq, .framer-SVhta .framer-11g4ucy, .framer-SVhta .framer-myqtah, .framer-SVhta .framer-gd6zag { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; padding: 0px; will-change: unset; } .framer-SVhta .framer-ruco2c { height: var(--framer-aspect-ratio-supported, 80px); width: 87px; } .framer-SVhta .framer-16hf1es, .framer-SVhta .framer-pno0um, .framer-SVhta .framer-129a76w { height: var(--framer-aspect-ratio-supported, 12px); } .framer-SVhta .framer-ngj2tt { height: var(--framer-aspect-ratio-supported, 80px); width: 198px; } .framer-SVhta .framer-1s99hr4 { height: var(--framer-aspect-ratio-supported, 80px); width: 181px; } .framer-SVhta .framer-opb82p { height: var(--framer-aspect-ratio-supported, 80px); width: 80px; } .framer-SVhta .framer-ih8t6e { padding: 24px 80px 16px 80px; } .framer-SVhta .framer-4x42yt { height: var(--framer-aspect-ratio-supported, 48px); width: 47px; } .framer-SVhta .framer-hb7vza { gap: 24px; padding: 40px 16px 12px 16px; } .framer-SVhta .framer-16x0n9s { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; gap: 12px; order: 0; } .framer-SVhta .framer-1oj2v95, .framer-SVhta .framer-143s3p2 { padding: 0px 24px 0px 24px; } .framer-SVhta .framer-16xsua4 { flex-direction: column; gap: 24px; order: 1; } .framer-SVhta .framer-1msu8ul { flex-direction: column; gap: 24px; padding: 12px 16px 12px 16px; } .framer-SVhta .framer-terpjz { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 35vh; order: 0; width: 100%; } .framer-SVhta .framer-fle759 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 35vh; order: 1; width: 100%; } .framer-SVhta .framer-1m7kwmv { gap: 24px; padding: 12px 16px 40px 16px; } .framer-SVhta .framer-ko2por { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; gap: 12px; order: 0; padding: 16px; } .framer-SVhta .framer-si335x { gap: 24px; padding: 16px 16px 40px 16px; } .framer-SVhta .framer-6n3feh { height: var(--framer-aspect-ratio-supported, 24px); width: 109px; } .framer-SVhta .framer-rcnudw { gap: 16px; height: min-content; } .framer-SVhta .framer-fxf84e, .framer-SVhta .framer-l41if9 { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; } .framer-SVhta .framer-1iykj1p { height: var(--framer-aspect-ratio-supported, 24px); width: 23px; } .framer-SVhta .framer-1xpg67g-container { top: 0px; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18465.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gK2XEvgcK\":{\"layout\":[\"fixed\",\"auto\"]},\"pkx_eSlvc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Q46Fq50uk\":{\"pattern\":\":Q46Fq50uk\",\"name\":\"problem\"},\"eWAQ0znfS\":{\"pattern\":\":eWAQ0znfS\",\"name\":\"movement\"},\"m95oiIr2u\":{\"pattern\":\":m95oiIr2u\",\"name\":\"movement-inner\"},\"jCbbWaCRs\":{\"pattern\":\":jCbbWaCRs\",\"name\":\"movement-bg\"},\"wu9jua_TM\":{\"pattern\":\":wu9jua_TM\",\"name\":\"economy\"},\"lLRPlknr3\":{\"pattern\":\":lLRPlknr3\",\"name\":\"industry\"},\"dkE3pripR\":{\"pattern\":\":dkE3pripR\",\"name\":\"industry-2\"},\"h3g52IbvV\":{\"pattern\":\":h3g52IbvV\",\"name\":\"but\"},\"qJv5gLkdw\":{\"pattern\":\":qJv5gLkdw\",\"name\":\"never-built-for-us\"},\"NSYoTt33W\":{\"pattern\":\":NSYoTt33W\",\"name\":\"they-take-bg\"},\"rg7JVT4oo\":{\"pattern\":\":rg7JVT4oo\",\"name\":\"we-lose-bg\"},\"ZAK7VHYNC\":{\"pattern\":\":ZAK7VHYNC\",\"name\":\"meet-the-dark-giants\"},\"PKeQ1KCu3\":{\"pattern\":\":PKeQ1KCu3\",\"name\":\"centralised-entities\"},\"SGOnlVNTL\":{\"pattern\":\":SGOnlVNTL\",\"name\":\"but\"},\"lYKqu1IhK\":{\"pattern\":\":lYKqu1IhK\",\"name\":\"own-your-influence\"},\"PL93i1xcm\":{\"pattern\":\":PL93i1xcm\",\"name\":\"influence-animation\"},\"TAqK8PC14\":{\"pattern\":\":TAqK8PC14\",\"name\":\"all-access\"},\"bzex_Jh0q\":{\"pattern\":\":bzex_Jh0q\",\"name\":\"movement\"},\"GSYd62Nlr\":{\"pattern\":\":GSYd62Nlr\",\"name\":\"connect\"},\"YbnZFbBhw\":{\"pattern\":\":YbnZFbBhw\",\"name\":\"engage\"},\"jeZ3O2GTO\":{\"pattern\":\":jeZ3O2GTO\",\"name\":\"earn\"},\"h1mENrEsL\":{\"pattern\":\":h1mENrEsL\",\"name\":\"our-fans\"},\"aRzZ5ZAY5\":{\"pattern\":\":aRzZ5ZAY5\",\"name\":\"roadmap\"},\"SP1Y7bkul\":{\"pattern\":\":SP1Y7bkul\",\"name\":\"lfg\"},\"NotHT8ynM\":{\"pattern\":\":NotHT8ynM\",\"name\":\"team\"},\"SFYkuj4GF\":{\"pattern\":\":SFYkuj4GF\",\"name\":\"rewards\"},\"eQbmrHgF2\":{\"pattern\":\":eQbmrHgF2\",\"name\":\"docs\"},\"hGqvupJjd\":{\"pattern\":\":hGqvupJjd\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const Frameru3VZDoj44=withCSS(Component,css,\"framer-SVhta\");export default Frameru3VZDoj44;Frameru3VZDoj44.displayName=\"Page\";Frameru3VZDoj44.defaultProps={height:18465.5,width:1200};const variationAxes=[{defaultValue:50,maxValue:900,minValue:50,name:\"Weight\",tag:\"wght\"},{defaultValue:0,maxValue:0,minValue:-12,name:\"Slant\",tag:\"slnt\"}];addFonts(Frameru3VZDoj44,[{explicitInter:true,fonts:[{family:\"TitlingGothicFB Cond Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/RrvxcuxFBJbjNa7w6CNc7GDWa7Q.woff2\"},{family:\"Oldschool Grotesk Classic Var Trial Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/GeSdNoQoJJcMfhUWjDuSMtqQNI.woff2\",variationAxes},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"}]},...MenuFonts,...MovementTextFonts,...VideoFonts,...TickerFonts,...HowItWorksFonts,...Accordion2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru3VZDoj44\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"{\\\"Q46Fq50uk\\\":{\\\"pattern\\\":\\\":Q46Fq50uk\\\",\\\"name\\\":\\\"problem\\\"},\\\"eWAQ0znfS\\\":{\\\"pattern\\\":\\\":eWAQ0znfS\\\",\\\"name\\\":\\\"movement\\\"},\\\"m95oiIr2u\\\":{\\\"pattern\\\":\\\":m95oiIr2u\\\",\\\"name\\\":\\\"movement-inner\\\"},\\\"jCbbWaCRs\\\":{\\\"pattern\\\":\\\":jCbbWaCRs\\\",\\\"name\\\":\\\"movement-bg\\\"},\\\"wu9jua_TM\\\":{\\\"pattern\\\":\\\":wu9jua_TM\\\",\\\"name\\\":\\\"economy\\\"},\\\"lLRPlknr3\\\":{\\\"pattern\\\":\\\":lLRPlknr3\\\",\\\"name\\\":\\\"industry\\\"},\\\"dkE3pripR\\\":{\\\"pattern\\\":\\\":dkE3pripR\\\",\\\"name\\\":\\\"industry-2\\\"},\\\"h3g52IbvV\\\":{\\\"pattern\\\":\\\":h3g52IbvV\\\",\\\"name\\\":\\\"but\\\"},\\\"qJv5gLkdw\\\":{\\\"pattern\\\":\\\":qJv5gLkdw\\\",\\\"name\\\":\\\"never-built-for-us\\\"},\\\"NSYoTt33W\\\":{\\\"pattern\\\":\\\":NSYoTt33W\\\",\\\"name\\\":\\\"they-take-bg\\\"},\\\"rg7JVT4oo\\\":{\\\"pattern\\\":\\\":rg7JVT4oo\\\",\\\"name\\\":\\\"we-lose-bg\\\"},\\\"ZAK7VHYNC\\\":{\\\"pattern\\\":\\\":ZAK7VHYNC\\\",\\\"name\\\":\\\"meet-the-dark-giants\\\"},\\\"PKeQ1KCu3\\\":{\\\"pattern\\\":\\\":PKeQ1KCu3\\\",\\\"name\\\":\\\"centralised-entities\\\"},\\\"SGOnlVNTL\\\":{\\\"pattern\\\":\\\":SGOnlVNTL\\\",\\\"name\\\":\\\"but\\\"},\\\"lYKqu1IhK\\\":{\\\"pattern\\\":\\\":lYKqu1IhK\\\",\\\"name\\\":\\\"own-your-influence\\\"},\\\"PL93i1xcm\\\":{\\\"pattern\\\":\\\":PL93i1xcm\\\",\\\"name\\\":\\\"influence-animation\\\"},\\\"TAqK8PC14\\\":{\\\"pattern\\\":\\\":TAqK8PC14\\\",\\\"name\\\":\\\"all-access\\\"},\\\"bzex_Jh0q\\\":{\\\"pattern\\\":\\\":bzex_Jh0q\\\",\\\"name\\\":\\\"movement\\\"},\\\"GSYd62Nlr\\\":{\\\"pattern\\\":\\\":GSYd62Nlr\\\",\\\"name\\\":\\\"connect\\\"},\\\"YbnZFbBhw\\\":{\\\"pattern\\\":\\\":YbnZFbBhw\\\",\\\"name\\\":\\\"engage\\\"},\\\"jeZ3O2GTO\\\":{\\\"pattern\\\":\\\":jeZ3O2GTO\\\",\\\"name\\\":\\\"earn\\\"},\\\"h1mENrEsL\\\":{\\\"pattern\\\":\\\":h1mENrEsL\\\",\\\"name\\\":\\\"our-fans\\\"},\\\"aRzZ5ZAY5\\\":{\\\"pattern\\\":\\\":aRzZ5ZAY5\\\",\\\"name\\\":\\\"roadmap\\\"},\\\"SP1Y7bkul\\\":{\\\"pattern\\\":\\\":SP1Y7bkul\\\",\\\"name\\\":\\\"lfg\\\"},\\\"NotHT8ynM\\\":{\\\"pattern\\\":\\\":NotHT8ynM\\\",\\\"name\\\":\\\"team\\\"},\\\"SFYkuj4GF\\\":{\\\"pattern\\\":\\\":SFYkuj4GF\\\",\\\"name\\\":\\\"rewards\\\"},\\\"eQbmrHgF2\\\":{\\\"pattern\\\":\\\":eQbmrHgF2\\\",\\\"name\\\":\\\"docs\\\"},\\\"hGqvupJjd\\\":{\\\"pattern\\\":\\\":hGqvupJjd\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gK2XEvgcK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pkx_eSlvc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"18465.5\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "e", "C", "R", "H", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "ae", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "fe", "ue", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "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", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "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", "onTapfc6n7j", "args", "onTap1jgzeiy", "onTap17tfjgm", "onTap17uj05i", "onTap107or1s", "onTap16me092", "onTap1xtyx3x", "onTap114snj5", "onTap1tju2dy", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText", "css", "FramerDPLeD6Ut_", "withCSS", "DPLeD6Ut_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText", "css", "FramerfBw4pN8H3", "withCSS", "fBw4pN8H3_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "click", "fontSize", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qQefXa5XK", "DR_6QqGeh", "Z3jnJDFUJ", "EWptw1vKS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap63j848", "args", "onTap12zhdt6", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "css", "Framerk_Qzb0Pp5", "withCSS", "k_Qzb0Pp5_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LM2MYwURo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapuuuhtw", "args", "onTapolm2gi", "onTaptd2u0d", "onTap1q1zykh", "onTapohts1a", "onTap11wj4q2", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Image2", "RichText", "SVG", "css", "FramerlNuOnvIQa", "withCSS", "lNuOnvIQa_default", "addPropertyControls", "ControlType", "addFonts", "t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "h", "f", "c", "g", "d", "p", "y", "v", "m", "w", "b", "I", "k", "S", "E", "M", "T", "L", "_", "B", "x", "C", "A", "F", "P", "j", "D", "N", "$", "R", "O", "q", "z", "H", "J", "W", "G", "K", "V", "X", "Q", "Z", "Y", "U", "tt", "te", "tr", "tn", "ti", "ts", "ta", "to", "tl", "tu", "th", "tf", "tc", "tg", "td", "tp", "ty", "tv", "tm", "tw", "tb", "tI", "tU", "tk", "tS", "tE", "tM", "tT", "tL", "tB", "ControlType", "tx", "tC", "tA", "tF", "tP", "tj", "tD", "tN", "t$", "tR", "tO", "tq", "tz", "tH", "tJ", "tW", "tG", "tK", "tV", "tX", "tQ", "tZ", "tY", "t1", "t0", "t2", "t6", "t3", "t5", "t4", "t8", "t7", "t9", "et", "ee", "er", "en", "ei", "es", "ea", "eo", "eu", "el", "eh", "ef", "ec", "eg", "eS", "em", "ey", "ev", "ed", "ep", "eb", "eI", "ew", "ek", "eU", "eE", "eL", "eM", "eT", "e_", "eB", "ex", "eC", "e", "resolveRichText", "t", "i", "m", "ControlType", "i", "s", "c", "d", "u", "p", "f", "S", "g", "y", "w", "h", "I", "N", "R", "B", "H", "x", "QueryEngine", "L", "QueryCache", "k", "eC", "e_", "resolveRichText", "SW3Ht6YJM_default", "addPropertyControls", "MenuFonts", "getFonts", "DPLeD6Ut_default", "MenuWithVariantAppearEffect", "withVariantAppearEffect", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText", "MovementTextFonts", "fBw4pN8H3_default", "MovementTextWithVariantAppearEffect", "MotionAWithFX", "withFX", "motion", "ImageWithFX", "Image2", "VideoFonts", "Video", "MotionDivWithFX", "TickerFonts", "Ticker", "ContainerWithFX", "Container", "RichTextWithFX", "HowItWorksFonts", "lNuOnvIQa_default", "HowItWorksWithVariantAppearEffect", "Accordion2Fonts", "k_Qzb0Pp5_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "transition4", "animation4", "transition5", "animation5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "transition9", "animation10", "transition10", "animation11", "transition11", "animation12", "animation13", "transition12", "getTextEffect", "ref", "transition13", "animation14", "animation15", "transition14", "animation16", "animation17", "animation18", "transition15", "transition16", "transition17", "transition18", "transition19", "transition20", "transformTemplate2", "animation19", "transition21", "animation20", "transition22", "animation21", "transition23", "animation22", "animation23", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition24", "animation24", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "J3nOhVBWHNEB3XEgAy", "Trqrh5l_TNEB3XEgAy", "APIcUsl3mNEB3XEgAy", "IO_DibIFdNEB3XEgAy", "c3NMuE2txNEB3XEgAy", "I5XXjwnsHNEB3XEgAy", "idNEB3XEgAy", "J3nOhVBWHIyQ9vMBYl", "Trqrh5l_TIyQ9vMBYl", "APIcUsl3mIyQ9vMBYl", "c3NMuE2txIyQ9vMBYl", "IO_DibIFdIyQ9vMBYl", "rEnXepZASIyQ9vMBYl", "JOXDBSBVpIyQ9vMBYl", "I5XXjwnsHIyQ9vMBYl", "idIyQ9vMBYl", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "elementId", "useRouteElementId", "ref7", "elementId1", "elementId2", "ref8", "ref9", "ref10", "elementId3", "ref11", "elementId4", "elementId5", "elementId6", "ref12", "elementId7", "ref13", "elementId8", "ref14", "ref15", "elementId9", "ref16", "elementId10", "elementId11", "ref17", "isDisplayed1", "isDisplayed2", "elementId12", "ref18", "elementId13", "ref19", "elementId14", "ref20", "ref21", "elementId15", "elementId16", "elementId17", "ref22", "elementId18", "ref23", "ref24", "ref25", "elementId19", "elementId20", "elementId21", "ref26", "elementId22", "elementId23", "elementId24", "ref27", "elementId25", "ref28", "elementId26", "elementId27", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "Link", "SVG", "ChildrenCanSuspend", "SW3Ht6YJM_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index1", "css", "Frameru3VZDoj44", "withCSS", "u3VZDoj44_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
