{
  "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/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://ga.jspm.io/npm:lenis@1.1.2/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/gZbZdJ5yyYaNHzQr9VFI/O2VMBdX1kmZ3TBBEQOGZ/DyeB4pqpe.js", "ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/mqQEarGIByho1rG31aTv/BlurGradient_Prod.js", "ssg:https://framerusercontent.com/modules/RuaI4dwpVQcBwvm68PLf/JLIhITuO4juEWY43Un4l/XCQXwlu3j.js", "ssg:https://framerusercontent.com/modules/49FgodNvx0tZLDwRKK3J/rBAf4cqTbHISGrD7v4ci/FIZUD5vgz.js", "ssg:https://framerusercontent.com/modules/ePpGdlGTJITMk2031FdW/wbA57aVmyPxDlUAr5LTs/HFj_21WYS.js", "ssg:https://framerusercontent.com/modules/qc1kjyHgU3yVw8F0s868/HvXVx2RQ0FIqZ4Biqe3r/hzyB9sbOK.js", "ssg:https://framerusercontent.com/modules/cOiHZGIwiZqSyfJODqNG/T5ixEIe8DsyKbDUDEscf/KyREmLQfW.js", "ssg:https://framerusercontent.com/modules/fhChSZY9eZlitfQf1AsR/yoYqJGRZupLzeTe72dlY/xUmE2HP3j.js", "ssg:https://framerusercontent.com/modules/7vQe1svlvXILCY6jOoVQ/gCBM7xna5Hxo1c90EZ1M/vkxRE7k4C.js", "ssg:https://framerusercontent.com/modules/9Yk7OfWdodEmQskdePWh/LqTqddwYVqhr3l2ieO3n/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,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "function clamp(t,e,i){return Math.max(t,Math.min(e,i))}class Animate{advance(t){if(!this.isRunning)return;let e=!1;if(this.lerp)this.value=function damp(t,e,i,s){return function lerp(t,e,i){return(1-i)*t+i*e}(t,e,1-Math.exp(-i*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0);else{this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}e&&this.stop(),this.onUpdate?.(this.value,e)}stop(){this.isRunning=!1}fromTo(t,e,{lerp:i=.1,duration:s=1,easing:o=(t=>t),onStart:n,onUpdate:r}){this.from=this.value=t,this.to=e,this.lerp=i,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,n?.(),this.onUpdate=r}}class Dimensions{constructor({wrapper:t,content:e,autoResize:i=!0,debounce:s=250}={}){this.wrapper=t,this.content=e,i&&(this.debouncedResize=function debounce(t,e){let i;return function(){let s=arguments,o=this;clearTimeout(i),i=setTimeout((function(){t.apply(o,s)}),e)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...e){let i=this.events[t]||[];for(let t=0,s=i.length;t<s;t++)i[t](...e)}on(t,e){return this.events[t]?.push(e)||(this.events[t]=[e]),()=>{this.events[t]=this.events[t]?.filter((t=>e!==t))}}off(t,e){this.events[t]=this.events[t]?.filter((t=>e!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(t,{wheelMultiplier:e=1,touchMultiplier:i=1}){this.element=t,this.wheelMultiplier=e,this.touchMultiplier=i,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,e){return this.emitter.on(t,e)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})};onTouchMove=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t,s=-(e-this.touchStart.x)*this.touchMultiplier,o=-(i-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:s,y:o},this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:t})};onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})};onWheel=e=>{let{deltaX:i,deltaY:s,deltaMode:o}=e;i*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,i*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:i,deltaY:s,event:e})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:t=window,content:e=document.documentElement,wheelEventsTarget:i=t,eventsTarget:s=i,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:r=.075,touchInertiaMultiplier:l=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=!h&&.1,infinite:u=!1,orientation:d=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w=!1,__experimental__naiveDimensions:S=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:t,deltaY:e,event:i})=>{if(i.ctrlKey)return;const s=i.type.includes(\"touch\"),o=i.type.includes(\"wheel\");this.isTouching=\"touchstart\"===i.type||\"touchmove\"===i.type;if(this.options.syncTouch&&s&&\"touchstart\"===i.type&&!this.isStopped&&!this.isLocked)return void this.reset();const n=0===t&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===t;if(n||r)return;let l=i.composedPath();l=l.slice(0,l.indexOf(this.rootElement));const h=this.options.prevent;if(l.find((t=>{var e,i,n,r,l;return(\"function\"==typeof h?null==h?void 0:h(t):h)||(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent\"))||s&&(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent-touch\"))||o&&(null===(n=t.hasAttribute)||void 0===n?void 0:n.call(t,\"data-lenis-prevent-wheel\"))||(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis\"))&&!(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void i.preventDefault();if(!(this.options.syncTouch&&s||this.options.smoothWheel&&o))return this.isScrolling=\"native\",void this.animate.stop();i.preventDefault();let a=e;\"both\"===this.options.gestureOrientation?a=Math.abs(e)>Math.abs(t)?e:t:\"horizontal\"===this.options.gestureOrientation&&(a=t);const c=s&&this.options.syncTouch,u=s&&\"touchend\"===i.type&&Math.abs(a)>5;u&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.2\",t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:e,wheelEventsTarget:i,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:r,touchInertiaMultiplier:l,duration:h,easing:a,lerp:c,infinite:u,gestureOrientation:p,orientation:d,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,__experimental__naiveDimensions:S},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:e,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,e){return this.emitter.on(t,e)}off(t,e){return this.emitter.off(t,e)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit({userData:t={}}={}){this.userData=t,this.emitter.emit(\"scroll\",this),this.userData={}}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const e=t-(this.time||t);this.time=t,this.animate.advance(.001*e)}scrollTo(t,{offset:e=0,immediate:i=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:r=!o&&this.options.lerp,onStart:l,onComplete:h,force:a=!1,programmatic:c=!0,userData:u={}}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(t))t=0;else if([\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let i;if(\"string\"==typeof t?i=document.querySelector(t):(null==t?void 0:t.nodeType)&&(i=t),i){if(this.options.wrapper!==window){const t=this.options.wrapper.getBoundingClientRect();e-=this.isHorizontal?t.left:t.top}const s=i.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t){if(t+=e,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),i)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));t!==this.targetScroll&&(c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:r,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==l||l(this)},onUpdate:(t,e)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),e||this.emit({userData:u}),e&&(this.reset(),this.emit({userData:u}),null==h||h(this),this.__preventNextNativeScrollEvent=!0)}}))}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,e){return(t%e+e)%e}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,withCSS}from\"framer\";import Lenis from\"lenis\";import{useEffect,useRef}from\"react\";function SmoothScrollComponent(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current){try{lenis.current.scrollTo(0,{immediate:true});}catch(error){console.error(\"Error scrolling to top:\",error);}}},[lenis]);// Watch for stop scroll elements\nuseEffect(()=>{const checkForStopScroll=()=>{try{const stopScrollElement=document.querySelector(\"[data-frameruni-stop-scroll]\");const htmlElement=document.documentElement;const hasHiddenOverflow=htmlElement&&htmlElement.style&&htmlElement.style.overflow===\"hidden\";if(lenis.current){if(stopScrollElement||hasHiddenOverflow){lenis.current.stop();}else{lenis.current.start();}}}catch(error){console.error(\"Error in checkForStopScroll:\",error);}};// Initial check\ncheckForStopScroll();// Set up observers\nlet stopScrollObserver;let htmlStyleObserver;try{stopScrollObserver=new MutationObserver(checkForStopScroll);htmlStyleObserver=new MutationObserver(checkForStopScroll);// Observe document for data-frameruni-stop-scroll attribute\nif(document&&document.documentElement){stopScrollObserver.observe(document.documentElement,{childList:true,subtree:true,attributes:true,attributeFilter:[\"data-frameruni-stop-scroll\"]});// Observe only the HTML element for style changes\nhtmlStyleObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});}}catch(error){console.error(\"Error setting up observers:\",error);}return()=>{try{if(stopScrollObserver)stopScrollObserver.disconnect();if(htmlStyleObserver)htmlStyleObserver.disconnect();}catch(error){console.error(\"Error disconnecting observers:\",error);}};},[]);useEffect(()=>{try{if(!document)return;const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];if(!element)continue;try{const computedStyle=window.getComputedStyle(element);if(computedStyle&&computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}catch(styleError){console.error(\"Error getting computed style:\",styleError);}}}catch(error){console.error(\"Error in overflow detection:\",error);}},[]);useEffect(()=>{try{if(typeof Lenis!==\"function\"){console.error(\"Lenis is not available\");return;}lenis.current=new Lenis({duration:(intensity||10)/10});const raf=time=>{if(lenis.current){try{lenis.current.raf(time);requestAnimationFrame(raf);}catch(error){console.error(\"Error in animation frame:\",error);}}};const animationId=requestAnimationFrame(raf);return()=>{cancelAnimationFrame(animationId);if(lenis.current){try{lenis.current.destroy();lenis.current=null;}catch(error){console.error(\"Error destroying Lenis:\",error);}}};}catch(error){console.error(\"Error initializing Lenis:\",error);return()=>{};}},[intensity]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{try{if(!document||!lenis.current)return;// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=Array.from(document.querySelectorAll(\"a[href]\")||[]).filter(element=>{if(!element)return false;const anchor=element;if(!anchor.href)return false;// Only handle internal anchor links\nconst isInternalLink=anchor.href.startsWith(window.location.origin)||anchor.href.startsWith(\"./\")||anchor.href.startsWith(\"/\");const hasHash=anchor.href.includes(\"#\");return isInternalLink&&hasHash;}).map(anchor=>{try{const anchorElement=anchor;const href=anchorElement.href.includes(\"#\")?`#${anchorElement.href.split(\"#\").pop()}`:\"\";const decodedHref=href?decodeURIComponent(href):\"\";let scrollMargin=0;try{if(decodedHref){const targetElement=document.querySelector(decodedHref);if(targetElement){const marginStyle=window.getComputedStyle(targetElement).scrollMarginTop;scrollMargin=marginStyle?parseInt(marginStyle)||0:0;}}}catch(targetError){console.error(\"Error finding target element:\",targetError);}return{href,scrollMargin,anchorElement:anchorElement};}catch(anchorError){console.error(\"Error processing anchor:\",anchorError);return null;}}).filter(Boolean);const handleClick=(e,href,scrollMargin)=>{try{if(e&&e.preventDefault)e.preventDefault();if(lenis.current&&href){lenis.current.scrollTo(href,{offset:-(scrollMargin||0)});}}catch(error){console.error(\"Error in anchor click handler:\",error);}};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.addEventListener(\"click\",handlers[index]);}});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.removeEventListener(\"click\",handlers[index]);}});};}catch(error){console.error(\"Error setting up anchor links:\",error);return()=>{};}},[lenis]);return /*#__PURE__*/_jsx(\"div\",{style:props.style});}/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */const SmoothScroll=withCSS(SmoothScrollComponent,[\"html.lenis { height: auto; }\",\".lenis.lenis-smooth { scroll-behavior: auto !important; }\",\".lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }\",\".lenis.lenis-stopped { overflow: hidden; }\",\".lenis.lenis-scrolling iframe { pointer-events: none; }\"],\"\");export default SmoothScroll;SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,min:0,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/c8tY0hSV6NSnd3uloAlO/b5Qr7k3cupN8cvOhwFyF/o8AwAvz9k.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wnmEzlMJ6whpoCaUou9C/6cYuLe3NamZGfhXatZnd/Q8I0V3QLW.js\";const cycleOrder=[\"HQrKPxN3w\",\"rK6NJmZ2D\"];const serializationHash=\"framer-FOtNT\";const variantClassNames={HQrKPxN3w:\"framer-v-1dup9vr\",rK6NJmZ2D:\"framer-v-wr6py6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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={\"Type-1\":\"HQrKPxN3w\",\"Type-2\":\"rK6NJmZ2D\"};const getProps=({background,dotColor,height,id,padding,text,textColor,width,...props})=>{return{...props,ECekUtB9K:background??props.ECekUtB9K??\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",iho0wvMCB:text??props.iho0wvMCB??\"Agile Workflow\",RkDQgR3T9:padding??props.RkDQgR3T9??\"12px 14px 12px 14px\",U9B8u4aUz:textColor??props.U9B8u4aUz??\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:dotColor??props.V1Tn4b3q0??\"rgb(255, 47, 47)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HQrKPxN3w\"};};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,V1Tn4b3q0,iho0wvMCB,ECekUtB9K,U9B8u4aUz,RkDQgR3T9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HQrKPxN3w\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"rK6NJmZ2D\")return false;return true;};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-1dup9vr\",className,classNames),\"data-framer-name\":\"Type-1\",layoutDependency:layoutDependency,layoutId:\"HQrKPxN3w\",ref:ref??ref1,style:{\"--4xgud4\":numberToPixelString(RkDQgR3T9),backgroundColor:ECekUtB9K,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"none\",...style},variants:{rK6NJmZ2D:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 1px 1px 0px rgba(0, 0, 0, 0.10000000149011612)\"}},...addPropertyOverrides({rK6NJmZ2D:{\"data-framer-name\":\"Type-2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-48qyh0\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"QRzzqMN4T\",style:{backgroundColor:V1Tn4b3q0,borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-U9B8u4aUz-DyeB4pqpe))\"},children:\"Agile Workflow\"})}),className:\"framer-1sw9kpl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XK7I474ex\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-U9B8u4aUz-DyeB4pqpe)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-U9B8u4aUz-DyeB4pqpe\":U9B8u4aUz},text:iho0wvMCB,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rK6NJmZ2D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"Agile Workflow\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FOtNT.framer-n8e5zq, .framer-FOtNT .framer-n8e5zq { display: block; }\",\".framer-FOtNT.framer-1dup9vr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: var(--4xgud4); position: relative; width: min-content; }\",\".framer-FOtNT .framer-48qyh0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-FOtNT .framer-1sw9kpl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FOtNT.framer-1dup9vr { gap: 0px; } .framer-FOtNT.framer-1dup9vr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FOtNT.framer-1dup9vr > :first-child { margin-left: 0px; } .framer-FOtNT.framer-1dup9vr > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49.5\n * @framerIntrinsicWidth 159\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rK6NJmZ2D\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"V1Tn4b3q0\":\"dotColor\",\"iho0wvMCB\":\"text\",\"ECekUtB9K\":\"background\",\"U9B8u4aUz\":\"textColor\",\"RkDQgR3T9\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDyeB4pqpe=withCSS(Component,css,\"framer-FOtNT\");export default FramerDyeB4pqpe;FramerDyeB4pqpe.displayName=\"Helper/Tag\";FramerDyeB4pqpe.defaultProps={height:49.5,width:159};addPropertyControls(FramerDyeB4pqpe,{variant:{options:[\"HQrKPxN3w\",\"rK6NJmZ2D\"],optionTitles:[\"Type-1\",\"Type-2\"],title:\"Variant\",type:ControlType.Enum},V1Tn4b3q0:{defaultValue:\"rgb(255, 47, 47)\",title:\"Dot Color\",type:ControlType.Color},iho0wvMCB:{defaultValue:\"Agile Workflow\",displayTextArea:false,title:\"Text\",type:ControlType.String},ECekUtB9K:{defaultValue:'var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30)) /* {\"name\":\"Dark 12\"} */',title:\"Background\",type:ControlType.Color},U9B8u4aUz:{defaultValue:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",title:\"Text Color\",type:ControlType.Color},RkDQgR3T9:{defaultValue:\"12px 14px 12px 14px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerDyeB4pqpe,[{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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDyeB4pqpe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rK6NJmZ2D\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"V1Tn4b3q0\\\":\\\"dotColor\\\",\\\"iho0wvMCB\\\":\\\"text\\\",\\\"ECekUtB9K\\\":\\\"background\\\",\\\"U9B8u4aUz\\\":\\\"textColor\\\",\\\"RkDQgR3T9\\\":\\\"padding\\\"}\",\"framerIntrinsicWidth\":\"159\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"49.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 240\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */function BlurGradient({blur,borderRadius,direction,transition}){const blurSteps=useMemo(()=>[{blur:`${blur/2/2/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%`},{blur:`${blur/2/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%`},{blur:`${blur/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%`},{blur:`${blur/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%`},{blur:`${blur/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%`},{blur:`${blur/2/2}px`,gradient:`rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%`},{blur:`${blur/2}px`,gradient:`rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%`},{blur:`${blur}px`,gradient:`rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%`}],[blur]);return /*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,overflow:\"hidden\"},children:blurSteps.map((step,index)=>/*#__PURE__*/_jsx(motion.div,{transition:transition,initial:{backdropFilter:`blur(${step.blur})`},animate:{backdropFilter:`blur(${step.blur})`},style:{opacity:1,position:\"absolute\",inset:0,zIndex:index+1,maskImage:`linear-gradient(${direction}, ${step.gradient})`,WebkitMaskImage:`linear-gradient(${direction}, ${step.gradient})`,borderRadius:borderRadius,pointerEvents:\"none\"}},index))});}BlurGradient.defaultProps={blur:10,borderRadius:\"0px\",direction:\"toBottom\",transition:{duration:.3}};addPropertyControls(BlurGradient,{blur:{title:\"Blur\",type:ControlType.Number,defaultValue:10,min:0,max:100,step:1,description:\"Large blur values (10<) can impact performance.\"},borderRadius:{title:\"Radius\",type:ControlType.BorderRadius,defaultValue:\"0px\",description:\"Blur Gradient component's parent frame can't have border radius (it will break the component). If you need corner radius, apply it directly to the Blur Gradient component here.\"},direction:{title:\"Direction\",type:ControlType.SegmentedEnum,options:[\"to bottom\",\"to top\",\"to left\",\"to right\"],optionTitles:[\"\u2193\",\"\u2191\",\"\u2190\",\"\u2192\"],defaultValue:\"to bottom\"},transition:{type:ControlType.Transition,defaultValue:{duration:.3},title:\"Transition\",description:\"Control how the blur animates when used on hover states or any othe interaction.\\n\\nMore components at [Framer University](https://frameruni.link/cc).\"}});BlurGradient.displayName=\"Blur Gradient\";export default BlurGradient;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BlurGradient\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"240\",\"framerIntrinsicWidth\":\"240\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BlurGradient_Prod.map", "// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={eYOnzlNCc:{hover:true}};const serializationHash=\"framer-aUNqy\";const variantClassNames={eYOnzlNCc:\"framer-v-rf2cg7\"};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 getProps=({click,height,id,width,...props})=>{return{...props,w3eVgPiCQ:click!==null&&click!==void 0?click:props.w3eVgPiCQ};};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,w3eVgPiCQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"eYOnzlNCc\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapjeunbu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(w3eVgPiCQ){const res=await w3eVgPiCQ(...args);if(res===false)return false;}});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rf2cg7\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eYOnzlNCc\",onTap:onTapjeunbu,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 244, 224, 0.8)\",borderBottomLeftRadius:583,borderBottomRightRadius:583,borderTopLeftRadius:583,borderTopRightRadius:583,WebkitBackdropFilter:\"blur(10px)\",...style},variants:{\"eYOnzlNCc-hover\":{backgroundColor:\"var(--token-ecafc256-809a-4d45-a91d-a2dbb56ff89e, rgb(255, 245, 224))\"}},...addPropertyOverrides({\"eYOnzlNCc-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwbdtx\",\"data-framer-name\":\"Arrow1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UvPN1yXDh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 11.813 14.625 L 6.188 9 L 11.813 3.375\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-db9c0999-fbc7-40b4-bd48-6c259f8125b0, rgb(0, 10, 26))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11228074320,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19wdykk\",\"data-framer-name\":\"Arrow2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"APySN__h2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 11.813 14.625 L 6.188 9 L 11.813 3.375\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9110604093,withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aUNqy.framer-zv96nw, .framer-aUNqy .framer-zv96nw { display: block; }\",\".framer-aUNqy.framer-rf2cg7 { cursor: pointer; height: 42px; overflow: hidden; position: relative; width: 42px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aUNqy .framer-1nwbdtx { flex: none; height: 18px; left: 12px; position: absolute; top: 12px; width: 18px; }\",\".framer-aUNqy .framer-19wdykk { flex: none; height: 18px; left: 40px; position: absolute; top: 12px; width: 18px; }\",\".framer-aUNqy.framer-v-rf2cg7.hover.framer-rf2cg7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 42px); }\",\".framer-aUNqy.framer-v-rf2cg7.hover .framer-1nwbdtx { left: -22px; }\",\".framer-aUNqy.framer-v-rf2cg7.hover .framer-19wdykk { left: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ujp8zuF3O\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"w3eVgPiCQ\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXCQXwlu3j=withCSS(Component,css,\"framer-aUNqy\");export default FramerXCQXwlu3j;FramerXCQXwlu3j.displayName=\"Slideshow/ Slideshow Arrow\";FramerXCQXwlu3j.defaultProps={height:42,width:42};addPropertyControls(FramerXCQXwlu3j,{w3eVgPiCQ:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerXCQXwlu3j,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCQXwlu3j\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"w3eVgPiCQ\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"42\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ujp8zuF3O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCQXwlu3j.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}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 BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/mqQEarGIByho1rG31aTv/BlurGradient_Prod.js\";import SlideshowSlideshowArrow from\"https://framerusercontent.com/modules/RuaI4dwpVQcBwvm68PLf/JLIhITuO4juEWY43Un4l/XCQXwlu3j.js\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const SlideshowSlideshowArrowFonts=getFonts(SlideshowSlideshowArrow);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const BlurGradientFonts=getFonts(BlurGradient);const cycleOrder=[\"ZX7KhUFFA\",\"TZYhUcGyf\",\"YyvfWzfmf\",\"fxZvCSK4p\",\"vrPuwybRk\",\"XrtBGlaxK\"];const serializationHash=\"framer-u0UFo\";const variantClassNames={fxZvCSK4p:\"framer-v-nxwbi3\",TZYhUcGyf:\"framer-v-ibmbt4\",vrPuwybRk:\"framer-v-crn2d9\",XrtBGlaxK:\"framer-v-12tom0k\",YyvfWzfmf:\"framer-v-13vegxe\",ZX7KhUFFA:\"framer-v-sxacmn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:200,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 transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={damping:80,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:40,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={damping:80,delay:.1,mass:1,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-40,y:0};const transition5={damping:60,delay:.6,mass:1,stiffness:160,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:24,y:0};const animation8={opacity:1,rotate:180,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:180,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-24,y:0};const transformTemplate3=(_,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 humanReadableVariantMap={\"Mobile Start\":\"XrtBGlaxK\",\"Variant 2\":\"TZYhUcGyf\",\"Variant 3\":\"YyvfWzfmf\",\"Variant 4\":\"fxZvCSK4p\",\"Variant 5\":\"vrPuwybRk\",DesktopStart:\"ZX7KhUFFA\"};const getProps=({height,id,image1,image2,image3,image4,image5,width,...props})=>{return{...props,cyTd9of83:image4??props.cyTd9of83??{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},F8GjJtKGL:image1??props.F8GjJtKGL??{src:\"https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png?scale-down-to=2048 946w,https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png 1170w\"},nVZgp7xmk:image5??props.nVZgp7xmk??{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},TVrkwavK8:image3??props.TVrkwavK8??{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"ZX7KhUFFA\",wA2aAjEZy:image2??props.wA2aAjEZy??{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"}};};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,F8GjJtKGL,wA2aAjEZy,TVrkwavK8,cyTd9of83,nVZgp7xmk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZX7KhUFFA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const w3eVgPiCQ13qetq5=activeVariantCallback(async(...args)=>{setVariant(\"vrPuwybRk\");});const w3eVgPiCQp5i6mc=activeVariantCallback(async(...args)=>{setVariant(\"ZX7KhUFFA\");});const w3eVgPiCQ18rqsps=activeVariantCallback(async(...args)=>{setVariant(\"TZYhUcGyf\");});const w3eVgPiCQge21z9=activeVariantCallback(async(...args)=>{setVariant(\"YyvfWzfmf\");});const w3eVgPiCQf8mxao=activeVariantCallback(async(...args)=>{setVariant(\"fxZvCSK4p\");});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-sxacmn\",className,classNames),\"data-framer-name\":\"DesktopStart\",layoutDependency:layoutDependency,layoutId:\"ZX7KhUFFA\",ref:refBinding,style:{...style},...addPropertyOverrides({fxZvCSK4p:{\"data-framer-name\":\"Variant 4\"},TZYhUcGyf:{\"data-framer-name\":\"Variant 2\"},vrPuwybRk:{\"data-framer-name\":\"Variant 5\"},XrtBGlaxK:{\"data-framer-name\":\"Mobile Start\"},YyvfWzfmf:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},className:\"framer-18kmd1h\",\"data-framer-appear-id\":\"18kmd1h\",\"data-framer-name\":\"Left1\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"xO3p1MuBM\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({fxZvCSK4p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.21, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:transformTemplate2},TZYhUcGyf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:transformTemplate2},vrPuwybRk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:transformTemplate2},XrtBGlaxK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(252px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:undefined},YyvfWzfmf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(228px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(228px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)},className:\"framer-19zy0x9\",\"data-framer-appear-id\":\"19zy0x9\",\"data-framer-name\":\"Left2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"fbRw22NG1\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate2,...addPropertyOverrides({fxZvCSK4p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)}},TZYhUcGyf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)}},vrPuwybRk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-269.75)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.21, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)}},XrtBGlaxK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(252px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)},transformTemplate:undefined},YyvfWzfmf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)},transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.21, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)},className:\"framer-6hp3g1\",\"data-framer-appear-id\":\"6hp3g1\",\"data-framer-name\":\"Center\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"qCM7mtgBx\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate2,...addPropertyOverrides({fxZvCSK4p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4956369982547995-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},TZYhUcGyf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},vrPuwybRk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4956369982547995-243.75)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},XrtBGlaxK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(252px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},YyvfWzfmf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.49738219895287983-218.25)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5026178010471206-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},className:\"framer-bwcefn\",\"data-framer-appear-id\":\"bwcefn\",\"data-framer-name\":\"Right1\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"zw9wTW5p9\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate2,...addPropertyOverrides({fxZvCSK4p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},transformTemplate:undefined},TZYhUcGyf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5026178010471206-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.21, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)}},vrPuwybRk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},transformTemplate:undefined},XrtBGlaxK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5026178010471206-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(252px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},transformTemplate:undefined},YyvfWzfmf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(cyTd9of83)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)},className:\"framer-51i8xv\",\"data-framer-appear-id\":\"51i8xv\",\"data-framer-name\":\"Right2\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"DDKpDLDRH\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate2,...addPropertyOverrides({fxZvCSK4p:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},TZYhUcGyf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.19, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},vrPuwybRk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.17, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},XrtBGlaxK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(252px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)},transformTemplate:undefined},YyvfWzfmf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.21, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"42px\",y:(componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-21),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-nw560n-container\",\"data-framer-appear-id\":\"nw560n\",initial:animation7,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Ai9IyjX91-container\",nodeId:\"Ai9IyjX91\",optimized:true,rendersWithMotion:true,scopeId:\"FIZUD5vgz\",children:/*#__PURE__*/_jsx(SlideshowSlideshowArrow,{height:\"100%\",id:\"Ai9IyjX91\",layoutId:\"Ai9IyjX91\",style:{height:\"100%\",width:\"100%\"},w3eVgPiCQ:w3eVgPiCQ13qetq5,width:\"100%\",...addPropertyOverrides({fxZvCSK4p:{w3eVgPiCQ:w3eVgPiCQge21z9},TZYhUcGyf:{w3eVgPiCQ:w3eVgPiCQp5i6mc},vrPuwybRk:{w3eVgPiCQ:w3eVgPiCQf8mxao},YyvfWzfmf:{w3eVgPiCQ:w3eVgPiCQ18rqsps}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"42px\",y:(componentViewport?.y||0)+((componentViewport?.height||573)*.4991273996509601-21),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-s1v3by-container\",\"data-framer-appear-id\":\"s1v3by\",initial:animation9,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xmyiQEuHI-container\",nodeId:\"xmyiQEuHI\",optimized:true,rendersWithMotion:true,scopeId:\"FIZUD5vgz\",style:{rotate:180},children:/*#__PURE__*/_jsx(SlideshowSlideshowArrow,{height:\"100%\",id:\"xmyiQEuHI\",layoutId:\"xmyiQEuHI\",style:{height:\"100%\",width:\"100%\"},w3eVgPiCQ:w3eVgPiCQ18rqsps,width:\"100%\",...addPropertyOverrides({fxZvCSK4p:{w3eVgPiCQ:w3eVgPiCQ13qetq5},TZYhUcGyf:{w3eVgPiCQ:w3eVgPiCQge21z9},vrPuwybRk:{w3eVgPiCQ:w3eVgPiCQp5i6mc},YyvfWzfmf:{w3eVgPiCQ:w3eVgPiCQf8mxao}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:735,intrinsicWidth:361,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+7),pixelHeight:1470,pixelWidth:722,src:\"https://framerusercontent.com/images/YlYIbfFEujexwgWABDzpsRlY.webp?scale-down-to=1024\"},className:\"framer-1h5m7l4\",\"data-framer-name\":\"iPhone\",layoutDependency:layoutDependency,layoutId:\"tB7paykc0\",transformTemplate:transformTemplate3}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6sa762-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"U6jePEJug-container\",nodeId:\"U6jePEJug\",rendersWithMotion:true,scopeId:\"FIZUD5vgz\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:\"0px\",direction:\"to bottom\",height:\"100%\",id:\"U6jePEJug\",layoutId:\"U6jePEJug\",style:{height:\"100%\",width:\"100%\"},transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iveaqx-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ngo9AKdDw-container\",nodeId:\"ngo9AKdDw\",rendersWithMotion:true,scopeId:\"FIZUD5vgz\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:\"0px\",direction:\"to bottom\",height:\"100%\",id:\"ngo9AKdDw\",layoutId:\"ngo9AKdDw\",style:{height:\"100%\",width:\"100%\"},transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o38yui\",\"data-framer-name\":\"BGBLUR\",layoutDependency:layoutDependency,layoutId:\"EAfOqlYO_\",style:{background:'radial-gradient(50% 50% at 50% 50%, var(--token-ecafc256-809a-4d45-a91d-a2dbb56ff89e, rgb(255, 245, 224)) /* {\"name\":\"HighlightColor\"} */ 0%, rgba(171, 171, 171, 0) 100%)'}}),/*#__PURE__*/_jsx(motion.header,{className:\"framer-13sr7r9\",\"data-framer-name\":\"PhoneBG\",layoutDependency:layoutDependency,layoutId:\"f2kOMhed7\",style:{backgroundColor:\"rgb(1, 1, 1)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-u0UFo.framer-ti4sq4, .framer-u0UFo .framer-ti4sq4 { display: block; }\",\".framer-u0UFo.framer-sxacmn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 573px; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 1200px; }\",\".framer-u0UFo .framer-18kmd1h { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 437px); justify-content: center; left: 9px; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 204px; z-index: 0; }\",\".framer-u0UFo .framer-19zy0x9 { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 540px); justify-content: center; left: 28%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 228px; z-index: 2; }\",\".framer-u0UFo .framer-6hp3g1 { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 0px); justify-content: center; left: 50%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 21%; z-index: 2; }\",\".framer-u0UFo .framer-bwcefn { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 0px); justify-content: center; left: 72%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 19%; z-index: 2; }\",\".framer-u0UFo .framer-51i8xv { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 0px); justify-content: center; left: 91%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 17%; z-index: 0; }\",\".framer-u0UFo .framer-nw560n-container { flex: none; height: 42px; left: calc(36.25000000000002% - 42px / 2); position: absolute; top: calc(49.91273996509601% - 42px / 2); width: 42px; z-index: 2; }\",\".framer-u0UFo .framer-s1v3by-container { flex: none; height: 42px; position: absolute; right: 416px; top: calc(49.91273996509601% - 42px / 2); width: 42px; z-index: 2; }\",\".framer-u0UFo .framer-1h5m7l4 { aspect-ratio: 0.4915405164737311 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 562px); left: 50%; overflow: visible; position: absolute; top: 7px; width: 276px; z-index: 2; }\",\".framer-u0UFo .framer-6sa762-container { bottom: 0px; flex: none; left: -24px; position: absolute; top: 0px; width: 461px; z-index: 1; }\",\".framer-u0UFo .framer-iveaqx-container { bottom: 0px; flex: none; position: absolute; right: -24px; top: 0px; width: 461px; z-index: 1; }\",\".framer-u0UFo .framer-1o38yui { bottom: 0px; flex: none; left: calc(50.00000000000002% - 846px / 2); overflow: hidden; position: absolute; top: 0px; width: 846px; z-index: 1; }\",\".framer-u0UFo .framer-13sr7r9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 544px; justify-content: center; max-width: 100%; overflow: visible; padding: 40px; position: relative; width: 252px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-u0UFo.framer-sxacmn, .framer-u0UFo .framer-18kmd1h, .framer-u0UFo .framer-19zy0x9, .framer-u0UFo .framer-6hp3g1, .framer-u0UFo .framer-bwcefn, .framer-u0UFo .framer-51i8xv, .framer-u0UFo .framer-13sr7r9 { gap: 0px; } .framer-u0UFo.framer-sxacmn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-u0UFo.framer-sxacmn > :first-child { margin-left: 0px; } .framer-u0UFo.framer-sxacmn > :last-child { margin-right: 0px; } .framer-u0UFo .framer-18kmd1h > *, .framer-u0UFo .framer-19zy0x9 > *, .framer-u0UFo .framer-6hp3g1 > *, .framer-u0UFo .framer-bwcefn > *, .framer-u0UFo .framer-51i8xv > *, .framer-u0UFo .framer-13sr7r9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-u0UFo .framer-18kmd1h > :first-child, .framer-u0UFo .framer-19zy0x9 > :first-child, .framer-u0UFo .framer-6hp3g1 > :first-child, .framer-u0UFo .framer-bwcefn > :first-child, .framer-u0UFo .framer-51i8xv > :first-child, .framer-u0UFo .framer-13sr7r9 > :first-child { margin-top: 0px; } .framer-u0UFo .framer-18kmd1h > :last-child, .framer-u0UFo .framer-19zy0x9 > :last-child, .framer-u0UFo .framer-6hp3g1 > :last-child, .framer-u0UFo .framer-bwcefn > :last-child, .framer-u0UFo .framer-51i8xv > :last-child, .framer-u0UFo .framer-13sr7r9 > :last-child { margin-bottom: 0px; } }\",\".framer-u0UFo.framer-v-ibmbt4 .framer-18kmd1h { aspect-ratio: 0.4668192219679634 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 91%; width: 17%; }\",\".framer-u0UFo.framer-v-ibmbt4 .framer-19zy0x9 { aspect-ratio: 0.4668192219679634 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-u0UFo.framer-v-ibmbt4 .framer-6hp3g1 { aspect-ratio: 0.4672131147540984 / 1; left: 28%; top: 50%; width: 19%; }\",\".framer-u0UFo.framer-v-ibmbt4 .framer-bwcefn { left: 50%; width: 21%; }\",\".framer-u0UFo.framer-v-ibmbt4 .framer-51i8xv { aspect-ratio: 0.4672131147540984 / 1; left: 72%; width: 19%; z-index: 2; }\",\".framer-u0UFo.framer-v-13vegxe .framer-18kmd1h { aspect-ratio: unset; height: 488px; left: calc(71.58333333333336% - min(100%, 228px) / 2); top: calc(49.91273996509601% - 488px / 2); width: 228px; z-index: 2; }\",\".framer-u0UFo.framer-v-13vegxe .framer-19zy0x9 { aspect-ratio: unset; height: 437px; left: calc(90.58333333333336% - min(100%, 204px) / 2); top: calc(49.73821989528798% - 437px / 2); width: 204px; z-index: 0; }\",\".framer-u0UFo.framer-v-13vegxe .framer-6hp3g1 { aspect-ratio: 0.4672131147540984 / 1; left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-u0UFo.framer-v-13vegxe .framer-bwcefn { aspect-ratio: 0.4672131147540984 / 1; left: 28%; top: 50%; }\",\".framer-u0UFo.framer-v-13vegxe .framer-51i8xv { aspect-ratio: 0.4672131147540984 / 1; left: 50%; width: 21%; z-index: 2; }\",\".framer-u0UFo.framer-v-nxwbi3 .framer-18kmd1h { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; width: 21%; z-index: 2; }\",\".framer-u0UFo.framer-v-nxwbi3 .framer-19zy0x9 { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 72%; top: 50%; width: 19%; }\",\".framer-u0UFo.framer-v-nxwbi3 .framer-6hp3g1 { aspect-ratio: 0.46788990825688076 / 1; left: 91%; top: 50%; width: 17%; z-index: 0; }\",\".framer-u0UFo.framer-v-nxwbi3 .framer-bwcefn { aspect-ratio: unset; height: 436px; left: calc(9.250000000000021% - min(100%, 204px) / 2); top: calc(49.91273996509601% - 436px / 2); width: 204px; z-index: 0; }\",\".framer-u0UFo.framer-v-nxwbi3 .framer-51i8xv { aspect-ratio: 0.4672131147540984 / 1; left: 28%; width: 19%; z-index: 2; }\",\".framer-u0UFo.framer-v-crn2d9 .framer-18kmd1h { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 28%; top: 50%; width: 19%; z-index: 2; }\",\".framer-u0UFo.framer-v-crn2d9 .framer-19zy0x9 { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; top: 50%; width: 21%; }\",\".framer-u0UFo.framer-v-crn2d9 .framer-6hp3g1 { aspect-ratio: 0.46788990825688076 / 1; left: 72%; top: 50%; width: 19%; }\",\".framer-u0UFo.framer-v-crn2d9 .framer-bwcefn { aspect-ratio: unset; height: 436px; left: calc(90.58333333333336% - min(100%, 204px) / 2); top: calc(49.91273996509601% - 436px / 2); width: 204px; z-index: 0; }\",\".framer-u0UFo.framer-v-crn2d9 .framer-51i8xv { aspect-ratio: 0.46788990825688076 / 1; left: 9%; top: 50%; }\",\".framer-u0UFo.framer-v-12tom0k.framer-sxacmn { width: 390px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-18kmd1h { aspect-ratio: unset; height: 540px; top: calc(49.91273996509601% - 540px / 2); width: 252px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-19zy0x9 { aspect-ratio: unset; height: 540px; left: calc(-20.76923076923075% - min(100%, 252px) / 2); top: calc(49.91273996509601% - 540px / 2); width: 252px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-6hp3g1 { height: var(--framer-aspect-ratio-supported, 540px); width: 252px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-bwcefn { aspect-ratio: unset; height: 540px; left: calc(120.76923076923079% - min(100%, 252px) / 2); top: calc(50.26178010471206% - 540px / 2); width: 252px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-51i8xv { aspect-ratio: unset; height: 540px; left: calc(191.53846153846158% - min(100%, 252px) / 2); top: calc(50.087260034904034% - 540px / 2); width: 252px; }\",\".framer-u0UFo.framer-v-12tom0k .framer-nw560n-container { left: 16px; z-index: 3; }\",\".framer-u0UFo.framer-v-12tom0k .framer-s1v3by-container { right: 16px; z-index: 3; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 573\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TZYhUcGyf\":{\"layout\":[\"fixed\",\"fixed\"]},\"YyvfWzfmf\":{\"layout\":[\"fixed\",\"fixed\"]},\"fxZvCSK4p\":{\"layout\":[\"fixed\",\"fixed\"]},\"vrPuwybRk\":{\"layout\":[\"fixed\",\"fixed\"]},\"XrtBGlaxK\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"F8GjJtKGL\":\"image1\",\"wA2aAjEZy\":\"image2\",\"TVrkwavK8\":\"image3\",\"cyTd9of83\":\"image4\",\"nVZgp7xmk\":\"image5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFIZUD5vgz=withCSS(Component,css,\"framer-u0UFo\");export default FramerFIZUD5vgz;FramerFIZUD5vgz.displayName=\"Slideshow/ Hero App Slideshow\";FramerFIZUD5vgz.defaultProps={height:573,width:1200};addPropertyControls(FramerFIZUD5vgz,{variant:{options:[\"ZX7KhUFFA\",\"TZYhUcGyf\",\"YyvfWzfmf\",\"fxZvCSK4p\",\"vrPuwybRk\",\"XrtBGlaxK\"],optionTitles:[\"DesktopStart\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Mobile Start\"],title:\"Variant\",type:ControlType.Enum},F8GjJtKGL:{__defaultAssetReference:\"data:framer/asset-reference,2qa2i6jxF67yJvogEQAed7OReQ.png?originalFilename=Light+Mode.png&preferredSize=auto\",description:\"(First from left)\",title:\"Image 1 \",type:ControlType.ResponsiveImage},wA2aAjEZy:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Second from left)\",title:\"Image 2 \",type:ControlType.ResponsiveImage},TVrkwavK8:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Center)\",title:\"Image 3\",type:ControlType.ResponsiveImage},cyTd9of83:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Second from right)\",title:\"Image 4\",type:ControlType.ResponsiveImage},nVZgp7xmk:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(First from right)\",title:\"Image 5\",type:ControlType.ResponsiveImage}});addFonts(FramerFIZUD5vgz,[{explicitInter:true,fonts:[]},...SlideshowSlideshowArrowFonts,...BlurGradientFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFIZUD5vgz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"F8GjJtKGL\\\":\\\"image1\\\",\\\"wA2aAjEZy\\\":\\\"image2\\\",\\\"TVrkwavK8\\\":\\\"image3\\\",\\\"cyTd9of83\\\":\\\"image4\\\",\\\"nVZgp7xmk\\\":\\\"image5\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TZYhUcGyf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YyvfWzfmf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fxZvCSK4p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vrPuwybRk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XrtBGlaxK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"573\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FIZUD5vgz.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"nwwtXY4r4\",\"XeYH6irEY\"];const serializationHash=\"framer-AtbgL\";const variantClassNames={nwwtXY4r4:\"framer-v-fosc2o\",XeYH6irEY:\"framer-v-1b165em\"};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={\"Big Card\":\"nwwtXY4r4\",\"Small Card\":\"XeYH6irEY\"};const getProps=({bGColor,border,height,id,text,title,width,...props})=>{return{...props,miNyRgpun:bGColor??props.miNyRgpun??\"rgb(244, 231, 253)\",O4m_5jCqF:text??props.O4m_5jCqF??\"Increase Efficiency\",OFTTLDHXa:title??props.OFTTLDHXa??\"2X\",ONCrLjpvL:border??props.ONCrLjpvL??{borderColor:\"rgba(223, 183, 250, 1)\",borderStyle:\"solid\",borderWidth:1},variant:humanReadableVariantMap[props.variant]??props.variant??\"nwwtXY4r4\"};};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,OFTTLDHXa,O4m_5jCqF,miNyRgpun,ONCrLjpvL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nwwtXY4r4\",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-fosc2o\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Big Card\",layoutDependency:layoutDependency,layoutId:\"nwwtXY4r4\",ref:refBinding,style:{\"--border-bottom-width\":(ONCrLjpvL.borderBottomWidth??ONCrLjpvL.borderWidth)+\"px\",\"--border-color\":ONCrLjpvL.borderColor,\"--border-left-width\":(ONCrLjpvL.borderLeftWidth??ONCrLjpvL.borderWidth)+\"px\",\"--border-right-width\":(ONCrLjpvL.borderRightWidth??ONCrLjpvL.borderWidth)+\"px\",\"--border-style\":ONCrLjpvL.borderStyle,\"--border-top-width\":(ONCrLjpvL.borderTopWidth??ONCrLjpvL.borderWidth)+\"px\",backdropFilter:\"blur(15px)\",backgroundColor:miNyRgpun,borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"blur(15px)\",...style},variants:{XeYH6irEY:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},...addPropertyOverrides({XeYH6irEY:{\"data-framer-name\":\"Small Card\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p44sbu\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"W9Syc0sg_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIFRlbGVncmFmIFVsdHJhYm9sZA==\",\"--framer-font-family\":'\"PP Telegraf Ultrabold\", \"PP Telegraf Ultrabold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)))\"},children:\"2X\"})}),className:\"framer-1oys2yr\",\"data-framer-name\":\"Number\",fonts:[\"CUSTOM;PP Telegraf Ultrabold\"],layoutDependency:layoutDependency,layoutId:\"Z3H4eO83q\",style:{\"--extracted-r6o4lv\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",\"--framer-paragraph-spacing\":\"0px\"},text:OFTTLDHXa,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76)))\"},children:\"Increase Efficiency\"})}),className:\"framer-2zxh5l\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"HdBAS6ob7\",style:{\"--extracted-r6o4lv\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:O4m_5jCqF,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AtbgL.framer-it6wde, .framer-AtbgL .framer-it6wde { display: block; }\",\".framer-AtbgL.framer-fosc2o { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 243px; }\",\".framer-AtbgL .framer-p44sbu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AtbgL .framer-1oys2yr, .framer-AtbgL .framer-2zxh5l { 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-AtbgL.framer-fosc2o, .framer-AtbgL .framer-p44sbu { gap: 0px; } .framer-AtbgL.framer-fosc2o > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-AtbgL.framer-fosc2o > :first-child, .framer-AtbgL .framer-p44sbu > :first-child { margin-top: 0px; } .framer-AtbgL.framer-fosc2o > :last-child, .framer-AtbgL .framer-p44sbu > :last-child { margin-bottom: 0px; } .framer-AtbgL .framer-p44sbu > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-AtbgL.framer-v-1b165em.framer-fosc2o { padding: 18px; width: min-content; }\",\".framer-AtbgL.framer-v-1b165em .framer-p44sbu { align-self: stretch; width: auto; }\",\".framer-AtbgL.framer-v-1b165em .framer-1oys2yr { white-space: pre; width: auto; }\",'.framer-AtbgL[data-border=\"true\"]::after, .framer-AtbgL [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 159\n * @framerIntrinsicWidth 242.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XeYH6irEY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"OFTTLDHXa\":\"title\",\"O4m_5jCqF\":\"text\",\"miNyRgpun\":\"bGColor\",\"ONCrLjpvL\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHFj_21WYS=withCSS(Component,css,\"framer-AtbgL\");export default FramerHFj_21WYS;FramerHFj_21WYS.displayName=\"Helper/Stats\";FramerHFj_21WYS.defaultProps={height:159,width:242.5};addPropertyControls(FramerHFj_21WYS,{variant:{options:[\"nwwtXY4r4\",\"XeYH6irEY\"],optionTitles:[\"Big Card\",\"Small Card\"],title:\"Variant\",type:ControlType.Enum},OFTTLDHXa:{defaultValue:\"2X\",displayTextArea:false,title:\"Title\",type:ControlType.String},O4m_5jCqF:{defaultValue:\"Increase Efficiency\",displayTextArea:false,title:\"Text\",type:ControlType.String},miNyRgpun:{defaultValue:\"rgb(244, 231, 253)\",title:\"BG Color\",type:ControlType.Color},ONCrLjpvL:{defaultValue:{borderColor:\"rgba(223, 183, 250, 1)\",borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FramerHFj_21WYS,[{explicitInter:true,fonts:[{family:\"PP Telegraf Ultrabold\",source:\"custom\",url:\"https://framerusercontent.com/assets/M2PVbRGwqLeN8ABeQH6eyykqjE.woff2\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHFj_21WYS\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"242.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"159\",\"framerVariables\":\"{\\\"OFTTLDHXa\\\":\\\"title\\\",\\\"O4m_5jCqF\\\":\\\"text\\\",\\\"miNyRgpun\\\":\\\"bGColor\\\",\\\"ONCrLjpvL\\\":\\\"border\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XeYH6irEY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HFj_21WYS.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zNWu8R2Wj0HWZkSCXZin/zD2uk6OVaMyALqtAHSvK/o8AwAvz9k.js\";const cycleOrder=[\"qQIQ7ekhx\",\"qDnKxBqAy\"];const serializationHash=\"framer-Eyzgg\";const variantClassNames={qDnKxBqAy:\"framer-v-1r0szpr\",qQIQ7ekhx:\"framer-v-23lld1\"};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={\"Big Card\":\"qQIQ7ekhx\",\"Small Card\":\"qDnKxBqAy\"};const getProps=({height,id,name1,positon,testimonial,width,...props})=>{return{...props,GO5fOyEGg:testimonial??props.GO5fOyEGg??\"Text\",I6ESmU6dT:positon??props.I6ESmU6dT??\"Project Manager\",KFygpAWg4:name1??props.KFygpAWg4??\"John Matthews\",variant:humanReadableVariantMap[props.variant]??props.variant??\"qQIQ7ekhx\"};};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,GO5fOyEGg,KFygpAWg4,I6ESmU6dT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qQIQ7ekhx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-23lld1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Big Card\",layoutDependency:layoutDependency,layoutId:\"qQIQ7ekhx\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-0b85bf41-9970-464d-96f4-152f236b9294, rgb(241, 240, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, rgb(255, 250, 238))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{qDnKxBqAy:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},...addPropertyOverrides({qDnKxBqAy:{\"data-framer-name\":\"Small Card\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1to9a7h\",layoutDependency:layoutDependency,layoutId:\"CE2nOlv8t\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bUl0YWxpYw==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30)))\"},children:\"Text\"})}),className:\"framer-17yj032\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-MediumItalic\"],layoutDependency:layoutDependency,layoutId:\"ym0s_uTn8\",style:{\"--extracted-r6o4lv\":\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",\"--framer-paragraph-spacing\":\"0px\"},text:GO5fOyEGg,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bbqqtg\",\"data-framer-name\":\"Sub Container\",layoutDependency:layoutDependency,layoutId:\"gWwn2dsrh\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mrosj7\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"bordPaWtw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(62, 57, 51)))\"},children:\"John Matthews\"})}),className:\"framer-1iorvf\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sKA953ggP\",style:{\"--extracted-r6o4lv\":\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(62, 57, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:KFygpAWg4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(62, 57, 51)))\"},children:\"Project Manager\"})}),className:\"framer-1jgds0n\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"JfsddOTsI\",style:{\"--extracted-r6o4lv\":\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(62, 57, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:I6ESmU6dT,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eyzgg.framer-gsk8oz, .framer-Eyzgg .framer-gsk8oz { display: block; }\",\".framer-Eyzgg.framer-23lld1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 186px; justify-content: space-between; overflow: visible; padding: 16px; position: relative; width: 155px; }\",\".framer-Eyzgg .framer-1to9a7h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Eyzgg .framer-17yj032 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eyzgg .framer-1bbqqtg { align-content: center; align-items: center; 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: 100%; }\",\".framer-Eyzgg .framer-mrosj7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Eyzgg .framer-1iorvf, .framer-Eyzgg .framer-1jgds0n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Eyzgg .framer-1to9a7h, .framer-Eyzgg .framer-1bbqqtg, .framer-Eyzgg .framer-mrosj7 { gap: 0px; } .framer-Eyzgg .framer-1to9a7h > *, .framer-Eyzgg .framer-mrosj7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Eyzgg .framer-1to9a7h > :first-child, .framer-Eyzgg .framer-mrosj7 > :first-child { margin-top: 0px; } .framer-Eyzgg .framer-1to9a7h > :last-child, .framer-Eyzgg .framer-mrosj7 > :last-child { margin-bottom: 0px; } .framer-Eyzgg .framer-1bbqqtg > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Eyzgg .framer-1bbqqtg > :first-child { margin-left: 0px; } .framer-Eyzgg .framer-1bbqqtg > :last-child { margin-right: 0px; } }\",\".framer-Eyzgg.framer-v-1r0szpr.framer-23lld1 { gap: 26px; height: min-content; justify-content: center; padding: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Eyzgg.framer-v-1r0szpr.framer-23lld1 { gap: 0px; } .framer-Eyzgg.framer-v-1r0szpr.framer-23lld1 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-Eyzgg.framer-v-1r0szpr.framer-23lld1 > :first-child { margin-top: 0px; } .framer-Eyzgg.framer-v-1r0szpr.framer-23lld1 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-Eyzgg[data-border=\"true\"]::after, .framer-Eyzgg [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 186\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qDnKxBqAy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"GO5fOyEGg\":\"testimonial\",\"KFygpAWg4\":\"name1\",\"I6ESmU6dT\":\"positon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhzyB9sbOK=withCSS(Component,css,\"framer-Eyzgg\");export default FramerhzyB9sbOK;FramerhzyB9sbOK.displayName=\"Helper/Testimonials\";FramerhzyB9sbOK.defaultProps={height:186,width:155};addPropertyControls(FramerhzyB9sbOK,{variant:{options:[\"qQIQ7ekhx\",\"qDnKxBqAy\"],optionTitles:[\"Big Card\",\"Small Card\"],title:\"Variant\",type:ControlType.Enum},GO5fOyEGg:{defaultValue:\"Text\",displayTextArea:false,title:\"Testimonial\",type:ControlType.String},KFygpAWg4:{defaultValue:\"John Matthews\",displayTextArea:false,title:\"Name\",type:ControlType.String},I6ESmU6dT:{defaultValue:\"Project Manager\",displayTextArea:false,title:\"Positon\",type:ControlType.String}});addFonts(FramerhzyB9sbOK,[{explicitInter:true,fonts:[{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/A5P4nkYCJlLQxGxaS1lzG8PNSc.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/vuPfygr1n1zYxscvWgGI8hRf3LE.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/jplzYzqFHXreyADwk9yrkQlWQ.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/sSIKP2TfVPvfK7YVENPE5H87A.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/gawbeo7iEJSRZ4kcrh6YRrU8o.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/xSzma7KIWAdctStaX171ey3lams.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/8E92vrr3j1gDqzepmeSbD2u0JxA.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:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhzyB9sbOK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"186\",\"framerVariables\":\"{\\\"GO5fOyEGg\\\":\\\"testimonial\\\",\\\"KFygpAWg4\\\":\\\"name1\\\",\\\"I6ESmU6dT\\\":\\\"positon\\\"}\",\"framerIntrinsicWidth\":\"155\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qDnKxBqAy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hzyB9sbOK.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oafQJUquLcdnIf1h96Ok/C0Apto3cLDKu3wmn78Vs/HubdKhlnN.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"ufa1yCvUJ\",\"xzs1_A0p9\",\"XPlhWl63N\"];const serializationHash=\"framer-0WYCa\";const variantClassNames={ufa1yCvUJ:\"framer-v-1yuc0lp\",XPlhWl63N:\"framer-v-1q6k8pd\",xzs1_A0p9:\"framer-v-1qvreq5\"};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={\"Type-1\":\"ufa1yCvUJ\",\"Type-2\":\"xzs1_A0p9\",\"Type-3\":\"XPlhWl63N\"};const getProps=({height,id,text,width,...props})=>{return{...props,TzDmwnSnQ:text??props.TzDmwnSnQ??\"Interactive Timeline - Track and organize tasks visually.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ufa1yCvUJ\"};};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,TzDmwnSnQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ufa1yCvUJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"xzs1_A0p9\",\"XPlhWl63N\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"xzs1_A0p9\",\"XPlhWl63N\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yuc0lp\",className,classNames),\"data-framer-name\":\"Type-1\",layoutDependency:layoutDependency,layoutId:\"ufa1yCvUJ\",ref:refBinding,style:{...style},...addPropertyOverrides({XPlhWl63N:{\"data-framer-name\":\"Type-3\"},xzs1_A0p9:{\"data-framer-name\":\"Type-2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14uw018\",\"data-framer-name\":\"Button/Nav Link Button\",layoutDependency:layoutDependency,layoutId:\"GVth43Evw\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 6px 12px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(0, 0, 0, 0.1), 0px 6px 11px 0px rgba(0, 0, 0, 0.05)\"},variants:{XPlhWl63N:{boxShadow:\"none\"},xzs1_A0p9:{boxShadow:\"none\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aisamr\",\"data-framer-name\":\"Gradiant\",layoutDependency:layoutDependency,layoutId:\"cpFBAWwTZ\",style:{background:\"linear-gradient(180deg, rgb(255, 47, 47) 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ui0ddh\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"syJ9N0Xve\",style:{background:'linear-gradient(180deg, var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76)) /* {\"name\":\"Grey 30\"} */ 0%, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) /* {\"name\":\"Dark 7\"} */ 100%)',borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i86or9-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"sL7oC7z4w-container\",nodeId:\"sL7oC7z4w\",rendersWithMotion:true,scopeId:\"KyREmLQfW\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"sL7oC7z4w\",layoutId:\"sL7oC7z4w\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19sh8fo-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zK7wjUtxq-container\",nodeId:\"zK7wjUtxq\",rendersWithMotion:true,scopeId:\"KyREmLQfW\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"zK7wjUtxq\",layoutId:\"zK7wjUtxq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({XPlhWl63N:{iconSelection:\"MaskSad\",weight:\"duotone\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76)))\"},children:\"Interactive Timeline - Track and organize tasks visually.\"})}),className:\"framer-1iu7uva\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FJm9JGORz\",style:{\"--extracted-r6o4lv\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:TzDmwnSnQ,variants:{xzs1_A0p9:{\"--extracted-r6o4lv\":\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xzs1_A0p9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30)))\"},children:\"Interactive Timeline - Track and organize tasks visually.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0WYCa.framer-ulqw5x, .framer-0WYCa .framer-ulqw5x { display: block; }\",\".framer-0WYCa.framer-1yuc0lp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 52px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 472px; }\",\".framer-0WYCa .framer-14uw018 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0WYCa .framer-1aisamr { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-0WYCa .framer-ui0ddh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-0WYCa .framer-i86or9-container, .framer-0WYCa .framer-19sh8fo-container { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-0WYCa .framer-1iu7uva { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0WYCa.framer-1yuc0lp, .framer-0WYCa .framer-14uw018, .framer-0WYCa .framer-ui0ddh { gap: 0px; } .framer-0WYCa.framer-1yuc0lp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-0WYCa.framer-1yuc0lp > :first-child, .framer-0WYCa .framer-14uw018 > :first-child, .framer-0WYCa .framer-ui0ddh > :first-child { margin-left: 0px; } .framer-0WYCa.framer-1yuc0lp > :last-child, .framer-0WYCa .framer-14uw018 > :last-child, .framer-0WYCa .framer-ui0ddh > :last-child { margin-right: 0px; } .framer-0WYCa .framer-14uw018 > *, .framer-0WYCa .framer-ui0ddh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-0WYCa.framer-v-1qvreq5 .framer-14uw018, .framer-0WYCa.framer-v-1q6k8pd .framer-14uw018 { height: 27px; width: 27px; }\",\".framer-0WYCa.framer-v-1q6k8pd .framer-19sh8fo-container { height: 20px; width: 20px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 472\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xzs1_A0p9\":{\"layout\":[\"fixed\",\"fixed\"]},\"XPlhWl63N\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TzDmwnSnQ\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKyREmLQfW=withCSS(Component,css,\"framer-0WYCa\");export default FramerKyREmLQfW;FramerKyREmLQfW.displayName=\"Helper/Check Points\";FramerKyREmLQfW.defaultProps={height:52,width:472};addPropertyControls(FramerKyREmLQfW,{variant:{options:[\"ufa1yCvUJ\",\"xzs1_A0p9\",\"XPlhWl63N\"],optionTitles:[\"Type-1\",\"Type-2\",\"Type-3\"],title:\"Variant\",type:ControlType.Enum},TzDmwnSnQ:{defaultValue:\"Interactive Timeline - Track and organize tasks visually.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerKyREmLQfW,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKyREmLQfW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xzs1_A0p9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XPlhWl63N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"TzDmwnSnQ\\\":\\\"text\\\"}\",\"framerIntrinsicWidth\":\"472\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KyREmLQfW.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hvMco4wj76G7Tqbw4nfw/PSrdb88oUiJc4Wf9QHuz/HubdKhlnN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nJuBYHmOg8U5SkcOvCVe/LgfUqg3uyoPRCXWoaHDz/LI7wOk5PY.js\";const cycleOrder=[\"P3ysYJ8v6\",\"OgvEl7iAq\",\"l91mSgi26\",\"bhNBzSzvK\"];const serializationHash=\"framer-XmLyD\";const variantClassNames={bhNBzSzvK:\"framer-v-yaq82m\",l91mSgi26:\"framer-v-1f7qeki\",OgvEl7iAq:\"framer-v-1aa2nur\",P3ysYJ8v6:\"framer-v-b6lv36\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Small Closed\":\"l91mSgi26\",\"Small Open\":\"bhNBzSzvK\",Closed:\"P3ysYJ8v6\",Open:\"OgvEl7iAq\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,T8rQFvSBR:answer??props.T8rQFvSBR??\"We offer a range of services including brand identity development, web design, digital marketing, content creation, and social media management to help elevate your brand.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"P3ysYJ8v6\",W88zB8mIG:question??props.W88zB8mIG??\"What is Startus?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P3ysYJ8v6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6ii7u7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"OgvEl7iAq\");});const onTap1id82j6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"P3ysYJ8v6\");});const onTap11ezc7c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"bhNBzSzvK\");});const onTap11wo00i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"l91mSgi26\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"OgvEl7iAq\",\"l91mSgi26\"].includes(baseVariant))return false;return true;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b6lv36\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"P3ysYJ8v6\",onTap:onTap6ii7u7,ref:ref??ref1,style:{...style},...addPropertyOverrides({bhNBzSzvK:{\"data-framer-name\":\"Small Open\",onTap:onTap11wo00i},l91mSgi26:{\"data-framer-name\":\"Small Closed\",onTap:onTap11ezc7c},OgvEl7iAq:{\"data-framer-name\":\"Open\",onTap:onTap1id82j6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51ovkv\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"PS5yvkPCU\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, rgb(222, 216, 211))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-0b85bf41-9970-464d-96f4-152f236b9294, rgb(241, 240, 238))\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h9u4t\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"DdXd01hW5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"What is Startus?\"})}),className:\"framer-1kkn41n\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cZi5gDvvp\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ihfum\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"v5KiMmu39\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-utwxbo\",layoutDependency:layoutDependency,layoutId:\"TBFZCY90Z\",style:{backgroundColor:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dz2t8z\",layoutDependency:layoutDependency,layoutId:\"kcWTtaE1N\",style:{backgroundColor:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:0,rotate:90},variants:{l91mSgi26:{opacity:1,rotate:0},OgvEl7iAq:{opacity:1,rotate:0}}})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cd2qdz\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"FlltBZKCA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76)))\"},children:\"We offer a range of services including brand identity development, web design, digital marketing, content creation, and social media management to help elevate your brand.\"})}),className:\"framer-1ck7jnf\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nc5LEgXFJ\",style:{\"--extracted-r6o4lv\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XmLyD.framer-i5y5d5, .framer-XmLyD .framer-i5y5d5 { display: block; }\",\".framer-XmLyD.framer-b6lv36 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-XmLyD .framer-51ovkv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 4px; position: relative; width: 100%; }\",\".framer-XmLyD .framer-1h9u4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XmLyD .framer-1kkn41n { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-XmLyD .framer-1ihfum { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-XmLyD .framer-utwxbo { flex: none; height: 2px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 14px; }\",\".framer-XmLyD .framer-dz2t8z { flex: none; height: 14px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 2px; }\",\".framer-XmLyD .framer-1cd2qdz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XmLyD .framer-1ck7jnf { 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-XmLyD.framer-b6lv36, .framer-XmLyD .framer-51ovkv, .framer-XmLyD .framer-1h9u4t, .framer-XmLyD .framer-1cd2qdz { gap: 0px; } .framer-XmLyD.framer-b6lv36 > *, .framer-XmLyD .framer-51ovkv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-XmLyD.framer-b6lv36 > :first-child, .framer-XmLyD .framer-51ovkv > :first-child, .framer-XmLyD .framer-1cd2qdz > :first-child { margin-top: 0px; } .framer-XmLyD.framer-b6lv36 > :last-child, .framer-XmLyD .framer-51ovkv > :last-child, .framer-XmLyD .framer-1cd2qdz > :last-child { margin-bottom: 0px; } .framer-XmLyD .framer-1h9u4t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XmLyD .framer-1h9u4t > :first-child { margin-left: 0px; } .framer-XmLyD .framer-1h9u4t > :last-child { margin-right: 0px; } .framer-XmLyD .framer-1cd2qdz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-XmLyD.framer-v-1f7qeki .framer-51ovkv, .framer-XmLyD.framer-v-yaq82m .framer-51ovkv { padding: 34px 12px 34px 12px; }\",\".framer-XmLyD.framer-v-1f7qeki .framer-1h9u4t, .framer-XmLyD.framer-v-yaq82m .framer-1h9u4t { align-content: flex-start; align-items: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-XmLyD[data-border=\"true\"]::after, .framer-XmLyD [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 238\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OgvEl7iAq\":{\"layout\":[\"fixed\",\"auto\"]},\"l91mSgi26\":{\"layout\":[\"fixed\",\"auto\"]},\"bhNBzSzvK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxUmE2HP3j=withCSS(Component,css,\"framer-XmLyD\");export default FramerxUmE2HP3j;FramerxUmE2HP3j.displayName=\"FAQ item\";FramerxUmE2HP3j.defaultProps={height:238,width:400};addPropertyControls(FramerxUmE2HP3j,{variant:{options:[\"P3ysYJ8v6\",\"OgvEl7iAq\",\"l91mSgi26\",\"bhNBzSzvK\"],optionTitles:[\"Closed\",\"Open\",\"Small Closed\",\"Small Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"What is Startus?\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"We offer a range of services including brand identity development, web design, digital marketing, content creation, and social media management to help elevate your brand.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerxUmE2HP3j,[{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\":\"FramerxUmE2HP3j\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"238\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OgvEl7iAq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"l91mSgi26\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bhNBzSzvK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQItem from\"https://framerusercontent.com/modules/fhChSZY9eZlitfQf1AsR/yoYqJGRZupLzeTe72dlY/xUmE2HP3j.js\";const FAQItemFonts=getFonts(FAQItem);const cycleOrder=[\"LudeJUpOt\",\"pKjf890TC\"];const serializationHash=\"framer-DMZEC\";const variantClassNames={LudeJUpOt:\"framer-v-if23hn\",pKjf890TC:\"framer-v-1c10vs4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={Big:\"LudeJUpOt\",Small:\"pKjf890TC\"};const getProps=({direction,height,id,width,...props})=>{return{...props,cpgMeMJOp:humanReadableEnumMap[direction]??direction??props.cpgMeMJOp??\"row\",variant:humanReadableVariantMap[props.variant]??props.variant??\"LudeJUpOt\"};};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,cpgMeMJOp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LudeJUpOt\",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-if23hn\",className,classNames),\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"LudeJUpOt\",ref:refBinding,style:{\"--13kwpiw\":cpgMeMJOp===\"column\"?\"100%\":\"1px\",\"--1i465u8\":cpgMeMJOp,\"--1p7i8q3\":cpgMeMJOp===\"row\"?0:\"calc(70px / 2)\",\"--cq1zw7\":cpgMeMJOp===\"column\"?0:\"calc(70px / 2)\",\"--kcf28y\":cpgMeMJOp===\"column\"?undefined:\"1 0 0px\",...style},...addPropertyOverrides({pKjf890TC:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oo7vzw\",\"data-framer-name\":\"Left Container\",layoutDependency:layoutDependency,layoutId:\"T9ZnwyEkF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:cpgMeMJOp===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({pKjf890TC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-167sanu-container\",layoutDependency:layoutDependency,layoutId:\"Mofj8HjOq-container\",nodeId:\"Mofj8HjOq\",rendersWithMotion:true,scopeId:\"vkxRE7k4C\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"Mofj8HjOq\",layoutId:\"Mofj8HjOq\",style:{width:\"100%\"},T8rQFvSBR:\"Workers are already working multiple jobs, our platform optimizes their schedules to the benefit of both sides of the marketplace; workers get the hours they need, and employers are fully staffed creating a more vibrant and happy work environment.\",variant:\"OgvEl7iAq\",W88zB8mIG:\"Company Culture\",width:\"100%\",...addPropertyOverrides({pKjf890TC:{variant:\"l91mSgi26\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:cpgMeMJOp===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({pKjf890TC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+238}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rk7irm-container\",layoutDependency:layoutDependency,layoutId:\"mSR75k3PZ-container\",nodeId:\"mSR75k3PZ\",rendersWithMotion:true,scopeId:\"vkxRE7k4C\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"mSR75k3PZ\",layoutId:\"mSR75k3PZ\",style:{width:\"100%\"},T8rQFvSBR:\"Methodic is designed to complement, not replace, your established training and quality control protocols. While we don't directly manage your training curriculum, our platform significantly enhances the Learning & Development tools you currently utilize. We offer Improved Candidate Matching, Optimized Onboarding, Data-Driven Performance Insights, and Increased Employee Engagement.  Contact us to learn more. \",variant:\"OgvEl7iAq\",W88zB8mIG:\"Training and Quality Control\",width:\"100%\",...addPropertyOverrides({pKjf890TC:{variant:\"bhNBzSzvK\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:cpgMeMJOp===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({pKjf890TC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+476}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o6fcml-container\",layoutDependency:layoutDependency,layoutId:\"J9wKuyo2k-container\",nodeId:\"J9wKuyo2k\",rendersWithMotion:true,scopeId:\"vkxRE7k4C\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"J9wKuyo2k\",layoutId:\"J9wKuyo2k\",style:{width:\"100%\"},T8rQFvSBR:\"We have several tiers of flat rate pricing to meet your needs. Contact us to find out more!\",variant:\"OgvEl7iAq\",W88zB8mIG:\"Pricing structure\",width:\"100%\",...addPropertyOverrides({pKjf890TC:{variant:\"l91mSgi26\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:cpgMeMJOp===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({pKjf890TC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+714}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eh9a1g-container\",layoutDependency:layoutDependency,layoutId:\"yqwu5zGto-container\",nodeId:\"yqwu5zGto\",rendersWithMotion:true,scopeId:\"vkxRE7k4C\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"yqwu5zGto\",layoutId:\"yqwu5zGto\",style:{width:\"100%\"},T8rQFvSBR:\"If a worker doesn\u2019t show up for work, the performance issues are handled the same way as it is today, however, when available workers receive notification of new availability that matches their needs, Methodic provides an increased likelihood the shift is quickly filled.\",variant:\"OgvEl7iAq\",W88zB8mIG:\"Worker doesn\u2019t show up\",width:\"100%\",...addPropertyOverrides({pKjf890TC:{variant:\"l91mSgi26\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:238,width:cpgMeMJOp===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({pKjf890TC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+952}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-77lqhp-container\",layoutDependency:layoutDependency,layoutId:\"dif45AJ3V-container\",nodeId:\"dif45AJ3V\",rendersWithMotion:true,scopeId:\"vkxRE7k4C\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"dif45AJ3V\",layoutId:\"dif45AJ3V\",style:{width:\"100%\"},T8rQFvSBR:\"Methodic is not a gig labor company or a staffing agency - All of the employees working at your business are your employees and their schedules are prioritized for your locations.\",variant:\"OgvEl7iAq\",W88zB8mIG:\"Prioritize my own employees\",width:\"100%\",...addPropertyOverrides({pKjf890TC:{variant:\"l91mSgi26\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DMZEC.framer-dyacz3, .framer-DMZEC .framer-dyacz3 { display: block; }\",\".framer-DMZEC.framer-if23hn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: var(--1i465u8); flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-DMZEC .framer-oo7vzw { align-content: center; align-items: center; display: flex; flex: var(--kcf28y); flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: var(--13kwpiw); }\",\".framer-DMZEC .framer-167sanu-container, .framer-DMZEC .framer-rk7irm-container, .framer-DMZEC .framer-o6fcml-container, .framer-DMZEC .framer-eh9a1g-container, .framer-DMZEC .framer-77lqhp-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DMZEC.framer-if23hn, .framer-DMZEC .framer-oo7vzw { gap: 0px; } .framer-DMZEC.framer-if23hn > * { margin-bottom: var(--1p7i8q3); margin-left: var(--cq1zw7); margin-right: var(--cq1zw7); margin-top: var(--1p7i8q3); } .framer-DMZEC.framer-if23hn > :first-child { margin-left: 0px; margin-top: 0px; } .framer-DMZEC.framer-if23hn > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-DMZEC .framer-oo7vzw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DMZEC .framer-oo7vzw > :first-child { margin-top: 0px; } .framer-DMZEC .framer-oo7vzw > :last-child { margin-bottom: 0px; } }\",\".framer-DMZEC.framer-v-1c10vs4.framer-if23hn { flex-direction: column; gap: 0px; width: 360px; }\",\".framer-DMZEC.framer-v-1c10vs4 .framer-oo7vzw { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DMZEC.framer-v-1c10vs4.framer-if23hn { gap: 0px; } .framer-DMZEC.framer-v-1c10vs4.framer-if23hn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DMZEC.framer-v-1c10vs4.framer-if23hn > :first-child { margin-top: 0px; } .framer-DMZEC.framer-v-1c10vs4.framer-if23hn > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 550\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pKjf890TC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"cpgMeMJOp\":\"direction\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervkxRE7k4C=withCSS(Component,css,\"framer-DMZEC\");export default FramervkxRE7k4C;FramervkxRE7k4C.displayName=\"FAQ Container\";FramervkxRE7k4C.defaultProps={height:550,width:1200};addPropertyControls(FramervkxRE7k4C,{variant:{options:[\"LudeJUpOt\",\"pKjf890TC\"],optionTitles:[\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum},cpgMeMJOp:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum}});addFonts(FramervkxRE7k4C,[{explicitInter:true,fonts:[]},...FAQItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervkxRE7k4C\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"550\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pKjf890TC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"cpgMeMJOp\\\":\\\"direction\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}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 Ticker1 from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Navbar from\"#framer/local/canvasComponent/AZd_vmoUt/AZd_vmoUt.js\";import HelperTag from\"#framer/local/canvasComponent/DyeB4pqpe/DyeB4pqpe.js\";import SlideshowHeroAppSlideshow from\"#framer/local/canvasComponent/FIZUD5vgz/FIZUD5vgz.js\";import HelperStats from\"#framer/local/canvasComponent/HFj_21WYS/HFj_21WYS.js\";import HelperTestimonials from\"#framer/local/canvasComponent/hzyB9sbOK/hzyB9sbOK.js\";import HelperCheckPoints from\"#framer/local/canvasComponent/KyREmLQfW/KyREmLQfW.js\";import ButtonPrimaryButton from\"#framer/local/canvasComponent/QFla6x4l1/QFla6x4l1.js\";import Calculator from\"#framer/local/canvasComponent/S8zSYHCXR/S8zSYHCXR.js\";import FAQContainer from\"#framer/local/canvasComponent/vkxRE7k4C/vkxRE7k4C.js\";import Footer from\"#framer/local/canvasComponent/Xx2RpZ5pV/Xx2RpZ5pV.js\";import*as sharedStyle5 from\"#framer/local/css/dScWk5oW3/dScWk5oW3.js\";import*as sharedStyle7 from\"#framer/local/css/HTjkwjYnc/HTjkwjYnc.js\";import*as sharedStyle3 from\"#framer/local/css/HubdKhlnN/HubdKhlnN.js\";import*as sharedStyle6 from\"#framer/local/css/LI7wOk5PY/LI7wOk5PY.js\";import*as sharedStyle1 from\"#framer/local/css/o8AwAvz9k/o8AwAvz9k.js\";import*as sharedStyle from\"#framer/local/css/Q8I0V3QLW/Q8I0V3QLW.js\";import*as sharedStyle2 from\"#framer/local/css/s4fs0tC4S/s4fs0tC4S.js\";import*as sharedStyle4 from\"#framer/local/css/Z1UxzBYMV/Z1UxzBYMV.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const SmoothScrollFonts=getFonts(SmoothScroll);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SlideshowHeroAppSlideshowFonts=getFonts(SlideshowHeroAppSlideshow);const CalculatorFonts=getFonts(Calculator);const HelperTagFonts=getFonts(HelperTag);const PhosphorFonts=getFonts(Phosphor);const TickerFonts=getFonts(Ticker);const Ticker1Fonts=getFonts(Ticker1);const ImageWithFX=withFX(Image);const HelperStatsFonts=getFonts(HelperStats);const HelperTestimonialsFonts=getFonts(HelperTestimonials);const HelperCheckPointsFonts=getFonts(HelperCheckPoints);const FAQContainerFonts=getFonts(FAQContainer);const FooterFonts=getFonts(Footer);const breakpoints={BkwtJCk0L:\"(max-width: 809px)\",hmX39_cxl:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-wFUeY\";const variantClassNames={BkwtJCk0L:\"framer-v-vcrtlr\",hmX39_cxl:\"framer-v-1mhxy22\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={bounce:.3,delay:.8,duration:2,type:\"spring\"};const animation={opacity:.75,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:-150,y:0};const animation2={opacity:.25,rotate:180,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition2={delay:.1,duration:2,ease:[.16,1,.3,1],type:\"tween\"};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:.9,skewX:0,skewY:0,x:0,y:80};const transition3={delay:.2,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:.3,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 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:\"BkwtJCk0L\",Tablet:\"hmX39_cxl\"};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,...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 UOyOvpPN53bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"ezWdFJkMA\");const router=useRouter();const elementId1=useRouteElementId(\"KWpfmbRvx\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"wvHtAyvx7\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"hkYbbR2SG\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BkwtJCk0L\")return true;return false;};const elementId4=useRouteElementId(\"gZCEOvY2W\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"JofG5T7_V\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"zn72t2bmv\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"C6zZ5eBSn\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"XqS2RLE1q\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"xqO5gUlLy\");const ref10=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-a0464eb8-baba-428a-bf1d-8f7949994f7d, rgb(246, 245, 244)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:0},hmX39_cxl:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"100vw\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-snjhtu-container\",layoutScroll:true,nodeId:\"mMQqK6phn\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{__framer__targets:[{ref:ref1,target:\"E39TgAuJv\"}],variant:\"Npq9JXfPM\"},hmX39_cxl:{__framer__targets:[{ref:ref1,target:\"d7wyCgDbX\"}],variant:\"WVwnpCf7j\"}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"SndyLBcPW\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"mMQqK6phn\",layoutId:\"mMQqK6phn\",style:{width:\"100%\"},variant:\"PP5wyjmXI\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ttclw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RWMSy8XQF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"RWMSy8XQF\",intensity:10,layoutId:\"RWMSy8XQF\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ntaqo5\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1u0tsst\",\"data-framer-appear-id\":\"1u0tsst\",\"data-framer-name\":\"Left Abstract\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o4uyre\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bl4say\",\"data-framer-name\":\"Ellipse 3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vw9oo3\",\"data-framer-name\":\"Ellipse 4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lkaz3e\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jwcipl\",\"data-framer-name\":\"Ellipse 1\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-coqc1s\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fbm8y9\",\"data-framer-name\":\"Ellipse 3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dday7f\",\"data-framer-name\":\"Ellipse 4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ij76hn\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ihu307\",\"data-framer-name\":\"Ellipse 1\"})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-q9vqft\",\"data-framer-appear-id\":\"q9vqft\",\"data-framer-name\":\"Right Abstract\",initial:animation3,optimized:true,style:{rotate:180},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8wjm4b\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4axs9j\",\"data-framer-name\":\"Ellipse 3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m9fv7z\",\"data-framer-name\":\"Ellipse 4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tyszwd\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l3p49y\",\"data-framer-name\":\"Ellipse 1\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jmbwpe\",\"data-framer-name\":\"Sub Container\",style:{rotate:-25},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14z02e8\",\"data-framer-name\":\"Ellipse 3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dvikr0\",\"data-framer-name\":\"Ellipse 4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i4e66h\",\"data-framer-name\":\"Ellipse 2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vmjiw4\",\"data-framer-name\":\"Ellipse 1\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q7mnqc\",\"data-framer-name\":\"BG\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7xzby\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t0wina\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15y8gqk\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-160sxaw\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k7697\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jshwnw\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cbm5ez\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14vm21u\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gzqyuu\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xu94s8\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ur0cx8\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ul5ag7\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1g978\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-owfaix\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-40nko\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vb6w6g\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aogssu\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gak9q3\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jmryd0\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mqttvd\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ejv6ii\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n0uag5\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fb8z8n\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18f2khk\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ach5iz\",\"data-border\":true,\"data-framer-name\":\"Vertical Block\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4sryew\",\"data-framer-name\":\"BG\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-kkjcxt\",\"data-framer-name\":\"Noise\"})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1peh2fq\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kiwyhr\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17h68fw\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nxml2k\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-11zb6pf\",\"data-border\":true,\"data-framer-appear-id\":\"11zb6pf\",\"data-framer-name\":\"Text Container\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"Over\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",children:\"Over\"})}),className:\"framer-u7bun9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(277deg, var(--token-6ca7947a-a05d-4be2-8e75-8a89ff422158, rgb(254, 179, 182)) 0%, var(--token-9f5c6fcf-ab58-4fab-96b6-b359675b4663, rgb(207, 50, 248)) 30%, var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, rgb(255, 148, 0)) 64%, var(--token-76bfeb24-6301-440f-a9f3-897a9e9267a4, rgb(211, 42, 11)) 100%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10,000\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(277deg, var(--token-6ca7947a-a05d-4be2-8e75-8a89ff422158, rgb(254, 179, 182)) 0%, var(--token-9f5c6fcf-ab58-4fab-96b6-b359675b4663, rgb(207, 50, 248)) 30%, var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, rgb(255, 148, 0)) 64%, var(--token-76bfeb24-6301-440f-a9f3-897a9e9267a4, rgb(211, 42, 11)) 100%)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10,000\"})})})}),className:\"framer-muvqdt\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"shifts scheduled\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",children:\"shifts scheduled\"})}),className:\"framer-1f0020q\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hwr665\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-v2q16y\",\"data-styles-preset\":\"s4fs0tC4S\",style:{\"--framer-text-alignment\":\"center\"},children:\"AI-Powered Workforce Optimization that guarantees 100% Staffing\"})}),className:\"framer-1ickod6\",\"data-framer-appear-id\":\"1ickod6\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Intelligent Scheduling, Payroll, and the First Fully Networked Workforce\"})}),className:\"framer-1dze1ig\",\"data-framer-appear-id\":\"1dze1ig\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1va8el2\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+200+50+0+0+298.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-19vi7jn-container\",\"data-framer-appear-id\":\"19vi7jn\",initial:animation5,nodeId:\"JNmFJo6jY\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{OITZhuKDg:resolvedLinks[2]},hmX39_cxl:{OITZhuKDg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"Calculate Your ROI\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"JNmFJo6jY\",layoutId:\"JNmFJo6jY\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:resolvedLinks[0],OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+200+50+0+0+387.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:573,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h5e9si-container\",nodeId:\"yZ2Fv84Ir\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SlideshowHeroAppSlideshow,{cyTd9of83:addImageAlt({src:\"https://framerusercontent.com/images/gLDb5sNEtqEReZrBzdiuVINkQE.png\",srcSet:\"https://framerusercontent.com/images/gLDb5sNEtqEReZrBzdiuVINkQE.png?scale-down-to=2048 946w,https://framerusercontent.com/images/gLDb5sNEtqEReZrBzdiuVINkQE.png 1170w\"},\"\"),F8GjJtKGL:addImageAlt({src:\"https://framerusercontent.com/images/yUzmaK8pY4oyl6SobmNSSqCD3vw.png\",srcSet:\"https://framerusercontent.com/images/yUzmaK8pY4oyl6SobmNSSqCD3vw.png?scale-down-to=2048 941w,https://framerusercontent.com/images/yUzmaK8pY4oyl6SobmNSSqCD3vw.png 1342w\"},\"\"),height:\"100%\",id:\"yZ2Fv84Ir\",layoutId:\"yZ2Fv84Ir\",nVZgp7xmk:addImageAlt({src:\"https://framerusercontent.com/images/HcKoHxuErieXg8fK2yaiMHwuGrI.png\",srcSet:\"https://framerusercontent.com/images/HcKoHxuErieXg8fK2yaiMHwuGrI.png 604w\"},\"\"),TVrkwavK8:addImageAlt({src:\"https://framerusercontent.com/images/haRaXOIATsbOUU3cMO9oH5JDlWU.png\",srcSet:\"https://framerusercontent.com/images/haRaXOIATsbOUU3cMO9oH5JDlWU.png?scale-down-to=2048 946w,https://framerusercontent.com/images/haRaXOIATsbOUU3cMO9oH5JDlWU.png 1170w\"},\"\"),variant:\"ZX7KhUFFA\",wA2aAjEZy:addImageAlt({src:\"https://framerusercontent.com/images/GRRqRTvHPTEGv6NVXJgS1314Vr8.png\",srcSet:\"https://framerusercontent.com/images/GRRqRTvHPTEGv6NVXJgS1314Vr8.png?scale-down-to=2048 941w,https://framerusercontent.com/images/GRRqRTvHPTEGv6NVXJgS1314Vr8.png 1342w\"},\"\"),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1olu31u\",\"data-framer-name\":\"Problem\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h30s89\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yad7cd\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Cost of Unstaffed Shifts Is Higher Than You Think\"})}),className:\"framer-163qol8\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"With 4 million more job openings than workers in the U.S., the old hiring model can't keep up\"})}),className:\"framer-1skijfr\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+1260.6+50+0+0+0+0+209.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-192n1i7-container\",\"data-framer-appear-id\":\"192n1i7\",initial:animation5,nodeId:\"NattdGlp_\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{OITZhuKDg:resolvedLinks1[2]},hmX39_cxl:{OITZhuKDg:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"See How Methodic Solves This\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"NattdGlp_\",layoutId:\"NattdGlp_\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:resolvedLinks1[0],OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1936mac\",\"data-framer-name\":\"Sub Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wifxag\",\"data-framer-name\":\"Pricing Component\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uhk53g\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17zdy8c\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i3icro\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s89wl1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+1260.6+50+0+0+316.9+0+0+8+0+0+0+0+0+30+0+0),pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/jgVdpmhK03pQ0sFqgkrmN1u1Y.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",pixelHeight:48,pixelWidth:48,src:\"https://framerusercontent.com/images/jgVdpmhK03pQ0sFqgkrmN1u1Y.svg\"},className:\"framer-73lv0p\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1nfr3jb\",\"data-framer-appear-id\":\"1nfr3jb\",\"data-framer-name\":\"Text Container\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"$1,000+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nny4py\",\"data-styles-preset\":\"dScWk5oW3\",children:\"$1,000+\"})}),className:\"framer-1rvvkmi\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vipwy\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12s4tso\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Revenue Loss\"})})}),className:\"framer-1br94e2\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"The average retailer loses $1,000+ per day in sales from each unfilled position\"})}),className:\"framer-heo4gf\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19aoyki\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y957lg\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lyw4wf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+1260.6+50+0+0+316.9+0+0+8+0+0+323.5+4+0+30+0+0),pixelHeight:54,pixelWidth:49,src:\"https://framerusercontent.com/images/En4lEj9XDauBGTWPq8rrDGuUk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",pixelHeight:54,pixelWidth:49,src:\"https://framerusercontent.com/images/En4lEj9XDauBGTWPq8rrDGuUk.svg\"},className:\"framer-1hg3ipo\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-11at8gk\",\"data-framer-appear-id\":\"11at8gk\",\"data-framer-name\":\"Text Container\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"73%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nny4py\",\"data-styles-preset\":\"dScWk5oW3\",children:\"73%\"})}),className:\"framer-1tewg7v\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m3mk79\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-76ix1\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Customer Impact\"})})}),className:\"framer-mj4idl\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"73% of customers won't return after a poor service experience due to understaffing\"})}),className:\"framer-4rxzi1\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vydutp\",\"data-framer-name\":\"Gradiant\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tr1nqk\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1orbmsp\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vpswht\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"Icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+1260.6+50+0+0+316.9+0+0+8+0+0+655+2+0+30+0+0),pixelHeight:54,pixelWidth:49,src:\"https://framerusercontent.com/images/pm0nOe4YNOAoYGJMRClXCtMFWE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon\",fit:\"fill\",pixelHeight:54,pixelWidth:49,src:\"https://framerusercontent.com/images/pm0nOe4YNOAoYGJMRClXCtMFWE.svg\"},className:\"framer-mzpgh3\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1rusy9j\",\"data-framer-appear-id\":\"1rusy9j\",\"data-framer-name\":\"Text Container\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",children:\"24%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nny4py\",\"data-styles-preset\":\"dScWk5oW3\",children:\"24%\"})}),className:\"framer-1apodaf\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nfopg3\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10oyas2\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Employee Burnout\"})})}),className:\"framer-sukurb\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Staff turnover increases 24% when teams operate consistently understaffed\"})}),className:\"framer-1b0syw\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xlolmw\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rhbp\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tumodc\",\"data-framer-name\":\"Text Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Inefficiencies due to poor staffing are costing the US $540 Billion Annually\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Inefficiencies due to poor staffing are costing the US $540 Billion Annually\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",children:\"Inefficiencies due to poor staffing are costing the US $540 Billion Annually\"})}),className:\"framer-qnnbfe\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+1260.6+50+0+0+316.9+0+0+8+1006.5+0+0+0+157.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1v2ionp-container\",\"data-framer-appear-id\":\"1v2ionp\",id:\"1v2ionp\",initial:animation5,nodeId:\"hsIrp7FWM\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"See How Methodic Solves This\",HauR5zp0I:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"hsIrp7FWM\",layoutId:\"hsIrp7FWM\",naUO_7rz4:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",UOyOvpPN5:UOyOvpPN53bnx0g({overlay}),variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"}),/*#__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:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-g6yf23\"),\"data-framer-portal-id\":\"1v2ionp\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"OeBmOsUES\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1120px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-pbpidt-container\"),\"data-framer-portal-id\":\"1v2ionp\",inComponentSlot:true,nodeId:\"wFhd5Hphj\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Calculator,{height:\"100%\",id:\"wFhd5Hphj\",layoutId:\"wFhd5Hphj\",style:{width:\"100%\"},width:\"100%\"})})})]}),getContainer())})})]})})})})})]})})]})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1bh9jjn\",\"data-framer-name\":\"Features\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12rpmox\",\"data-framer-name\":\"Sub Container\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0o6pe\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46pbyg\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+2940.5+50+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rsaj81-container\",nodeId:\"tD8_CVS7O\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"tD8_CVS7O\",iho0wvMCB:\"The First Workforce Platform That \",layoutId:\"tD8_CVS7O\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-9f5c6fcf-ab58-4fab-96b6-b359675b4663, rgb(207, 50, 248)) 16%, var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, rgb(255, 148, 0)) 65%, var(--token-9a2f3955-6cf5-4cd5-92c3-15387b07e326, rgb(235, 66, 35)) 100%)\"},children:\"Guarantees 100%\"})})}),className:\"framer-bp15nf\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Shift Coverage\"})}),className:\"framer-t3bwsv\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+2940.5+50+0+0+0+0+233.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-y583dr-container\",\"data-framer-appear-id\":\"y583dr\",initial:animation5,nodeId:\"dRY6z8Rmd\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{OITZhuKDg:resolvedLinks2[2]},hmX39_cxl:{OITZhuKDg:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"See How It Works For Your Industry\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"dRY6z8Rmd\",layoutId:\"dRY6z8Rmd\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:resolvedLinks2[0],OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5b6de2\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bpabhf\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fzdloj\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r9mq2x-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Hm0XOi63K\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a5cf02b7-4c54-4ce7-8254-c15132e0e1c1, rgb(34, 115, 211))\",height:\"100%\",iconSearch:\"paper\",iconSelection:\"TreeStructure\",id:\"Hm0XOi63K\",layoutId:\"Hm0XOi63K\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aw51un\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"W-2 Employment Model\"})})}),className:\"framer-33m5zh\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Fully employed workers, not unreliable gig contractors\"})}),className:\"framer-zakbc9\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-co52lk\",\"data-framer-name\":\"Line\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ggp95 hidden-72rtr7 hidden-1mhxy22\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v9r46i\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oy2mmp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qt4PwJBch\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, rgb(255, 148, 0))\",height:\"100%\",iconSearch:\"users\",iconSelection:\"Star\",id:\"qt4PwJBch\",layoutId:\"qt4PwJBch\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-io1ri2\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Shared Talent Network\"})})}),className:\"framer-fh585k\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Access qualified staff across multiple employers\"})}),className:\"framer-3uboyb\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gdgyzv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ak45nj\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xzpln7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tQvG_dANB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-76bfeb24-6301-440f-a9f3-897a9e9267a4, rgb(211, 42, 11))\",height:\"100%\",iconSearch:\"Brain\",iconSelection:\"UserCirclePlus\",id:\"tQvG_dANB\",layoutId:\"tQvG_dANB\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tn15t0\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"AI-Powered Matching\"})})}),className:\"framer-w42yna\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"The right talent at the right place and time, automatically\"})}),className:\"framer-1nc5lsl\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lip07\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xiixay\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-101txwg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ojhQPtfp9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-80d5e671-69a1-48fd-b126-4548ab38413d, rgb(220, 176, 211))\",height:\"100%\",iconSearch:\"calendar\",iconSelection:\"BellRinging\",id:\"ojhQPtfp9\",layoutId:\"ojhQPtfp9\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h3cpuc\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Preference-Based Scheduling\"})})}),className:\"framer-5ctfb3\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Workers control when and where they work\"})}),className:\"framer-wwhufs\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ur00sa\",\"data-framer-name\":\"Stack web\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fy222q-container\",isModuleExternal:true,nodeId:\"gn1m3Z6KC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:7,height:\"100%\",hoverFactor:1,id:\"gn1m3Z6KC\",layoutId:\"gn1m3Z6KC\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:134,intrinsicWidth:1963,pixelHeight:268,pixelWidth:3926,sizes:\"867px\",src:\"https://framerusercontent.com/images/kDXnKEWtCfMsFB9CXWubu2VgTOw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/kDXnKEWtCfMsFB9CXWubu2VgTOw.png?scale-down-to=512 512w,https://framerusercontent.com/images/kDXnKEWtCfMsFB9CXWubu2VgTOw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kDXnKEWtCfMsFB9CXWubu2VgTOw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kDXnKEWtCfMsFB9CXWubu2VgTOw.png 3926w\"},className:\"framer-hbczn2\",\"data-framer-name\":\"$1\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nw367h-container\",isModuleExternal:true,nodeId:\"VwsHzrynr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:7,height:\"100%\",hoverFactor:1,id:\"VwsHzrynr\",layoutId:\"VwsHzrynr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:134,intrinsicWidth:1985,pixelHeight:268,pixelWidth:3970,sizes:\"876px\",src:\"https://framerusercontent.com/images/b4avGVVa4AyI3NP4bYXK9ETPog.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/b4avGVVa4AyI3NP4bYXK9ETPog.png?scale-down-to=512 512w,https://framerusercontent.com/images/b4avGVVa4AyI3NP4bYXK9ETPog.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b4avGVVa4AyI3NP4bYXK9ETPog.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b4avGVVa4AyI3NP4bYXK9ETPog.png 3970w\"},className:\"framer-iqxe25\",\"data-framer-name\":\"$2\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n1x83e-container\",isModuleExternal:true,nodeId:\"fQ65mcSfp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:7,height:\"100%\",hoverFactor:1,id:\"fQ65mcSfp\",layoutId:\"fQ65mcSfp\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:134,intrinsicWidth:1939,pixelHeight:268,pixelWidth:3878,sizes:\"856px\",src:\"https://framerusercontent.com/images/5B8Nuq8VfaC2xorrtFeVopbX0wU.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5B8Nuq8VfaC2xorrtFeVopbX0wU.png?scale-down-to=512 512w,https://framerusercontent.com/images/5B8Nuq8VfaC2xorrtFeVopbX0wU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5B8Nuq8VfaC2xorrtFeVopbX0wU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5B8Nuq8VfaC2xorrtFeVopbX0wU.png 3878w\"},className:\"framer-622vzn\",\"data-framer-name\":\"$3\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14txwch-container\",isModuleExternal:true,nodeId:\"NZJSkUQBa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:7,height:\"100%\",hoverFactor:1,id:\"NZJSkUQBa\",layoutId:\"NZJSkUQBa\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:134,intrinsicWidth:1948,pixelHeight:268,pixelWidth:3896,sizes:\"860px\",src:\"https://framerusercontent.com/images/gg5uthx9CWM4gjJxeu6uvoAg.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/gg5uthx9CWM4gjJxeu6uvoAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/gg5uthx9CWM4gjJxeu6uvoAg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gg5uthx9CWM4gjJxeu6uvoAg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gg5uthx9CWM4gjJxeu6uvoAg.png 3896w\"},className:\"framer-1e0ph2w\",\"data-framer-name\":\"$4\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zx291m-container\",isModuleExternal:true,nodeId:\"NTHk7VZrK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:7,height:\"100%\",hoverFactor:1,id:\"NTHk7VZrK\",layoutId:\"NTHk7VZrK\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:134,intrinsicWidth:1909,pixelHeight:268,pixelWidth:3818,sizes:\"842px\",src:\"https://framerusercontent.com/images/SlUR7cyCwPZR4keWit1lMkdo84.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/SlUR7cyCwPZR4keWit1lMkdo84.png?scale-down-to=512 512w,https://framerusercontent.com/images/SlUR7cyCwPZR4keWit1lMkdo84.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SlUR7cyCwPZR4keWit1lMkdo84.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SlUR7cyCwPZR4keWit1lMkdo84.png 3818w\"},className:\"framer-18ncyd8\",\"data-framer-name\":\"$5\"})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rg338e\",\"data-framer-name\":\"Sub Container\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1h0ca\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fraxwc\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qc6391\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pouvcu\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e6eba8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RHdEOo7F6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:6,height:\"100%\",hoverFactor:1,id:\"RHdEOo7F6\",layoutId:\"RHdEOo7F6\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:147,pixelWidth:146,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/C73JaQknNYyRYvGQWukXPqclJqc.png\"},className:\"framer-yi8s9m\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:147,pixelWidth:147,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fzKQ5bQ0vj7zhOUIcwAUXMs7Od4.png\"},className:\"framer-17jn79e\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:147,pixelWidth:147,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ak5k2agDTtdBba2G24v5QE1Hqi8.png\"},className:\"framer-ts9241\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:147,pixelWidth:147,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wO1BnpgvlYgarcc8JQl3WU75XA.png\"},className:\"framer-d0h1em\"})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iorot9\",\"data-framer-name\":\"Gradiant\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwieao\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12726dr\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12.6px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Increase Profitability\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12.6px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(46, 212, 34)\"},children:\"7.0%\"})]}),className:\"framer-1ghfsw1\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e4po8i\",\"data-framer-name\":\"Gradiant\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+2940.5+50+2482.4+0+230.4+20),pixelHeight:1592,pixelWidth:1044,positionX:\"center\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 40px)`,src:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png\",srcSet:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png?scale-down-to=1024 671w,https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png 1044w\"}},hmX39_cxl:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",pixelHeight:1592,pixelWidth:1044,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 120px)`,src:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png\",srcSet:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png?scale-down-to=1024 671w,https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png 1044w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-70,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1592,pixelWidth:1044,positionX:\"center\",positionY:\"top\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) - 60px) / 2, 1px) - 60px)`,src:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png\",srcSet:\"https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png?scale-down-to=1024 671w,https://framerusercontent.com/images/xw1MrQb2CDom3HsMH3FvZNPiU.png 1044w\"},className:\"framer-159nh4l\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g017tf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rxa5on\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+2940.5+50+2482.4+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gldfvj-container\",nodeId:\"cvEG8Puus\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"cvEG8Puus\",iho0wvMCB:\"Huge Impact\",layoutId:\"cvEG8Puus\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Calculate your ROI using Methodic\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Calculate your ROI using Methodic\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",children:\"Calculate your ROI using Methodic\"})}),className:\"framer-1nepvth\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+2940.5+50+2482.4+0+0+0+0+0+131.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-oi3unv-container\",\"data-framer-appear-id\":\"oi3unv\",initial:animation5,nodeId:\"sJ5sYfcJl\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{OITZhuKDg:resolvedLinks3[2]},hmX39_cxl:{OITZhuKDg:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"Calculate Now\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"sJ5sYfcJl\",layoutId:\"sJ5sYfcJl\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:resolvedLinks3[0],OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"Hsw2lSJgx\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})})]})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-xvhyyu\",\"data-framer-name\":\"Product Overview\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1at0wv8\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xc1brx\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kwpey\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kd36ev\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o42lwx\",\"data-framer-name\":\"Text Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Industry Solutions\"})}),className:\"framer-1disakc\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v4gp5g\",\"data-framer-name\":\"Text Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Tailored Solutions for Your Industry\"})}),className:\"framer-e6vi63\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m5tflk\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hhs5gz\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u6nzjb\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i6u4j1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HZSCp9xob\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"food\",iconSelection:\"Tag\",id:\"HZSCp9xob\",layoutId:\"HZSCp9xob\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m595wm\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Food & Beverage\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Food & Beverage\"})})}),className:\"framer-3dsko8\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Addressing high turnover and rush coverage\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Addressing high turnover and rush coverage\"})}),className:\"framer-sdukzv\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17kxx9d\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x4obda\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14eex9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VflmwfRIK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"building\",iconSelection:\"FolderOpen\",id:\"VflmwfRIK\",layoutId:\"VflmwfRIK\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gsrlhd\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Retail\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Retail\"})})}),className:\"framer-b6aq20\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Focus on seasonal peaks and consistent customer service\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Focus on seasonal peaks and consistent customer service\"})}),className:\"framer-1618zy\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10fz656\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-swbkz6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r4v6ga-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vkh9MJTuc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"handshake\",iconSelection:\"Timer\",id:\"vkh9MJTuc\",layoutId:\"vkh9MJTuc\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bl7p4g\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Logistics\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Logistics\"})})}),className:\"framer-l2pcv7\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Highlighting variable demand and quality service\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Highlighting variable demand and quality service\"})}),className:\"framer-1rqii65\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v2fevp\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f47w3n\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rqediy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZsxxdigBS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"sup\",iconSelection:\"Heart\",id:\"ZsxxdigBS\",layoutId:\"ZsxxdigBS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14y7724\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Healthcare\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Healthcare\"})})}),className:\"framer-qgvbev\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Emphasis on critical coverage and specialized credentials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Emphasis on critical coverage and specialized credentials\"})}),className:\"framer-zmb1cc\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ylgfzm\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+6260.3+50+0+0+154.4+0+1699+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"},className:\"framer-2ktt7e\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qe0b3t\",\"data-border\":true,\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Key Features\"})}),className:\"framer-6gdtoc\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jnhist\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+6260.3+50+0+0+154.4+0+1699+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"},className:\"framer-1ngomi\",style:{rotate:180}})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19pwjgd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DhkbuEspu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:40,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"DhkbuEspu\",layoutId:\"DhkbuEspu\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qou3vi-container\",inComponentSlot:true,nodeId:\"SbnBxT6fd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"SbnBxT6fd\",iho0wvMCB:\"Peak Demand Optimization\",layoutId:\"SbnBxT6fd\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(93, 201, 131)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1075kgt-container\",inComponentSlot:true,nodeId:\"uIJfWPkTl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"uIJfWPkTl\",iho0wvMCB:\"Credential Verification & Tracking\",layoutId:\"uIJfWPkTl\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(255, 47, 47)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-53tptz-container\",inComponentSlot:true,nodeId:\"P8B11MOta\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"P8B11MOta\",iho0wvMCB:\"Multi-Location Talent Pooling\",layoutId:\"P8B11MOta\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(94, 106, 210)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16pe79y-container\",inComponentSlot:true,nodeId:\"sqghY8GWs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"sqghY8GWs\",iho0wvMCB:\"Smart Scheduling Engine\",layoutId:\"sqghY8GWs\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(242, 190, 0)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yh1s8q-container\",inComponentSlot:true,nodeId:\"Z5LxPEO1m\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"Z5LxPEO1m\",iho0wvMCB:\"Compliance Management System\",layoutId:\"Z5LxPEO1m\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(138, 67, 225)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-101njti-container\",inComponentSlot:true,nodeId:\"MP3oGGLYC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"MP3oGGLYC\",iho0wvMCB:\"Real-Time Coverage Alerts\",layoutId:\"MP3oGGLYC\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(93, 201, 131)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-191hb93-container\",inComponentSlot:true,nodeId:\"TtOjeohB4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"TtOjeohB4\",iho0wvMCB:\"Cross-Company Worker Profiles\",layoutId:\"TtOjeohB4\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(213, 17, 253)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zmxpnp-container\",inComponentSlot:true,nodeId:\"xOyVRj8wX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"xOyVRj8wX\",iho0wvMCB:\"Predictive Demand Forecasting\",layoutId:\"xOyVRj8wX\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(255, 47, 47)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dp8kh3-container\",inComponentSlot:true,nodeId:\"cx3OrwtRH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"cx3OrwtRH\",iho0wvMCB:\"Performance Analytics Dashboard\",layoutId:\"cx3OrwtRH\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(94, 106, 210)\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-196hvvh-container\",inComponentSlot:true,nodeId:\"oqzx4Lo2n\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, rgb(30, 30, 30))\",height:\"100%\",id:\"oqzx4Lo2n\",iho0wvMCB:\"Unified Payroll Management\",layoutId:\"oqzx4Lo2n\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"rgb(242, 190, 0)\",variant:\"HQrKPxN3w\",width:\"100%\"})})})],speed:40,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1mhlqp2\",\"data-framer-name\":\"About\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ilwik0\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-milre8\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13c6p9x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19wii9u\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+8350.2+50+0+10+0+50+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f9wqib-container\",nodeId:\"y5GB_qPYy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-0b85bf41-9970-464d-96f4-152f236b9294, rgb(241, 240, 238))\",height:\"100%\",id:\"y5GB_qPYy\",iho0wvMCB:\"How It Works\",layoutId:\"y5GB_qPYy\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Implementing Methodic Is Easier Than You Think\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Implementing Methodic Is Easier Than You Think\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",children:\"Implementing Methodic Is Easier Than You Think\"})}),className:\"framer-1v9t9zm\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gggyy0\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined},{href:{webPageId:\"b8s0C4PpF\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+8350.2+50+0+10+0+50+0+0+131.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1ch3ou5-container\",\"data-framer-appear-id\":\"1ch3ou5\",initial:animation5,nodeId:\"YOMA6tqIa\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{OITZhuKDg:resolvedLinks4[2]},hmX39_cxl:{OITZhuKDg:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"Start Your Implementation Assessment\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"YOMA6tqIa\",layoutId:\"YOMA6tqIa\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:resolvedLinks4[0],OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(${componentViewport?.width||\"100vw\"} - 52px)`,y:(componentViewport?.y||0)+100+8350.2+50+0+10+0+50+238.4},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 180px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,width:`max((max(min(${componentViewport?.width||\"100vw\"} - 80px, 1350px) - 40px, 1px) - 100px) * 0.45 - 48px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yh6rda-container\",nodeId:\"mPPYqYznu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperStats,{height:\"100%\",id:\"mPPYqYznu\",layoutId:\"mPPYqYznu\",miNyRgpun:\"rgba(255, 255, 255, 0.8)\",O4m_5jCqF:\"Of employees would Work More if They Could Choose When\",OFTTLDHXa:\"90%\",ONCrLjpvL:{borderColor:\"rgb(250, 183, 183)\",borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},variant:\"nwwtXY4r4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+8350.2+50+0+467.4-300.5),pixelHeight:644,pixelWidth:888,sizes:\"362px\",src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},style:{rotate:90}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:644,pixelWidth:888,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) + 10px)`,src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},style:{rotate:180}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:644,pixelWidth:888,sizes:\"886px\",src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},className:\"framer-16ai653\",\"data-framer-name\":\"Abstarct Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bn541u\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1opyngy\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+8350.2+50+487.4+0+0+36),pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},className:\"framer-1qycg2m\",\"data-framer-name\":\"Abstract Line\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i62hyr\",\"data-framer-name\":\"Button/Nav Link Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xqe1yf\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xjsgak\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eaa5af-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"npVPAKsis\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"plug\",iconSelection:\"DeviceMobileCamera\",id:\"npVPAKsis\",layoutId:\"npVPAKsis\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-158l66m\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect\"})})}),className:\"framer-l18fq4\",\"data-framer-name\":\"Number\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Plug your workforce into our network\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Plug your workforce into our network\"})}),className:\"framer-m0y7g8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1onabvz\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+8350.2+50+487.4+0+61.25+36),pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},className:\"framer-nehhvv\",\"data-framer-name\":\"Abstract Line\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12kcn36\",\"data-framer-name\":\"Button/Nav Link Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9fbatp\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r72ds2\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rqgrjt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bGSAxQnMB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"connect\",iconSelection:\"Circuitry\",id:\"bGSAxQnMB\",layoutId:\"bGSAxQnMB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pzii5u\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Configure\"})})}),className:\"framer-1he4zg6\",\"data-framer-name\":\"Number\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Set your staffing needs and requirements\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Set your staffing needs and requirements\"})}),className:\"framer-tfzlcx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iexmz\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+8350.2+50+487.4+0+122.5+36),pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},className:\"framer-lx4x4c\",\"data-framer-name\":\"Abstract Line\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eh1bz0\",\"data-framer-name\":\"Button/Nav Link Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vbpvuh\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ubuivz\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sxenuk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qejc79dWD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"rocket\",iconSelection:\"GooglePlayLogo\",id:\"qejc79dWD\",layoutId:\"qejc79dWD\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bzpy3e\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Launch\"})})}),className:\"framer-1s3vr56\",\"data-framer-name\":\"Number\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Access the shared talent pool\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Access the shared talent pool\"})}),className:\"framer-lgffj5\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3z54o2\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+8350.2+50+487.4+0+183.75+36),pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:10,pixelWidth:229,src:\"https://framerusercontent.com/images/dAV1MKLZJh1ZgnMb5U3qJZMvAmA.svg\"},className:\"framer-10k6ndi\",\"data-framer-name\":\"Abstract Line\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-53o5qt\",\"data-framer-name\":\"Button/Nav Link Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15i402c\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bwym9c\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ahlcru-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"D91M29wTI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"lightning\",iconSelection:\"Star\",id:\"D91M29wTI\",layoutId:\"D91M29wTI\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uruf8h\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Optimize\"})})}),className:\"framer-15ttuqq\",\"data-framer-name\":\"Number\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"AI continuously improves your staffing efficiency\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"AI continuously improves your staffing efficiency\"})}),className:\"framer-19tzp3f\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-13aubwv\",\"data-framer-name\":\"Testimonials\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10glv9o\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vy6clf\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+9172.6+50+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15qlo1x-container\",nodeId:\"s8t1gQAjn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"s8t1gQAjn\",iho0wvMCB:\"Testimonials\",layoutId:\"s8t1gQAjn\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Businesses Like Yours Are Achieving 100% Staffing\"})}),className:\"framer-3jf6i1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+9172.6+50+0+0+0+0+131.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-32vzgw-container\",\"data-framer-appear-id\":\"32vzgw\",initial:animation5,nodeId:\"yj6_RtHH7\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"Join These Success Stories\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"yj6_RtHH7\",layoutId:\"yj6_RtHH7\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:\"mailto: info@methodic.work\",OwpZhR4Oq:false,spbNf7R6o:\"16px 24px 16px 24px\",variant:\"Hsw2lSJgx\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4vshco\",\"data-framer-name\":\"Items Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+0},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,width:`max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4schnu-container\",nodeId:\"yV6cSTUS2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperStats,{height:\"100%\",id:\"yV6cSTUS2\",layoutId:\"yV6cSTUS2\",miNyRgpun:\"rgb(253, 241, 231)\",O4m_5jCqF:\"Increase In Sales Per Labor Hour (SPHL)\",OFTTLDHXa:\"73%\",ONCrLjpvL:{borderColor:\"rgb(250, 214, 183)\",borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},variant:\"nwwtXY4r4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+171},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,width:`max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j5a84h-container\",nodeId:\"fZB7nvsVh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperStats,{height:\"100%\",id:\"fZB7nvsVh\",layoutId:\"fZB7nvsVh\",miNyRgpun:\"rgb(244, 231, 253)\",O4m_5jCqF:\"Manager efficiency improvement\",OFTTLDHXa:\"2X\",ONCrLjpvL:{borderColor:\"rgba(223, 183, 250, 1)\",borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},variant:\"nwwtXY4r4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+342},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:186,width:`calc(max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px) * 2 + 12px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x3xxlu-container\",nodeId:\"GbnFZiJ0c\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"qDnKxBqAy\"},hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperTestimonials,{GO5fOyEGg:\"\u201COur customers are getting better service and revenue is up\u201D\",height:\"100%\",I6ESmU6dT:\"Sucr\\xe9\",id:\"GbnFZiJ0c\",KFygpAWg4:\"Unit Manager\",layoutId:\"GbnFZiJ0c\",style:{width:\"100%\"},variant:\"qQIQ7ekhx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+540},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:186,width:`calc(max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px) * 2 + 12px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7nw0c-container\",nodeId:\"eGmaIlKMj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"qDnKxBqAy\"},hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperTestimonials,{GO5fOyEGg:\"\u201CWe experienced a 9% reduction in labor -and our people are happy\u201D\",height:\"100%\",I6ESmU6dT:\"Sucr\\xe9\",id:\"eGmaIlKMj\",KFygpAWg4:\"CEO\",layoutId:\"eGmaIlKMj\",style:{width:\"100%\"},variant:\"qQIQ7ekhx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+909},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:186,width:`calc(max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px) * 2 + 12px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14nly6p-container\",nodeId:\"X65l_Kf13\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"qDnKxBqAy\"},hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperTestimonials,{GO5fOyEGg:\"\u201CTeam members have access to more hours and aren\u2019t leaving\u201D\",height:\"100%\",I6ESmU6dT:\"Sucr\\xe9\",id:\"X65l_Kf13\",KFygpAWg4:\"Multi-unit Director\",layoutId:\"X65l_Kf13\",style:{width:\"100%\"},variant:\"qQIQ7ekhx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+738},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,width:`max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fvp0xc-container\",nodeId:\"tYIJMK_KI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperStats,{height:\"100%\",id:\"tYIJMK_KI\",layoutId:\"tYIJMK_KI\",miNyRgpun:\"rgb(241, 253, 231)\",O4m_5jCqF:\"New Profit Utilizing Smart Scheduling\",OFTTLDHXa:\"$30K\",ONCrLjpvL:{borderColor:\"rgb(211, 228, 196)\",borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},variant:\"nwwtXY4r4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+1107},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:186,width:`calc(max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px) * 2 + 12px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l7mzl3-container\",nodeId:\"bRFDkDtb4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"qDnKxBqAy\"},hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperTestimonials,{GO5fOyEGg:\"\u05F4Methodic's software leverages our geographic proximity and connects our businesses with a shared talent pool, increasing our worker\u2019s flexibility and efficiency\u05F4\",height:\"100%\",I6ESmU6dT:\"Sucr\\xe9\",id:\"bRFDkDtb4\",KFygpAWg4:\"CEO\",layoutId:\"bRFDkDtb4\",style:{width:\"100%\"},variant:\"qQIQ7ekhx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+9172.6+50+0+0+230.4+0+1305},hmX39_cxl:{height:230,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 12px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,width:`max((${componentViewport?.width||\"100vw\"} - 116px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g0vmbp-container\",nodeId:\"tkgKvljKU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HelperStats,{height:\"100%\",id:\"tkgKvljKU\",layoutId:\"tkgKvljKU\",miNyRgpun:\"rgb(253, 231, 231)\",O4m_5jCqF:\"Increase In Customer Profit \u2026\",OFTTLDHXa:\"$100K\",ONCrLjpvL:{borderColor:\"rgb(250, 183, 183)\",borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},variant:\"nwwtXY4r4\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+9172.6+1794.4-4),pixelHeight:10,pixelWidth:1240,sizes:\"1200px\",src:\"https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg\",srcSet:\"https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:10,pixelWidth:1240,sizes:\"1200px\",src:\"https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg\",srcSet:\"https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iDrlOYszhHrSmrgaFKo5G5kRV8.svg 1240w\"},className:\"framer-66ydnw\",\"data-framer-name\":\"Abstract Design\"})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12h2wb1\",\"data-framer-name\":\"Comparison\",id:elementId8,ref:ref9,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2d59mx\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1thdi25\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+10967+50+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d9vomh-container\",nodeId:\"In6clldPv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"In6clldPv\",iho0wvMCB:\"Comparison\",layoutId:\"In6clldPv\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2wvd6\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"What Sets Methodic Apart\"})}),className:\"framer-1947ddx\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Discover how Methodic outperforms legacy solutions\"})}),className:\"framer-usftm8\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ftw9g4\",\"data-framer-name\":\"Sub Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h65zsz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kmalza\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzlr17\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ezWdFJkMA\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"PF8rABa0O\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"Logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+0+20),pixelHeight:143,pixelWidth:975,positionX:\"center\",positionY:\"center\",sizes:\"126px\",src:\"https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png\",srcSet:\"https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Logo\",fit:\"fit\",pixelHeight:143,pixelWidth:975,positionX:\"center\",positionY:\"center\",sizes:\"126px\",src:\"https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png\",srcSet:\"https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/DkTVYcS3hDxg1KAlmIG4DqqTMk0.png 975w\"},className:\"framer-6hdxr1 framer-lux5qc\",\"data-framer-name\":\"Logo\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b3yjy2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+0},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5wqv8y-container\",nodeId:\"I0pwdcWbB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"I0pwdcWbB\",layoutId:\"I0pwdcWbB\",style:{width:\"100%\"},TzDmwnSnQ:\"Guaranteed Coverage\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+72},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-srs7bt-container\",nodeId:\"idcQGvEdo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"idcQGvEdo\",layoutId:\"idcQGvEdo\",style:{width:\"100%\"},TzDmwnSnQ:\"W-2 Employment\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+144},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8oipc9-container\",nodeId:\"dQb1hZRFU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"dQb1hZRFU\",layoutId:\"dQb1hZRFU\",style:{width:\"100%\"},TzDmwnSnQ:\"AI-Driven Matching\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+216},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mk1ygg-container\",nodeId:\"dJzwRc4Xk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"dJzwRc4Xk\",layoutId:\"dJzwRc4Xk\",style:{width:\"100%\"},TzDmwnSnQ:\"Regulatory Compliance\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+288},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l7c1gs-container\",nodeId:\"u4_u8R9HZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"u4_u8R9HZ\",layoutId:\"u4_u8R9HZ\",style:{width:\"100%\"},TzDmwnSnQ:\"Workforce Stability\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+0+2+84+24+360},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s5gwyf-container\",nodeId:\"AHbKvrHmo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"AHbKvrHmo\",layoutId:\"AHbKvrHmo\",style:{width:\"100%\"},TzDmwnSnQ:\"Quality Consistency\",variant:\"ufa1yCvUJ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jhf9n9\",\"data-framer-name\":\"Gradiant\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tjyzd4\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+578+18),pixelHeight:45,pixelWidth:38,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HQYi6zqOd8CY4uIX5Qo6aLFTO9Y.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:45,pixelWidth:38,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HQYi6zqOd8CY4uIX5Qo6aLFTO9Y.svg\"},className:\"framer-1buslzq\",\"data-framer-name\":\"Right Abstract\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+578+18),pixelHeight:45,pixelWidth:38,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hkz8ygPI0Z3dntRe8IS4rkQTJX8.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:45,pixelWidth:38,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hkz8ygPI0Z3dntRe8IS4rkQTJX8.svg\"},className:\"framer-p23kze\",\"data-framer-name\":\"Left Abstract\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"VS.\"})}),className:\"framer-16e1y7m\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-112glo9\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lh39w1\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Traditional Hiring\"})})}),className:\"framer-1ikyt2l\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k55duy\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+0},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yy8p5-container\",nodeId:\"LheedcwLx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"LheedcwLx\",layoutId:\"LheedcwLx\",style:{width:\"100%\"},TzDmwnSnQ:\"Limited Coverage\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+72},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-47tvbh-container\",nodeId:\"x5W9royEY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"x5W9royEY\",layoutId:\"x5W9royEY\",style:{width:\"100%\"},TzDmwnSnQ:\"W-2 Employment\",variant:\"xzs1_A0p9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+144},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qvqor3-container\",nodeId:\"oIgZzzOdO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"oIgZzzOdO\",layoutId:\"oIgZzzOdO\",style:{width:\"100%\"},TzDmwnSnQ:\"Low Effort Matching\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+216},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17al8qs-container\",nodeId:\"OVPCgxEGB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"OVPCgxEGB\",layoutId:\"OVPCgxEGB\",style:{width:\"100%\"},TzDmwnSnQ:\"Regulatory Compliance\",variant:\"xzs1_A0p9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+288},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ojp0oj-container\",nodeId:\"PMmUVmm07\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"PMmUVmm07\",layoutId:\"PMmUVmm07\",style:{width:\"100%\"},TzDmwnSnQ:\"Lack of Stability\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+642+2+82+24+360},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kkthz2-container\",nodeId:\"MpQbvABYC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"MpQbvABYC\",layoutId:\"MpQbvABYC\",style:{width:\"100%\"},TzDmwnSnQ:\"Inconsistent Quality\",variant:\"XPlhWl63N\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jhxj8a\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g1rk55\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Temp Agencies\"})})}),className:\"framer-16t18hr\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wfnzfw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+0},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x90v6k-container\",nodeId:\"n5UBn0yX3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"n5UBn0yX3\",layoutId:\"n5UBn0yX3\",style:{width:\"100%\"},TzDmwnSnQ:\"Limited Coverage\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+72},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1394pyw-container\",nodeId:\"d2iIe1ahV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"d2iIe1ahV\",layoutId:\"d2iIe1ahV\",style:{width:\"100%\"},TzDmwnSnQ:\"W-2 Employment\",variant:\"xzs1_A0p9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+144},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pngwn0-container\",nodeId:\"uCm5AGwF2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"uCm5AGwF2\",layoutId:\"uCm5AGwF2\",style:{width:\"100%\"},TzDmwnSnQ:\"Low Effort Matching\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+216},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ki8rd2-container\",nodeId:\"YIRRNG4aX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"YIRRNG4aX\",layoutId:\"YIRRNG4aX\",style:{width:\"100%\"},TzDmwnSnQ:\"Regulatory Compliance\",variant:\"xzs1_A0p9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+288},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tmgmn3-container\",nodeId:\"E4Rncn7tW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"E4Rncn7tW\",layoutId:\"E4Rncn7tW\",style:{width:\"100%\"},TzDmwnSnQ:\"Lack of Stability\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1218+2+82+24+360},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q966jo-container\",nodeId:\"rOa_DhF_B\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"rOa_DhF_B\",layoutId:\"rOa_DhF_B\",style:{width:\"100%\"},TzDmwnSnQ:\"Manual Processes\",variant:\"XPlhWl63N\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9d6gkl\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-62rr2r\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Gig Platforms\"})})}),className:\"framer-uh1iv5\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c910p4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+0},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p9x8q7-container\",nodeId:\"CZoG7nvDC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"CZoG7nvDC\",layoutId:\"CZoG7nvDC\",style:{width:\"100%\"},TzDmwnSnQ:\"Limited Coverage\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+72},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kc7464-container\",nodeId:\"GakjdU_9Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"GakjdU_9Z\",layoutId:\"GakjdU_9Z\",style:{width:\"100%\"},TzDmwnSnQ:\"Contracting\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+144},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1imut76-container\",nodeId:\"PFpQfulLD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"PFpQfulLD\",layoutId:\"PFpQfulLD\",style:{width:\"100%\"},TzDmwnSnQ:\"Partial\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+216},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zdzsp-container\",nodeId:\"M5O3EHNpB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"M5O3EHNpB\",layoutId:\"M5O3EHNpB\",style:{width:\"100%\"},TzDmwnSnQ:\"Partial\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+288},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7q64kp-container\",nodeId:\"hDKQHq8Cw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"hDKQHq8Cw\",layoutId:\"hDKQHq8Cw\",style:{width:\"100%\"},TzDmwnSnQ:\"Risk\",variant:\"XPlhWl63N\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) * 0.75 - 52px)`,y:(componentViewport?.y||0)+100+10967+50+0+0+320.4+0+0+0+1794+2+82+24+360},hmX39_cxl:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 900px) * 0.75 - 36px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xcz0j8-container\",nodeId:\"ZZwdQgS0x\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperCheckPoints,{height:\"100%\",id:\"ZZwdQgS0x\",layoutId:\"ZZwdQgS0x\",style:{width:\"100%\"},TzDmwnSnQ:\"Manual Processes\",variant:\"XPlhWl63N\",width:\"100%\"})})})})]})]})]})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1vd4trh\",\"data-framer-name\":\"FAQ\",id:elementId9,ref:ref10,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-144ogyu\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-japu4w\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+13727.4+50+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qg0u0p-container\",nodeId:\"SxaQ7MVW2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",height:\"100%\",id:\"SxaQ7MVW2\",iho0wvMCB:\"FAQs\",layoutId:\"SxaQ7MVW2\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Common Questions\",/*#__PURE__*/_jsx(\"br\",{}),\"About Methodic\"]})}),className:\"framer-1vpf7j7\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+100+13727.4+50+0+0+171.4},hmX39_cxl:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 900px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ajag5s-container\",nodeId:\"aXRtQO38i\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"pKjf890TC\"},hmX39_cxl:{variant:\"pKjf890TC\"}},children:/*#__PURE__*/_jsx(FAQContainer,{cpgMeMJOp:\"row\",height:\"100%\",id:\"aXRtQO38i\",layoutId:\"aXRtQO38i\",style:{width:\"100%\"},variant:\"LudeJUpOt\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zl9e8y\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7zfpax\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"center\"},children:\"Have Questions? We're Here to Help!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"Have Questions? We're Here to Help!\"})}),className:\"framer-7a7skb\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Reach out to our support team for any queries or assistance.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Reach out to our support team for any queries or assistance.\"})}),className:\"framer-1w14zfw\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 450px) - 48px)`,y:(componentViewport?.y||0)+100+13727.4+50+0+0+771.4+24+191.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aa9ltu-container\",nodeId:\"ZUN7MEuMg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{DyDA7Nepj:\"Contact Us\",HauR5zp0I:\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",height:\"100%\",id:\"ZUN7MEuMg\",layoutId:\"ZUN7MEuMg\",naUO_7rz4:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:\"mailto: info@methodic.work\",OwpZhR4Oq:false,spbNf7R6o:\"14px 24px 14px 24px\",variant:\"GjZ5L2c2s\",width:\"100%\",XsQvR9CFM:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+100+14897.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1095,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rul9zi-container\",nodeId:\"lwSF5de67\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"wxI9ElO4C\"},hmX39_cxl:{variant:\"IToCCjwER\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"lwSF5de67\",layoutId:\"lwSF5de67\",style:{width:\"100%\"},variant:\"SM4CTALR7\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wFUeY.framer-lux5qc, .framer-wFUeY .framer-lux5qc { display: block; }\",\".framer-wFUeY.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-a0464eb8-baba-428a-bf1d-8f7949994f7d, #f6f5f4); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-wFUeY .framer-snjhtu-container { flex: none; height: auto; left: 50%; position: fixed; top: 20px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-wFUeY .framer-14ttclw-container, .framer-wFUeY .framer-1h5e9si-container, .framer-wFUeY .framer-1rsaj81-container, .framer-wFUeY .framer-gldfvj-container, .framer-wFUeY .framer-1f9wqib-container, .framer-wFUeY .framer-15qlo1x-container, .framer-wFUeY .framer-d9vomh-container, .framer-wFUeY .framer-1qg0u0p-container, .framer-wFUeY .framer-aa9ltu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wFUeY .framer-1ntaqo5 { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 37%) add; background-color: var(--token-aa400f50-bb31-43da-bd7e-ccb203a60033, #f4f2f1); flex: none; height: 1024px; left: -120px; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 37%) add; overflow: visible; position: absolute; right: -120px; top: 0px; z-index: 1; }\",\".framer-wFUeY .framer-1u0tsst { -webkit-filter: blur(2px); filter: blur(2px); flex: none; height: 571px; left: 0px; opacity: 0.75; overflow: visible; position: absolute; top: 0px; width: 378px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-wFUeY .framer-1o4uyre, .framer-wFUeY .framer-coqc1s, .framer-wFUeY .framer-8wjm4b { flex: none; height: 571px; left: -42px; overflow: visible; position: absolute; top: 0px; width: 420px; }\",\".framer-wFUeY .framer-1bl4say { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-6ca7947a-a05d-4be2-8e75-8a89ff422158, #feb3b6); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 0px; position: absolute; top: 207px; width: 207px; }\",\".framer-wFUeY .framer-vw9oo3 { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-a5cf02b7-4c54-4ce7-8254-c15132e0e1c1, #2273d3); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 37px; position: absolute; top: 363px; width: 207px; }\",\".framer-wFUeY .framer-1lkaz3e, .framer-wFUeY .framer-1tyszwd { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, #ff9400); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 208px); left: 213px; position: absolute; top: 0px; width: 207px; }\",\".framer-wFUeY .framer-1jwcipl, .framer-wFUeY .framer-l3p49y { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-76bfeb24-6301-440f-a9f3-897a9e9267a4, #d32a0b); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 9px; position: absolute; top: 80px; width: 207px; }\",\".framer-wFUeY .framer-1fbm8y9 { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-51305c92-2bbb-4f0a-91fc-b62d40bcfd6d, #9bd3e7); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 0px; position: absolute; top: 207px; width: 207px; }\",\".framer-wFUeY .framer-dday7f { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-51305c92-2bbb-4f0a-91fc-b62d40bcfd6d, #9bd3e7); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 37px; position: absolute; top: 363px; width: 207px; }\",\".framer-wFUeY .framer-1ij76hn, .framer-wFUeY .framer-1i4e66h { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-83e2f593-f9c6-4431-b7ff-d49b9a8efedb, #ff9400); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 208px); left: 213px; position: absolute; top: 0px; width: 207px; }\",\".framer-wFUeY .framer-ihu307, .framer-wFUeY .framer-vmjiw4 { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-76bfeb24-6301-440f-a9f3-897a9e9267a4, #d32a0b); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 9px; position: absolute; top: 80px; width: 207px; }\",\".framer-wFUeY .framer-q9vqft { -webkit-filter: blur(2px); filter: blur(2px); flex: none; height: 571px; opacity: 0.25; overflow: visible; position: absolute; right: 0px; top: 0px; width: 378px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-wFUeY .framer-4axs9j { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-a5cf02b7-4c54-4ce7-8254-c15132e0e1c1, #2273d3); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 0px; position: absolute; top: 207px; width: 207px; }\",\".framer-wFUeY .framer-1m9fv7z { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: var(--token-6ca7947a-a05d-4be2-8e75-8a89ff422158, #feb3b6); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 37px; position: absolute; top: 363px; width: 207px; }\",\".framer-wFUeY .framer-jmbwpe { flex: none; height: 571px; left: -92px; overflow: visible; position: absolute; top: 20px; width: 420px; }\",\".framer-wFUeY .framer-14z02e8 { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-a5cf02b7-4c54-4ce7-8254-c15132e0e1c1, #2273d3); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 0px; position: absolute; top: 207px; width: 207px; }\",\".framer-wFUeY .framer-dvikr0 { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-6ca7947a-a05d-4be2-8e75-8a89ff422158, #feb3b6); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 207px); left: 37px; position: absolute; top: 363px; width: 207px; }\",\".framer-wFUeY .framer-q7mnqc { background: linear-gradient(180deg, #f2f0ee 0%, rgba(242, 240, 238, 0) 100%); flex: none; height: 415px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-wFUeY .framer-z7xzby { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1024px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-wFUeY .framer-1t0wina, .framer-wFUeY .framer-15y8gqk, .framer-wFUeY .framer-160sxaw, .framer-wFUeY .framer-1k7697, .framer-wFUeY .framer-1jshwnw, .framer-wFUeY .framer-1cbm5ez, .framer-wFUeY .framer-14vm21u, .framer-wFUeY .framer-gzqyuu, .framer-wFUeY .framer-xu94s8, .framer-wFUeY .framer-ur0cx8, .framer-wFUeY .framer-ul5ag7, .framer-wFUeY .framer-1p1g978, .framer-wFUeY .framer-owfaix, .framer-wFUeY .framer-40nko, .framer-wFUeY .framer-vb6w6g, .framer-wFUeY .framer-1aogssu, .framer-wFUeY .framer-gak9q3, .framer-wFUeY .framer-1jmryd0, .framer-wFUeY .framer-1mqttvd, .framer-wFUeY .framer-1ejv6ii, .framer-wFUeY .framer-n0uag5, .framer-wFUeY .framer-1fb8z8n, .framer-wFUeY .framer-18f2khk, .framer-wFUeY .framer-1ach5iz { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); background: linear-gradient(270deg, rgba(242, 240, 238, 0.2) 0%, rgba(242, 240, 238, 0) 100%); flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-wFUeY .framer-4sryew { background: linear-gradient(180deg, rgba(242, 240, 238, 0) 0%, rgba(242, 240, 238, 1) 100%); bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-wFUeY .framer-kkjcxt { bottom: 0px; flex: none; left: 0px; mix-blend-mode: overlay; opacity: 0.75; position: absolute; right: 0px; top: 0px; }\",\".framer-wFUeY .framer-1peh2fq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 40px 100px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-wFUeY .framer-kiwyhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-17h68fw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-nxml2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-11zb6pf { --border-bottom-width: 1px; --border-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-wFUeY .framer-u7bun9, .framer-wFUeY .framer-muvqdt, .framer-wFUeY .framer-1f0020q, .framer-wFUeY .framer-1rvvkmi, .framer-wFUeY .framer-1tewg7v, .framer-wFUeY .framer-1apodaf, .framer-wFUeY .framer-qnnbfe, .framer-wFUeY .framer-1ghfsw1, .framer-wFUeY .framer-1disakc, .framer-wFUeY .framer-6gdtoc, .framer-wFUeY .framer-16e1y7m, .framer-wFUeY .framer-1ikyt2l, .framer-wFUeY .framer-16t18hr, .framer-wFUeY .framer-uh1iv5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wFUeY .framer-hwr665, .framer-wFUeY .framer-m5tflk { 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-wFUeY .framer-1ickod6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-wFUeY .framer-1dze1ig { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 360px; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-wFUeY .framer-1va8el2 { 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-wFUeY .framer-19vi7jn-container, .framer-wFUeY .framer-192n1i7-container, .framer-wFUeY .framer-1v2ionp-container, .framer-wFUeY .framer-y583dr-container, .framer-wFUeY .framer-oi3unv-container, .framer-wFUeY .framer-1ch3ou5-container, .framer-wFUeY .framer-32vzgw-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-wFUeY .framer-1olu31u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1h30s89 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-yad7cd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 810px; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-163qol8, .framer-wFUeY .framer-1skijfr, .framer-wFUeY .framer-1br94e2, .framer-wFUeY .framer-heo4gf, .framer-wFUeY .framer-mj4idl, .framer-wFUeY .framer-4rxzi1, .framer-wFUeY .framer-sukurb, .framer-wFUeY .framer-1b0syw, .framer-wFUeY .framer-bp15nf, .framer-wFUeY .framer-t3bwsv, .framer-wFUeY .framer-33m5zh, .framer-wFUeY .framer-zakbc9, .framer-wFUeY .framer-fh585k, .framer-wFUeY .framer-3uboyb, .framer-wFUeY .framer-w42yna, .framer-wFUeY .framer-1nc5lsl, .framer-wFUeY .framer-5ctfb3, .framer-wFUeY .framer-wwhufs, .framer-wFUeY .framer-1nepvth, .framer-wFUeY .framer-e6vi63, .framer-wFUeY .framer-3dsko8, .framer-wFUeY .framer-sdukzv, .framer-wFUeY .framer-b6aq20, .framer-wFUeY .framer-1618zy, .framer-wFUeY .framer-l2pcv7, .framer-wFUeY .framer-1rqii65, .framer-wFUeY .framer-qgvbev, .framer-wFUeY .framer-zmb1cc, .framer-wFUeY .framer-1v9t9zm, .framer-wFUeY .framer-l18fq4, .framer-wFUeY .framer-m0y7g8, .framer-wFUeY .framer-1he4zg6, .framer-wFUeY .framer-tfzlcx, .framer-wFUeY .framer-1s3vr56, .framer-wFUeY .framer-15ttuqq, .framer-wFUeY .framer-19tzp3f, .framer-wFUeY .framer-1947ddx, .framer-wFUeY .framer-usftm8, .framer-wFUeY .framer-1vpf7j7, .framer-wFUeY .framer-7a7skb, .framer-wFUeY .framer-1w14zfw { --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-wFUeY .framer-1936mac, .framer-wFUeY .framer-5b6de2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-wifxag { align-content: center; align-items: center; background-color: var(--token-0b85bf41-9970-464d-96f4-152f236b9294, #f1f0ee); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1uhk53g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-17zdy8c { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 2px 0px 2px; position: relative; width: 1px; z-index: 3; }\",\".framer-wFUeY .framer-i3icro { align-content: flex-start; align-items: flex-start; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.05000000074505806); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 100%; z-index: 5; }\",\".framer-wFUeY .framer-1s89wl1, .framer-wFUeY .framer-1lyw4wf { 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-wFUeY .framer-73lv0p, .framer-wFUeY .framer-1hg3ipo, .framer-wFUeY .framer-mzpgh3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-wFUeY .framer-1nfr3jb, .framer-wFUeY .framer-11at8gk, .framer-wFUeY .framer-1rusy9j { align-content: center; align-items: center; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-wFUeY .framer-1vipwy, .framer-wFUeY .framer-1m3mk79, .framer-wFUeY .framer-nfopg3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-12s4tso, .framer-wFUeY .framer-76ix1, .framer-wFUeY .framer-10oyas2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-19aoyki { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 4px; position: relative; width: 1px; z-index: 3; }\",\".framer-wFUeY .framer-1y957lg { align-content: flex-start; align-items: flex-start; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.05000000074505806); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 100%; z-index: 5; }\",\".framer-wFUeY .framer-1vydutp { background: linear-gradient(90deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: 100%; left: 0px; overflow: visible; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-wFUeY .framer-1tr1nqk { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px; position: relative; width: 1px; z-index: 3; }\",\".framer-wFUeY .framer-1orbmsp { align-content: flex-start; align-items: flex-start; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 3px 8px 0px rgba(0, 0, 0, 0.05000000074505806); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 100%; z-index: 5; }\",\".framer-wFUeY .framer-1vpswht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-xlolmw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-24rhbp { --border-bottom-width: 1px; --border-color: #ded8d3; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-e4ed002d-85d0-417d-a69e-94f41a7e2c7a, #e8e4e2); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 10px 10px 20px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1tumodc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wFUeY.framer-g6yf23 { background-color: rgba(62, 57, 51, 0.75); inset: 0px; position: fixed; user-select: none; z-index: 2; }\",\".framer-wFUeY.framer-pbpidt-container { flex: none; height: auto; left: 50%; position: fixed; top: 94px; transform: translateX(-50%); width: 1120px; z-index: 2; }\",\".framer-wFUeY .framer-1bh9jjn { align-content: center; align-items: center; background-color: var(--token-a0464eb8-baba-428a-bf1d-8f7949994f7d, #f6f5f4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-12rpmox { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1t0o6pe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-46pbyg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-bpabhf, .framer-wFUeY .framer-1gdgyzv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-fzdloj, .framer-wFUeY .framer-1v9r46i, .framer-wFUeY .framer-1ak45nj, .framer-wFUeY .framer-xiixay { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 0px 16px 0px; position: relative; width: 1px; }\",\".framer-wFUeY .framer-1r9mq2x-container, .framer-wFUeY .framer-oy2mmp-container, .framer-wFUeY .framer-xzpln7-container, .framer-wFUeY .framer-101txwg-container, .framer-wFUeY .framer-i6u4j1-container, .framer-wFUeY .framer-14eex9-container, .framer-wFUeY .framer-1r4v6ga-container, .framer-wFUeY .framer-1rqediy-container, .framer-wFUeY .framer-1eaa5af-container, .framer-wFUeY .framer-rqgrjt-container, .framer-wFUeY .framer-1sxenuk-container, .framer-wFUeY .framer-ahlcru-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-wFUeY .framer-aw51un, .framer-wFUeY .framer-io1ri2, .framer-wFUeY .framer-1tn15t0, .framer-wFUeY .framer-h3cpuc, .framer-wFUeY .framer-1m595wm, .framer-wFUeY .framer-1gsrlhd, .framer-wFUeY .framer-1bl7p4g, .framer-wFUeY .framer-14y7724 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-co52lk, .framer-wFUeY .framer-lip07 { align-self: stretch; background-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-wFUeY .framer-3ggp95 { background-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-wFUeY .framer-ur00sa { 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: min-content; }\",\".framer-wFUeY .framer-1fy222q-container { flex: none; height: 77px; position: relative; width: 800px; }\",\".framer-wFUeY .framer-hbczn2 { align-content: center; align-items: center; aspect-ratio: 14.649253731343284 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 59px); justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 867px; }\",\".framer-wFUeY .framer-nw367h-container, .framer-wFUeY .framer-1n1x83e-container, .framer-wFUeY .framer-14txwch-container, .framer-wFUeY .framer-zx291m-container { flex: none; height: 76px; position: relative; width: 800px; }\",\".framer-wFUeY .framer-iqxe25 { align-content: center; align-items: center; aspect-ratio: 14.813432835820896 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 59px); justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 876px; }\",\".framer-wFUeY .framer-622vzn { align-content: center; align-items: center; aspect-ratio: 14.470149253731343 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 59px); justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 856px; }\",\".framer-wFUeY .framer-1e0ph2w { align-content: center; align-items: center; aspect-ratio: 14.537313432835822 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 59px); justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 860px; }\",\".framer-wFUeY .framer-18ncyd8 { align-content: center; align-items: center; aspect-ratio: 14.246268656716419 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 59px); justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 842px; }\",\".framer-wFUeY .framer-rg338e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-m1h0ca { aspect-ratio: 1.1637080867850098 / 1; background-color: var(--token-e4ed002d-85d0-417d-a69e-94f41a7e2c7a, #e8e4e2); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 3px 8px 0px rgba(0, 0, 0, 0.05000000074505806); flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 456px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wFUeY .framer-1fraxwc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 2px; position: absolute; top: 86%; transform: translate(-50%, -50%); width: min-content; z-index: 2; }\",\".framer-wFUeY .framer-qc6391 { background-color: #ff2f2f; flex: none; height: 76px; left: calc(50.00000000000002% - 1px / 2); overflow: hidden; position: absolute; top: -44px; width: 1px; z-index: 1; }\",\".framer-wFUeY .framer-pouvcu { align-content: center; align-items: center; background-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 6px 2px 6px; position: relative; width: min-content; z-index: 3; }\",\".framer-wFUeY .framer-e6eba8-container { flex: none; height: 38px; position: relative; width: 162px; }\",\".framer-wFUeY .framer-yi8s9m, .framer-wFUeY .framer-17jn79e, .framer-wFUeY .framer-ts9241, .framer-wFUeY .framer-d0h1em { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 36px); overflow: hidden; position: relative; width: 36px; }\",\".framer-wFUeY .framer-1iorot9, .framer-wFUeY .framer-e4po8i, .framer-wFUeY .framer-1kd36ev { background: linear-gradient(180deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-wFUeY .framer-nwieao { align-content: center; align-items: center; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 2px; position: absolute; top: 71%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-wFUeY .framer-12726dr { -webkit-backdrop-filter: blur(6px); align-content: center; align-items: center; backdrop-filter: blur(6px); background-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 7px 12px 7px 12px; position: relative; width: min-content; z-index: 3; }\",\".framer-wFUeY .framer-159nh4l { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) -7.000000000000001%, rgba(0,0,0,1) 100%) add; aspect-ratio: 1.28 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 367px); left: 30px; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) -7.000000000000001%, rgba(0,0,0,1) 100%) add; overflow: hidden; position: absolute; right: 30px; top: 30px; }\",\".framer-wFUeY .framer-1g017tf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wFUeY .framer-1rxa5on, .framer-wFUeY .framer-19wii9u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-xvhyyu { align-content: center; align-items: center; background-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); border-bottom-left-radius: 47px; border-bottom-right-radius: 47px; border-top-left-radius: 47px; border-top-right-radius: 47px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1350px; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1at0wv8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-xc1brx, .framer-wFUeY .framer-1vy6clf, .framer-wFUeY .framer-1thdi25, .framer-wFUeY .framer-japu4w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-6kwpey { 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: 1px; position: relative; width: min-content; }\",\".framer-wFUeY .framer-o42lwx { align-content: center; align-items: center; background-color: var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, #1e1e1e); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: min-content; z-index: 2; }\",\".framer-wFUeY .framer-1v4gp5g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; max-width: 650px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-hhs5gz { --border-bottom-width: 0px; --border-color: var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1u6nzjb, .framer-wFUeY .framer-1x4obda, .framer-wFUeY .framer-swbkz6, .framer-wFUeY .framer-1f47w3n { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 50px 0px; position: relative; width: 1px; }\",'.framer-wFUeY .framer-17kxx9d, .framer-wFUeY .framer-v2fevp { align-self: stretch; background: linear-gradient(180deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) /* {\"name\":\"Grey 24\"} */ 0%, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) /* {\"name\":\"Dark 7\"} */ 100%); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }','.framer-wFUeY .framer-10fz656 { align-self: stretch; background: linear-gradient(180deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) /* {\"name\":\"Grey 24\"} */ 0%, rgb(213, 17, 253) 64%, rgb(138, 67, 225) 76%, rgb(239, 123, 22) 88%, rgb(255, 47, 47) 100%); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }',\".framer-wFUeY .framer-1ylgfzm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-2ktt7e, .framer-wFUeY .framer-1ngomi { flex: 1 0 0px; height: 6px; overflow: hidden; position: relative; width: 1px; }\",\".framer-wFUeY .framer-1qe0b3t { --border-bottom-width: 1px; --border-color: var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, #1e1e1e); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: min-content; }\",'.framer-wFUeY .framer-1jnhist { background: linear-gradient(270deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) /* {\"name\":\"Grey 24\"} */ 0%, rgb(213, 17, 253) 19.90160472972973%, rgb(138, 67, 225) 39.93757038288288%, rgb(239, 123, 22) 60.43806306306306%, rgb(255, 47, 47) 81.64681869369369%, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61)) /* {\"name\":\"Grey 24\"} */ 100%); flex: none; height: 1px; left: calc(49.667405764966766% - 150px / 2); overflow: hidden; position: absolute; top: 0px; width: 150px; z-index: 1; }',\".framer-wFUeY .framer-19pwjgd-container { flex: none; height: 61px; max-width: 1030px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1qou3vi-container, .framer-wFUeY .framer-1075kgt-container, .framer-wFUeY .framer-53tptz-container, .framer-wFUeY .framer-16pe79y-container, .framer-wFUeY .framer-yh1s8q-container, .framer-wFUeY .framer-101njti-container, .framer-wFUeY .framer-191hb93-container, .framer-wFUeY .framer-zmxpnp-container, .framer-wFUeY .framer-dp8kh3-container, .framer-wFUeY .framer-196hvvh-container { height: auto; position: relative; width: auto; }\",\".framer-wFUeY .framer-1mhlqp2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1ilwik0 { align-content: center; align-items: center; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1350px; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wFUeY .framer-milre8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 489px; justify-content: flex-start; overflow: visible; padding: 60px 50px 60px 50px; position: relative; width: 1px; z-index: 3; }\",\".framer-wFUeY .framer-13c6p9x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 55%; }\",\".framer-wFUeY .framer-1gggyy0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1yh6rda-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-wFUeY .framer-16ai653 { -webkit-filter: blur(0px); bottom: 0px; filter: blur(0px); flex: none; overflow: hidden; position: absolute; right: -10px; top: 0px; width: 886px; z-index: 1; }\",\".framer-wFUeY .framer-1bn541u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 235px; justify-content: flex-start; max-width: 1350px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1opyngy, .framer-wFUeY .framer-1onabvz, .framer-wFUeY .framer-1iexmz, .framer-wFUeY .framer-3z54o2 { --border-bottom-width: 1px; --border-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-e4ed002d-85d0-417d-a69e-94f41a7e2c7a, #e8e4e2); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 1px; }\",\".framer-wFUeY .framer-1qycg2m, .framer-wFUeY .framer-nehhvv, .framer-wFUeY .framer-lx4x4c, .framer-wFUeY .framer-10k6ndi { aspect-ratio: 23 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 50%; overflow: visible; position: absolute; top: 52px; transform: translateX(-50%); width: 230px; z-index: 1; }\",\".framer-wFUeY .framer-i62hyr, .framer-wFUeY .framer-12kcn36, .framer-wFUeY .framer-1eh1bz0, .framer-wFUeY .framer-53o5qt { align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px 0px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 2px; position: relative; width: min-content; }\",\".framer-wFUeY .framer-xqe1yf, .framer-wFUeY .framer-9fbatp, .framer-wFUeY .framer-vbpvuh, .framer-wFUeY .framer-15i402c { background: linear-gradient(180deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",'.framer-wFUeY .framer-xjsgak, .framer-wFUeY .framer-r72ds2, .framer-wFUeY .framer-ubuivz, .framer-wFUeY .framer-1bwym9c { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, #4c4c4c) /* {\"name\":\"Grey 30\"} */ 0%, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) /* {\"name\":\"Dark 7\"} */ 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }',\".framer-wFUeY .framer-158l66m, .framer-wFUeY .framer-pzii5u, .framer-wFUeY .framer-1bzpy3e, .framer-wFUeY .framer-1uruf8h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-lgffj5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wFUeY .framer-13aubwv { align-content: center; align-items: center; background-color: var(--token-a0464eb8-baba-428a-bf1d-8f7949994f7d, #f6f5f4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-10glv9o { 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-wFUeY .framer-3jf6i1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wFUeY .framer-4vshco { display: grid; flex: none; gap: 12px; grid-auto-rows: 185px; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, 185px); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-4schnu-container, .framer-wFUeY .framer-1j5a84h-container, .framer-wFUeY .framer-1fvp0xc-container, .framer-wFUeY .framer-1g0vmbp-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1x3xxlu-container, .framer-wFUeY .framer-1n7nw0c-container, .framer-wFUeY .framer-14nly6p-container, .framer-wFUeY .framer-l7mzl3-container { align-self: start; flex: none; grid-column: auto / span 2; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-wFUeY .framer-66ydnw { -webkit-mask: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 48.1981981981982%, rgba(0, 0, 0, 0) 100%) add; bottom: -6px; flex: none; height: 10px; left: calc(50.00000000000002% - 1200px / 2); mask: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 48.1981981981982%, rgba(0, 0, 0, 0) 100%) add; overflow: visible; position: absolute; width: 1200px; z-index: 1; }\",\".framer-wFUeY .framer-12h2wb1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-2d59mx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1t2wvd6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-ftw9g4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1h65zsz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-wFUeY .framer-1kmalza { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px; position: relative; width: 1px; }\",\".framer-wFUeY .framer-xzlr17 { --border-bottom-width: 1px; --border-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-top-left-radius: 19px; border-top-right-radius: 19px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 24px 20px 24px; position: relative; width: 100%; z-index: 3; }\",\".framer-wFUeY .framer-6hdxr1 { aspect-ratio: 2.85 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; text-decoration: none; width: 126px; }\",\".framer-wFUeY .framer-1b3yjy2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 16px 24px 16px; position: relative; width: 100%; z-index: 3; }\",\".framer-wFUeY .framer-5wqv8y-container, .framer-wFUeY .framer-srs7bt-container, .framer-wFUeY .framer-8oipc9-container, .framer-wFUeY .framer-mk1ygg-container, .framer-wFUeY .framer-1l7c1gs-container, .framer-wFUeY .framer-1s5gwyf-container, .framer-wFUeY .framer-yy8p5-container, .framer-wFUeY .framer-47tvbh-container, .framer-wFUeY .framer-1qvqor3-container, .framer-wFUeY .framer-17al8qs-container, .framer-wFUeY .framer-ojp0oj-container, .framer-wFUeY .framer-kkthz2-container, .framer-wFUeY .framer-1x90v6k-container, .framer-wFUeY .framer-1394pyw-container, .framer-wFUeY .framer-pngwn0-container, .framer-wFUeY .framer-1ki8rd2-container, .framer-wFUeY .framer-1tmgmn3-container, .framer-wFUeY .framer-1q966jo-container, .framer-wFUeY .framer-1p9x8q7-container, .framer-wFUeY .framer-1kc7464-container, .framer-wFUeY .framer-1imut76-container, .framer-wFUeY .framer-9zdzsp-container, .framer-wFUeY .framer-7q64kp-container, .framer-wFUeY .framer-1xcz0j8-container, .framer-wFUeY .framer-rul9zi-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wFUeY .framer-jhf9n9 { background: linear-gradient(180deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-wFUeY .framer-tjyzd4 { align-content: center; align-items: center; background-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 16px 5px 16px; position: relative; width: min-content; z-index: 4; }\",\".framer-wFUeY .framer-1buslzq { aspect-ratio: 0.8409090909090909 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); left: 35px; overflow: hidden; position: absolute; top: 18px; width: 38px; z-index: 1; }\",\".framer-wFUeY .framer-p23kze { aspect-ratio: 0.8409090909090909 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); overflow: hidden; position: absolute; right: 35px; top: 18px; width: 38px; z-index: 1; }\",\".framer-wFUeY .framer-112glo9, .framer-wFUeY .framer-jhxj8a, .framer-wFUeY .framer-9d6gkl { --border-bottom-width: 1px; --border-color: #ded8d3; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-e4ed002d-85d0-417d-a69e-94f41a7e2c7a, #e8e4e2); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 0.75 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px; position: relative; width: 1px; }\",\".framer-wFUeY .framer-1lh39w1, .framer-wFUeY .framer-1g1rk55, .framer-wFUeY .framer-62rr2r { --border-bottom-width: 1px; --border-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 26px 24px 26px 24px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1k55duy, .framer-wFUeY .framer-wfnzfw, .framer-wFUeY .framer-c910p4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 16px 24px 16px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-1vd4trh { align-content: center; align-items: center; background-color: var(--token-0b85bf41-9970-464d-96f4-152f236b9294, #f1f0ee); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-144ogyu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFUeY .framer-ajag5s-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-wFUeY .framer-zl9e8y { align-content: center; align-items: center; background-color: var(--token-a0464eb8-baba-428a-bf1d-8f7949994f7d, #f6f5f4); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wFUeY .framer-7zfpax { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFUeY.framer-72rtr7, .framer-wFUeY .framer-z7xzby, .framer-wFUeY .framer-1peh2fq, .framer-wFUeY .framer-kiwyhr, .framer-wFUeY .framer-17h68fw, .framer-wFUeY .framer-nxml2k, .framer-wFUeY .framer-11zb6pf, .framer-wFUeY .framer-hwr665, .framer-wFUeY .framer-1va8el2, .framer-wFUeY .framer-1olu31u, .framer-wFUeY .framer-1h30s89, .framer-wFUeY .framer-yad7cd, .framer-wFUeY .framer-1936mac, .framer-wFUeY .framer-wifxag, .framer-wFUeY .framer-1uhk53g, .framer-wFUeY .framer-17zdy8c, .framer-wFUeY .framer-i3icro, .framer-wFUeY .framer-1nfr3jb, .framer-wFUeY .framer-1vipwy, .framer-wFUeY .framer-12s4tso, .framer-wFUeY .framer-19aoyki, .framer-wFUeY .framer-1y957lg, .framer-wFUeY .framer-11at8gk, .framer-wFUeY .framer-1m3mk79, .framer-wFUeY .framer-76ix1, .framer-wFUeY .framer-1tr1nqk, .framer-wFUeY .framer-1orbmsp, .framer-wFUeY .framer-1rusy9j, .framer-wFUeY .framer-nfopg3, .framer-wFUeY .framer-10oyas2, .framer-wFUeY .framer-xlolmw, .framer-wFUeY .framer-24rhbp, .framer-wFUeY .framer-1tumodc, .framer-wFUeY .framer-1bh9jjn, .framer-wFUeY .framer-12rpmox, .framer-wFUeY .framer-1t0o6pe, .framer-wFUeY .framer-46pbyg, .framer-wFUeY .framer-5b6de2, .framer-wFUeY .framer-bpabhf, .framer-wFUeY .framer-fzdloj, .framer-wFUeY .framer-aw51un, .framer-wFUeY .framer-1v9r46i, .framer-wFUeY .framer-io1ri2, .framer-wFUeY .framer-1gdgyzv, .framer-wFUeY .framer-1ak45nj, .framer-wFUeY .framer-1tn15t0, .framer-wFUeY .framer-xiixay, .framer-wFUeY .framer-h3cpuc, .framer-wFUeY .framer-ur00sa, .framer-wFUeY .framer-rg338e, .framer-wFUeY .framer-1fraxwc, .framer-wFUeY .framer-pouvcu, .framer-wFUeY .framer-nwieao, .framer-wFUeY .framer-12726dr, .framer-wFUeY .framer-1g017tf, .framer-wFUeY .framer-1rxa5on, .framer-wFUeY .framer-xvhyyu, .framer-wFUeY .framer-1at0wv8, .framer-wFUeY .framer-xc1brx, .framer-wFUeY .framer-6kwpey, .framer-wFUeY .framer-o42lwx, .framer-wFUeY .framer-1v4gp5g, .framer-wFUeY .framer-m5tflk, .framer-wFUeY .framer-hhs5gz, .framer-wFUeY .framer-1u6nzjb, .framer-wFUeY .framer-1m595wm, .framer-wFUeY .framer-1x4obda, .framer-wFUeY .framer-1gsrlhd, .framer-wFUeY .framer-swbkz6, .framer-wFUeY .framer-1bl7p4g, .framer-wFUeY .framer-1f47w3n, .framer-wFUeY .framer-14y7724, .framer-wFUeY .framer-1ylgfzm, .framer-wFUeY .framer-1qe0b3t, .framer-wFUeY .framer-1mhlqp2, .framer-wFUeY .framer-1ilwik0, .framer-wFUeY .framer-milre8, .framer-wFUeY .framer-13c6p9x, .framer-wFUeY .framer-19wii9u, .framer-wFUeY .framer-1gggyy0, .framer-wFUeY .framer-1bn541u, .framer-wFUeY .framer-1opyngy, .framer-wFUeY .framer-i62hyr, .framer-wFUeY .framer-xjsgak, .framer-wFUeY .framer-158l66m, .framer-wFUeY .framer-1onabvz, .framer-wFUeY .framer-12kcn36, .framer-wFUeY .framer-r72ds2, .framer-wFUeY .framer-pzii5u, .framer-wFUeY .framer-1iexmz, .framer-wFUeY .framer-1eh1bz0, .framer-wFUeY .framer-ubuivz, .framer-wFUeY .framer-1bzpy3e, .framer-wFUeY .framer-3z54o2, .framer-wFUeY .framer-53o5qt, .framer-wFUeY .framer-1bwym9c, .framer-wFUeY .framer-1uruf8h, .framer-wFUeY .framer-13aubwv, .framer-wFUeY .framer-10glv9o, .framer-wFUeY .framer-1vy6clf, .framer-wFUeY .framer-12h2wb1, .framer-wFUeY .framer-2d59mx, .framer-wFUeY .framer-1thdi25, .framer-wFUeY .framer-1t2wvd6, .framer-wFUeY .framer-ftw9g4, .framer-wFUeY .framer-1h65zsz, .framer-wFUeY .framer-1kmalza, .framer-wFUeY .framer-xzlr17, .framer-wFUeY .framer-1b3yjy2, .framer-wFUeY .framer-tjyzd4, .framer-wFUeY .framer-112glo9, .framer-wFUeY .framer-1lh39w1, .framer-wFUeY .framer-1k55duy, .framer-wFUeY .framer-jhxj8a, .framer-wFUeY .framer-1g1rk55, .framer-wFUeY .framer-wfnzfw, .framer-wFUeY .framer-9d6gkl, .framer-wFUeY .framer-62rr2r, .framer-wFUeY .framer-c910p4, .framer-wFUeY .framer-1vd4trh, .framer-wFUeY .framer-144ogyu, .framer-wFUeY .framer-japu4w, .framer-wFUeY .framer-zl9e8y, .framer-wFUeY .framer-7zfpax { gap: 0px; } .framer-wFUeY.framer-72rtr7 > *, .framer-wFUeY .framer-hwr665 > *, .framer-wFUeY .framer-17zdy8c > *, .framer-wFUeY .framer-19aoyki > *, .framer-wFUeY .framer-1tr1nqk > *, .framer-wFUeY .framer-ur00sa > *, .framer-wFUeY .framer-m5tflk > *, .framer-wFUeY .framer-1kmalza > *, .framer-wFUeY .framer-112glo9 > *, .framer-wFUeY .framer-jhxj8a > *, .framer-wFUeY .framer-9d6gkl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wFUeY.framer-72rtr7 > :first-child, .framer-wFUeY .framer-1peh2fq > :first-child, .framer-wFUeY .framer-kiwyhr > :first-child, .framer-wFUeY .framer-17h68fw > :first-child, .framer-wFUeY .framer-nxml2k > :first-child, .framer-wFUeY .framer-hwr665 > :first-child, .framer-wFUeY .framer-1va8el2 > :first-child, .framer-wFUeY .framer-1olu31u > :first-child, .framer-wFUeY .framer-1h30s89 > :first-child, .framer-wFUeY .framer-yad7cd > :first-child, .framer-wFUeY .framer-1936mac > :first-child, .framer-wFUeY .framer-wifxag > :first-child, .framer-wFUeY .framer-17zdy8c > :first-child, .framer-wFUeY .framer-i3icro > :first-child, .framer-wFUeY .framer-1vipwy > :first-child, .framer-wFUeY .framer-12s4tso > :first-child, .framer-wFUeY .framer-19aoyki > :first-child, .framer-wFUeY .framer-1y957lg > :first-child, .framer-wFUeY .framer-1m3mk79 > :first-child, .framer-wFUeY .framer-76ix1 > :first-child, .framer-wFUeY .framer-1tr1nqk > :first-child, .framer-wFUeY .framer-1orbmsp > :first-child, .framer-wFUeY .framer-nfopg3 > :first-child, .framer-wFUeY .framer-10oyas2 > :first-child, .framer-wFUeY .framer-xlolmw > :first-child, .framer-wFUeY .framer-1bh9jjn > :first-child, .framer-wFUeY .framer-12rpmox > :first-child, .framer-wFUeY .framer-1t0o6pe > :first-child, .framer-wFUeY .framer-46pbyg > :first-child, .framer-wFUeY .framer-5b6de2 > :first-child, .framer-wFUeY .framer-fzdloj > :first-child, .framer-wFUeY .framer-aw51un > :first-child, .framer-wFUeY .framer-1v9r46i > :first-child, .framer-wFUeY .framer-io1ri2 > :first-child, .framer-wFUeY .framer-1ak45nj > :first-child, .framer-wFUeY .framer-1tn15t0 > :first-child, .framer-wFUeY .framer-xiixay > :first-child, .framer-wFUeY .framer-h3cpuc > :first-child, .framer-wFUeY .framer-ur00sa > :first-child, .framer-wFUeY .framer-1fraxwc > :first-child, .framer-wFUeY .framer-nwieao > :first-child, .framer-wFUeY .framer-1g017tf > :first-child, .framer-wFUeY .framer-1rxa5on > :first-child, .framer-wFUeY .framer-xvhyyu > :first-child, .framer-wFUeY .framer-1at0wv8 > :first-child, .framer-wFUeY .framer-xc1brx > :first-child, .framer-wFUeY .framer-1v4gp5g > :first-child, .framer-wFUeY .framer-m5tflk > :first-child, .framer-wFUeY .framer-1u6nzjb > :first-child, .framer-wFUeY .framer-1m595wm > :first-child, .framer-wFUeY .framer-1x4obda > :first-child, .framer-wFUeY .framer-1gsrlhd > :first-child, .framer-wFUeY .framer-swbkz6 > :first-child, .framer-wFUeY .framer-1bl7p4g > :first-child, .framer-wFUeY .framer-1f47w3n > :first-child, .framer-wFUeY .framer-14y7724 > :first-child, .framer-wFUeY .framer-1mhlqp2 > :first-child, .framer-wFUeY .framer-13c6p9x > :first-child, .framer-wFUeY .framer-19wii9u > :first-child, .framer-wFUeY .framer-1opyngy > :first-child, .framer-wFUeY .framer-158l66m > :first-child, .framer-wFUeY .framer-1onabvz > :first-child, .framer-wFUeY .framer-pzii5u > :first-child, .framer-wFUeY .framer-1iexmz > :first-child, .framer-wFUeY .framer-1bzpy3e > :first-child, .framer-wFUeY .framer-3z54o2 > :first-child, .framer-wFUeY .framer-1uruf8h > :first-child, .framer-wFUeY .framer-13aubwv > :first-child, .framer-wFUeY .framer-10glv9o > :first-child, .framer-wFUeY .framer-1vy6clf > :first-child, .framer-wFUeY .framer-12h2wb1 > :first-child, .framer-wFUeY .framer-2d59mx > :first-child, .framer-wFUeY .framer-1thdi25 > :first-child, .framer-wFUeY .framer-1t2wvd6 > :first-child, .framer-wFUeY .framer-ftw9g4 > :first-child, .framer-wFUeY .framer-1kmalza > :first-child, .framer-wFUeY .framer-1b3yjy2 > :first-child, .framer-wFUeY .framer-112glo9 > :first-child, .framer-wFUeY .framer-1k55duy > :first-child, .framer-wFUeY .framer-jhxj8a > :first-child, .framer-wFUeY .framer-wfnzfw > :first-child, .framer-wFUeY .framer-9d6gkl > :first-child, .framer-wFUeY .framer-c910p4 > :first-child, .framer-wFUeY .framer-1vd4trh > :first-child, .framer-wFUeY .framer-144ogyu > :first-child, .framer-wFUeY .framer-japu4w > :first-child, .framer-wFUeY .framer-7zfpax > :first-child { margin-top: 0px; } .framer-wFUeY.framer-72rtr7 > :last-child, .framer-wFUeY .framer-1peh2fq > :last-child, .framer-wFUeY .framer-kiwyhr > :last-child, .framer-wFUeY .framer-17h68fw > :last-child, .framer-wFUeY .framer-nxml2k > :last-child, .framer-wFUeY .framer-hwr665 > :last-child, .framer-wFUeY .framer-1va8el2 > :last-child, .framer-wFUeY .framer-1olu31u > :last-child, .framer-wFUeY .framer-1h30s89 > :last-child, .framer-wFUeY .framer-yad7cd > :last-child, .framer-wFUeY .framer-1936mac > :last-child, .framer-wFUeY .framer-wifxag > :last-child, .framer-wFUeY .framer-17zdy8c > :last-child, .framer-wFUeY .framer-i3icro > :last-child, .framer-wFUeY .framer-1vipwy > :last-child, .framer-wFUeY .framer-12s4tso > :last-child, .framer-wFUeY .framer-19aoyki > :last-child, .framer-wFUeY .framer-1y957lg > :last-child, .framer-wFUeY .framer-1m3mk79 > :last-child, .framer-wFUeY .framer-76ix1 > :last-child, .framer-wFUeY .framer-1tr1nqk > :last-child, .framer-wFUeY .framer-1orbmsp > :last-child, .framer-wFUeY .framer-nfopg3 > :last-child, .framer-wFUeY .framer-10oyas2 > :last-child, .framer-wFUeY .framer-xlolmw > :last-child, .framer-wFUeY .framer-1bh9jjn > :last-child, .framer-wFUeY .framer-12rpmox > :last-child, .framer-wFUeY .framer-1t0o6pe > :last-child, .framer-wFUeY .framer-46pbyg > :last-child, .framer-wFUeY .framer-5b6de2 > :last-child, .framer-wFUeY .framer-fzdloj > :last-child, .framer-wFUeY .framer-aw51un > :last-child, .framer-wFUeY .framer-1v9r46i > :last-child, .framer-wFUeY .framer-io1ri2 > :last-child, .framer-wFUeY .framer-1ak45nj > :last-child, .framer-wFUeY .framer-1tn15t0 > :last-child, .framer-wFUeY .framer-xiixay > :last-child, .framer-wFUeY .framer-h3cpuc > :last-child, .framer-wFUeY .framer-ur00sa > :last-child, .framer-wFUeY .framer-1fraxwc > :last-child, .framer-wFUeY .framer-nwieao > :last-child, .framer-wFUeY .framer-1g017tf > :last-child, .framer-wFUeY .framer-1rxa5on > :last-child, .framer-wFUeY .framer-xvhyyu > :last-child, .framer-wFUeY .framer-1at0wv8 > :last-child, .framer-wFUeY .framer-xc1brx > :last-child, .framer-wFUeY .framer-1v4gp5g > :last-child, .framer-wFUeY .framer-m5tflk > :last-child, .framer-wFUeY .framer-1u6nzjb > :last-child, .framer-wFUeY .framer-1m595wm > :last-child, .framer-wFUeY .framer-1x4obda > :last-child, .framer-wFUeY .framer-1gsrlhd > :last-child, .framer-wFUeY .framer-swbkz6 > :last-child, .framer-wFUeY .framer-1bl7p4g > :last-child, .framer-wFUeY .framer-1f47w3n > :last-child, .framer-wFUeY .framer-14y7724 > :last-child, .framer-wFUeY .framer-1mhlqp2 > :last-child, .framer-wFUeY .framer-13c6p9x > :last-child, .framer-wFUeY .framer-19wii9u > :last-child, .framer-wFUeY .framer-1opyngy > :last-child, .framer-wFUeY .framer-158l66m > :last-child, .framer-wFUeY .framer-1onabvz > :last-child, .framer-wFUeY .framer-pzii5u > :last-child, .framer-wFUeY .framer-1iexmz > :last-child, .framer-wFUeY .framer-1bzpy3e > :last-child, .framer-wFUeY .framer-3z54o2 > :last-child, .framer-wFUeY .framer-1uruf8h > :last-child, .framer-wFUeY .framer-13aubwv > :last-child, .framer-wFUeY .framer-10glv9o > :last-child, .framer-wFUeY .framer-1vy6clf > :last-child, .framer-wFUeY .framer-12h2wb1 > :last-child, .framer-wFUeY .framer-2d59mx > :last-child, .framer-wFUeY .framer-1thdi25 > :last-child, .framer-wFUeY .framer-1t2wvd6 > :last-child, .framer-wFUeY .framer-ftw9g4 > :last-child, .framer-wFUeY .framer-1kmalza > :last-child, .framer-wFUeY .framer-1b3yjy2 > :last-child, .framer-wFUeY .framer-112glo9 > :last-child, .framer-wFUeY .framer-1k55duy > :last-child, .framer-wFUeY .framer-jhxj8a > :last-child, .framer-wFUeY .framer-wfnzfw > :last-child, .framer-wFUeY .framer-9d6gkl > :last-child, .framer-wFUeY .framer-c910p4 > :last-child, .framer-wFUeY .framer-1vd4trh > :last-child, .framer-wFUeY .framer-144ogyu > :last-child, .framer-wFUeY .framer-japu4w > :last-child, .framer-wFUeY .framer-7zfpax > :last-child { margin-bottom: 0px; } .framer-wFUeY .framer-z7xzby > *, .framer-wFUeY .framer-pouvcu > *, .framer-wFUeY .framer-i62hyr > *, .framer-wFUeY .framer-xjsgak > *, .framer-wFUeY .framer-12kcn36 > *, .framer-wFUeY .framer-r72ds2 > *, .framer-wFUeY .framer-1eh1bz0 > *, .framer-wFUeY .framer-ubuivz > *, .framer-wFUeY .framer-53o5qt > *, .framer-wFUeY .framer-1bwym9c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wFUeY .framer-z7xzby > :first-child, .framer-wFUeY .framer-11zb6pf > :first-child, .framer-wFUeY .framer-1uhk53g > :first-child, .framer-wFUeY .framer-1nfr3jb > :first-child, .framer-wFUeY .framer-11at8gk > :first-child, .framer-wFUeY .framer-1rusy9j > :first-child, .framer-wFUeY .framer-24rhbp > :first-child, .framer-wFUeY .framer-1tumodc > :first-child, .framer-wFUeY .framer-bpabhf > :first-child, .framer-wFUeY .framer-1gdgyzv > :first-child, .framer-wFUeY .framer-rg338e > :first-child, .framer-wFUeY .framer-pouvcu > :first-child, .framer-wFUeY .framer-12726dr > :first-child, .framer-wFUeY .framer-6kwpey > :first-child, .framer-wFUeY .framer-o42lwx > :first-child, .framer-wFUeY .framer-hhs5gz > :first-child, .framer-wFUeY .framer-1ylgfzm > :first-child, .framer-wFUeY .framer-1qe0b3t > :first-child, .framer-wFUeY .framer-1ilwik0 > :first-child, .framer-wFUeY .framer-milre8 > :first-child, .framer-wFUeY .framer-1gggyy0 > :first-child, .framer-wFUeY .framer-1bn541u > :first-child, .framer-wFUeY .framer-i62hyr > :first-child, .framer-wFUeY .framer-xjsgak > :first-child, .framer-wFUeY .framer-12kcn36 > :first-child, .framer-wFUeY .framer-r72ds2 > :first-child, .framer-wFUeY .framer-1eh1bz0 > :first-child, .framer-wFUeY .framer-ubuivz > :first-child, .framer-wFUeY .framer-53o5qt > :first-child, .framer-wFUeY .framer-1bwym9c > :first-child, .framer-wFUeY .framer-1h65zsz > :first-child, .framer-wFUeY .framer-xzlr17 > :first-child, .framer-wFUeY .framer-tjyzd4 > :first-child, .framer-wFUeY .framer-1lh39w1 > :first-child, .framer-wFUeY .framer-1g1rk55 > :first-child, .framer-wFUeY .framer-62rr2r > :first-child, .framer-wFUeY .framer-zl9e8y > :first-child { margin-left: 0px; } .framer-wFUeY .framer-z7xzby > :last-child, .framer-wFUeY .framer-11zb6pf > :last-child, .framer-wFUeY .framer-1uhk53g > :last-child, .framer-wFUeY .framer-1nfr3jb > :last-child, .framer-wFUeY .framer-11at8gk > :last-child, .framer-wFUeY .framer-1rusy9j > :last-child, .framer-wFUeY .framer-24rhbp > :last-child, .framer-wFUeY .framer-1tumodc > :last-child, .framer-wFUeY .framer-bpabhf > :last-child, .framer-wFUeY .framer-1gdgyzv > :last-child, .framer-wFUeY .framer-rg338e > :last-child, .framer-wFUeY .framer-pouvcu > :last-child, .framer-wFUeY .framer-12726dr > :last-child, .framer-wFUeY .framer-6kwpey > :last-child, .framer-wFUeY .framer-o42lwx > :last-child, .framer-wFUeY .framer-hhs5gz > :last-child, .framer-wFUeY .framer-1ylgfzm > :last-child, .framer-wFUeY .framer-1qe0b3t > :last-child, .framer-wFUeY .framer-1ilwik0 > :last-child, .framer-wFUeY .framer-milre8 > :last-child, .framer-wFUeY .framer-1gggyy0 > :last-child, .framer-wFUeY .framer-1bn541u > :last-child, .framer-wFUeY .framer-i62hyr > :last-child, .framer-wFUeY .framer-xjsgak > :last-child, .framer-wFUeY .framer-12kcn36 > :last-child, .framer-wFUeY .framer-r72ds2 > :last-child, .framer-wFUeY .framer-1eh1bz0 > :last-child, .framer-wFUeY .framer-ubuivz > :last-child, .framer-wFUeY .framer-53o5qt > :last-child, .framer-wFUeY .framer-1bwym9c > :last-child, .framer-wFUeY .framer-1h65zsz > :last-child, .framer-wFUeY .framer-xzlr17 > :last-child, .framer-wFUeY .framer-tjyzd4 > :last-child, .framer-wFUeY .framer-1lh39w1 > :last-child, .framer-wFUeY .framer-1g1rk55 > :last-child, .framer-wFUeY .framer-62rr2r > :last-child, .framer-wFUeY .framer-zl9e8y > :last-child { margin-right: 0px; } .framer-wFUeY .framer-1peh2fq > *, .framer-wFUeY .framer-nxml2k > *, .framer-wFUeY .framer-1936mac > *, .framer-wFUeY .framer-5b6de2 > *, .framer-wFUeY .framer-fzdloj > *, .framer-wFUeY .framer-1v9r46i > *, .framer-wFUeY .framer-1ak45nj > *, .framer-wFUeY .framer-xiixay > *, .framer-wFUeY .framer-xvhyyu > *, .framer-wFUeY .framer-1u6nzjb > *, .framer-wFUeY .framer-1x4obda > *, .framer-wFUeY .framer-swbkz6 > *, .framer-wFUeY .framer-1f47w3n > *, .framer-wFUeY .framer-1mhlqp2 > *, .framer-wFUeY .framer-1opyngy > *, .framer-wFUeY .framer-1onabvz > *, .framer-wFUeY .framer-1iexmz > *, .framer-wFUeY .framer-3z54o2 > *, .framer-wFUeY .framer-12h2wb1 > *, .framer-wFUeY .framer-1b3yjy2 > *, .framer-wFUeY .framer-1k55duy > *, .framer-wFUeY .framer-wfnzfw > *, .framer-wFUeY .framer-c910p4 > *, .framer-wFUeY .framer-1vd4trh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wFUeY .framer-kiwyhr > *, .framer-wFUeY .framer-wifxag > *, .framer-wFUeY .framer-i3icro > *, .framer-wFUeY .framer-1y957lg > *, .framer-wFUeY .framer-1orbmsp > *, .framer-wFUeY .framer-1t0o6pe > *, .framer-wFUeY .framer-1g017tf > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wFUeY .framer-17h68fw > *, .framer-wFUeY .framer-1v4gp5g > *, .framer-wFUeY .framer-1t2wvd6 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-wFUeY .framer-11zb6pf > *, .framer-wFUeY .framer-1nfr3jb > *, .framer-wFUeY .framer-11at8gk > *, .framer-wFUeY .framer-1rusy9j > *, .framer-wFUeY .framer-1tumodc > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-wFUeY .framer-1va8el2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wFUeY .framer-1olu31u > *, .framer-wFUeY .framer-13aubwv > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-wFUeY .framer-1h30s89 > *, .framer-wFUeY .framer-12rpmox > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wFUeY .framer-yad7cd > *, .framer-wFUeY .framer-46pbyg > *, .framer-wFUeY .framer-1fraxwc > *, .framer-wFUeY .framer-nwieao > *, .framer-wFUeY .framer-1rxa5on > *, .framer-wFUeY .framer-xc1brx > *, .framer-wFUeY .framer-13c6p9x > *, .framer-wFUeY .framer-19wii9u > *, .framer-wFUeY .framer-1vy6clf > *, .framer-wFUeY .framer-1thdi25 > *, .framer-wFUeY .framer-japu4w > *, .framer-wFUeY .framer-7zfpax > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wFUeY .framer-1uhk53g > *, .framer-wFUeY .framer-1h65zsz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-wFUeY .framer-1vipwy > *, .framer-wFUeY .framer-1m3mk79 > *, .framer-wFUeY .framer-nfopg3 > *, .framer-wFUeY .framer-xlolmw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-wFUeY .framer-12s4tso > *, .framer-wFUeY .framer-76ix1 > *, .framer-wFUeY .framer-10oyas2 > *, .framer-wFUeY .framer-158l66m > *, .framer-wFUeY .framer-pzii5u > *, .framer-wFUeY .framer-1bzpy3e > *, .framer-wFUeY .framer-1uruf8h > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-wFUeY .framer-24rhbp > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-wFUeY .framer-1bh9jjn > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-wFUeY .framer-bpabhf > *, .framer-wFUeY .framer-1gdgyzv > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-wFUeY .framer-aw51un > *, .framer-wFUeY .framer-io1ri2 > *, .framer-wFUeY .framer-1tn15t0 > *, .framer-wFUeY .framer-h3cpuc > *, .framer-wFUeY .framer-1m595wm > *, .framer-wFUeY .framer-1gsrlhd > *, .framer-wFUeY .framer-1bl7p4g > *, .framer-wFUeY .framer-14y7724 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-wFUeY .framer-rg338e > *, .framer-wFUeY .framer-1ilwik0 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-wFUeY .framer-12726dr > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-wFUeY .framer-1at0wv8 > *, .framer-wFUeY .framer-2d59mx > *, .framer-wFUeY .framer-144ogyu > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-wFUeY .framer-6kwpey > *, .framer-wFUeY .framer-xzlr17 > *, .framer-wFUeY .framer-tjyzd4 > *, .framer-wFUeY .framer-1lh39w1 > *, .framer-wFUeY .framer-1g1rk55 > *, .framer-wFUeY .framer-62rr2r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wFUeY .framer-o42lwx > *, .framer-wFUeY .framer-1qe0b3t > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-wFUeY .framer-hhs5gz > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-wFUeY .framer-1ylgfzm > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-wFUeY .framer-milre8 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-wFUeY .framer-1gggyy0 > *, .framer-wFUeY .framer-1bn541u > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wFUeY .framer-10glv9o > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-wFUeY .framer-ftw9g4 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-wFUeY .framer-zl9e8y > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-wFUeY[data-border=\"true\"]::after, .framer-wFUeY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-wFUeY.framer-72rtr7 { width: 810px; } .framer-wFUeY .framer-snjhtu-container { top: 0px; } .framer-wFUeY .framer-1ntaqo5 { left: -195px; right: -195px; } .framer-wFUeY .framer-1peh2fq, .framer-wFUeY .framer-1olu31u, .framer-wFUeY .framer-1bh9jjn, .framer-wFUeY .framer-xvhyyu, .framer-wFUeY .framer-1mhlqp2, .framer-wFUeY .framer-13aubwv, .framer-wFUeY .framer-12h2wb1, .framer-wFUeY .framer-1vd4trh { padding: 80px 30px 80px 30px; } .framer-wFUeY .framer-kiwyhr, .framer-wFUeY .framer-1h30s89, .framer-wFUeY .framer-10glv9o, .framer-wFUeY .framer-2d59mx { max-width: 900px; } .framer-wFUeY .framer-yad7cd, .framer-wFUeY .framer-xc1brx { padding: 0px; } .framer-wFUeY .framer-1y957lg { justify-content: flex-start; } .framer-wFUeY .framer-24rhbp { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex-direction: column; gap: 24px; padding: 24px; } .framer-wFUeY .framer-1tumodc { flex: none; justify-content: center; width: 100%; } .framer-wFUeY .framer-qnnbfe { flex: 1 0 0px; max-width: 75%; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-wFUeY .framer-12rpmox { max-width: unset; } .framer-wFUeY .framer-ur00sa, .framer-wFUeY .framer-1fy222q-container, .framer-wFUeY .framer-nw367h-container, .framer-wFUeY .framer-1n1x83e-container, .framer-wFUeY .framer-14txwch-container, .framer-wFUeY .framer-zx291m-container, .framer-wFUeY .framer-13c6p9x { width: 100%; } .framer-wFUeY .framer-rg338e { flex-direction: column; max-width: unset; } .framer-wFUeY .framer-m1h0ca { flex: none; height: var(--framer-aspect-ratio-supported, 645px); max-width: 100%; order: 1; width: 100%; } .framer-wFUeY .framer-1fraxwc { top: 90%; } .framer-wFUeY .framer-nwieao { top: 80%; } .framer-wFUeY .framer-159nh4l { height: var(--framer-aspect-ratio-supported, 539px); } .framer-wFUeY .framer-1g017tf { flex: none; order: 0; width: 100%; } .framer-wFUeY .framer-1rxa5on, .framer-wFUeY .framer-19wii9u { align-content: center; align-items: center; } .framer-wFUeY .framer-1at0wv8, .framer-wFUeY .framer-144ogyu { gap: 50px; max-width: 900px; } .framer-wFUeY .framer-hhs5gz { gap: 20px; } .framer-wFUeY .framer-1ilwik0 { flex-direction: column; max-width: 900px; } .framer-wFUeY .framer-milre8 { flex: none; flex-direction: column; height: 631px; justify-content: center; padding: 60px 70px 0px 70px; width: 100%; } .framer-wFUeY .framer-1gggyy0 { flex-direction: column; } .framer-wFUeY .framer-1yh6rda-container, .framer-wFUeY .framer-1kmalza { flex: none; width: 100%; } .framer-wFUeY .framer-16ai653 { bottom: -1px; height: 606px; left: 0px; top: unset; width: unset; } .framer-wFUeY .framer-1bn541u { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 479px; justify-content: center; } .framer-wFUeY .framer-1opyngy, .framer-wFUeY .framer-1onabvz, .framer-wFUeY .framer-1iexmz, .framer-wFUeY .framer-3z54o2 { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-wFUeY .framer-4vshco { grid-auto-rows: 230px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, 230px); } .framer-wFUeY .framer-4schnu-container { height: 230px; order: 0; } .framer-wFUeY .framer-1j5a84h-container { height: 230px; order: 1; } .framer-wFUeY .framer-1x3xxlu-container { grid-column: unset; height: 230px; order: 2; } .framer-wFUeY .framer-1n7nw0c-container { grid-column: unset; height: 230px; order: 3; } .framer-wFUeY .framer-14nly6p-container { grid-column: unset; height: 230px; order: 5; } .framer-wFUeY .framer-1fvp0xc-container { height: 230px; order: 4; } .framer-wFUeY .framer-l7mzl3-container { grid-column: unset; height: 230px; order: 6; } .framer-wFUeY .framer-1g0vmbp-container { height: 230px; order: 7; } .framer-wFUeY .framer-1h65zsz { flex-direction: column; gap: 50px; } .framer-wFUeY .framer-1buslzq, .framer-wFUeY .framer-p23kze { height: var(--framer-aspect-ratio-supported, 46px); } .framer-wFUeY .framer-112glo9, .framer-wFUeY .framer-jhxj8a, .framer-wFUeY .framer-9d6gkl { flex: none; width: 75%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFUeY .framer-24rhbp, .framer-wFUeY .framer-rg338e, .framer-wFUeY .framer-1at0wv8, .framer-wFUeY .framer-hhs5gz, .framer-wFUeY .framer-1ilwik0, .framer-wFUeY .framer-milre8, .framer-wFUeY .framer-1gggyy0, .framer-wFUeY .framer-1bn541u, .framer-wFUeY .framer-1h65zsz, .framer-wFUeY .framer-144ogyu { gap: 0px; } .framer-wFUeY .framer-24rhbp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-wFUeY .framer-24rhbp > :first-child, .framer-wFUeY .framer-rg338e > :first-child, .framer-wFUeY .framer-1at0wv8 > :first-child, .framer-wFUeY .framer-1ilwik0 > :first-child, .framer-wFUeY .framer-milre8 > :first-child, .framer-wFUeY .framer-1gggyy0 > :first-child, .framer-wFUeY .framer-1h65zsz > :first-child, .framer-wFUeY .framer-144ogyu > :first-child { margin-top: 0px; } .framer-wFUeY .framer-24rhbp > :last-child, .framer-wFUeY .framer-rg338e > :last-child, .framer-wFUeY .framer-1at0wv8 > :last-child, .framer-wFUeY .framer-1ilwik0 > :last-child, .framer-wFUeY .framer-milre8 > :last-child, .framer-wFUeY .framer-1gggyy0 > :last-child, .framer-wFUeY .framer-1h65zsz > :last-child, .framer-wFUeY .framer-144ogyu > :last-child { margin-bottom: 0px; } .framer-wFUeY .framer-rg338e > *, .framer-wFUeY .framer-1ilwik0 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wFUeY .framer-1at0wv8 > *, .framer-wFUeY .framer-1h65zsz > *, .framer-wFUeY .framer-144ogyu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-wFUeY .framer-hhs5gz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wFUeY .framer-hhs5gz > :first-child { margin-left: 0px; } .framer-wFUeY .framer-hhs5gz > :last-child { margin-right: 0px; } .framer-wFUeY .framer-milre8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wFUeY .framer-1gggyy0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wFUeY .framer-1bn541u > *, .framer-wFUeY .framer-1bn541u > :first-child, .framer-wFUeY .framer-1bn541u > :last-child { margin: 0px; } }}\",'@media (max-width: 809px) { .framer-wFUeY.framer-72rtr7 { width: 390px; } .framer-wFUeY .framer-snjhtu-container { top: 0px; } .framer-wFUeY .framer-1ntaqo5 { left: -180px; right: -180px; } .framer-wFUeY .framer-1bl4say, .framer-wFUeY .framer-vw9oo3, .framer-wFUeY .framer-1jwcipl, .framer-wFUeY .framer-1fbm8y9, .framer-wFUeY .framer-dday7f, .framer-wFUeY .framer-ihu307, .framer-wFUeY .framer-4axs9j, .framer-wFUeY .framer-1m9fv7z, .framer-wFUeY .framer-l3p49y, .framer-wFUeY .framer-14z02e8, .framer-wFUeY .framer-dvikr0, .framer-wFUeY .framer-vmjiw4 { height: var(--framer-aspect-ratio-supported, 208px); } .framer-wFUeY .framer-1lkaz3e, .framer-wFUeY .framer-1ij76hn, .framer-wFUeY .framer-1tyszwd, .framer-wFUeY .framer-1i4e66h { height: var(--framer-aspect-ratio-supported, 207px); } .framer-wFUeY .framer-kkjcxt { opacity: 0.07; } .framer-wFUeY .framer-1peh2fq, .framer-wFUeY .framer-1olu31u, .framer-wFUeY .framer-1bh9jjn, .framer-wFUeY .framer-xvhyyu, .framer-wFUeY .framer-1mhlqp2, .framer-wFUeY .framer-13aubwv, .framer-wFUeY .framer-12h2wb1, .framer-wFUeY .framer-1vd4trh { padding: 50px 16px 50px 16px; } .framer-wFUeY .framer-kiwyhr, .framer-wFUeY .framer-1at0wv8 { gap: 30px; max-width: 450px; } .framer-wFUeY .framer-11zb6pf, .framer-wFUeY .framer-1nfr3jb, .framer-wFUeY .framer-11at8gk, .framer-wFUeY .framer-1rusy9j { justify-content: center; padding: 6px 8px 6px 8px; } .framer-wFUeY .framer-1va8el2 { gap: 20px; } .framer-wFUeY .framer-1h30s89 { gap: 48px; max-width: 450px; } .framer-wFUeY .framer-yad7cd, .framer-wFUeY .framer-1vy6clf, .framer-wFUeY .framer-1thdi25, .framer-wFUeY .framer-japu4w { padding: 0px; } .framer-wFUeY .framer-wifxag { padding: 8px; } .framer-wFUeY .framer-1uhk53g { flex-direction: column; flex-wrap: nowrap; } .framer-wFUeY .framer-17zdy8c, .framer-wFUeY .framer-19aoyki { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-wFUeY .framer-i3icro, .framer-wFUeY .framer-1y957lg { flex: none; height: min-content; } .framer-wFUeY .framer-1tr1nqk, .framer-wFUeY .framer-1ak45nj, .framer-wFUeY .framer-xiixay, .framer-wFUeY .framer-1yh6rda-container, .framer-wFUeY .framer-1kmalza, .framer-wFUeY .framer-7zfpax { flex: none; width: 100%; } .framer-wFUeY .framer-24rhbp { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; background-color: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex-direction: column; gap: 30px; justify-content: center; padding: 0px 0px 24px 0px; } .framer-wFUeY .framer-1tumodc { flex: none; flex-direction: column; flex-wrap: wrap; justify-content: center; width: 100%; } .framer-wFUeY .framer-qnnbfe { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-wFUeY .framer-12rpmox, .framer-wFUeY .framer-10glv9o { gap: 40px; max-width: 450px; } .framer-wFUeY .framer-bpabhf, .framer-wFUeY .framer-1gdgyzv, .framer-wFUeY .framer-1gggyy0 { flex-direction: column; } .framer-wFUeY .framer-fzdloj, .framer-wFUeY .framer-1g017tf { flex: none; order: 0; width: 100%; } .framer-wFUeY .framer-co52lk { align-self: unset; height: 1px; order: 1; width: 100%; } .framer-wFUeY .framer-3ggp95 { flex: none; order: 3; width: 100%; } .framer-wFUeY .framer-1v9r46i { flex: none; order: 2; width: 100%; } .framer-wFUeY .framer-lip07, .framer-wFUeY .framer-17kxx9d, .framer-wFUeY .framer-v2fevp { align-self: unset; height: 1px; width: 100%; } .framer-wFUeY .framer-rg338e { flex-direction: column; gap: 40px; max-width: 450px; } .framer-wFUeY .framer-m1h0ca { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 172px); order: 1; width: 100%; } .framer-wFUeY .framer-1fraxwc { top: 79%; } .framer-wFUeY .framer-nwieao { top: 58%; } .framer-wFUeY .framer-159nh4l { height: var(--framer-aspect-ratio-supported, 241px); left: 20px; right: 20px; top: 20px; } .framer-wFUeY .framer-1rxa5on, .framer-wFUeY .framer-19wii9u { align-content: center; align-items: center; } .framer-wFUeY .framer-xc1brx { gap: 16px; padding: 0px; } .framer-wFUeY .framer-m5tflk { gap: 50px; } .framer-wFUeY .framer-hhs5gz { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; flex-direction: column; } .framer-wFUeY .framer-1u6nzjb, .framer-wFUeY .framer-1x4obda { flex: none; padding: 0px; width: 100%; } .framer-wFUeY .framer-10fz656 { align-self: unset; background: linear-gradient(180deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) /* {\"name\":\"Grey 24\"} */ 0%, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) /* {\"name\":\"Dark 7\"} */ 100%); height: 1px; width: 100%; } .framer-wFUeY .framer-swbkz6, .framer-wFUeY .framer-1f47w3n { flex: none; padding: 40px 0px 0px 0px; width: 100%; } .framer-wFUeY .framer-1ilwik0 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex-direction: column; max-width: unset; padding: 10px; } .framer-wFUeY .framer-milre8 { flex: none; flex-direction: column; height: min-content; justify-content: center; padding: 50px 0px 0px 0px; width: 100%; } .framer-wFUeY .framer-13c6p9x, .framer-wFUeY .framer-aa9ltu-container { width: 100%; } .framer-wFUeY .framer-16ai653 { bottom: 0px; height: 301px; right: -43px; top: unset; width: 362px; } .framer-wFUeY .framer-1bn541u { flex-direction: column; gap: 10px; max-width: unset; } .framer-wFUeY .framer-1opyngy, .framer-wFUeY .framer-1onabvz, .framer-wFUeY .framer-1iexmz, .framer-wFUeY .framer-3z54o2 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 1px; padding: 16px; width: 100%; } .framer-wFUeY .framer-1qycg2m, .framer-wFUeY .framer-nehhvv, .framer-wFUeY .framer-lx4x4c, .framer-wFUeY .framer-10k6ndi { height: var(--framer-aspect-ratio-supported, 8px); left: 0px; right: 0px; top: 36px; transform: unset; width: unset; } .framer-wFUeY .framer-1eaa5af-container, .framer-wFUeY .framer-rqgrjt-container, .framer-wFUeY .framer-1sxenuk-container, .framer-wFUeY .framer-ahlcru-container { height: 24px; width: 24px; } .framer-wFUeY .framer-m0y7g8, .framer-wFUeY .framer-tfzlcx, .framer-wFUeY .framer-19tzp3f { white-space: pre; width: auto; } .framer-wFUeY .framer-lgffj5 { width: auto; } .framer-wFUeY .framer-4vshco { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-wFUeY .framer-4schnu-container { align-self: unset; order: 0; } .framer-wFUeY .framer-1j5a84h-container { align-self: unset; order: 1; } .framer-wFUeY .framer-1x3xxlu-container { align-self: unset; order: 2; } .framer-wFUeY .framer-1n7nw0c-container { align-self: unset; order: 3; } .framer-wFUeY .framer-14nly6p-container { align-self: unset; order: 5; } .framer-wFUeY .framer-1fvp0xc-container { align-self: unset; order: 4; } .framer-wFUeY .framer-l7mzl3-container { align-self: unset; order: 6; } .framer-wFUeY .framer-1g0vmbp-container { align-self: unset; order: 7; } .framer-wFUeY .framer-2d59mx, .framer-wFUeY .framer-144ogyu { gap: 50px; max-width: 450px; } .framer-wFUeY .framer-1h65zsz { flex-direction: column; gap: 30px; } .framer-wFUeY .framer-1b3yjy2, .framer-wFUeY .framer-1k55duy, .framer-wFUeY .framer-wfnzfw, .framer-wFUeY .framer-c910p4 { padding: 24px; } .framer-wFUeY .framer-112glo9, .framer-wFUeY .framer-jhxj8a, .framer-wFUeY .framer-9d6gkl { flex: none; width: 75%; } .framer-wFUeY .framer-zl9e8y { flex-direction: column; gap: 24px; padding: 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFUeY .framer-kiwyhr, .framer-wFUeY .framer-1va8el2, .framer-wFUeY .framer-1h30s89, .framer-wFUeY .framer-1uhk53g, .framer-wFUeY .framer-24rhbp, .framer-wFUeY .framer-1tumodc, .framer-wFUeY .framer-12rpmox, .framer-wFUeY .framer-bpabhf, .framer-wFUeY .framer-1gdgyzv, .framer-wFUeY .framer-rg338e, .framer-wFUeY .framer-1at0wv8, .framer-wFUeY .framer-xc1brx, .framer-wFUeY .framer-m5tflk, .framer-wFUeY .framer-hhs5gz, .framer-wFUeY .framer-1ilwik0, .framer-wFUeY .framer-milre8, .framer-wFUeY .framer-1gggyy0, .framer-wFUeY .framer-1bn541u, .framer-wFUeY .framer-10glv9o, .framer-wFUeY .framer-4vshco, .framer-wFUeY .framer-2d59mx, .framer-wFUeY .framer-1h65zsz, .framer-wFUeY .framer-144ogyu, .framer-wFUeY .framer-zl9e8y { gap: 0px; } .framer-wFUeY .framer-kiwyhr > *, .framer-wFUeY .framer-24rhbp > *, .framer-wFUeY .framer-bpabhf > *, .framer-wFUeY .framer-1gdgyzv > *, .framer-wFUeY .framer-1at0wv8 > *, .framer-wFUeY .framer-1h65zsz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-wFUeY .framer-kiwyhr > :first-child, .framer-wFUeY .framer-1va8el2 > :first-child, .framer-wFUeY .framer-1h30s89 > :first-child, .framer-wFUeY .framer-1uhk53g > :first-child, .framer-wFUeY .framer-24rhbp > :first-child, .framer-wFUeY .framer-1tumodc > :first-child, .framer-wFUeY .framer-12rpmox > :first-child, .framer-wFUeY .framer-bpabhf > :first-child, .framer-wFUeY .framer-1gdgyzv > :first-child, .framer-wFUeY .framer-rg338e > :first-child, .framer-wFUeY .framer-1at0wv8 > :first-child, .framer-wFUeY .framer-xc1brx > :first-child, .framer-wFUeY .framer-m5tflk > :first-child, .framer-wFUeY .framer-hhs5gz > :first-child, .framer-wFUeY .framer-1ilwik0 > :first-child, .framer-wFUeY .framer-milre8 > :first-child, .framer-wFUeY .framer-1gggyy0 > :first-child, .framer-wFUeY .framer-1bn541u > :first-child, .framer-wFUeY .framer-10glv9o > :first-child, .framer-wFUeY .framer-4vshco > :first-child, .framer-wFUeY .framer-2d59mx > :first-child, .framer-wFUeY .framer-1h65zsz > :first-child, .framer-wFUeY .framer-144ogyu > :first-child, .framer-wFUeY .framer-zl9e8y > :first-child { margin-top: 0px; } .framer-wFUeY .framer-kiwyhr > :last-child, .framer-wFUeY .framer-1va8el2 > :last-child, .framer-wFUeY .framer-1h30s89 > :last-child, .framer-wFUeY .framer-1uhk53g > :last-child, .framer-wFUeY .framer-24rhbp > :last-child, .framer-wFUeY .framer-1tumodc > :last-child, .framer-wFUeY .framer-12rpmox > :last-child, .framer-wFUeY .framer-bpabhf > :last-child, .framer-wFUeY .framer-1gdgyzv > :last-child, .framer-wFUeY .framer-rg338e > :last-child, .framer-wFUeY .framer-1at0wv8 > :last-child, .framer-wFUeY .framer-xc1brx > :last-child, .framer-wFUeY .framer-m5tflk > :last-child, .framer-wFUeY .framer-hhs5gz > :last-child, .framer-wFUeY .framer-1ilwik0 > :last-child, .framer-wFUeY .framer-milre8 > :last-child, .framer-wFUeY .framer-1gggyy0 > :last-child, .framer-wFUeY .framer-1bn541u > :last-child, .framer-wFUeY .framer-10glv9o > :last-child, .framer-wFUeY .framer-4vshco > :last-child, .framer-wFUeY .framer-2d59mx > :last-child, .framer-wFUeY .framer-1h65zsz > :last-child, .framer-wFUeY .framer-144ogyu > :last-child, .framer-wFUeY .framer-zl9e8y > :last-child { margin-bottom: 0px; } .framer-wFUeY .framer-1va8el2 > *, .framer-wFUeY .framer-1gggyy0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wFUeY .framer-1h30s89 > *, .framer-wFUeY .framer-milre8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wFUeY .framer-1uhk53g > *, .framer-wFUeY .framer-xc1brx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wFUeY .framer-1tumodc > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-wFUeY .framer-12rpmox > *, .framer-wFUeY .framer-rg338e > *, .framer-wFUeY .framer-hhs5gz > *, .framer-wFUeY .framer-10glv9o > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wFUeY .framer-m5tflk > *, .framer-wFUeY .framer-2d59mx > *, .framer-wFUeY .framer-144ogyu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-wFUeY .framer-1ilwik0 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wFUeY .framer-1bn541u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wFUeY .framer-4vshco > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-wFUeY .framer-zl9e8y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9932.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hmX39_cxl\":{\"layout\":[\"fixed\",\"auto\"]},\"BkwtJCk0L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ezWdFJkMA\":{\"pattern\":\":ezWdFJkMA\",\"name\":\"hero\"},\"KWpfmbRvx\":{\"pattern\":\":KWpfmbRvx\",\"name\":\"problem\"},\"wvHtAyvx7\":{\"pattern\":\":wvHtAyvx7\",\"name\":\"solution\"},\"hkYbbR2SG\":{\"pattern\":\":hkYbbR2SG\",\"name\":\"feature-sub\"},\"gZCEOvY2W\":{\"pattern\":\":gZCEOvY2W\",\"name\":\"features-2\"},\"JofG5T7_V\":{\"pattern\":\":JofG5T7_V\",\"name\":\"product-overview\"},\"zn72t2bmv\":{\"pattern\":\":zn72t2bmv\",\"name\":\"how-it-works\"},\"C6zZ5eBSn\":{\"pattern\":\":C6zZ5eBSn\",\"name\":\"testimonials\"},\"XqS2RLE1q\":{\"pattern\":\":XqS2RLE1q\",\"name\":\"comparison\"},\"xqO5gUlLy\":{\"pattern\":\":xqO5gUlLy\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-wFUeY\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9932.5,width:1200};addFonts(FrameraugiA20Il,[{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:\"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\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]},...NavbarFonts,...SmoothScrollFonts,...ButtonPrimaryButtonFonts,...SlideshowHeroAppSlideshowFonts,...CalculatorFonts,...HelperTagFonts,...PhosphorFonts,...TickerFonts,...Ticker1Fonts,...HelperStatsFonts,...HelperTestimonialsFonts,...HelperCheckPointsFonts,...FAQContainerFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"ezWdFJkMA\\\":{\\\"pattern\\\":\\\":ezWdFJkMA\\\",\\\"name\\\":\\\"hero\\\"},\\\"KWpfmbRvx\\\":{\\\"pattern\\\":\\\":KWpfmbRvx\\\",\\\"name\\\":\\\"problem\\\"},\\\"wvHtAyvx7\\\":{\\\"pattern\\\":\\\":wvHtAyvx7\\\",\\\"name\\\":\\\"solution\\\"},\\\"hkYbbR2SG\\\":{\\\"pattern\\\":\\\":hkYbbR2SG\\\",\\\"name\\\":\\\"feature-sub\\\"},\\\"gZCEOvY2W\\\":{\\\"pattern\\\":\\\":gZCEOvY2W\\\",\\\"name\\\":\\\"features-2\\\"},\\\"JofG5T7_V\\\":{\\\"pattern\\\":\\\":JofG5T7_V\\\",\\\"name\\\":\\\"product-overview\\\"},\\\"zn72t2bmv\\\":{\\\"pattern\\\":\\\":zn72t2bmv\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"C6zZ5eBSn\\\":{\\\"pattern\\\":\\\":C6zZ5eBSn\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"XqS2RLE1q\\\":{\\\"pattern\\\":\\\":XqS2RLE1q\\\",\\\"name\\\":\\\"comparison\\\"},\\\"xqO5gUlLy\\\":{\\\"pattern\\\":\\\":xqO5gUlLy\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hmX39_cxl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BkwtJCk0L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"9932.5\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "i", "h", "u", "d", "f", "l", "g", "glide", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "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", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "i", "s", "__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", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "clamp", "e", "i", "Animate", "t", "s", "o", "n", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "l", "h", "a", "c", "u", "d", "p", "m", "v", "g", "w", "S", "r", "SmoothScrollComponent", "props", "intensity", "lenis", "pe", "ue", "error", "checkForStopScroll", "stopScrollElement", "htmlElement", "hasHiddenOverflow", "stopScrollObserver", "htmlStyleObserver", "allElements", "i", "element", "computedStyle", "window", "styleError", "Lenis", "raf", "time", "animationId", "anchorLinksData", "anchor", "isInternalLink", "hasHash", "anchorElement", "href", "decodedHref", "scrollMargin", "targetElement", "marginStyle", "targetError", "anchorError", "handleClick", "e", "handlers", "index", "p", "SmoothScroll", "withCSS", "SmoothScroll_Prod_default", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "dotColor", "height", "id", "padding", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "V1Tn4b3q0", "iho0wvMCB", "ECekUtB9K", "U9B8u4aUz", "RkDQgR3T9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerDyeB4pqpe", "withCSS", "DyeB4pqpe_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BlurGradient", "blur", "borderRadius", "direction", "transition", "blurSteps", "se", "p", "step", "index", "motion", "addPropertyControls", "ControlType", "BlurGradient_Prod_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "w3eVgPiCQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapjeunbu", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerXCQXwlu3j", "withCSS", "XCQXwlu3j_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "SlideshowSlideshowArrowFonts", "getFonts", "XCQXwlu3j_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "SmartComponentScopedContainer", "BlurGradientFonts", "BlurGradient_Prod_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "transformTemplate2", "transition3", "animation2", "transition4", "animation3", "animation4", "animation5", "transition5", "animation6", "animation7", "animation8", "animation9", "transformTemplate3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "image4", "image5", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "F8GjJtKGL", "wA2aAjEZy", "TVrkwavK8", "cyTd9of83", "nVZgp7xmk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "w3eVgPiCQ13qetq5", "args", "w3eVgPiCQp5i6mc", "w3eVgPiCQ18rqsps", "w3eVgPiCQge21z9", "w3eVgPiCQf8mxao", "scopingClassNames", "cx", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerFIZUD5vgz", "withCSS", "FIZUD5vgz_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bGColor", "border", "height", "id", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "OFTTLDHXa", "O4m_5jCqF", "miNyRgpun", "ONCrLjpvL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerHFj_21WYS", "withCSS", "HFj_21WYS_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "positon", "testimonial", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GO5fOyEGg", "KFygpAWg4", "I6ESmU6dT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerhzyB9sbOK", "withCSS", "hzyB9sbOK_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "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", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "TzDmwnSnQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerKyREmLQfW", "withCSS", "KyREmLQfW_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", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6ii7u7", "args", "onTap1id82j6", "onTap11ezc7c", "onTap11wo00i", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerxUmE2HP3j", "withCSS", "xUmE2HP3j_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQItemFonts", "getFonts", "xUmE2HP3j_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "direction", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "cpgMeMJOp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramervkxRE7k4C", "withCSS", "vkxRE7k4C_default", "addPropertyControls", "ControlType", "addFonts", "NavbarFonts", "getFonts", "AZd_vmoUt_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "SmoothScrollFonts", "SmoothScroll_Prod_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonPrimaryButtonFonts", "QFla6x4l1_default", "ContainerWithOptimizedAppearEffect", "Container", "SlideshowHeroAppSlideshowFonts", "FIZUD5vgz_default", "CalculatorFonts", "S8zSYHCXR_default", "HelperTagFonts", "DyeB4pqpe_default", "PhosphorFonts", "Icon", "TickerFonts", "Ticker", "Ticker1Fonts", "ImageWithFX", "withFX", "Image2", "HelperStatsFonts", "HFj_21WYS_default", "HelperTestimonialsFonts", "hzyB9sbOK_default", "HelperCheckPointsFonts", "KyREmLQfW_default", "FAQContainerFonts", "vkxRE7k4C_default", "FooterFonts", "Xx2RpZ5pV_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "animation2", "animation3", "transition2", "animation4", "animation5", "transition3", "animation6", "transition4", "animation7", "addImageAlt", "image", "alt", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "UOyOvpPN53bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "isDisplayed", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "l", "AnimatePresence", "Ga", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
