{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/JUHctjxJpWGOwpDibae7/mwvEKdjNDHsqsZr4wi3P/zQS1tNrDC.js", "ssg:https://framerusercontent.com/modules/cIcmurixZSbJMbH5sLhM/ZY0sWldEEFuDiMgFEe5b/hboGWEsWH.js", "ssg:https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/RLjim3blkB701iCGAZbB/IuykAlch2op1nPHSFOVi/Variant_selectior_faq.js", "ssg:https://framerusercontent.com/modules/uOyliJRmUwLNRHhZM6bu/h28pbCiIGcVBUDaiubJQ/P8ez8jMpR.js", "ssg:https://framerusercontent.com/modules/TMujqfylv1B2appV7t7P/JAIAsm56gqyMZSSWWzk4/vQ0EDrBzm.js", "ssg:https://framerusercontent.com/modules/A7KTzxeel2Ps2QbmgbGE/C7SiitXtTIvXxVcZw5fk/mMSYd2UGF.js", "ssg:https://framerusercontent.com/modules/AeqlvZDHerjBS9e39cKE/cC0xDtNOdR5Q6JKH3wed/VMtJ0K_Vx.js", "ssg:https://framerusercontent.com/modules/4FtUOCMrUNv0xQb3Xa6F/C80LqyhXohxnW7pMc5xX/Typewriter.js", "ssg:https://framerusercontent.com/modules/1nKyqPZDXuR1x22T8m0B/SOclTtayTllbAk3YUPlj/HX9SUzATk.js", "ssg:https://framerusercontent.com/modules/8D9uDp0T4fl9MIdGygeE/2oFoH6QhnuBt3Ad1S0hw/NSsKFfF4C.js", "ssg:https://framerusercontent.com/modules/u5TnUpNcGsryO2Xtz5s1/UjnKnaAgfKeCvI58uWNn/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (a10584e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Variable\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNzAw\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNzAw\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNDMw\"]);const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];export const fonts=[{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]}];export const css=['.framer-ReGRI .framer-styles-preset-tv9hdr:not(.rich-text-wrapper), .framer-ReGRI .framer-styles-preset-tv9hdr.rich-text-wrapper p { --framer-font-family: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"opsz\" 14, \"wght\" 430; --framer-font-variation-axes-bold: \"opsz\" 14, \"wght\" 700; --framer-font-variation-axes-bold-italic: \"opsz\" 14, \"wght\" 700; --framer-font-variation-axes-italic: \"opsz\" 14, \"wght\" 430; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.1px; --framer-line-height: 140%; --framer-paragraph-spacing: 16px; --framer-text-alignment: start; --framer-text-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-ReGRI\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/JUHctjxJpWGOwpDibae7/mwvEKdjNDHsqsZr4wi3P/zQS1tNrDC.js\";const enabledGestures={up7qfcnbq:{hover:true}};const serializationHash=\"framer-xx3Lu\";const variantClassNames={up7qfcnbq:\"framer-v-1r5abb6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,newTab,width,...props})=>{return{...props,d_l6uQpsT:newTab??props.d_l6uQpsT??true,hH8gKZnzR:link??props.hH8gKZnzR};};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,hH8gKZnzR,d_l6uQpsT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"up7qfcnbq\",enabledGestures,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__*/_jsx(Link,{href:hH8gKZnzR,motionChild:true,nodeId:\"up7qfcnbq\",openInNewTab:d_l6uQpsT,scopeId:\"hboGWEsWH\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1r5abb6\",className,classNames)} framer-s22qcm`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"up7qfcnbq\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 101, 36, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2825616b-b2db-48d7-a5c3-edc70ba8b8a7, rgb(255, 253, 250))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"up7qfcnbq-hover\":{backgroundColor:\"rgb(248, 246, 242)\"}},...addPropertyOverrides({\"up7qfcnbq-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1g1yyg6\",\"data-framer-name\":\"svg\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"VjV4UDBJM\",svg:'<svg width=\"19\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.574.427h15.674a.54.54 0 0 1 .548.532v.728a.54.54 0 0 1-.548.533H1.574a.54.54 0 0 1-.549-.533V.96a.54.54 0 0 1 .55-.532Z\" fill=\"#F0CD0A\"/><path d=\"M2.154 2.22h14.514v9.347c0 .36-.31.493-.603.665l-6.67 3.836-6.638-3.836c-.294-.172-.603-.305-.603-.665V2.219Z\" fill=\"#C75C5C\"/><path d=\"M2.154 2.22h3.903v11.922l-3.3-1.91c-.294-.172-.603-.305-.603-.665V2.219Zm10.611 0h3.903v9.347c0 .36-.31.493-.603.665l-3.3 1.902V2.22Z\" fill=\"#4F5D73\"/><path d=\"M9.41 28.21c4.905 0 8.88-4.027 8.88-8.995 0-4.968-3.975-8.995-8.88-8.995-4.904 0-8.88 4.027-8.88 8.995 0 4.968 3.976 8.995 8.88 8.995Z\" fill=\"#F0CD0A\"/><path d=\"M9.41 26.973c4.23 0 7.66-3.473 7.66-7.758s-3.43-7.758-7.66-7.758-7.658 3.473-7.658 7.758 3.429 7.758 7.659 7.758Z\" fill=\"#D2B309\"/><path d=\"M9.41 26.722c4.094 0 7.413-3.36 7.413-7.507 0-4.146-3.319-7.508-7.412-7.508-4.094 0-7.412 3.362-7.412 7.508s3.318 7.507 7.412 7.507Z\" fill=\"#E3C101\"/><path d=\"M8.035 17.72c-.286 0-.525.023-.811.015a10.29 10.29 0 0 0-1.538.126.861.861 0 0 0-.286.125.346.346 0 0 0-.163.258v.079a.89.89 0 0 0 .24.462l1.778 1.385-.333 1.127c-.054.188-.108.368-.162.564a2.127 2.127 0 0 0-.124.806.4.4 0 0 0 .379.415 1.09 1.09 0 0 0 .641-.266c.194-.125.364-.25.55-.383l.672-.47c.047-.034.096-.066.146-.094.356-.25.186-.25.68.078.317.212 1.368.979 1.508 1.041.394.172.765.102.765-.336a3.024 3.024 0 0 0-.209-1.057l-.417-1.425a1.57 1.57 0 0 1 .27-.211l1.353-1.057a.792.792 0 0 0 .394-.666.398.398 0 0 0-.162-.25c-.286-.211-.727-.157-1.028-.211-.109-.024-1.515-.055-1.616-.055-.007-.078-.193-.564-.24-.697l-.51-1.378c-.401-.822-.904-.407-1.15.33l-.627 1.745Z\" fill=\"#FFF2B5\"/><path d=\"M11.498 12.866c2.843.685 4.873 3.225 4.944 6.184.07 2.96-1.836 5.596-4.643 6.42 1.723-1.33 2.86-3.609 2.86-6.192 0-2.725-1.268-5.112-3.162-6.412Z\" fill=\"#fff\" fill-opacity=\".2\"/><path d=\"M2.154 2.22h14.514v.579H2.154v-.58Z\" fill=\"#1A1A1A\" fill-opacity=\".149\"/><path d=\"M9.41 10.22a8.786 8.786 0 0 1 6.015 2.38l.339-.196a8.82 8.82 0 0 0-6.361-2.732 8.82 8.82 0 0 0-6.368 2.717l.363.209A8.785 8.785 0 0 1 9.41 10.22Z\" fill=\"#1A1A1A\" fill-opacity=\".102\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dbdblv\",\"data-framer-name\":\"title\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"rjbYvIH9M\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e245412a-3bf2-480b-bf23-fbf5b29b4571, rgb(255, 99, 34)))\"},children:\"PRODUCT HUNT\"})}),className:\"framer-1fgxcnq\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YgCOqmiUp\",style:{\"--extracted-r6o4lv\":\"var(--token-e245412a-3bf2-480b-bf23-fbf5b29b4571, rgb(255, 99, 34))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e245412a-3bf2-480b-bf23-fbf5b29b4571, rgb(255, 99, 34)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"#1 Product of the Week\"})})}),className:\"framer-1pmphsi\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"pr2zZFn33\",style:{\"--extracted-r6o4lv\":\"var(--token-e245412a-3bf2-480b-bf23-fbf5b29b4571, rgb(255, 99, 34))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xx3Lu.framer-s22qcm, .framer-xx3Lu .framer-s22qcm { display: block; }\",\".framer-xx3Lu.framer-1r5abb6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 12px 7px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xx3Lu .framer-1g1yyg6 { aspect-ratio: 0.6551724137931034 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 19px; }\",\".framer-xx3Lu .framer-dbdblv { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; pointer-events: none; position: relative; user-select: none; width: min-content; }\",\".framer-xx3Lu .framer-1fgxcnq, .framer-xx3Lu .framer-1pmphsi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xx3Lu.framer-1r5abb6, .framer-xx3Lu .framer-dbdblv { gap: 0px; } .framer-xx3Lu.framer-1r5abb6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xx3Lu.framer-1r5abb6 > :first-child { margin-left: 0px; } .framer-xx3Lu.framer-1r5abb6 > :last-child { margin-right: 0px; } .framer-xx3Lu .framer-dbdblv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xx3Lu .framer-dbdblv > :first-child { margin-top: 0px; } .framer-xx3Lu .framer-dbdblv > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-xx3Lu[data-border=\"true\"]::after, .framer-xx3Lu [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 53\n * @framerIntrinsicWidth 253\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LK0gwMV1G\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"hH8gKZnzR\":\"link\",\"d_l6uQpsT\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhboGWEsWH=withCSS(Component,css,\"framer-xx3Lu\");export default FramerhboGWEsWH;FramerhboGWEsWH.displayName=\"product hunt\";FramerhboGWEsWH.defaultProps={height:53,width:253};addPropertyControls(FramerhboGWEsWH,{hH8gKZnzR:{title:\"Link\",type:ControlType.Link},d_l6uQpsT:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerhboGWEsWH,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.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\",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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhboGWEsWH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"53\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"253\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LK0gwMV1G\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"hH8gKZnzR\\\":\\\"link\\\",\\\"d_l6uQpsT\\\":\\\"newTab\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hboGWEsWH.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */export default function AvoidLayoutJumping({direction,style}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ref=useRef(null);const rafId=useRef();const vertical=direction===\"vertical\"||direction===\"both\";const horizontal=direction===\"horizontal\"||direction===\"both\";useEffect(()=>{if(isCanvas)return;const parent=ref.current?.parentElement?.parentElement;if(!parent)return;const container=parent.parentElement;if(!container)return;const updateSize=()=>{const rect=parent.getBoundingClientRect();if(horizontal){container.style.width=`${rect.width}px`;}if(vertical){container.style.height=`${rect.height}px`;}rafId.current=requestAnimationFrame(updateSize);};// Start the RAF loop\nrafId.current=requestAnimationFrame(updateSize);return()=>{if(rafId.current){cancelAnimationFrame(rafId.current);}if(container){if(horizontal){container.style.width=\"\";}if(vertical){container.style.height=\"\";}}};},[direction]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...style}});}AvoidLayoutJumping.displayName=\"Layout Jump Preventer\";addPropertyControls(AvoidLayoutJumping,{direction:{type:ControlType.Enum,defaultValue:\"vertical\",options:[\"vertical\",\"horizontal\",\"both\"],optionTitles:[\"Vertical\",\"Horizontal\",\"Both\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",// @ts-ignore\noptionIcons:[\"direction-vertical\",\"direction-horizontal\",\"direction-all\"],description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AvoidLayoutJumping\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AvoidLayoutJumping_Prod.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback,useMemo}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const variantActive=\"Active\";const variantInactive=\"Inactive\";// Store now tracks the active component's id.\nconst useStore=createStore({activeId:null});export function withToggleAndReflect(Component){return props=>{const[store,setStore]=useStore();const{id}=props// Each instance must have a unique id\n;const handleClick=useCallback(()=>{// Only update if this component isn't already active.\nif(store.activeId!==id){setStore({activeId:id});}},[store.activeId,id,setStore]);const variant=useMemo(()=>store.activeId===id?variantActive:variantInactive,[store.activeId,id]);return /*#__PURE__*/_jsx(Component,{...props,variant:variant,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withToggleAndReflect\":{\"type\":\"reactHoc\",\"name\":\"withToggleAndReflect\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Variant_selectior_faq.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/s7dYFyPVl7pY3Qh5eG0t/7q9gypmP5Gq9rRFy5YBf/NSsKFfF4C.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/JUHctjxJpWGOwpDibae7/mwvEKdjNDHsqsZr4wi3P/zQS1tNrDC.js\";import FaqIcon from\"https://framerusercontent.com/modules/TMujqfylv1B2appV7t7P/JAIAsm56gqyMZSSWWzk4/vQ0EDrBzm.js\";const FaqIconFonts=getFonts(FaqIcon);const enabledGestures={aCOd_vlKF:{hover:true},Yy5KHj9p1:{hover:true}};const cycleOrder=[\"Yy5KHj9p1\",\"aCOd_vlKF\"];const serializationHash=\"framer-zEwQN\";const variantClassNames={aCOd_vlKF:\"framer-v-4srkue\",Yy5KHj9p1:\"framer-v-vjfvku\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.05,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={Active:\"Yy5KHj9p1\",Inactive:\"aCOd_vlKF\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,iW7EGzIJC:question??props.iW7EGzIJC??\"What data does Rita store?\",LYFDyrEQV:answer??props.LYFDyrEQV??\"By default, we store your login credentials, email, and encrypted password, as well as the date and time you create your account. These credentials are necessary to log you into the app and send rewards. All other data is securely stored in a 3-layer encryption database hosted on Amazon Web Services (AWS) in Paris, France. AWS is GDPR compliant and provides robust security features, ensuring the protection of our users' data. We also maintain strict access controls to minimize the risk of unauthorized access.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Yy5KHj9p1\"};};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,iW7EGzIJC,LYFDyrEQV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Yy5KHj9p1\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1biitgm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"aCOd_vlKF\");});const onTapy7wp4y=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Yy5KHj9p1\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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-vjfvku\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Yy5KHj9p1\",onTap:onTap1biitgm,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(162, 152, 164, 0.6)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2825616b-b2db-48d7-a5c3-edc70ba8b8a7, rgb(255, 251, 245))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"aCOd_vlKF-hover\":{backgroundColor:\"rgb(246, 244, 238)\"},\"Yy5KHj9p1-hover\":{backgroundColor:\"rgb(246, 244, 238)\"}},...addPropertyOverrides({\"aCOd_vlKF-hover\":{\"data-framer-name\":undefined},\"Yy5KHj9p1-hover\":{\"data-framer-name\":undefined},aCOd_vlKF:{\"data-framer-name\":\"Inactive\",onTap:onTapy7wp4y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-97gdmy\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"VI7cg3Vzw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7yz2fo\",\"data-framer-name\":\"icon wrap\",layoutDependency:layoutDependency,layoutId:\"MF9kCftBo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fqiwib\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"PyQdMcktu\",style:{backgroundColor:\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:\"28px\",y:(componentViewport?.y||0)+4+0+0+57.25+0+15.25,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1igepto-container\",layoutDependency:layoutDependency,layoutId:\"AmJs_254M-container\",nodeId:\"AmJs_254M\",rendersWithMotion:true,scopeId:\"P8ez8jMpR\",children:/*#__PURE__*/_jsx(FaqIcon,{height:\"100%\",id:\"AmJs_254M\",layoutId:\"AmJs_254M\",style:{height:\"100%\",width:\"100%\"},variant:\"FZLyW2v8e\",width:\"100%\",...addPropertyOverrides({aCOd_vlKF:{variant:\"dOp4hGSLZ\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f17a0h\",\"data-framer-name\":\"question wrap\",layoutDependency:layoutDependency,layoutId:\"uLNzFITbv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"What data does Rita store?\"})})}),className:\"framer-jlihpf\",draggable:\"false\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"cRyHyhvN5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iW7EGzIJC,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16gxd2p\",\"data-framer-name\":\"anwer stack\",layoutDependency:layoutDependency,layoutId:\"yUx6T5HWQ\",style:{opacity:1},variants:{\"Yy5KHj9p1-hover\":{opacity:1},aCOd_vlKF:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rqh24o\",\"data-framer-name\":\"padding\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"Pw9vatR3k\",style:{opacity:0}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",children:\"By default, we store your login credentials, email, and encrypted password, as well as the date and time you create your account. These credentials are necessary to log you into the app and send rewards. All other data is securely stored in a 3-layer encryption database hosted on Amazon Web Services (AWS) in Paris, France. AWS is GDPR compliant and provides robust security features, ensuring the protection of our users' data. We also maintain strict access controls to minimize the risk of unauthorized access.\"})}),className:\"framer-1kn9mex\",draggable:\"false\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Enss_jpfJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LYFDyrEQV,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zEwQN.framer-1ao9op3, .framer-zEwQN .framer-1ao9op3 { display: block; }\",\".framer-zEwQN.framer-vjfvku { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px; position: relative; width: 533px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zEwQN .framer-97gdmy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 0px; position: relative; width: 100%; }\",\".framer-zEwQN .framer-7yz2fo { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 8px; position: relative; width: 76px; }\",\".framer-zEwQN .framer-fqiwib { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 59px; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zEwQN .framer-1igepto-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-zEwQN .framer-f17a0h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 4px; pointer-events: none; position: relative; width: 1px; }\",\".framer-zEwQN .framer-jlihpf { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-zEwQN .framer-16gxd2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-zEwQN .framer-rqh24o { -webkit-user-select: none; flex: none; height: 8px; overflow: hidden; pointer-events: none; position: relative; user-select: none; width: 100%; }\",\".framer-zEwQN .framer-1kn9mex { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zEwQN.framer-vjfvku, .framer-zEwQN .framer-97gdmy, .framer-zEwQN .framer-7yz2fo, .framer-zEwQN .framer-fqiwib, .framer-zEwQN .framer-f17a0h, .framer-zEwQN .framer-16gxd2p { gap: 0px; } .framer-zEwQN.framer-vjfvku > *, .framer-zEwQN .framer-fqiwib > *, .framer-zEwQN .framer-16gxd2p > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zEwQN.framer-vjfvku > :first-child, .framer-zEwQN .framer-fqiwib > :first-child, .framer-zEwQN .framer-16gxd2p > :first-child { margin-top: 0px; } .framer-zEwQN.framer-vjfvku > :last-child, .framer-zEwQN .framer-fqiwib > :last-child, .framer-zEwQN .framer-16gxd2p > :last-child { margin-bottom: 0px; } .framer-zEwQN .framer-97gdmy > *, .framer-zEwQN .framer-7yz2fo > *, .framer-zEwQN .framer-f17a0h > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zEwQN .framer-97gdmy > :first-child, .framer-zEwQN .framer-7yz2fo > :first-child, .framer-zEwQN .framer-f17a0h > :first-child { margin-left: 0px; } .framer-zEwQN .framer-97gdmy > :last-child, .framer-zEwQN .framer-7yz2fo > :last-child, .framer-zEwQN .framer-f17a0h > :last-child { margin-right: 0px; } }\",\".framer-zEwQN.framer-v-4srkue .framer-16gxd2p { max-height: 1px; min-height: 0%; padding: 0px 24px 0px 24px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-zEwQN[data-border=\"true\"]::after, .framer-zEwQN [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 366.5\n * @framerIntrinsicWidth 533\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aCOd_vlKF\":{\"layout\":[\"fixed\",\"auto\"]},\"nvpbwEnZO\":{\"layout\":[\"fixed\",\"auto\"]},\"mP74KVJgt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iW7EGzIJC\":\"question\",\"LYFDyrEQV\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerP8ez8jMpR=withCSS(Component,css,\"framer-zEwQN\");export default FramerP8ez8jMpR;FramerP8ez8jMpR.displayName=\"faq item\";FramerP8ez8jMpR.defaultProps={height:366.5,width:533};addPropertyControls(FramerP8ez8jMpR,{variant:{options:[\"Yy5KHj9p1\",\"aCOd_vlKF\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum},iW7EGzIJC:{defaultValue:\"What data does Rita store?\",displayTextArea:true,title:\"Question\",type:ControlType.String},LYFDyrEQV:{defaultValue:\"By default, we store your login credentials, email, and encrypted password, as well as the date and time you create your account. These credentials are necessary to log you into the app and send rewards. All other data is securely stored in a 3-layer encryption database hosted on Amazon Web Services (AWS) in Paris, France. AWS is GDPR compliant and provides robust security features, ensuring the protection of our users' data. We also maintain strict access controls to minimize the risk of unauthorized access.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerP8ez8jMpR,[{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\"}]},...FaqIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerP8ez8jMpR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"533\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"iW7EGzIJC\\\":\\\"question\\\",\\\"LYFDyrEQV\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"366.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aCOd_vlKF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nvpbwEnZO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mP74KVJgt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"dOp4hGSLZ\",\"FZLyW2v8e\"];const serializationHash=\"framer-ybf0s\";const variantClassNames={dOp4hGSLZ:\"framer-v-hqpbpp\",FZLyW2v8e:\"framer-v-txw1x7\"};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={Active:\"FZLyW2v8e\",Inactive:\"dOp4hGSLZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dOp4hGSLZ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dOp4hGSLZ\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hqpbpp\",className,classNames),\"data-framer-name\":\"Inactive\",layoutDependency:layoutDependency,layoutId:\"dOp4hGSLZ\",ref:refBinding,style:{...style},...addPropertyOverrides({FZLyW2v8e:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hyn8rq\",layoutDependency:layoutDependency,layoutId:\"u3YPKeksY\",style:{backgroundColor:\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,rotate:0},variants:{FZLyW2v8e:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k1lsw7\",layoutDependency:layoutDependency,layoutId:\"L16kDXAIS\",style:{backgroundColor:\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,rotate:0},variants:{FZLyW2v8e:{rotate:180}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ybf0s.framer-1jlcl66, .framer-ybf0s .framer-1jlcl66 { display: block; }\",\".framer-ybf0s.framer-hqpbpp { height: 28px; overflow: hidden; position: relative; width: 28px; }\",\".framer-ybf0s .framer-1hyn8rq { flex: none; height: 24px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ybf0s .framer-k1lsw7 { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 28\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FZLyW2v8e\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervQ0EDrBzm=withCSS(Component,css,\"framer-ybf0s\");export default FramervQ0EDrBzm;FramervQ0EDrBzm.displayName=\"faq icon\";FramervQ0EDrBzm.defaultProps={height:28,width:28};addPropertyControls(FramervQ0EDrBzm,{variant:{options:[\"dOp4hGSLZ\",\"FZLyW2v8e\"],optionTitles:[\"Inactive\",\"Active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervQ0EDrBzm,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervQ0EDrBzm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"28\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FZLyW2v8e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"28\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vQ0EDrBzm.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LayoutJumpPreventer from\"https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js\";import{withToggleAndReflect}from\"https://framerusercontent.com/modules/RLjim3blkB701iCGAZbB/IuykAlch2op1nPHSFOVi/Variant_selectior_faq.js\";import FaqItem,*as FaqItemInfo from\"https://framerusercontent.com/modules/uOyliJRmUwLNRHhZM6bu/h28pbCiIGcVBUDaiubJQ/P8ez8jMpR.js\";const LayoutJumpPreventerFonts=getFonts(LayoutJumpPreventer);const FaqItemFonts=getFonts(FaqItem);const FaqItemWithToggleAndReflect1vf40yrWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"XbZzuWZsU\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const FaqItemWithToggleAndReflect5e28eiWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"g1mUzWBzd\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const FaqItemWithToggleAndReflectsisuoxWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"R7n20TAMf\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const FaqItemWithToggleAndReflect4p885wWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"JuZzzLE_W\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const FaqItemWithToggleAndReflect1xyrqviWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"k57VyT9n8\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const FaqItemWithToggleAndReflectnzpocqWithMappedReactProps197o3x3=withMappedReactProps(withCodeBoundaryForOverrides(FaqItem,{nodeId:\"MPmGByFR_\",override:withToggleAndReflect,scopeId:\"mMSYd2UGF\"}),FaqItemInfo);const serializationHash=\"framer-QZRA9\";const variantClassNames={uacbKSUg3:\"framer-v-h19fu6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.99,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"uacbKSUg3\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-h19fu6\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uacbKSUg3\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vt7m3s-container\",draggable:\"false\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GNQSR7_bS-container\",nodeId:\"GNQSR7_bS\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",style:{opacity:0},children:/*#__PURE__*/_jsx(LayoutJumpPreventer,{direction:\"vertical\",height:\"100%\",id:\"GNQSR7_bS\",layoutId:\"GNQSR7_bS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vf40yr-container\",layoutDependency:layoutDependency,layoutId:\"XbZzuWZsU-container\",nodeId:\"XbZzuWZsU\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflect1vf40yrWithMappedReactProps197o3x3,{height:\"100%\",id:\"XbZzuWZsU\",iW7EGzIJC:\"What data does Rita store?\",layoutId:\"XbZzuWZsU\",LYFDyrEQV:\"By default, we store your login credentials, email, and encrypted password, as well as the date and time you create your account. These credentials are necessary to log you into the app and send rewards. All other data is securely stored in a 3-layer encryption database hosted on Amazon Web Services (AWS) in Paris, France. AWS is GDPR compliant and provides robust security features, ensuring the protection of our users' data. We also maintain strict access controls to minimize the risk of unauthorized access.\\n\\nWe are committed to transparency and building trust with our users. If you have any questions or would like to learn more about our privacy technologies, feel free to reach out to us at info@ritapersonaldata.com. We are always happy to explain more in a chat!\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+366+12),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5e28ei-container\",layoutDependency:layoutDependency,layoutId:\"g1mUzWBzd-container\",nodeId:\"g1mUzWBzd\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflect5e28eiWithMappedReactProps197o3x3,{height:\"100%\",id:\"g1mUzWBzd\",iW7EGzIJC:\"How does Rita make money?\",layoutId:\"g1mUzWBzd\",LYFDyrEQV:\"We only make money when you earn rewards. If you decide to share insights from your data with our partner brands, we ask them for a 10% fee on the reward given to you. E.g. if a brand offers you 4 euros for insights about your data, and you accept, we will ask them for 0.4 euros as a fee.\\n\\nWhen you decide to share insights with our partner brands for rewards, we process and store your data on our secure, privacy-focused AWS infrastructure. This allows us to clean and elaborate on your data while ensuring its safety. The insights we share with brands are always aggregated and anonymized, e.g., 2000 people looked for red cars this week. Your individual data is never shared without your explicit consent.\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+732+24),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sisuox-container\",layoutDependency:layoutDependency,layoutId:\"R7n20TAMf-container\",nodeId:\"R7n20TAMf\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflectsisuoxWithMappedReactProps197o3x3,{height:\"100%\",id:\"R7n20TAMf\",iW7EGzIJC:\"How to make money safely?\",layoutId:\"R7n20TAMf\",LYFDyrEQV:\"Our innovative and secure app and chrome extension provides users with a trusted opportunity to monetize their data. Users can easily earn extra money exchanging their data; Rita offers a flexible and controlled way to make money online.\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+1098+36),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4p885w-container\",layoutDependency:layoutDependency,layoutId:\"JuZzzLE_W-container\",nodeId:\"JuZzzLE_W\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflect4p885wWithMappedReactProps197o3x3,{height:\"100%\",id:\"JuZzzLE_W\",iW7EGzIJC:\"Can I earn money from my data online securely?\",layoutId:\"JuZzzLE_W\",LYFDyrEQV:\"Absolutely! Our app and chrome extension empowers you to monetize your data securely while giving you control over what you share, ensuring that your information is handled with the utmost transparency.\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+1464+48),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xyrqvi-container\",layoutDependency:layoutDependency,layoutId:\"k57VyT9n8-container\",nodeId:\"k57VyT9n8\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflect1xyrqviWithMappedReactProps197o3x3,{height:\"100%\",id:\"k57VyT9n8\",iW7EGzIJC:\"How can I make passive income online with security in mind?\",layoutId:\"k57VyT9n8\",LYFDyrEQV:\"By default, we store your login credentials, email, and encrypted password, as well as the date and time you create your account. These credentials are necessary to log you into the app and send rewards. All other data is securely stored in a 3-layer encryption database hosted on Amazon Web Services (AWS) in Paris, France. AWS is GDPR compliant and provides robust security features, ensuring the protection of our users' data. We also maintain strict access controls to minimize the risk of unauthorized access.\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||582)-0-2256)/2+1830+60),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nzpocq-container\",layoutDependency:layoutDependency,layoutId:\"MPmGByFR_-container\",nodeId:\"MPmGByFR_\",rendersWithMotion:true,scopeId:\"mMSYd2UGF\",whileTap:animation,children:/*#__PURE__*/_jsx(FaqItemWithToggleAndReflectnzpocqWithMappedReactProps197o3x3,{height:\"100%\",id:\"MPmGByFR_\",iW7EGzIJC:\"How can I earn money in exchange for my online activity?\",layoutId:\"MPmGByFR_\",LYFDyrEQV:\"Use our secure app and chrome extension to earn money by sharing your online activity. It's an excellent opportunity for students and anyone looking to make extra income securely.\",style:{width:\"100%\"},variant:\"aCOd_vlKF\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QZRA9.framer-mnn0re, .framer-QZRA9 .framer-mnn0re { display: block; }\",\".framer-QZRA9.framer-h19fu6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 649px; }\",\".framer-QZRA9 .framer-vt7m3s-container { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; width: auto; z-index: 1; }\",\".framer-QZRA9 .framer-1vf40yr-container, .framer-QZRA9 .framer-5e28ei-container, .framer-QZRA9 .framer-sisuox-container, .framer-QZRA9 .framer-4p885w-container, .framer-QZRA9 .framer-1xyrqvi-container, .framer-QZRA9 .framer-nzpocq-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QZRA9.framer-h19fu6 { gap: 0px; } .framer-QZRA9.framer-h19fu6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-QZRA9.framer-h19fu6 > :first-child { margin-top: 0px; } .framer-QZRA9.framer-h19fu6 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 582\n * @framerIntrinsicWidth 648.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermMSYd2UGF=withCSS(Component,css,\"framer-QZRA9\");export default FramermMSYd2UGF;FramermMSYd2UGF.displayName=\"faq\";FramermMSYd2UGF.defaultProps={height:582,width:648.5};addFonts(FramermMSYd2UGF,[{explicitInter:true,fonts:[]},...LayoutJumpPreventerFonts,...FaqItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermMSYd2UGF\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"648.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"582\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mMSYd2UGF.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,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/s7dYFyPVl7pY3Qh5eG0t/7q9gypmP5Gq9rRFy5YBf/NSsKFfF4C.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/PTKZOtZlu2czgojHkdv2/uTS1GuqZBvOq5xpxTSPD/UG2M5SWYU.js\";const cycleOrder=[\"l8KgZGDrN\",\"CMvzD2Aan\"];const serializationHash=\"framer-wGG4D\";const variantClassNames={CMvzD2Aan:\"framer-v-a64qxt\",l8KgZGDrN:\"framer-v-uqcq84\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"l8KgZGDrN\",mobile:\"CMvzD2Aan\"};const getProps=({avatar,height,id,name1,review,width,...props})=>{return{...props,q034_66DO:review??props.q034_66DO??\"Loving this app, thanks! What sealed the\\ndeal for a 5 star was for adding the fast, easy and speedy survey section. The best bit is after pressing 2 buttons the survey loads more or less instantly no faffing about choosing different survey providers.\",TMOytqWpG:avatar??props.TMOytqWpG,variant:humanReadableVariantMap[props.variant]??props.variant??\"l8KgZGDrN\",XKdimbM6T:name1??props.XKdimbM6T??\"John Doe\"};};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,TMOytqWpG,XKdimbM6T,q034_66DO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l8KgZGDrN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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-uqcq84\",className,classNames),\"data-border\":true,\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"l8KgZGDrN\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(162, 152, 164, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2825616b-b2db-48d7-a5c3-edc70ba8b8a7, rgb(255, 251, 245))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({CMvzD2Aan:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bxagiy\",\"data-framer-name\":\"top wrap\",layoutDependency:layoutDependency,layoutId:\"l2dNi6JQ3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y40ddx\",layoutDependency:layoutDependency,layoutId:\"u9o5Dj5EZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+28+0+0+0),sizes:\"40px\",...toResponsiveImage(TMOytqWpG)},className:\"framer-1p4csyp\",\"data-framer-name\":\"avatar\",layoutDependency:layoutDependency,layoutId:\"beXjwrGZA\",style:{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-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"John Doe\"})})}),className:\"framer-1pd38er\",\"data-framer-name\":\"name\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"sUbi38jMr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XKdimbM6T,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qxnqwd\",\"data-framer-name\":\"rating\",layoutDependency:layoutDependency,layoutId:\"cRhuOdgCO\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1gvpbfo\",\"data-framer-name\":\"svg\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XpoWVEFrf\",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 8.644 1.721 C 8.711 1.586 8.849 1.5 9 1.5 C 9.151 1.5 9.289 1.586 9.356 1.721 L 11.089 5.231 C 11.32 5.699 11.768 6.025 12.285 6.101 L 16.16 6.668 C 16.309 6.689 16.434 6.794 16.481 6.938 C 16.527 7.082 16.488 7.24 16.38 7.346 L 13.578 10.074 C 13.203 10.44 13.032 10.966 13.12 11.483 L 13.781 15.338 C 13.808 15.487 13.746 15.639 13.623 15.728 C 13.5 15.818 13.337 15.829 13.203 15.758 L 9.74 13.937 C 9.276 13.693 8.723 13.693 8.26 13.937 L 4.797 15.758 C 4.663 15.829 4.5 15.817 4.377 15.728 C 4.254 15.638 4.193 15.487 4.22 15.338 L 4.88 11.483 C 4.969 10.966 4.797 10.439 4.422 10.074 L 1.62 7.346 C 1.511 7.241 1.471 7.082 1.518 6.938 C 1.565 6.793 1.69 6.688 1.841 6.667 L 5.714 6.101 C 6.232 6.025 6.68 5.7 6.912 5.231 L 8.644 1.721 Z\" fill=\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84)) /* {&quot;name&quot;:&quot;Purple&quot;} */\"></path></svg>',svgContentId:10264847708,withExternalLayout:true,...addPropertyOverrides({CMvzD2Aan:{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 8.644 1.721 C 8.711 1.586 8.849 1.5 9 1.5 C 9.151 1.5 9.289 1.586 9.356 1.721 L 11.089 5.231 C 11.32 5.699 11.768 6.025 12.285 6.101 L 16.159 6.668 C 16.309 6.689 16.434 6.794 16.481 6.938 C 16.527 7.082 16.488 7.24 16.38 7.346 L 13.578 10.074 C 13.203 10.44 13.032 10.966 13.12 11.483 L 13.781 15.338 C 13.808 15.487 13.746 15.639 13.623 15.728 C 13.5 15.818 13.337 15.829 13.203 15.758 L 9.739 13.937 C 9.276 13.693 8.723 13.693 8.26 13.937 L 4.797 15.758 C 4.663 15.829 4.5 15.817 4.377 15.728 C 4.254 15.638 4.193 15.487 4.219 15.338 L 4.88 11.483 C 4.969 10.966 4.797 10.439 4.422 10.074 L 1.62 7.346 C 1.511 7.241 1.471 7.082 1.518 6.938 C 1.565 6.793 1.69 6.688 1.84 6.667 L 5.714 6.101 C 6.232 6.025 6.68 5.7 6.912 5.231 L 8.644 1.721 Z\" fill=\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84)) /* {&quot;name&quot;:&quot;Purple&quot;} */\"></path></svg>',svgContentId:11126379358}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-n807xm\",\"data-framer-name\":\"svg\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"wPBcYHaUA\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.122 2.122 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.14a2.122 2.122 0 0 0-.611-1.878L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16l2.309-4.68Z\" fill=\"#4D3454\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13sal0t\",\"data-framer-name\":\"svg\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"dC2TaXrSI\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.122 2.122 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.14a2.122 2.122 0 0 0-.611-1.878L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16l2.309-4.68Z\" fill=\"#4D3454\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-brlhg4\",\"data-framer-name\":\"svg\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"MtjpjNXZ4\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.122 2.122 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.14a2.122 2.122 0 0 0-.611-1.878L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16l2.309-4.68Z\" fill=\"#4D3454\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-a3unrz\",\"data-framer-name\":\"svg\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"INrRg0ceT\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.122 2.122 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.14a2.122 2.122 0 0 0-.611-1.878L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16l2.309-4.68Z\" fill=\"#4D3454\"/></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-w6k6z8\",\"data-styles-preset\":\"UG2M5SWYU\",children:\"Rita showed me who has my data and howit's being used! People don't know thatGoogle sucks up their data and so manymore companies have my data than Ithought. Seeing my data and who has it was very educational.\"})}),className:\"framer-1e4g59z\",\"data-framer-name\":\"review\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x9oU111KB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:q034_66DO,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wGG4D.framer-1hqjtyu, .framer-wGG4D .framer-1hqjtyu { display: block; }\",\".framer-wGG4D.framer-uqcq84 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 252px; justify-content: flex-start; overflow: hidden; padding: 28px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wGG4D .framer-bxagiy { 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-wGG4D .framer-1y40ddx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wGG4D .framer-1p4csyp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wGG4D .framer-1pd38er { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wGG4D .framer-1qxnqwd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wGG4D .framer-1gvpbfo { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-wGG4D .framer-n807xm, .framer-wGG4D .framer-13sal0t, .framer-wGG4D .framer-brlhg4, .framer-wGG4D .framer-a3unrz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-wGG4D .framer-1e4g59z { 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-wGG4D.framer-uqcq84, .framer-wGG4D .framer-1y40ddx, .framer-wGG4D .framer-1qxnqwd { gap: 0px; } .framer-wGG4D.framer-uqcq84 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-wGG4D.framer-uqcq84 > :first-child { margin-top: 0px; } .framer-wGG4D.framer-uqcq84 > :last-child { margin-bottom: 0px; } .framer-wGG4D .framer-1y40ddx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wGG4D .framer-1y40ddx > :first-child, .framer-wGG4D .framer-1qxnqwd > :first-child { margin-left: 0px; } .framer-wGG4D .framer-1y40ddx > :last-child, .framer-wGG4D .framer-1qxnqwd > :last-child { margin-right: 0px; } .framer-wGG4D .framer-1qxnqwd > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } }\",\".framer-wGG4D.framer-v-a64qxt.framer-uqcq84 { gap: 8px; height: 248px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wGG4D.framer-v-a64qxt.framer-uqcq84 { gap: 0px; } .framer-wGG4D.framer-v-a64qxt.framer-uqcq84 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-wGG4D.framer-v-a64qxt.framer-uqcq84 > :first-child { margin-top: 0px; } .framer-wGG4D.framer-v-a64qxt.framer-uqcq84 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-wGG4D[data-border=\"true\"]::after, .framer-wGG4D [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 252\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CMvzD2Aan\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TMOytqWpG\":\"avatar\",\"XKdimbM6T\":\"name1\",\"q034_66DO\":\"review\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVMtJ0K_Vx=withCSS(Component,css,\"framer-wGG4D\");export default FramerVMtJ0K_Vx;FramerVMtJ0K_Vx.displayName=\"review card\";FramerVMtJ0K_Vx.defaultProps={height:252,width:400};addPropertyControls(FramerVMtJ0K_Vx,{variant:{options:[\"l8KgZGDrN\",\"CMvzD2Aan\"],optionTitles:[\"desktop\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},TMOytqWpG:{title:\"Avatar\",type:ControlType.ResponsiveImage},XKdimbM6T:{defaultValue:\"John Doe\",displayTextArea:false,title:\"Name\",type:ControlType.String},q034_66DO:{defaultValue:\"Loving this app, thanks! What sealed the\\ndeal for a 5 star was for adding the fast, easy and speedy survey section. The best bit is after pressing 2 buttons the survey loads more or less instantly no faffing about choosing different survey providers.\",displayTextArea:true,title:\"Review\",type:ControlType.String}});addFonts(FramerVMtJ0K_Vx,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVMtJ0K_Vx\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CMvzD2Aan\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"252\",\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"TMOytqWpG\\\":\\\"avatar\\\",\\\"XKdimbM6T\\\":\\\"name1\\\",\\\"q034_66DO\\\":\\\"review\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useState,useRef}from\"react\";import{motion,useMotionValue,animate}from\"framer-motion\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function TypewriterComponent(props){const{text=[\"Default Text\"],cursor}=props// Ensuring text is always an array\n;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const Element=props.tag;const[textIndex,setTextIndex]=useState(0);const[characters,setCharacters]=useState(0);const characterMotionValue=useMotionValue(0);const textIndexRef=useRef(0);useEffect(()=>{function animateCharactersUp(newIndex){if(!text?.[newIndex])return;// Safety check\nanimate(characterMotionValue,text[newIndex].length,{duration:props.typeDelay*text[newIndex].length,type:\"tween\",ease:\"linear\",onUpdate:latest=>setCharacters(Math.floor(latest)),onComplete:()=>setTimeout(()=>{if(!props.looping&&newIndex===text.length-1&&props.endState===\"showText\"){props.completed?.();}else{animateCharactersDown();}},props.endPause*1e3)});textIndexRef.current=newIndex;setTextIndex(newIndex);}function animateCharactersDown(){if(!text?.[textIndexRef.current])return;// Safety check\nanimate(characterMotionValue,0,{duration:props.deleteDelay*text[textIndexRef.current].length,type:\"tween\",ease:\"linear\",onUpdate:latest=>setCharacters(Math.floor(latest)),onComplete:()=>setTimeout(()=>{const newIndex=(textIndexRef.current+1)%text.length;if(newIndex===0){if(props.looping){props.looped?.();animateCharactersUp(newIndex);}else{props.completed?.();}}else{animateCharactersUp(newIndex);}},props.startPause*1e3)});}if(props.playing){animateCharactersUp(textIndex);}},[text.length,props.playing]);return /*#__PURE__*/_jsxs(Element,{style:{color:props.fontColor,margin:0,...props.font,...props.style},id:props.id,children:[isCanvas?text?.[0]??\"Preview Text\":text?.[textIndex]?.slice(0,characters)??\"\",cursor&&/*#__PURE__*/_jsx(motion.span,{style:{color:cursor.color},animate:{opacity:{blink:[1,1,0,0],pulse:[1,0],none:1}[cursor.animation]},transition:{duration:cursor.time,times:cursor.animation===\"blink\"?[0,cursor.time/2,cursor.time/2,cursor.time]:undefined,repeat:Infinity,repeatType:\"mirror\",ease:\"linear\"},children:cursor.character})]});}TypewriterComponent.displayName=\"Typewriter\";addPropertyControls(TypewriterComponent,{text:{type:ControlType.Array,defaultValue:[\"Framestack\",\"Typewriter\"],control:{type:ControlType.String,placeholder:\"Type here...\"}},playing:{type:ControlType.Boolean,defaultValue:true},looping:{type:ControlType.Boolean},endState:{type:ControlType.Enum,options:[\"showText\",\"clearText\"],optionTitles:[\"Show Text\",\"Clear Text\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",hidden:props=>props.looping},typeDelay:{type:ControlType.Number,defaultValue:.1,min:0,step:.01},deleteDelay:{type:ControlType.Number,defaultValue:.05,min:0,step:.01},startPause:{type:ControlType.Number,defaultValue:.2,min:0,step:.01},endPause:{type:ControlType.Number,defaultValue:1,min:0,step:.01},cursor:{type:ControlType.Object,optional:true,defaultValue:{character:\"|\",color:\"rgba(0, 0, 0, 0.5)\",animation:\"blink\",time:.5},controls:{character:{type:ControlType.String,defaultValue:\"|\"},color:{type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},animation:{type:ControlType.Enum,defaultValue:\"blink\",options:[\"pulse\",\"blink\",\"none\"],optionTitles:[\"Pulse\",\"Blink\",\"None\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},time:{type:ControlType.Number,defaultValue:.5,min:.1,step:.1,hidden:props=>props.animation===\"none\"}}},font:{type:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4}},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},tag:{type:ControlType.Enum,defaultValue:\"p\",options:[\"p\",\"span\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"]},completed:{type:ControlType.EventHandler},looped:{type:ControlType.EventHandler}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TypewriterComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Typewriter.map", "// Generated by Framer (4d21961)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-600\",\"GF;Geist-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"},{family:\"Geist\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4mJPby1QNtA.woff2\",weight:\"900\"}]}];export const css=[\".framer-Lp0Xg .framer-styles-preset-15eugr9:not(.rich-text-wrapper), .framer-Lp0Xg .framer-styles-preset-15eugr9.rich-text-wrapper h3 { --framer-font-family: \\\"Geist\\\", \\\"Geist Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Geist\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-Lp0Xg .framer-styles-preset-15eugr9:not(.rich-text-wrapper), .framer-Lp0Xg .framer-styles-preset-15eugr9.rich-text-wrapper h3 { --framer-font-family: \\\"Geist\\\", \\\"Geist Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Geist\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-Lp0Xg .framer-styles-preset-15eugr9:not(.rich-text-wrapper), .framer-Lp0Xg .framer-styles-preset-15eugr9.rich-text-wrapper h3 { --framer-font-family: \\\"Geist\\\", \\\"Geist Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Geist\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-Lp0Xg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a10584e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Variable\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNzAw\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNzAw\",\"Inter-VariableVF=Im9wc3oiIDE0LCAid2dodCIgNDMw\"]);const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];export const fonts=[{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]}];export const css=['.framer-cMFxL .framer-styles-preset-1di1atw:not(.rich-text-wrapper), .framer-cMFxL .framer-styles-preset-1di1atw.rich-text-wrapper p { --framer-font-family: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter Variable\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"opsz\" 14, \"wght\" 430; --framer-font-variation-axes-bold: \"opsz\" 14, \"wght\" 700; --framer-font-variation-axes-bold-italic: \"opsz\" 14, \"wght\" 700; --framer-font-variation-axes-italic: \"opsz\" 14, \"wght\" 430; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.1px; --framer-line-height: 140%; --framer-paragraph-spacing: 16px; --framer-text-alignment: start; --framer-text-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-cMFxL\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import ProductHunt from\"#framer/local/canvasComponent/hboGWEsWH/hboGWEsWH.js\";import Faq from\"#framer/local/canvasComponent/mMSYd2UGF/mMSYd2UGF.js\";import CtaButton from\"#framer/local/canvasComponent/v4wfsDQ8k/v4wfsDQ8k.js\";import DownloadFromStoreButtons from\"#framer/local/canvasComponent/v7ekrRskn/v7ekrRskn.js\";import ReviewCard from\"#framer/local/canvasComponent/VMtJ0K_Vx/VMtJ0K_Vx.js\";import Typewriter from\"#framer/local/codeFile/cXkPM8O/Typewriter.js\";import*as sharedStyle3 from\"#framer/local/css/HX9SUzATk/HX9SUzATk.js\";import*as sharedStyle1 from\"#framer/local/css/jWXai5WCM/jWXai5WCM.js\";import*as sharedStyle4 from\"#framer/local/css/NSsKFfF4C/NSsKFfF4C.js\";import*as sharedStyle2 from\"#framer/local/css/UG2M5SWYU/UG2M5SWYU.js\";import*as sharedStyle from\"#framer/local/css/WqhMJBCb8/WqhMJBCb8.js\";import*as sharedStyle5 from\"#framer/local/css/zQS1tNrDC/zQS1tNrDC.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ProductHuntFonts=getFonts(ProductHunt);const TypewriterFonts=getFonts(Typewriter);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const CtaButtonFonts=getFonts(CtaButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const DownloadFromStoreButtonsFonts=getFonts(DownloadFromStoreButtons);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ReviewCardFonts=getFonts(ReviewCard);const TickerFonts=getFonts(Ticker);const MotionSectionWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.section);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const FaqFonts=getFonts(Faq);const ContainerWithFX=withFX(Container);const breakpoints={vqR4AQSnr:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\",X92FYzTJb:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-nOHux\";const variantClassNames={vqR4AQSnr:\"framer-v-12lvzt8\",WQLkyLRf1:\"framer-v-72rtr7\",X92FYzTJb:\"framer-v-w5qgpj\"};const transition1={delay:.2,duration:.6,ease:[.15,.45,.15,1.22],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16};const transition2={delay:.2,duration:.6,ease:[.15,.45,.15,1.15],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:12};const transition3={delay:.1,duration:.6,ease:[.15,.45,.15,1.15],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,transition:transition4};const transition5={delay:.3,duration:.6,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={delay:.4,duration:.6,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={delay:.5,duration:.6,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:.2,duration:.6,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={delay:.2,duration:.8,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation11={opacity:.001,rotate:-3,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-64};const transition10={delay:.7,duration:.8,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const animation13={opacity:.001,rotate:-4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-40,y:16};const transition11={delay:.3,duration:.9,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const animation15={opacity:.001,rotate:2,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const transition12={delay:.6,duration:.9,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const animation17={opacity:.001,rotate:4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:40,y:8};const transition13={delay:.1,duration:.5,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const animation19={opacity:.001,rotate:5,rotateX:0,rotateY:0,scale:.94,skewX:0,skewY:0,x:0,y:4};const transition14={delay:.5,duration:.5,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const transition15={delay:.7,duration:.6,ease:[.15,.45,.15,1.1],type:\"tween\"};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:0,y:0};const animation22={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,x:0,y:24};const animation24={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:12};const transition16={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation24,threshold:.5,tokenization:\"word\",transition:transition16,trigger:\"onInView\",type:\"appear\"};const textEffect1={effect:animation24,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition16,trigger:\"onInView\",type:\"appear\"};const animation25={opacity:0,rotate:-1,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const transition17={delay:0,duration:.8,ease:[.15,.45,.15,1.28],type:\"tween\"};const transition18={delay:0,duration:72,ease:[0,0,1,1],type:\"tween\"};const animation26={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition19={delay:.3,duration:1,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation27={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition19,x:0,y:0};const animation28={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-24,y:0};const transition20={delay:.5,duration:1,ease:[.15,.45,.15,1.28],type:\"tween\"};const animation29={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition20,x:0,y:0};const animation30={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:24,y:0};const animation31={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,x:0,y:64};const animation32={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const animation33={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:28};const animation34={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:32};const transition21={delay:.3,duration:.6,ease:[.15,.45,.15,1.15],type:\"tween\"};const animation35={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:16};const textEffect2={effect:animation35,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition16,trigger:\"onInView\",type:\"appear\"};const animation36={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,x:0,y:32};const animation37={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};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:\"X92FYzTJb\",Tablet:\"vqR4AQSnr\"};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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"fOfUhd2ou\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"vqR4AQSnr\",\"X92FYzTJb\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"vqR4AQSnr\",\"X92FYzTJb\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"X92FYzTJb\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"X92FYzTJb\")return true;return false;};const elementId1=useRouteElementId(\"d48G4L3dL\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"lU1yUqXZV\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"VW71lGjOg\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"ln82BWqAm\");const ref5=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"vqR4AQSnr\")return false;return true;};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-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yv9u3o\",\"data-framer-name\":\"home scroll section\",draggable:\"false\",id:elementId,ref:ref1}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-gz488s\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1mggkz2\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-5ror4q\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1fjj26n\",\"data-framer-appear-id\":\"1fjj26n\",\"data-framer-name\":\"hero title wrap\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{animate:animation4}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-jbeiqc\",\"data-framer-appear-id\":\"jbeiqc\",\"data-framer-name\":\"header wrap\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{y:(componentViewport?.y||0)+0+0+0+0+140+0+0+0+0+0+0+0},X92FYzTJb:{y:(componentViewport?.y||0)+0+0+0+0+112+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+0+0+0+224+0+0+0+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{whileTap:undefined},X92FYzTJb:{whileTap:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-75v4gl-container\",nodeId:\"EbchiBevu\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(ProductHunt,{d_l6uQpsT:true,height:\"100%\",hH8gKZnzR:\"https://www.producthunt.com/products/rita-personal-data\",id:\"EbchiBevu\",layoutId:\"EbchiBevu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4nqgto\",\"data-framer-name\":\"text wrao\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vdwf9y\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-e0pyl3\",\"data-styles-preset\":\"WqhMJBCb8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Earn from your\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-e0pyl3\",\"data-styles-preset\":\"WqhMJBCb8\",children:\" Earn from your \"})}),className:\"framer-1obs6xq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3patlu-container\",isAuthoredByUser:true,nodeId:\"ZWlNXKxX2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{font:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"64px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.3px\",lineHeight:\"100%\"}},X92FYzTJb:{font:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"46px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.3px\",lineHeight:\"100%\"}}},children:/*#__PURE__*/_jsx(Typewriter,{cursor:{animation:\"blink\",character:\"|\",color:\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\",time:.5},deleteDelay:.06,endPause:1.5,endState:\"showText\",font:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"82px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.3px\",lineHeight:\"100%\"},fontColor:\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\",height:\"100%\",id:\"ZWlNXKxX2\",layoutId:\"ZWlNXKxX2\",looping:true,playing:true,startPause:.4,tag:\"p\",text:[\"clicks.\",\"swipes.\",\"data.\",\"online activity.\"],typeDelay:.1,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Learn from your online activity, take control of your data and start earning.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Learn from your online activity,\",/*#__PURE__*/_jsx(\"br\",{}),\"take control of your data and start earning.\"]})}),className:\"framer-1uekhnc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-187gv3a\",\"data-framer-name\":\"buttons wrap\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+0+224+0+0+467+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1gpn74i-container hidden-12lvzt8 hidden-w5qgpj\",\"data-framer-appear-id\":\"1gpn74i\",\"data-framer-name\":\"chrome extension\",initial:animation3,name:\"chrome extension\",nodeId:\"XvlRd1fwI\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(CtaButton,{GaweYUWt5:\"https://chromewebstore.google.com/detail/rita-earn-from-your-data/nngeinfjhngdgdnojeeoilgmfeanngjn\",height:\"100%\",id:\"XvlRd1fwI\",layoutId:\"XvlRd1fwI\",name:\"chrome extension\",PDYSvWi6V:\"e13ehQCvP\",u8JhVatJr:false,variant:\"MAo_yMLS3\",width:\"100%\",xIWQsMuIU:\"Try for Free\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{height:56,y:(componentViewport?.y||0)+0+0+0+0+140+0+0+0+0+467+0},X92FYzTJb:{height:56,width:`min(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1200px), 260px)`,y:(componentViewport?.y||0)+0+0+0+0+112+0+0+0+547+0+66}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{animate:animation8},X92FYzTJb:{animate:animation6}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1n6i4j4-container hidden-72rtr7\",\"data-framer-appear-id\":\"1n6i4j4\",\"data-framer-name\":\"google play\",initial:animation3,name:\"google play\",nodeId:\"HmebWh_sA\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"YomSB1ZkM\"}},children:/*#__PURE__*/_jsx(DownloadFromStoreButtons,{A64li3vBr:\"https://play.google.com/store/apps/details?id=com.ritapersonaldata.rita&hl=en\",height:\"100%\",id:\"HmebWh_sA\",layoutId:\"HmebWh_sA\",name:\"google play\",variant:\"UZScgUdKn\",width:\"100%\",xqKxxfR3Y:\"var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, rgb(207, 244, 105))\"})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{height:56,y:(componentViewport?.y||0)+0+0+0+0+140+0+0+0+0+467+0},X92FYzTJb:{height:56,width:`min(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1200px), 260px)`,y:(componentViewport?.y||0)+0+0+0+0+112+0+0+0+547+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{animate:animation7},X92FYzTJb:{animate:animation9}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-8lmqgo-container hidden-72rtr7\",\"data-framer-appear-id\":\"8lmqgo\",\"data-framer-name\":\"app store\",initial:animation3,name:\"app store\",nodeId:\"t3A60iBby\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"bC7mt1hiK\"}},children:/*#__PURE__*/_jsx(DownloadFromStoreButtons,{A64li3vBr:\"https://apps.apple.com/gb/app/rita-your-data-in-your-pocket/id1538361872\",height:\"100%\",id:\"t3A60iBby\",layoutId:\"t3A60iBby\",name:\"app store\",style:{height:\"100%\"},variant:\"hcF6kf4ot\",width:\"100%\",xqKxxfR3Y:\"var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, rgb(207, 244, 105))\"})})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1luexuk hidden-12lvzt8 hidden-w5qgpj\",\"data-framer-name\":\"gap\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2c3pp\",\"data-framer-name\":\"phones wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tnp5dk\",\"data-framer-name\":\"wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:779,intrinsicWidth:522.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+563+-38+.75),pixelHeight:1558,pixelWidth:1045,sizes:\"405.5px\",src:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024 686w,https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png 1045w\"}},X92FYzTJb:{animate:animation12,background:{alt:\"\",fit:\"fill\",intrinsicHeight:779,intrinsicWidth:522.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+112+0+709+-95.315+33.1667),pixelHeight:1558,pixelWidth:1045,sizes:\"366.72px\",src:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024 686w,https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png 1045w\"},initial:animation13}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation10,background:{alt:\"\",fit:\"fill\",intrinsicHeight:779,intrinsicWidth:522.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+224+129.06+-208.0602+36.75),pixelHeight:1558,pixelWidth:1045,sizes:\"405.5px\",src:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png?scale-down-to=1024 686w,https://framerusercontent.com/images/tdmv0GXNFcJzFQ53KofRA17j4k.png 1045w\"},className:\"framer-ofh7l6\",\"data-framer-appear-id\":\"ofh7l6\",\"data-framer-name\":\"background\",initial:animation11,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+563+-38+68.5),pixelHeight:800,pixelWidth:534,sizes:\"397.5px\",src:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png 534w\"}},X92FYzTJb:{animate:animation16,background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+112+0+709+-95.315+94.4173),pixelHeight:800,pixelWidth:534,sizes:\"359.48px\",src:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png 534w\"},initial:animation17}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation14,background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+224+129.06+-208.0602+104.5),pixelHeight:800,pixelWidth:534,sizes:\"397.5px\",src:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XDG0zbERYquhxEZ5uppS22flet4.png 534w\"},className:\"framer-1kmgsm\",\"data-framer-appear-id\":\"1kmgsm\",\"data-framer-name\":\"foregrounds\",initial:animation15,optimized:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{X92FYzTJb:{animate:animation20}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation18,className:\"framer-1d7vdtn\",\"data-border\":true,\"data-framer-appear-id\":\"1d7vdtn\",\"data-framer-name\":\"background\",initial:animation19,optimized:true})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1crshzs\",\"data-framer-name\":\"testimonials\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{animate:undefined,initial:undefined,optimized:undefined},X92FYzTJb:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionSectionWithOptimizedAppearEffect,{animate:animation21,className:\"framer-1483rqd\",\"data-framer-appear-id\":\"1483rqd\",\"data-framer-name\":\"content wrap\",initial:animation22,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q7h91y\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w6k6z8\",\"data-styles-preset\":\"UG2M5SWYU\",style:{\"--framer-text-alignment\":\"center\"},children:\"TRUSTED BY OVER\"})}),className:\"framer-2ultkt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:\"+200,000 Members\"})}),className:\"framer-1pn4hx8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zjgmel-container hidden-w5qgpj\",\"data-framer-name\":\"desktop ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"desktop ticker\",nodeId:\"xHEohvGF7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{gap:16}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:20,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"xHEohvGF7\",layoutId:\"xHEohvGF7\",name:\"desktop ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p72itv-container\",inComponentSlot:true,nodeId:\"mB2aQaIg1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"mB2aQaIg1\",layoutId:\"mB2aQaIg1\",q034_66DO:\"Loving this app, thanks! What sealed the\\ndeal for a 5 star was for adding the fast, easy and speedy survey section. The best bit is after pressing 2 buttons the survey loads more or less instantly no faffing about choosing different survey providers.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png\",srcSet:\"https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png?scale-down-to=512 512w,https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png 1200w\"},\"\"),variant:\"l8KgZGDrN\",width:\"100%\",XKdimbM6T:\"Kristina\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-yc5lba-container\",inComponentSlot:true,nodeId:\"s1qWnOPT_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"s1qWnOPT_\",layoutId:\"s1qWnOPT_\",q034_66DO:\"Rita showed me who has my data and how it's being used! People don't know that Google sucks up their data and so many more companies have my data than I thought. Seeing my data and who has it was very educational.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png\",srcSet:\"https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png?scale-down-to=512 512w,https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png 1200w\"},\"\"),variant:\"l8KgZGDrN\",width:\"100%\",XKdimbM6T:\"Alberto Lenzi Cessel\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wmy07t-container\",inComponentSlot:true,nodeId:\"pnX2RfOab\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"pnX2RfOab\",layoutId:\"pnX2RfOab\",q034_66DO:\"Basically free Money. I love how I can\\nmonetise my data on a weekly basis and get something back for my data!\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg\",srcSet:\"https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg 1200w\"},\"\"),variant:\"l8KgZGDrN\",width:\"100%\",XKdimbM6T:\"Penny Penati\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dlcfl6-container\",inComponentSlot:true,nodeId:\"XU99D6GTa\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"XU99D6GTa\",layoutId:\"XU99D6GTa\",q034_66DO:\"Eye opening app. I can now understand and monetise my data. Thanks for creating the app.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg\",srcSet:\"https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg 800w\"},\"\"),variant:\"l8KgZGDrN\",width:\"100%\",XKdimbM6T:\"Joshua Galinato\"})})})],speed:20,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-m1q5ml-container hidden-72rtr7 hidden-12lvzt8\",\"data-framer-name\":\"mobile ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"mobile ticker\",nodeId:\"Dbp1Ie0bm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:20,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"Dbp1Ie0bm\",layoutId:\"Dbp1Ie0bm\",name:\"mobile ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17d2e1q-container\",inComponentSlot:true,nodeId:\"ghDlLkF6T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ghDlLkF6T\",layoutId:\"ghDlLkF6T\",q034_66DO:\"Loving this app, thanks! What sealed the\\ndeal for a 5 star was for adding the fast, easy and speedy survey section. The best bit is after pressing 2 buttons the survey loads more or less instantly no faffing about choosing different survey providers.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png\",srcSet:\"https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png?scale-down-to=512 512w,https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iq0xDqi6D3QK4pOUTL1aBrByew.png 1200w\"},\"\"),variant:\"CMvzD2Aan\",width:\"100%\",XKdimbM6T:\"Kristina\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-m8vur3-container\",inComponentSlot:true,nodeId:\"XNu1fjfC4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"XNu1fjfC4\",layoutId:\"XNu1fjfC4\",q034_66DO:\"Rita showed me who has my data and how it's being used! People don't know that Google sucks up their data and so many more companies have my data than I thought. Seeing my data and who has it was very educational.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png\",srcSet:\"https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png?scale-down-to=512 512w,https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VQjluMNywKhZ8T1UbafuyggOpg.png 1200w\"},\"\"),variant:\"CMvzD2Aan\",width:\"100%\",XKdimbM6T:\"Alberto Lenzi Cessel\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1py82x1-container\",inComponentSlot:true,nodeId:\"CFYmM3tQC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"CFYmM3tQC\",layoutId:\"CFYmM3tQC\",q034_66DO:\"Basically free Money. I love how I can\\nmonetise my data on a weekly basis and get something back for my data!\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg\",srcSet:\"https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ni5KHpcZNDvlDPSLH7gg4rPY8.jpg 1200w\"},\"\"),variant:\"CMvzD2Aan\",width:\"100%\",XKdimbM6T:\"Penny Penati\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gc0nja-container\",inComponentSlot:true,nodeId:\"jlMAjJnX4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"jlMAjJnX4\",layoutId:\"jlMAjJnX4\",q034_66DO:\"Eye opening app. I can now understand and monetise my data. Thanks for creating the app.\",style:{width:\"100%\"},TMOytqWpG:addImageAlt({src:\"https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg\",srcSet:\"https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Yb8nDxvwZAN07pPgqJS26suXipM.jpg 800w\"},\"\"),variant:\"CMvzD2Aan\",width:\"100%\",XKdimbM6T:\"Joshua Galinato\"})})})],speed:20,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1051,intrinsicWidth:1435.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1295+80+-391.5),pixelHeight:2102,pixelWidth:2871,sizes:`calc(max(${componentViewport?.width||\"100vw\"} - 80px, 1px) + 315px)`,src:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg 2871w\"}},X92FYzTJb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1051,intrinsicWidth:1435.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1307+60+-391.5),pixelHeight:2102,pixelWidth:2871,sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) + 315px)`,src:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg 2871w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1051,intrinsicWidth:1435.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+867+100+-391.5),pixelHeight:2102,pixelWidth:2871,sizes:`calc(max(${componentViewport?.width||\"100vw\"} - 120px, 1px) + 315px)`,src:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5KUVhF6g7zIxiMDZGYa0KfD0Xg.svg 2871w\"},className:\"framer-frkr79\",\"data-framer-name\":\"Graphic\",draggable:\"false\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12f36hy\",\"data-framer-name\":\"gradient\"})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-61y86g\",\"data-framer-name\":\"profit\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-11y9zks\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-183qwpd\",\"data-framer-name\":\"gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uzg3he\",\"data-framer-name\":\"top wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1835+88+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"273px\",src:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png\",srcSet:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=512 512w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png 1812w\"}},X92FYzTJb:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1803+80+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"220px\",src:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png\",srcSet:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=512 512w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png 1812w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1451+108+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"273px\",src:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png\",srcSet:\"https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=512 512w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DTSrjXPR6ALrp58WtTd8wrhYAE.png 1812w\"},className:\"framer-1mlmqom\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8uf6ey\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Your data is worth money.\"})}),className:\"framer-kuk1gw\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Your data is valuable. It is being sold on a daily basis and you receive \u20AC0.\"})}),effect:undefined},X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Your data is valuable. It is being sold on a daily basis and you receive \u20AC0.\"})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Your data is valuable.\",/*#__PURE__*/_jsx(\"br\",{}),\"It is being sold on a daily basis and you receive \u20AC0.\"]})}),className:\"framer-5b83qe\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4nang4\",\"data-framer-name\":\"bottom wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sjdpp3\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get your piece of the profit.\"})}),className:\"framer-qdpww0\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Earn weekly rewards with Rita. Get monetary value back from your data.\"})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Earn weekly rewards with Rita.\",/*#__PURE__*/_jsx(\"br\",{}),\"Get monetary value back from your data.\"]})}),className:\"framer-1cgrs0\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1835+88+0+267+0),positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png\",srcSet:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=512 512w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png 1536w\"}},X92FYzTJb:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1803+80+0+435.5+0+0),positionX:\"center\",positionY:\"center\",sizes:\"180px\",src:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png\",srcSet:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=512 512w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png 1536w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1451+108+0+267+0),positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png\",srcSet:\"https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=512 512w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/30P4FnU2HEw6AFeJ2wMmPs9un20.png 1536w\"},className:\"framer-1d6pe21\",\"data-framer-name\":\"image 36\"})})]})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1qt6id6\",\"data-framer-name\":\"testimonials\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cwvpkz\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:\"How it works\"})}),className:\"framer-yvhaqi\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Connect your data, start earning. The more data you connect the more you earn.\"})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1di1atw\",\"data-styles-preset\":\"NSsKFfF4C\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Connect your data, start earning.\",/*#__PURE__*/_jsx(\"br\",{}),\"The more data you connect the more you earn.\"]})}),className:\"framer-2hmtkc\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1q9kiw4\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3nx9e0\",\"data-framer-name\":\"phone wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1onku4j\",\"data-framer-name\":\"gradient\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation26,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition18,__perspectiveFX:false,__targetOpacity:1,className:\"framer-j5rcok\",\"data-framer-name\":\"background\",draggable:\"false\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w266nn\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:348,intrinsicWidth:348,svg:'<svg width=\"348\" height=\"348\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"158.478\" cy=\"85.969\" r=\"4.912\" transform=\"rotate(-10 158.478 85.969)\" fill=\"#EADCC4\"/><circle cx=\"143.427\" cy=\"90.001\" r=\"4.912\" transform=\"rotate(-20 143.427 90)\" fill=\"#EADCC4\"/><circle cx=\"129.306\" cy=\"96.585\" r=\"4.912\" transform=\"rotate(-30 129.306 96.585)\" fill=\"#EADCC4\"/><circle cx=\"116.542\" cy=\"105.523\" r=\"4.912\" transform=\"rotate(-40 116.542 105.523)\" fill=\"#EADCC4\"/><circle cx=\"105.526\" cy=\"116.543\" r=\"4.912\" transform=\"rotate(-50 105.526 116.543)\" fill=\"#EADCC4\"/><circle cx=\"96.588\" cy=\"129.306\" r=\"4.912\" transform=\"rotate(-60 96.588 129.306)\" fill=\"#EADCC4\"/><circle cx=\"90.001\" cy=\"143.43\" r=\"4.912\" transform=\"rotate(-70 90.001 143.43)\" fill=\"#EADCC4\"/><circle cx=\"85.968\" cy=\"158.481\" r=\"4.912\" transform=\"rotate(-80 85.968 158.481)\" fill=\"#EADCC4\"/><circle cx=\"84.61\" cy=\"174.003\" r=\"4.912\" transform=\"rotate(-90 84.61 174.003)\" fill=\"#EADCC4\"/><circle cx=\"85.968\" cy=\"189.525\" r=\"4.912\" transform=\"rotate(-100 85.968 189.525)\" fill=\"#EADCC4\"/><circle cx=\"89.999\" cy=\"204.58\" r=\"4.912\" transform=\"rotate(-110 90 204.58)\" fill=\"#EADCC4\"/><circle cx=\"96.586\" cy=\"218.697\" r=\"4.912\" transform=\"rotate(-120 96.586 218.697)\" fill=\"#EADCC4\"/><circle cx=\"105.522\" cy=\"231.467\" r=\"4.912\" transform=\"rotate(-130 105.522 231.467)\" fill=\"#EADCC4\"/><circle cx=\"116.542\" cy=\"242.479\" r=\"4.912\" transform=\"rotate(-140 116.542 242.479)\" fill=\"#EADCC4\"/><circle cx=\"129.307\" cy=\"251.416\" r=\"4.912\" transform=\"rotate(-150 129.307 251.416)\" fill=\"#EADCC4\"/><circle cx=\"143.429\" cy=\"258.002\" r=\"4.912\" transform=\"rotate(-160 143.429 258.002)\" fill=\"#EADCC4\"/><circle cx=\"158.48\" cy=\"262.041\" r=\"4.912\" transform=\"rotate(-170 158.48 262.041)\" fill=\"#EADCC4\"/><circle cx=\"174.001\" cy=\"263.397\" r=\"4.912\" transform=\"rotate(180 174.001 263.397)\" fill=\"#EADCC4\"/><circle cx=\"189.526\" cy=\"262.04\" r=\"4.912\" transform=\"rotate(170 189.526 262.04)\" fill=\"#EADCC4\"/><circle cx=\"204.577\" cy=\"258.002\" r=\"4.912\" transform=\"rotate(160 204.577 258.002)\" fill=\"#EADCC4\"/><circle cx=\"218.698\" cy=\"251.418\" r=\"4.912\" transform=\"rotate(150 218.698 251.418)\" fill=\"#EADCC4\"/><circle cx=\"231.462\" cy=\"242.481\" r=\"4.912\" transform=\"rotate(140 231.462 242.481)\" fill=\"#EADCC4\"/><circle cx=\"242.482\" cy=\"231.465\" r=\"4.912\" transform=\"rotate(130 242.482 231.465)\" fill=\"#EADCC4\"/><circle cx=\"251.419\" cy=\"218.697\" r=\"4.912\" transform=\"rotate(120 251.419 218.697)\" fill=\"#EADCC4\"/><circle cx=\"258.004\" cy=\"204.577\" r=\"4.912\" transform=\"rotate(110 258.004 204.577)\" fill=\"#EADCC4\"/><circle cx=\"262.038\" cy=\"189.528\" r=\"4.912\" transform=\"rotate(100 262.038 189.528)\" fill=\"#EADCC4\"/><circle cx=\"263.396\" cy=\"174.002\" r=\"4.912\" transform=\"rotate(90 263.396 174.002)\" fill=\"#EADCC4\"/><circle cx=\"262.036\" cy=\"158.479\" r=\"4.912\" transform=\"rotate(80 262.036 158.479)\" fill=\"#EADCC4\"/><circle cx=\"258.003\" cy=\"143.427\" r=\"4.912\" transform=\"rotate(70 258.003 143.427)\" fill=\"#EADCC4\"/><circle cx=\"251.42\" cy=\"129.308\" r=\"4.912\" transform=\"rotate(60 251.42 129.308)\" fill=\"#EADCC4\"/><circle cx=\"242.482\" cy=\"116.541\" r=\"4.912\" transform=\"rotate(50 242.482 116.541)\" fill=\"#EADCC4\"/><circle cx=\"231.462\" cy=\"105.527\" r=\"4.912\" transform=\"rotate(40 231.462 105.527)\" fill=\"#EADCC4\"/><circle cx=\"218.699\" cy=\"96.589\" r=\"4.912\" transform=\"rotate(30 218.699 96.589)\" fill=\"#EADCC4\"/><circle cx=\"204.577\" cy=\"90.002\" r=\"4.912\" transform=\"rotate(20 204.577 90.002)\" fill=\"#EADCC4\"/><circle cx=\"189.526\" cy=\"85.969\" r=\"4.912\" transform=\"rotate(10 189.526 85.969)\" fill=\"#EADCC4\"/><circle cx=\"174.003\" cy=\"84.61\" r=\"4.912\" fill=\"#EADCC4\"/><circle cx=\"146.769\" cy=\"75.023\" r=\"4.421\" transform=\"rotate(-15 146.769 75.023)\" fill=\"#EADCC4\"/><circle cx=\"129.995\" cy=\"81.259\" r=\"4.421\" transform=\"rotate(-25 129.995 81.259)\" fill=\"#EADCC4\"/><circle cx=\"114.558\" cy=\"90.309\" r=\"4.421\" transform=\"rotate(-35 114.558 90.31)\" fill=\"#EADCC4\"/><circle cx=\"100.928\" cy=\"101.903\" r=\"4.421\" transform=\"rotate(-45 100.928 101.903)\" fill=\"#EADCC4\"/><circle cx=\"89.517\" cy=\"115.688\" r=\"4.421\" transform=\"rotate(-55 89.517 115.688)\" fill=\"#EADCC4\"/><circle cx=\"80.675\" cy=\"131.246\" r=\"4.421\" transform=\"rotate(-65 80.675 131.246)\" fill=\"#EADCC4\"/><circle cx=\"74.667\" cy=\"148.099\" r=\"4.421\" transform=\"rotate(-75 74.667 148.099)\" fill=\"#EADCC4\"/><circle cx=\"71.681\" cy=\"165.741\" r=\"4.421\" transform=\"rotate(-85 71.681 165.741)\" fill=\"#EADCC4\"/><circle cx=\"71.8\" cy=\"183.636\" r=\"4.421\" transform=\"rotate(-95 71.8 183.636)\" fill=\"#EADCC4\"/><circle cx=\"75.027\" cy=\"201.239\" r=\"4.421\" transform=\"rotate(-105 75.027 201.239)\" fill=\"#EADCC4\"/><circle cx=\"81.26\" cy=\"218.012\" r=\"4.421\" transform=\"rotate(-115 81.26 218.012)\" fill=\"#EADCC4\"/><circle cx=\"90.313\" cy=\"233.449\" r=\"4.421\" transform=\"rotate(-125 90.313 233.449)\" fill=\"#EADCC4\"/><circle cx=\"101.903\" cy=\"247.076\" r=\"4.421\" transform=\"rotate(-135 101.903 247.076)\" fill=\"#EADCC4\"/><circle cx=\"115.691\" cy=\"258.49\" r=\"4.421\" transform=\"rotate(-145 115.691 258.49)\" fill=\"#EADCC4\"/><circle cx=\"131.244\" cy=\"267.329\" r=\"4.421\" transform=\"rotate(-155 131.244 267.329)\" fill=\"#EADCC4\"/><circle cx=\"148.1\" cy=\"273.338\" r=\"4.421\" transform=\"rotate(-165 148.1 273.338)\" fill=\"#EADCC4\"/><circle cx=\"165.745\" cy=\"276.326\" r=\"4.421\" transform=\"rotate(-175 165.745 276.326)\" fill=\"#EADCC4\"/><circle cx=\"183.639\" cy=\"276.203\" r=\"4.421\" transform=\"rotate(175 183.639 276.203)\" fill=\"#EADCC4\"/><circle cx=\"201.239\" cy=\"272.977\" r=\"4.421\" transform=\"rotate(165 201.239 272.977)\" fill=\"#EADCC4\"/><circle cx=\"218.013\" cy=\"266.748\" r=\"4.421\" transform=\"rotate(155 218.013 266.748)\" fill=\"#EADCC4\"/><circle cx=\"233.451\" cy=\"257.695\" r=\"4.421\" transform=\"rotate(145 233.451 257.695)\" fill=\"#EADCC4\"/><circle cx=\"247.08\" cy=\"246.104\" r=\"4.421\" transform=\"rotate(135 247.08 246.104)\" fill=\"#EADCC4\"/><circle cx=\"258.49\" cy=\"232.314\" r=\"4.421\" transform=\"rotate(125 258.49 232.314)\" fill=\"#EADCC4\"/><circle cx=\"267.333\" cy=\"216.759\" r=\"4.421\" transform=\"rotate(115 267.333 216.759)\" fill=\"#EADCC4\"/><circle cx=\"273.337\" cy=\"199.905\" r=\"4.421\" transform=\"rotate(105 273.337 199.905)\" fill=\"#EADCC4\"/><circle cx=\"276.328\" cy=\"182.258\" r=\"4.421\" transform=\"rotate(95 276.328 182.258)\" fill=\"#EADCC4\"/><circle cx=\"276.206\" cy=\"164.368\" r=\"4.421\" transform=\"rotate(85 276.206 164.368)\" fill=\"#EADCC4\"/><circle cx=\"272.981\" cy=\"146.768\" r=\"4.421\" transform=\"rotate(75 272.981 146.768)\" fill=\"#EADCC4\"/><circle cx=\"266.748\" cy=\"129.995\" r=\"4.421\" transform=\"rotate(65 266.748 129.995)\" fill=\"#EADCC4\"/><circle cx=\"257.697\" cy=\"114.556\" r=\"4.421\" transform=\"rotate(55 257.697 114.556)\" fill=\"#EADCC4\"/><circle cx=\"246.103\" cy=\"100.926\" r=\"4.421\" transform=\"rotate(45 246.103 100.926)\" fill=\"#EADCC4\"/><circle cx=\"232.317\" cy=\"89.517\" r=\"4.421\" transform=\"rotate(35 232.317 89.517)\" fill=\"#EADCC4\"/><circle cx=\"216.762\" cy=\"80.673\" r=\"4.421\" transform=\"rotate(25 216.762 80.673)\" fill=\"#EADCC4\"/><circle cx=\"199.904\" cy=\"74.667\" r=\"4.421\" transform=\"rotate(15 199.904 74.667)\" fill=\"#EADCC4\"/><circle cx=\"182.261\" cy=\"71.677\" r=\"4.421\" transform=\"rotate(5 182.261 71.677)\" fill=\"#EADCC4\"/><circle cx=\"164.367\" cy=\"71.799\" r=\"4.421\" transform=\"rotate(-5 164.367 71.8)\" fill=\"#EADCC4\"/><circle cx=\"152.515\" cy=\"60.085\" r=\"3.929\" transform=\"rotate(-10 152.515 60.085)\" fill=\"#EADCC4\"/><circle cx=\"133.058\" cy=\"65.548\" r=\"3.929\" transform=\"rotate(-20 133.058 65.548)\" fill=\"#EADCC4\"/><circle cx=\"114.847\" cy=\"74.305\" r=\"3.929\" transform=\"rotate(-30 114.847 74.305)\" fill=\"#EADCC4\"/><circle cx=\"98.434\" cy=\"86.089\" r=\"3.929\" transform=\"rotate(-40 98.434 86.09)\" fill=\"#EADCC4\"/><circle cx=\"84.319\" cy=\"100.55\" r=\"3.929\" transform=\"rotate(-50 84.32 100.55)\" fill=\"#EADCC4\"/><circle cx=\"72.923\" cy=\"117.238\" r=\"3.929\" transform=\"rotate(-60 72.923 117.238)\" fill=\"#EADCC4\"/><circle cx=\"64.603\" cy=\"135.653\" r=\"3.929\" transform=\"rotate(-70 64.603 135.653)\" fill=\"#EADCC4\"/><circle cx=\"59.609\" cy=\"155.234\" r=\"3.929\" transform=\"rotate(-80 59.609 155.234)\" fill=\"#EADCC4\"/><circle cx=\"58.087\" cy=\"175.382\" r=\"3.929\" transform=\"rotate(-90 58.087 175.382)\" fill=\"#EADCC4\"/><circle cx=\"60.089\" cy=\"195.486\" r=\"3.929\" transform=\"rotate(-100 60.089 195.486)\" fill=\"#EADCC4\"/><circle cx=\"65.552\" cy=\"214.943\" r=\"3.929\" transform=\"rotate(-110 65.552 214.943)\" fill=\"#EADCC4\"/><circle cx=\"74.309\" cy=\"233.158\" r=\"3.929\" transform=\"rotate(-120 74.309 233.158)\" fill=\"#EADCC4\"/><circle cx=\"86.091\" cy=\"249.569\" r=\"3.929\" transform=\"rotate(-130 86.09 249.569)\" fill=\"#EADCC4\"/><circle cx=\"100.554\" cy=\"263.686\" r=\"3.929\" transform=\"rotate(-140 100.554 263.686)\" fill=\"#EADCC4\"/><circle cx=\"117.24\" cy=\"275.076\" r=\"3.929\" transform=\"rotate(-150 117.24 275.076)\" fill=\"#EADCC4\"/><circle cx=\"135.655\" cy=\"283.4\" r=\"3.929\" transform=\"rotate(-160 135.655 283.4)\" fill=\"#EADCC4\"/><circle cx=\"155.236\" cy=\"288.397\" r=\"3.929\" transform=\"rotate(-170 155.236 288.397)\" fill=\"#EADCC4\"/><circle cx=\"175.384\" cy=\"289.913\" r=\"3.929\" transform=\"rotate(180 175.384 289.913)\" fill=\"#EADCC4\"/><circle cx=\"195.491\" cy=\"287.915\" r=\"3.929\" transform=\"rotate(170 195.491 287.915)\" fill=\"#EADCC4\"/><circle cx=\"214.946\" cy=\"282.452\" r=\"3.929\" transform=\"rotate(160 214.946 282.452)\" fill=\"#EADCC4\"/><circle cx=\"233.159\" cy=\"273.695\" r=\"3.929\" transform=\"rotate(150 233.159 273.695)\" fill=\"#EADCC4\"/><circle cx=\"249.57\" cy=\"261.911\" r=\"3.929\" transform=\"rotate(140 249.57 261.911)\" fill=\"#EADCC4\"/><circle cx=\"263.687\" cy=\"247.45\" r=\"3.929\" transform=\"rotate(130 263.687 247.45)\" fill=\"#EADCC4\"/><circle cx=\"275.081\" cy=\"230.763\" r=\"3.929\" transform=\"rotate(120 275.081 230.763)\" fill=\"#EADCC4\"/><circle cx=\"283.401\" cy=\"212.348\" r=\"3.929\" transform=\"rotate(110 283.401 212.348)\" fill=\"#EADCC4\"/><circle cx=\"288.399\" cy=\"192.77\" r=\"3.929\" transform=\"rotate(100 288.399 192.77)\" fill=\"#EADCC4\"/><circle cx=\"289.917\" cy=\"172.619\" r=\"3.929\" transform=\"rotate(90 289.917 172.619)\" fill=\"#EADCC4\"/><circle cx=\"287.917\" cy=\"152.512\" r=\"3.929\" transform=\"rotate(80 287.917 152.512)\" fill=\"#EADCC4\"/><circle cx=\"282.454\" cy=\"133.056\" r=\"3.929\" transform=\"rotate(70 282.454 133.056)\" fill=\"#EADCC4\"/><circle cx=\"273.697\" cy=\"114.845\" r=\"3.929\" transform=\"rotate(60 273.697 114.845)\" fill=\"#EADCC4\"/><circle cx=\"261.911\" cy=\"98.433\" r=\"3.929\" transform=\"rotate(50 261.911 98.433)\" fill=\"#EADCC4\"/><circle cx=\"247.452\" cy=\"84.316\" r=\"3.929\" transform=\"rotate(40 247.452 84.316)\" fill=\"#EADCC4\"/><circle cx=\"230.766\" cy=\"72.921\" r=\"3.929\" transform=\"rotate(30 230.766 72.92)\" fill=\"#EADCC4\"/><circle cx=\"212.351\" cy=\"64.602\" r=\"3.929\" transform=\"rotate(20 212.351 64.602)\" fill=\"#EADCC4\"/><circle cx=\"192.77\" cy=\"59.606\" r=\"3.929\" transform=\"rotate(10 192.77 59.606)\" fill=\"#EADCC4\"/><circle cx=\"172.622\" cy=\"58.084\" r=\"3.929\" fill=\"#EADCC4\"/><circle cx=\"138.563\" cy=\"49.762\" r=\"3.438\" transform=\"rotate(-15 138.563 49.762)\" fill=\"#EADCC4\"/><circle cx=\"117.528\" cy=\"57.803\" r=\"3.438\" transform=\"rotate(-25 117.528 57.803)\" fill=\"#EADCC4\"/><circle cx=\"98.207\" cy=\"69.376\" r=\"3.438\" transform=\"rotate(-35 98.207 69.376)\" fill=\"#EADCC4\"/><circle cx=\"81.189\" cy=\"84.126\" r=\"3.438\" transform=\"rotate(-45 81.19 84.126)\" fill=\"#EADCC4\"/><circle cx=\"66.994\" cy=\"101.606\" r=\"3.438\" transform=\"rotate(-55 66.994 101.606)\" fill=\"#EADCC4\"/><circle cx=\"56.048\" cy=\"121.289\" r=\"3.438\" transform=\"rotate(-65 56.048 121.289)\" fill=\"#EADCC4\"/><circle cx=\"48.684\" cy=\"142.569\" r=\"3.438\" transform=\"rotate(-75 48.684 142.569)\" fill=\"#EADCC4\"/><circle cx=\"45.133\" cy=\"164.809\" r=\"3.438\" transform=\"rotate(-85 45.133 164.809)\" fill=\"#EADCC4\"/><circle cx=\"45.491\" cy=\"187.326\" r=\"3.438\" transform=\"rotate(-95 45.491 187.326)\" fill=\"#EADCC4\"/><circle cx=\"49.759\" cy=\"209.438\" r=\"3.438\" transform=\"rotate(-105 49.76 209.438)\" fill=\"#EADCC4\"/><circle cx=\"57.799\" cy=\"230.471\" r=\"3.438\" transform=\"rotate(-115 57.799 230.471)\" fill=\"#EADCC4\"/><circle cx=\"69.371\" cy=\"249.795\" r=\"3.438\" transform=\"rotate(-125 69.371 249.795)\" fill=\"#EADCC4\"/><circle cx=\"84.12\" cy=\"266.81\" r=\"3.438\" transform=\"rotate(-135 84.12 266.81)\" fill=\"#EADCC4\"/><circle cx=\"101.603\" cy=\"281.007\" r=\"3.438\" transform=\"rotate(-145 101.603 281.007)\" fill=\"#EADCC4\"/><circle cx=\"121.284\" cy=\"291.954\" r=\"3.438\" transform=\"rotate(-155 121.284 291.954)\" fill=\"#EADCC4\"/><circle cx=\"142.567\" cy=\"299.315\" r=\"3.438\" transform=\"rotate(-165 142.567 299.315)\" fill=\"#EADCC4\"/><circle cx=\"164.804\" cy=\"302.869\" r=\"3.438\" transform=\"rotate(-175 164.804 302.869)\" fill=\"#EADCC4\"/><circle cx=\"187.321\" cy=\"302.508\" r=\"3.438\" transform=\"rotate(175 187.321 302.508)\" fill=\"#EADCC4\"/><circle cx=\"209.433\" cy=\"298.24\" r=\"3.438\" transform=\"rotate(165 209.433 298.24)\" fill=\"#EADCC4\"/><circle cx=\"230.468\" cy=\"290.201\" r=\"3.438\" transform=\"rotate(155 230.468 290.201)\" fill=\"#EADCC4\"/><circle cx=\"249.789\" cy=\"278.63\" r=\"3.438\" transform=\"rotate(145 249.789 278.63)\" fill=\"#EADCC4\"/><circle cx=\"266.805\" cy=\"263.879\" r=\"3.438\" transform=\"rotate(135 266.805 263.879)\" fill=\"#EADCC4\"/><circle cx=\"281.002\" cy=\"246.4\" r=\"3.438\" transform=\"rotate(125 281.002 246.4)\" fill=\"#EADCC4\"/><circle cx=\"291.948\" cy=\"226.72\" r=\"3.438\" transform=\"rotate(115 291.948 226.72)\" fill=\"#EADCC4\"/><circle cx=\"299.31\" cy=\"205.433\" r=\"3.438\" transform=\"rotate(105 299.31 205.433)\" fill=\"#EADCC4\"/><circle cx=\"302.864\" cy=\"183.198\" r=\"3.438\" transform=\"rotate(95 302.864 183.198)\" fill=\"#EADCC4\"/><circle cx=\"302.503\" cy=\"160.678\" r=\"3.438\" transform=\"rotate(85 302.503 160.678)\" fill=\"#EADCC4\"/><circle cx=\"298.237\" cy=\"138.566\" r=\"3.438\" transform=\"rotate(75 298.237 138.566)\" fill=\"#EADCC4\"/><circle cx=\"290.198\" cy=\"117.532\" r=\"3.438\" transform=\"rotate(65 290.198 117.532)\" fill=\"#EADCC4\"/><circle cx=\"278.627\" cy=\"98.213\" r=\"3.438\" transform=\"rotate(55 278.627 98.213)\" fill=\"#EADCC4\"/><circle cx=\"263.876\" cy=\"81.195\" r=\"3.438\" transform=\"rotate(45 263.876 81.195)\" fill=\"#EADCC4\"/><circle cx=\"246.395\" cy=\"66.997\" r=\"3.438\" transform=\"rotate(35 246.395 66.997)\" fill=\"#EADCC4\"/><circle cx=\"226.711\" cy=\"56.052\" r=\"3.438\" transform=\"rotate(25 226.711 56.052)\" fill=\"#EADCC4\"/><circle cx=\"205.431\" cy=\"48.69\" r=\"3.438\" transform=\"rotate(15 205.431 48.69)\" fill=\"#EADCC4\"/><circle cx=\"183.193\" cy=\"45.137\" r=\"3.438\" transform=\"rotate(5 183.193 45.137)\" fill=\"#EADCC4\"/><circle cx=\"160.676\" cy=\"45.496\" r=\"3.438\" transform=\"rotate(-5 160.676 45.496)\" fill=\"#EADCC4\"/><circle cx=\"146.545\" cy=\"34.203\" r=\"2.947\" transform=\"rotate(-10 146.545 34.203)\" fill=\"#EADCC4\"/><circle cx=\"122.689\" cy=\"41.095\" r=\"2.947\" transform=\"rotate(-20 122.689 41.095)\" fill=\"#EADCC4\"/><circle cx=\"100.388\" cy=\"52.023\" r=\"2.947\" transform=\"rotate(-30 100.388 52.023)\" fill=\"#EADCC4\"/><circle cx=\"80.325\" cy=\"66.659\" r=\"2.947\" transform=\"rotate(-40 80.325 66.659)\" fill=\"#EADCC4\"/><circle cx=\"63.11\" cy=\"84.555\" r=\"2.947\" transform=\"rotate(-50 63.11 84.555)\" fill=\"#EADCC4\"/><circle cx=\"49.263\" cy=\"105.172\" r=\"2.947\" transform=\"rotate(-60 49.263 105.172)\" fill=\"#EADCC4\"/><circle cx=\"39.209\" cy=\"127.876\" r=\"2.947\" transform=\"rotate(-70 39.209 127.876)\" fill=\"#EADCC4\"/><circle cx=\"33.246\" cy=\"151.982\" r=\"2.947\" transform=\"rotate(-80 33.246 151.982)\" fill=\"#EADCC4\"/><circle cx=\"31.561\" cy=\"176.761\" r=\"2.947\" transform=\"rotate(-90 31.561 176.761)\" fill=\"#EADCC4\"/><circle cx=\"34.206\" cy=\"201.455\" r=\"2.947\" transform=\"rotate(-100 34.206 201.455)\" fill=\"#EADCC4\"/><circle cx=\"41.097\" cy=\"225.311\" r=\"2.947\" transform=\"rotate(-110 41.097 225.311)\" fill=\"#EADCC4\"/><circle cx=\"52.025\" cy=\"247.611\" r=\"2.947\" transform=\"rotate(-120 52.025 247.611)\" fill=\"#EADCC4\"/><circle cx=\"66.661\" cy=\"267.675\" r=\"2.947\" transform=\"rotate(-130 66.661 267.675)\" fill=\"#EADCC4\"/><circle cx=\"84.558\" cy=\"284.889\" r=\"2.947\" transform=\"rotate(-140 84.558 284.889)\" fill=\"#EADCC4\"/><circle cx=\"105.176\" cy=\"298.732\" r=\"2.947\" transform=\"rotate(-150 105.176 298.732)\" fill=\"#EADCC4\"/><circle cx=\"127.88\" cy=\"308.791\" r=\"2.947\" transform=\"rotate(-160 127.88 308.791)\" fill=\"#EADCC4\"/><circle cx=\"151.986\" cy=\"314.752\" r=\"2.947\" transform=\"rotate(-170 151.986 314.752)\" fill=\"#EADCC4\"/><circle cx=\"176.763\" cy=\"316.44\" r=\"2.947\" transform=\"rotate(180 176.763 316.44)\" fill=\"#EADCC4\"/><circle cx=\"201.456\" cy=\"313.794\" r=\"2.947\" transform=\"rotate(170 201.456 313.794)\" fill=\"#EADCC4\"/><circle cx=\"225.313\" cy=\"306.901\" r=\"2.947\" transform=\"rotate(160 225.313 306.901)\" fill=\"#EADCC4\"/><circle cx=\"247.614\" cy=\"295.972\" r=\"2.947\" transform=\"rotate(150 247.614 295.972)\" fill=\"#EADCC4\"/><circle cx=\"267.675\" cy=\"281.336\" r=\"2.947\" transform=\"rotate(140 267.675 281.336)\" fill=\"#EADCC4\"/><circle cx=\"284.89\" cy=\"263.442\" r=\"2.947\" transform=\"rotate(130 284.89 263.442)\" fill=\"#EADCC4\"/><circle cx=\"298.739\" cy=\"242.822\" r=\"2.947\" transform=\"rotate(120 298.739 242.822)\" fill=\"#EADCC4\"/><circle cx=\"308.794\" cy=\"220.12\" r=\"2.947\" transform=\"rotate(110 308.794 220.12)\" fill=\"#EADCC4\"/><circle cx=\"314.756\" cy=\"196.012\" r=\"2.947\" transform=\"rotate(100 314.756 196.012)\" fill=\"#EADCC4\"/><circle cx=\"316.441\" cy=\"171.236\" r=\"2.947\" transform=\"rotate(90 316.441 171.236)\" fill=\"#EADCC4\"/><circle cx=\"313.796\" cy=\"146.541\" r=\"2.947\" transform=\"rotate(80 313.796 146.541)\" fill=\"#EADCC4\"/><circle cx=\"306.903\" cy=\"122.685\" r=\"2.947\" transform=\"rotate(70 306.903 122.685)\" fill=\"#EADCC4\"/><circle cx=\"295.977\" cy=\"100.386\" r=\"2.947\" transform=\"rotate(60 295.977 100.386)\" fill=\"#EADCC4\"/><circle cx=\"281.341\" cy=\"80.323\" r=\"2.947\" transform=\"rotate(50 281.341 80.323)\" fill=\"#EADCC4\"/><circle cx=\"263.442\" cy=\"63.107\" r=\"2.947\" transform=\"rotate(40 263.442 63.107)\" fill=\"#EADCC4\"/><circle cx=\"242.824\" cy=\"49.26\" r=\"2.947\" transform=\"rotate(30 242.824 49.26)\" fill=\"#EADCC4\"/><circle cx=\"220.122\" cy=\"39.205\" r=\"2.947\" transform=\"rotate(20 220.122 39.205)\" fill=\"#EADCC4\"/><circle cx=\"196.014\" cy=\"33.243\" r=\"2.947\" transform=\"rotate(10 196.014 33.243)\" fill=\"#EADCC4\"/><circle cx=\"171.237\" cy=\"31.559\" r=\"2.947\" fill=\"#EADCC4\"/><circle cx=\"130.366\" cy=\"24.502\" r=\"2.456\" transform=\"rotate(-15 130.366 24.502)\" fill=\"#EADCC4\"/><circle cx=\"105.071\" cy=\"34.349\" r=\"2.456\" transform=\"rotate(-25 105.071 34.349)\" fill=\"#EADCC4\"/><circle cx=\"81.865\" cy=\"48.44\" r=\"2.456\" transform=\"rotate(-35 81.865 48.44)\" fill=\"#EADCC4\"/><circle cx=\"61.465\" cy=\"66.348\" r=\"2.456\" transform=\"rotate(-45 61.465 66.348)\" fill=\"#EADCC4\"/><circle cx=\"44.48\" cy=\"87.524\" r=\"2.456\" transform=\"rotate(-55 44.48 87.524)\" fill=\"#EADCC4\"/><circle cx=\"31.431\" cy=\"111.329\" r=\"2.456\" transform=\"rotate(-65 31.43 111.329)\" fill=\"#EADCC4\"/><circle cx=\"22.714\" cy=\"137.04\" r=\"2.456\" transform=\"rotate(-75 22.714 137.04)\" fill=\"#EADCC4\"/><circle cx=\"18.592\" cy=\"163.873\" r=\"2.456\" transform=\"rotate(-85 18.592 163.873)\" fill=\"#EADCC4\"/><circle cx=\"19.192\" cy=\"191.013\" r=\"2.456\" transform=\"rotate(-95 19.192 191.013)\" fill=\"#EADCC4\"/><circle cx=\"24.5\" cy=\"217.637\" r=\"2.456\" transform=\"rotate(-105 24.5 217.637)\" fill=\"#EADCC4\"/><circle cx=\"34.349\" cy=\"242.938\" r=\"2.456\" transform=\"rotate(-115 34.35 242.938)\" fill=\"#EADCC4\"/><circle cx=\"48.442\" cy=\"266.138\" r=\"2.456\" transform=\"rotate(-125 48.442 266.138)\" fill=\"#EADCC4\"/><circle cx=\"66.349\" cy=\"286.542\" r=\"2.456\" transform=\"rotate(-135 66.349 286.542)\" fill=\"#EADCC4\"/><circle cx=\"87.523\" cy=\"303.527\" r=\"2.456\" transform=\"rotate(-145 87.523 303.527)\" fill=\"#EADCC4\"/><circle cx=\"111.328\" cy=\"316.574\" r=\"2.456\" transform=\"rotate(-155 111.328 316.574)\" fill=\"#EADCC4\"/><circle cx=\"137.038\" cy=\"325.295\" r=\"2.456\" transform=\"rotate(-165 137.038 325.295)\" fill=\"#EADCC4\"/><circle cx=\"163.87\" cy=\"329.413\" r=\"2.456\" transform=\"rotate(-175 163.87 329.413)\" fill=\"#EADCC4\"/><circle cx=\"191.012\" cy=\"328.811\" r=\"2.456\" transform=\"rotate(175 191.012 328.811)\" fill=\"#EADCC4\"/><circle cx=\"217.638\" cy=\"323.504\" r=\"2.456\" transform=\"rotate(165 217.638 323.504)\" fill=\"#EADCC4\"/><circle cx=\"242.933\" cy=\"313.656\" r=\"2.456\" transform=\"rotate(155 242.933 313.656)\" fill=\"#EADCC4\"/><circle cx=\"266.139\" cy=\"299.566\" r=\"2.456\" transform=\"rotate(145 266.139 299.566)\" fill=\"#EADCC4\"/><circle cx=\"286.541\" cy=\"281.658\" r=\"2.456\" transform=\"rotate(135 286.541 281.658)\" fill=\"#EADCC4\"/><circle cx=\"303.528\" cy=\"260.48\" r=\"2.456\" transform=\"rotate(125 303.528 260.48)\" fill=\"#EADCC4\"/><circle cx=\"316.575\" cy=\"236.675\" r=\"2.456\" transform=\"rotate(115 316.575 236.675)\" fill=\"#EADCC4\"/><circle cx=\"325.292\" cy=\"210.966\" r=\"2.456\" transform=\"rotate(105 325.292 210.966)\" fill=\"#EADCC4\"/><circle cx=\"329.41\" cy=\"184.133\" r=\"2.456\" transform=\"rotate(95 329.41 184.133)\" fill=\"#EADCC4\"/><circle cx=\"328.81\" cy=\"156.988\" r=\"2.456\" transform=\"rotate(85 328.81 156.988)\" fill=\"#EADCC4\"/><circle cx=\"323.505\" cy=\"130.365\" r=\"2.456\" transform=\"rotate(75 323.505 130.365)\" fill=\"#EADCC4\"/><circle cx=\"313.655\" cy=\"105.069\" r=\"2.456\" transform=\"rotate(65 313.655 105.069)\" fill=\"#EADCC4\"/><circle cx=\"299.564\" cy=\"81.864\" r=\"2.456\" transform=\"rotate(55 299.564 81.864)\" fill=\"#EADCC4\"/><circle cx=\"281.657\" cy=\"61.463\" r=\"2.456\" transform=\"rotate(45 281.657 61.463)\" fill=\"#EADCC4\"/><circle cx=\"260.479\" cy=\"44.48\" r=\"2.456\" transform=\"rotate(35 260.479 44.48)\" fill=\"#EADCC4\"/><circle cx=\"236.674\" cy=\"31.428\" r=\"2.456\" transform=\"rotate(25 236.674 31.428)\" fill=\"#EADCC4\"/><circle cx=\"210.965\" cy=\"22.713\" r=\"2.456\" transform=\"rotate(15 210.965 22.713)\" fill=\"#EADCC4\"/><circle cx=\"184.132\" cy=\"18.592\" r=\"2.456\" transform=\"rotate(5 184.132 18.592)\" fill=\"#EADCC4\"/><circle cx=\"156.988\" cy=\"19.193\" r=\"2.456\" transform=\"rotate(-5 156.988 19.193)\" fill=\"#EADCC4\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:694,intrinsicWidth:340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2475+80+237+0+0+0+0),pixelHeight:1388,pixelWidth:680,sizes:\"293.64px\",src:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp 680w\"}},X92FYzTJb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:694,intrinsicWidth:340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2811+80+237+0+0+0+0),pixelHeight:1388,pixelWidth:680,sizes:\"266.48px\",src:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp 680w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:694,intrinsicWidth:340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2131+100+237+0+0+0+0),pixelHeight:1388,pixelWidth:680,sizes:\"293.64px\",src:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/u8ITAAsvW2XBNJ7Iz91Xlp65yNo.webp 680w\"},className:\"framer-1fezi9w\",\"data-framer-name\":\"IPhone 12 Mini\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u1wz89\",\"data-framer-name\":\"front illustration\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{animate:undefined,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2475+80+237+0+0+599.36-442.3808+0+0),positionX:\"center\",positionY:\"center\",sizes:\"183px\",src:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png\",srcSet:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png 1112w\"},initial:undefined,optimized:undefined},X92FYzTJb:{animate:undefined,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2811+80+237+0+0+543.92-395.7+0+0),positionX:\"center\",positionY:\"center\",sizes:\"180.07px\",src:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png\",srcSet:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png 1112w\"},initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation27,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2131+100+237+0+0+599.36-453.27+0+0),positionX:\"center\",positionY:\"center\",sizes:\"240.09px\",src:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png\",srcSet:\"https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/icEVqoiLxOIwQitl6PnqInoJHY.png 1112w\"},className:\"framer-unpzo5\",\"data-border\":true,\"data-framer-appear-id\":\"unpzo5\",\"data-framer-name\":\"Frame%20633.png\",initial:animation28,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{animate:undefined,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2475+80+237+0+0+599.36-442.3808+0+90.912),positionX:\"center\",positionY:\"center\",sizes:\"183px\",src:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png\",srcSet:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=512 512w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png 1112w\"},initial:undefined,optimized:undefined},X92FYzTJb:{animate:undefined,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2811+80+237+0+0+543.92-395.7+0+87.44),positionX:\"center\",positionY:\"center\",sizes:\"180.07px\",src:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png\",srcSet:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=512 512w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png 1112w\"},initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation29,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2131+100+237+0+0+599.36-453.27+0+116.59),positionX:\"center\",positionY:\"center\",sizes:\"240.09px\",src:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png\",srcSet:\"https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=512 512w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vpPfjhd7jXh8wLj4mrUItBOBbU.png 1112w\"},className:\"framer-1ouk4kb\",\"data-border\":true,\"data-framer-appear-id\":\"1ouk4kb\",\"data-framer-name\":\"Frame%20632.png\",initial:animation30,optimized:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation31,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g7fvoy\",\"data-framer-name\":\"info wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dfkhrm\",\"data-framer-name\":\"top wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6gjzpr\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-115oaxp\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a4xmf9\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yd9m21\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#4D3454\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-eye\"><path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect\"})})}),className:\"framer-1qsbgax\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:\"Connect your data, start earning. The more data you connect the more you earn.\"})}),className:\"framer-1gxtrgz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-frbzov\",\"data-framer-name\":\"divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oxqhui\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-137umd5\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ljr9ee\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g7xcbp\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4D3454\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-book-key\"><path d=\"m19 3 1 1m0-2-4.5 4.5M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14\"/><circle cx=\"14\" cy=\"8\" r=\"2\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn\"})})}),className:\"framer-sovyiv\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:\"Discover and track your unconscious online behaviours. You're in control.\"})}),className:\"framer-1pvg6mp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17bnxch\",\"data-framer-name\":\"divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2v1x2\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-awcgy4\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uuvusg\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1sxlr0t\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4D3454\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-dollar-sign\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 2V6\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Earn\"})})}),className:\"framer-125g8z7\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, rgb(255, 253, 249))\"},children:\"Monetize your data by sharing insights with brands you love and earn rewards.\"})}),className:\"framer-cbggrk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1volx58\",\"data-framer-name\":\"buttons wrap\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{height:56,width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 64px, 260px)`,y:(componentViewport?.y||0)+0+0+0+2475+80+237+771.36-456+32+270+0+0},X92FYzTJb:{height:56,width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1000px) - 56px, 260px)`,y:(componentViewport?.y||0)+0+0+0+2811+80+237+1123.92-954+28+776+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xrqb56-container hidden-72rtr7\",\"data-framer-name\":\"app store\",name:\"app store\",nodeId:\"F7tV3CaM3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(DownloadFromStoreButtons,{A64li3vBr:\"https://apps.apple.com/gb/app/rita-your-data-in-your-pocket/id1538361872\",height:\"100%\",id:\"F7tV3CaM3\",layoutId:\"F7tV3CaM3\",name:\"app store\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"bC7mt1hiK\",width:\"100%\",xqKxxfR3Y:\"var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, rgb(207, 244, 105))\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{height:56,width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 64px, 260px)`,y:(componentViewport?.y||0)+0+0+0+2475+80+237+771.36-456+32+270+0+66},X92FYzTJb:{height:56,width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1000px) - 56px, 260px)`,y:(componentViewport?.y||0)+0+0+0+2811+80+237+1123.92-954+28+776+0+66}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8wn10x-container hidden-72rtr7\",\"data-framer-name\":\"google play\",name:\"google play\",nodeId:\"IqB3y1KOr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(DownloadFromStoreButtons,{A64li3vBr:\"https://play.google.com/store/apps/details?id=com.ritapersonaldata.rita&hl=en\",height:\"100%\",id:\"IqB3y1KOr\",layoutId:\"IqB3y1KOr\",name:\"google play\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"YomSB1ZkM\",width:\"100%\",xqKxxfR3Y:\"var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, rgb(207, 244, 105))\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+2131+100+237+771.36-390+32+270+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hqh0nc-container hidden-12lvzt8 hidden-w5qgpj\",\"data-framer-name\":\"chrome extension\",name:\"chrome extension\",nodeId:\"BbJKDJZcN\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(CtaButton,{GaweYUWt5:\"https://chromewebstore.google.com/detail/rita-earn-from-your-data/nngeinfjhngdgdnojeeoilgmfeanngjn\",height:\"100%\",id:\"BbJKDJZcN\",layoutId:\"BbJKDJZcN\",name:\"chrome extension\",PDYSvWi6V:\"e13ehQCvP\",u8JhVatJr:false,variant:\"MAo_yMLS3\",width:\"100%\",xIWQsMuIU:\"Try for Free\"})})})]})]})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-8fjot3\",\"data-framer-name\":\"testimonials\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1omtl0l\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17e04ox\",\"data-framer-name\":\"title wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{effect:undefined},X92FYzTJb:{effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Your personal information\",/*#__PURE__*/_jsx(\"br\",{}),\"is always safe\"]})}),className:\"framer-j1rxpq\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zkdfry\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uqr1pu\",\"data-framer-name\":\"gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation32,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kpkdi8\",\"data-border\":true,\"data-framer-name\":\"Variant 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6m6g37\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y7syom\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-srxmmn\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-90wsgc\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6322\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-lock-keyhole\"><circle cx=\"12\" cy=\"16\" r=\"1\"/><rect x=\"3\" y=\"10\" width=\"18\" height=\"12\" rx=\"2\"/><path d=\"M7 10V7a5 5 0 0 1 10 0v3\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy-first\"})})}),className:\"framer-emtos\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:\"We don\u2019t reveal your personal data to any third parties. Ever.\"})}),className:\"framer-uce3oz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation33,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tkybn4\",\"data-border\":true,\"data-framer-name\":\"Variant 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nqlzy5\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aci8ev\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j4omfk\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1od1odk\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1F74FE\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-wallet-cards\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Data wallet\"})})}),className:\"framer-1lzt0iy\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:\"Your data is stored in your personal wallet with multi-layered encryption.\"})}),className:\"framer-1si23i4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation34,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13a2ye5\",\"data-border\":true,\"data-framer-name\":\"Variant 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-maf3m3\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dp10z0\",\"data-framer-name\":\"icon wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13u8x5k\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2gcfrw\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2CA882\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe-lock\"><path d=\"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13M2 12h8.5M20 6V4a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"6\" rx=\"1\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-469e97\",\"data-styles-preset\":\"jWXai5WCM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy-pipelines\"})})}),className:\"framer-1t41rl9\",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-tv9hdr\",\"data-styles-preset\":\"zQS1tNrDC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84))\"},children:\"Your data is always secured through end-to-end encryption.\"})}),className:\"framer-agq80z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-2vbqah\",\"data-framer-name\":\"faq\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-a8jbhz\",\"data-framer-name\":\"content wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xt0f3y\",\"data-framer-name\":\"title wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Frequently\",/*#__PURE__*/_jsx(\"br\",{}),\"asked\",/*#__PURE__*/_jsx(\"br\",{}),\"questions\"]})}),effect:undefined},X92FYzTJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently asked questions\"})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-15eugr9\",\"data-styles-preset\":\"HX9SUzATk\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Frequently asked\",/*#__PURE__*/_jsx(\"br\",{}),\"questions\"]})}),className:\"framer-19spsv3\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"\",fit:\"fit\",intrinsicHeight:386.5,intrinsicWidth:389.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4199.36+80+0+0+0+88),pixelHeight:627,pixelWidth:580,positionX:\"center\",positionY:\"center\",sizes:\"210px\",src:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp 580w\"}},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"\",fit:\"fit\",intrinsicHeight:386.5,intrinsicWidth:389.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5455.92+80+0+0+0+0+80),pixelHeight:627,pixelWidth:580,positionX:\"center\",positionY:\"center\",sizes:\"186px\",src:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp 580w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation36,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:386.5,intrinsicWidth:389.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3935.36+100+0+0+0+88),pixelHeight:627,pixelWidth:580,positionX:\"center\",positionY:\"center\",sizes:\"286px\",src:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/u2vxjJjJgUDk6CQBvd6JAyW2wM.webp 580w\"},className:\"framer-7ysc6o\",\"data-framer-name\":\"img\"})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cgq2rd hidden-12lvzt8\",\"data-framer-name\":\"gap\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{y:(componentViewport?.y||0)+0+0+0+4199.36+80+0+0},X92FYzTJb:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+5455.92+80+0+0+305}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:582,y:(componentViewport?.y||0)+0+0+0+3935.36+100+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vqR4AQSnr:{__framer__styleAppearEffectEnabled:undefined},X92FYzTJb:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation37,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-agaz6c-container\",nodeId:\"J6C8LoRuh\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"J6C8LoRuh\",layoutId:\"J6C8LoRuh\",style:{width:\"100%\"},width:\"100%\"})})})})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nOHux.framer-lux5qc, .framer-nOHux .framer-lux5qc { display: block; }\",\".framer-nOHux.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-db4ee147-b68d-4923-a33a-b69c4e7d0151, #fffdf9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-nOHux .framer-yv9u3o { -webkit-user-select: none; flex: none; height: 1px; left: 0px; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 0; }\",\".framer-nOHux .framer-gz488s { 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-nOHux .framer-1mggkz2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 224px 60px 120px 60px; position: relative; width: 100%; }\",\".framer-nOHux .framer-5ror4q { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nOHux .framer-1fjj26n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-jbeiqc { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-75v4gl-container, .framer-nOHux .framer-1gpn74i-container, .framer-nOHux .framer-1n6i4j4-container, .framer-nOHux .framer-1hqh0nc-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-4nqgto { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1vdwf9y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nOHux .framer-1obs6xq, .framer-nOHux .framer-1uekhnc, .framer-nOHux .framer-2ultkt, .framer-nOHux .framer-1pn4hx8, .framer-nOHux .framer-1qsbgax, .framer-nOHux .framer-sovyiv, .framer-nOHux .framer-125g8z7, .framer-nOHux .framer-j1rxpq, .framer-nOHux .framer-emtos, .framer-nOHux .framer-1lzt0iy, .framer-nOHux .framer-1t41rl9, .framer-nOHux .framer-19spsv3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nOHux .framer-3patlu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nOHux .framer-187gv3a { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-nOHux .framer-8lmqgo-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-1luexuk, .framer-nOHux .framer-1cgq2rd { flex: 1 0 0px; height: 40px; max-width: 100px; min-width: 40px; opacity: 0; overflow: hidden; pointer-events: none; position: relative; width: 1px; }\",\".framer-nOHux .framer-w2c3pp { flex: none; height: 265px; overflow: visible; position: relative; width: 428px; z-index: 0; }\",\".framer-nOHux .framer-tnp5dk { flex: none; height: 682px; left: calc(50.46728971962619% - 505.5px / 2); overflow: visible; position: absolute; top: calc(50.18867924528304% - 682px / 2); width: 506px; z-index: 1; }\",\".framer-nOHux .framer-ofh7l6 { flex: none; height: 605px; left: calc(31.454005934718122% - 405.5px / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(49.706744868035216% - 604.5px / 2); width: 406px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-1kmgsm { flex: none; height: 597px; left: calc(56.775469831849676% - 397.5px / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(59.090909090909115% - 597px / 2); width: 398px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-1d7vdtn { --border-bottom-width: 1px; --border-color: rgba(162, 152, 164, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, #cff469); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: none; height: 265px; left: calc(50.00000000000002% - 428px / 2); overflow: visible; position: absolute; top: calc(50.18867924528304% - 265px / 2); width: 428px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-nOHux .framer-1crshzs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 100px 60px 116px 60px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1483rqd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-q7h91y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-nOHux .framer-zjgmel-container { flex: none; height: 252px; max-width: 1400px; position: relative; width: 100%; z-index: 4; }\",\".framer-nOHux .framer-1p72itv-container, .framer-nOHux .framer-yc5lba-container, .framer-nOHux .framer-1wmy07t-container, .framer-nOHux .framer-1dlcfl6-container, .framer-nOHux .framer-17d2e1q-container, .framer-nOHux .framer-m8vur3-container, .framer-nOHux .framer-1py82x1-container, .framer-nOHux .framer-gc0nja-container { height: auto; position: relative; width: 400px; }\",\".framer-nOHux .framer-m1q5ml-container { flex: none; height: 248px; max-width: 1400px; position: relative; width: 100%; z-index: 4; }\",\".framer-nOHux .framer-frkr79 { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 28.000000000000004%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 68%, rgba(0, 0, 0, 0) 72%) add; -webkit-user-select: none; bottom: -392px; flex: none; left: -157px; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 28.000000000000004%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 68%, rgba(0, 0, 0, 0) 72%) add; overflow: visible; pointer-events: none; position: absolute; right: -157px; top: -391px; user-select: none; z-index: 1; }\",\".framer-nOHux .framer-12f36hy { aspect-ratio: 1 / 1; background: radial-gradient(50% 50% at 50% 50%, rgba(221, 195, 182, 0.5) 0%, rgba(221, 195, 182, 0) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; bottom: -156px; flex: none; left: 132px; opacity: 0.6; overflow: hidden; position: absolute; top: -156px; width: var(--framer-aspect-ratio-supported, 681px); will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-61y86g { align-content: center; align-items: center; background-color: #fff7eb; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 108px 60px 108px 60px; position: relative; width: 100%; }\",\".framer-nOHux .framer-11y9zks { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nOHux .framer-183qwpd { aspect-ratio: 1 / 1; background: radial-gradient(50% 50% at 50% 50%, rgba(221, 195, 182, 0.65) 0%, rgba(221, 195, 182, 0) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; bottom: -256px; flex: none; opacity: 0.6; overflow: hidden; position: absolute; right: -268px; top: -96px; width: var(--framer-aspect-ratio-supported, 816px); will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-uzg3he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1mlmqom { flex: none; height: 227px; position: relative; width: 273px; }\",\".framer-nOHux .framer-8uf6ey, .framer-nOHux .framer-sjdpp3, .framer-nOHux .framer-6gjzpr, .framer-nOHux .framer-oxqhui, .framer-nOHux .framer-2v1x2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nOHux .framer-kuk1gw, .framer-nOHux .framer-5b83qe, .framer-nOHux .framer-qdpww0, .framer-nOHux .framer-1cgrs0, .framer-nOHux .framer-yvhaqi, .framer-nOHux .framer-2hmtkc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nOHux .framer-4nang4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1d6pe21 { flex: none; height: 197px; position: relative; width: 215px; }\",\".framer-nOHux .framer-1qt6id6, .framer-nOHux .framer-2vbqah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 100px 60px 100px 60px; position: relative; width: 100%; }\",\".framer-nOHux .framer-cwvpkz, .framer-nOHux .framer-6m6g37, .framer-nOHux .framer-nqlzy5, .framer-nOHux .framer-maf3m3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1q9kiw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 172px 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-3nx9e0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nOHux .framer-1onku4j { background: radial-gradient(50% 50% at 50% 50%, rgba(221, 195, 182, 0.5) 0%, rgba(221, 195, 182, 0) 100%); border-bottom-left-radius: 864px; border-bottom-right-radius: 864px; border-top-left-radius: 864px; border-top-right-radius: 864px; bottom: -126px; flex: none; left: -270px; opacity: 0.8; overflow: hidden; position: absolute; right: -196px; top: -33px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-j5rcok { -webkit-user-select: none; flex: none; height: 630px; left: calc(50.00000000000002% - 630px / 2); overflow: hidden; pointer-events: none; position: absolute; top: calc(50.04170141784823% - 630px / 2); user-select: none; width: 630px; z-index: 0; }\",\".framer-nOHux .framer-w266nn { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-nOHux .framer-1fezi9w { aspect-ratio: 0.4899135446685879 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); overflow: visible; position: relative; width: 294px; }\",\".framer-nOHux .framer-1u1wz89 { align-content: center; align-items: center; bottom: 189px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -122px; overflow: visible; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-nOHux .framer-unpzo5 { --border-bottom-width: 1px; --border-color: rgba(162, 152, 164, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 21px; border-bottom-right-radius: 21px; border-top-left-radius: 21px; border-top-right-radius: 21px; box-shadow: 0px 0.6021873017743928px 3.010936508871964px 0px rgba(0, 0, 0, 0.01), 0px 2.288533303243457px 11.442666516217285px 0px rgba(0, 0, 0, 0.02289), 0px 10px 50px 0px rgba(0, 0, 0, 0.1); flex: none; height: 106px; overflow: hidden; position: relative; width: 240px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-1ouk4kb { --border-bottom-width: 1px; --border-color: rgba(162, 152, 164, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 21px; border-bottom-right-radius: 21px; border-top-left-radius: 21px; border-top-right-radius: 21px; box-shadow: 0px 0.6021873017743928px 3.010936508871964px 0px rgba(0, 0, 0, 0.01), 0px 2.288533303243457px 11.442666516217285px 0px rgba(0, 0, 0, 0.02289), 0px 10px 50px 0px rgba(0, 0, 0, 0.1); flex: none; height: 148px; overflow: visible; position: relative; width: 240px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-nOHux .framer-g7fvoy { align-content: center; align-items: center; background-color: var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 32px; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-nOHux .framer-1dfkhrm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-115oaxp, .framer-nOHux .framer-137umd5, .framer-nOHux .framer-awcgy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-nOHux .framer-1a4xmf9, .framer-nOHux .framer-1ljr9ee, .framer-nOHux .framer-uuvusg { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-eaf1ff8e-a271-407e-9f4c-6d57991f52aa, #cff469); 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: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-yd9m21 { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-nOHux .framer-1gxtrgz, .framer-nOHux .framer-1pvg6mp, .framer-nOHux .framer-uce3oz, .framer-nOHux .framer-1si23i4, .framer-nOHux .framer-agq80z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",'.framer-nOHux .framer-frbzov, .framer-nOHux .framer-17bnxch { align-self: stretch; background: linear-gradient(0deg, var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454) /* {\"name\":\"Purple\"} */ 0%, rgb(116, 78, 126) 6%, var(--token-afc45faa-1f83-4de0-a26b-430a5aa58ed4, rgb(161, 151, 163)) /* {\"name\":\"Light purple\"} */ 49.0990990990991%, rgb(116, 78, 126) 94%, var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84)) /* {\"name\":\"Purple\"} */ 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: auto; opacity: 0.5; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }',\".framer-nOHux .framer-g7xcbp, .framer-nOHux .framer-1sxlr0t, .framer-nOHux .framer-90wsgc, .framer-nOHux .framer-1od1odk, .framer-nOHux .framer-2gcfrw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-nOHux .framer-cbggrk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: none; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-nOHux .framer-1volx58 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1xrqb56-container, .framer-nOHux .framer-8wn10x-container { flex: none; height: auto; max-width: 260px; position: relative; width: 100%; }\",\".framer-nOHux .framer-8fjot3 { align-content: center; align-items: center; background-color: #fff7eb; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 108px 60px 108px 60px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1omtl0l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-17e04ox { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-nOHux .framer-zkdfry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-uqr1pu { background: radial-gradient(50% 50% at 50% 50%, rgba(221, 195, 182, 0.65) 0%, rgba(221, 195, 182, 0) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; bottom: -196px; flex: none; left: calc(50.00000000000002% - 631px / 2); opacity: 0.7; overflow: hidden; position: absolute; top: -196px; width: 631px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-1kpkdi8, .framer-nOHux .framer-tkybn4, .framer-nOHux .framer-13a2ye5 { --border-bottom-width: 1px; --border-color: rgba(162, 152, 164, 0.5); --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-2825616b-b2db-48d7-a5c3-edc70ba8b8a7, #fffbf5); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-y7syom, .framer-nOHux .framer-aci8ev, .framer-nOHux .framer-1dp10z0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-nOHux .framer-srxmmn { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-16b15065-bf3f-4210-89dc-322338a34fcb, #ffebe0); 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: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-1j4omfk { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-fa5d3d13-1527-4eaa-956d-58b1077defbc, #dae6f7); 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: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-13u8x5k { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-79be88b1-226b-42b0-92ac-417aa028e3c2, #dceee3); 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: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nOHux .framer-a8jbhz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nOHux .framer-1xt0f3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nOHux .framer-7ysc6o { aspect-ratio: 1.0077619663648125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 284px); overflow: visible; position: relative; width: 286px; }\",\".framer-nOHux .framer-agaz6c-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nOHux.framer-72rtr7, .framer-nOHux .framer-gz488s, .framer-nOHux .framer-1mggkz2, .framer-nOHux .framer-5ror4q, .framer-nOHux .framer-1fjj26n, .framer-nOHux .framer-jbeiqc, .framer-nOHux .framer-4nqgto, .framer-nOHux .framer-1vdwf9y, .framer-nOHux .framer-187gv3a, .framer-nOHux .framer-1crshzs, .framer-nOHux .framer-1483rqd, .framer-nOHux .framer-q7h91y, .framer-nOHux .framer-61y86g, .framer-nOHux .framer-11y9zks, .framer-nOHux .framer-uzg3he, .framer-nOHux .framer-8uf6ey, .framer-nOHux .framer-4nang4, .framer-nOHux .framer-sjdpp3, .framer-nOHux .framer-1qt6id6, .framer-nOHux .framer-cwvpkz, .framer-nOHux .framer-1q9kiw4, .framer-nOHux .framer-3nx9e0, .framer-nOHux .framer-1u1wz89, .framer-nOHux .framer-g7fvoy, .framer-nOHux .framer-1dfkhrm, .framer-nOHux .framer-6gjzpr, .framer-nOHux .framer-115oaxp, .framer-nOHux .framer-1a4xmf9, .framer-nOHux .framer-oxqhui, .framer-nOHux .framer-137umd5, .framer-nOHux .framer-1ljr9ee, .framer-nOHux .framer-2v1x2, .framer-nOHux .framer-awcgy4, .framer-nOHux .framer-uuvusg, .framer-nOHux .framer-1volx58, .framer-nOHux .framer-8fjot3, .framer-nOHux .framer-1omtl0l, .framer-nOHux .framer-17e04ox, .framer-nOHux .framer-zkdfry, .framer-nOHux .framer-1kpkdi8, .framer-nOHux .framer-6m6g37, .framer-nOHux .framer-y7syom, .framer-nOHux .framer-srxmmn, .framer-nOHux .framer-tkybn4, .framer-nOHux .framer-nqlzy5, .framer-nOHux .framer-aci8ev, .framer-nOHux .framer-1j4omfk, .framer-nOHux .framer-13a2ye5, .framer-nOHux .framer-maf3m3, .framer-nOHux .framer-1dp10z0, .framer-nOHux .framer-13u8x5k, .framer-nOHux .framer-2vbqah, .framer-nOHux .framer-a8jbhz, .framer-nOHux .framer-1xt0f3y { gap: 0px; } .framer-nOHux.framer-72rtr7 > *, .framer-nOHux .framer-gz488s > *, .framer-nOHux .framer-1vdwf9y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nOHux.framer-72rtr7 > :first-child, .framer-nOHux .framer-gz488s > :first-child, .framer-nOHux .framer-1fjj26n > :first-child, .framer-nOHux .framer-jbeiqc > :first-child, .framer-nOHux .framer-4nqgto > :first-child, .framer-nOHux .framer-1vdwf9y > :first-child, .framer-nOHux .framer-1483rqd > :first-child, .framer-nOHux .framer-q7h91y > :first-child, .framer-nOHux .framer-11y9zks > :first-child, .framer-nOHux .framer-8uf6ey > :first-child, .framer-nOHux .framer-sjdpp3 > :first-child, .framer-nOHux .framer-1qt6id6 > :first-child, .framer-nOHux .framer-cwvpkz > :first-child, .framer-nOHux .framer-1q9kiw4 > :first-child, .framer-nOHux .framer-3nx9e0 > :first-child, .framer-nOHux .framer-1u1wz89 > :first-child, .framer-nOHux .framer-g7fvoy > :first-child, .framer-nOHux .framer-6gjzpr > :first-child, .framer-nOHux .framer-115oaxp > :first-child, .framer-nOHux .framer-oxqhui > :first-child, .framer-nOHux .framer-137umd5 > :first-child, .framer-nOHux .framer-2v1x2 > :first-child, .framer-nOHux .framer-awcgy4 > :first-child, .framer-nOHux .framer-1volx58 > :first-child, .framer-nOHux .framer-8fjot3 > :first-child, .framer-nOHux .framer-1omtl0l > :first-child, .framer-nOHux .framer-17e04ox > :first-child, .framer-nOHux .framer-1kpkdi8 > :first-child, .framer-nOHux .framer-6m6g37 > :first-child, .framer-nOHux .framer-y7syom > :first-child, .framer-nOHux .framer-tkybn4 > :first-child, .framer-nOHux .framer-nqlzy5 > :first-child, .framer-nOHux .framer-aci8ev > :first-child, .framer-nOHux .framer-13a2ye5 > :first-child, .framer-nOHux .framer-maf3m3 > :first-child, .framer-nOHux .framer-1dp10z0 > :first-child, .framer-nOHux .framer-2vbqah > :first-child, .framer-nOHux .framer-1xt0f3y > :first-child { margin-top: 0px; } .framer-nOHux.framer-72rtr7 > :last-child, .framer-nOHux .framer-gz488s > :last-child, .framer-nOHux .framer-1fjj26n > :last-child, .framer-nOHux .framer-jbeiqc > :last-child, .framer-nOHux .framer-4nqgto > :last-child, .framer-nOHux .framer-1vdwf9y > :last-child, .framer-nOHux .framer-1483rqd > :last-child, .framer-nOHux .framer-q7h91y > :last-child, .framer-nOHux .framer-11y9zks > :last-child, .framer-nOHux .framer-8uf6ey > :last-child, .framer-nOHux .framer-sjdpp3 > :last-child, .framer-nOHux .framer-1qt6id6 > :last-child, .framer-nOHux .framer-cwvpkz > :last-child, .framer-nOHux .framer-1q9kiw4 > :last-child, .framer-nOHux .framer-3nx9e0 > :last-child, .framer-nOHux .framer-1u1wz89 > :last-child, .framer-nOHux .framer-g7fvoy > :last-child, .framer-nOHux .framer-6gjzpr > :last-child, .framer-nOHux .framer-115oaxp > :last-child, .framer-nOHux .framer-oxqhui > :last-child, .framer-nOHux .framer-137umd5 > :last-child, .framer-nOHux .framer-2v1x2 > :last-child, .framer-nOHux .framer-awcgy4 > :last-child, .framer-nOHux .framer-1volx58 > :last-child, .framer-nOHux .framer-8fjot3 > :last-child, .framer-nOHux .framer-1omtl0l > :last-child, .framer-nOHux .framer-17e04ox > :last-child, .framer-nOHux .framer-1kpkdi8 > :last-child, .framer-nOHux .framer-6m6g37 > :last-child, .framer-nOHux .framer-y7syom > :last-child, .framer-nOHux .framer-tkybn4 > :last-child, .framer-nOHux .framer-nqlzy5 > :last-child, .framer-nOHux .framer-aci8ev > :last-child, .framer-nOHux .framer-13a2ye5 > :last-child, .framer-nOHux .framer-maf3m3 > :last-child, .framer-nOHux .framer-1dp10z0 > :last-child, .framer-nOHux .framer-2vbqah > :last-child, .framer-nOHux .framer-1xt0f3y > :last-child { margin-bottom: 0px; } .framer-nOHux .framer-1mggkz2 > *, .framer-nOHux .framer-5ror4q > *, .framer-nOHux .framer-1crshzs > *, .framer-nOHux .framer-61y86g > *, .framer-nOHux .framer-1a4xmf9 > *, .framer-nOHux .framer-1ljr9ee > *, .framer-nOHux .framer-uuvusg > *, .framer-nOHux .framer-srxmmn > *, .framer-nOHux .framer-1j4omfk > *, .framer-nOHux .framer-13u8x5k > *, .framer-nOHux .framer-a8jbhz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nOHux .framer-1mggkz2 > :first-child, .framer-nOHux .framer-5ror4q > :first-child, .framer-nOHux .framer-187gv3a > :first-child, .framer-nOHux .framer-1crshzs > :first-child, .framer-nOHux .framer-61y86g > :first-child, .framer-nOHux .framer-uzg3he > :first-child, .framer-nOHux .framer-4nang4 > :first-child, .framer-nOHux .framer-1dfkhrm > :first-child, .framer-nOHux .framer-1a4xmf9 > :first-child, .framer-nOHux .framer-1ljr9ee > :first-child, .framer-nOHux .framer-uuvusg > :first-child, .framer-nOHux .framer-zkdfry > :first-child, .framer-nOHux .framer-srxmmn > :first-child, .framer-nOHux .framer-1j4omfk > :first-child, .framer-nOHux .framer-13u8x5k > :first-child, .framer-nOHux .framer-a8jbhz > :first-child { margin-left: 0px; } .framer-nOHux .framer-1mggkz2 > :last-child, .framer-nOHux .framer-5ror4q > :last-child, .framer-nOHux .framer-187gv3a > :last-child, .framer-nOHux .framer-1crshzs > :last-child, .framer-nOHux .framer-61y86g > :last-child, .framer-nOHux .framer-uzg3he > :last-child, .framer-nOHux .framer-4nang4 > :last-child, .framer-nOHux .framer-1dfkhrm > :last-child, .framer-nOHux .framer-1a4xmf9 > :last-child, .framer-nOHux .framer-1ljr9ee > :last-child, .framer-nOHux .framer-uuvusg > :last-child, .framer-nOHux .framer-zkdfry > :last-child, .framer-nOHux .framer-srxmmn > :last-child, .framer-nOHux .framer-1j4omfk > :last-child, .framer-nOHux .framer-13u8x5k > :last-child, .framer-nOHux .framer-a8jbhz > :last-child { margin-right: 0px; } .framer-nOHux .framer-1fjj26n > *, .framer-nOHux .framer-jbeiqc > *, .framer-nOHux .framer-1483rqd > *, .framer-nOHux .framer-11y9zks > *, .framer-nOHux .framer-1qt6id6 > *, .framer-nOHux .framer-1q9kiw4 > *, .framer-nOHux .framer-g7fvoy > *, .framer-nOHux .framer-8fjot3 > *, .framer-nOHux .framer-1omtl0l > *, .framer-nOHux .framer-2vbqah > *, .framer-nOHux .framer-1xt0f3y > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nOHux .framer-4nqgto > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nOHux .framer-187gv3a > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-nOHux .framer-q7h91y > *, .framer-nOHux .framer-17e04ox > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-nOHux .framer-uzg3he > *, .framer-nOHux .framer-4nang4 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-nOHux .framer-8uf6ey > *, .framer-nOHux .framer-sjdpp3 > *, .framer-nOHux .framer-cwvpkz > *, .framer-nOHux .framer-6gjzpr > *, .framer-nOHux .framer-oxqhui > *, .framer-nOHux .framer-2v1x2 > *, .framer-nOHux .framer-6m6g37 > *, .framer-nOHux .framer-nqlzy5 > *, .framer-nOHux .framer-maf3m3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nOHux .framer-3nx9e0 > *, .framer-nOHux .framer-115oaxp > *, .framer-nOHux .framer-137umd5 > *, .framer-nOHux .framer-awcgy4 > *, .framer-nOHux .framer-1volx58 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-nOHux .framer-1u1wz89 > * { margin: 0px; margin-bottom: calc(10.36px / 2); margin-top: calc(10.36px / 2); } .framer-nOHux .framer-1dfkhrm > *, .framer-nOHux .framer-zkdfry > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-nOHux .framer-1kpkdi8 > *, .framer-nOHux .framer-tkybn4 > *, .framer-nOHux .framer-13a2ye5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-nOHux .framer-y7syom > *, .framer-nOHux .framer-aci8ev > *, .framer-nOHux .framer-1dp10z0 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-nOHux[data-border=\"true\"]::after, .framer-nOHux [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-nOHux.framer-72rtr7 { width: 810px; } .framer-nOHux .framer-1mggkz2 { flex-direction: column; padding: 140px 40px 60px 40px; } .framer-nOHux .framer-5ror4q { flex: none; flex-direction: column; gap: 40px; width: 100%; } .framer-nOHux .framer-75v4gl-container, .framer-nOHux .framer-1483rqd { will-change: unset; } .framer-nOHux .framer-187gv3a, .framer-nOHux .framer-1volx58 { gap: 10px; } .framer-nOHux .framer-1n6i4j4-container, .framer-nOHux .framer-8wn10x-container { order: 2; } .framer-nOHux .framer-8lmqgo-container { order: 1; } .framer-nOHux .framer-w2c3pp { height: 532px; } .framer-nOHux .framer-tnp5dk { height: 646px; top: calc(53.57142857142859% - 646px / 2); } .framer-nOHux .framer-ofh7l6 { top: calc(46.90402476780188% - 604.5px / 2); } .framer-nOHux .framer-1kmgsm { top: calc(56.811145510835935% - 597px / 2); } .framer-nOHux .framer-1crshzs { padding: 80px 40px 92px 40px; } .framer-nOHux .framer-12f36hy { width: var(--framer-aspect-ratio-supported, 662px); } .framer-nOHux .framer-61y86g, .framer-nOHux .framer-8fjot3 { padding: 88px 40px 88px 40px; } .framer-nOHux .framer-1qt6id6, .framer-nOHux .framer-2vbqah { padding: 80px 40px 80px 40px; } .framer-nOHux .framer-1u1wz89 { bottom: 239px; left: -94px; } .framer-nOHux .framer-unpzo5 { height: 81px; width: 183px; will-change: var(--framer-will-change-override, transform); } .framer-nOHux .framer-1ouk4kb { height: 112px; width: 183px; will-change: unset; } .framer-nOHux .framer-1dfkhrm, .framer-nOHux .framer-zkdfry { gap: 16px; } .framer-nOHux .framer-1xrqb56-container { order: 0; } .framer-nOHux .framer-a8jbhz { gap: 40px; } .framer-nOHux .framer-7ysc6o { height: var(--framer-aspect-ratio-supported, 209px); width: 210px; } .framer-nOHux .framer-agaz6c-container { flex: 2 0 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nOHux .framer-1mggkz2, .framer-nOHux .framer-5ror4q, .framer-nOHux .framer-187gv3a, .framer-nOHux .framer-1dfkhrm, .framer-nOHux .framer-1volx58, .framer-nOHux .framer-zkdfry, .framer-nOHux .framer-a8jbhz { gap: 0px; } .framer-nOHux .framer-1mggkz2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nOHux .framer-1mggkz2 > :first-child, .framer-nOHux .framer-5ror4q > :first-child, .framer-nOHux .framer-1volx58 > :first-child { margin-top: 0px; } .framer-nOHux .framer-1mggkz2 > :last-child, .framer-nOHux .framer-5ror4q > :last-child, .framer-nOHux .framer-1volx58 > :last-child { margin-bottom: 0px; } .framer-nOHux .framer-5ror4q > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nOHux .framer-187gv3a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nOHux .framer-187gv3a > :first-child, .framer-nOHux .framer-1dfkhrm > :first-child, .framer-nOHux .framer-zkdfry > :first-child, .framer-nOHux .framer-a8jbhz > :first-child { margin-left: 0px; } .framer-nOHux .framer-187gv3a > :last-child, .framer-nOHux .framer-1dfkhrm > :last-child, .framer-nOHux .framer-zkdfry > :last-child, .framer-nOHux .framer-a8jbhz > :last-child { margin-right: 0px; } .framer-nOHux .framer-1dfkhrm > *, .framer-nOHux .framer-zkdfry > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nOHux .framer-1volx58 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nOHux .framer-a8jbhz > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }}\",'@media (max-width: 809px) { .framer-nOHux.framer-72rtr7 { width: 390px; } .framer-nOHux .framer-1mggkz2 { padding: 112px 24px 60px 24px; } .framer-nOHux .framer-5ror4q { flex-direction: column; gap: 40px; } .framer-nOHux .framer-1fjj26n { gap: 28px; width: 100%; } .framer-nOHux .framer-jbeiqc { align-self: unset; gap: 28px; width: 100%; } .framer-nOHux .framer-75v4gl-container, .framer-nOHux .framer-1483rqd { will-change: unset; } .framer-nOHux .framer-4nqgto { gap: 16px; } .framer-nOHux .framer-1vdwf9y { width: 100%; } .framer-nOHux .framer-1obs6xq, .framer-nOHux .framer-j1rxpq, .framer-nOHux .framer-19spsv3 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-nOHux .framer-1uekhnc { --framer-text-wrap-override: balance; width: 100%; } .framer-nOHux .framer-187gv3a { align-self: unset; flex-direction: column; gap: 10px; width: 100%; } .framer-nOHux .framer-1n6i4j4-container { max-width: 260px; order: 1; width: 100%; } .framer-nOHux .framer-8lmqgo-container { align-self: unset; max-width: 260px; order: 0; width: 100%; } .framer-nOHux .framer-w2c3pp { height: 426px; width: 100%; } .framer-nOHux .framer-tnp5dk { height: 617px; left: calc(50.00000000000002% - 457.16px / 2); top: calc(50.00000000000002% - 616.63px / 2); width: 457px; } .framer-nOHux .framer-ofh7l6 { height: 547px; left: calc(31.454005934718122% - 366.72px / 2); top: calc(49.706744868035216% - 546.68px / 2); width: 367px; } .framer-nOHux .framer-1kmgsm { height: 540px; left: calc(56.775469831849676% - 359.48px / 2); top: calc(59.090909090909115% - 539.91px / 2); width: 359px; } .framer-nOHux .framer-1d7vdtn { height: 211px; left: 8px; right: 8px; top: calc(50.224215246636795% - 211px / 2); width: unset; } .framer-nOHux .framer-1crshzs { padding: 60px 0px 72px 0px; } .framer-nOHux .framer-12f36hy { width: var(--framer-aspect-ratio-supported, 658px); } .framer-nOHux .framer-61y86g, .framer-nOHux .framer-1qt6id6, .framer-nOHux .framer-8fjot3, .framer-nOHux .framer-2vbqah { padding: 80px 24px 80px 24px; } .framer-nOHux .framer-183qwpd { width: var(--framer-aspect-ratio-supported, 1071px); } .framer-nOHux .framer-uzg3he, .framer-nOHux .framer-4nang4 { flex-direction: column; gap: 32px; } .framer-nOHux .framer-1mlmqom { aspect-ratio: 1.2026431718061674 / 1; height: var(--framer-aspect-ratio-supported, 183px); width: 220px; } .framer-nOHux .framer-8uf6ey, .framer-nOHux .framer-1cgq2rd, .framer-nOHux .framer-agaz6c-container { flex: none; width: 100%; } .framer-nOHux .framer-kuk1gw, .framer-nOHux .framer-qdpww0, .framer-nOHux .framer-2hmtkc { --framer-text-wrap-override: balance; } .framer-nOHux .framer-sjdpp3 { flex: none; order: 1; width: 100%; } .framer-nOHux .framer-1d6pe21 { aspect-ratio: 1.0913705583756346 / 1; height: var(--framer-aspect-ratio-supported, 165px); order: 0; width: 180px; } .framer-nOHux .framer-1q9kiw4 { gap: 0px; padding: 0px 0px 580px 0px; } .framer-nOHux .framer-1onku4j { border-bottom-left-radius: 518px; border-bottom-right-radius: 518px; border-top-left-radius: 518px; border-top-right-radius: 518px; bottom: -4px; left: -133px; right: -59px; top: 89px; } .framer-nOHux .framer-j5rcok { height: 484px; left: calc(49.90619136960602% - 484px / 2); top: calc(50.04599816007362% - 484px / 2); width: 484px; } .framer-nOHux .framer-1fezi9w { height: var(--framer-aspect-ratio-supported, 544px); width: 266px; } .framer-nOHux .framer-1u1wz89 { bottom: 198px; gap: 8px; left: -38px; } .framer-nOHux .framer-unpzo5 { --border-bottom-width: 0.75px; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-top-width: 0.75px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 80px; width: 180px; will-change: var(--framer-will-change-override, transform); } .framer-nOHux .framer-1ouk4kb { --border-bottom-width: 0.75px; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-top-width: 0.75px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 111px; width: 180px; will-change: unset; } .framer-nOHux .framer-g7fvoy { gap: 32px; padding: 28px; } .framer-nOHux .framer-1dfkhrm { flex-direction: column; gap: 16px; } .framer-nOHux .framer-6gjzpr, .framer-nOHux .framer-oxqhui, .framer-nOHux .framer-2v1x2 { flex: none; gap: 12px; width: 100%; } .framer-nOHux .framer-frbzov, .framer-nOHux .framer-17bnxch { align-self: unset; background: linear-gradient(90deg, var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, #4d3454) /* {\"name\":\"Purple\"} */ 0%, rgb(116, 78, 126) 6%, var(--token-afc45faa-1f83-4de0-a26b-430a5aa58ed4, rgb(161, 151, 163)) /* {\"name\":\"Light purple\"} */ 49.0990990990991%, rgb(116, 78, 126) 94%, var(--token-19468acd-8f97-4762-bfac-42e7826a31e7, rgb(77, 52, 84)) /* {\"name\":\"Purple\"} */ 100%); height: 1px; width: 100%; } .framer-nOHux .framer-1volx58 { gap: 10px; } .framer-nOHux .framer-1xrqb56-container { order: 0; } .framer-nOHux .framer-8wn10x-container { order: 2; } .framer-nOHux .framer-zkdfry { flex-direction: column; gap: 12px; } .framer-nOHux .framer-1kpkdi8, .framer-nOHux .framer-tkybn4, .framer-nOHux .framer-13a2ye5 { flex: none; padding: 28px; width: 100%; } .framer-nOHux .framer-a8jbhz { flex-direction: column; } .framer-nOHux .framer-1xt0f3y { gap: 32px; width: 100%; } .framer-nOHux .framer-7ysc6o { height: var(--framer-aspect-ratio-supported, 185px); width: 186px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nOHux .framer-5ror4q, .framer-nOHux .framer-1fjj26n, .framer-nOHux .framer-jbeiqc, .framer-nOHux .framer-4nqgto, .framer-nOHux .framer-187gv3a, .framer-nOHux .framer-uzg3he, .framer-nOHux .framer-4nang4, .framer-nOHux .framer-1q9kiw4, .framer-nOHux .framer-1u1wz89, .framer-nOHux .framer-g7fvoy, .framer-nOHux .framer-1dfkhrm, .framer-nOHux .framer-6gjzpr, .framer-nOHux .framer-oxqhui, .framer-nOHux .framer-2v1x2, .framer-nOHux .framer-1volx58, .framer-nOHux .framer-zkdfry, .framer-nOHux .framer-a8jbhz, .framer-nOHux .framer-1xt0f3y { gap: 0px; } .framer-nOHux .framer-5ror4q > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nOHux .framer-5ror4q > :first-child, .framer-nOHux .framer-1fjj26n > :first-child, .framer-nOHux .framer-jbeiqc > :first-child, .framer-nOHux .framer-4nqgto > :first-child, .framer-nOHux .framer-187gv3a > :first-child, .framer-nOHux .framer-uzg3he > :first-child, .framer-nOHux .framer-4nang4 > :first-child, .framer-nOHux .framer-1q9kiw4 > :first-child, .framer-nOHux .framer-1u1wz89 > :first-child, .framer-nOHux .framer-g7fvoy > :first-child, .framer-nOHux .framer-1dfkhrm > :first-child, .framer-nOHux .framer-6gjzpr > :first-child, .framer-nOHux .framer-oxqhui > :first-child, .framer-nOHux .framer-2v1x2 > :first-child, .framer-nOHux .framer-1volx58 > :first-child, .framer-nOHux .framer-zkdfry > :first-child, .framer-nOHux .framer-a8jbhz > :first-child, .framer-nOHux .framer-1xt0f3y > :first-child { margin-top: 0px; } .framer-nOHux .framer-5ror4q > :last-child, .framer-nOHux .framer-1fjj26n > :last-child, .framer-nOHux .framer-jbeiqc > :last-child, .framer-nOHux .framer-4nqgto > :last-child, .framer-nOHux .framer-187gv3a > :last-child, .framer-nOHux .framer-uzg3he > :last-child, .framer-nOHux .framer-4nang4 > :last-child, .framer-nOHux .framer-1q9kiw4 > :last-child, .framer-nOHux .framer-1u1wz89 > :last-child, .framer-nOHux .framer-g7fvoy > :last-child, .framer-nOHux .framer-1dfkhrm > :last-child, .framer-nOHux .framer-6gjzpr > :last-child, .framer-nOHux .framer-oxqhui > :last-child, .framer-nOHux .framer-2v1x2 > :last-child, .framer-nOHux .framer-1volx58 > :last-child, .framer-nOHux .framer-zkdfry > :last-child, .framer-nOHux .framer-a8jbhz > :last-child, .framer-nOHux .framer-1xt0f3y > :last-child { margin-bottom: 0px; } .framer-nOHux .framer-1fjj26n > *, .framer-nOHux .framer-jbeiqc > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-nOHux .framer-4nqgto > *, .framer-nOHux .framer-1dfkhrm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nOHux .framer-187gv3a > *, .framer-nOHux .framer-1volx58 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nOHux .framer-uzg3he > *, .framer-nOHux .framer-4nang4 > *, .framer-nOHux .framer-g7fvoy > *, .framer-nOHux .framer-1xt0f3y > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nOHux .framer-1q9kiw4 > *, .framer-nOHux .framer-a8jbhz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nOHux .framer-1u1wz89 > * { margin: 0px; margin-bottom: calc(7.77px / 2); margin-top: calc(7.77px / 2); } .framer-nOHux .framer-6gjzpr > *, .framer-nOHux .framer-oxqhui > *, .framer-nOHux .framer-2v1x2 > *, .framer-nOHux .framer-zkdfry > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5125\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vqR4AQSnr\":{\"layout\":[\"fixed\",\"auto\"]},\"X92FYzTJb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"fOfUhd2ou\":{\"pattern\":\":fOfUhd2ou\",\"name\":\"home\"},\"d48G4L3dL\":{\"pattern\":\":d48G4L3dL\",\"name\":\"business-solution\"},\"lU1yUqXZV\":{\"pattern\":\":lU1yUqXZV\",\"name\":\"how-it-works\"},\"VW71lGjOg\":{\"pattern\":\":VW71lGjOg\",\"name\":\"about-us\"},\"ln82BWqAm\":{\"pattern\":\":ln82BWqAm\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-nOHux\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5125,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:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"},{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\"}]},...ProductHuntFonts,...TypewriterFonts,...CtaButtonFonts,...DownloadFromStoreButtonsFonts,...ReviewCardFonts,...TickerFonts,...FaqFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"5125\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vqR4AQSnr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X92FYzTJb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"fOfUhd2ou\\\":{\\\"pattern\\\":\\\":fOfUhd2ou\\\",\\\"name\\\":\\\"home\\\"},\\\"d48G4L3dL\\\":{\\\"pattern\\\":\\\":d48G4L3dL\\\",\\\"name\\\":\\\"business-solution\\\"},\\\"lU1yUqXZV\\\":{\\\"pattern\\\":\\\":lU1yUqXZV\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"VW71lGjOg\\\":{\\\"pattern\\\":\\\":VW71lGjOg\\\",\\\"name\\\":\\\"about-us\\\"},\\\"ln82BWqAm\\\":{\\\"pattern\\\":\\\":ln82BWqAm\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "o", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "i", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStore", "variationAxes", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "hH8gKZnzR", "d_l6uQpsT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "FramerhboGWEsWH", "withCSS", "hboGWEsWH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AvoidLayoutJumping", "direction", "style", "isCanvas", "RenderTarget", "ref", "pe", "rafId", "vertical", "horizontal", "ue", "parent", "container", "updateSize", "rect", "p", "addPropertyControls", "ControlType", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "variantActive", "variantInactive", "useStore", "createStore", "withToggleAndReflect", "Component", "props", "store", "setStore", "id", "handleClick", "te", "variant", "se", "p", "P8ez8jMpR_exports", "__export", "__FramerMetadata__", "P8ez8jMpR_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramervQ0EDrBzm", "withCSS", "vQ0EDrBzm_default", "addPropertyControls", "ControlType", "addFonts", "FaqIconFonts", "getFonts", "vQ0EDrBzm_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "iW7EGzIJC", "LYFDyrEQV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1biitgm", "args", "onTapy7wp4y", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerP8ez8jMpR", "withCSS", "P8ez8jMpR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "LayoutJumpPreventerFonts", "getFonts", "AvoidLayoutJumping", "FaqItemFonts", "P8ez8jMpR_default", "FaqItemWithToggleAndReflect1vf40yrWithMappedReactProps197o3x3", "withMappedReactProps", "withCodeBoundaryForOverrides", "withToggleAndReflect", "P8ez8jMpR_exports", "FaqItemWithToggleAndReflect5e28eiWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflectsisuoxWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflect4p885wWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflect1xyrqviWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflectnzpocqWithMappedReactProps197o3x3", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "AvoidLayoutJumping", "FaqItemWithToggleAndReflect1vf40yrWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflect5e28eiWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflectsisuoxWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflect4p885wWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflect1xyrqviWithMappedReactProps197o3x3", "FaqItemWithToggleAndReflectnzpocqWithMappedReactProps197o3x3", "css", "FramermMSYd2UGF", "withCSS", "mMSYd2UGF_default", "addFonts", "LayoutJumpPreventerFonts", "FaqItemFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "avatar", "height", "id", "name1", "review", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "TMOytqWpG", "XKdimbM6T", "q034_66DO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "css", "FramerVMtJ0K_Vx", "withCSS", "VMtJ0K_Vx_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TypewriterComponent", "props", "text", "cursor", "isCanvas", "RenderTarget", "Element", "textIndex", "setTextIndex", "ye", "characters", "setCharacters", "characterMotionValue", "useMotionValue", "textIndexRef", "pe", "ue", "animateCharactersUp", "newIndex", "animate", "latest", "animateCharactersDown", "u", "p", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "variationAxes", "fonts", "css", "className", "ProductHuntFonts", "getFonts", "hboGWEsWH_default", "TypewriterFonts", "TypewriterComponent", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "CtaButtonFonts", "v4wfsDQ8k_default", "ContainerWithOptimizedAppearEffect", "Container", "DownloadFromStoreButtonsFonts", "v7ekrRskn_default", "ImageWithOptimizedAppearEffect", "Image2", "ReviewCardFonts", "VMtJ0K_Vx_default", "TickerFonts", "Ticker", "MotionSectionWithOptimizedAppearEffect", "MotionDivWithFX", "withFX", "ImageWithFX", "FaqFonts", "mMSYd2UGF_default", "ContainerWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "transition9", "animation10", "animation11", "transition10", "animation12", "animation13", "transition11", "animation14", "animation15", "transition12", "animation16", "animation17", "transition13", "animation18", "animation19", "transition14", "animation20", "transition15", "animation21", "animation22", "addImageAlt", "image", "alt", "animation23", "animation24", "transition16", "textEffect", "textEffect1", "animation25", "transition17", "transition18", "animation26", "transition19", "animation27", "animation28", "transition20", "animation29", "animation30", "animation31", "animation32", "animation33", "animation34", "transition21", "animation35", "textEffect2", "animation36", "animation37", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "RichText2", "getLoadingLazyAtYPosition", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
