{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js", "ssg:https://framerusercontent.com/modules/s1VoRgppeH2d3gJhSaDV/Clrp11UG5BVKAY12jvR9/fcwunczkF.js", "ssg:https://framerusercontent.com/modules/yOMkGlqVYBASnlvMYQ9K/Hfs8ECJxoRy3IiZpoXoq/AeLB9ljo7.js", "ssg:https://framerusercontent.com/modules/9G8SrZOGhkymbSuek3hi/O9cTq0uuKW1Xb8YPhkbH/caJvQJ7_w.js", "ssg:https://framerusercontent.com/modules/8I6oCXfayoY0jdEawj6B/7cEX4TSAhGerwGV5LF7k/jZgHTkRKJ.js", "ssg:https://framerusercontent.com/modules/jtnc8jxCsebyyOqxJHpB/xafThP6KM4TUcdCxtJSw/evgH4oL45.js", "ssg:https://framerusercontent.com/modules/8962i9i4nPn82TgE6nap/94w85hS46kyw2zLwBVzM/EigwkFBrM.js", "ssg:https://framerusercontent.com/modules/r5NKnYxJgNANsra49g6F/oHuIJpG1RDGrysXkJgGF/j29Mzf_cr.js", "ssg:https://framerusercontent.com/modules/AoC9xLMU7LvlBhSXUwzH/nYLXtHy6w842C7V9zkVR/q9QZI5dXj.js", "ssg:https://framerusercontent.com/modules/bxCgskS85eNBZhMp6Vtj/7TxxzmgHx0307nfJJMf5/wEI5IhjLo.js", "ssg:https://framerusercontent.com/modules/AXWdrRO1pZS3EKyezlzn/fxwSqgUQ1fBi98IgJwsz/S1CnOrfH3.js", "ssg:https://framerusercontent.com/modules/eTK9UxF2uwold4sURG6q/tTP1BTJwfaagwK32YUjj/ZOr1ZaUrZ.js", "ssg:https://framerusercontent.com/modules/hNo74FqDkZbkZFT51VOP/H5lMS7bRi4RhWlemgoEw/GJ3chqxFm.js", "ssg:https://framerusercontent.com/modules/NNX3nNzNTU29RUvMwQfs/6UvfmKYAtdIaLo72Fnrd/KAcK0eRos.js", "ssg:https://framerusercontent.com/modules/qDiimfsHFMBJz1cCLhF1/MjkQfJCgBosm8R6Mto1B/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}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;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);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}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,hoverFactor,animateToValue,speed]);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\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches);},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}/*const findNextItem = (delta: 1 | -1, target: number) => {\n        if (!scrollInfo.current) return\n        const { current } = scrollInfo.current\n        const { children } = carouselRef.current\n        let scrollTarget\n\n        let i = delta === 1 ? 0 : children.length - 1\n        while (scrollTarget === undefined) {\n            const item = children[i]\n\n            const start = axis ? item.offsetLeft : item.offsetTop\n            const length = axis ? item.offsetWidth : item.offsetHeight\n            const end = start + length\n\n            const threshold = 0.05\n            if (delta === 1) {\n                const visibility = progress(start, end, target)\n                if (visibility < 1 - threshold) {\n                    scrollTarget = start\n                } else if (i === children.length - 1) {\n                    scrollTarget = end\n                }\n            } else if (delta === -1) {\n                const visibility = progress(start, end, target)\n                if (visibility > threshold) {\n                    scrollTarget = end\n                } else if (i === 0) {\n                    scrollTarget = start\n                }\n            }\n\n            i += delta\n        }\n\n        return scrollTarget\n    }*/const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=(page,adjustment=0)=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;const totalLen=scrollLength/(numPages-1);goto(page*totalLen+adjustment*totalLen);};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));let adjustment=0;if(snap&&(snapEdge===\"start\"||snapEdge===\"end\")&&delta>=1)adjustment=.4// this ensures it doesn't snap back to previous page*/\n    ;gotoPage(currentPage+delta,adjustment);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>startTransition(()=>gotoPage(i)),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>/*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...child.props?.style,...childStyle}})}))}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[isMouseDevice&&/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),isMouseDevice&&/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{if(!scrollInfo.current?.scrollLength){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=scrollInfo.current?.scrollLength/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (ff6f0b6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-cAKdn .framer-styles-preset-1xb3qo9:not(.rich-text-wrapper), .framer-cAKdn .framer-styles-preset-1xb3qo9.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 88px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 768px) { .framer-cAKdn .framer-styles-preset-1xb3qo9:not(.rich-text-wrapper), .framer-cAKdn .framer-styles-preset-1xb3qo9.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-cAKdn .framer-styles-preset-1xb3qo9:not(.rich-text-wrapper), .framer-cAKdn .framer-styles-preset-1xb3qo9.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-cAKdn\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/s1VoRgppeH2d3gJhSaDV/Clrp11UG5BVKAY12jvR9/fcwunczkF.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/bRfvYipuktiponFE3MbK/akGDmDXhwqKF2X3C0ksx/Gl6Mz_yIZ.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-nuQwS\";const variantClassNames={mpDraOvRH:\"framer-v-16ptbkq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:100};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({description,height,id,number,width,...props})=>{return{...props,JeWtGPCY8:number??props.JeWtGPCY8??\"15+\",Xrq1XdyfG:description??props.Xrq1XdyfG??\"Expert instructors\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Xrq1XdyfG,JeWtGPCY8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"mpDraOvRH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16ptbkq\",className,classNames),\"data-framer-name\":\"Data\",layoutDependency:layoutDependency,layoutId:\"mpDraOvRH\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rj2hsr\",\"data-styles-preset\":\"Gl6Mz_yIZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8)))\"},children:\"Expert instructors\"})}),className:\"framer-at2zq1\",\"data-framer-name\":\"Expert instructors\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k5Za8fjEW\",style:{\"--extracted-r6o4lv\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\",\"--framer-paragraph-spacing\":\"0px\"},text:Xrq1XdyfG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xb3qo9\",\"data-styles-preset\":\"fcwunczkF\",children:\"15+\"})}),className:\"framer-hjs4xf\",\"data-framer-name\":\"15+\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FZJOXaixE\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:JeWtGPCY8,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nuQwS.framer-6aw9cq, .framer-nuQwS .framer-6aw9cq { display: block; }\",\".framer-nuQwS.framer-16ptbkq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 228px; }\",\".framer-nuQwS .framer-at2zq1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nuQwS .framer-hjs4xf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nuQwS.framer-16ptbkq { gap: 0px; } .framer-nuQwS.framer-16ptbkq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-nuQwS.framer-16ptbkq > :first-child { margin-top: 0px; } .framer-nuQwS.framer-16ptbkq > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133.5\n * @framerIntrinsicWidth 228\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Xrq1XdyfG\":\"description\",\"JeWtGPCY8\":\"number\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAeLB9ljo7=withCSS(Component,css,\"framer-nuQwS\");export default FramerAeLB9ljo7;FramerAeLB9ljo7.displayName=\"Elements/Data\";FramerAeLB9ljo7.defaultProps={height:133.5,width:228};addPropertyControls(FramerAeLB9ljo7,{Xrq1XdyfG:{defaultValue:\"Expert instructors\",displayTextArea:false,title:\"Description\",type:ControlType.String},JeWtGPCY8:{defaultValue:\"15+\",displayTextArea:false,title:\"Number\",type:ControlType.String}});addFonts(FramerAeLB9ljo7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAeLB9ljo7\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"133.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"Xrq1XdyfG\\\":\\\"description\\\",\\\"JeWtGPCY8\\\":\\\"number\\\"}\",\"framerIntrinsicWidth\":\"228\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ofDTUcZTQGIGOJPlToh9/ih2I7cGA1Xu2YCLioWFa/GEaYglmpg.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/bIoY1HtpykrNvW9DmGJ0/y0Fy6bnjBmY3QVIqmsOG/puji8E4pe.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ihXCcei1NyZ6lha8fa11/XX5P8JA7tXgPdHLFtCSj/Th80sUvkW.js\";import SocialMediaItem from\"https://framerusercontent.com/modules/ry1AquWZ78SQPtqJ9VSG/KOs6821XP8xn5onr5u6b/EQbcB1GBs.js\";const RichTextWithFX=withFX(RichText);const SocialMediaItemFonts=getFonts(SocialMediaItem);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const cycleOrder=[\"wUabC6T_2\",\"Can8Y_eOM\",\"LQeYL00Vk\"];const serializationHash=\"framer-2O5DX\";const variantClassNames={Can8Y_eOM:\"framer-v-h545ji\",LQeYL00Vk:\"framer-v-8r1drd\",wUabC6T_2:\"framer-v-18tfc0\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:100};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={Desktop:\"wUabC6T_2\",Phone:\"LQeYL00Vk\",Tablet:\"Can8Y_eOM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wUabC6T_2\"};};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:\"wUabC6T_2\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18tfc0\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"wUabC6T_2\",ref:refBinding,style:{...style},...addPropertyOverrides({Can8Y_eOM:{\"data-framer-name\":\"Tablet\"},LQeYL00Vk:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-180jsr\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"ojE4Q591C\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qqpfkc\",\"data-framer-name\":\"Contact Info\",layoutDependency:layoutDependency,layoutId:\"m58dg7lYE\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16coum5\",\"data-styles-preset\":\"GEaYglmpg\",style:{\"--framer-text-alignment\":\"left\"},children:\"CONTACT US\"})}),className:\"framer-bu718i\",\"data-framer-name\":\"CONTACT INFO\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Cr1epd9qa\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mh1o7q\",\"data-styles-preset\":\"Th80sUvkW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@medinnovationexchange.com\",motionChild:true,nodeId:\"HOCRBX9X0\",openInNewTab:true,scopeId:\"caJvQJ7_w\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1gsfust\",\"data-styles-preset\":\"puji8E4pe\",children:\"info@medinnovationexchange.com\"})})})}),className:\"framer-76colc\",\"data-framer-name\":\"(406) 555-0120\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOCRBX9X0\",style:{\"--extracted-r6o4lv\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mrz4h\",\"data-framer-name\":\"Copyright and Sosmed\",layoutDependency:layoutDependency,layoutId:\"VU3FW1byU\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-cgmi74\",\"data-framer-name\":\"Social Media Container\",layoutDependency:layoutDependency,layoutId:\"fJBxoINgn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mh1o7q\",\"data-styles-preset\":\"Th80sUvkW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3539f7bb-1308-4141-99c4-4e81bb4aee7c, rgba(255, 255, 255, 0.7)))\"},children:\"\\xa9 Copyright, Medical Innovation Exchange, LLC 2025. \"})}),className:\"framer-uz64dj\",\"data-framer-name\":\"\\xa9 Copyright, Shine Group 2024.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gMclk0Ebs\",style:{\"--extracted-r6o4lv\":\"var(--token-3539f7bb-1308-4141-99c4-4e81bb4aee7c, rgba(255, 255, 255, 0.7))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({LQeYL00Vk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3539f7bb-1308-4141-99c4-4e81bb4aee7c, rgba(255, 255, 255, 0.7)))\"},children:\"\\xa9 Copyright, Medical Innovation Exchange, LLC 2025. \"})}),fonts:[\"FS;Poppins-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wsl1xz\",\"data-framer-name\":\"Frame 562\",layoutDependency:layoutDependency,layoutId:\"AXh5wE2t8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+80+(((componentViewport?.height||623.5)-160-686.5)/2+0+0)+0+380+0+0+0+0,...addPropertyOverrides({Can8Y_eOM:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||542)-160-686.5)/2+0+0)+0+380+0+0+0+0},LQeYL00Vk:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||508.5)-128-822.5)/2+0+0)+0+380+0+0+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xeqb5e-container\",layoutDependency:layoutDependency,layoutId:\"u2ExSWXRk-container\",nodeId:\"u2ExSWXRk\",rendersWithMotion:true,scopeId:\"caJvQJ7_w\",children:/*#__PURE__*/_jsx(SocialMediaItem,{DtDai21qe:\"https://www.linkedin.com/company/medical-innovation-exchange\",height:\"100%\",id:\"u2ExSWXRk\",layoutId:\"u2ExSWXRk\",style:{height:\"100%\"},variant:\"UHhrHWasd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+80+(((componentViewport?.height||623.5)-160-686.5)/2+0+0)+0+380+0+0+0+0,...addPropertyOverrides({Can8Y_eOM:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||542)-160-686.5)/2+0+0)+0+380+0+0+0+0},LQeYL00Vk:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||508.5)-128-822.5)/2+0+0)+0+380+0+0+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a6ohwy-container\",layoutDependency:layoutDependency,layoutId:\"JyeTaAm7g-container\",nodeId:\"JyeTaAm7g\",rendersWithMotion:true,scopeId:\"caJvQJ7_w\",children:/*#__PURE__*/_jsx(SocialMediaItem,{DtDai21qe:\"https://www.instagram.com/medinnovationexchange/\",height:\"100%\",id:\"JyeTaAm7g\",layoutId:\"JyeTaAm7g\",style:{height:\"100%\"},variant:\"UsMUNCoY8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+80+(((componentViewport?.height||623.5)-160-686.5)/2+0+0)+0+380+0+0+0+0,...addPropertyOverrides({Can8Y_eOM:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||542)-160-686.5)/2+0+0)+0+380+0+0+0+0},LQeYL00Vk:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||508.5)-128-822.5)/2+0+0)+0+380+0+0+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wz4u3c-container\",layoutDependency:layoutDependency,layoutId:\"FXSNmhJd7-container\",nodeId:\"FXSNmhJd7\",rendersWithMotion:true,scopeId:\"caJvQJ7_w\",children:/*#__PURE__*/_jsx(SocialMediaItem,{DtDai21qe:\"https://x.com/ExchangeMedical\",height:\"100%\",id:\"FXSNmhJd7\",layoutId:\"FXSNmhJd7\",style:{height:\"100%\"},variant:\"XgkEIfniB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+80+(((componentViewport?.height||623.5)-160-686.5)/2+0+0)+0+380+0+0+0+0,...addPropertyOverrides({Can8Y_eOM:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||542)-160-686.5)/2+0+0)+0+380+0+0+0+0},LQeYL00Vk:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||508.5)-128-822.5)/2+0+0)+0+380+0+0+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qppq7a-container\",layoutDependency:layoutDependency,layoutId:\"qNFFAIBYS-container\",nodeId:\"qNFFAIBYS\",rendersWithMotion:true,scopeId:\"caJvQJ7_w\",children:/*#__PURE__*/_jsx(SocialMediaItem,{DtDai21qe:\"https://www.facebook.com/MedicalInnovationExchange/\",height:\"100%\",id:\"qNFFAIBYS\",layoutId:\"qNFFAIBYS\",style:{height:\"100%\"},variant:\"FFkM69cVg\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"Footer Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||623.5)-160-686.5)/2+0+0)+0+380+0+80),pixelHeight:144,pixelWidth:750,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,src:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png\",srcSet:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png?scale-down-to=512 512w,https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png 750w\"},className:\"framer-1phjoch\",\"data-framer-name\":\"Footer Image\",layoutDependency:layoutDependency,layoutId:\"lH4sWOzQz\",...addPropertyOverrides({Can8Y_eOM:{background:{alt:\"Footer Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||542)-160-686.5)/2+0+0)+0+380+0+80),pixelHeight:144,pixelWidth:750,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,src:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png\",srcSet:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png?scale-down-to=512 512w,https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png 750w\"}},LQeYL00Vk:{background:{alt:\"Footer Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+(((componentViewport?.height||508.5)-128-822.5)/2+0+0)+0+380+0+216),pixelHeight:144,pixelWidth:750,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`,src:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png\",srcSet:\"https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png?scale-down-to=512 512w,https://framerusercontent.com/images/qvCUAfWL2KHuMgrplty1gWpBa4.png 750w\"}}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2O5DX.framer-1ywnsmr, .framer-2O5DX .framer-1ywnsmr { display: block; }\",\".framer-2O5DX.framer-18tfc0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1200px; }\",\".framer-2O5DX .framer-180jsr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-2O5DX .framer-qqpfkc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2O5DX .framer-bu718i, .framer-2O5DX .framer-76colc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2O5DX .framer-1mrz4h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2O5DX .framer-cgmi74 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2O5DX .framer-uz64dj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2O5DX .framer-wsl1xz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2O5DX .framer-xeqb5e-container, .framer-2O5DX .framer-a6ohwy-container, .framer-2O5DX .framer-wz4u3c-container, .framer-2O5DX .framer-qppq7a-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-2O5DX .framer-1phjoch { aspect-ratio: 5.298013245033113 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 209px); position: relative; width: 100%; }\",\".framer-2O5DX.framer-v-h545ji.framer-18tfc0 { width: 768px; }\",\".framer-2O5DX.framer-v-h545ji .framer-1phjoch { height: var(--framer-aspect-ratio-supported, 127px); }\",\".framer-2O5DX.framer-v-8r1drd.framer-18tfc0 { padding: 64px 0px 64px 0px; width: 390px; }\",\".framer-2O5DX.framer-v-8r1drd .framer-180jsr { padding: 0px 20px 0px 20px; }\",\".framer-2O5DX.framer-v-8r1drd .framer-1mrz4h { gap: 48px; }\",\".framer-2O5DX.framer-v-8r1drd .framer-cgmi74 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-2O5DX.framer-v-8r1drd .framer-uz64dj { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2O5DX.framer-v-8r1drd .framer-1phjoch { height: var(--framer-aspect-ratio-supported, 66px); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 623.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Can8Y_eOM\":{\"layout\":[\"fixed\",\"auto\"]},\"LQeYL00Vk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramercaJvQJ7_w=withCSS(Component,css,\"framer-2O5DX\");export default FramercaJvQJ7_w;FramercaJvQJ7_w.displayName=\"Sections/Footer\";FramercaJvQJ7_w.defaultProps={height:623.5,width:1200};addPropertyControls(FramercaJvQJ7_w,{variant:{options:[\"wUabC6T_2\",\"Can8Y_eOM\",\"LQeYL00Vk\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercaJvQJ7_w,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...SocialMediaItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercaJvQJ7_w\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"623.5\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Can8Y_eOM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LQeYL00Vk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./caJvQJ7_w.map", "// Generated by Framer (01933e6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/nKlZRQidpuLfo2Oerazg/8pxLFrko8BUexiXweqlG/dCrpSb_GY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bRfvYipuktiponFE3MbK/akGDmDXhwqKF2X3C0ksx/Gl6Mz_yIZ.js\";const cycleOrder=[\"dZ86p1qXG\",\"MK32eTJtY\"];const serializationHash=\"framer-eC5qk\";const variantClassNames={dZ86p1qXG:\"framer-v-7vfjlo\",MK32eTJtY:\"framer-v-1y48gje\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"dZ86p1qXG\",Open:\"MK32eTJtY\"};const getProps=({answer,click,height,id,question,width,...props})=>{return{...props,b9YFUJwXt:answer??props.b9YFUJwXt??\"We provide a wide range of courses, from beginner basics to advanced trading strategies, including technical analysis, risk management, and real-time market applications. Our courses are designed for all traders.\",gDJLh5TK8:question??props.gDJLh5TK8??\"What types of courses are offered on this platform?\",Pz6vrcJpz:click??props.Pz6vrcJpz,variant:humanReadableVariantMap[props.variant]??props.variant??\"dZ86p1qXG\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gDJLh5TK8,b9YFUJwXt,Pz6vrcJpz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dZ86p1qXG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsfrtb7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Pz6vrcJpz){const res=await Pz6vrcJpz(...args);if(res===false)return false;}setVariant(\"MK32eTJtY\");});const onTap6amgb3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Pz6vrcJpz){const res=await Pz6vrcJpz(...args);if(res===false)return false;}setVariant(\"dZ86p1qXG\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"MK32eTJtY\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7vfjlo\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dZ86p1qXG\",onTap:onTapsfrtb7,ref:ref??ref1,style:{...style},...addPropertyOverrides({MK32eTJtY:{\"data-framer-name\":\"Open\",onTap:onTap6amgb3}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1di0ia8\",\"data-framer-name\":\"Question and Arrow\",layoutDependency:layoutDependency,layoutId:\"V0djiRdMc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1igxe6t\",\"data-styles-preset\":\"dCrpSb_GY\",children:\"What types of courses are offered on this platform?\"})}),className:\"framer-qemngo\",\"data-framer-name\":\"What types of courses are offered on this platform?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q5UmVclrG\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:gDJLh5TK8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i48q4q\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"kPZiLzy8E\",style:{rotate:180},variants:{MK32eTJtY:{rotate:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x2r9en\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"I8770:3505;1415:8637\",svg:'<svg width=\"14\" height=\"8\" viewBox=\"-1 -1 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12 6L6 0L0 6\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1rj2hsr\",\"data-styles-preset\":\"Gl6Mz_yIZ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3539f7bb-1308-4141-99c4-4e81bb4aee7c, rgba(255, 255, 255, 0.7)))\"},children:\"We provide a wide range of courses, from beginner basics to advanced trading strategies, including technical analysis, risk management, and real-time market applications. Our courses are designed for all traders.\"})}),className:\"framer-r4gknt\",\"data-framer-name\":\"We provide a wide range of courses, from beginner basics to advanced trading strategies, including technical analysis, risk management, and real-time market applications. Our courses are designed for all traders.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jTLIlzdf9\",style:{\"--extracted-r6o4lv\":\"var(--token-3539f7bb-1308-4141-99c4-4e81bb4aee7c, rgba(255, 255, 255, 0.7))\",\"--framer-paragraph-spacing\":\"0px\"},text:b9YFUJwXt,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eC5qk.framer-x9nxew, .framer-eC5qk .framer-x9nxew { display: block; }\",\".framer-eC5qk.framer-7vfjlo { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 0px 24px 0px; position: relative; width: 589px; }\",\".framer-eC5qk .framer-1di0ia8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eC5qk .framer-qemngo { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eC5qk .framer-i48q4q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-eC5qk .framer-1x2r9en { flex: none; height: 6px; left: calc(50.00000000000002% - 12px / 2); position: absolute; top: calc(50.00000000000002% - 6px / 2); width: 12px; }\",\".framer-eC5qk .framer-r4gknt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eC5qk.framer-7vfjlo { gap: 0px; } .framer-eC5qk.framer-7vfjlo > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-eC5qk.framer-7vfjlo > :first-child { margin-top: 0px; } .framer-eC5qk.framer-7vfjlo > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 589\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MK32eTJtY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gDJLh5TK8\":\"question\",\"b9YFUJwXt\":\"answer\",\"Pz6vrcJpz\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjZgHTkRKJ=withCSS(Component,css,\"framer-eC5qk\");export default FramerjZgHTkRKJ;FramerjZgHTkRKJ.displayName=\"FAQ/Faq Item\";FramerjZgHTkRKJ.defaultProps={height:80,width:589};addPropertyControls(FramerjZgHTkRKJ,{variant:{options:[\"dZ86p1qXG\",\"MK32eTJtY\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},gDJLh5TK8:{defaultValue:\"What types of courses are offered on this platform?\",displayTextArea:false,title:\"Question\",type:ControlType.String},b9YFUJwXt:{defaultValue:\"We provide a wide range of courses, from beginner basics to advanced trading strategies, including technical analysis, risk management, and real-time market applications. Our courses are designed for all traders.\",displayTextArea:false,title:\"Answer\",type:ControlType.String},Pz6vrcJpz:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerjZgHTkRKJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjZgHTkRKJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"gDJLh5TK8\\\":\\\"question\\\",\\\"b9YFUJwXt\\\":\\\"answer\\\",\\\"Pz6vrcJpz\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MK32eTJtY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"589\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQFaqItem from\"https://framerusercontent.com/modules/8I6oCXfayoY0jdEawj6B/7cEX4TSAhGerwGV5LF7k/jZgHTkRKJ.js\";const FAQFaqItemFonts=getFonts(FAQFaqItem);const cycleOrder=[\"oA14qxQqs\",\"dHbxmv9ZU\",\"wk1nwTCZv\",\"PHrzXDlpP\",\"aOOYEn81c\",\"CB4aTrvOJ\",\"k4sTi7c7h\",\"KC0vki7E4\",\"DrxqPeQfn\"];const serializationHash=\"framer-oJzp2\";const variantClassNames={aOOYEn81c:\"framer-v-ted9oj\",CB4aTrvOJ:\"framer-v-j59r19\",dHbxmv9ZU:\"framer-v-1xfqnde\",DrxqPeQfn:\"framer-v-1ppstqm\",k4sTi7c7h:\"framer-v-1qdrvgm\",KC0vki7E4:\"framer-v-d10qi8\",oA14qxQqs:\"framer-v-a239nv\",PHrzXDlpP:\"framer-v-1y6pyfl\",wk1nwTCZv:\"framer-v-16jk78o\"};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={\"Question 1\":\"oA14qxQqs\",\"Question 2\":\"dHbxmv9ZU\",\"Question 3\":\"wk1nwTCZv\",\"Question 4\":\"PHrzXDlpP\",\"Question 5\":\"aOOYEn81c\",\"Question 6\":\"CB4aTrvOJ\",\"Question 7\":\"k4sTi7c7h\",\"Question 8\":\"KC0vki7E4\",\"Variant 9\":\"DrxqPeQfn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oA14qxQqs\"};};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:\"oA14qxQqs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Pz6vrcJpze1u3h7=activeVariantCallback(async(...args)=>{setVariant(\"oA14qxQqs\");});const Pz6vrcJpz1lvfz5n=activeVariantCallback(async(...args)=>{setVariant(\"dHbxmv9ZU\");});const Pz6vrcJpz5kq622=activeVariantCallback(async(...args)=>{setVariant(\"wk1nwTCZv\");});const Pz6vrcJpzi8fw9h=activeVariantCallback(async(...args)=>{setVariant(\"PHrzXDlpP\");});const Pz6vrcJpz5vvx4=activeVariantCallback(async(...args)=>{setVariant(\"aOOYEn81c\");});const Pz6vrcJpz1h62ya7=activeVariantCallback(async(...args)=>{setVariant(\"CB4aTrvOJ\");});const Pz6vrcJpz1jre9gd=activeVariantCallback(async(...args)=>{setVariant(\"k4sTi7c7h\");});const Pz6vrcJpz3f10m2=activeVariantCallback(async(...args)=>{setVariant(\"KC0vki7E4\");});const Pz6vrcJpziu1jz7=activeVariantCallback(async(...args)=>{setVariant(\"DrxqPeQfn\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-a239nv\",className,classNames),\"data-framer-name\":\"Question 1\",layoutDependency:layoutDependency,layoutId:\"oA14qxQqs\",ref:refBinding,style:{...style},...addPropertyOverrides({aOOYEn81c:{\"data-framer-name\":\"Question 5\"},CB4aTrvOJ:{\"data-framer-name\":\"Question 6\"},dHbxmv9ZU:{\"data-framer-name\":\"Question 2\"},DrxqPeQfn:{\"data-framer-name\":\"Variant 9\"},k4sTi7c7h:{\"data-framer-name\":\"Question 7\"},KC0vki7E4:{\"data-framer-name\":\"Question 8\"},PHrzXDlpP:{\"data-framer-name\":\"Question 4\"},wk1nwTCZv:{\"data-framer-name\":\"Question 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-147hxvv-container\",layoutDependency:layoutDependency,layoutId:\"WNzypmm1Y-container\",nodeId:\"WNzypmm1Y\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"MIX is a community-driven platform that connects MedTech innovators, founders, physicians, investors, and industry professionals to collaborate, learn, and accelerate success.\",gDJLh5TK8:\"What is MIX?\",height:\"100%\",id:\"WNzypmm1Y\",layoutId:\"WNzypmm1Y\",style:{width:\"100%\"},variant:\"MK32eTJtY\",width:\"100%\",...addPropertyOverrides({aOOYEn81c:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},CB4aTrvOJ:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},dHbxmv9ZU:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},DrxqPeQfn:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},k4sTi7c7h:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},KC0vki7E4:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},PHrzXDlpP:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"},wk1nwTCZv:{Pz6vrcJpz:Pz6vrcJpze1u3h7,variant:\"dZ86p1qXG\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i7ke75\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"y62G5naSx\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+81,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uo63vk-container\",layoutDependency:layoutDependency,layoutId:\"eosGZnSgw-container\",nodeId:\"eosGZnSgw\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Our live trading sessions allow you to observe professional traders in action, learning strategies and techniques as they analyze markets and execute trades in real time. You can also ask questions during sessions.\",gDJLh5TK8:\"Who is MIX for?\",height:\"100%\",id:\"eosGZnSgw\",layoutId:\"eosGZnSgw\",Pz6vrcJpz:Pz6vrcJpz1lvfz5n,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({dHbxmv9ZU:{b9YFUJwXt:\"MIX is designed for MedTech entrepreneurs, clinicians, investors, consultants, engineers, service providers, and anyone involved in bringing healthcare innovations to market.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ukq3v\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"r_hmQiLJM\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+162,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xvvrmz-container\",layoutDependency:layoutDependency,layoutId:\"ePHoMkIHE-container\",nodeId:\"ePHoMkIHE\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Live discussions offer real-time engagement with experts and fellow traders, covering the latest market trends, strategies, and Q&A sessions to enhance your trading knowledge. Join discussions via desktop or mobile.\",gDJLh5TK8:\"How do I join MIX?\",height:\"100%\",id:\"ePHoMkIHE\",layoutId:\"ePHoMkIHE\",Pz6vrcJpz:Pz6vrcJpz5kq622,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({wk1nwTCZv:{b9YFUJwXt:\"You can apply to join at medicalinnovation.io/join-now to gain access to courses, events, networking opportunities, and expert-led discussions. If you'd like to try out the MIX community without a membership, simply sign up for our next upcoming event at medicalinnovation.io/events.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ynij8j\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"HiefYxQua\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+243,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pkx9ki-container\",layoutDependency:layoutDependency,layoutId:\"vq1uH7lR7-container\",nodeId:\"vq1uH7lR7\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Our signals are backed by expert analysis, with a proven accuracy rate of up to 95%, while margin calls are issued promptly to help you manage risks effectively. Signals are updated in real time.\",gDJLh5TK8:\"What types of courses are offered?\",height:\"100%\",id:\"vq1uH7lR7\",layoutId:\"vq1uH7lR7\",Pz6vrcJpz:Pz6vrcJpzi8fw9h,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({PHrzXDlpP:{b9YFUJwXt:\"MIX provides expert-led courses on MedTech entrepreneurship, product development, regulatory strategy, fundraising, and market access. Content is delivered through video lessons, interactive workshops, live Q&A sessions, and downloadable resources.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w6c4zx\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"dW8Q4vmHk\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+324,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dp6op7-container\",layoutDependency:layoutDependency,layoutId:\"kmXvdqiit-container\",nodeId:\"kmXvdqiit\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"We offer comprehensive market research, daily updates, and in-depth reports on crypto trends, allowing you to stay well-informed about market movements. Reports are accessible anytime through our app.\",gDJLh5TK8:\"Are the courses self-paced or live?\",height:\"100%\",id:\"kmXvdqiit\",layoutId:\"kmXvdqiit\",Pz6vrcJpz:Pz6vrcJpz5vvx4,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({aOOYEn81c:{b9YFUJwXt:\"MIX offers both. Some courses are self-paced for flexibility, while others include live sessions with industry experts.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k9mmsa\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"Y5Xiet9J2\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+405,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fuuf40-container\",layoutDependency:layoutDependency,layoutId:\"G8KUixL0A-container\",nodeId:\"G8KUixL0A\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Yes, we provide beginner-friendly resources, step-by-step tutorials, and interactive courses to help newcomers understand crypto basics and trading fundamentals. Beginners receive extra guidance when needed.\",gDJLh5TK8:\"What kind of networking opportunities does MIX provide?\",height:\"100%\",id:\"G8KUixL0A\",layoutId:\"G8KUixL0A\",Pz6vrcJpz:Pz6vrcJpz1h62ya7,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({CB4aTrvOJ:{b9YFUJwXt:\"MIX connects members through exclusive events, virtual meetups, and curated introductions to help build meaningful industry relationships.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1272yfw\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ByRuOtJFb\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+486,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7ajuk7-container\",layoutDependency:layoutDependency,layoutId:\"yWjoieklj-container\",nodeId:\"yWjoieklj\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Yes, you can schedule one-on-one mentorship sessions with experienced traders who will tailor the guidance to your trading goals and strategies. Mentorships are flexible and can be repeated.\",gDJLh5TK8:\"Can I get personalized mentorship on this platform?\",height:\"100%\",id:\"yWjoieklj\",layoutId:\"yWjoieklj\",Pz6vrcJpz:Pz6vrcJpz1jre9gd,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({k4sTi7c7h:{b9YFUJwXt:\"Yes! MIX offers mentorship opportunities where members can connect with experienced MedTech entrepreneurs, investors, and industry experts for guidance. Premium (Innovator+) members get priority access to one-on-one mentorship sessions and curated advisor connections.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-djn3wy\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"Br_EKFpyZ\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+567,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n7g9sw-container\",layoutDependency:layoutDependency,layoutId:\"rxCkxpT4f-container\",nodeId:\"rxCkxpT4f\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Courses and learning materials are regularly updated to ensure you have access to the latest strategies, tools, and market insights. New content is released weekly for users.\",gDJLh5TK8:\"How do I stay updated on upcoming events?\",height:\"100%\",id:\"rxCkxpT4f\",layoutId:\"rxCkxpT4f\",Pz6vrcJpz:Pz6vrcJpz3f10m2,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({DrxqPeQfn:{b9YFUJwXt:\"\",variant:\"MK32eTJtY\"},KC0vki7E4:{b9YFUJwXt:\"Subscribe to our events calendar (https://lu.ma/MedicalInnovation), sign up for our newsletter, or follow us on social media to stay in the loop on upcoming events and opportunities.\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-epy3a3\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"vz2yzKMk7\",style:{backgroundColor:\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+648,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ydqvke-container\",layoutDependency:layoutDependency,layoutId:\"gASAbn9dO-container\",nodeId:\"gASAbn9dO\",rendersWithMotion:true,scopeId:\"evgH4oL45\",children:/*#__PURE__*/_jsx(FAQFaqItem,{b9YFUJwXt:\"Courses and learning materials are regularly updated to ensure you have access to the latest strategies, tools, and market insights. New content is released weekly for users.\",gDJLh5TK8:\"How do I become a company partner through MIX?\",height:\"100%\",id:\"gASAbn9dO\",layoutId:\"gASAbn9dO\",Pz6vrcJpz:Pz6vrcJpziu1jz7,style:{width:\"100%\"},variant:\"dZ86p1qXG\",width:\"100%\",...addPropertyOverrides({DrxqPeQfn:{b9YFUJwXt:\"To inquire about targeted sponsorship opporunities, please email info@medinnovationexchange.com\",variant:\"MK32eTJtY\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oJzp2.framer-1i8lm76, .framer-oJzp2 .framer-1i8lm76 { display: block; }\",\".framer-oJzp2.framer-a239nv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 589px; }\",\".framer-oJzp2 .framer-147hxvv-container, .framer-oJzp2 .framer-1uo63vk-container, .framer-oJzp2 .framer-1xvvrmz-container, .framer-oJzp2 .framer-1pkx9ki-container, .framer-oJzp2 .framer-dp6op7-container, .framer-oJzp2 .framer-1fuuf40-container, .framer-oJzp2 .framer-7ajuk7-container, .framer-oJzp2 .framer-n7g9sw-container, .framer-oJzp2 .framer-1ydqvke-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oJzp2 .framer-1i7ke75, .framer-oJzp2 .framer-2ukq3v, .framer-oJzp2 .framer-1ynij8j, .framer-oJzp2 .framer-1w6c4zx, .framer-oJzp2 .framer-k9mmsa, .framer-oJzp2 .framer-1272yfw, .framer-oJzp2 .framer-djn3wy, .framer-oJzp2 .framer-epy3a3 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oJzp2.framer-a239nv { gap: 0px; } .framer-oJzp2.framer-a239nv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oJzp2.framer-a239nv > :first-child { margin-top: 0px; } .framer-oJzp2.framer-a239nv > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 854.5\n * @framerIntrinsicWidth 589\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dHbxmv9ZU\":{\"layout\":[\"fixed\",\"auto\"]},\"wk1nwTCZv\":{\"layout\":[\"fixed\",\"auto\"]},\"PHrzXDlpP\":{\"layout\":[\"fixed\",\"auto\"]},\"aOOYEn81c\":{\"layout\":[\"fixed\",\"auto\"]},\"CB4aTrvOJ\":{\"layout\":[\"fixed\",\"auto\"]},\"k4sTi7c7h\":{\"layout\":[\"fixed\",\"auto\"]},\"KC0vki7E4\":{\"layout\":[\"fixed\",\"auto\"]},\"DrxqPeQfn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerevgH4oL45=withCSS(Component,css,\"framer-oJzp2\");export default FramerevgH4oL45;FramerevgH4oL45.displayName=\"FAQ/FAQs\";FramerevgH4oL45.defaultProps={height:854.5,width:589};addPropertyControls(FramerevgH4oL45,{variant:{options:[\"oA14qxQqs\",\"dHbxmv9ZU\",\"wk1nwTCZv\",\"PHrzXDlpP\",\"aOOYEn81c\",\"CB4aTrvOJ\",\"k4sTi7c7h\",\"KC0vki7E4\",\"DrxqPeQfn\"],optionTitles:[\"Question 1\",\"Question 2\",\"Question 3\",\"Question 4\",\"Question 5\",\"Question 6\",\"Question 7\",\"Question 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerevgH4oL45,[{explicitInter:true,fonts:[]},...FAQFaqItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerevgH4oL45\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"589\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"854.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dHbxmv9ZU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wk1nwTCZv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PHrzXDlpP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aOOYEn81c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CB4aTrvOJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k4sTi7c7h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KC0vki7E4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DrxqPeQfn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./evgH4oL45.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-AfKJy\";const variantClassNames={Y89HrYHGa:\"framer-v-8yo3qw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Y89HrYHGa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8yo3qw\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"Y89HrYHGa\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(7.5px)\",background:\"linear-gradient(0.016399796234793484deg, rgba(0, 0, 0, 0.06) 0%, rgba(150, 150, 150, 0.06) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.7)\",WebkitBackdropFilter:\"blur(7.5px)\",...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qg2gmy\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"usj8SU33L\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dbxit0\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SokzTUoIA\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 43 43\"><g><defs><linearGradient id=\"idss11684350962_1g-2095846235\" x1=\"-0.8999999999999999\" x2=\"1\" y1=\"0.468718275253341\" y2=\"0.5111720445523782\"><stop offset=\"0\" stop-color=\"var(--token-2734e820-a3a1-49b0-8602-fdd57e143c8d, rgb(255, 87, 87)) /* {&quot;name&quot;:&quot;Accent Red&quot;} */\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"var(--token-6643e6d8-ff4e-43ca-b237-2e2890534525, rgb(101, 93, 246)) /* {&quot;name&quot;:&quot;Brand 100&quot;} */\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 35.833 17.362 C 39.019 19.201 39.019 23.799 35.833 25.638 L 17.917 35.982 C 14.731 37.821 10.75 35.522 10.75 31.844 L 10.75 11.156 C 10.75 7.478 14.731 5.179 17.917 7.018 C 17.917 7.018 22.396 9.604 26.875 12.19 C 31.354 14.776 35.833 17.362 35.833 17.362 Z\" fill=\"url(#idss11684350962_1g-2095846235)\"></path></g></svg>',svgContentId:11684350962,withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AfKJy.framer-1jpzjgu, .framer-AfKJy .framer-1jpzjgu { display: block; }\",\".framer-AfKJy.framer-8yo3qw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 61px; justify-content: center; padding: 0px; position: relative; width: 61px; }\",\".framer-AfKJy .framer-1qg2gmy { 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: min-content; }\",\".framer-AfKJy .framer-1dbxit0 { flex: none; height: 43px; position: relative; width: 43px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AfKJy.framer-8yo3qw, .framer-AfKJy .framer-1qg2gmy { gap: 0px; } .framer-AfKJy.framer-8yo3qw > *, .framer-AfKJy .framer-1qg2gmy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AfKJy.framer-8yo3qw > :first-child, .framer-AfKJy .framer-1qg2gmy > :first-child { margin-left: 0px; } .framer-AfKJy.framer-8yo3qw > :last-child, .framer-AfKJy .framer-1qg2gmy > :last-child { margin-right: 0px; } }\",'.framer-AfKJy[data-border=\"true\"]::after, .framer-AfKJy [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 61\n * @framerIntrinsicWidth 61\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEigwkFBrM=withCSS(Component,css,\"framer-AfKJy\");export default FramerEigwkFBrM;FramerEigwkFBrM.displayName=\"Interactive Components/Play Button\";FramerEigwkFBrM.defaultProps={height:61,width:61};addFonts(FramerEigwkFBrM,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEigwkFBrM\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"61\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"61\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EigwkFBrM.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import InteractiveComponentsPlayButton from\"https://framerusercontent.com/modules/8962i9i4nPn82TgE6nap/94w85hS46kyw2zLwBVzM/EigwkFBrM.js\";const InteractiveComponentsPlayButtonFonts=getFonts(InteractiveComponentsPlayButton);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"tlQJlNe9D\",\"tXilFOsON\"];const serializationHash=\"framer-Ngzbp\";const variantClassNames={tlQJlNe9D:\"framer-v-dhlfry\",tXilFOsON:\"framer-v-13eqm4n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:1,mass:1,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:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={Primary:\"tlQJlNe9D\",Secondary:\"tXilFOsON\"};const getProps=({click,height,id,image,width,...props})=>{return{...props,jo2UmEPPw:image??props.jo2UmEPPw??{src:\"https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg 2399w\"},KQAAWxa9D:click??props.KQAAWxa9D,variant:humanReadableVariantMap[props.variant]??props.variant??\"tlQJlNe9D\"};};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,jo2UmEPPw,KQAAWxa9D,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tlQJlNe9D\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapg9k3xd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(KQAAWxa9D){const res=await KQAAWxa9D(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-dhlfry\",className,classNames),\"data-framer-appear-id\":\"dhlfry\",\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tlQJlNe9D\",onTap:onTapg9k3xd,optimized:true,ref:refBinding,style:{backdropFilter:\"blur(2px)\",background:'linear-gradient(0.016399796234793484deg, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 0%, var(--token-8b9dc97a-1cd5-4716-ac13-d0875aca92f4, rgba(153, 153, 153, 0.06)) /* {\"name\":\"Dark Grey 6%\"} */ 100%)',borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(2px)\",...style},...addPropertyOverrides({tXilFOsON:{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":\"Secondary\",optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||193)-10-((componentViewport?.height||193)-10)*1)/2)),pixelHeight:373,pixelWidth:604,sizes:`max(${componentViewport?.width||\"100vw\"} - 10px, 1px)`,...toResponsiveImage(jo2UmEPPw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-8rlrtb\",\"data-framer-name\":\"Fill Your Preview\",layoutDependency:layoutDependency,layoutId:\"NaaOeDI9T\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({tXilFOsON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||160)-10-((componentViewport?.height||160)-10)*1)/2)),pixelHeight:373,pixelWidth:604,sizes:`max(${componentViewport?.width||\"100vw\"} - 10px, 1px)`,...toResponsiveImage(jo2UmEPPw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:\"86px\",y:(componentViewport?.y||0)+(5+((componentViewport?.height||193)-10-((componentViewport?.height||193)-10)*1)/2)+1+((((componentViewport?.height||193)-10)*1-2-87)/2+0+0),...addPropertyOverrides({tXilFOsON:{y:(componentViewport?.y||0)+(5+((componentViewport?.height||160)-10-((componentViewport?.height||160)-10)*1)/2)+1+((((componentViewport?.height||160)-10)*1-2-87)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14ndtj1-container\",layoutDependency:layoutDependency,layoutId:\"bZyl2RPKi-container\",nodeId:\"bZyl2RPKi\",rendersWithMotion:true,scopeId:\"j29Mzf_cr\",children:/*#__PURE__*/_jsx(InteractiveComponentsPlayButton,{height:\"100%\",id:\"bZyl2RPKi\",layoutId:\"bZyl2RPKi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ngzbp.framer-1cxr2pb, .framer-Ngzbp .framer-1cxr2pb { display: block; }\",\".framer-Ngzbp.framer-dhlfry { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 193px; justify-content: center; padding: 5px; position: relative; width: 296px; }\",\".framer-Ngzbp .framer-8rlrtb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ngzbp .framer-14ndtj1-container { flex: none; height: 87px; position: relative; width: 86px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ngzbp.framer-dhlfry, .framer-Ngzbp .framer-8rlrtb { gap: 0px; } .framer-Ngzbp.framer-dhlfry > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ngzbp.framer-dhlfry > :first-child { margin-left: 0px; } .framer-Ngzbp.framer-dhlfry > :last-child { margin-right: 0px; } .framer-Ngzbp .framer-8rlrtb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ngzbp .framer-8rlrtb > :first-child { margin-top: 0px; } .framer-Ngzbp .framer-8rlrtb > :last-child { margin-bottom: 0px; } }\",\".framer-Ngzbp.framer-v-13eqm4n.framer-dhlfry { height: 160px; width: 244px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 193\n * @framerIntrinsicWidth 296\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tXilFOsON\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"jo2UmEPPw\":\"image\",\"KQAAWxa9D\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerj29Mzf_cr=withCSS(Component,css,\"framer-Ngzbp\");export default Framerj29Mzf_cr;Framerj29Mzf_cr.displayName=\"Interactive Components/Video Player\";Framerj29Mzf_cr.defaultProps={height:193,width:296};addPropertyControls(Framerj29Mzf_cr,{variant:{options:[\"tlQJlNe9D\",\"tXilFOsON\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},jo2UmEPPw:{__defaultAssetReference:\"data:framer/asset-reference,H0NuimoBsThG5jfLkbaKNb31gw.jpeg?originalFilename=Futuristic+Stealth+Aircraft+Over+Snowy+Mountains.jpeg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},KQAAWxa9D:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerj29Mzf_cr,[{explicitInter:true,fonts:[]},...InteractiveComponentsPlayButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj29Mzf_cr\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"193\",\"framerIntrinsicWidth\":\"296\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"jo2UmEPPw\\\":\\\"image\\\",\\\"KQAAWxa9D\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tXilFOsON\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./j29Mzf_cr.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-r7Ljj\";const variantClassNames={G4X3LUxF5:\"framer-v-uxqzc\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"G4X3LUxF5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-uxqzc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"G4X3LUxF5\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0.73)\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-163upa4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"s1DbvVYlv-container\",nodeId:\"s1DbvVYlv\",rendersWithMotion:true,scopeId:\"q9QZI5dXj\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:68,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"s1DbvVYlv\",layoutId:\"s1DbvVYlv\",padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16u63a9\",layoutDependency:layoutDependency,layoutId:\"zIvWlsl7C\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"168.5px\",src:\"https://framerusercontent.com/images/lDup2fP24GfTaVgPZ1B38IloU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/lDup2fP24GfTaVgPZ1B38IloU.png?scale-down-to=512 512w,https://framerusercontent.com/images/lDup2fP24GfTaVgPZ1B38IloU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lDup2fP24GfTaVgPZ1B38IloU.png 1080w\"},className:\"framer-1hqlkh6\",\"data-framer-name\":\"Balt\",layoutDependency:layoutDependency,layoutId:\"PzXJWuuaX\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nbl4x2\",layoutDependency:layoutDependency,layoutId:\"YXS8y8Gi3\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"176.5px\",src:\"https://framerusercontent.com/images/sW1cVoYAdSGhpAWKBtdNUAFJ3sk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/sW1cVoYAdSGhpAWKBtdNUAFJ3sk.png?scale-down-to=512 512w,https://framerusercontent.com/images/sW1cVoYAdSGhpAWKBtdNUAFJ3sk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sW1cVoYAdSGhpAWKBtdNUAFJ3sk.png 1080w\"},className:\"framer-1mjanjk\",\"data-framer-name\":\"California Technical Media\",layoutDependency:layoutDependency,layoutId:\"dbyhczYsF\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2w2q00\",layoutDependency:layoutDependency,layoutId:\"ifH40VRVT\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"177px\",src:\"https://framerusercontent.com/images/od7uf56GockUoPQRE2OcIANBZQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/od7uf56GockUoPQRE2OcIANBZQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/od7uf56GockUoPQRE2OcIANBZQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/od7uf56GockUoPQRE2OcIANBZQ.png 1080w\"},className:\"framer-ofr48a\",\"data-framer-name\":\"DoubleLock Health\",layoutDependency:layoutDependency,layoutId:\"ikKUAJwzv\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jujejz\",layoutDependency:layoutDependency,layoutId:\"hjhpssl9Z\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"172.5px\",src:\"https://framerusercontent.com/images/ScPivuxucc1zuLSIftGpYqn58hk.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ScPivuxucc1zuLSIftGpYqn58hk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ScPivuxucc1zuLSIftGpYqn58hk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ScPivuxucc1zuLSIftGpYqn58hk.png 1080w\"},className:\"framer-12op8oj\",\"data-framer-name\":\"Dry Scientific\",layoutDependency:layoutDependency,layoutId:\"fMaxoHQFS\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4x75tl\",\"data-framer-name\":\"edwards\",layoutDependency:layoutDependency,layoutId:\"w_DvRarWw\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"144px\",src:\"https://framerusercontent.com/images/pYsiiNpu8iZNv8v4mU4MDEg6l1k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/pYsiiNpu8iZNv8v4mU4MDEg6l1k.png?scale-down-to=512 512w,https://framerusercontent.com/images/pYsiiNpu8iZNv8v4mU4MDEg6l1k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pYsiiNpu8iZNv8v4mU4MDEg6l1k.png 1080w\"},className:\"framer-2yid45\",\"data-framer-name\":\"Edwards Lifesciences\",layoutDependency:layoutDependency,layoutId:\"ZAHLYuTVQ\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-199zij8\",\"data-framer-name\":\"fulscalpel\",layoutDependency:layoutDependency,layoutId:\"kWiimC_Ql\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"160px\",src:\"https://framerusercontent.com/images/5Bka2G7EIoT6OZNmUICQK9Gbg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/5Bka2G7EIoT6OZNmUICQK9Gbg.png?scale-down-to=512 512w,https://framerusercontent.com/images/5Bka2G7EIoT6OZNmUICQK9Gbg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Bka2G7EIoT6OZNmUICQK9Gbg.png 1080w\"},className:\"framer-8jmg9e\",\"data-framer-name\":\"Fuscalpel\",layoutDependency:layoutDependency,layoutId:\"tymO2lmKR\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qevw6m\",\"data-framer-name\":\"fydi\",layoutDependency:layoutDependency,layoutId:\"J1MHCIvrD\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"174.5px\",src:\"https://framerusercontent.com/images/DV60ROHKclZKYoDICdJNO434MRU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DV60ROHKclZKYoDICdJNO434MRU.png?scale-down-to=512 512w,https://framerusercontent.com/images/DV60ROHKclZKYoDICdJNO434MRU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DV60ROHKclZKYoDICdJNO434MRU.png 1080w\"},className:\"framer-uhju29\",\"data-framer-name\":\"FYDI\",layoutDependency:layoutDependency,layoutId:\"qcDmL1TEz\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9yg8d3\",layoutDependency:layoutDependency,layoutId:\"ROj9engKx\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"193px\",src:\"https://framerusercontent.com/images/Mr6q43ww8zqgLVYo48gMJ4HIL20.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Mr6q43ww8zqgLVYo48gMJ4HIL20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Mr6q43ww8zqgLVYo48gMJ4HIL20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Mr6q43ww8zqgLVYo48gMJ4HIL20.png 1080w\"},className:\"framer-1ua9xin\",\"data-framer-name\":\"Johnson and Johnson\",layoutDependency:layoutDependency,layoutId:\"pkDlboAHO\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jk35et\",layoutDependency:layoutDependency,layoutId:\"JzmyM7cAO\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"185px\",src:\"https://framerusercontent.com/images/SFbdBI5VBXO1SVSbRKBqs4tSGU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/SFbdBI5VBXO1SVSbRKBqs4tSGU.png?scale-down-to=512 512w,https://framerusercontent.com/images/SFbdBI5VBXO1SVSbRKBqs4tSGU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SFbdBI5VBXO1SVSbRKBqs4tSGU.png 1080w\"},className:\"framer-1proct5\",\"data-framer-name\":\"Medtronic\",layoutDependency:layoutDependency,layoutId:\"VgAnYNOHS\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3f2nnh\",layoutDependency:layoutDependency,layoutId:\"loIWMTP7K\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:1080,pixelWidth:1080,sizes:\"144px\",src:\"https://framerusercontent.com/images/KtIacTYXk6eNjs4rfHW1Us70SKg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KtIacTYXk6eNjs4rfHW1Us70SKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/KtIacTYXk6eNjs4rfHW1Us70SKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KtIacTYXk6eNjs4rfHW1Us70SKg.png 1080w\"},className:\"framer-1tlqumt\",\"data-framer-name\":\"Veranex\",layoutDependency:layoutDependency,layoutId:\"vd1hlD33s\",transformTemplate:transformTemplate1})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r7Ljj.framer-13vkid6, .framer-r7Ljj .framer-13vkid6 { display: block; }\",\".framer-r7Ljj.framer-uxqzc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 45px 0px 45px 0px; position: relative; width: 1120px; }\",\".framer-r7Ljj .framer-163upa4-container { flex: none; height: 148px; position: relative; width: 100%; }\",\".framer-r7Ljj .framer-16u63a9, .framer-r7Ljj .framer-1nbl4x2, .framer-r7Ljj .framer-2w2q00, .framer-r7Ljj .framer-1jujejz, .framer-r7Ljj .framer-4x75tl, .framer-r7Ljj .framer-199zij8, .framer-r7Ljj .framer-qevw6m, .framer-r7Ljj .framer-9yg8d3, .framer-r7Ljj .framer-jk35et, .framer-r7Ljj .framer-3f2nnh { height: 102px; overflow: hidden; position: relative; width: 167px; }\",\".framer-r7Ljj .framer-1hqlkh6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 157px); left: 0px; overflow: visible; position: absolute; right: -1px; top: -33px; }\",\".framer-r7Ljj .framer-1mjanjk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 176px); left: -4px; overflow: visible; position: absolute; right: -5px; top: -37px; }\",\".framer-r7Ljj .framer-ofr48a { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 177px); left: -4px; overflow: visible; position: absolute; right: -5px; top: -38px; }\",\".framer-r7Ljj .framer-12op8oj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); left: -2px; overflow: visible; position: absolute; right: -3px; top: -35px; }\",\".framer-r7Ljj .framer-2yid45, .framer-r7Ljj .framer-1tlqumt { aspect-ratio: 1 / 1; bottom: -20px; flex: none; left: 50%; overflow: visible; position: absolute; top: -21px; width: var(--framer-aspect-ratio-supported, 144px); }\",\".framer-r7Ljj .framer-8jmg9e { aspect-ratio: 1 / 1; bottom: -28px; flex: none; left: 50%; overflow: visible; position: absolute; top: -29px; width: var(--framer-aspect-ratio-supported, 160px); }\",\".framer-r7Ljj .framer-uhju29 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: -3px; overflow: visible; position: absolute; right: -4px; top: -36px; }\",\".framer-r7Ljj .framer-1ua9xin { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 193px); left: -12px; overflow: visible; position: absolute; right: -13px; top: -46px; }\",\".framer-r7Ljj .framer-1proct5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 173px); left: -8px; overflow: visible; position: absolute; right: -9px; top: -42px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-r7Ljj.framer-uxqzc { gap: 0px; } .framer-r7Ljj.framer-uxqzc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-r7Ljj.framer-uxqzc > :first-child { margin-top: 0px; } .framer-r7Ljj.framer-uxqzc > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 238\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerq9QZI5dXj=withCSS(Component,css,\"framer-r7Ljj\");export default Framerq9QZI5dXj;Framerq9QZI5dXj.displayName=\"Company Logos\";Framerq9QZI5dXj.defaultProps={height:238,width:1120};addFonts(Framerq9QZI5dXj,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerq9QZI5dXj\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1120\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"238\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./q9QZI5dXj.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={bi8oIn236:{hover:true},lEdpY2bVi:{hover:true},MvqeOwv3V:{hover:true}};const cycleOrder=[\"MvqeOwv3V\",\"bi8oIn236\",\"lEdpY2bVi\"];const serializationHash=\"framer-TpqSC\";const variantClassNames={bi8oIn236:\"framer-v-1tillhg\",lEdpY2bVi:\"framer-v-yj3x48\",MvqeOwv3V:\"framer-v-qn3j8z\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Large:\"MvqeOwv3V\",Medium:\"bi8oIn236\",Small:\"lEdpY2bVi\"};const getProps=({color,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bVToBLBTS:(_ref=title!==null&&title!==void 0?title:props.bVToBLBTS)!==null&&_ref!==void 0?_ref:\"Learn more\",KqeH5xil_:(_ref1=color!==null&&color!==void 0?color:props.KqeH5xil_)!==null&&_ref1!==void 0?_ref1:\"rgb(0, 0, 0)\",MJWWsEY26:link!==null&&link!==void 0?link:props.MJWWsEY26,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"MvqeOwv3V\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bVToBLBTS,KqeH5xil_,MJWWsEY26,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MvqeOwv3V\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"MvqeOwv3V\",...addPropertyOverrides({bi8oIn236:{href:MJWWsEY26},lEdpY2bVi:{href:MJWWsEY26}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-qn3j8z\",className,classNames)} framer-8v8gui`,\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"MvqeOwv3V\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:1,...style},variants:{\"bi8oIn236-hover\":{opacity:.5},\"lEdpY2bVi-hover\":{opacity:.5},\"MvqeOwv3V-hover\":{opacity:.5}},...addPropertyOverrides({\"bi8oIn236-hover\":{\"data-framer-name\":undefined},\"lEdpY2bVi-hover\":{\"data-framer-name\":undefined},\"MvqeOwv3V-hover\":{\"data-framer-name\":undefined},bi8oIn236:{\"data-framer-name\":\"Medium\"},lEdpY2bVi:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-wEI5IhjLo))\"},children:\"Learn more\"})}),className:\"framer-12cv8v2\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"OyuKanjhU\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-KqeH5xil_-wEI5IhjLo)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-KqeH5xil_-wEI5IhjLo\":KqeH5xil_},text:bVToBLBTS,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bi8oIn236-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-wEI5IhjLo))\"},children:\"Learn more\"})}),fonts:[\"FS;Satoshi-medium\"]},\"lEdpY2bVi-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-wEI5IhjLo))\"},children:\"Learn more\"})}),fonts:[\"FS;Satoshi-medium\"]},bi8oIn236:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-wEI5IhjLo))\"},children:\"Learn more\"})})},lEdpY2bVi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-wEI5IhjLo))\"},children:\"Learn more\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j1iaia\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"j4B1EaRZv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18y0de5-container\",layoutDependency:layoutDependency,layoutId:\"Nku0VBBkm-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:KqeH5xil_,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"Nku0VBBkm\",layoutId:\"Nku0VBBkm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TpqSC.framer-8v8gui, .framer-TpqSC .framer-8v8gui { display: block; }\",\".framer-TpqSC.framer-qn3j8z { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TpqSC .framer-12cv8v2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-TpqSC .framer-j1iaia { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-TpqSC .framer-18y0de5-container { bottom: -1px; flex: none; height: 20px; left: 0px; position: absolute; right: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TpqSC.framer-qn3j8z { gap: 0px; } .framer-TpqSC.framer-qn3j8z > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-TpqSC.framer-qn3j8z > :first-child { margin-left: 0px; } .framer-TpqSC.framer-qn3j8z > :last-child { margin-right: 0px; } }\",\".framer-TpqSC.framer-v-1tillhg.framer-qn3j8z { gap: 4px; text-decoration: none; }\",\".framer-TpqSC.framer-v-1tillhg .framer-18y0de5-container { bottom: 1px; height: 16px; right: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TpqSC.framer-v-1tillhg.framer-qn3j8z { gap: 0px; } .framer-TpqSC.framer-v-1tillhg.framer-qn3j8z > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-TpqSC.framer-v-1tillhg.framer-qn3j8z > :first-child { margin-left: 0px; } .framer-TpqSC.framer-v-1tillhg.framer-qn3j8z > :last-child { margin-right: 0px; } }\",\".framer-TpqSC.framer-v-yj3x48.framer-qn3j8z { gap: 2px; text-decoration: none; }\",\".framer-TpqSC.framer-v-yj3x48 .framer-j1iaia { height: 16px; width: 16px; }\",\".framer-TpqSC.framer-v-yj3x48 .framer-18y0de5-container { bottom: 1px; height: 13px; left: calc(50.00000000000002% - 13px / 2); right: unset; width: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TpqSC.framer-v-yj3x48.framer-qn3j8z { gap: 0px; } .framer-TpqSC.framer-v-yj3x48.framer-qn3j8z > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-TpqSC.framer-v-yj3x48.framer-qn3j8z > :first-child { margin-left: 0px; } .framer-TpqSC.framer-v-yj3x48.framer-qn3j8z > :last-child { margin-right: 0px; } }\",\".framer-TpqSC.framer-v-qn3j8z.hover .framer-18y0de5-container { left: unset; right: -3px; width: 20px; }\",\".framer-TpqSC.framer-v-1tillhg.hover .framer-18y0de5-container { left: calc(50.00000000000002% - 16px / 2); right: unset; }\",\".framer-TpqSC.framer-v-yj3x48.hover .framer-18y0de5-container { left: unset; right: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"bi8oIn236\":{\"layout\":[\"auto\",\"auto\"]},\"lEdpY2bVi\":{\"layout\":[\"auto\",\"auto\"]},\"HEuHQHamF\":{\"layout\":[\"auto\",\"auto\"]},\"RQrKYH97c\":{\"layout\":[\"auto\",\"auto\"]},\"KSQTBZce1\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"bVToBLBTS\":\"title\",\"KqeH5xil_\":\"color\",\"MJWWsEY26\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwEI5IhjLo=withCSS(Component,css,\"framer-TpqSC\");export default FramerwEI5IhjLo;FramerwEI5IhjLo.displayName=\"CTA\";FramerwEI5IhjLo.defaultProps={height:30,width:140};addPropertyControls(FramerwEI5IhjLo,{variant:{options:[\"MvqeOwv3V\",\"bi8oIn236\",\"lEdpY2bVi\"],optionTitles:[\"Large\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},bVToBLBTS:{defaultValue:\"Learn more\",displayTextArea:false,title:\"Title\",type:ControlType.String},KqeH5xil_:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},MJWWsEY26:{title:\"Link\",type:ControlType.Link}});addFonts(FramerwEI5IhjLo,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwEI5IhjLo\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"140\",\"framerIntrinsicHeight\":\"30\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bi8oIn236\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lEdpY2bVi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HEuHQHamF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RQrKYH97c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KSQTBZce1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"bVToBLBTS\\\":\\\"title\\\",\\\"KqeH5xil_\\\":\\\"color\\\",\\\"MJWWsEY26\\\":\\\"link\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wEI5IhjLo.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CTA from\"https://framerusercontent.com/modules/bxCgskS85eNBZhMp6Vtj/7TxxzmgHx0307nfJJMf5/wEI5IhjLo.js\";const CTAFonts=getFonts(CTA);const cycleOrder=[\"Ry7Z93i4v\",\"N53_HmjWK\",\"dWvXnn15M\"];const serializationHash=\"framer-zjMz1\";const variantClassNames={dWvXnn15M:\"framer-v-1ika7bt\",N53_HmjWK:\"framer-v-1re4oxi\",Ry7Z93i4v:\"framer-v-26h203\"};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={\"\u26AA\uFE0F Day\":\"Ry7Z93i4v\",\"\u26AB\uFE0F Night\":\"N53_HmjWK\",\"Variant 3\":\"dWvXnn15M\"};const getProps=({cTA,cTA1,height,icons,id,rainbow,title,titleOpacity,width,...props})=>{return{...props,GmAhv_WVa:titleOpacity??props.GmAhv_WVa??1,hSgW9f2ir:title??props.hSgW9f2ir??\"Official Framer Resource\",p2xmGpLux:cTA1??props.p2xmGpLux??\"Read more\",ToKaS18SW:cTA??props.ToKaS18SW,variant:humanReadableVariantMap[props.variant]??props.variant??\"Ry7Z93i4v\",wUZvBuHV6:icons??props.wUZvBuHV6??true,Z69PPXt7v:rainbow??props.Z69PPXt7v??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GmAhv_WVa,hSgW9f2ir,ToKaS18SW,p2xmGpLux,Z69PPXt7v,wUZvBuHV6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ry7Z93i4v\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"dWvXnn15M\")return false;return value;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-26h203\",className,classNames),\"data-border\":true,\"data-framer-name\":\"\u26AA\uFE0F Day\",layoutDependency:layoutDependency,layoutId:\"Ry7Z93i4v\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2.5px)\",background:'linear-gradient(180deg, var(--token-a9883d9b-c1bd-4bd9-be15-284cd72e1b1f, rgba(255, 255, 255, 0.07)) /* {\"name\":\"White 7%\"} */ -100%, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(2.5px)\",...style},variants:{dWvXnn15M:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},N53_HmjWK:{\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.17))\"}},...addPropertyOverrides({dWvXnn15M:{\"data-framer-name\":\"Variant 3\"},N53_HmjWK:{\"data-framer-name\":\"\u26AB\uFE0F Night\"}},baseVariant,gestureVariant),children:[wUZvBuHV6&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tdu01s\",layoutDependency:layoutDependency,layoutId:\"dOwTko4_u\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(9+((componentViewport?.height||38)-18-20)/2)+3552713678800501e-30),pixelHeight:2998,pixelWidth:2e3,sizes:\"20px\",src:\"https://framerusercontent.com/images/qHlGADIQdwjSlUk6LbTUTavsc.jpg\",srcSet:\"https://framerusercontent.com/images/qHlGADIQdwjSlUk6LbTUTavsc.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/qHlGADIQdwjSlUk6LbTUTavsc.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/qHlGADIQdwjSlUk6LbTUTavsc.jpg 2000w\"},className:\"framer-m8u3qd\",layoutDependency:layoutDependency,layoutId:\"fH6SHsxqI\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(9+((componentViewport?.height||38)-18-20)/2)+3552713678800501e-30),pixelHeight:5098,pixelWidth:3399,sizes:\"20px\",src:\"https://framerusercontent.com/images/HQugPmAoFwtWKFoZenNKksLlVA.jpg\",srcSet:\"https://framerusercontent.com/images/HQugPmAoFwtWKFoZenNKksLlVA.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/HQugPmAoFwtWKFoZenNKksLlVA.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/HQugPmAoFwtWKFoZenNKksLlVA.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/HQugPmAoFwtWKFoZenNKksLlVA.jpg 3399w\"},className:\"framer-18w0ufj\",layoutDependency:layoutDependency,layoutId:\"DCaS8h0U6\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(9+((componentViewport?.height||38)-18-20)/2)+3552713678800501e-30),pixelHeight:4499,pixelWidth:3e3,sizes:\"20px\",src:\"https://framerusercontent.com/images/iABb6ejla3A5ZzE4zgxiPqBaYHI.jpg\",srcSet:\"https://framerusercontent.com/images/iABb6ejla3A5ZzE4zgxiPqBaYHI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/iABb6ejla3A5ZzE4zgxiPqBaYHI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/iABb6ejla3A5ZzE4zgxiPqBaYHI.jpg?scale-down-to=4096 2731w,https://framerusercontent.com/images/iABb6ejla3A5ZzE4zgxiPqBaYHI.jpg 3000w\"},className:\"framer-1qsvth1\",layoutDependency:layoutDependency,layoutId:\"YoQECNu7Z\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(9+((componentViewport?.height||38)-18-20)/2)+3552713678800501e-30+0),pixelHeight:5568,pixelWidth:3712,sizes:\"20px\",src:\"https://framerusercontent.com/images/RiukRfppKWATQjdvnvRv1Rm48.jpg\",srcSet:\"https://framerusercontent.com/images/RiukRfppKWATQjdvnvRv1Rm48.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/RiukRfppKWATQjdvnvRv1Rm48.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/RiukRfppKWATQjdvnvRv1Rm48.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/RiukRfppKWATQjdvnvRv1Rm48.jpg 3712w\"},className:\"framer-mzhh9j\",layoutDependency:layoutDependency,layoutId:\"HUngiV4kI\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Official Framer Resource\"})}),className:\"framer-193tzvo\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"iyMC21teJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:GmAhv_WVa},text:hSgW9f2ir,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed(ToKaS18SW)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(9+((componentViewport?.height||38)-18-30)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1stf6ky-container\",layoutDependency:layoutDependency,layoutId:\"lfBQW2V4d-container\",children:/*#__PURE__*/_jsx(CTA,{bVToBLBTS:p2xmGpLux,height:\"100%\",id:\"lfBQW2V4d\",KqeH5xil_:\"rgb(0, 0, 0)\",layoutId:\"lfBQW2V4d\",variant:\"MvqeOwv3V\",width:\"100%\",...addPropertyOverrides({N53_HmjWK:{KqeH5xil_:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),isDisplayed(Z69PPXt7v)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17848ru\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"LqUDP60DK\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.3},variants:{N53_HmjWK:{opacity:.9}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zjMz1.framer-10d4fvs, .framer-zjMz1 .framer-10d4fvs { display: block; }\",\".framer-zjMz1.framer-26h203 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 14px 9px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zjMz1 .framer-1tdu01s { flex: none; height: 20px; overflow: visible; position: relative; width: 50px; }\",\".framer-zjMz1 .framer-m8u3qd { flex: none; height: 20px; left: 0px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-zjMz1 .framer-18w0ufj { flex: none; height: 20px; left: 10px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-zjMz1 .framer-1qsvth1 { flex: none; height: 20px; left: 19px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-zjMz1 .framer-mzhh9j { bottom: 0px; flex: none; overflow: visible; position: absolute; right: -10px; top: 0px; width: 20px; }\",\".framer-zjMz1 .framer-193tzvo { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-zjMz1 .framer-1stf6ky-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-zjMz1 .framer-17848ru { flex: none; height: 101%; left: calc(49.2917847025496% - 100.56657223796034% / 2); overflow: hidden; position: absolute; top: calc(50.7042253521127% - 101.40845070422534% / 2); width: 101%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zjMz1.framer-26h203 { gap: 0px; } .framer-zjMz1.framer-26h203 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-zjMz1.framer-26h203 > :first-child { margin-left: 0px; } .framer-zjMz1.framer-26h203 > :last-child { margin-right: 0px; } }\",\".framer-zjMz1.framer-v-1re4oxi .framer-193tzvo, .framer-zjMz1.framer-v-1re4oxi .framer-1stf6ky-container { z-index: 0; }\",\".framer-zjMz1.framer-v-1re4oxi .framer-17848ru { left: 0px; mix-blend-mode: multiply; top: 0px; }\",'.framer-zjMz1[data-border=\"true\"]::after, .framer-zjMz1 [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 38\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"N53_HmjWK\":{\"layout\":[\"auto\",\"auto\"]},\"dWvXnn15M\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GmAhv_WVa\":\"titleOpacity\",\"hSgW9f2ir\":\"title\",\"ToKaS18SW\":\"cTA\",\"p2xmGpLux\":\"cTA1\",\"Z69PPXt7v\":\"rainbow\",\"wUZvBuHV6\":\"icons\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerS1CnOrfH3=withCSS(Component,css,\"framer-zjMz1\");export default FramerS1CnOrfH3;FramerS1CnOrfH3.displayName=\"Tag\";FramerS1CnOrfH3.defaultProps={height:38,width:250};addPropertyControls(FramerS1CnOrfH3,{variant:{options:[\"Ry7Z93i4v\",\"N53_HmjWK\",\"dWvXnn15M\"],optionTitles:[\"\u26AA\uFE0F Day\",\"\u26AB\uFE0F Night\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},GmAhv_WVa:{defaultValue:1,max:1,min:0,step:.01,title:\"Title Opacity\",type:ControlType.Number},hSgW9f2ir:{defaultValue:\"Official Framer Resource\",displayTextArea:true,title:\"Title\",type:ControlType.String},ToKaS18SW:{defaultValue:false,title:\"CTA\",type:ControlType.Boolean},p2xmGpLux:{defaultValue:\"Read more\",displayTextArea:false,title:\"CTA\",type:ControlType.String},Z69PPXt7v:{defaultValue:true,title:\"Rainbow\",type:ControlType.Boolean},wUZvBuHV6:{defaultValue:true,title:\"Icons\",type:ControlType.Boolean}});addFonts(FramerS1CnOrfH3,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"}]},...CTAFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS1CnOrfH3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"38\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"N53_HmjWK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dWvXnn15M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"GmAhv_WVa\\\":\\\"titleOpacity\\\",\\\"hSgW9f2ir\\\":\\\"title\\\",\\\"ToKaS18SW\\\":\\\"cTA\\\",\\\"p2xmGpLux\\\":\\\"cTA1\\\",\\\"Z69PPXt7v\\\":\\\"rainbow\\\",\\\"wUZvBuHV6\\\":\\\"icons\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./S1CnOrfH3.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-26gWZ\";const variantClassNames={pLKoP8bLp:\"framer-v-ypcbh6\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,title,width,...props})=>{return{...props,d6xW5GQhM:title??props.d6xW5GQhM??\"Real-time signals\",iQLTilQkn:image??props.iQLTilQkn??{src:\"https://framerusercontent.com/images/xdjocYp1yohUSvAdm4lVGCGq1o.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/xdjocYp1yohUSvAdm4lVGCGq1o.png 466w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,d6xW5GQhM,iQLTilQkn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"pLKoP8bLp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ypcbh6\",className,classNames),\"data-framer-name\":\"Featured Card\",layoutDependency:layoutDependency,layoutId:\"pLKoP8bLp\",ref:ref??ref1,style:{backdropFilter:\"blur(50px)\",backgroundColor:\"var(--token-94bfd043-e269-423a-ad55-5f849343e44c, rgb(0, 0, 0))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(50px)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(iQLTilQkn),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1dmk6te\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Yi48d64Wf\",style:{opacity:.64}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86597447-34c0-431a-ab85-e0ec4003f952, rgb(255, 255, 255)))\"},children:\"Real-time signals\"})}),className:\"framer-a7080q\",\"data-framer-name\":\"Real-time signals\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"wXiywhehM\",style:{\"--extracted-r6o4lv\":\"var(--token-86597447-34c0-431a-ab85-e0ec4003f952, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:d6xW5GQhM,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-26gWZ.framer-91jbdh, .framer-26gWZ .framer-91jbdh { display: block; }\",\".framer-26gWZ.framer-ypcbh6 { height: 332px; overflow: hidden; position: relative; width: 233px; will-change: var(--framer-will-change-override, transform); }\",\".framer-26gWZ .framer-1dmk6te { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-26gWZ .framer-a7080q { flex: none; height: auto; left: 24px; position: absolute; top: 22px; white-space: pre-wrap; width: 185px; word-break: break-word; word-wrap: break-word; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 332\n * @framerIntrinsicWidth 233\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"d6xW5GQhM\":\"title\",\"iQLTilQkn\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZOr1ZaUrZ=withCSS(Component,css,\"framer-26gWZ\");export default FramerZOr1ZaUrZ;FramerZOr1ZaUrZ.displayName=\"Cards/Feature Card\";FramerZOr1ZaUrZ.defaultProps={height:332,width:233};addPropertyControls(FramerZOr1ZaUrZ,{d6xW5GQhM:{defaultValue:\"Real-time signals\",displayTextArea:false,title:\"Title\",type:ControlType.String},iQLTilQkn:{__defaultAssetReference:\"data:framer/asset-reference,xdjocYp1yohUSvAdm4lVGCGq1o.png?originalFilename=Image.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerZOr1ZaUrZ,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZOr1ZaUrZ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"d6xW5GQhM\\\":\\\"title\\\",\\\"iQLTilQkn\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"233\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"332\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZOr1ZaUrZ.map", "// Generated by Framer (ff6f0b6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-3CnsI .framer-styles-preset-w3xi5k:not(.rich-text-wrapper), .framer-3CnsI .framer-styles-preset-w3xi5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 88px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 768px) { .framer-3CnsI .framer-styles-preset-w3xi5k:not(.rich-text-wrapper), .framer-3CnsI .framer-styles-preset-w3xi5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-3CnsI .framer-styles-preset-w3xi5k:not(.rich-text-wrapper), .framer-3CnsI .framer-styles-preset-w3xi5k.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-86597447-34c0-431a-ab85-e0ec4003f952, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-3CnsI\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6aa4fc0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5zhZ4 .framer-styles-preset-oiiqjc:not(.rich-text-wrapper), .framer-5zhZ4 .framer-styles-preset-oiiqjc.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-474630ca-27de-41d6-8919-a13faeafa428, #1acaff); --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: underline; }\"];export const className=\"framer-5zhZ4\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f73129a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js\";import ElementsData from\"#framer/local/canvasComponent/AeLB9ljo7/AeLB9ljo7.js\";import SectionsFooter from\"#framer/local/canvasComponent/caJvQJ7_w/caJvQJ7_w.js\";import Pricing from\"#framer/local/canvasComponent/cJL1EZsfv/cJL1EZsfv.js\";import LumaEvents from\"#framer/local/canvasComponent/CkO2HB76m/CkO2HB76m.js\";import FAQFAQs from\"#framer/local/canvasComponent/evgH4oL45/evgH4oL45.js\";import ButtonsButton from\"#framer/local/canvasComponent/gCOnhod91/gCOnhod91.js\";import SectionsNavigation from\"#framer/local/canvasComponent/hn8VkDkCj/hn8VkDkCj.js\";import InteractiveComponentsVideoPlayer from\"#framer/local/canvasComponent/j29Mzf_cr/j29Mzf_cr.js\";import MainButton from\"#framer/local/canvasComponent/kFNWCpkTG/kFNWCpkTG.js\";import CompanyLogos from\"#framer/local/canvasComponent/q9QZI5dXj/q9QZI5dXj.js\";import UtilityNewsletter from\"#framer/local/canvasComponent/QoJPAusiU/QoJPAusiU.js\";import SectionsCTA from\"#framer/local/canvasComponent/RcQ13Gq__/RcQ13Gq__.js\";import Tag from\"#framer/local/canvasComponent/S1CnOrfH3/S1CnOrfH3.js\";import PerkItem,*as PerkItemInfo from\"#framer/local/canvasComponent/vIOwIEWgA/vIOwIEWgA.js\";import ElementsTag from\"#framer/local/canvasComponent/wT_Uzs87E/wT_Uzs87E.js\";import CardsFeatureCard from\"#framer/local/canvasComponent/ZOr1ZaUrZ/ZOr1ZaUrZ.js\";import{withVariantActiveLicense}from\"#framer/local/codeFile/zsU3nNf/FramerAuth.js\";import MemberPerks from\"#framer/local/collection/k0t7Skg1L/k0t7Skg1L.js\";import*as sharedStyle1 from\"#framer/local/css/GJ3chqxFm/GJ3chqxFm.js\";import*as sharedStyle4 from\"#framer/local/css/Gl6Mz_yIZ/Gl6Mz_yIZ.js\";import*as sharedStyle5 from\"#framer/local/css/KAcK0eRos/KAcK0eRos.js\";import*as sharedStyle from\"#framer/local/css/W4OkbqCIL/W4OkbqCIL.js\";import*as sharedStyle3 from\"#framer/local/css/WHWap_WBh/WHWap_WBh.js\";import*as sharedStyle2 from\"#framer/local/css/wPq8c3Lq6/wPq8c3Lq6.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SectionsNavigationFonts=getFonts(SectionsNavigation);const MotionDivWithFX=withFX(motion.div);const TagFonts=getFonts(Tag);const ContainerWithFX=withFX(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MainButtonFonts=getFonts(MainButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const InteractiveComponentsVideoPlayerFonts=getFonts(InteractiveComponentsVideoPlayer);const YouTubeFonts=getFonts(YouTube);const ElementsTagFonts=getFonts(ElementsTag);const RichTextWithFX=withFX(RichText);const CompanyLogosFonts=getFonts(CompanyLogos);const ButtonsButtonFonts=getFonts(ButtonsButton);const CardsFeatureCardFonts=getFonts(CardsFeatureCard);const CarouselFonts=getFonts(Carousel);const TickerFonts=getFonts(Ticker);const ElementsDataFonts=getFonts(ElementsData);const PerkItemFonts=getFonts(PerkItem);const PerkItemWithVariantActiveLicenseylqyw3WithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"IvoBE35Ou\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense7ot3lxWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"KLkBpkfKg\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1y8pe1iWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"gUfw5mXkW\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicenseovjcy2WithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"DHBUl6DqW\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1h7qnsjWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"JkHX9fsU4\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1fetmzrWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"MQbJNGj6B\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicensewjvv0kWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"ZPGrDAX66\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense12uceatWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"AIVuUlndF\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicenser37ondWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"Ec4UYVt5o\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1vvwbdoWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"yECyGPUFv\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicenseckjpn2WithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"naRtXq6Qg\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicenseee7gwjWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"EnptysI9a\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1befdlwWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"ec07Luibh\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1jdzrypWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"yggyeikVO\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense3iyj6dWithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"vH0FJuR1h\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicenseeiqe43WithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"XJ6_G5zfC\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PerkItemWithVariantActiveLicense1n0pel6WithMappedReactProps11x29k4=withMappedReactProps(withCodeBoundaryForOverrides(PerkItem,{inComponentSlot:true,nodeId:\"CHIsqYeou\",override:withVariantActiveLicense,scopeId:\"augiA20Il\"}),PerkItemInfo);const PricingFonts=getFonts(Pricing);const LumaEventsFonts=getFonts(LumaEvents);const UtilityNewsletterFonts=getFonts(UtilityNewsletter);const FAQFAQsFonts=getFonts(FAQFAQs);const SectionsCTAFonts=getFonts(SectionsCTA);const SectionsFooterFonts=getFonts(SectionsFooter);const breakpoints={IQPImVP9N:\"(max-width: 767px)\",Lcj6x9hYL:\"(min-width: 768px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-zwhJF\";const variantClassNames={IQPImVP9N:\"framer-v-14hzt9f\",Lcj6x9hYL:\"framer-v-rqpylw\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition2={damping:60,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:100};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition4={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:100};const transition5={delay:.4,duration:.7,ease:[0,.89,.39,1],type:\"tween\"};const animation9={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition6={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:100};const transition7={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition7};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"twKRzpO7e\";}else{return\"AWT8PR4GY\";}};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"IQPImVP9N\",Tablet:\"Lcj6x9hYL\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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,yeSh34F1LHlrxcKT4b,g_vof_64IHlrxcKT4b,qhcyjd4PRHlrxcKT4b,lkrIu0MKxHlrxcKT4b,BBIlAOq4tHlrxcKT4b,mIpQDEVVSHlrxcKT4b,VmiOmVAExHlrxcKT4b,idHlrxcKT4b,yeSh34F1LqDKo831ig,g_vof_64IqDKo831ig,qhcyjd4PRqDKo831ig,lkrIu0MKxqDKo831ig,BBIlAOq4tqDKo831ig,mIpQDEVVSqDKo831ig,VmiOmVAExqDKo831ig,idqDKo831ig,yeSh34F1LsiMBMyWVm,g_vof_64IsiMBMyWVm,qhcyjd4PRsiMBMyWVm,lkrIu0MKxsiMBMyWVm,BBIlAOq4tsiMBMyWVm,mIpQDEVVSsiMBMyWVm,VmiOmVAExsiMBMyWVm,idsiMBMyWVm,yeSh34F1LzTcpmeo5X,g_vof_64IzTcpmeo5X,qhcyjd4PRzTcpmeo5X,lkrIu0MKxzTcpmeo5X,BBIlAOq4tzTcpmeo5X,mIpQDEVVSzTcpmeo5X,VmiOmVAExzTcpmeo5X,idzTcpmeo5X,yeSh34F1LUXrV0EnpY,g_vof_64IUXrV0EnpY,qhcyjd4PRUXrV0EnpY,lkrIu0MKxUXrV0EnpY,BBIlAOq4tUXrV0EnpY,mIpQDEVVSUXrV0EnpY,VmiOmVAExUXrV0EnpY,idUXrV0EnpY,yeSh34F1LdSUiO9tzt,g_vof_64IdSUiO9tzt,qhcyjd4PRdSUiO9tzt,lkrIu0MKxdSUiO9tzt,BBIlAOq4tdSUiO9tzt,mIpQDEVVSdSUiO9tzt,VmiOmVAExdSUiO9tzt,iddSUiO9tzt,yeSh34F1LNQXolTlT1,g_vof_64INQXolTlT1,qhcyjd4PRNQXolTlT1,lkrIu0MKxNQXolTlT1,BBIlAOq4tNQXolTlT1,mIpQDEVVSNQXolTlT1,VmiOmVAExNQXolTlT1,idNQXolTlT1,yeSh34F1LOkd1P81zC,g_vof_64IOkd1P81zC,qhcyjd4PROkd1P81zC,lkrIu0MKxOkd1P81zC,BBIlAOq4tOkd1P81zC,mIpQDEVVSOkd1P81zC,VmiOmVAExOkd1P81zC,idOkd1P81zC,yeSh34F1LnxHprAH6s,g_vof_64InxHprAH6s,qhcyjd4PRnxHprAH6s,lkrIu0MKxnxHprAH6s,BBIlAOq4tnxHprAH6s,mIpQDEVVSnxHprAH6s,VmiOmVAExnxHprAH6s,idnxHprAH6s,yeSh34F1LrIbTo0tFq,g_vof_64IrIbTo0tFq,qhcyjd4PRrIbTo0tFq,lkrIu0MKxrIbTo0tFq,BBIlAOq4trIbTo0tFq,mIpQDEVVSrIbTo0tFq,VmiOmVAExrIbTo0tFq,idrIbTo0tFq,yeSh34F1LTBzN7vabM,g_vof_64ITBzN7vabM,qhcyjd4PRTBzN7vabM,lkrIu0MKxTBzN7vabM,BBIlAOq4tTBzN7vabM,mIpQDEVVSTBzN7vabM,VmiOmVAExTBzN7vabM,idTBzN7vabM,yeSh34F1LiK56aIGKo,g_vof_64IiK56aIGKo,qhcyjd4PRiK56aIGKo,lkrIu0MKxiK56aIGKo,BBIlAOq4tiK56aIGKo,mIpQDEVVSiK56aIGKo,VmiOmVAExiK56aIGKo,idiK56aIGKo,yeSh34F1LhodPULWHo,g_vof_64IhodPULWHo,qhcyjd4PRhodPULWHo,lkrIu0MKxhodPULWHo,BBIlAOq4thodPULWHo,mIpQDEVVShodPULWHo,VmiOmVAExhodPULWHo,idhodPULWHo,yeSh34F1LJIvlblMj9,g_vof_64IJIvlblMj9,qhcyjd4PRJIvlblMj9,lkrIu0MKxJIvlblMj9,BBIlAOq4tJIvlblMj9,mIpQDEVVSJIvlblMj9,VmiOmVAExJIvlblMj9,idJIvlblMj9,yeSh34F1LZb0g1MFfE,g_vof_64IZb0g1MFfE,qhcyjd4PRZb0g1MFfE,lkrIu0MKxZb0g1MFfE,BBIlAOq4tZb0g1MFfE,mIpQDEVVSZb0g1MFfE,VmiOmVAExZb0g1MFfE,idZb0g1MFfE,yeSh34F1LqeVaQN5HJ,g_vof_64IqeVaQN5HJ,qhcyjd4PRqeVaQN5HJ,lkrIu0MKxqeVaQN5HJ,BBIlAOq4tqeVaQN5HJ,mIpQDEVVSqeVaQN5HJ,VmiOmVAExqeVaQN5HJ,idqeVaQN5HJ,yeSh34F1LGLen4h4Em,g_vof_64IGLen4h4Em,qhcyjd4PRGLen4h4Em,lkrIu0MKxGLen4h4Em,BBIlAOq4tGLen4h4Em,mIpQDEVVSGLen4h4Em,VmiOmVAExGLen4h4Em,idGLen4h4Em,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const KQAAWxa9D3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"IQPImVP9N\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Lcj6x9hYL\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"Lcj6x9hYL\",\"IQPImVP9N\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"Nl2SuBUWc\");const ref1=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"IQPImVP9N\")return false;return true;};const elementId1=useRouteElementId(\"WoU9BRxyC\");const ref2=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"Lcj6x9hYL\")return false;return true;};const elementId2=useRouteElementId(\"uwBLvLgYe\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"W6Lco3hwL\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"ALwI3AEUN\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"h6dpnAE5o\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-94bfd043-e269-423a-ad55-5f849343e44c, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lqje6g\",\"data-framer-name\":\"Shape\",style:{rotate:180}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:componentViewport?.width||\"100vw\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-169urvf-container\",layoutScroll:true,nodeId:\"LF5ALLq4M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{variant:\"PDSYqHv8_\"},Lcj6x9hYL:{variant:\"PDSYqHv8_\"}},children:/*#__PURE__*/_jsx(SectionsNavigation,{height:\"100%\",id:\"LF5ALLq4M\",layoutId:\"LF5ALLq4M\",style:{width:\"100%\"},variant:\"MBizSqdLc\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-zpxpna\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l4rbbg\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mrvmtq\",\"data-framer-name\":\"Headline and Button\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7a6pv2\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fd2fpg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Your MedTech \"})})},Lcj6x9hYL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Your MedTech \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Your MedTech \"})}),className:\"framer-58c5gr\",\"data-framer-name\":\"Your gateway to the crypto world\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(86deg, rgb(255, 87, 87) 11.5515%, rgb(140, 82, 255) 69%)\"},children:\"Innovation Catalyst\"})})})},Lcj6x9hYL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(86deg, rgb(255, 87, 87) 6%, rgb(140, 82, 255) 69%)\"},children:\"Innovation Catalyst\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(86deg, rgb(255, 87, 87) 6%, rgb(140, 82, 255) 69%)\"},children:\"Innovation Catalyst\"})})}),className:\"framer-mbgvbj\",\"data-framer-name\":\"Your gateway to the crypto world\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1no4q04\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+0+160+0+0+0+0+0+0+174.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+0+160+0+0+0+0+0+0+183.2+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12hwqrd-container\",nodeId:\"H8uXoY8Dj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Tag,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"Join over 2000+ MedTech Innovators\",id:\"H8uXoY8Dj\",layoutId:\"H8uXoY8Dj\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"Ry7Z93i4v\",width:\"100%\",wUZvBuHV6:true,Z69PPXt7v:false})})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Accelerate your impact with an active community of world-class innovators, experts, and education.\"})}),className:\"framer-27ocyb\",\"data-framer-appear-id\":\"27ocyb\",\"data-framer-name\":\"Unlock your potential with expert education and an active community ready to support you.\",fonts:[\"Inter\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+0+160+0+0+0+0+420.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,y:(componentViewport?.y||0)+0+0+160+0+0+0+0+429.2,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1cojzcd-container\",\"data-framer-appear-id\":\"1cojzcd\",initial:animation5,nodeId:\"GfXve_nnJ\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{uJ8LKCeo_:resolvedLinks[2]},Lcj6x9hYL:{uJ8LKCeo_:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(MainButton,{height:\"100%\",id:\"GfXve_nnJ\",layoutId:\"GfXve_nnJ\",NUvVcnwcx:\"Apply For Membership\",uJ8LKCeo_:resolvedLinks[0],variant:\"S0GVsrSg1\",width:\"100%\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{height:383.2,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-11ndlxg-container hidden-72rtr7 hidden-rqpylw\",id:\"11ndlxg\",nodeId:\"wwoJPVEXw\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(InteractiveComponentsVideoPlayer,{height:\"100%\",id:\"wwoJPVEXw\",jo2UmEPPw:addImageAlt({pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png\",srcSet:\"https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png?scale-down-to=512 512w,https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png 1080w\"},\"\"),KQAAWxa9D:KQAAWxa9D3bnx0g({overlay}),layoutId:\"wwoJPVEXw\",style:{height:\"100%\",width:\"100%\"},variant:\"tlQJlNe9D\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1p4p23b\"),\"data-framer-portal-id\":\"11ndlxg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"wQLDPaSOZ\"),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-1vcoah3\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"11ndlxg\",exit:animation6,initial:animation}),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-7vnsa2\"),\"data-border\":true,\"data-framer-name\":\"Container\",\"data-framer-portal-id\":\"11ndlxg\",exit:animation6,initial:animation,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k7qg0t-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NJCySJH9Q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{play:\"On\",shouldMute:false}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"NJCySJH9Q\",isMixedBorderRadius:false,isRed:true,layoutId:\"NJCySJH9Q\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=5MMVMug4aM0&t=1s\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{height:435.6,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,y:(componentViewport?.y||0)+0+0+160+0+0+529.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-r3holr-container hidden-72rtr7 hidden-14hzt9f\",id:\"r3holr\",nodeId:\"DnH5QBRMQ\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(InteractiveComponentsVideoPlayer,{height:\"100%\",id:\"DnH5QBRMQ\",jo2UmEPPw:addImageAlt({pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png\",srcSet:\"https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png?scale-down-to=512 512w,https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vGDnG1tfY8YhWpYaMCAnrTo50.png 1080w\"},\"\"),KQAAWxa9D:KQAAWxa9D3bnx0g({overlay:overlay1}),layoutId:\"DnH5QBRMQ\",style:{height:\"100%\",width:\"100%\"},variant:\"tlQJlNe9D\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1m1eb5m\"),\"data-framer-portal-id\":\"r3holr\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"o4dT3QUdo\"),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-1fa83zw\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"r3holr\",exit:animation6,initial:animation}),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-6bmnmi\"),\"data-border\":true,\"data-framer-name\":\"Container\",\"data-framer-portal-id\":\"r3holr\",exit:animation6,initial:animation,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gfqdjb-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VLBBEDLrv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{play:\"On\",shouldMute:false}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"VLBBEDLrv\",isMixedBorderRadius:false,isRed:true,layoutId:\"VLBBEDLrv\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=5MMVMug4aM0&t=1s\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1104px\",y:(componentViewport?.y||0)+0+0+160+0+0+538.2,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1jsse1n-container hidden-rqpylw hidden-14hzt9f\",id:\"1jsse1n\",nodeId:\"SI7uN55TG\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(InteractiveComponentsVideoPlayer,{height:\"100%\",id:\"SI7uN55TG\",jo2UmEPPw:addImageAlt({pixelHeight:1350,pixelWidth:2400,src:\"https://framerusercontent.com/images/UZGaOWrMdnhEi0kMQIXEA8RG4IY.png\",srcSet:\"https://framerusercontent.com/images/UZGaOWrMdnhEi0kMQIXEA8RG4IY.png?scale-down-to=512 512w,https://framerusercontent.com/images/UZGaOWrMdnhEi0kMQIXEA8RG4IY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UZGaOWrMdnhEi0kMQIXEA8RG4IY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UZGaOWrMdnhEi0kMQIXEA8RG4IY.png 2400w\"},\"\"),KQAAWxa9D:KQAAWxa9D3bnx0g({overlay:overlay2}),layoutId:\"SI7uN55TG\",style:{height:\"100%\",width:\"100%\"},variant:\"tlQJlNe9D\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-gul5pu\"),\"data-framer-portal-id\":\"1jsse1n\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"Trb0vbelU\"),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-169szll\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"1jsse1n\",exit:animation6,initial:animation}),/*#__PURE__*/_jsx(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-nqfrei\"),\"data-border\":true,\"data-framer-name\":\"Container\",\"data-framer-portal-id\":\"1jsse1n\",exit:animation6,initial:animation,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1tapf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gcXxkyhQ9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"gcXxkyhQ9\",isMixedBorderRadius:false,isRed:true,layoutId:\"gcXxkyhQ9\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=5MMVMug4aM0&t=1s\",width:\"100%\"})})})})]}),getContainer())})})]})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-y4v9gd\",\"data-framer-name\":\"About\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j96dom\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-187ktbk\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v2pavp\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+1205+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+1378.2+80+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-un778c-container\",nodeId:\"TYQlCCHAv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"TYQlCCHAv\",layoutId:\"TYQlCCHAv\",o8r40RqW4:\"About us\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w3xi5k\",\"data-styles-preset\":\"GJ3chqxFm\",children:\"More than just an ecosystem\u2014A launchpad for MedTech innovation\"})}),className:\"framer-2fs7ol\",\"data-framer-name\":\"Transforming your crypto journey with knowledge and real-world signals\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Medical Innovation Exchange (MIX) is a community of innovators deeply committed to improving human health. \"})}),className:\"framer-1st2ugd\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1st2ugd\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-129fszd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-juiy2b\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aucfkd\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+1205+80+873}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1378.2+80+825,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e9tmtb-container\",nodeId:\"Zr0RE3XZ5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CompanyLogos,{height:\"100%\",id:\"Zr0RE3XZ5\",layoutId:\"Zr0RE3XZ5\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1pdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"},children:\"Note: Companies listed do not endorse MIX and represent individual participants only.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1pdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-e6ce6f8a-defb-419b-9618-755a1f9e862c, rgba(255, 255, 255, 0.3))\"},children:\"Note: Companies listed do not endorse MIX and represent individual participants only.\"})}),className:\"framer-kxe1yb\",\"data-framer-appear-id\":\"kxe1yb\",fonts:[\"FS;Poppins-italic\"],initial:animation10,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1no87x2 hidden-72rtr7 hidden-14hzt9f\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{y:(componentViewport?.y||0)+0+1205+80+1218+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1caj30s-container\",nodeId:\"aBjYukiZC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{AAYtuc2JK:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonsButton,{AAYtuc2JK:resolvedLinks1[0],height:\"100%\",id:\"aBjYukiZC\",layoutId:\"aBjYukiZC\",variant:\"j974RxurG\",Wi92K7IB2:\"Apply For Membership\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2641}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,y:(componentViewport?.y||0)+0+2686.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12b477z-container\",nodeId:\"qk5DUa1Fs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{uJ8LKCeo_:resolvedLinks2[2]},Lcj6x9hYL:{uJ8LKCeo_:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(MainButton,{height:\"100%\",id:\"qk5DUa1Fs\",layoutId:\"qk5DUa1Fs\",NUvVcnwcx:\"Apply For Membership\",uJ8LKCeo_:resolvedLinks2[0],variant:\"S0GVsrSg1\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-10vv1s\",\"data-framer-name\":\"Why Choose Us\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x5l5a4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g6uy9g\",\"data-framer-name\":\"Headline and Running Program\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1srt22f\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+2743.2+80+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aqt1eb-container\",nodeId:\"NfOUrZO5K\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"NfOUrZO5K\",layoutId:\"NfOUrZO5K\",o8r40RqW4:\"Why join\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",children:\"Real insights and results through expert and peer-to-peer guidance\"})}),className:\"framer-1sju48r\",\"data-framer-name\":\"Real insights real results with expert-led guidance\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nnmkgo-container hidden-72rtr7 hidden-rqpylw\",\"data-framer-name\":\"Feature\",isAuthoredByUser:true,isModuleExternal:true,name:\"Feature\",nodeId:\"JUAz8J2bO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-75abdd9f-a0f0-4c8d-a32f-6fd8a03af80c, rgba(255, 255, 255, 0.2))\",arrowPadding:12,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"JUAz8J2bO\",layoutId:\"JUAz8J2bO\",name:\"Feature\",padding:0,paddingBottom:0,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-78mppw-container\",inComponentSlot:true,nodeId:\"YRaEBqdu7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Industry Networking\",height:\"100%\",id:\"YRaEBqdu7\",iQLTilQkn:addImageAlt({pixelHeight:1200,pixelWidth:1200,positionX:\"52.3%\",positionY:\"80.3%\",src:\"https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png\",srcSet:\"https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png 1200w\"},\"Feature Image\"),layoutId:\"YRaEBqdu7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7tuxzt-container\",inComponentSlot:true,nodeId:\"JFpQGBntI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Mastermind Groups\",height:\"100%\",id:\"JFpQGBntI\",iQLTilQkn:addImageAlt({pixelHeight:1200,pixelWidth:1200,src:\"https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png\",srcSet:\"https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png?scale-down-to=512 512w,https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png 1200w\"},\"Feature Image\"),layoutId:\"JFpQGBntI\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lsyieq-container\",inComponentSlot:true,nodeId:\"BVkktg6Pc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Expert-created courses\",height:\"100%\",id:\"BVkktg6Pc\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg\",srcSet:\"https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg 932w\"},\"Feature Image\"),layoutId:\"BVkktg6Pc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18o46ws-container\",inComponentSlot:true,nodeId:\"pQF47x2Xn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Private LinkedIn Group\",height:\"100%\",id:\"pQF47x2Xn\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg\",srcSet:\"https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg 932w\"},\"Feature Image\"),layoutId:\"pQF47x2Xn\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1stpeni-container\",inComponentSlot:true,nodeId:\"a09X06J3T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Access to investor lists\",height:\"100%\",id:\"a09X06J3T\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png\",srcSet:\"https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png?scale-down-to=1024 819w,https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png 1080w\"},\"Feature Image\"),layoutId:\"a09X06J3T\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6uaml8-container\",inComponentSlot:true,nodeId:\"VDliIr0F5\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Masterclass videos\",height:\"100%\",id:\"VDliIr0F5\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg\",srcSet:\"https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg 932w\"},\"Feature Image\"),layoutId:\"VDliIr0F5\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18pluyr-container\",inComponentSlot:true,nodeId:\"wC51l4Qty\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Startup & Founder Perks\",height:\"100%\",id:\"wC51l4Qty\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png\",srcSet:\"https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png?scale-down-to=1024 819w,https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png 1080w\"},\"Feature Image\"),layoutId:\"wC51l4Qty\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1joauvc-container\",inComponentSlot:true,nodeId:\"uS6IQB1CC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"MedTech news & insights\",height:\"100%\",id:\"uS6IQB1CC\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png\",srcSet:\"https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png?scale-down-to=1024 819w,https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png 1080w\"},\"Feature Image\"),layoutId:\"uS6IQB1CC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ymyyo8-container\",inComponentSlot:true,nodeId:\"RO3cL1TjK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Private LinkedIn Group\",height:\"100%\",id:\"RO3cL1TjK\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg\",srcSet:\"https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg 932w\"},\"Feature Image\"),layoutId:\"RO3cL1TjK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-emdut3-container hidden-14hzt9f\",\"data-framer-name\":\"Feature\",isAuthoredByUser:true,isModuleExternal:true,name:\"Feature\",nodeId:\"wbWtd1dvM\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"wbWtd1dvM\",layoutId:\"wbWtd1dvM\",name:\"Feature\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ymyyo8-container\",inComponentSlot:true,nodeId:\"RO3cL1TjK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Private LinkedIn Group\",height:\"100%\",id:\"RO3cL1TjK\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg\",srcSet:\"https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/oYGu3CueJRxAEv0ePxOg0DFJA.jpg 932w\"},\"Feature Image\"),layoutId:\"RO3cL1TjK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1stpeni-container\",inComponentSlot:true,nodeId:\"a09X06J3T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Access to investor lists\",height:\"100%\",id:\"a09X06J3T\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png\",srcSet:\"https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png?scale-down-to=1024 819w,https://framerusercontent.com/images/0oQhUOkgNOtIbJfctxZFzyuiA.png 1080w\"},\"Feature Image\"),layoutId:\"a09X06J3T\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18o46ws-container\",inComponentSlot:true,nodeId:\"pQF47x2Xn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Private LinkedIn Group\",height:\"100%\",id:\"pQF47x2Xn\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg\",srcSet:\"https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/vFx4dVIWYieASz5bH6pOu9evVY.jpg 932w\"},\"Feature Image\"),layoutId:\"pQF47x2Xn\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7tuxzt-container\",inComponentSlot:true,nodeId:\"JFpQGBntI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Mastermind Groups\",height:\"100%\",id:\"JFpQGBntI\",iQLTilQkn:addImageAlt({pixelHeight:1200,pixelWidth:1200,src:\"https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png\",srcSet:\"https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png?scale-down-to=512 512w,https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y7SwkRcNAeZMoxX9cu4nM8j6oM.png 1200w\"},\"Feature Image\"),layoutId:\"JFpQGBntI\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6uaml8-container\",inComponentSlot:true,nodeId:\"VDliIr0F5\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Masterclass videos\",height:\"100%\",id:\"VDliIr0F5\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg\",srcSet:\"https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/6dbflTVxIEPZTTAnqxbWqogQVK0.jpg 932w\"},\"Feature Image\"),layoutId:\"VDliIr0F5\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1joauvc-container\",inComponentSlot:true,nodeId:\"uS6IQB1CC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"MedTech news & insights\",height:\"100%\",id:\"uS6IQB1CC\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png\",srcSet:\"https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png?scale-down-to=1024 819w,https://framerusercontent.com/images/xnWZUAkPBunO5lbmN6jrhKZRaJI.png 1080w\"},\"Feature Image\"),layoutId:\"uS6IQB1CC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18pluyr-container\",inComponentSlot:true,nodeId:\"wC51l4Qty\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Startup & Founder Perks\",height:\"100%\",id:\"wC51l4Qty\",iQLTilQkn:addImageAlt({pixelHeight:1350,pixelWidth:1080,src:\"https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png\",srcSet:\"https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png?scale-down-to=1024 819w,https://framerusercontent.com/images/0JzuVqsaF8osht4WwQgfNpGRf4.png 1080w\"},\"Feature Image\"),layoutId:\"wC51l4Qty\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lsyieq-container\",inComponentSlot:true,nodeId:\"BVkktg6Pc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Expert-created courses\",height:\"100%\",id:\"BVkktg6Pc\",iQLTilQkn:addImageAlt({pixelHeight:1328,pixelWidth:932,src:\"https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg\",srcSet:\"https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/m5d6N2rqcNgqFxzebBr7HSJ7mOU.jpg 932w\"},\"Feature Image\"),layoutId:\"BVkktg6Pc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"233px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-78mppw-container\",inComponentSlot:true,nodeId:\"YRaEBqdu7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{d6xW5GQhM:\"Industry Networking\",height:\"100%\",id:\"YRaEBqdu7\",iQLTilQkn:addImageAlt({pixelHeight:1200,pixelWidth:1200,positionX:\"52.3%\",positionY:\"80.3%\",src:\"https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png\",srcSet:\"https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CYzwKQiNEqkAVyBDngg212POXgo.png 1200w\"},\"Feature Image\"),layoutId:\"YRaEBqdu7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sg37br\",\"data-framer-name\":\"Data Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-87n6cz-container\",nodeId:\"adwJ8ckLe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"adwJ8ckLe\",JeWtGPCY8:\"40+\",layoutId:\"adwJ8ckLe\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Past expert moderators\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cmntqg-container\",nodeId:\"trJubyNJA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"trJubyNJA\",JeWtGPCY8:\"60+\",layoutId:\"trJubyNJA\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Masterminds conducted\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ppidsp-container\",nodeId:\"t0_35Ygbt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"t0_35Ygbt\",JeWtGPCY8:\"5k+\",layoutId:\"t0_35Ygbt\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Total participants\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+197}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16zz39p-container\",nodeId:\"DeIotjrCU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"DeIotjrCU\",JeWtGPCY8:\"10+\",layoutId:\"DeIotjrCU\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Innovation Lessons\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+197}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kqdpex-container\",nodeId:\"iD8TniRUr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"iD8TniRUr\",JeWtGPCY8:\"2+\",layoutId:\"iD8TniRUr\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Hours of Masterclasses\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px, 151px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+0+0+567.6+0+197}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:`max((min(${componentViewport?.width||\"100vw\"}, 1296px) - 224px) / 3, 50px)`,y:(componentViewport?.y||0)+0+2743.2+80+0+0+567.6+0+197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ba4gbx-container\",nodeId:\"wgfObA0Ag\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsData,{height:\"100%\",id:\"wgfObA0Ag\",JeWtGPCY8:\"98%\",layoutId:\"wgfObA0Ag\",style:{width:\"100%\"},width:\"100%\",Xrq1XdyfG:\"Member satisfaction rate\"})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-119sbkv hidden-72rtr7 hidden-14hzt9f\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+945.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1argap5-container\",nodeId:\"pJugfCwTQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lcj6x9hYL:{AAYtuc2JK:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonsButton,{AAYtuc2JK:resolvedLinks3[0],height:\"100%\",id:\"pJugfCwTQ\",layoutId:\"pJugfCwTQ\",variant:\"j974RxurG\",Wi92K7IB2:\"Apply For Membership\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+2698+80+1051.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,y:(componentViewport?.y||0)+0+2743.2+80+945.6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-173iwka-container\",nodeId:\"Z1JZd6QQU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{uJ8LKCeo_:resolvedLinks4[2]},Lcj6x9hYL:{uJ8LKCeo_:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(MainButton,{height:\"100%\",id:\"Z1JZd6QQU\",layoutId:\"Z1JZd6QQU\",NUvVcnwcx:\"Apply For Membership\",uJ8LKCeo_:resolvedLinks4[0],variant:\"S0GVsrSg1\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-39fs2q\",\"data-framer-name\":\"Testimonials\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o6xy0j\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10rw3is\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1q70rpa\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+3966.6+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+3905.8+80+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mkn0rr-container\",nodeId:\"xVWdzTIrw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"xVWdzTIrw\",layoutId:\"xVWdzTIrw\",o8r40RqW4:\"Innovators\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Past moderators, members, and speakers who are industry leaders\"})}),className:\"framer-1ywyc0g\",\"data-framer-name\":\"Success stories straight from our community\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:[\"Join the ranks of \",/*#__PURE__*/_jsx(\"strong\",{children:\"MedTech\u2019s best\"}),\"\u2014connect with the MedTech minds shaping innovation.\"]})}),className:\"framer-j9xvfu\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\",\"Inter-Bold\"],id:\"j9xvfu\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Who's inside MIX?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sk044o\",\"data-styles-preset\":\"WHWap_WBh\",style:{\"--framer-text-alignment\":\"center\"},children:\"Who's inside MIX?\"})}),className:\"framer-1nm1jhk\",\"data-framer-name\":\"Success stories straight from our community\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gm3ra1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dkrvjj\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Founders & Entrepreneurs\"})}),className:\"framer-13fdshb\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"13fdshb\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q7fmav\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Physicians & Clinicians\"})}),className:\"framer-1k2xwhx\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1k2xwhx\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19bavvb\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Consultants & Advisors\"})}),className:\"framer-1fedik3\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1fedik3\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-idkk63\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Service Providers\"})}),className:\"framer-7sa7p\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"7sa7p\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t77vsk\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Angel Investors\"})}),className:\"framer-23nlai\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"23nlai\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kizog4\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Scientists\"})}),className:\"framer-1723bzh\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1723bzh\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wyj1pe\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Industry Professionals\"})}),className:\"framer-wh3mzq\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"wh3mzq\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dhjtyt hidden-rqpylw\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Corporate Partners\"})}),className:\"framer-1jrzedt\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1jrzedt\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j4ed3h\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-272108c5-cbc0-4ce4-9d05-d75e0644a09a, rgba(255, 255, 255, 0.8))\"},children:\"Specialists & Experts\"})}),className:\"framer-c9i3lo\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"c9i3lo\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined},{href:{webPageId:\"ROMmuiIQD\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+3966.6+80+821.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,y:(componentViewport?.y||0)+0+3905.8+80+734.6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dzhr9d-container\",nodeId:\"jbFE0dYsT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{uJ8LKCeo_:resolvedLinks5[2]},Lcj6x9hYL:{uJ8LKCeo_:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(MainButton,{height:\"100%\",id:\"jbFE0dYsT\",layoutId:\"jbFE0dYsT\",NUvVcnwcx:\"Apply For Membership\",uJ8LKCeo_:resolvedLinks5[0],variant:\"S0GVsrSg1\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1gjzaz9\",\"data-framer-name\":\"Perks\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11m9gs1\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c4c3fl\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bfzg0n\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+5005.2+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+4857.4+80+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w30pjg-container\",nodeId:\"AQVpWPHAN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"AQVpWPHAN\",layoutId:\"AQVpWPHAN\",o8r40RqW4:\"Member Perks\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Exclusive offers \u2014 Made for Innovators, only at MIX \"})}),className:\"framer-1twkzrd\",\"data-framer-name\":\"Success stories straight from our community\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1rj2hsr\",\"data-styles-preset\":\"Gl6Mz_yIZ\",children:[\"Discover exclusive perks and discounts trusted by MedTech leaders. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ROMmuiIQD\"},motionChild:true,nodeId:\"iPxX9bXik\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-oiiqjc\",\"data-styles-preset\":\"KAcK0eRos\",children:\"Become a MIX member\"})}),\" to unlock the full experience.\"]})}),className:\"framer-1xl8fm2\",\"data-framer-name\":\"Discover how our members have achieved impressive portfolio growth. Let their success inspire your journey!\",fonts:[\"Inter\"],id:\"1xl8fm2\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nruwbn-container hidden-14hzt9f\",\"data-framer-name\":\"Carousel Testimonial\",isAuthoredByUser:true,isModuleExternal:true,name:\"Carousel Testimonial\",nodeId:\"RorlIakBe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-75abdd9f-a0f0-4c8d-a32f-6fd8a03af80c, rgba(255, 255, 255, 0.2))\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:16,height:\"100%\",id:\"RorlIakBe\",layoutId:\"RorlIakBe\",name:\"Carousel Testimonial\",padding:0,paddingBottom:30,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-152aomn\",\"data-framer-name\":\"0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"HlrxcKT4b\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"HlrxcKT4b\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"HlrxcKT4b\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BBIlAOq4t:BBIlAOq4tHlrxcKT4b,g_vof_64I:g_vof_64IHlrxcKT4b,id:idHlrxcKT4b,lkrIu0MKx:lkrIu0MKxHlrxcKT4b,mIpQDEVVS:mIpQDEVVSHlrxcKT4b,qhcyjd4PR:qhcyjd4PRHlrxcKT4b,VmiOmVAEx:VmiOmVAExHlrxcKT4b,yeSh34F1L:yeSh34F1LHlrxcKT4b},index)=>{yeSh34F1LHlrxcKT4b??=true;g_vof_64IHlrxcKT4b??=\"\";qhcyjd4PRHlrxcKT4b??=\"\";BBIlAOq4tHlrxcKT4b??=\"\";mIpQDEVVSHlrxcKT4b??=\"\";VmiOmVAExHlrxcKT4b??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`HlrxcKT4b-${idHlrxcKT4b}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRHlrxcKT4b},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IHlrxcKT4b,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRHlrxcKT4b}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ylqyw3-container\",inComponentSlot:true,nodeId:\"IvoBE35Ou\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenseylqyw3WithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks6[0],height:\"100%\",id:\"IvoBE35Ou\",L5Ast4NHM:mIpQDEVVSHlrxcKT4b,layoutId:\"IvoBE35Ou\",pUn3t5ZeZ:BBIlAOq4tHlrxcKT4b,SaDioMwGm:VmiOmVAExHlrxcKT4b,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LHlrxcKT4b,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks6[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxHlrxcKT4b)})})})})})},idHlrxcKT4b);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxakk6\",\"data-framer-name\":\"1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qDKo831ig\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"qDKo831ig\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"qDKo831ig\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({BBIlAOq4t:BBIlAOq4tqDKo831ig,g_vof_64I:g_vof_64IqDKo831ig,id:idqDKo831ig,lkrIu0MKx:lkrIu0MKxqDKo831ig,mIpQDEVVS:mIpQDEVVSqDKo831ig,qhcyjd4PR:qhcyjd4PRqDKo831ig,VmiOmVAEx:VmiOmVAExqDKo831ig,yeSh34F1L:yeSh34F1LqDKo831ig},index1)=>{yeSh34F1LqDKo831ig??=true;g_vof_64IqDKo831ig??=\"\";qhcyjd4PRqDKo831ig??=\"\";BBIlAOq4tqDKo831ig??=\"\";mIpQDEVVSqDKo831ig??=\"\";VmiOmVAExqDKo831ig??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`qDKo831ig-${idqDKo831ig}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRqDKo831ig},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IqDKo831ig,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRqDKo831ig}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ot3lx-container\",inComponentSlot:true,nodeId:\"KLkBpkfKg\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense7ot3lxWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks7[0],height:\"100%\",id:\"KLkBpkfKg\",L5Ast4NHM:mIpQDEVVSqDKo831ig,layoutId:\"KLkBpkfKg\",pUn3t5ZeZ:BBIlAOq4tqDKo831ig,SaDioMwGm:VmiOmVAExqDKo831ig,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LqDKo831ig,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks7[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxqDKo831ig)})})})})})},idqDKo831ig);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jvow6a\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"siMBMyWVm\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"siMBMyWVm\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"siMBMyWVm\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({BBIlAOq4t:BBIlAOq4tsiMBMyWVm,g_vof_64I:g_vof_64IsiMBMyWVm,id:idsiMBMyWVm,lkrIu0MKx:lkrIu0MKxsiMBMyWVm,mIpQDEVVS:mIpQDEVVSsiMBMyWVm,qhcyjd4PR:qhcyjd4PRsiMBMyWVm,VmiOmVAEx:VmiOmVAExsiMBMyWVm,yeSh34F1L:yeSh34F1LsiMBMyWVm},index2)=>{yeSh34F1LsiMBMyWVm??=true;g_vof_64IsiMBMyWVm??=\"\";qhcyjd4PRsiMBMyWVm??=\"\";BBIlAOq4tsiMBMyWVm??=\"\";mIpQDEVVSsiMBMyWVm??=\"\";VmiOmVAExsiMBMyWVm??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`siMBMyWVm-${idsiMBMyWVm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRsiMBMyWVm},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IsiMBMyWVm,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRsiMBMyWVm}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y8pe1i-container\",inComponentSlot:true,nodeId:\"gUfw5mXkW\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1y8pe1iWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks8[0],height:\"100%\",id:\"gUfw5mXkW\",L5Ast4NHM:mIpQDEVVSsiMBMyWVm,layoutId:\"gUfw5mXkW\",pUn3t5ZeZ:BBIlAOq4tsiMBMyWVm,SaDioMwGm:VmiOmVAExsiMBMyWVm,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LsiMBMyWVm,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks8[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxsiMBMyWVm)})})})})})},idsiMBMyWVm);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u15ciu\",\"data-framer-name\":\"6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"zTcpmeo5X\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},select:[{collection:\"zTcpmeo5X\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"zTcpmeo5X\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({BBIlAOq4t:BBIlAOq4tzTcpmeo5X,g_vof_64I:g_vof_64IzTcpmeo5X,id:idzTcpmeo5X,lkrIu0MKx:lkrIu0MKxzTcpmeo5X,mIpQDEVVS:mIpQDEVVSzTcpmeo5X,qhcyjd4PR:qhcyjd4PRzTcpmeo5X,VmiOmVAEx:VmiOmVAExzTcpmeo5X,yeSh34F1L:yeSh34F1LzTcpmeo5X},index3)=>{yeSh34F1LzTcpmeo5X??=true;g_vof_64IzTcpmeo5X??=\"\";qhcyjd4PRzTcpmeo5X??=\"\";BBIlAOq4tzTcpmeo5X??=\"\";mIpQDEVVSzTcpmeo5X??=\"\";VmiOmVAExzTcpmeo5X??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`zTcpmeo5X-${idzTcpmeo5X}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRzTcpmeo5X},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IzTcpmeo5X,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRzTcpmeo5X}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ovjcy2-container\",inComponentSlot:true,nodeId:\"DHBUl6DqW\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenseovjcy2WithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks9[0],height:\"100%\",id:\"DHBUl6DqW\",L5Ast4NHM:mIpQDEVVSzTcpmeo5X,layoutId:\"DHBUl6DqW\",pUn3t5ZeZ:BBIlAOq4tzTcpmeo5X,SaDioMwGm:VmiOmVAExzTcpmeo5X,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LzTcpmeo5X,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks9[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxzTcpmeo5X)})})})})})},idzTcpmeo5X);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ahig5b\",\"data-framer-name\":\"3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"UXrV0EnpY\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"UXrV0EnpY\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"UXrV0EnpY\",name:\"id\",type:\"Identifier\"}]},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({BBIlAOq4t:BBIlAOq4tUXrV0EnpY,g_vof_64I:g_vof_64IUXrV0EnpY,id:idUXrV0EnpY,lkrIu0MKx:lkrIu0MKxUXrV0EnpY,mIpQDEVVS:mIpQDEVVSUXrV0EnpY,qhcyjd4PR:qhcyjd4PRUXrV0EnpY,VmiOmVAEx:VmiOmVAExUXrV0EnpY,yeSh34F1L:yeSh34F1LUXrV0EnpY},index4)=>{yeSh34F1LUXrV0EnpY??=true;g_vof_64IUXrV0EnpY??=\"\";qhcyjd4PRUXrV0EnpY??=\"\";BBIlAOq4tUXrV0EnpY??=\"\";mIpQDEVVSUXrV0EnpY??=\"\";VmiOmVAExUXrV0EnpY??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`UXrV0EnpY-${idUXrV0EnpY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRUXrV0EnpY},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IUXrV0EnpY,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRUXrV0EnpY}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h7qnsj-container\",inComponentSlot:true,nodeId:\"JkHX9fsU4\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1h7qnsjWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks10[0],height:\"100%\",id:\"JkHX9fsU4\",L5Ast4NHM:mIpQDEVVSUXrV0EnpY,layoutId:\"JkHX9fsU4\",pUn3t5ZeZ:BBIlAOq4tUXrV0EnpY,SaDioMwGm:VmiOmVAExUXrV0EnpY,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LUXrV0EnpY,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks10[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxUXrV0EnpY)})})})})})},idUXrV0EnpY);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t07tmj\",\"data-framer-name\":\"4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"dSUiO9tzt\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"dSUiO9tzt\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"dSUiO9tzt\",name:\"id\",type:\"Identifier\"}]},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({BBIlAOq4t:BBIlAOq4tdSUiO9tzt,g_vof_64I:g_vof_64IdSUiO9tzt,id:iddSUiO9tzt,lkrIu0MKx:lkrIu0MKxdSUiO9tzt,mIpQDEVVS:mIpQDEVVSdSUiO9tzt,qhcyjd4PR:qhcyjd4PRdSUiO9tzt,VmiOmVAEx:VmiOmVAExdSUiO9tzt,yeSh34F1L:yeSh34F1LdSUiO9tzt},index5)=>{yeSh34F1LdSUiO9tzt??=true;g_vof_64IdSUiO9tzt??=\"\";qhcyjd4PRdSUiO9tzt??=\"\";BBIlAOq4tdSUiO9tzt??=\"\";mIpQDEVVSdSUiO9tzt??=\"\";VmiOmVAExdSUiO9tzt??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`dSUiO9tzt-${iddSUiO9tzt}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRdSUiO9tzt},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IdSUiO9tzt,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRdSUiO9tzt}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fetmzr-container\",inComponentSlot:true,nodeId:\"MQbJNGj6B\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1fetmzrWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks11[0],height:\"100%\",id:\"MQbJNGj6B\",L5Ast4NHM:mIpQDEVVSdSUiO9tzt,layoutId:\"MQbJNGj6B\",pUn3t5ZeZ:BBIlAOq4tdSUiO9tzt,SaDioMwGm:VmiOmVAExdSUiO9tzt,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LdSUiO9tzt,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks11[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxdSUiO9tzt)})})})})})},iddSUiO9tzt);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15b33rk\",\"data-framer-name\":\"5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"NQXolTlT1\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},select:[{collection:\"NQXolTlT1\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"NQXolTlT1\",name:\"id\",type:\"Identifier\"}]},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({BBIlAOq4t:BBIlAOq4tNQXolTlT1,g_vof_64I:g_vof_64INQXolTlT1,id:idNQXolTlT1,lkrIu0MKx:lkrIu0MKxNQXolTlT1,mIpQDEVVS:mIpQDEVVSNQXolTlT1,qhcyjd4PR:qhcyjd4PRNQXolTlT1,VmiOmVAEx:VmiOmVAExNQXolTlT1,yeSh34F1L:yeSh34F1LNQXolTlT1},index6)=>{yeSh34F1LNQXolTlT1??=true;g_vof_64INQXolTlT1??=\"\";qhcyjd4PRNQXolTlT1??=\"\";BBIlAOq4tNQXolTlT1??=\"\";mIpQDEVVSNQXolTlT1??=\"\";VmiOmVAExNQXolTlT1??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`NQXolTlT1-${idNQXolTlT1}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRNQXolTlT1},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64INQXolTlT1,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRNQXolTlT1}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wjvv0k-container\",inComponentSlot:true,nodeId:\"ZPGrDAX66\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicensewjvv0kWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks12[0],height:\"100%\",id:\"ZPGrDAX66\",L5Ast4NHM:mIpQDEVVSNQXolTlT1,layoutId:\"ZPGrDAX66\",pUn3t5ZeZ:BBIlAOq4tNQXolTlT1,SaDioMwGm:VmiOmVAExNQXolTlT1,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LNQXolTlT1,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks12[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxNQXolTlT1)})})})})})},idNQXolTlT1);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pxr8or\",\"data-framer-name\":\"7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Okd1P81zC\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},select:[{collection:\"Okd1P81zC\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"Okd1P81zC\",name:\"id\",type:\"Identifier\"}]},children:(collection7,paginationInfo7,loadMore7)=>/*#__PURE__*/_jsx(_Fragment,{children:collection7?.map(({BBIlAOq4t:BBIlAOq4tOkd1P81zC,g_vof_64I:g_vof_64IOkd1P81zC,id:idOkd1P81zC,lkrIu0MKx:lkrIu0MKxOkd1P81zC,mIpQDEVVS:mIpQDEVVSOkd1P81zC,qhcyjd4PR:qhcyjd4PROkd1P81zC,VmiOmVAEx:VmiOmVAExOkd1P81zC,yeSh34F1L:yeSh34F1LOkd1P81zC},index7)=>{yeSh34F1LOkd1P81zC??=true;g_vof_64IOkd1P81zC??=\"\";qhcyjd4PROkd1P81zC??=\"\";BBIlAOq4tOkd1P81zC??=\"\";mIpQDEVVSOkd1P81zC??=\"\";VmiOmVAExOkd1P81zC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Okd1P81zC-${idOkd1P81zC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PROkd1P81zC},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IOkd1P81zC,implicitPathVariables:{qhcyjd4PR:qhcyjd4PROkd1P81zC}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:\"355px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-12uceat-container\",inComponentSlot:true,nodeId:\"AIVuUlndF\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense12uceatWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks13[0],height:\"100%\",id:\"AIVuUlndF\",L5Ast4NHM:mIpQDEVVSOkd1P81zC,layoutId:\"AIVuUlndF\",pUn3t5ZeZ:BBIlAOq4tOkd1P81zC,SaDioMwGm:VmiOmVAExOkd1P81zC,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LOkd1P81zC,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks13[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxOkd1P81zC)})})})})})},idOkd1P81zC);})})})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14qet69-container hidden-72rtr7 hidden-rqpylw\",\"data-framer-name\":\"Mobile - Carousel\",isAuthoredByUser:true,isModuleExternal:true,name:\"Mobile - Carousel\",nodeId:\"dzWSwsX0A\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{align:\"flex-start\"}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-75abdd9f-a0f0-4c8d-a32f-6fd8a03af80c, rgba(255, 255, 255, 0.2))\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:14},gap:8,height:\"100%\",id:\"dzWSwsX0A\",layoutId:\"dzWSwsX0A\",name:\"Mobile - Carousel\",padding:0,paddingBottom:30,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(255, 255, 255, 0.07)\",dotsBlur:4,dotsFill:\"rgb(240, 240, 240)\",dotsGap:10,dotsInset:0,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8l1s7w\",\"data-framer-name\":\"0 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"nxHprAH6s\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"nxHprAH6s\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"nxHprAH6s\",name:\"id\",type:\"Identifier\"}]},children:(collection8,paginationInfo8,loadMore8)=>/*#__PURE__*/_jsx(_Fragment,{children:collection8?.map(({BBIlAOq4t:BBIlAOq4tnxHprAH6s,g_vof_64I:g_vof_64InxHprAH6s,id:idnxHprAH6s,lkrIu0MKx:lkrIu0MKxnxHprAH6s,mIpQDEVVS:mIpQDEVVSnxHprAH6s,qhcyjd4PR:qhcyjd4PRnxHprAH6s,VmiOmVAEx:VmiOmVAExnxHprAH6s,yeSh34F1L:yeSh34F1LnxHprAH6s},index8)=>{yeSh34F1LnxHprAH6s??=true;g_vof_64InxHprAH6s??=\"\";qhcyjd4PRnxHprAH6s??=\"\";BBIlAOq4tnxHprAH6s??=\"\";mIpQDEVVSnxHprAH6s??=\"\";VmiOmVAExnxHprAH6s??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`nxHprAH6s-${idnxHprAH6s}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRnxHprAH6s},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64InxHprAH6s,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRnxHprAH6s}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-r37ond-container\",inComponentSlot:true,nodeId:\"Ec4UYVt5o\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenser37ondWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks14[0],height:\"100%\",id:\"Ec4UYVt5o\",L5Ast4NHM:mIpQDEVVSnxHprAH6s,layoutId:\"Ec4UYVt5o\",pUn3t5ZeZ:BBIlAOq4tnxHprAH6s,SaDioMwGm:VmiOmVAExnxHprAH6s,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LnxHprAH6s,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks14[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxnxHprAH6s)})})})})})},idnxHprAH6s);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1zs4k\",\"data-framer-name\":\"1 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rIbTo0tFq\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"rIbTo0tFq\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"rIbTo0tFq\",name:\"id\",type:\"Identifier\"}]},children:(collection9,paginationInfo9,loadMore9)=>/*#__PURE__*/_jsx(_Fragment,{children:collection9?.map(({BBIlAOq4t:BBIlAOq4trIbTo0tFq,g_vof_64I:g_vof_64IrIbTo0tFq,id:idrIbTo0tFq,lkrIu0MKx:lkrIu0MKxrIbTo0tFq,mIpQDEVVS:mIpQDEVVSrIbTo0tFq,qhcyjd4PR:qhcyjd4PRrIbTo0tFq,VmiOmVAEx:VmiOmVAExrIbTo0tFq,yeSh34F1L:yeSh34F1LrIbTo0tFq},index9)=>{yeSh34F1LrIbTo0tFq??=true;g_vof_64IrIbTo0tFq??=\"\";qhcyjd4PRrIbTo0tFq??=\"\";BBIlAOq4trIbTo0tFq??=\"\";mIpQDEVVSrIbTo0tFq??=\"\";VmiOmVAExrIbTo0tFq??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rIbTo0tFq-${idrIbTo0tFq}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRrIbTo0tFq},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IrIbTo0tFq,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRrIbTo0tFq}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vvwbdo-container\",inComponentSlot:true,nodeId:\"yECyGPUFv\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1vvwbdoWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks15[0],height:\"100%\",id:\"yECyGPUFv\",L5Ast4NHM:mIpQDEVVSrIbTo0tFq,layoutId:\"yECyGPUFv\",pUn3t5ZeZ:BBIlAOq4trIbTo0tFq,SaDioMwGm:VmiOmVAExrIbTo0tFq,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LrIbTo0tFq,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks15[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxrIbTo0tFq)})})})})})},idrIbTo0tFq);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xxtnji\",\"data-framer-name\":\"2 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TBzN7vabM\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"TBzN7vabM\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"TBzN7vabM\",name:\"id\",type:\"Identifier\"}]},children:(collection10,paginationInfo10,loadMore10)=>/*#__PURE__*/_jsx(_Fragment,{children:collection10?.map(({BBIlAOq4t:BBIlAOq4tTBzN7vabM,g_vof_64I:g_vof_64ITBzN7vabM,id:idTBzN7vabM,lkrIu0MKx:lkrIu0MKxTBzN7vabM,mIpQDEVVS:mIpQDEVVSTBzN7vabM,qhcyjd4PR:qhcyjd4PRTBzN7vabM,VmiOmVAEx:VmiOmVAExTBzN7vabM,yeSh34F1L:yeSh34F1LTBzN7vabM},index10)=>{yeSh34F1LTBzN7vabM??=true;g_vof_64ITBzN7vabM??=\"\";qhcyjd4PRTBzN7vabM??=\"\";BBIlAOq4tTBzN7vabM??=\"\";mIpQDEVVSTBzN7vabM??=\"\";VmiOmVAExTBzN7vabM??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TBzN7vabM-${idTBzN7vabM}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRTBzN7vabM},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64ITBzN7vabM,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRTBzN7vabM}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ckjpn2-container\",inComponentSlot:true,nodeId:\"naRtXq6Qg\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenseckjpn2WithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks16[0],height:\"100%\",id:\"naRtXq6Qg\",L5Ast4NHM:mIpQDEVVSTBzN7vabM,layoutId:\"naRtXq6Qg\",pUn3t5ZeZ:BBIlAOq4tTBzN7vabM,SaDioMwGm:VmiOmVAExTBzN7vabM,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LTBzN7vabM,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks16[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxTBzN7vabM)})})})})})},idTBzN7vabM);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8cj7x\",\"data-framer-name\":\"3 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"iK56aIGKo\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"iK56aIGKo\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"iK56aIGKo\",name:\"id\",type:\"Identifier\"}]},children:(collection11,paginationInfo11,loadMore11)=>/*#__PURE__*/_jsx(_Fragment,{children:collection11?.map(({BBIlAOq4t:BBIlAOq4tiK56aIGKo,g_vof_64I:g_vof_64IiK56aIGKo,id:idiK56aIGKo,lkrIu0MKx:lkrIu0MKxiK56aIGKo,mIpQDEVVS:mIpQDEVVSiK56aIGKo,qhcyjd4PR:qhcyjd4PRiK56aIGKo,VmiOmVAEx:VmiOmVAExiK56aIGKo,yeSh34F1L:yeSh34F1LiK56aIGKo},index11)=>{yeSh34F1LiK56aIGKo??=true;g_vof_64IiK56aIGKo??=\"\";qhcyjd4PRiK56aIGKo??=\"\";BBIlAOq4tiK56aIGKo??=\"\";mIpQDEVVSiK56aIGKo??=\"\";VmiOmVAExiK56aIGKo??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`iK56aIGKo-${idiK56aIGKo}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRiK56aIGKo},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IiK56aIGKo,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRiK56aIGKo}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ee7gwj-container\",inComponentSlot:true,nodeId:\"EnptysI9a\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenseee7gwjWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks17[0],height:\"100%\",id:\"EnptysI9a\",L5Ast4NHM:mIpQDEVVSiK56aIGKo,layoutId:\"EnptysI9a\",pUn3t5ZeZ:BBIlAOq4tiK56aIGKo,SaDioMwGm:VmiOmVAExiK56aIGKo,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LiK56aIGKo,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks17[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxiK56aIGKo)})})})})})},idiK56aIGKo);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v4qs4g\",\"data-framer-name\":\"4 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"hodPULWHo\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"hodPULWHo\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"hodPULWHo\",name:\"id\",type:\"Identifier\"}]},children:(collection12,paginationInfo12,loadMore12)=>/*#__PURE__*/_jsx(_Fragment,{children:collection12?.map(({BBIlAOq4t:BBIlAOq4thodPULWHo,g_vof_64I:g_vof_64IhodPULWHo,id:idhodPULWHo,lkrIu0MKx:lkrIu0MKxhodPULWHo,mIpQDEVVS:mIpQDEVVShodPULWHo,qhcyjd4PR:qhcyjd4PRhodPULWHo,VmiOmVAEx:VmiOmVAExhodPULWHo,yeSh34F1L:yeSh34F1LhodPULWHo},index12)=>{yeSh34F1LhodPULWHo??=true;g_vof_64IhodPULWHo??=\"\";qhcyjd4PRhodPULWHo??=\"\";BBIlAOq4thodPULWHo??=\"\";mIpQDEVVShodPULWHo??=\"\";VmiOmVAExhodPULWHo??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`hodPULWHo-${idhodPULWHo}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRhodPULWHo},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IhodPULWHo,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRhodPULWHo}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1befdlw-container\",inComponentSlot:true,nodeId:\"ec07Luibh\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1befdlwWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks18[0],height:\"100%\",id:\"ec07Luibh\",L5Ast4NHM:mIpQDEVVShodPULWHo,layoutId:\"ec07Luibh\",pUn3t5ZeZ:BBIlAOq4thodPULWHo,SaDioMwGm:VmiOmVAExhodPULWHo,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LhodPULWHo,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks18[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxhodPULWHo)})})})})})},idhodPULWHo);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p0zskx\",\"data-framer-name\":\"5 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JIvlblMj9\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},select:[{collection:\"JIvlblMj9\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"JIvlblMj9\",name:\"id\",type:\"Identifier\"}]},children:(collection13,paginationInfo13,loadMore13)=>/*#__PURE__*/_jsx(_Fragment,{children:collection13?.map(({BBIlAOq4t:BBIlAOq4tJIvlblMj9,g_vof_64I:g_vof_64IJIvlblMj9,id:idJIvlblMj9,lkrIu0MKx:lkrIu0MKxJIvlblMj9,mIpQDEVVS:mIpQDEVVSJIvlblMj9,qhcyjd4PR:qhcyjd4PRJIvlblMj9,VmiOmVAEx:VmiOmVAExJIvlblMj9,yeSh34F1L:yeSh34F1LJIvlblMj9},index13)=>{yeSh34F1LJIvlblMj9??=true;g_vof_64IJIvlblMj9??=\"\";qhcyjd4PRJIvlblMj9??=\"\";BBIlAOq4tJIvlblMj9??=\"\";mIpQDEVVSJIvlblMj9??=\"\";VmiOmVAExJIvlblMj9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`JIvlblMj9-${idJIvlblMj9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRJIvlblMj9},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IJIvlblMj9,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRJIvlblMj9}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jdzryp-container\",inComponentSlot:true,nodeId:\"yggyeikVO\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1jdzrypWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks19[0],height:\"100%\",id:\"yggyeikVO\",L5Ast4NHM:mIpQDEVVSJIvlblMj9,layoutId:\"yggyeikVO\",pUn3t5ZeZ:BBIlAOq4tJIvlblMj9,SaDioMwGm:VmiOmVAExJIvlblMj9,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LJIvlblMj9,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks19[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxJIvlblMj9)})})})})})},idJIvlblMj9);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mpg3an\",\"data-framer-name\":\"6 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Zb0g1MFfE\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},select:[{collection:\"Zb0g1MFfE\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"Zb0g1MFfE\",name:\"id\",type:\"Identifier\"}]},children:(collection14,paginationInfo14,loadMore14)=>/*#__PURE__*/_jsx(_Fragment,{children:collection14?.map(({BBIlAOq4t:BBIlAOq4tZb0g1MFfE,g_vof_64I:g_vof_64IZb0g1MFfE,id:idZb0g1MFfE,lkrIu0MKx:lkrIu0MKxZb0g1MFfE,mIpQDEVVS:mIpQDEVVSZb0g1MFfE,qhcyjd4PR:qhcyjd4PRZb0g1MFfE,VmiOmVAEx:VmiOmVAExZb0g1MFfE,yeSh34F1L:yeSh34F1LZb0g1MFfE},index14)=>{yeSh34F1LZb0g1MFfE??=true;g_vof_64IZb0g1MFfE??=\"\";qhcyjd4PRZb0g1MFfE??=\"\";BBIlAOq4tZb0g1MFfE??=\"\";mIpQDEVVSZb0g1MFfE??=\"\";VmiOmVAExZb0g1MFfE??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Zb0g1MFfE-${idZb0g1MFfE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRZb0g1MFfE},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IZb0g1MFfE,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRZb0g1MFfE}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3iyj6d-container\",inComponentSlot:true,nodeId:\"vH0FJuR1h\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense3iyj6dWithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks20[0],height:\"100%\",id:\"vH0FJuR1h\",L5Ast4NHM:mIpQDEVVSZb0g1MFfE,layoutId:\"vH0FJuR1h\",pUn3t5ZeZ:BBIlAOq4tZb0g1MFfE,SaDioMwGm:VmiOmVAExZb0g1MFfE,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LZb0g1MFfE,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks20[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxZb0g1MFfE)})})})})})},idZb0g1MFfE);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-183uag7\",\"data-framer-name\":\"7 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qeVaQN5HJ\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},select:[{collection:\"qeVaQN5HJ\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"qeVaQN5HJ\",name:\"id\",type:\"Identifier\"}]},children:(collection15,paginationInfo15,loadMore15)=>/*#__PURE__*/_jsx(_Fragment,{children:collection15?.map(({BBIlAOq4t:BBIlAOq4tqeVaQN5HJ,g_vof_64I:g_vof_64IqeVaQN5HJ,id:idqeVaQN5HJ,lkrIu0MKx:lkrIu0MKxqeVaQN5HJ,mIpQDEVVS:mIpQDEVVSqeVaQN5HJ,qhcyjd4PR:qhcyjd4PRqeVaQN5HJ,VmiOmVAEx:VmiOmVAExqeVaQN5HJ,yeSh34F1L:yeSh34F1LqeVaQN5HJ},index15)=>{yeSh34F1LqeVaQN5HJ??=true;g_vof_64IqeVaQN5HJ??=\"\";qhcyjd4PRqeVaQN5HJ??=\"\";BBIlAOq4tqeVaQN5HJ??=\"\";mIpQDEVVSqeVaQN5HJ??=\"\";VmiOmVAExqeVaQN5HJ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`qeVaQN5HJ-${idqeVaQN5HJ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRqeVaQN5HJ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IqeVaQN5HJ,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRqeVaQN5HJ}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-eiqe43-container\",inComponentSlot:true,nodeId:\"XJ6_G5zfC\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicenseeiqe43WithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks21[0],height:\"100%\",id:\"XJ6_G5zfC\",L5Ast4NHM:mIpQDEVVSqeVaQN5HJ,layoutId:\"XJ6_G5zfC\",pUn3t5ZeZ:BBIlAOq4tqeVaQN5HJ,SaDioMwGm:VmiOmVAExqeVaQN5HJ,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LqeVaQN5HJ,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks21[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxqeVaQN5HJ)})})})})})},idqeVaQN5HJ);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uoe0jp\",\"data-framer-name\":\"8 - mobile\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"GLen4h4Em\",data:MemberPerks,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},select:[{collection:\"GLen4h4Em\",name:\"yeSh34F1L\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"g_vof_64I\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"qhcyjd4PR\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"lkrIu0MKx\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"BBIlAOq4t\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"mIpQDEVVS\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"VmiOmVAEx\",type:\"Identifier\"},{collection:\"GLen4h4Em\",name:\"id\",type:\"Identifier\"}]},children:(collection16,paginationInfo16,loadMore16)=>/*#__PURE__*/_jsx(_Fragment,{children:collection16?.map(({BBIlAOq4t:BBIlAOq4tGLen4h4Em,g_vof_64I:g_vof_64IGLen4h4Em,id:idGLen4h4Em,lkrIu0MKx:lkrIu0MKxGLen4h4Em,mIpQDEVVS:mIpQDEVVSGLen4h4Em,qhcyjd4PR:qhcyjd4PRGLen4h4Em,VmiOmVAEx:VmiOmVAExGLen4h4Em,yeSh34F1L:yeSh34F1LGLen4h4Em},index16)=>{yeSh34F1LGLen4h4Em??=true;g_vof_64IGLen4h4Em??=\"\";qhcyjd4PRGLen4h4Em??=\"\";BBIlAOq4tGLen4h4Em??=\"\";mIpQDEVVSGLen4h4Em??=\"\";VmiOmVAExGLen4h4Em??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`GLen4h4Em-${idGLen4h4Em}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qhcyjd4PR:qhcyjd4PRGLen4h4Em},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:g_vof_64IGLen4h4Em,implicitPathVariables:{qhcyjd4PR:qhcyjd4PRGLen4h4Em}},{href:{webPageId:\"U0B2HY4Kr\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n0pel6-container\",inComponentSlot:true,nodeId:\"CHIsqYeou\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation12,children:/*#__PURE__*/_jsx(PerkItemWithVariantActiveLicense1n0pel6WithMappedReactProps11x29k4,{c_gmY_h7H:resolvedLinks22[0],height:\"100%\",id:\"CHIsqYeou\",L5Ast4NHM:mIpQDEVVSGLen4h4Em,layoutId:\"CHIsqYeou\",pUn3t5ZeZ:BBIlAOq4tGLen4h4Em,SaDioMwGm:VmiOmVAExGLen4h4Em,style:{height:\"100%\",width:\"100%\"},variant:convertFromBoolean(yeSh34F1LGLen4h4Em,activeLocale),width:\"100%\",yesqlPE5L:resolvedLinks22[1],ytPeGNAP6:toResponsiveImage(lkrIu0MKxGLen4h4Em)})})})})})},idGLen4h4Em);})})})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-d603qj\",\"data-framer-name\":\"Pricing\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46fj2x\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1elc4qv\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xvxvk\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+5696.8+80+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+5549+80+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1quzjyl-container\",nodeId:\"nJg4JSU_m\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"nJg4JSU_m\",layoutId:\"nJg4JSU_m\",o8r40RqW4:\"Pricing\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Multiple Memberships, \",/*#__PURE__*/_jsx(\"br\",{}),\"One Exclusive Hub\"]})}),className:\"framer-u0ynpx\",\"data-framer-name\":\"One plan, all you need for crypto success\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1t00nxh\",\"data-styles-preset\":\"W4OkbqCIL\",style:{\"--framer-text-alignment\":\"center\"},children:[\"MIX membership isn\u2019t for everyone. \",/*#__PURE__*/_jsx(\"br\",{}),\"It\u2019s for \",/*#__PURE__*/_jsx(\"strong\",{children:\"those\"}),\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"shaping the future in MedTech.\"})]})}),className:\"framer-1x6i9nw\",\"data-framer-name\":\"One plan, all you need for crypto success\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+5696.8+80+0+0+343.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:885,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,y:(componentViewport?.y||0)+0+5549+80+0+0+343.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k9la09-container\",nodeId:\"ex9oNJUSY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{variant:\"stc6nz2yZ\"},Lcj6x9hYL:{variant:\"TMQrvWBfM\"}},children:/*#__PURE__*/_jsx(Pricing,{height:\"100%\",id:\"ex9oNJUSY\",layoutId:\"ex9oNJUSY\",style:{width:\"100%\"},variant:\"UhD3FM0Ri\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+5696.8+80+0+0+1276.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:91,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,y:(componentViewport?.y||0)+0+5549+80+0+0+1276.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vrm6cl-container\",nodeId:\"UQoUnaRVH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{variant:\"Ndlipf4rl\"},Lcj6x9hYL:{variant:\"cQ854QOpA\"}},children:/*#__PURE__*/_jsx(LumaEvents,{height:\"100%\",id:\"UQoUnaRVH\",layoutId:\"UQoUnaRVH\",style:{width:\"100%\"},variant:\"ktGXo4yxe\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-ra0bq1\",\"data-framer-name\":\"Newsletter\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16za7dv\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`,y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+7224.4+56+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:282,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,y:(componentViewport?.y||0)+0+7076.6+56+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e8y67y-container\",nodeId:\"gLG_QPRxE\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(UtilityNewsletter,{height:\"100%\",id:\"gLG_QPRxE\",layoutId:\"gLG_QPRxE\",RHlG12bGz:\"Inside MIX: News, Wins & What\u2019s Next\",style:{width:\"100%\"},UnVLOPjbL:\"Stay in the loop with updates from Medical Innovation Exchange. From new partnerships to upcoming events \u2014 be the first to hear how we're accelerating MedTech innovation worldwide.\",variant:\"fq8uYkvRp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1p261fr\",\"data-framer-name\":\"FAQ\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ztw7oo\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lpkbs9\",\"data-framer-name\":\"Title and Tag\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+7618.4+80+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+0+7470.6+80+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gwxm3-container\",nodeId:\"sDjBEScOF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ElementsTag,{height:\"100%\",id:\"sDjBEScOF\",layoutId:\"sDjBEScOF\",o8r40RqW4:\"Frequently asked question\",variant:\"JEVjag8IQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-afl0te\",\"data-styles-preset\":\"wPq8c3Lq6\",children:\"Looking for more answers? Find them here\"})}),className:\"framer-y4vgfr\",\"data-framer-name\":\"Looking for answers? find them fast here\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 40px)`,y:undefined},Lcj6x9hYL:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1296px) - 96px)`,y:(componentViewport?.y||0)+0+7618.4+80+0+0+139.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:854,width:`min(max(min(${componentViewport?.width||\"100vw\"}, 1296px) - 707px, 1px), 589px)`,y:(componentViewport?.y||0)+0+7470.6+80+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14t9z0-container\",nodeId:\"UsHXSml5C\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{style:{width:\"100%\"}},Lcj6x9hYL:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FAQFAQs,{height:\"100%\",id:\"UsHXSml5C\",layoutId:\"UsHXSml5C\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"oA14qxQqs\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+8772}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:670,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8484.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qfrbow-container\",nodeId:\"GrYzXlvE7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{variant:\"ifZSX0zlP\"},Lcj6x9hYL:{variant:\"WnyYdS9Hj\"}},children:/*#__PURE__*/_jsx(SectionsCTA,{height:\"100%\",id:\"GrYzXlvE7\",layoutId:\"GrYzXlvE7\",style:{width:\"100%\"},variant:\"kxGt34EHt\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{y:undefined},Lcj6x9hYL:{y:(componentViewport?.y||0)+0+9442}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:623,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9154.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-142c6ro-container\",nodeId:\"K3wDBwYqT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IQPImVP9N:{variant:\"LQeYL00Vk\"},Lcj6x9hYL:{variant:\"Can8Y_eOM\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"K3wDBwYqT\",layoutId:\"K3wDBwYqT\",style:{width:\"100%\"},variant:\"wUabC6T_2\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zwhJF.framer-lux5qc, .framer-zwhJF .framer-lux5qc { display: block; }\",\".framer-zwhJF.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-94bfd043-e269-423a-ad55-5f849343e44c, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-zwhJF .framer-1lqje6g { -webkit-filter: blur(147.15673828125px); background-color: rgba(0, 123, 255, 0.75); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(147.15673828125px); flex: none; height: 998px; left: 0px; opacity: 0.74; position: fixed; right: 0px; top: 170px; z-index: 0; }\",\".framer-zwhJF .framer-169urvf-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 20px; z-index: 2; }\",\".framer-zwhJF .framer-zpxpna { 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: visible; padding: 160px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-1l4rbbg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-mrvmtq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-7a6pv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 768px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-fd2fpg { 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-zwhJF .framer-58c5gr, .framer-zwhJF .framer-mbgvbj, .framer-zwhJF .framer-2fs7ol, .framer-zwhJF .framer-1ywyc0g, .framer-zwhJF .framer-1k2xwhx, .framer-zwhJF .framer-1fedik3, .framer-zwhJF .framer-7sa7p, .framer-zwhJF .framer-23nlai, .framer-zwhJF .framer-1723bzh, .framer-zwhJF .framer-wh3mzq, .framer-zwhJF .framer-1jrzedt, .framer-zwhJF .framer-c9i3lo, .framer-zwhJF .framer-1twkzrd, .framer-zwhJF .framer-u0ynpx, .framer-zwhJF .framer-y4vgfr { --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-zwhJF .framer-1no4q04 { 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-zwhJF .framer-12hwqrd-container, .framer-zwhJF .framer-un778c-container, .framer-zwhJF .framer-1caj30s-container, .framer-zwhJF .framer-12b477z-container, .framer-zwhJF .framer-aqt1eb-container, .framer-zwhJF .framer-1argap5-container, .framer-zwhJF .framer-173iwka-container, .framer-zwhJF .framer-mkn0rr-container, .framer-zwhJF .framer-1dzhr9d-container, .framer-zwhJF .framer-w30pjg-container, .framer-zwhJF .framer-1quzjyl-container, .framer-zwhJF .framer-17gwxm3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zwhJF .framer-27ocyb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 77%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-1cojzcd-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zwhJF .framer-11ndlxg-container, .framer-zwhJF .framer-r3holr-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 10; }\",\".framer-zwhJF.framer-1p4p23b, .framer-zwhJF.framer-1m1eb5m, .framer-zwhJF.framer-gul5pu { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-zwhJF.framer-1vcoah3, .framer-zwhJF.framer-1fa83zw, .framer-zwhJF.framer-169szll { -webkit-backdrop-filter: blur(20px); -webkit-user-select: none; backdrop-filter: blur(20px); background-color: rgba(7, 9, 14, 0.2); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: fixed; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-zwhJF.framer-7vnsa2 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7733990147783252 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); left: 50%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 80%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-zwhJF .framer-1k7qg0t-container, .framer-zwhJF .framer-gfqdjb-container, .framer-zwhJF .framer-o1tapf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-zwhJF.framer-6bmnmi, .framer-zwhJF.framer-nqfrei { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7733990147783252 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); left: 50%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 70%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-zwhJF .framer-1jsse1n-container { flex: none; height: 600px; position: relative; width: 1104px; z-index: 10; }\",\".framer-zwhJF .framer-y4v9gd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-j96dom { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-187ktbk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-v2pavp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1st2ugd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 664px; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-129fszd { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 31px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1036px; }\",\".framer-zwhJF .framer-juiy2b, .framer-zwhJF .framer-1aucfkd { align-self: center; flex: none; height: 100%; justify-self: center; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1e9tmtb-container, .framer-zwhJF .framer-nnmkgo-container, .framer-zwhJF .framer-nruwbn-container, .framer-zwhJF .framer-k9la09-container, .framer-zwhJF .framer-1vrm6cl-container, .framer-zwhJF .framer-e8y67y-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zwhJF .framer-kxe1yb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; opacity: 0.8; position: relative; white-space: pre-wrap; width: 1098px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-1no87x2, .framer-zwhJF .framer-119sbkv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zwhJF .framer-10vv1s, .framer-zwhJF .framer-39fs2q, .framer-zwhJF .framer-1gjzaz9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-1x5l5a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-g6uy9g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1srt22f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1sju48r { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 808px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-78mppw-container, .framer-zwhJF .framer-7tuxzt-container, .framer-zwhJF .framer-1lsyieq-container, .framer-zwhJF .framer-18o46ws-container, .framer-zwhJF .framer-1stpeni-container, .framer-zwhJF .framer-6uaml8-container, .framer-zwhJF .framer-18pluyr-container, .framer-zwhJF .framer-1joauvc-container, .framer-zwhJF .framer-1ymyyo8-container { height: 332px; position: relative; width: 233px; }\",\".framer-zwhJF .framer-emdut3-container { flex: none; height: 332px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-sg37br { display: grid; flex: none; gap: 64px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-87n6cz-container, .framer-zwhJF .framer-1cmntqg-container, .framer-zwhJF .framer-ppidsp-container, .framer-zwhJF .framer-16zz39p-container, .framer-zwhJF .framer-1kqdpex-container, .framer-zwhJF .framer-1ba4gbx-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1o6xy0j, .framer-zwhJF .framer-11m9gs1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-10rw3is, .framer-zwhJF .framer-c4c3fl { 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 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1q70rpa, .framer-zwhJF .framer-1bfzg0n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 845px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-j9xvfu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 478px; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-1nm1jhk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 845px; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-gm3ra1 { display: grid; flex: none; gap: 3px; grid-auto-rows: 50px; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, 50px); height: 241px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 82%; z-index: 1; }\",\".framer-zwhJF .framer-dkrvjj, .framer-zwhJF .framer-q7fmav, .framer-zwhJF .framer-19bavvb, .framer-zwhJF .framer-idkk63, .framer-zwhJF .framer-t77vsk, .framer-zwhJF .framer-1kizog4, .framer-zwhJF .framer-1wyj1pe, .framer-zwhJF .framer-1dhjtyt, .framer-zwhJF .framer-j4ed3h { align-content: center; align-items: center; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: center; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-13fdshb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zwhJF .framer-1xl8fm2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 686px; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-152aomn, .framer-zwhJF .framer-yxakk6, .framer-zwhJF .framer-1jvow6a, .framer-zwhJF .framer-u15ciu, .framer-zwhJF .framer-ahig5b, .framer-zwhJF .framer-1t07tmj, .framer-zwhJF .framer-15b33rk, .framer-zwhJF .framer-pxr8or, .framer-zwhJF .framer-8l1s7w, .framer-zwhJF .framer-h1zs4k, .framer-zwhJF .framer-1xxtnji, .framer-zwhJF .framer-1n8cj7x, .framer-zwhJF .framer-1v4qs4g, .framer-zwhJF .framer-1p0zskx, .framer-zwhJF .framer-mpg3an, .framer-zwhJF .framer-183uag7, .framer-zwhJF .framer-1uoe0jp { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-zwhJF .framer-ylqyw3-container, .framer-zwhJF .framer-7ot3lx-container, .framer-zwhJF .framer-1y8pe1i-container, .framer-zwhJF .framer-ovjcy2-container, .framer-zwhJF .framer-1h7qnsj-container, .framer-zwhJF .framer-1fetmzr-container, .framer-zwhJF .framer-wjvv0k-container, .framer-zwhJF .framer-12uceat-container { flex: none; height: 361px; position: relative; width: 355px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zwhJF .framer-14qet69-container { flex: none; height: 440px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-r37ond-container, .framer-zwhJF .framer-ckjpn2-container { flex: none; height: 390px; position: relative; width: 300px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zwhJF .framer-1vvwbdo-container, .framer-zwhJF .framer-ee7gwj-container, .framer-zwhJF .framer-1befdlw-container, .framer-zwhJF .framer-1jdzryp-container, .framer-zwhJF .framer-3iyj6d-container, .framer-zwhJF .framer-eiqe43-container, .framer-zwhJF .framer-1n0pel6-container { flex: none; height: 390px; position: relative; width: 330px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zwhJF .framer-d603qj { 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: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-46fj2x, .framer-zwhJF .framer-16za7dv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1elc4qv { 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-zwhJF .framer-1xvxvk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 725px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-1x6i9nw { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 71%; word-break: break-word; word-wrap: break-word; }\",\".framer-zwhJF .framer-ra0bq1 { 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: 56px 0px 56px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-1p261fr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-zwhJF .framer-ztw7oo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1296px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-zwhJF .framer-lpkbs9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 511px; }\",\".framer-zwhJF .framer-14t9z0-container { flex: 1 0 0px; height: auto; max-width: 589px; position: relative; width: 1px; }\",\".framer-zwhJF .framer-qfrbow-container, .framer-zwhJF .framer-142c6ro-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-zwhJF[data-border=\"true\"]::after, .framer-zwhJF [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: 768px) and (max-width: 1199px) { .framer-zwhJF.framer-72rtr7 { width: 768px; } .framer-zwhJF .framer-1l4rbbg { height: 965px; } .framer-zwhJF .framer-27ocyb { width: 100%; } .framer-zwhJF.framer-6bmnmi { width: 80%; } .framer-zwhJF .framer-1st2ugd { width: 622px; } .framer-zwhJF .framer-129fszd { height: 79px; } .framer-zwhJF .framer-kxe1yb { width: 724px; } .framer-zwhJF .framer-gm3ra1 { grid-template-columns: repeat(2, minmax(50px, 1fr)); height: 328px; width: 96%; } .framer-zwhJF .framer-dkrvjj, .framer-zwhJF .framer-wh3mzq { order: 0; } .framer-zwhJF .framer-q7fmav { order: 1; } .framer-zwhJF .framer-19bavvb { order: 2; } .framer-zwhJF .framer-idkk63 { order: 4; } .framer-zwhJF .framer-t77vsk { order: 5; } .framer-zwhJF .framer-1kizog4 { order: 6; } .framer-zwhJF .framer-1wyj1pe { order: 3; } .framer-zwhJF .framer-j4ed3h { order: 7; } .framer-zwhJF .framer-ztw7oo { flex-direction: column; gap: 16px; justify-content: flex-start; } .framer-zwhJF .framer-lpkbs9 { width: 440px; } .framer-zwhJF .framer-y4vgfr { width: 530px; } .framer-zwhJF .framer-14t9z0-container { flex: none; max-width: unset; width: 100%; }}\",\"@media (max-width: 767px) { .framer-zwhJF.framer-72rtr7 { width: 390px; } .framer-zwhJF .framer-169urvf-container { top: 0px; } .framer-zwhJF .framer-zpxpna { padding: 88px 0px 10px 0px; } .framer-zwhJF .framer-1l4rbbg { gap: 8px; height: 918px; padding: 0px 20px 0px 20px; } .framer-zwhJF .framer-mrvmtq { gap: 15px; padding: 42px 0px 42px 0px; } .framer-zwhJF .framer-7a6pv2 { order: 0; } .framer-zwhJF .framer-27ocyb, .framer-zwhJF .framer-1st2ugd, .framer-zwhJF .framer-j9xvfu, .framer-zwhJF .framer-1xl8fm2, .framer-zwhJF .framer-lpkbs9 { width: 100%; } .framer-zwhJF .framer-1cojzcd-container { order: 1; } .framer-zwhJF.framer-7vnsa2 { top: 50%; width: 91%; } .framer-zwhJF .framer-y4v9gd, .framer-zwhJF .framer-10vv1s, .framer-zwhJF .framer-39fs2q, .framer-zwhJF .framer-1gjzaz9, .framer-zwhJF .framer-d603qj, .framer-zwhJF .framer-ra0bq1, .framer-zwhJF .framer-1p261fr { padding: 64px 0px 64px 0px; } .framer-zwhJF .framer-j96dom { gap: 48px; padding: 0px 20px 0px 20px; } .framer-zwhJF .framer-187ktbk { gap: 16px; } .framer-zwhJF .framer-129fszd { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-zwhJF .framer-kxe1yb { width: 264px; } .framer-zwhJF .framer-1x5l5a4 { gap: 48px; } .framer-zwhJF .framer-1srt22f, .framer-zwhJF .framer-10rw3is, .framer-zwhJF .framer-c4c3fl, .framer-zwhJF .framer-46fj2x, .framer-zwhJF .framer-16za7dv { padding: 0px 20px 0px 20px; } .framer-zwhJF .framer-sg37br { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 48px; padding: 0px 20px 0px 20px; } .framer-zwhJF .framer-87n6cz-container, .framer-zwhJF .framer-1cmntqg-container, .framer-zwhJF .framer-ppidsp-container, .framer-zwhJF .framer-16zz39p-container, .framer-zwhJF .framer-1kqdpex-container, .framer-zwhJF .framer-1ba4gbx-container { align-self: unset; flex: 1 0 0px; height: auto; min-width: 151px; width: 1px; } .framer-zwhJF .framer-1nm1jhk { white-space: pre; width: auto; } .framer-zwhJF .framer-gm3ra1 { grid-template-columns: repeat(1, minmax(50px, 1fr)); height: 507px; width: 82%; } .framer-zwhJF .framer-13fdshb { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-zwhJF .framer-1x6i9nw { width: 99%; } .framer-zwhJF .framer-ztw7oo { flex-direction: column; gap: 16px; justify-content: flex-start; padding: 0px 20px 0px 20px; } .framer-zwhJF .framer-14t9z0-container { flex: none; max-width: unset; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9972\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Lcj6x9hYL\":{\"layout\":[\"fixed\",\"auto\"]},\"IQPImVP9N\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Nl2SuBUWc\":{\"pattern\":\":Nl2SuBUWc\",\"name\":\"about\"},\"WoU9BRxyC\":{\"pattern\":\":WoU9BRxyC\",\"name\":\"testimonials\"},\"uwBLvLgYe\":{\"pattern\":\":uwBLvLgYe\",\"name\":\"perks\"},\"W6Lco3hwL\":{\"pattern\":\":W6Lco3hwL\",\"name\":\"pricing\"},\"ALwI3AEUN\":{\"pattern\":\":ALwI3AEUN\",\"name\":\"newsletter\"},\"h6dpnAE5o\":{\"pattern\":\":h6dpnAE5o\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-zwhJF\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9972,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...SectionsNavigationFonts,...TagFonts,...MainButtonFonts,...InteractiveComponentsVideoPlayerFonts,...YouTubeFonts,...ElementsTagFonts,...CompanyLogosFonts,...ButtonsButtonFonts,...CardsFeatureCardFonts,...CarouselFonts,...TickerFonts,...ElementsDataFonts,...PerkItemFonts,...PricingFonts,...LumaEventsFonts,...UtilityNewsletterFonts,...FAQFAQsFonts,...SectionsCTAFonts,...SectionsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"Nl2SuBUWc\\\":{\\\"pattern\\\":\\\":Nl2SuBUWc\\\",\\\"name\\\":\\\"about\\\"},\\\"WoU9BRxyC\\\":{\\\"pattern\\\":\\\":WoU9BRxyC\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"uwBLvLgYe\\\":{\\\"pattern\\\":\\\":uwBLvLgYe\\\",\\\"name\\\":\\\"perks\\\"},\\\"W6Lco3hwL\\\":{\\\"pattern\\\":\\\":W6Lco3hwL\\\",\\\"name\\\":\\\"pricing\\\"},\\\"ALwI3AEUN\\\":{\\\"pattern\\\":\\\":ALwI3AEUN\\\",\\\"name\\\":\\\"newsletter\\\"},\\\"h6dpnAE5o\\\":{\\\"pattern\\\":\\\":h6dpnAE5o\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lcj6x9hYL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IQPImVP9N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"9972\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "e", "isNumber", "isEasingList", "wrap", "e", "o", "getEasingForSegment", "mix", "noopReturn", "progress", "e", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "l", "g", "glide", "a", "o", "f", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "i", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "i", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "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", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "clamp", "e", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "adjustment", "totalLen", "gotoDelta", "delta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "Z", "u", "motion", "child", "index", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "number", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Xrq1XdyfG", "JeWtGPCY8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFX", "cx", "serializationHash", "RichText2", "css", "FramerAeLB9ljo7", "withCSS", "AeLB9ljo7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText2", "SocialMediaItemFonts", "getFonts", "EQbcB1GBs_default", "MotionDivWithFX", "motion", "ImageWithFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLoadingLazyAtYPosition", "css", "FramercaJvQJ7_w", "withCSS", "caJvQJ7_w_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "click", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "gDJLh5TK8", "b9YFUJwXt", "Pz6vrcJpz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsfrtb7", "args", "onTap6amgb3", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerjZgHTkRKJ", "withCSS", "jZgHTkRKJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQFaqItemFonts", "getFonts", "jZgHTkRKJ_default", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "Pz6vrcJpze1u3h7", "args", "Pz6vrcJpz1lvfz5n", "Pz6vrcJpz5kq622", "Pz6vrcJpzi8fw9h", "Pz6vrcJpz5vvx4", "Pz6vrcJpz1h62ya7", "Pz6vrcJpz1jre9gd", "Pz6vrcJpz3f10m2", "Pz6vrcJpziu1jz7", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerevgH4oL45", "withCSS", "evgH4oL45_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "FramerEigwkFBrM", "withCSS", "EigwkFBrM_default", "addFonts", "InteractiveComponentsPlayButtonFonts", "getFonts", "EigwkFBrM_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "jo2UmEPPw", "KQAAWxa9D", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapg9k3xd", "args", "scopingClassNames", "cx", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerj29Mzf_cr", "withCSS", "j29Mzf_cr_default", "addPropertyControls", "ControlType", "addFonts", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "Image2", "css", "Framerq9QZI5dXj", "withCSS", "q9QZI5dXj_default", "addFonts", "TickerFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bVToBLBTS", "KqeH5xil_", "MJWWsEY26", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerwEI5IhjLo", "withCSS", "wEI5IhjLo_default", "addPropertyControls", "ControlType", "addFonts", "CTAFonts", "getFonts", "wEI5IhjLo_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cTA", "cTA1", "height", "icons", "id", "rainbow", "title", "titleOpacity", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GmAhv_WVa", "hSgW9f2ir", "ToKaS18SW", "p2xmGpLux", "Z69PPXt7v", "wUZvBuHV6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerS1CnOrfH3", "withCSS", "S1CnOrfH3_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "d6xW5GQhM", "iQLTilQkn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerZOr1ZaUrZ", "withCSS", "ZOr1ZaUrZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "SectionsNavigationFonts", "getFonts", "hn8VkDkCj_default", "MotionDivWithFX", "withFX", "motion", "TagFonts", "S1CnOrfH3_default", "ContainerWithFX", "Container", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MainButtonFonts", "kFNWCpkTG_default", "ContainerWithOptimizedAppearEffect", "InteractiveComponentsVideoPlayerFonts", "j29Mzf_cr_default", "YouTubeFonts", "Youtube", "ElementsTagFonts", "wT_Uzs87E_default", "RichTextWithFX", "CompanyLogosFonts", "q9QZI5dXj_default", "ButtonsButtonFonts", "gCOnhod91_default", "CardsFeatureCardFonts", "ZOr1ZaUrZ_default", "CarouselFonts", "Carousel", "TickerFonts", "Ticker", "ElementsDataFonts", "AeLB9ljo7_default", "PerkItemFonts", "vIOwIEWgA_default", "PerkItemWithVariantActiveLicenseylqyw3WithMappedReactProps11x29k4", "withMappedReactProps", "withCodeBoundaryForOverrides", "withVariantActiveLicense", "vIOwIEWgA_exports", "PerkItemWithVariantActiveLicense7ot3lxWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1y8pe1iWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicenseovjcy2WithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1h7qnsjWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1fetmzrWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicensewjvv0kWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense12uceatWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicenser37ondWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1vvwbdoWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicenseckjpn2WithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicenseee7gwjWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1befdlwWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1jdzrypWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense3iyj6dWithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicenseeiqe43WithMappedReactProps11x29k4", "PerkItemWithVariantActiveLicense1n0pel6WithMappedReactProps11x29k4", "PricingFonts", "cJL1EZsfv_default", "LumaEventsFonts", "CkO2HB76m_default", "UtilityNewsletterFonts", "QoJPAusiU_default", "FAQFAQsFonts", "evgH4oL45_default", "SectionsCTAFonts", "RcQ13Gq_default", "SectionsFooterFonts", "caJvQJ7_w_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "addImageAlt", "image", "alt", "transition3", "animation6", "animation7", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "animation8", "transition5", "animation9", "animation10", "transition6", "animation11", "transition7", "animation12", "convertFromBoolean", "value", "activeLocale", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "yeSh34F1LHlrxcKT4b", "g_vof_64IHlrxcKT4b", "qhcyjd4PRHlrxcKT4b", "lkrIu0MKxHlrxcKT4b", "BBIlAOq4tHlrxcKT4b", "mIpQDEVVSHlrxcKT4b", "VmiOmVAExHlrxcKT4b", "idHlrxcKT4b", "yeSh34F1LqDKo831ig", "g_vof_64IqDKo831ig", "qhcyjd4PRqDKo831ig", "lkrIu0MKxqDKo831ig", "BBIlAOq4tqDKo831ig", "mIpQDEVVSqDKo831ig", "VmiOmVAExqDKo831ig", "idqDKo831ig", "yeSh34F1LsiMBMyWVm", "g_vof_64IsiMBMyWVm", "qhcyjd4PRsiMBMyWVm", "lkrIu0MKxsiMBMyWVm", "BBIlAOq4tsiMBMyWVm", "mIpQDEVVSsiMBMyWVm", "VmiOmVAExsiMBMyWVm", "idsiMBMyWVm", "yeSh34F1LzTcpmeo5X", "g_vof_64IzTcpmeo5X", "qhcyjd4PRzTcpmeo5X", "lkrIu0MKxzTcpmeo5X", "BBIlAOq4tzTcpmeo5X", "mIpQDEVVSzTcpmeo5X", "VmiOmVAExzTcpmeo5X", "idzTcpmeo5X", "yeSh34F1LUXrV0EnpY", "g_vof_64IUXrV0EnpY", "qhcyjd4PRUXrV0EnpY", "lkrIu0MKxUXrV0EnpY", "BBIlAOq4tUXrV0EnpY", "mIpQDEVVSUXrV0EnpY", "VmiOmVAExUXrV0EnpY", "idUXrV0EnpY", "yeSh34F1LdSUiO9tzt", "g_vof_64IdSUiO9tzt", "qhcyjd4PRdSUiO9tzt", "lkrIu0MKxdSUiO9tzt", "BBIlAOq4tdSUiO9tzt", "mIpQDEVVSdSUiO9tzt", "VmiOmVAExdSUiO9tzt", "iddSUiO9tzt", "yeSh34F1LNQXolTlT1", "g_vof_64INQXolTlT1", "qhcyjd4PRNQXolTlT1", "lkrIu0MKxNQXolTlT1", "BBIlAOq4tNQXolTlT1", "mIpQDEVVSNQXolTlT1", "VmiOmVAExNQXolTlT1", "idNQXolTlT1", "yeSh34F1LOkd1P81zC", "g_vof_64IOkd1P81zC", "qhcyjd4PROkd1P81zC", "lkrIu0MKxOkd1P81zC", "BBIlAOq4tOkd1P81zC", "mIpQDEVVSOkd1P81zC", "VmiOmVAExOkd1P81zC", "idOkd1P81zC", "yeSh34F1LnxHprAH6s", "g_vof_64InxHprAH6s", "qhcyjd4PRnxHprAH6s", "lkrIu0MKxnxHprAH6s", "BBIlAOq4tnxHprAH6s", "mIpQDEVVSnxHprAH6s", "VmiOmVAExnxHprAH6s", "idnxHprAH6s", "yeSh34F1LrIbTo0tFq", "g_vof_64IrIbTo0tFq", "qhcyjd4PRrIbTo0tFq", "lkrIu0MKxrIbTo0tFq", "BBIlAOq4trIbTo0tFq", "mIpQDEVVSrIbTo0tFq", "VmiOmVAExrIbTo0tFq", "idrIbTo0tFq", "yeSh34F1LTBzN7vabM", "g_vof_64ITBzN7vabM", "qhcyjd4PRTBzN7vabM", "lkrIu0MKxTBzN7vabM", "BBIlAOq4tTBzN7vabM", "mIpQDEVVSTBzN7vabM", "VmiOmVAExTBzN7vabM", "idTBzN7vabM", "yeSh34F1LiK56aIGKo", "g_vof_64IiK56aIGKo", "qhcyjd4PRiK56aIGKo", "lkrIu0MKxiK56aIGKo", "BBIlAOq4tiK56aIGKo", "mIpQDEVVSiK56aIGKo", "VmiOmVAExiK56aIGKo", "idiK56aIGKo", "yeSh34F1LhodPULWHo", "g_vof_64IhodPULWHo", "qhcyjd4PRhodPULWHo", "lkrIu0MKxhodPULWHo", "BBIlAOq4thodPULWHo", "mIpQDEVVShodPULWHo", "VmiOmVAExhodPULWHo", "idhodPULWHo", "yeSh34F1LJIvlblMj9", "g_vof_64IJIvlblMj9", "qhcyjd4PRJIvlblMj9", "lkrIu0MKxJIvlblMj9", "BBIlAOq4tJIvlblMj9", "mIpQDEVVSJIvlblMj9", "VmiOmVAExJIvlblMj9", "idJIvlblMj9", "yeSh34F1LZb0g1MFfE", "g_vof_64IZb0g1MFfE", "qhcyjd4PRZb0g1MFfE", "lkrIu0MKxZb0g1MFfE", "BBIlAOq4tZb0g1MFfE", "mIpQDEVVSZb0g1MFfE", "VmiOmVAExZb0g1MFfE", "idZb0g1MFfE", "yeSh34F1LqeVaQN5HJ", "g_vof_64IqeVaQN5HJ", "qhcyjd4PRqeVaQN5HJ", "lkrIu0MKxqeVaQN5HJ", "BBIlAOq4tqeVaQN5HJ", "mIpQDEVVSqeVaQN5HJ", "VmiOmVAExqeVaQN5HJ", "idqeVaQN5HJ", "yeSh34F1LGLen4h4Em", "g_vof_64IGLen4h4Em", "qhcyjd4PRGLen4h4Em", "lkrIu0MKxGLen4h4Em", "BBIlAOq4tGLen4h4Em", "mIpQDEVVSGLen4h4Em", "VmiOmVAExGLen4h4Em", "idGLen4h4Em", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "KQAAWxa9D3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId", "useRouteElementId", "ref1", "isDisplayed3", "elementId1", "ref2", "isDisplayed4", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "ResolveLinks", "resolvedLinks", "l", "AnimatePresence", "Ga", "overlay1", "overlay2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "Link", "ChildrenCanSuspend", "k0t7Skg1L_default", "collection", "paginationInfo", "index", "PathVariablesContext", "resolvedLinks6", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks7", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks8", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks9", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks10", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks11", "collection6", "paginationInfo6", "loadMore6", "index6", "resolvedLinks12", "collection7", "paginationInfo7", "loadMore7", "index7", "resolvedLinks13", "collection8", "paginationInfo8", "loadMore8", "index8", "resolvedLinks14", "collection9", "paginationInfo9", "loadMore9", "index9", "resolvedLinks15", "collection10", "paginationInfo10", "loadMore10", "index10", "resolvedLinks16", "collection11", "paginationInfo11", "loadMore11", "index11", "resolvedLinks17", "collection12", "paginationInfo12", "loadMore12", "index12", "resolvedLinks18", "collection13", "paginationInfo13", "loadMore13", "index13", "resolvedLinks19", "collection14", "paginationInfo14", "loadMore14", "index14", "resolvedLinks20", "collection15", "paginationInfo15", "loadMore15", "index15", "resolvedLinks21", "collection16", "paginationInfo16", "loadMore16", "index16", "resolvedLinks22", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
