{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js", "ssg:https://framerusercontent.com/modules/eluDFaRCFay5XEaz6zXd/UnxqJ5rUIW9O1uQ64qjQ/GygTAX8TE.js", "ssg:https://framerusercontent.com/modules/vvCLk9TAJMg96WVfU0ER/lSWofOYETlAhz0tUepu9/p1DyYuqZo.js", "ssg:https://framerusercontent.com/modules/5AgoFTk6C6homteanWg6/BP5vnqxMzrr913sunOqo/owYsukqLJ.js", "ssg:https://framerusercontent.com/modules/tREWO5hVVq7DE4mncxPz/uyoCuXmEEImrqP2LfmIX/TP0UHIUgg.js", "ssg:https://framerusercontent.com/modules/gjilxU6iXEj6Drl0LnsL/gd92o7a0qwC7x9sCbnbQ/rncFq5P_8.js", "ssg:https://framerusercontent.com/modules/htPeitwxjLgnCP5NU0No/WzUH5OfugcPqSySmqwvU/Zq4DbL73h.js", "ssg:https://framerusercontent.com/modules/mQTHyy1Y2r73y3WxKsiP/USEOPnw769vxA9bUcQWz/UfuorcbDM.js", "ssg:https://framerusercontent.com/modules/l5CDLvdcyfX8RG70vmpb/M8S0hwHCrFJMVVlzbOcA/BmGmA691U.js", "ssg:https://framerusercontent.com/modules/dGbiKBnnuWpm5TH3Fy37/8Rmmh9NvXOec3BgOjHgm/nAZw8NEQ6.js", "ssg:https://framerusercontent.com/modules/3aw97XLls4833ZoXRbEg/bDfjGiHQZ4KPazKZ0as2/sJXPpwmYP.js", "ssg:https://framerusercontent.com/modules/zlCv1UJnuM6IQQbnLiTY/NSV3RDOyrk0crW2misRf/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-pHm3Z .framer-styles-preset-vuyne3:not(.rich-text-wrapper), .framer-pHm3Z .framer-styles-preset-vuyne3.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-pHm3Z .framer-styles-preset-vuyne3:not(.rich-text-wrapper), .framer-pHm3Z .framer-styles-preset-vuyne3.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-pHm3Z .framer-styles-preset-vuyne3:not(.rich-text-wrapper), .framer-pHm3Z .framer-styles-preset-vuyne3.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-pHm3Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (97d1eee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/eluDFaRCFay5XEaz6zXd/UnxqJ5rUIW9O1uQ64qjQ/GygTAX8TE.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/b9YbXoXvPdZhuGAZDYkV/ngfSGF44lVpLyDbCLn1P/rjFWX9qGy.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={HlQXiGpsU:{hover:true}};const cycleOrder=[\"HlQXiGpsU\",\"hAma2P9Rj\"];const serializationHash=\"framer-Gtrfh\";const variantClassNames={hAma2P9Rj:\"framer-v-119cwvr\",HlQXiGpsU:\"framer-v-ri2uzi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Answer:\"hAma2P9Rj\",Default:\"HlQXiGpsU\"};const getProps=({answer,fAQPadding,height,id,question,tap2,visible,width,...props})=>{return{...props,Rlad6r0HJ:fAQPadding??props.Rlad6r0HJ??40,Tcg7JT_8b:answer??props.Tcg7JT_8b??\"Answer here\",uNZMPYbwe:question??props.uNZMPYbwe??\"Question here\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HlQXiGpsU\",X6Eekz_98:tap2??props.X6Eekz_98,XoxfJqfaP:visible??props.XoxfJqfaP??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,uNZMPYbwe,Tcg7JT_8b,Rlad6r0HJ,X6Eekz_98,XoxfJqfaP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HlQXiGpsU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap18wtkjn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(X6Eekz_98){const res=await X6Eekz_98(...args);if(res===false)return false;}});const onTapb35uah=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(X6Eekz_98){const res=await X6Eekz_98(...args);if(res===false)return false;}setVariant(\"HlQXiGpsU\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:XoxfJqfaP&&/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({hAma2P9Rj:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ri2uzi\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HlQXiGpsU\",onTap:onTap18wtkjn,ref:ref??ref1,style:{\"--1fdk2q0\":numberToPixelString(Rlad6r0HJ),backgroundColor:\"var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, rgb(250, 250, 250))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"HlQXiGpsU-hover\":{backgroundColor:\"var(--token-1e4de996-fe4b-4667-88fc-284e9577f815, rgb(250, 250, 250))\"},hAma2P9Rj:{backgroundColor:\"var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, rgb(229, 229, 229))\"}},...addPropertyOverrides({\"HlQXiGpsU-hover\":{\"data-framer-name\":undefined},hAma2P9Rj:{\"data-framer-name\":\"Answer\",onTap:onTapb35uah}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6kj3qp\",\"data-framer-name\":\"Top wrapper\",layoutDependency:layoutDependency,layoutId:\"ADU4uDXfV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-13hr9vk\",\"data-styles-preset\":\"rjFWX9qGy\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0)))\"},children:\"Question here\"})}),className:\"framer-xzv06c\",\"data-framer-name\":\"Question\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zyNknQMWT\",style:{\"--extracted-a0htzi\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:uNZMPYbwe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p8vwtd-container\",layoutDependency:layoutDependency,layoutId:\"bGDv_VxwN-container\",style:{rotate:0},variants:{hAma2P9Rj:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"bGDv_VxwN\",layoutId:\"bGDv_VxwN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vuyne3\",\"data-styles-preset\":\"GygTAX8TE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199)))\"},children:\"Answer here\"})}),className:\"framer-v3wjl8\",\"data-framer-name\":\"Answer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y8bAnOhqQ\",style:{\"--extracted-r6o4lv\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:Tcg7JT_8b,variants:{hAma2P9Rj:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Gtrfh.framer-hws4j7, .framer-Gtrfh .framer-hws4j7 { display: block; }\",\".framer-Gtrfh.framer-ri2uzi { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1fdk2q0); position: relative; width: 364px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Gtrfh .framer-6kj3qp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtrfh .framer-xzv06c { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-Gtrfh .framer-p8vwtd-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Gtrfh .framer-v3wjl8 { -webkit-user-select: none; flex: none; height: 1px; position: relative; user-select: none; white-space: pre-wrap; width: 86%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gtrfh.framer-ri2uzi { gap: 0px; } .framer-Gtrfh.framer-ri2uzi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Gtrfh.framer-ri2uzi > :first-child { margin-top: 0px; } .framer-Gtrfh.framer-ri2uzi > :last-child { margin-bottom: 0px; } }\",\".framer-Gtrfh.framer-v-119cwvr.framer-ri2uzi { gap: 20px; }\",\".framer-Gtrfh.framer-v-119cwvr .framer-v3wjl8 { height: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gtrfh.framer-v-119cwvr.framer-ri2uzi { gap: 0px; } .framer-Gtrfh.framer-v-119cwvr.framer-ri2uzi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Gtrfh.framer-v-119cwvr.framer-ri2uzi > :first-child { margin-top: 0px; } .framer-Gtrfh.framer-v-119cwvr.framer-ri2uzi > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 111\n * @framerIntrinsicWidth 364\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hAma2P9Rj\":{\"layout\":[\"fixed\",\"auto\"]},\"y65xTImlc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uNZMPYbwe\":\"question\",\"Tcg7JT_8b\":\"answer\",\"Rlad6r0HJ\":\"fAQPadding\",\"X6Eekz_98\":\"tap2\",\"XoxfJqfaP\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerp1DyYuqZo=withCSS(Component,css,\"framer-Gtrfh\");export default Framerp1DyYuqZo;Framerp1DyYuqZo.displayName=\"FAQ/FAQ Component\";Framerp1DyYuqZo.defaultProps={height:111,width:364};addPropertyControls(Framerp1DyYuqZo,{variant:{options:[\"HlQXiGpsU\",\"hAma2P9Rj\"],optionTitles:[\"Default\",\"Answer\"],title:\"Variant\",type:ControlType.Enum},uNZMPYbwe:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question\",type:ControlType.String},Tcg7JT_8b:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer\",type:ControlType.String},Rlad6r0HJ:{defaultValue:40,displayStepper:true,min:0,title:\"FAQ Padding\",type:ControlType.Number},X6Eekz_98:{title:\"Tap 2\",type:ControlType.EventHandler},XoxfJqfaP:{defaultValue:true,title:\"Visible?\",type:ControlType.Boolean}});addFonts(Framerp1DyYuqZo,[{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/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerp1DyYuqZo\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"111\",\"framerVariables\":\"{\\\"uNZMPYbwe\\\":\\\"question\\\",\\\"Tcg7JT_8b\\\":\\\"answer\\\",\\\"Rlad6r0HJ\\\":\\\"fAQPadding\\\",\\\"X6Eekz_98\\\":\\\"tap2\\\",\\\"XoxfJqfaP\\\":\\\"visible\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"364\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hAma2P9Rj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y65xTImlc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQFAQComponent from\"https://framerusercontent.com/modules/vvCLk9TAJMg96WVfU0ER/lSWofOYETlAhz0tUepu9/p1DyYuqZo.js\";const FAQFAQComponentFonts=getFonts(FAQFAQComponent);const cycleOrder=[\"MErKbBpd8\",\"nYVl1Ccq9\",\"CI7pTKab3\",\"s_pYeMWrb\",\"VMfhSTiLF\",\"KrFDwiQ9d\",\"rFkjW7M2l\",\"GSVzBrqht\",\"du1yaeoeg\"];const serializationHash=\"framer-WrKgv\";const variantClassNames={CI7pTKab3:\"framer-v-1dy0vts\",du1yaeoeg:\"framer-v-37p9og\",GSVzBrqht:\"framer-v-131yo5y\",KrFDwiQ9d:\"framer-v-10hmdlk\",MErKbBpd8:\"framer-v-1ag2yh9\",nYVl1Ccq9:\"framer-v-11aafic\",rFkjW7M2l:\"framer-v-i03lak\",s_pYeMWrb:\"framer-v-1853wx1\",VMfhSTiLF:\"framer-v-wtftxr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Question 1\":\"nYVl1Ccq9\",\"Question 2\":\"CI7pTKab3\",\"Question 3\":\"s_pYeMWrb\",\"Question 4\":\"VMfhSTiLF\",\"Question 5\":\"KrFDwiQ9d\",\"Question 6\":\"rFkjW7M2l\",\"Question 7\":\"GSVzBrqht\",\"Question 8\":\"du1yaeoeg\",Default:\"MErKbBpd8\"};const getProps=({_2Visible,_3Visible,_4Visible,_5Visible,_6Visible,_7Visible,_8Visible,answer1,answer2,answer3,answer4,answer5,answer6,answer7,answer8,fAQPadding,height,id,question1,question2,question3,question4,question5,question6,question7,question8,width,...props})=>{return{...props,eHUzNuZaS:_3Visible??props.eHUzNuZaS??true,H1qHLwSq_:answer5??props.H1qHLwSq_??\"Answer here\",h7C2TBgwZ:question6??props.h7C2TBgwZ??\"Question here\",HZfioxxzE:_4Visible??props.HZfioxxzE??true,iIzZeijpf:question5??props.iIzZeijpf??\"Question here\",ll10GbcZk:answer4??props.ll10GbcZk??\"Answer here\",lU2MAvYUJ:question2??props.lU2MAvYUJ??\"Question here\",nOdHsTIcP:answer1??props.nOdHsTIcP??\"Answer here\",Nq3Nk5_1q:question4??props.Nq3Nk5_1q??\"Question here\",q0PkMadGa:question1??props.q0PkMadGa??\"Question here\",R4abutT74:_7Visible??props.R4abutT74??true,razpO1RY2:_6Visible??props.razpO1RY2??true,Rml8eKG3i:answer8??props.Rml8eKG3i??\"Answer here\",s_m4XYTG1:_8Visible??props.s_m4XYTG1??true,tBAAoJsHE:question3??props.tBAAoJsHE??\"Question here\",Tv__ipUmp:_2Visible??props.Tv__ipUmp??true,UqBjV9zuR:answer6??props.UqBjV9zuR??\"Answer here\",v6LotZ7lQ:answer7??props.v6LotZ7lQ??\"Answer here\",variant:humanReadableVariantMap[props.variant]??props.variant??\"MErKbBpd8\",VtzCA0vSL:answer2??props.VtzCA0vSL??\"Answer here\",Vz8i8PZse:answer3??props.Vz8i8PZse??\"Answer here\",wQ3b4Hc33:_5Visible??props.wQ3b4Hc33??true,xZhF4886y:question8??props.xZhF4886y??\"Question here\",yalQmGTBF:question7??props.yalQmGTBF??\"Question here\",ZiDx5Dn5B:fAQPadding??props.ZiDx5Dn5B??40};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,q0PkMadGa,nOdHsTIcP,Tv__ipUmp,lU2MAvYUJ,VtzCA0vSL,eHUzNuZaS,tBAAoJsHE,Vz8i8PZse,HZfioxxzE,Nq3Nk5_1q,ll10GbcZk,wQ3b4Hc33,iIzZeijpf,H1qHLwSq_,razpO1RY2,h7C2TBgwZ,UqBjV9zuR,R4abutT74,yalQmGTBF,v6LotZ7lQ,s_m4XYTG1,xZhF4886y,Rml8eKG3i,ZiDx5Dn5B,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MErKbBpd8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const X6Eekz_98xk96pg=activeVariantCallback(async(...args)=>{setVariant(\"nYVl1Ccq9\");});const X6Eekz_981kz5kgw=activeVariantCallback(async(...args)=>{setVariant(\"MErKbBpd8\");});const X6Eekz_981869t5j=activeVariantCallback(async(...args)=>{setVariant(\"CI7pTKab3\");});const X6Eekz_98n2jcc6=activeVariantCallback(async(...args)=>{setVariant(\"s_pYeMWrb\");});const X6Eekz_984agqbg=activeVariantCallback(async(...args)=>{setVariant(\"VMfhSTiLF\");});const X6Eekz_981tdkfzg=activeVariantCallback(async(...args)=>{setVariant(\"KrFDwiQ9d\");});const X6Eekz_9814tb06d=activeVariantCallback(async(...args)=>{setVariant(\"rFkjW7M2l\");});const X6Eekz_981ymp3mu=activeVariantCallback(async(...args)=>{setVariant(\"GSVzBrqht\");});const X6Eekz_98x2sd79=activeVariantCallback(async(...args)=>{setVariant(\"du1yaeoeg\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ag2yh9\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"MErKbBpd8\",ref:ref??ref1,style:{...style},...addPropertyOverrides({CI7pTKab3:{\"data-framer-name\":\"Question 2\"},du1yaeoeg:{\"data-framer-name\":\"Question 8\"},GSVzBrqht:{\"data-framer-name\":\"Question 7\"},KrFDwiQ9d:{\"data-framer-name\":\"Question 5\"},nYVl1Ccq9:{\"data-framer-name\":\"Question 1\"},rFkjW7M2l:{\"data-framer-name\":\"Question 6\"},s_pYeMWrb:{\"data-framer-name\":\"Question 3\"},VMfhSTiLF:{\"data-framer-name\":\"Question 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3d0qif-container\",layoutDependency:layoutDependency,layoutId:\"GbwxEZmJA-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"GbwxEZmJA\",layoutId:\"GbwxEZmJA\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:nOdHsTIcP,uNZMPYbwe:q0PkMadGa,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_98xk96pg,XoxfJqfaP:Tv__ipUmp,...addPropertyOverrides({nYVl1Ccq9:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y9xmt-container\",layoutDependency:layoutDependency,layoutId:\"YNhwG9ZSf-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"YNhwG9ZSf\",layoutId:\"YNhwG9ZSf\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:VtzCA0vSL,uNZMPYbwe:lU2MAvYUJ,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_981869t5j,XoxfJqfaP:Tv__ipUmp,...addPropertyOverrides({CI7pTKab3:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ttgnpu-container\",layoutDependency:layoutDependency,layoutId:\"neVTmf9Vn-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"neVTmf9Vn\",layoutId:\"neVTmf9Vn\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:Vz8i8PZse,uNZMPYbwe:tBAAoJsHE,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_98n2jcc6,XoxfJqfaP:eHUzNuZaS,...addPropertyOverrides({s_pYeMWrb:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tqetc5-container\",layoutDependency:layoutDependency,layoutId:\"P8HT6CPyP-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"P8HT6CPyP\",layoutId:\"P8HT6CPyP\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:ll10GbcZk,uNZMPYbwe:Nq3Nk5_1q,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_984agqbg,XoxfJqfaP:HZfioxxzE,...addPropertyOverrides({VMfhSTiLF:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljeuum-container\",layoutDependency:layoutDependency,layoutId:\"QW1czVxu6-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"QW1czVxu6\",layoutId:\"QW1czVxu6\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:H1qHLwSq_,uNZMPYbwe:iIzZeijpf,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_981tdkfzg,XoxfJqfaP:wQ3b4Hc33,...addPropertyOverrides({KrFDwiQ9d:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z3mnz9-container\",layoutDependency:layoutDependency,layoutId:\"Y28myy_Wp-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"Y28myy_Wp\",layoutId:\"Y28myy_Wp\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:UqBjV9zuR,uNZMPYbwe:h7C2TBgwZ,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_9814tb06d,XoxfJqfaP:razpO1RY2,...addPropertyOverrides({rFkjW7M2l:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16mn2ka-container\",layoutDependency:layoutDependency,layoutId:\"Nuhkpo6SC-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"Nuhkpo6SC\",layoutId:\"Nuhkpo6SC\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:v6LotZ7lQ,uNZMPYbwe:yalQmGTBF,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_981ymp3mu,XoxfJqfaP:R4abutT74,...addPropertyOverrides({GSVzBrqht:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v6m2yt-container\",layoutDependency:layoutDependency,layoutId:\"o_18psmMP-container\",children:/*#__PURE__*/_jsx(FAQFAQComponent,{height:\"100%\",id:\"o_18psmMP\",layoutId:\"o_18psmMP\",Rlad6r0HJ:ZiDx5Dn5B,style:{width:\"100%\"},Tcg7JT_8b:Rml8eKG3i,uNZMPYbwe:xZhF4886y,variant:\"HlQXiGpsU\",width:\"100%\",X6Eekz_98:X6Eekz_98x2sd79,XoxfJqfaP:s_m4XYTG1,...addPropertyOverrides({du1yaeoeg:{variant:\"hAma2P9Rj\",X6Eekz_98:X6Eekz_981kz5kgw}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WrKgv.framer-66y0ry, .framer-WrKgv .framer-66y0ry { display: block; }\",\".framer-WrKgv.framer-1ag2yh9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 759px; }\",\".framer-WrKgv .framer-3d0qif-container, .framer-WrKgv .framer-1y9xmt-container, .framer-WrKgv .framer-1ttgnpu-container, .framer-WrKgv .framer-1tqetc5-container, .framer-WrKgv .framer-ljeuum-container, .framer-WrKgv .framer-z3mnz9-container, .framer-WrKgv .framer-16mn2ka-container, .framer-WrKgv .framer-1v6m2yt-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WrKgv.framer-1ag2yh9 { gap: 0px; } .framer-WrKgv.framer-1ag2yh9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WrKgv.framer-1ag2yh9 > :first-child { margin-top: 0px; } .framer-WrKgv.framer-1ag2yh9 > :last-child { margin-bottom: 0px; } }\",\".framer-WrKgv.framer-v-131yo5y .framer-3d0qif-container { order: 0; }\",\".framer-WrKgv.framer-v-131yo5y .framer-1y9xmt-container { order: 1; }\",\".framer-WrKgv.framer-v-131yo5y .framer-1ttgnpu-container { order: 2; }\",\".framer-WrKgv.framer-v-131yo5y .framer-1tqetc5-container { order: 3; }\",\".framer-WrKgv.framer-v-131yo5y .framer-ljeuum-container { order: 4; }\",\".framer-WrKgv.framer-v-131yo5y .framer-z3mnz9-container { order: 5; }\",\".framer-WrKgv.framer-v-131yo5y .framer-16mn2ka-container { order: 6; }\",\".framer-WrKgv.framer-v-131yo5y .framer-1v6m2yt-container { order: 7; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1000\n * @framerIntrinsicWidth 759\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nYVl1Ccq9\":{\"layout\":[\"fixed\",\"auto\"]},\"CI7pTKab3\":{\"layout\":[\"fixed\",\"auto\"]},\"s_pYeMWrb\":{\"layout\":[\"fixed\",\"auto\"]},\"VMfhSTiLF\":{\"layout\":[\"fixed\",\"auto\"]},\"KrFDwiQ9d\":{\"layout\":[\"fixed\",\"auto\"]},\"rFkjW7M2l\":{\"layout\":[\"fixed\",\"auto\"]},\"GSVzBrqht\":{\"layout\":[\"fixed\",\"auto\"]},\"du1yaeoeg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"q0PkMadGa\":\"question1\",\"nOdHsTIcP\":\"answer1\",\"Tv__ipUmp\":\"_2Visible\",\"lU2MAvYUJ\":\"question2\",\"VtzCA0vSL\":\"answer2\",\"eHUzNuZaS\":\"_3Visible\",\"tBAAoJsHE\":\"question3\",\"Vz8i8PZse\":\"answer3\",\"HZfioxxzE\":\"_4Visible\",\"Nq3Nk5_1q\":\"question4\",\"ll10GbcZk\":\"answer4\",\"wQ3b4Hc33\":\"_5Visible\",\"iIzZeijpf\":\"question5\",\"H1qHLwSq_\":\"answer5\",\"razpO1RY2\":\"_6Visible\",\"h7C2TBgwZ\":\"question6\",\"UqBjV9zuR\":\"answer6\",\"R4abutT74\":\"_7Visible\",\"yalQmGTBF\":\"question7\",\"v6LotZ7lQ\":\"answer7\",\"s_m4XYTG1\":\"_8Visible\",\"xZhF4886y\":\"question8\",\"Rml8eKG3i\":\"answer8\",\"ZiDx5Dn5B\":\"fAQPadding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerowYsukqLJ=withCSS(Component,css,\"framer-WrKgv\");export default FramerowYsukqLJ;FramerowYsukqLJ.displayName=\"FAQ/FAQ\";FramerowYsukqLJ.defaultProps={height:1e3,width:759};addPropertyControls(FramerowYsukqLJ,{variant:{options:[\"MErKbBpd8\",\"nYVl1Ccq9\",\"CI7pTKab3\",\"s_pYeMWrb\",\"VMfhSTiLF\",\"KrFDwiQ9d\",\"rFkjW7M2l\",\"GSVzBrqht\",\"du1yaeoeg\"],optionTitles:[\"Default\",\"Question 1\",\"Question 2\",\"Question 3\",\"Question 4\",\"Question 5\",\"Question 6\",\"Question 7\",\"Question 8\"],title:\"Variant\",type:ControlType.Enum},q0PkMadGa:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 1\",type:ControlType.String},nOdHsTIcP:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 1\",type:ControlType.String},Tv__ipUmp:{defaultValue:true,title:\"#2 visible?\",type:ControlType.Boolean},lU2MAvYUJ:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 2\",type:ControlType.String},VtzCA0vSL:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 2\",type:ControlType.String},eHUzNuZaS:{defaultValue:true,title:\"#3 visible?\",type:ControlType.Boolean},tBAAoJsHE:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 3\",type:ControlType.String},Vz8i8PZse:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 3\",type:ControlType.String},HZfioxxzE:{defaultValue:true,title:\"#4 visible?\",type:ControlType.Boolean},Nq3Nk5_1q:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 4\",type:ControlType.String},ll10GbcZk:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 4\",type:ControlType.String},wQ3b4Hc33:{defaultValue:true,title:\"#5 visible?\",type:ControlType.Boolean},iIzZeijpf:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 5\",type:ControlType.String},H1qHLwSq_:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 5\",type:ControlType.String},razpO1RY2:{defaultValue:true,title:\"#6 visible?\",type:ControlType.Boolean},h7C2TBgwZ:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 6\",type:ControlType.String},UqBjV9zuR:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 6\",type:ControlType.String},R4abutT74:{defaultValue:true,title:\"#7 visible?\",type:ControlType.Boolean},yalQmGTBF:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 7\",type:ControlType.String},v6LotZ7lQ:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 7\",type:ControlType.String},s_m4XYTG1:{defaultValue:true,title:\"#8 visible?\",type:ControlType.Boolean},xZhF4886y:{defaultValue:\"Question here\",displayTextArea:false,title:\"Question 8\",type:ControlType.String},Rml8eKG3i:{defaultValue:\"Answer here\",displayTextArea:false,title:\"Answer 8\",type:ControlType.String},ZiDx5Dn5B:{defaultValue:40,displayStepper:true,min:0,title:\"FAQ Padding\",type:ControlType.Number}});addFonts(FramerowYsukqLJ,[{explicitInter:true,fonts:[]},...FAQFAQComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerowYsukqLJ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"q0PkMadGa\\\":\\\"question1\\\",\\\"nOdHsTIcP\\\":\\\"answer1\\\",\\\"Tv__ipUmp\\\":\\\"_2Visible\\\",\\\"lU2MAvYUJ\\\":\\\"question2\\\",\\\"VtzCA0vSL\\\":\\\"answer2\\\",\\\"eHUzNuZaS\\\":\\\"_3Visible\\\",\\\"tBAAoJsHE\\\":\\\"question3\\\",\\\"Vz8i8PZse\\\":\\\"answer3\\\",\\\"HZfioxxzE\\\":\\\"_4Visible\\\",\\\"Nq3Nk5_1q\\\":\\\"question4\\\",\\\"ll10GbcZk\\\":\\\"answer4\\\",\\\"wQ3b4Hc33\\\":\\\"_5Visible\\\",\\\"iIzZeijpf\\\":\\\"question5\\\",\\\"H1qHLwSq_\\\":\\\"answer5\\\",\\\"razpO1RY2\\\":\\\"_6Visible\\\",\\\"h7C2TBgwZ\\\":\\\"question6\\\",\\\"UqBjV9zuR\\\":\\\"answer6\\\",\\\"R4abutT74\\\":\\\"_7Visible\\\",\\\"yalQmGTBF\\\":\\\"question7\\\",\\\"v6LotZ7lQ\\\":\\\"answer7\\\",\\\"s_m4XYTG1\\\":\\\"_8Visible\\\",\\\"xZhF4886y\\\":\\\"question8\\\",\\\"Rml8eKG3i\\\":\\\"answer8\\\",\\\"ZiDx5Dn5B\\\":\\\"fAQPadding\\\"}\",\"framerIntrinsicHeight\":\"1000\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nYVl1Ccq9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CI7pTKab3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"s_pYeMWrb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VMfhSTiLF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KrFDwiQ9d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rFkjW7M2l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GSVzBrqht\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"du1yaeoeg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"759\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"e7b6iPr1M\",\"h4W92452X\"];const serializationHash=\"framer-nSwyM\";const variantClassNames={e7b6iPr1M:\"framer-v-1h48c5a\",h4W92452X:\"framer-v-1xkxuys\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={damping:66,delay:0,mass:.7,stiffness:305,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"e7b6iPr1M\",\"Variant 2\":\"h4W92452X\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"e7b6iPr1M\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e7b6iPr1M\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1uz6loa=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"h4W92452X\"),800);});const onAppear6gvjjx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"e7b6iPr1M\"),1600);});useOnVariantChange(baseVariant,{default:onAppear1uz6loa,h4W92452X:onAppear6gvjjx});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({h4W92452X:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h48c5a\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"e7b6iPr1M\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({h4W92452X:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6b2xcw\",\"data-framer-name\":\"Outside\",layoutDependency:layoutDependency,layoutId:\"ms9q6uC11\",style:{backgroundColor:\"rgba(73, 222, 128, 0.64)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},variants:{h4W92452X:{backgroundColor:\"rgba(135, 239, 172, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12vanls\",\"data-framer-name\":\"Inside\",layoutDependency:layoutDependency,layoutId:\"BMU0Vcp_Q\",style:{backgroundColor:\"var(--token-9f76091e-37c2-4356-9ad5-a6fb7429f274, rgb(187, 247, 208))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nSwyM.framer-1mm98yt, .framer-nSwyM .framer-1mm98yt { display: block; }\",\".framer-nSwyM.framer-1h48c5a { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-nSwyM .framer-6b2xcw { bottom: 11px; flex: none; left: 11px; overflow: visible; position: absolute; right: 11px; top: 11px; z-index: 1; }\",\".framer-nSwyM .framer-12vanls { bottom: 8px; flex: none; left: 8px; overflow: visible; position: absolute; right: 8px; top: 8px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nSwyM.framer-1h48c5a { gap: 0px; } .framer-nSwyM.framer-1h48c5a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nSwyM.framer-1h48c5a > :first-child { margin-top: 0px; } .framer-nSwyM.framer-1h48c5a > :last-child { margin-bottom: 0px; } }\",\".framer-nSwyM.framer-v-1xkxuys .framer-6b2xcw { bottom: 1px; left: 1px; right: 1px; top: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"h4W92452X\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTP0UHIUgg=withCSS(Component,css,\"framer-nSwyM\");export default FramerTP0UHIUgg;FramerTP0UHIUgg.displayName=\"Radar\";FramerTP0UHIUgg.defaultProps={height:24,width:24};addPropertyControls(FramerTP0UHIUgg,{variant:{options:[\"e7b6iPr1M\",\"h4W92452X\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTP0UHIUgg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTP0UHIUgg\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h4W92452X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TP0UHIUgg.map", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-x9xzn .framer-styles-preset-fcm6as:not(.rich-text-wrapper), .framer-x9xzn .framer-styles-preset-fcm6as.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.012em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-x9xzn .framer-styles-preset-fcm6as:not(.rich-text-wrapper), .framer-x9xzn .framer-styles-preset-fcm6as.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.012em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-x9xzn .framer-styles-preset-fcm6as:not(.rich-text-wrapper), .framer-x9xzn .framer-styles-preset-fcm6as.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.012em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-x9xzn\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-MZmVg .framer-styles-preset-1o6lwwz:not(.rich-text-wrapper), .framer-MZmVg .framer-styles-preset-1o6lwwz.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-MZmVg .framer-styles-preset-1o6lwwz:not(.rich-text-wrapper), .framer-MZmVg .framer-styles-preset-1o6lwwz.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-MZmVg .framer-styles-preset-1o6lwwz:not(.rich-text-wrapper), .framer-MZmVg .framer-styles-preset-1o6lwwz.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-MZmVg\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gjilxU6iXEj6Drl0LnsL/gd92o7a0qwC7x9sCbnbQ/rncFq5P_8.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/htPeitwxjLgnCP5NU0No/WzUH5OfugcPqSySmqwvU/Zq4DbL73h.js\";const PhosphorFonts=getFonts(Phosphor);const Phosphor1Controls=getPropertyControls(Phosphor1);const cycleOrder=[\"iX8J07i2A\",\"fKmf1VW58\"];const serializationHash=\"framer-iTKjU\";const variantClassNames={fKmf1VW58:\"framer-v-100vakv\",iX8J07i2A:\"framer-v-lo5y49\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"iX8J07i2A\",Mobile:\"fKmf1VW58\"};const getProps=({description,height,icon,id,padding,tITle,width,...props})=>{return{...props,INmf4FZeY:padding??props.INmf4FZeY??\"40px 32px 40px 32px\",PN3uA9lCq:tITle??props.PN3uA9lCq??\"Title\",variant:humanReadableVariantMap[props.variant]??props.variant??\"iX8J07i2A\",VL0Oqyk_1:description??props.VL0Oqyk_1??\"Description\",xYU9IqvO9:icon??props.xYU9IqvO9??\"PlusCircle\"};};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,xYU9IqvO9,PN3uA9lCq,VL0Oqyk_1,INmf4FZeY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iX8J07i2A\",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-lo5y49\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"iX8J07i2A\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, rgb(229, 229, 229))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",\"--ojzm93\":numberToPixelString(INmf4FZeY),backgroundColor:\"var(--token-1e4de996-fe4b-4667-88fc-284e9577f815, rgb(250, 250, 250))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({fKmf1VW58:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a8ggc5-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nzzKiuYCb-container\",nodeId:\"nzzKiuYCb\",rendersWithMotion:true,scopeId:\"UfuorcbDM\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\",height:\"100%\",iconSearch:\"House\",iconSelection:xYU9IqvO9,id:\"nzzKiuYCb\",layoutId:\"nzzKiuYCb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ylj8kw\",\"data-framer-name\":\"Text wrapper\",layoutDependency:layoutDependency,layoutId:\"CZ95OVdYV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1o6lwwz\",\"data-styles-preset\":\"Zq4DbL73h\",children:\"Title\"})}),className:\"framer-1efvfl3\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"M2hZYCqbs\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:PN3uA9lCq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fcm6as\",\"data-styles-preset\":\"rncFq5P_8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163)))\"},children:\"Description\"})}),className:\"framer-12ir87i\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uxw9Rk90t\",style:{\"--extracted-r6o4lv\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VL0Oqyk_1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dc2nu2\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"KNiVRetPG\",style:{backgroundColor:\"rgb(21, 217, 194)\",filter:\"blur(64px)\",opacity:0,WebkitFilter:\"blur(64px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iTKjU.framer-1u1oswi, .framer-iTKjU .framer-1u1oswi { display: block; }\",\".framer-iTKjU.framer-lo5y49 { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; height: 264px; justify-content: space-between; overflow: hidden; padding: var(--ojzm93); position: relative; width: 410px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iTKjU .framer-1a8ggc5-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-iTKjU .framer-ylj8kw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iTKjU .framer-1efvfl3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iTKjU .framer-12ir87i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iTKjU .framer-1dc2nu2 { bottom: -64px; flex: none; height: 65px; left: -54px; overflow: hidden; position: absolute; width: 61px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iTKjU .framer-ylj8kw { gap: 0px; } .framer-iTKjU .framer-ylj8kw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-iTKjU .framer-ylj8kw > :first-child { margin-top: 0px; } .framer-iTKjU .framer-ylj8kw > :last-child { margin-bottom: 0px; } }\",\".framer-iTKjU.framer-v-100vakv.framer-lo5y49 { gap: 32px; height: min-content; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iTKjU.framer-v-100vakv.framer-lo5y49 { gap: 0px; } .framer-iTKjU.framer-v-100vakv.framer-lo5y49 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-iTKjU.framer-v-100vakv.framer-lo5y49 > :first-child { margin-top: 0px; } .framer-iTKjU.framer-v-100vakv.framer-lo5y49 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-iTKjU[data-border=\"true\"]::after, .framer-iTKjU [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 264\n * @framerIntrinsicWidth 410\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fKmf1VW58\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xYU9IqvO9\":\"icon\",\"PN3uA9lCq\":\"tITle\",\"VL0Oqyk_1\":\"description\",\"INmf4FZeY\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUfuorcbDM=withCSS(Component,css,\"framer-iTKjU\");export default FramerUfuorcbDM;FramerUfuorcbDM.displayName=\"Benefit item/Benefit\";FramerUfuorcbDM.defaultProps={height:264,width:410};addPropertyControls(FramerUfuorcbDM,{variant:{options:[\"iX8J07i2A\",\"fKmf1VW58\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},xYU9IqvO9:Phosphor1Controls?.[\"iconSelection\"]&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"PlusCircle\",description:undefined,hidden:undefined,title:\"Icon\"},PN3uA9lCq:{defaultValue:\"Title\",displayTextArea:false,title:\"TItle\",type:ControlType.String},VL0Oqyk_1:{defaultValue:\"Description\",displayTextArea:false,title:\"Description\",type:ControlType.String},INmf4FZeY:{defaultValue:\"40px 32px 40px 32px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerUfuorcbDM,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUfuorcbDM\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fKmf1VW58\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"410\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"xYU9IqvO9\\\":\\\"icon\\\",\\\"PN3uA9lCq\\\":\\\"tITle\\\",\\\"VL0Oqyk_1\\\":\\\"description\\\",\\\"INmf4FZeY\\\":\\\"padding\\\"}\",\"framerIntrinsicHeight\":\"264\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-3k8fx .framer-styles-preset-111p1vo:not(.rich-text-wrapper), .framer-3k8fx .framer-styles-preset-111p1vo.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.05em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-3k8fx .framer-styles-preset-111p1vo:not(.rich-text-wrapper), .framer-3k8fx .framer-styles-preset-111p1vo.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.05em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-3k8fx .framer-styles-preset-111p1vo:not(.rich-text-wrapper), .framer-3k8fx .framer-styles-preset-111p1vo.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.05em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-3k8fx\";\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 (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-3Q5q0 .framer-styles-preset-11v2ke7:not(.rich-text-wrapper), .framer-3Q5q0 .framer-styles-preset-11v2ke7.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-3Q5q0 .framer-styles-preset-11v2ke7:not(.rich-text-wrapper), .framer-3Q5q0 .framer-styles-preset-11v2ke7.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-3Q5q0 .framer-styles-preset-11v2ke7:not(.rich-text-wrapper), .framer-3Q5q0 .framer-styles-preset-11v2ke7.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-3Q5q0\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-Q7dgw .framer-styles-preset-1dtlomj:not(.rich-text-wrapper), .framer-Q7dgw .framer-styles-preset-1dtlomj.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.005em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-Q7dgw .framer-styles-preset-1dtlomj:not(.rich-text-wrapper), .framer-Q7dgw .framer-styles-preset-1dtlomj.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.005em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --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-Q7dgw .framer-styles-preset-1dtlomj:not(.rich-text-wrapper), .framer-Q7dgw .framer-styles-preset-1dtlomj.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.005em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Q7dgw\";\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 (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,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/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import Shimmer from\"https://framerusercontent.com/modules/rwA79zMJezRUi7Rn8GDY/3o4BrD2zsURkXduIvQyC/g_s8LqzcU.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import ButtonsPrimaryButton from\"#framer/local/canvasComponent/D6QijPQmY/D6QijPQmY.js\";import NavNavigationBar from\"#framer/local/canvasComponent/kzDcvun6A/kzDcvun6A.js\";import Footer from\"#framer/local/canvasComponent/nNkZ54ER1/nNkZ54ER1.js\";import FAQFAQ from\"#framer/local/canvasComponent/owYsukqLJ/owYsukqLJ.js\";import Radar from\"#framer/local/canvasComponent/TP0UHIUgg/TP0UHIUgg.js\";import BenefitItemBenefit from\"#framer/local/canvasComponent/UfuorcbDM/UfuorcbDM.js\";import*as sharedStyle1 from\"#framer/local/css/BmGmA691U/BmGmA691U.js\";import*as sharedStyle3 from\"#framer/local/css/GygTAX8TE/GygTAX8TE.js\";import*as sharedStyle2 from\"#framer/local/css/hn4fm3Bgo/hn4fm3Bgo.js\";import*as sharedStyle6 from\"#framer/local/css/nAZw8NEQ6/nAZw8NEQ6.js\";import*as sharedStyle7 from\"#framer/local/css/QodQLACi6/QodQLACi6.js\";import*as sharedStyle from\"#framer/local/css/sJXPpwmYP/sJXPpwmYP.js\";import*as sharedStyle4 from\"#framer/local/css/Syt1ipHc1/Syt1ipHc1.js\";import*as sharedStyle5 from\"#framer/local/css/Zq4DbL73h/Zq4DbL73h.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavNavigationBarFonts=getFonts(NavNavigationBar);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RadarFonts=getFonts(Radar);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonsPrimaryButtonFonts=getFonts(ButtonsPrimaryButton);const ParticlesFonts=getFonts(Particles);const ShimmerFonts=getFonts(Shimmer);const ContainerWithFX=withFX(Container);const TickerFonts=getFonts(Ticker);const SlideshowFonts=getFonts(Slideshow);const BenefitItemBenefitFonts=getFonts(BenefitItemBenefit);const PhosphorFonts=getFonts(Phosphor);const Phosphor1Fonts=getFonts(Phosphor1);const FAQFAQFonts=getFonts(FAQFAQ);const FooterFonts=getFonts(Footer);const breakpoints={WQLkyLRf1:\"(min-width: 1440px)\",YYQmeA3TC:\"(min-width: 1200px) and (max-width: 1439px)\",ZEQfwHMlE:\"(min-width: 810px) and (max-width: 1199px)\",zKrFpwa7N:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-H4c4z\";const variantClassNames={WQLkyLRf1:\"framer-v-72rtr7\",YYQmeA3TC:\"framer-v-tokwkx\",ZEQfwHMlE:\"framer-v-1j3i7qj\",zKrFpwa7N:\"framer-v-gsths5\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:1.1,mass:1,stiffness:186,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-80};const transition2={damping:30,delay:.3,mass:1,stiffness:186,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition3={damping:30,delay:.5,mass:1,stiffness:186,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:30,delay:.6,mass:1,stiffness:186,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:30,delay:.7,mass:1,stiffness:186,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition7={delay:1.5,duration:8,ease:[.12,.23,.5,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:780,y:325};const transition8={delay:.2,duration:5.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:780,y:325};const transition9={delay:.6,duration:7,ease:[.12,.23,.5,1],type:\"tween\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:780,y:325};const transition10={delay:.2,duration:5.9,ease:[.12,.23,.5,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:780,y:325};const transition11={delay:2,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:780,y:325};const transition12={delay:2.4,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:780,y:325};const transition13={delay:3.2,duration:7.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:780,y:325};const transition14={delay:1,duration:5,ease:[.12,.23,.5,1],type:\"tween\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:780,y:325};const transition15={delay:1,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const transition16={delay:3,duration:5.6,ease:[.12,.23,.5,1],type:\"tween\"};const transition17={delay:2,duration:5.4,ease:[.12,.23,.5,1],type:\"tween\"};const transition18={delay:5.4,duration:5.3,ease:[.12,.23,.5,1],type:\"tween\"};const transition19={delay:2.3,duration:5.8,ease:[.12,.23,.5,1],type:\"tween\"};const transition20={delay:5.4,duration:6,ease:[.12,.23,.5,1],type:\"tween\"};const transition21={delay:2,duration:8,ease:[.12,.23,.5,1],type:\"tween\"};const transition22={delay:2,duration:7,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - 1200\":\"YYQmeA3TC\",\"Desktop - 1440+\":\"WQLkyLRf1\",Phone:\"zKrFpwa7N\",Tablet:\"ZEQfwHMlE\"};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,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"fpqFIMf3r\");const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"zKrFpwa7N\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"zKrFpwa7N\")return true;return false;};const elementId1=useRouteElementId(\"WQgbScsjn\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"d37AdfH_T\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"zCgN_sEKu\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"PfDkmUbo_\");const ref5=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:24,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-xvezq8-container\",\"data-framer-appear-id\":\"xvezq8\",initial:animation1,layoutScroll:true,nodeId:\"Ff9ySoI9e\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{variant:\"JX87qO1mK\"},zKrFpwa7N:{variant:\"JX87qO1mK\"}},children:/*#__PURE__*/_jsx(NavNavigationBar,{height:\"100%\",id:\"Ff9ySoI9e\",layoutId:\"Ff9ySoI9e\",variant:\"n2jQOu9VV\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-13bcszf\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-2l1d2z\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s1ur33\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1pyvety\",\"data-framer-appear-id\":\"1pyvety\",\"data-framer-name\":\"Radar wrapper\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+0+0+293.1778+0+0+6},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+0+160+0+0+0+6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+0+0+0+0+0+390.4+0+0+6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17z758j-container\",nodeId:\"nTJiYnMp0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Radar,{height:\"100%\",id:\"nTJiYnMp0\",layoutId:\"nTJiYnMp0\",style:{height:\"100%\",width:\"100%\"},variant:\"e7b6iPr1M\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",children:\"1 Spot Available for Premium+\"})}),className:\"framer-1trfr3j\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-111p1vo\",\"data-styles-preset\":\"BmGmA691U\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"We are the masters of the X algorithm. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"We are the hype engineers. You need us.\"})]})}),className:\"framer-79sjfk\",\"data-framer-appear-id\":\"79sjfk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:[\"Discover the algorithmic creative acts that build the hype your project needs. \",/*#__PURE__*/_jsx(\"br\",{}),\"Blucka is the next level Web3 marketing agency. We act. You win.\"]})}),className:\"framer-e8bxmv\",\"data-framer-appear-id\":\"e8bxmv\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cwoukm\",\"data-framer-name\":\"Buttons wrapper\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":zCgN_sEKu\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":zCgN_sEKu\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":zCgN_sEKu\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":zCgN_sEKu\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+0+0+460.3778+0},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+0+160+167.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+0+0+0+557.6+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1xyntdf-container\",\"data-framer-appear-id\":\"1xyntdf\",\"data-framer-name\":\"Primary button\",initial:animation3,name:\"Primary button\",nodeId:\"pbvSOUqzB\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{QzEEUnvae:resolvedLinks[3]},ZEQfwHMlE:{QzEEUnvae:resolvedLinks[1]},zKrFpwa7N:{QzEEUnvae:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"View pricing\",height:\"100%\",id:\"pbvSOUqzB\",layoutId:\"pbvSOUqzB\",name:\"Primary button\",QzEEUnvae:resolvedLinks[0],variant:\"OOSw1QhFm\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+0+0+460.3778+0},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+0+160+167.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+0+0+0+557.6+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-17480de-container\",\"data-framer-appear-id\":\"17480de\",\"data-framer-name\":\"Secondary button\",initial:animation3,name:\"Secondary button\",nodeId:\"IRwR3lxiF\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"Book a call\",height:\"100%\",id:\"IRwR3lxiF\",layoutId:\"IRwR3lxiF\",name:\"Secondary button\",QzEEUnvae:\"https://calendly.com/grow-blucka/30min\",variant:\"eFPoX3tr2\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-t7830w\",\"data-framer-appear-id\":\"t7830w\",\"data-framer-name\":\"Background\",initial:animation8,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hec8ok\",\"data-framer-name\":\"BG\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u8ja08\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kn29y8\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5vg5at\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1002m8k\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b68wyz\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gi9agb\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s0knup\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18gnwza\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p3406a\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15hkdzw\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jndyx2\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qh98n9\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w2nek6\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-883lrs\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13cgosb\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kjyeqp\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-serjgf\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-26v32d\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s2l9ys\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u8j9pk\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i838of\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jjuvx2\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1td2j68\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c1k9db\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xmsqnr\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-121bzwm\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b7ys0c\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11iw5dv\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cv3kck\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ix7o5s\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4w4jjg\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yk0p47\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-asb9b2\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iy0dc2\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4loo6d\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12ik76n\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8fhblb\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w8148b\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s9li2t\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qi7th7\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zlcw6m\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xf5bjs\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qnvaav\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sa1xqh\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x5nzii\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q2e0qj\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ntyg3n\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kcquri\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gk02lx\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6cwelp\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ex8nl4\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-124ot27\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a6mfmh\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11xy4kg\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-40ru9p\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ww5rq\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7hqspu\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-umiin3\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yzcwj1\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cu1lh4\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-utpv1d\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uq885e\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f94015\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n04lf8\",\"data-framer-name\":\"BG Line\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ifr66w\",\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qpvyiu\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kfdp8d\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wvq9qp\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15frpw1\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6fqmft\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7ddab8\",\"data-border\":true,\"data-framer-name\":\"BG Element\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qrhdt7\",\"data-border\":true,\"data-framer-name\":\"BG Element\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-me5s9p\",\"data-framer-name\":\"Radial opacity\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qnggis\",\"data-framer-name\":\"Bottom blur\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t99itf\",\"data-framer-name\":\"Top Blur\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-192uv9r\",\"data-framer-name\":\"Stars\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-azol23-container\",\"data-framer-name\":\"Particles\",isAuthoredByUser:true,isModuleExternal:true,name:\"Particles\",nodeId:\"wU_6pCMfa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:1280,densityEnable:false,densityFactor:50},fpsOptions:30,height:\"100%\",hoverOptions:{hoverEnabled:true,hoverForce:30,hoverModes:\"none\",hoverParallax:true,hoverSmooth:30},id:\"wU_6pCMfa\",layoutId:\"wU_6pCMfa\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:.5,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Particles\",number:16,opacityOptions:{opacity:1,opacityMax:.9,opacityMin:0,opacityType:false},particlesID:\"Desktop\",radius:0,rotateOptions:{rotateAnimation:true,rotateDirection:\"random\",rotateSpeed:3,rotateSync:true,rotateValue:30},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"edge\"},sizeOptions:{size:1,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vj2trc\",\"data-framer-name\":\"Meteor - Frame\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1.5,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-txl5be-container\",isModuleExternal:true,nodeId:\"hZ76bzHcj\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"hZ76bzHcj\",layoutId:\"hZ76bzHcj\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bxn9mk-container\",isModuleExternal:true,nodeId:\"EKDK_wkSl\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"EKDK_wkSl\",layoutId:\"EKDK_wkSl\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.6,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,className:\"framer-966b0p-container\",isModuleExternal:true,nodeId:\"APx87l0so\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"APx87l0so\",layoutId:\"APx87l0so\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition10,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mjqhpx-container\",isModuleExternal:true,nodeId:\"bhrXDYry1\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"bhrXDYry1\",layoutId:\"bhrXDYry1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:5.4,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition11,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lp9z92-container\",isModuleExternal:true,nodeId:\"qKEu8cvhc\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"qKEu8cvhc\",layoutId:\"qKEu8cvhc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition12,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pnv39e-container\",isModuleExternal:true,nodeId:\"CDqyHsWCo\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"CDqyHsWCo\",layoutId:\"CDqyHsWCo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:3.2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition13,__perspectiveFX:false,__targetOpacity:1,className:\"framer-awfb51-container\",isModuleExternal:true,nodeId:\"opfmkFSsR\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"opfmkFSsR\",layoutId:\"opfmkFSsR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition14,__perspectiveFX:false,__targetOpacity:1,className:\"framer-has8du-container\",isModuleExternal:true,nodeId:\"XpJhNq1U1\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"XpJhNq1U1\",layoutId:\"XpJhNq1U1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:4.5,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition15,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wgl85n-container\",isModuleExternal:true,nodeId:\"ONhNH5CtG\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"ONhNH5CtG\",layoutId:\"ONhNH5CtG\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:3,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition16,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vpe8nt-container\",isModuleExternal:true,nodeId:\"ptvIYgVx3\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"ptvIYgVx3\",layoutId:\"ptvIYgVx3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition17,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4y93ng-container\",isModuleExternal:true,nodeId:\"rA2KPc_i8\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"rA2KPc_i8\",layoutId:\"rA2KPc_i8\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1.4,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition18,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m5p4vl-container\",isModuleExternal:true,nodeId:\"JJHrY6Lsy\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"JJHrY6Lsy\",layoutId:\"JJHrY6Lsy\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition19,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qeh2je-container\",isModuleExternal:true,nodeId:\"qiqmHXU9W\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"qiqmHXU9W\",layoutId:\"qiqmHXU9W\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1.7,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition20,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1285na2-container\",isModuleExternal:true,nodeId:\"zKkvibM6A\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"zKkvibM6A\",layoutId:\"zKkvibM6A\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.6,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hxdcgk-container\",isModuleExternal:true,nodeId:\"iaOSUTrM3\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"iaOSUTrM3\",layoutId:\"iaOSUTrM3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition21,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j0egyy-container\",isModuleExternal:true,nodeId:\"iEdIoR0BM\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"iEdIoR0BM\",layoutId:\"iEdIoR0BM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition22,__perspectiveFX:false,__targetOpacity:1,className:\"framer-156m39k-container\",isModuleExternal:true,nodeId:\"PBTBTDcIm\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:22.6},children:/*#__PURE__*/_jsx(Shimmer,{height:\"100%\",id:\"PBTBTDcIm\",layoutId:\"PBTBTDcIm\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13xv78g\",\"data-framer-name\":\"Stars_BG\",opacity:.4,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 801 435\"><g transform=\"translate(-6.744 -1.474)\" id=\"ss12747990830_1\"><g transform=\"translate(0 0)\" id=\"ss12747990830_2\"><path d=\"M 283.778 163.123 C 283.778 162.174 284.547 161.406 285.495 161.406 C 286.443 161.406 287.211 162.174 287.211 163.123 C 287.211 164.071 286.443 164.84 285.495 164.84 C 284.547 164.84 283.778 164.071 283.778 163.123 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 153.958 115.898 C 153.958 114.949 154.726 114.181 155.674 114.181 C 156.622 114.181 157.391 114.949 157.391 115.898 C 157.391 116.846 156.622 117.615 155.674 117.615 C 154.726 117.615 153.958 116.846 153.958 115.898 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 449.001 78.791 C 449.001 77.843 449.769 77.074 450.717 77.074 C 451.665 77.074 452.433 77.843 452.433 78.791 C 452.433 79.739 451.665 80.508 450.717 80.508 C 449.769 80.508 449.001 79.739 449.001 78.791 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 239.942 39.999 C 239.942 39.051 240.71 38.282 241.658 38.282 C 242.606 38.282 243.375 39.051 243.375 39.999 C 243.375 40.948 242.606 41.717 241.658 41.717 C 240.71 41.717 239.942 40.948 239.942 39.999 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 224.769 286.246 C 224.769 285.298 225.537 284.529 226.485 284.529 C 227.433 284.529 228.201 285.298 228.201 286.246 C 228.201 287.194 227.433 287.963 226.485 287.963 C 225.537 287.963 224.769 287.194 224.769 286.246 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 125.297 149.63 C 125.297 148.681 126.065 147.913 127.013 147.913 C 127.961 147.913 128.73 148.681 128.73 149.63 C 128.73 150.578 127.961 151.347 127.013 151.347 C 126.065 151.347 125.297 150.578 125.297 149.63 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 378.191 102.405 C 378.191 101.456 378.959 100.688 379.907 100.688 C 380.855 100.688 381.624 101.456 381.624 102.405 C 381.624 103.353 380.855 104.122 379.907 104.122 C 378.959 104.122 378.191 103.353 378.191 102.405 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 432.142 301.426 C 432.142 300.478 432.91 299.709 433.858 299.709 C 434.806 299.709 435.575 300.478 435.575 301.426 C 435.575 302.375 434.806 303.143 433.858 303.143 C 432.91 303.143 432.142 302.375 432.142 301.426 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 285.463 255.888 C 285.463 254.939 286.231 254.171 287.179 254.171 C 288.127 254.171 288.896 254.939 288.896 255.888 C 288.896 256.836 288.127 257.605 287.179 257.605 C 286.231 257.605 285.463 256.836 285.463 255.888 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 341.099 23.133 C 341.099 22.185 341.867 21.416 342.815 21.416 C 343.763 21.416 344.532 22.185 344.532 23.133 C 344.532 24.081 343.763 24.85 342.815 24.85 C 341.867 24.85 341.099 24.081 341.099 23.133 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 653.003 38.313 C 653.003 37.365 653.771 36.596 654.719 36.596 C 655.667 36.596 656.436 37.365 656.436 38.313 C 656.436 39.262 655.667 40.03 654.719 40.03 C 653.771 40.03 653.003 39.262 653.003 38.313 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 531.613 164.809 C 531.613 163.861 532.382 163.092 533.33 163.092 C 534.278 163.092 535.046 163.861 535.046 164.809 C 535.046 165.757 534.278 166.526 533.33 166.526 C 532.382 166.526 531.613 165.757 531.613 164.809 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 319.182 227.214 C 319.182 226.266 319.951 225.497 320.899 225.497 C 321.847 225.497 322.615 226.266 322.615 227.214 C 322.615 228.163 321.847 228.931 320.899 228.931 C 319.951 228.931 319.182 228.163 319.182 227.214 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 12.338 50.119 C 12.338 49.171 13.106 48.402 14.054 48.402 C 15.002 48.402 15.771 49.171 15.771 50.119 C 15.771 51.067 15.002 51.836 14.054 51.836 C 13.106 51.836 12.338 51.067 12.338 50.119 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 135.412 21.447 C 135.412 20.498 136.181 19.73 137.129 19.73 C 138.077 19.73 138.845 20.498 138.845 21.447 C 138.845 22.395 138.077 23.164 137.129 23.164 C 136.181 23.164 135.412 22.395 135.412 21.447 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 546.785 48.433 C 546.785 47.484 547.554 46.716 548.502 46.716 C 549.45 46.716 550.218 47.484 550.218 48.433 C 550.218 49.381 549.45 50.15 548.502 50.15 C 547.554 50.15 546.785 49.381 546.785 48.433 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 477.661 19.759 C 477.661 18.811 478.43 18.042 479.378 18.042 C 480.326 18.042 481.094 18.811 481.094 19.759 C 481.094 20.708 480.326 21.476 479.378 21.476 C 478.43 21.476 477.661 20.708 477.661 19.759 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 352.901 193.482 C 352.901 192.534 353.67 191.765 354.618 191.765 C 355.566 191.765 356.334 192.534 356.334 193.482 C 356.334 194.431 355.566 195.199 354.618 195.199 C 353.67 195.199 352.901 194.431 352.901 193.482 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 241.627 90.598 C 241.627 89.65 242.396 88.881 243.344 88.881 C 244.292 88.881 245.06 89.65 245.06 90.598 C 245.06 91.546 244.292 92.315 243.344 92.315 C 242.396 92.315 241.627 91.546 241.627 90.598 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 287.148 18.073 C 287.148 17.125 287.917 16.356 288.865 16.356 C 289.813 16.356 290.581 17.125 290.581 18.073 C 290.581 19.021 289.813 19.79 288.865 19.79 C 287.917 19.79 287.148 19.021 287.148 18.073 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 464.174 141.196 C 464.174 140.248 464.942 139.479 465.89 139.479 C 466.838 139.479 467.607 140.248 467.607 141.196 C 467.607 142.145 466.838 142.914 465.89 142.914 C 464.942 142.914 464.174 142.145 464.174 141.196 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 405.166 299.739 C 405.166 298.791 405.935 298.022 406.883 298.022 C 407.831 298.022 408.599 298.791 408.599 299.739 C 408.599 300.687 407.831 301.456 406.883 301.456 C 405.935 301.456 405.166 300.687 405.166 299.739 Z\" fill=\"rgba(255,255,255,0.2)\"></path><g id=\"ss12747990830_25\"><g transform=\"translate(166.855 154.905)\" id=\"ss12747990830_26\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(35.702 107.193)\" id=\"ss12747990830_28\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(333.777 69.706)\" id=\"ss12747990830_30\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(122.569 30.515)\" id=\"ss12747990830_32\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(107.239 279.294)\" id=\"ss12747990830_34\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(6.744 141.272)\" id=\"ss12747990830_36\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(262.239 93.562)\" id=\"ss12747990830_38\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(316.744 294.629)\" id=\"ss12747990830_40\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(168.558 248.622)\" id=\"ss12747990830_42\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(224.766 13.475)\" id=\"ss12747990830_44\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(659.175 20.447)\" id=\"ss12747990830_46\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(536.537 148.245)\" id=\"ss12747990830_48\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(321.924 211.292)\" id=\"ss12747990830_50\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(11.923 32.375)\" id=\"ss12747990830_52\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(136.264 3.408)\" id=\"ss12747990830_54\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(0 155.061)\" id=\"ss12747990830_56\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(551.867 30.672)\" id=\"ss12747990830_58\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(482.032 1.705)\" id=\"ss12747990830_60\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(355.988 177.212)\" id=\"ss12747990830_62\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(243.57 73.27)\" id=\"ss12747990830_64\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(289.559 0)\" id=\"ss12747990830_66\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(468.405 124.389)\" id=\"ss12747990830_68\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(408.792 284.562)\" id=\"ss12747990830_70\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g></g><g transform=\"translate(289.986 294.195)\" id=\"ss12747990830_72\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(160.167 246.97)\" id=\"ss12747990830_74\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(455.209 209.863)\" id=\"ss12747990830_76\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(246.151 171.072)\" id=\"ss12747990830_78\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(230.977 417.318)\" id=\"ss12747990830_80\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(131.505 280.702)\" id=\"ss12747990830_82\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(384.4 233.477)\" id=\"ss12747990830_84\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(438.351 432.499)\" id=\"ss12747990830_86\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(291.672 386.96)\" id=\"ss12747990830_88\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(347.308 154.205)\" id=\"ss12747990830_90\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(659.21 169.384)\" id=\"ss12747990830_92\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(537.821 295.881)\" id=\"ss12747990830_94\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(325.391 358.287)\" id=\"ss12747990830_96\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(18.545 181.191)\" id=\"ss12747990830_98\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(141.621 152.519)\" id=\"ss12747990830_100\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(6.744 302.628)\" id=\"ss12747990830_102\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(552.994 179.505)\" id=\"ss12747990830_104\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(483.87 150.832)\" id=\"ss12747990830_106\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(359.11 324.555)\" id=\"ss12747990830_108\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(247.835 221.67)\" id=\"ss12747990830_110\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(293.357 149.145)\" id=\"ss12747990830_112\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(470.383 272.269)\" id=\"ss12747990830_114\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(411.374 430.811)\" id=\"ss12747990830_116\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.144 0 C 1.776 0 2.289 0.513 2.289 1.145 C 2.289 1.777 1.776 2.289 1.144 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><path d=\"M 738.546 167.129 C 738.546 166.497 739.058 165.985 739.69 165.985 C 740.322 165.985 740.835 166.497 740.835 167.129 C 740.835 167.762 740.322 168.274 739.69 168.274 C 739.058 168.274 738.546 167.762 738.546 167.129 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 608.727 119.904 C 608.727 119.272 609.239 118.76 609.871 118.76 C 610.503 118.76 611.015 119.272 611.015 119.904 C 611.015 120.537 610.503 121.049 609.871 121.049 C 609.239 121.049 608.727 120.537 608.727 119.904 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 694.711 44.006 C 694.711 43.374 695.223 42.861 695.855 42.861 C 696.487 42.861 696.999 43.374 696.999 44.006 C 696.999 44.638 696.487 45.151 695.855 45.151 C 695.223 45.151 694.711 44.638 694.711 44.006 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 679.538 290.253 C 679.538 289.62 680.05 289.108 680.682 289.108 C 681.314 289.108 681.826 289.62 681.826 290.253 C 681.826 290.885 681.314 291.397 680.682 291.397 C 680.05 291.397 679.538 290.885 679.538 290.253 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 580.065 153.636 C 580.065 153.004 580.577 152.492 581.209 152.492 C 581.841 152.492 582.353 153.004 582.353 153.636 C 582.353 154.268 581.841 154.781 581.209 154.781 C 580.577 154.781 580.065 154.268 580.065 153.636 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 740.232 259.894 C 740.232 259.262 740.744 258.749 741.376 258.749 C 742.008 258.749 742.52 259.262 742.52 259.894 C 742.52 260.526 742.008 261.039 741.376 261.039 C 740.744 261.039 740.232 260.526 740.232 259.894 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 795.868 27.139 C 795.868 26.507 796.38 25.995 797.012 25.995 C 797.644 25.995 798.156 26.507 798.156 27.139 C 798.156 27.772 797.644 28.284 797.012 28.284 C 796.38 28.284 795.868 27.772 795.868 27.139 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 773.951 231.221 C 773.951 230.589 774.464 230.076 775.096 230.076 C 775.728 230.076 776.24 230.589 776.24 231.221 C 776.24 231.853 775.728 232.366 775.096 232.366 C 774.464 232.366 773.951 231.853 773.951 231.221 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 467.105 54.125 C 467.105 53.493 467.618 52.981 468.25 52.981 C 468.882 52.981 469.394 53.493 469.394 54.125 C 469.394 54.758 468.882 55.27 468.25 55.27 C 467.618 55.27 467.105 54.758 467.105 54.125 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 590.181 25.453 C 590.181 24.821 590.694 24.308 591.326 24.308 C 591.958 24.308 592.47 24.821 592.47 25.453 C 592.47 26.085 591.958 26.598 591.326 26.598 C 590.694 26.598 590.181 26.085 590.181 25.453 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 455.304 175.563 C 455.304 174.93 455.817 174.418 456.449 174.418 C 457.081 174.418 457.593 174.93 457.593 175.563 C 457.593 176.195 457.081 176.707 456.449 176.707 C 455.817 176.707 455.304 176.195 455.304 175.563 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 807.67 197.489 C 807.67 196.857 808.182 196.344 808.814 196.344 C 809.446 196.344 809.959 196.857 809.959 197.489 C 809.959 198.121 809.446 198.634 808.814 198.634 C 808.182 198.634 807.67 198.121 807.67 197.489 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 696.395 94.604 C 696.395 93.972 696.907 93.46 697.539 93.46 C 698.171 93.46 698.684 93.972 698.684 94.604 C 698.684 95.237 698.171 95.749 697.539 95.749 C 696.907 95.749 696.395 95.237 696.395 94.604 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 741.917 22.08 C 741.917 21.447 742.429 20.935 743.061 20.935 C 743.693 20.935 744.206 21.447 744.206 22.08 C 744.206 22.712 743.693 23.224 743.061 23.224 C 742.429 23.224 741.917 22.712 741.917 22.08 Z\" fill=\"rgba(255,255,255,0.7)\"></path></g></g></svg>',svgContentId:12747990830,withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1cjjcap\",\"data-framer-name\":\"Templates\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1utp02n-container hidden-gsths5\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iiIvdcDnp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:.4,id:\"iiIvdcDnp\",layoutId:\"iiIvdcDnp\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/fzgDRtePsIrBLzmjrhvL4dhUU84.jpg\"},className:\"framer-1iqkkny\",\"data-framer-name\":\"C01\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/KbetqmlcsjCjUDEeYm2k9gV8U.jpg\"},className:\"framer-tcq2sa\",\"data-framer-name\":\"C02\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/8PnW1HeearU9XGvp9qJhxatMA.jpg\"},className:\"framer-1tkh2uc\",\"data-framer-name\":\"C03\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/1MwSusrC5pelUHjj6XUinFNMP4.jpg\"},className:\"framer-qnrf8a\",\"data-framer-name\":\"C04\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/uDye1JoI3Nbp85oNI5Z6Q50Rwc.jpg\"},className:\"framer-l911kf\",\"data-framer-name\":\"C05\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:175,intrinsicWidth:250,pixelHeight:350,pixelWidth:500,src:\"https://framerusercontent.com/images/FkCZK2r4xKx1fdFvpqKoTzs1lU.jpg\"},className:\"framer-12v3c4k\",\"data-framer-name\":\"C06\"})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kzjunr-container hidden-72rtr7 hidden-1j3i7qj hidden-tokwkx\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CFASm7GJO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",id:\"CFASm7GJO\",intervalControl:1,itemAmount:1,layoutId:\"CFASm7GJO\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:16,dotsInset:-40,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:40,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:350,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8PnW1HeearU9XGvp9qJhxatMA.jpg\"},className:\"framer-x0r12k\",\"data-framer-name\":\"Image#2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1200,intrinsicWidth:1600,pixelHeight:350,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fzgDRtePsIrBLzmjrhvL4dhUU84.jpg\"},className:\"framer-1i358pj\",\"data-framer-name\":\"Image#3\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1o5q3xu\",\"data-framer-name\":\"Featured by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vuyne3\",\"data-styles-preset\":\"GygTAX8TE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"The ecosystems we engage in:\"})}),className:\"framer-wsysyn\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],id:\"wsysyn\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6ky1s5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XPIijlyNX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:50,overflow:false},gap:64,height:\"100%\",hoverFactor:.5,id:\"XPIijlyNX\",layoutId:\"XPIijlyNX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18yn50u\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14ixlxf\",\"data-framer-name\":\"BSC\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:26,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" style=\"enable-background:new 0 0 26 26\" xml:space=\"preserve\"><path d=\"M13.1.1C5.9.1.1 5.9.1 13.1s5.8 13 13 13 13-5.8 13-13-5.9-13-13-13zm0 4.4 5.3 5.3-2 2L13 8.4l-3.4 3.4-2-2 5.5-5.3zm2 8.6-2 2-2-2 .3-.3.2-.2 1.5-1.5 2 2zm-10.7 0 2-2 2 2-2 2-2-2zm8.7 8.7-5.3-5.3 2-2 3.4 3.4 3.4-3.4 2 2-5.5 5.3zm6.7-6.7-2-2 2-2 2 2-2 2z\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BSC Chain\"})}),className:\"framer-1nynv2g\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vjnqcc\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9wjj0r\",\"data-framer-name\":\"Tron\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:27,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 27.4 26\" style=\"enable-background:new 0 0 27.4 26\" xml:space=\"preserve\"><path d=\"M21.6 3.6 2 0l10.3 26L26.7 8.5l-5.1-4.9zm-.3 1.6 3 2.9-8.2 1.5 5.2-4.4zm-7 4L5.7 2.1l14.2 2.6-5.6 4.5zm-.6 1.3-1.4 11.7L4.7 3l9 7.5zm1.3.6 9.1-1.6-10.4 12.7L15 11.1z\" style=\"fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tron\"})}),className:\"framer-dez6hq\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ee9k76\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7t4efr\",\"data-framer-name\":\"Sui\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 26\"><path d=\"M 16.3 10.8 C 17.4 12.1 18 13.8 18 15.6 C 18 17.5 17.3 19.2 16.3 20.5 L 16.2 20.6 L 16.2 20.5 C 16.2 20.4 16.2 20.2 16.1 20.1 C 15.6 17.7 13.8 15.7 10.9 14 C 8.9 12.9 7.8 11.5 7.5 10 C 7.3 9 7.5 8 7.7 7.2 C 8 6.3 8.4 5.6 8.7 5.2 L 9.8 3.8 C 10 3.6 10.4 3.6 10.6 3.8 Z M 18.1 9.5 L 10.5 0.2 C 10.3 0 10 0 9.9 0.1 L 2.3 9.5 C 0.9 11.2 0.1 13.5 0.1 15.9 C 0 21.5 4.6 26 10.2 26 C 15.8 26 20.4 21.5 20.4 15.8 C 20.3 13.4 19.5 11.2 18.1 9.5 Z M 4.1 10.8 L 4.8 10 L 4.8 10.2 C 4.8 10.3 4.8 10.4 4.9 10.6 C 5.3 12.9 6.9 14.8 9.6 16.3 C 11.9 17.6 13.2 19.1 13.6 20.7 C 13.8 21.4 13.8 22.1 13.7 22.7 C 12.7 23.2 11.5 23.5 10.3 23.5 C 6 23.5 2.5 20 2.5 15.7 C 2.4 13.8 3 12.1 4.1 10.8 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10280420695,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SUI\"})}),className:\"framer-4nugvm\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-epqdmi\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1udlgug\",\"data-framer-name\":\"Avalanche1\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:31,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 31.2 26\" style=\"enable-background:new 0 0 31.2 26\" xml:space=\"preserve\"><path d=\"M22.6 15.7c.5-.8 1.6-.8 2.1 0l4.9 8.4c.5.8-.1 1.8-1 1.8h-9.8c-.9 0-1.5-1-1-1.8l4.8-8.4zm-2.9-5.6c.4-.8.4-1.7 0-2.5l-4-7c-.5-.8-1.6-.8-2 0L.2 24.1c-.5.8.1 1.8 1 1.8h8c.9 0 1.7-.5 2.2-1.3l8.3-14.5z\" style=\"fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Avalanche\"})}),className:\"framer-8s7g1j\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5u3i1q\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14mjzih\",\"data-framer-name\":\"Raydium1\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:24,svg:'<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0\" y=\"0\" viewBox=\"0 0 23.7 26\" style=\"enable-background:new 0 0 23.7 26\" xml:space=\"preserve\"><style>.st0{fill:#fff}</style><path class=\"st0\" d=\"M21.2 9.8v9.1l-10 5.8-10-5.8V7.2l10-5.8 7.7 4.5 1.2-.7L11.2 0 0 6.5v13L11.2 26l11.2-6.5V9.1l-1.2.7z\"/><path class=\"st0\" d=\"M8.4 18.8H6.7v-5.7h5.6c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4 0-.3 0-.5-.2-.8-.1-.2-.3-.5-.4-.6-.2-.2-.4-.3-.6-.4-.2-.1-.5-.2-.8-.2H6.7V7.4h5.6c1 0 1.9.4 2.6 1.1.7.7 1.1 1.6 1.1 2.6 0 .8-.2 1.5-.7 2.1-.4.6-1 1.1-1.6 1.3s-1.3.3-2 .3H8.4v4zm7.6-.1h-2L12.5 16c.6 0 1.2-.2 1.8-.4l1.7 3.1zm4.1-10.8 1.2.6 1.2-.6V6.5l-1.2-.7-1.2.7v1.4z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Raydium\"})}),className:\"framer-2afx9u\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n5s46d\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k8prok\",\"data-framer-name\":\"Bera\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31 26\"><path d=\"M 27.2 10.3 C 27.2 10.2 27.1 10 27.1 9.9 C 27.1 9.9 31.3 4.5 27.4 1.2 C 23.6 -2.1 19.1 2.2 19.1 2.2 L 17 1.9 C 15.5 1.7 13.5 1.9 13.5 1.9 C 12.8 2 12 2.1 11.3 2.3 C 11.3 2.3 6.8 -2 3 1.3 C -0.8 4.6 3.3 9.9 3.3 10 C 3.3 10.1 3.2 10.3 3.2 10.4 C 2.8 12.7 0 13.4 0 17.4 C 0 21.5 2.9 24.7 9 24.7 L 11.5 24.7 C 11.5 24.7 12.5 26 14.4 26.1 L 15.9 26.1 C 18 26.1 19 24.8 19 24.7 L 21.5 24.7 C 27.5 24.7 30.5 21.5 30.5 17.4 C 30.4 13.4 27.6 12.6 27.2 10.3 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:8603285468,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Berachain\"})}),className:\"framer-h1tq0e\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15zo0av\",\"data-framer-name\":\"Logo placeholder\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s8he0k\",\"data-framer-name\":\"Solana1\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:29,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 29 26\" style=\"enable-background:new 0 0 29 26\" xml:space=\"preserve\"><path d=\"m28.9 20.5-4.8 5.1c-.1.1-.2.2-.4.3-.1.1-.2.1-.4.1H.6c-.1 0-.2 0-.3-.1s-.2-.1-.2-.2-.1-.2-.1-.4c0-.1.1-.2.1-.3l4.8-5.1c.1-.1.2-.2.4-.3.1-.1.3-.1.4-.1h22.8c.1 0 .2 0 .3.1.1.1.2.1.2.2s.1.2 0 .3c0 .2 0 .3-.1.4zm-4.8-10.4c-.1-.1-.2-.2-.3-.2-.1-.1-.3-.1-.4-.1H.6c-.1 0-.2 0-.3.1-.1 0-.2.1-.3.2 0 .1-.1.2 0 .3 0 .1.1.2.1.3l4.8 5.1c.1.2.3.3.4.3.1.1.3.1.4.1h22.8c.1 0 .2 0 .3-.1.1-.1.2-.1.2-.2s.1-.2 0-.3c0-.1-.1-.2-.1-.3l-4.8-5.2zM.6 6.4h22.8c.2 0 .3 0 .4-.1s.3-.2.4-.3L29 .9s0-.1.1-.3V.3c0-.1-.1-.2-.2-.2-.2-.1-.3-.1-.4-.1H5.8c-.2 0-.3 0-.5.1-.1.1-.3.1-.4.3L.1 5.5c0 .1-.1.2-.1.3v.3c0 .1.1.2.2.2.1.1.2.1.4.1z\" style=\"fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Solana\"})}),className:\"framer-1zlsfg\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i5nnr8\",\"data-framer-name\":\"Stars\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-129cmmu\",\"data-framer-name\":\"Stars_BG\",opacity:.2,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 800 435\"><g transform=\"translate(-6.736 -1.474)\" id=\"ss9610643835_1\"><g transform=\"translate(0 0)\" id=\"ss9610643835_2\"><path d=\"M 283.424 163.123 C 283.424 162.174 284.192 161.406 285.138 161.406 C 286.085 161.406 286.853 162.174 286.853 163.123 C 286.853 164.071 286.085 164.84 285.138 164.84 C 284.192 164.84 283.424 164.071 283.424 163.123 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 153.766 115.898 C 153.766 114.949 154.533 114.181 155.48 114.181 C 156.427 114.181 157.194 114.949 157.194 115.898 C 157.194 116.846 156.427 117.615 155.48 117.615 C 154.533 117.615 153.766 116.846 153.766 115.898 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 448.44 78.791 C 448.44 77.843 449.208 77.074 450.154 77.074 C 451.101 77.074 451.869 77.843 451.869 78.791 C 451.869 79.739 451.101 80.508 450.154 80.508 C 449.208 80.508 448.44 79.739 448.44 78.791 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 239.642 39.999 C 239.642 39.051 240.41 38.282 241.357 38.282 C 242.303 38.282 243.071 39.051 243.071 39.999 C 243.071 40.948 242.303 41.717 241.357 41.717 C 240.41 41.717 239.642 40.948 239.642 39.999 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 224.488 286.246 C 224.488 285.298 225.256 284.529 226.202 284.529 C 227.149 284.529 227.917 285.298 227.917 286.246 C 227.917 287.194 227.149 287.963 226.202 287.963 C 225.256 287.963 224.488 287.194 224.488 286.246 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 125.141 149.63 C 125.141 148.681 125.908 147.913 126.855 147.913 C 127.802 147.913 128.569 148.681 128.569 149.63 C 128.569 150.578 127.802 151.347 126.855 151.347 C 125.908 151.347 125.141 150.578 125.141 149.63 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 377.719 102.405 C 377.719 101.456 378.486 100.688 379.433 100.688 C 380.38 100.688 381.147 101.456 381.147 102.405 C 381.147 103.353 380.38 104.122 379.433 104.122 C 378.486 104.122 377.719 103.353 377.719 102.405 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 431.602 301.426 C 431.602 300.478 432.37 299.709 433.317 299.709 C 434.263 299.709 435.031 300.478 435.031 301.426 C 435.031 302.375 434.263 303.143 433.317 303.143 C 432.37 303.143 431.602 302.375 431.602 301.426 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 285.106 255.888 C 285.106 254.939 285.874 254.17 286.821 254.17 C 287.767 254.17 288.535 254.939 288.535 255.888 C 288.535 256.836 287.767 257.605 286.821 257.605 C 285.874 257.605 285.106 256.836 285.106 255.888 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 340.673 23.133 C 340.673 22.185 341.441 21.416 342.387 21.416 C 343.334 21.416 344.102 22.185 344.102 23.133 C 344.102 24.081 343.334 24.85 342.387 24.85 C 341.441 24.85 340.673 24.081 340.673 23.133 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 652.187 38.313 C 652.187 37.365 652.955 36.596 653.902 36.596 C 654.848 36.596 655.616 37.365 655.616 38.313 C 655.616 39.262 654.848 40.03 653.902 40.03 C 652.955 40.03 652.187 39.262 652.187 38.313 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 530.95 164.809 C 530.95 163.861 531.717 163.092 532.664 163.092 C 533.611 163.092 534.378 163.861 534.378 164.809 C 534.378 165.757 533.611 166.526 532.664 166.526 C 531.717 166.526 530.95 165.757 530.95 164.809 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 318.784 227.214 C 318.784 226.266 319.552 225.497 320.498 225.497 C 321.445 225.497 322.213 226.266 322.213 227.214 C 322.213 228.163 321.445 228.931 320.498 228.931 C 319.552 228.931 318.784 228.163 318.784 227.214 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 12.322 50.119 C 12.322 49.171 13.09 48.402 14.037 48.402 C 14.983 48.402 15.751 49.171 15.751 50.119 C 15.751 51.067 14.983 51.836 14.037 51.836 C 13.09 51.836 12.322 51.067 12.322 50.119 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 135.243 21.447 C 135.243 20.498 136.011 19.73 136.958 19.73 C 137.905 19.73 138.672 20.498 138.672 21.447 C 138.672 22.395 137.905 23.164 136.958 23.164 C 136.011 23.164 135.243 22.395 135.243 21.447 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 546.103 48.433 C 546.103 47.484 546.87 46.716 547.817 46.716 C 548.764 46.716 549.531 47.484 549.531 48.433 C 549.531 49.381 548.764 50.15 547.817 50.15 C 546.87 50.15 546.103 49.381 546.103 48.433 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 477.065 19.759 C 477.065 18.811 477.833 18.042 478.779 18.042 C 479.726 18.042 480.494 18.811 480.494 19.759 C 480.494 20.708 479.726 21.476 478.779 21.476 C 477.833 21.476 477.065 20.708 477.065 19.759 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 352.461 193.482 C 352.461 192.534 353.228 191.765 354.175 191.765 C 355.122 191.765 355.889 192.534 355.889 193.482 C 355.889 194.431 355.122 195.199 354.175 195.199 C 353.228 195.199 352.461 194.431 352.461 193.482 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 241.326 90.598 C 241.326 89.65 242.093 88.881 243.04 88.881 C 243.987 88.881 244.754 89.65 244.754 90.598 C 244.754 91.546 243.987 92.315 243.04 92.315 C 242.093 92.315 241.326 91.546 241.326 90.598 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 286.79 18.073 C 286.79 17.125 287.557 16.356 288.504 16.356 C 289.451 16.356 290.218 17.125 290.218 18.073 C 290.218 19.021 289.451 19.79 288.504 19.79 C 287.557 19.79 286.79 19.021 286.79 18.073 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 463.594 141.196 C 463.594 140.248 464.362 139.479 465.309 139.479 C 466.255 139.479 467.023 140.248 467.023 141.196 C 467.023 142.145 466.255 142.914 465.309 142.914 C 464.362 142.914 463.594 142.145 463.594 141.196 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 404.661 299.739 C 404.661 298.791 405.428 298.022 406.375 298.022 C 407.322 298.022 408.089 298.791 408.089 299.739 C 408.089 300.687 407.322 301.456 406.375 301.456 C 405.428 301.456 404.661 300.687 404.661 299.739 Z\" fill=\"rgba(255,255,255,0.2)\"></path><g id=\"ss9610643835_25\"><g transform=\"translate(166.647 154.905)\" id=\"ss9610643835_26\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(35.657 107.193)\" id=\"ss9610643835_28\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(333.36 69.706)\" id=\"ss9610643835_30\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(122.416 30.515)\" id=\"ss9610643835_32\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(107.105 279.294)\" id=\"ss9610643835_34\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(6.736 141.272)\" id=\"ss9610643835_36\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(261.912 93.562)\" id=\"ss9610643835_38\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(316.349 294.629)\" id=\"ss9610643835_40\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(168.347 248.622)\" id=\"ss9610643835_42\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(224.486 13.475)\" id=\"ss9610643835_44\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(658.352 20.447)\" id=\"ss9610643835_46\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(535.867 148.245)\" id=\"ss9610643835_48\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(321.522 211.292)\" id=\"ss9610643835_50\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(11.909 32.375)\" id=\"ss9610643835_52\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(136.094 3.408)\" id=\"ss9610643835_54\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(0 155.061)\" id=\"ss9610643835_56\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(551.178 30.672)\" id=\"ss9610643835_58\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(481.43 1.705)\" id=\"ss9610643835_60\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(355.544 177.212)\" id=\"ss9610643835_62\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(243.266 73.27)\" id=\"ss9610643835_64\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(289.198 0)\" id=\"ss9610643835_66\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(467.821 124.389)\" id=\"ss9610643835_68\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(408.281 284.562)\" id=\"ss9610643835_70\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g></g><g transform=\"translate(289.624 294.195)\" id=\"ss9610643835_72\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(159.967 246.97)\" id=\"ss9610643835_74\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(454.641 209.863)\" id=\"ss9610643835_76\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(245.843 171.072)\" id=\"ss9610643835_78\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(230.689 417.318)\" id=\"ss9610643835_80\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(131.341 280.702)\" id=\"ss9610643835_82\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(383.92 233.477)\" id=\"ss9610643835_84\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(437.803 432.499)\" id=\"ss9610643835_86\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(291.307 386.96)\" id=\"ss9610643835_88\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(346.874 154.205)\" id=\"ss9610643835_90\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(658.387 169.384)\" id=\"ss9610643835_92\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(537.15 295.881)\" id=\"ss9610643835_94\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(324.985 358.287)\" id=\"ss9610643835_96\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(18.522 181.191)\" id=\"ss9610643835_98\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(141.445 152.519)\" id=\"ss9610643835_100\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(6.736 302.628)\" id=\"ss9610643835_102\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(552.304 179.505)\" id=\"ss9610643835_104\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(483.266 150.832)\" id=\"ss9610643835_106\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(358.662 324.555)\" id=\"ss9610643835_108\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(247.526 221.67)\" id=\"ss9610643835_110\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(292.991 149.145)\" id=\"ss9610643835_112\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(469.795 272.269)\" id=\"ss9610643835_114\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(410.861 430.811)\" id=\"ss9610643835_116\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><path d=\"M 737.624 167.129 C 737.624 166.497 738.136 165.985 738.767 165.985 C 739.398 165.985 739.91 166.497 739.91 167.129 C 739.91 167.762 739.398 168.274 738.767 168.274 C 738.136 168.274 737.624 167.762 737.624 167.129 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 607.967 119.904 C 607.967 119.272 608.479 118.76 609.11 118.76 C 609.741 118.76 610.253 119.272 610.253 119.904 C 610.253 120.537 609.741 121.049 609.11 121.049 C 608.479 121.049 607.967 120.537 607.967 119.904 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 693.843 44.006 C 693.843 43.374 694.355 42.861 694.986 42.861 C 695.617 42.861 696.129 43.374 696.129 44.006 C 696.129 44.638 695.617 45.151 694.986 45.151 C 694.355 45.151 693.843 44.638 693.843 44.006 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 678.689 290.253 C 678.689 289.62 679.201 289.108 679.832 289.108 C 680.463 289.108 680.975 289.62 680.975 290.253 C 680.975 290.885 680.463 291.397 679.832 291.397 C 679.201 291.397 678.689 290.885 678.689 290.253 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 579.341 153.636 C 579.341 153.004 579.852 152.492 580.483 152.492 C 581.115 152.492 581.626 153.004 581.626 153.636 C 581.626 154.268 581.115 154.781 580.483 154.781 C 579.852 154.781 579.341 154.268 579.341 153.636 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 739.307 259.894 C 739.307 259.262 739.819 258.749 740.45 258.749 C 741.081 258.749 741.593 259.262 741.593 259.894 C 741.593 260.526 741.081 261.039 740.45 261.039 C 739.819 261.039 739.307 260.526 739.307 259.894 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 794.874 27.139 C 794.874 26.507 795.386 25.995 796.017 25.995 C 796.648 25.995 797.16 26.507 797.16 27.139 C 797.16 27.772 796.648 28.284 796.017 28.284 C 795.386 28.284 794.874 27.772 794.874 27.139 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 772.985 231.221 C 772.985 230.589 773.497 230.076 774.128 230.076 C 774.759 230.076 775.271 230.589 775.271 231.221 C 775.271 231.853 774.759 232.366 774.128 232.366 C 773.497 232.366 772.985 231.853 772.985 231.221 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 466.522 54.125 C 466.522 53.493 467.034 52.981 467.665 52.981 C 468.296 52.981 468.808 53.493 468.808 54.125 C 468.808 54.758 468.296 55.27 467.665 55.27 C 467.034 55.27 466.522 54.758 466.522 54.125 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 589.444 25.453 C 589.444 24.821 589.956 24.308 590.587 24.308 C 591.219 24.308 591.73 24.821 591.73 25.453 C 591.73 26.085 591.219 26.598 590.587 26.598 C 589.956 26.598 589.444 26.085 589.444 25.453 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 454.736 175.563 C 454.736 174.93 455.248 174.418 455.879 174.418 C 456.51 174.418 457.022 174.93 457.022 175.563 C 457.022 176.195 456.51 176.707 455.879 176.707 C 455.248 176.707 454.736 176.195 454.736 175.563 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 806.662 197.489 C 806.662 196.857 807.174 196.344 807.805 196.344 C 808.436 196.344 808.948 196.857 808.948 197.489 C 808.948 198.121 808.436 198.634 807.805 198.634 C 807.174 198.634 806.662 198.121 806.662 197.489 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 695.526 94.604 C 695.526 93.972 696.037 93.46 696.669 93.46 C 697.3 93.46 697.811 93.972 697.811 94.604 C 697.811 95.237 697.3 95.749 696.669 95.749 C 696.037 95.749 695.526 95.237 695.526 94.604 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 740.991 22.08 C 740.991 21.447 741.502 20.935 742.134 20.935 C 742.765 20.935 743.276 21.447 743.276 22.08 C 743.276 22.712 742.765 23.224 742.134 23.224 C 741.502 23.224 740.991 22.712 740.991 22.08 Z\" fill=\"rgba(255,255,255,0.7)\"></path></g></g></svg>',svgContentId:9610643835,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kzj0d5\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t21sn9\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ju4asm\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:787,style:{rotate:180},svg:'<svg width=\"787\" height=\"12\" viewBox=\"0 0 787 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 6.5H329.5\" stroke=\"url(#paint0_linear_33_311)\" stroke-dasharray=\"8 8\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_33_311\" x1=\"-nan\" y1=\"-nan\" x2=\"-nan\" y2=\"-nan\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.322\" stop-color=\"#22222D\"/>\\n<stop offset=\"1\" stop-color=\"#22222D\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xa2495\",\"data-framer-name\":\"A\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" style=\"enable-background:new 0 0 16 16\" xml:space=\"preserve\"><path d=\"M5.5 0 .3 16h6.3l.6-2.5h2.3L9.3 16H16V0H5.5zm8 8.8-3.2 2.7-1.2-1.6-1.8 1.5L5 8.8l1.8-1.5-1.3-1.6L8.7 3 10 4.5 11.8 3 14 5.7l-1.8 1.5 1.3 1.6z\" style=\"fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o5cc29\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:787,svg:'<svg width=\"787\" height=\"12\" viewBox=\"0 0 787 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 6.5H329.5\" stroke=\"url(#paint0_linear_33_311)\" stroke-dasharray=\"8 8\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_33_311\" x1=\"-nan\" y1=\"-nan\" x2=\"-nan\" y2=\"-nan\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.322\" stop-color=\"#22222D\"/>\\n<stop offset=\"1\" stop-color=\"#22222D\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1iblh3r\",\"data-framer-name\":\"Services section\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ih1ugd\",\"data-framer-name\":\"Top wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhhe4e\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"How do we succeed\"})}),className:\"framer-1bae8be\",\"data-framer-name\":\"Description\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-111p1vo\",\"data-styles-preset\":\"BmGmA691U\",style:{\"--framer-text-alignment\":\"center\"},children:\"From zero to legend \"})}),className:\"framer-11ho8pc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tkaz38\",\"data-framer-name\":\"Bottom wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vynyx1\",\"data-framer-name\":\"Columns\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mqdqwn\",\"data-framer-name\":\"Column wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r0r407\",\"data-border\":true,\"data-framer-name\":\"Subscribe\",\"data-nosnippet\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+-41.8+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png\",srcSet:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png 1664w\"}},ZEQfwHMlE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png\",srcSet:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png 1664w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,src:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png\",srcSet:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png 1664w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+-41.8+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png\",srcSet:\"https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cm4wHJJSqzWkMIyG2m81RC3tkrk.png 1664w\"},className:\"framer-1v2ekmf\",\"data-framer-name\":\"Vectary texture\",style:{rotate:-180}})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ni0pz3\",\"data-framer-name\":\"Left Panel\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:250,intrinsicWidth:177,svg:'<svg width=\"177\" height=\"250\" viewBox=\"0 0 177 250\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"176\" height=\"249\" rx=\"15.5\" fill=\"url(#paint0_linear_21_507)\" stroke=\"#222222\"/>\\n<g opacity=\"0.03\">\\n<path d=\"M24 212C24 209.239 26.2386 207 29 207H160C162.761 207 165 209.239 165 212V240C165 242.761 162.761 245 160 245H29C26.2386 245 24 242.761 24 240V212Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 21C24 18.2386 26.2386 16 29 16H133C135.761 16 138 18.2386 138 21V31C138 33.7614 135.761 36 133 36H29C26.2386 36 24 33.7614 24 31V21Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 72C24 69.2386 26.2386 67 29 67H113C115.761 67 118 69.2386 118 72V97C118 99.7614 115.761 102 113 102H29C26.2386 102 24 99.7614 24 97V72Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 46C24 43.2386 26.2386 41 29 41H94C96.7614 41 99 43.2386 99 46V49C99 51.7614 96.7614 54 94 54H29C26.2386 54 24 51.7614 24 49V46Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 124C24 121.239 26.2386 119 29 119H128C130.761 119 133 121.239 133 124C133 126.761 130.761 129 128 129H29C26.2386 129 24 126.761 24 124Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 172C24 169.239 26.2386 167 29 167H117C119.761 167 122 169.239 122 172C122 174.761 119.761 177 117 177H29C26.2386 177 24 174.761 24 172Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 189C24 186.239 26.2386 184 29 184H121C123.761 184 126 186.239 126 189C126 191.761 123.761 194 121 194H29C26.2386 194 24 191.761 24 189Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 140C24 137.239 26.2386 135 29 135H101C103.761 135 106 137.239 106 140C106 142.761 103.761 145 101 145H29C26.2386 145 24 142.761 24 140Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M24 156C24 153.239 26.2386 151 29 151H128C130.761 151 133 153.239 133 156C133 158.761 130.761 161 128 161H29C26.2386 161 24 158.761 24 156Z\" fill=\"#D9D9D9\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_21_507\" x1=\"169.937\" y1=\"14.5833\" x2=\"6.79011\" y2=\"296.685\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#131313\"/>\\n<stop offset=\"1\" stop-color=\"#191919\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g3jp0m\",\"data-framer-name\":\"Right panel\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:250,intrinsicWidth:205,svg:'<svg width=\"205\" height=\"250\" viewBox=\"0 0 205 250\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"176\" height=\"249\" rx=\"15.5\" fill=\"url(#paint0_linear_21_510)\" stroke=\"#222222\"/>\\n<g opacity=\"0.03\">\\n<path d=\"M16 212C16 209.239 18.2386 207 21 207H200C202.761 207 205 209.239 205 212V240C205 242.761 202.761 245 200 245H21C18.2386 245 16 242.761 16 240V212Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 21C16 18.2386 18.2386 16 21 16H93C95.7614 16 98 18.2386 98 21V31C98 33.7614 95.7614 36 93 36H21C18.2386 36 16 33.7614 16 31V21Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 72C16 69.2386 18.2386 67 21 67H93C95.7614 67 98 69.2386 98 72V97C98 99.7614 95.7614 102 93 102H21C18.2386 102 16 99.7614 16 97V72Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 46C16 43.2386 18.2386 41 21 41H72C74.7614 41 77 43.2386 77 46V49C77 51.7614 74.7614 54 72 54H21C18.2386 54 16 51.7614 16 49V46Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 124C16 121.239 18.2386 119 21 119H88C90.7614 119 93 121.239 93 124C93 126.761 90.7614 129 88 129H21C18.2386 129 16 126.761 16 124Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 172C16 169.239 18.2386 167 21 167H88C90.7614 167 93 169.239 93 172C93 174.761 90.7614 177 88 177H21C18.2386 177 16 174.761 16 172Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 189C16 186.239 18.2386 184 21 184H88C90.7614 184 93 186.239 93 189C93 191.761 90.7614 194 88 194H21C18.2386 194 16 191.761 16 189Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 140C16 137.239 18.2386 135 21 135H72C74.7614 135 77 137.239 77 140C77 142.761 74.7614 145 72 145H21C18.2386 145 16 142.761 16 140Z\" fill=\"#D9D9D9\"/>\\n<path d=\"M16 156C16 153.239 18.2386 151 21 151H79C81.7614 151 84 153.239 84 156C84 158.761 81.7614 161 79 161H21C18.2386 161 16 158.761 16 156Z\" fill=\"#D9D9D9\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_21_510\" x1=\"169.937\" y1=\"14.5833\" x2=\"6.79011\" y2=\"296.685\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#131313\"/>\\n<stop offset=\"1\" stop-color=\"#191919\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e0p0yv\",\"data-framer-name\":\"Middle panel\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+56+0),positionX:\"center\",positionY:\"center\",sizes:\"213px\",src:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png\",srcSet:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png?scale-down-to=1024 727w,https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png 852w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+0+0+0+56+0),positionX:\"center\",positionY:\"center\",sizes:\"213px\",src:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png\",srcSet:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png?scale-down-to=1024 727w,https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png 852w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+-41.8+0+0+56+0),positionX:\"center\",positionY:\"center\",sizes:\"213px\",src:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png\",srcSet:\"https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png?scale-down-to=1024 727w,https://framerusercontent.com/images/iCWgWypidWJFdXKC6LehtakKss.png 852w\"},className:\"framer-1fvoq8p\",\"data-framer-name\":\"BG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"/month\"})}),className:\"framer-1sti1bk\",\"data-framer-name\":\"/month\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qatlyk\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hig3rj\",\"data-framer-name\":\"Frame 5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mulron\",\"data-framer-name\":\"vuesax/twotone/tick-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13s8xx4\",\"data-framer-name\":\"vuesax/twotone/tick-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.1\" d=\"M5.99992 14.6666H9.99992C13.3333 14.6666 14.6666 13.3333 14.6666 9.99992V5.99992C14.6666 2.66659 13.3333 1.33325 9.99992 1.33325H5.99992C2.66659 1.33325 1.33325 2.66659 1.33325 5.99992V9.99992C1.33325 13.3333 2.66659 14.6666 5.99992 14.6666Z\" fill=\"#585858\"/>\\n<path opacity=\"0.3\" d=\"M5.16675 7.99995L7.05341 9.88661L10.8334 6.11328\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i2ikev\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"X Account is Now Ready\"})}),className:\"framer-nag3ky\",\"data-framer-name\":\"Unlimited requests\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a85z9y\",\"data-framer-name\":\"Frame 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d9o917\",\"data-framer-name\":\"vuesax/twotone/tick-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xo1v5o\",\"data-framer-name\":\"vuesax/twotone/tick-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.1\" d=\"M5.99992 14.6666H9.99992C13.3333 14.6666 14.6666 13.3333 14.6666 9.99992V5.99992C14.6666 2.66659 13.3333 1.33325 9.99992 1.33325H5.99992C2.66659 1.33325 1.33325 2.66659 1.33325 5.99992V9.99992C1.33325 13.3333 2.66659 14.6666 5.99992 14.6666Z\" fill=\"#585858\"/>\\n<path opacity=\"0.3\" d=\"M5.16675 7.99995L7.05341 9.88661L10.8334 6.11328\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Engagement Team Activated\"})}),className:\"framer-14rh94r\",\"data-framer-name\":\"48 hour delivery\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9n2oth\",\"data-framer-name\":\"Frame 7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rmuxoc\",\"data-framer-name\":\"vuesax/twotone/tick-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-roaqot\",\"data-framer-name\":\"vuesax/twotone/tick-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.1\" d=\"M5.99992 14.6666H9.99992C13.3333 14.6666 14.6666 13.3333 14.6666 9.99992V5.99992C14.6666 2.66659 13.3333 1.33325 9.99992 1.33325H5.99992C2.66659 1.33325 1.33325 2.66659 1.33325 5.99992V9.99992C1.33325 13.3333 2.66659 14.6666 5.99992 14.6666Z\" fill=\"#585858\"/>\\n<path opacity=\"0.3\" d=\"M5.16675 7.99995L7.05341 9.88661L10.8334 6.11328\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"X Posts Locked & Loaded\"})}),className:\"framer-169twnu\",\"data-framer-name\":\"Unlimited revisions\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-178nvzc\",\"data-framer-name\":\"Frame 6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cmj8n7\",\"data-framer-name\":\"vuesax/twotone/tick-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6dip71\",\"data-framer-name\":\"vuesax/twotone/tick-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.1\" d=\"M5.99992 14.6666H9.99992C13.3333 14.6666 14.6666 13.3333 14.6666 9.99992V5.99992C14.6666 2.66659 13.3333 1.33325 9.99992 1.33325H5.99992C2.66659 1.33325 1.33325 2.66659 1.33325 5.99992V9.99992C1.33325 13.3333 2.66659 14.6666 5.99992 14.6666Z\" fill=\"#585858\"/>\\n<path opacity=\"0.3\" d=\"M5.16675 7.99995L7.05341 9.88661L10.8334 6.11328\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"X Algorithm Triggered\"})}),className:\"framer-9rbh37\",\"data-framer-name\":\"Framer development\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-trsttk\",\"data-framer-name\":\"Frame 8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ml7jum\",\"data-framer-name\":\"vuesax/twotone/tick-square\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fiopye\",\"data-framer-name\":\"vuesax/twotone/tick-square\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.1\" d=\"M5.99992 14.6666H9.99992C13.3333 14.6666 14.6666 13.3333 14.6666 9.99992V5.99992C14.6666 2.66659 13.3333 1.33325 9.99992 1.33325H5.99992C2.66659 1.33325 1.33325 2.66659 1.33325 5.99992V9.99992C1.33325 13.3333 2.66659 14.6666 5.99992 14.6666Z\" fill=\"#585858\"/>\\n<path opacity=\"0.3\" d=\"M5.16675 7.99995L7.05341 9.88661L10.8334 6.11328\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"UGC Members Hyped & Waiting\"})}),className:\"framer-13doocs\",\"data-framer-name\":\"Satisfaction guaranteed\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Goals of Your Project \"})}),className:\"framer-1o2tg4t\",\"data-framer-name\":\"Title\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5M+ Engagement \"})}),className:\"framer-1ah1pbg\",\"data-framer-name\":\"Price\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Targets set\"})}),className:\"framer-2f7hfk\",\"data-framer-name\":\"Description\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e6neim\",\"data-framer-name\":\"Subscribe button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s5a9vu\",\"data-framer-name\":\"Rectangle 7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start\"})}),className:\"framer-wb4l8j\",\"data-framer-name\":\"Subscribe\",fonts:[\"GF;Roboto-regular\"],transformTemplate:transformTemplate2,verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6v2wql\",\"data-framer-name\":\"Cursor\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17eexxu\",\"data-framer-name\":\"Cursor Icon/Left Top\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11s4szy\",\"data-framer-name\":\"icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"20\" viewBox=\"0 0 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_21_448)\">\\n<path d=\"M5.04614 18.275L0.960449 1.30371L15.7318 10.1037L8.50326 11.9894L5.04614 18.275Z\" fill=\"black\"/>\\n<path d=\"M1.28212 0.763811L0 0L0.349301 1.45093L4.43501 18.4223L4.81479 20L5.59685 18.5781L8.92361 12.5294L15.8904 10.712L17.3442 10.3328L16.0535 9.56376L1.28212 0.763811Z\" stroke=\"white\" stroke-width=\"1.5\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_d_21_448\" x=\"-5.146\" y=\"-4.55566\" width=\"28.4143\" height=\"31.6138\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1\"/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_21_448\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_21_448\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dw2e5j\",\"data-framer-name\":\"Wrap Bubble Chat\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yvlkmq\",\"data-border\":true,\"data-framer-name\":\"Buble Chat/Left Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\"},children:\"You\"})}),className:\"framer-msq6g\",\"data-framer-name\":\"Figma Cursor Chat\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aa834t\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-14pobu5\",\"data-styles-preset\":\"Syt1ipHc1\",children:\"Plan\"})}),className:\"framer-2ueh7l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"Book a call and let\u2019s craft the strategy for your X account.\"})}),className:\"framer-isdjjv\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yvcc3v\",\"data-framer-name\":\"Column wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ey0nc9\",\"data-border\":true,\"data-framer-name\":\"Request\",\"data-nosnippet\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}},ZEQfwHMlE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+527.6+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"},className:\"framer-syr1rs\",\"data-framer-name\":\"Vectary texture\",style:{rotate:-180}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13uga01\",\"data-border\":true,\"data-framer-name\":\"BG element\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Provide us with the necessary\"})}),className:\"framer-3rwh7c\",\"data-framer-name\":\"Description\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Next Post\"})}),className:\"framer-an1290\",\"data-framer-name\":\"Title\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+80+66),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MTwdez7QWg2eSGOEWa50En6POw.png\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+527.6+0+0+80+66),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MTwdez7QWg2eSGOEWa50En6POw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+80+66),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MTwdez7QWg2eSGOEWa50En6POw.png\"},className:\"framer-94jiqr\",\"data-border\":true,\"data-framer-name\":\"Attachement box\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+315-217),positionX:\"center\",positionY:\"center\",sizes:\"294px\",src:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png\",srcSet:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png?scale-down-to=1024 1003w,https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png 1176w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+527.6+0+0+315-217),positionX:\"center\",positionY:\"center\",sizes:\"294px\",src:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png\",srcSet:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png?scale-down-to=1024 1003w,https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png 1176w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+231.4-217),positionX:\"center\",positionY:\"center\",sizes:\"294px\",src:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png\",srcSet:\"https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png?scale-down-to=1024 1003w,https://framerusercontent.com/images/xV5WyB5OZWjqdAMmlrWiz3sY.png 1176w\"},className:\"framer-1s9nwos\",\"data-framer-name\":\"Main element\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfibw6\",\"data-framer-name\":\"TAGs\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+315-217+31),pixelHeight:229,pixelWidth:425,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xpD8YU1pVCKGNINNtooj2zBliM.png\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+527.6+0+0+315-217+31),pixelHeight:229,pixelWidth:425,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xpD8YU1pVCKGNINNtooj2zBliM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+231.4-217+31),pixelHeight:229,pixelWidth:425,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xpD8YU1pVCKGNINNtooj2zBliM.png\"},className:\"framer-1f66fw8\",\"data-framer-name\":\"Input\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y3u33z\",\"data-framer-name\":\"Cursor\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y6q7wx\",\"data-framer-name\":\"Cursor Icon/Left Top\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16gneh\",\"data-framer-name\":\"icons\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"20\" viewBox=\"0 0 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_21_481)\">\\n<path d=\"M5.04614 18.275L0.960449 1.30371L15.7318 10.1037L8.50326 11.9894L5.04614 18.275Z\" fill=\"black\"/>\\n<path d=\"M1.28212 0.763811L0 0L0.349301 1.45093L4.43501 18.4223L4.81479 20L5.59685 18.5781L8.92361 12.5294L15.8904 10.712L17.3442 10.3328L16.0535 9.56376L1.28212 0.763811Z\" stroke=\"white\" stroke-width=\"1.5\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_d_21_481\" x=\"-5.146\" y=\"-4.55566\" width=\"28.4141\" height=\"31.6138\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1\"/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_21_481\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_21_481\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1we2bde\",\"data-framer-name\":\"Wrap Bubble Chat\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g1ihhv\",\"data-border\":true,\"data-framer-name\":\"Buble Chat/Left Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\"},children:\"You\"})}),className:\"framer-wqfjmt\",\"data-framer-name\":\"Figma Cursor Chat\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tsnadm\",\"data-framer-name\":\"close-circle\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a7u6iz\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-14pobu5\",\"data-styles-preset\":\"Syt1ipHc1\",children:\"Algorithmic Growth\"})}),className:\"framer-qhvai2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"Hand over your account, let us fuel the algorithm.\"})}),className:\"framer-pdolky\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wvgrba\",\"data-framer-name\":\"Column wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ef1p9z\",\"data-border\":true,\"data-framer-name\":\"Receive\",\"data-nosnippet\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}},ZEQfwHMlE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+1055.2+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 32px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png\",srcSet:\"https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nx9DUt7mIKciTLxZq99D60KKg.png 1664w\"},className:\"framer-pewhs9\",\"data-framer-name\":\"Vectary texture\",style:{rotate:-180}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+315-260),positionX:\"center\",positionY:\"center\",sizes:\"389px\",src:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png\",srcSet:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png?scale-down-to=1024 728w,https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png 988w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+1055.2+0+0+315-260),positionX:\"center\",positionY:\"center\",sizes:\"389px\",src:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png\",srcSet:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png?scale-down-to=1024 728w,https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png 988w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+231.4-260),positionX:\"center\",positionY:\"center\",sizes:\"389px\",src:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png\",srcSet:\"https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png?scale-down-to=1024 728w,https://framerusercontent.com/images/wCISbXB7DvR2ITlHPYy60IFFAeA.png 988w\"},className:\"framer-1iq2suy\",\"data-framer-name\":\"Left panel\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"X Organic Analytics\"})}),className:\"framer-1p6b8ad\",\"data-framer-name\":\"Title\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5jo0sn\",\"data-framer-name\":\"Plus button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+\"})}),className:\"framer-1lnc3t6\",\"data-framer-name\":\"+\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17mo7xf\",\"data-border\":true,\"data-framer-name\":\"Separator\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1502.5556+80+235.2+0+0+0+0+0+315-260+40),pixelHeight:742,pixelWidth:1190,sizes:\"373px\",src:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png\",srcSet:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png 1190w\"}},zKrFpwa7N:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1481+80+235.2+0+0+0+1055.2+0+0+315-260+40),pixelHeight:742,pixelWidth:1190,sizes:\"373px\",src:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png\",srcSet:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png 1190w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1697+80+235.2+0+0+0+0+0+231.4-260+40),pixelHeight:742,pixelWidth:1190,sizes:\"373px\",src:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png\",srcSet:\"https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7JVQhriMPs96jmgLgCt9svcHn8.png 1190w\"},className:\"framer-1s2e2nf\",\"data-border\":true,\"data-framer-name\":\"Panel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lelute\",\"data-framer-name\":\"Cursor\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rdvzug\",\"data-framer-name\":\"Cursor/Grabbed\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_d_21_428)\">\\n<path d=\"M5.84385 6.74721C6.40615 6.40922 7.62729 6.32706 8.06732 6.94862C8.50734 7.57017 8.85866 8.41632 8.83177 8.20004C8.68771 7.5542 8.62258 6.89326 8.63779 6.23172C8.70239 5.79791 8.96377 5.41827 9.34595 5.20311C9.6983 5.01573 10.0908 4.91652 10.4899 4.91397C10.8954 4.92231 11.2828 5.08315 11.575 5.36444C12.0049 6.04401 12.3146 6.79243 12.4908 7.57699C12.3977 6.89697 12.3886 6.20807 12.4637 5.52582C12.6194 5.1907 12.8871 4.92038 13.2207 4.7615C13.6227 4.60867 14.0491 4.52999 14.4792 4.5293C14.8416 4.57962 15.18 4.73973 15.4488 4.98808C15.8392 5.60598 16.1306 6.2811 16.3125 6.98901C16.345 7.1652 16.31 6.48193 16.5056 5.99036C16.6062 5.289 17.2563 4.80199 17.9577 4.90258C18.659 5.00317 19.146 5.65328 19.0454 6.35463C19.1964 7.17268 19.1894 7.13492 19.2916 7.68867C19.3937 8.24243 19.4843 8.73325 19.5702 9.19891C19.6608 9.94379 19.6949 10.6945 19.6722 11.4445C19.5716 12.1233 19.3784 12.785 19.0981 13.4114C18.6126 14.2038 18.2494 15.0649 18.0207 15.9656C18.0038 16.3956 18.0395 16.8261 18.1271 17.2474C18.198 17.6386 18.3206 18.0186 18.4917 18.3774C17.9873 18.5273 17.4684 18.623 16.9437 18.663C16.439 18.678 15.6538 17.8078 15.4344 17.536C15.3236 17.3887 15.139 17.3168 14.9577 17.3503C14.7764 17.3837 14.6297 17.5168 14.5786 17.6939C14.39 18.2232 13.9335 19.2054 13.5778 19.323C12.7532 19.5793 10.9853 19.8014 9.62606 20.0522C9.62606 20.0522 9.63297 18.7495 9.0208 18.394C8.40862 18.0384 7.7951 17.605 7.33994 17.3246L6.08173 16.3595C5.21894 15.8116 4.51948 15.0417 4.05674 14.1304C3.57418 12.9961 3.49486 12.4251 3.64574 11.9028C3.81677 11.4629 4.14387 11.1014 4.56456 10.8874C4.92191 10.7521 5.30729 10.7078 5.686 10.7585C5.95209 10.8164 6.19692 10.9469 6.39324 11.1356C6.75469 11.4723 6.8902 11.6425 6.6854 11.2378C6.4806 10.8332 6.14567 10.5696 5.91203 10.0792C5.53008 9.5195 5.24807 8.89786 5.07851 8.24184C5.02006 7.63599 5.34388 7.05752 5.89089 6.79058\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.84385 6.74721C6.40615 6.40922 7.62729 6.32706 8.06732 6.94862C8.50734 7.57017 8.85866 8.41632 8.83177 8.20004C8.68771 7.5542 8.62258 6.89326 8.63779 6.23172C8.70239 5.79791 8.96377 5.41827 9.34595 5.20311C9.6983 5.01573 10.0908 4.91652 10.4899 4.91397C10.8954 4.92231 11.2828 5.08315 11.575 5.36444C12.0049 6.04401 12.3146 6.79243 12.4908 7.57699C12.3977 6.89697 12.3886 6.20807 12.4637 5.52582C12.6194 5.1907 12.8871 4.92038 13.2207 4.7615C13.6227 4.60867 14.0491 4.52999 14.4792 4.5293C14.8416 4.57962 15.18 4.73973 15.4488 4.98808C15.8392 5.60598 16.1306 6.2811 16.3125 6.98901C16.345 7.1652 16.31 6.48193 16.5056 5.99036C16.6062 5.289 17.2563 4.80199 17.9577 4.90258C18.659 5.00317 19.146 5.65328 19.0454 6.35463C19.1964 7.17268 19.1894 7.13492 19.2916 7.68867C19.3937 8.24243 19.4843 8.73325 19.5702 9.19891C19.6608 9.94379 19.6949 10.6945 19.6722 11.4445C19.5716 12.1233 19.3784 12.785 19.0981 13.4114C18.6126 14.2038 18.2494 15.0649 18.0207 15.9656C18.0038 16.3956 18.0395 16.8261 18.1271 17.2474C18.198 17.6386 18.3206 18.0186 18.4917 18.3774C17.9873 18.5273 17.4684 18.623 16.9437 18.663C16.439 18.678 15.6538 17.8078 15.4344 17.536C15.3236 17.3887 15.139 17.3168 14.9577 17.3503C14.7764 17.3837 14.6297 17.5168 14.5786 17.6939C14.39 18.2232 13.9335 19.2054 13.5778 19.323C12.7532 19.5793 10.9853 19.8014 9.62606 20.0522C9.62606 20.0522 9.63297 18.7495 9.0208 18.394C8.40862 18.0384 7.7951 17.605 7.33994 17.3246L6.08173 16.3595C5.21894 15.8116 4.51948 15.0417 4.05674 14.1304C3.57418 12.9961 3.49486 12.4251 3.64574 11.9028C3.81677 11.4629 4.14387 11.1014 4.56456 10.8874C4.92191 10.7521 5.30729 10.7078 5.686 10.7585C5.95209 10.8164 6.19692 10.9469 6.39324 11.1356C6.75469 11.4723 6.8902 11.6425 6.6854 11.2378C6.4806 10.8332 6.14567 10.5696 5.91203 10.0792C5.53008 9.5195 5.24807 8.89786 5.07851 8.24184C4.99261 7.63204 5.29886 7.03396 5.84385 6.74721Z\" stroke=\"black\" stroke-width=\"0.75\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.3796 14.6079L16.5781 10.2637C16.5302 10.0037 16.28 9.83187 16.0193 9.87996C15.7587 9.92806 15.5863 10.1778 15.6342 10.4379L16.4357 14.782C16.4837 15.0421 16.7339 15.2139 16.9946 15.1658C17.2552 15.1177 17.4276 14.8679 17.3796 14.6079Z\" fill=\"black\"/>\\n<path d=\"M14.8874 15.0663L14.0603 10.7245C14.011 10.4654 13.7599 10.2955 13.4995 10.3451C13.2391 10.3947 13.0681 10.6449 13.1174 10.9041L13.9445 15.2458C13.9939 15.505 14.245 15.6748 14.5054 15.6252C14.7657 15.5757 14.9368 15.3254 14.8874 15.0663Z\" fill=\"black\"/>\\n<path d=\"M10.6014 11.3741L11.4264 15.7046C11.4764 15.9669 11.728 16.1392 11.9883 16.0896C12.2487 16.04 12.4192 15.7871 12.3693 15.5249L11.5443 11.1944C11.4943 10.9322 11.2427 10.7598 10.9824 10.8094C10.722 10.8591 10.5514 11.1119 10.6014 11.3741Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_d_21_428\" x=\"2.40166\" y=\"4.1543\" width=\"18.4525\" height=\"18.0729\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1\"/>\\n<feGaussianBlur stdDeviation=\"0.4\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_21_428\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_21_428\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1evilpf\",\"data-framer-name\":\"Wrap Bubble Chat\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10fhnl7\",\"data-border\":true,\"data-framer-name\":\"Buble Chat/Left Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\"},children:\"You\"})}),className:\"framer-8a2ipz\",\"data-framer-name\":\"Figma Cursor Chat\",fonts:[\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kw8pyy\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-14pobu5\",\"data-styles-preset\":\"Syt1ipHc1\",children:\"Impact\"})}),className:\"framer-wpu06\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"Now watch the impact.\"})}),className:\"framer-13a2ft\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k5bl1j\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i1nobj\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mhqlev\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:787,style:{rotate:180},svg:'<svg width=\"787\" height=\"12\" viewBox=\"0 0 787 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 6.5H329.5\" stroke=\"url(#paint0_linear_33_311)\" stroke-dasharray=\"8 8\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_33_311\" x1=\"-nan\" y1=\"-nan\" x2=\"-nan\" y2=\"-nan\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.322\" stop-color=\"#22222D\"/>\\n<stop offset=\"1\" stop-color=\"#22222D\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g8z2gc\",\"data-framer-name\":\"A\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" style=\"enable-background:new 0 0 16 16\" xml:space=\"preserve\"><path d=\"M5.5 0 .3 16h6.3l.6-2.5h2.3L9.3 16H16V0H5.5zm8 8.8-3.2 2.7-1.2-1.6-1.8 1.5L5 8.8l1.8-1.5-1.3-1.6L8.7 3 10 4.5 11.8 3 14 5.7l-1.8 1.5 1.3 1.6z\" style=\"fill:#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ympfav\",\"data-framer-name\":\"Divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:787,svg:'<svg width=\"787\" height=\"12\" viewBox=\"0 0 787 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 6.5H329.5\" stroke=\"url(#paint0_linear_33_311)\" stroke-dasharray=\"8 8\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_33_311\" x1=\"-nan\" y1=\"-nan\" x2=\"-nan\" y2=\"-nan\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.322\" stop-color=\"#22222D\"/>\\n<stop offset=\"1\" stop-color=\"#22222D\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-11ebui4\",\"data-framer-name\":\"Features\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mwusq5\",\"data-framer-name\":\"Top Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nynfjz\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\"},children:\"Highlights\"})}),className:\"framer-17s2nx4\",\"data-framer-name\":\"Description\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-111p1vo\",\"data-styles-preset\":\"BmGmA691U\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Next level web3 marketing. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"We act. You win.\"})]})}),className:\"framer-66h1gv\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s7s7et\",\"data-framer-name\":\"Benefits section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+0},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e7wcam-container\",nodeId:\"kWF7QNoVI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"kWF7QNoVI\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"kWF7QNoVI\",PN3uA9lCq:\"Full X Takeover\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"We handle all content, visuals and algorithm optimization!\",width:\"100%\",xYU9IqvO9:\"ListChecks\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+0},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+280}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4e0wk4-container\",nodeId:\"yzMVyxs1M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"yzMVyxs1M\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"yzMVyxs1M\",PN3uA9lCq:\"Algorithm Masters\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"Our team is X-native! We know exactly how the algorithm works.\",width:\"100%\",xYU9IqvO9:\"BookBookmark\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+280},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+560}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-29pd51-container\",nodeId:\"y79iY2LAJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"y79iY2LAJ\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"y79iY2LAJ\",PN3uA9lCq:\"X Features Unlocked\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"Articles, Spaces, Community we use every tool strategically.\",width:\"100%\",xYU9IqvO9:\"Lightning\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+280},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+840}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1haggs8-container\",nodeId:\"M5IXNqk3b\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"M5IXNqk3b\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"M5IXNqk3b\",PN3uA9lCq:\"Hype Engineer\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"UGC, KOL and engagement teams turn interactions into a snowball effect.\",width:\"100%\",xYU9IqvO9:\"UsersThree\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+560},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+1120}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nbozf3-container\",nodeId:\"AsxGUblgK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"AsxGUblgK\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"AsxGUblgK\",PN3uA9lCq:\"Reply Guy Mode\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"We engage with every comment, boosting interactions organically.\",width:\"100%\",xYU9IqvO9:\"Fish\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px) / 3, 50px)`},ZEQfwHMlE:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+2513.3556+64+235.2+0+560},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`,y:(componentViewport?.y||0)+0+0+0+3563+120+235.2+0+1400}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 192px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+2624.2+120+235.2+0+280,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2z1aoo-container\",nodeId:\"ZhqQyw4Ez\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{INmf4FZeY:\"40px 24px 40px 24px\"},zKrFpwa7N:{style:{width:\"100%\"},variant:\"fKmf1VW58\"}},children:/*#__PURE__*/_jsx(BenefitItemBenefit,{height:\"100%\",id:\"ZhqQyw4Ez\",INmf4FZeY:\"40px 32px 40px 32px\",layoutId:\"ZhqQyw4Ez\",PN3uA9lCq:\"Sit Back & Watch\",style:{height:\"100%\",width:\"100%\"},variant:\"iX8J07i2A\",VL0Oqyk_1:\"Leave your account to us and watch it grow. We handle everything!\",width:\"100%\",xYU9IqvO9:\"Waves\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:299.2,intrinsicWidth:533.6},className:\"framer-1tf667z\",\"data-framer-name\":\"Stars Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19rytzm\",\"data-framer-name\":\"Stars_BG\",opacity:.4,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 800 435\"><g transform=\"translate(-6.736 -1.474)\" id=\"ss11269957445_1\"><g transform=\"translate(0 0)\" id=\"ss11269957445_2\"><path d=\"M 283.424 163.123 C 283.424 162.174 284.192 161.406 285.138 161.406 C 286.085 161.406 286.853 162.174 286.853 163.123 C 286.853 164.071 286.085 164.84 285.138 164.84 C 284.192 164.84 283.424 164.071 283.424 163.123 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 153.766 115.898 C 153.766 114.949 154.533 114.181 155.48 114.181 C 156.427 114.181 157.194 114.949 157.194 115.898 C 157.194 116.846 156.427 117.615 155.48 117.615 C 154.533 117.615 153.766 116.846 153.766 115.898 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 448.44 78.791 C 448.44 77.843 449.208 77.074 450.154 77.074 C 451.101 77.074 451.869 77.843 451.869 78.791 C 451.869 79.739 451.101 80.508 450.154 80.508 C 449.208 80.508 448.44 79.739 448.44 78.791 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 239.642 39.999 C 239.642 39.051 240.41 38.282 241.357 38.282 C 242.303 38.282 243.071 39.051 243.071 39.999 C 243.071 40.948 242.303 41.717 241.357 41.717 C 240.41 41.717 239.642 40.948 239.642 39.999 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 224.488 286.246 C 224.488 285.298 225.256 284.529 226.202 284.529 C 227.149 284.529 227.917 285.298 227.917 286.246 C 227.917 287.194 227.149 287.963 226.202 287.963 C 225.256 287.963 224.488 287.194 224.488 286.246 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 125.141 149.63 C 125.141 148.681 125.908 147.913 126.855 147.913 C 127.802 147.913 128.569 148.681 128.569 149.63 C 128.569 150.578 127.802 151.347 126.855 151.347 C 125.908 151.347 125.141 150.578 125.141 149.63 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 377.719 102.405 C 377.719 101.456 378.486 100.688 379.433 100.688 C 380.38 100.688 381.147 101.456 381.147 102.405 C 381.147 103.353 380.38 104.122 379.433 104.122 C 378.486 104.122 377.719 103.353 377.719 102.405 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 431.602 301.426 C 431.602 300.478 432.37 299.709 433.317 299.709 C 434.263 299.709 435.031 300.478 435.031 301.426 C 435.031 302.375 434.263 303.143 433.317 303.143 C 432.37 303.143 431.602 302.375 431.602 301.426 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 285.106 255.888 C 285.106 254.939 285.874 254.17 286.821 254.17 C 287.767 254.17 288.535 254.939 288.535 255.888 C 288.535 256.836 287.767 257.605 286.821 257.605 C 285.874 257.605 285.106 256.836 285.106 255.888 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 340.673 23.133 C 340.673 22.185 341.441 21.416 342.387 21.416 C 343.334 21.416 344.102 22.185 344.102 23.133 C 344.102 24.081 343.334 24.85 342.387 24.85 C 341.441 24.85 340.673 24.081 340.673 23.133 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 652.187 38.313 C 652.187 37.365 652.955 36.596 653.902 36.596 C 654.848 36.596 655.616 37.365 655.616 38.313 C 655.616 39.262 654.848 40.03 653.902 40.03 C 652.955 40.03 652.187 39.262 652.187 38.313 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 530.95 164.809 C 530.95 163.861 531.717 163.092 532.664 163.092 C 533.611 163.092 534.378 163.861 534.378 164.809 C 534.378 165.757 533.611 166.526 532.664 166.526 C 531.717 166.526 530.95 165.757 530.95 164.809 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 318.784 227.214 C 318.784 226.266 319.552 225.497 320.498 225.497 C 321.445 225.497 322.213 226.266 322.213 227.214 C 322.213 228.163 321.445 228.931 320.498 228.931 C 319.552 228.931 318.784 228.163 318.784 227.214 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 12.322 50.119 C 12.322 49.171 13.09 48.402 14.037 48.402 C 14.983 48.402 15.751 49.171 15.751 50.119 C 15.751 51.067 14.983 51.836 14.037 51.836 C 13.09 51.836 12.322 51.067 12.322 50.119 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 135.243 21.447 C 135.243 20.498 136.011 19.73 136.958 19.73 C 137.905 19.73 138.672 20.498 138.672 21.447 C 138.672 22.395 137.905 23.164 136.958 23.164 C 136.011 23.164 135.243 22.395 135.243 21.447 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 546.103 48.433 C 546.103 47.484 546.87 46.716 547.817 46.716 C 548.764 46.716 549.531 47.484 549.531 48.433 C 549.531 49.381 548.764 50.15 547.817 50.15 C 546.87 50.15 546.103 49.381 546.103 48.433 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 477.065 19.759 C 477.065 18.811 477.833 18.042 478.779 18.042 C 479.726 18.042 480.494 18.811 480.494 19.759 C 480.494 20.708 479.726 21.476 478.779 21.476 C 477.833 21.476 477.065 20.708 477.065 19.759 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 352.461 193.482 C 352.461 192.534 353.228 191.765 354.175 191.765 C 355.122 191.765 355.889 192.534 355.889 193.482 C 355.889 194.431 355.122 195.199 354.175 195.199 C 353.228 195.199 352.461 194.431 352.461 193.482 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 241.326 90.598 C 241.326 89.65 242.093 88.881 243.04 88.881 C 243.987 88.881 244.754 89.65 244.754 90.598 C 244.754 91.546 243.987 92.315 243.04 92.315 C 242.093 92.315 241.326 91.546 241.326 90.598 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 286.79 18.073 C 286.79 17.125 287.557 16.356 288.504 16.356 C 289.451 16.356 290.218 17.125 290.218 18.073 C 290.218 19.021 289.451 19.79 288.504 19.79 C 287.557 19.79 286.79 19.021 286.79 18.073 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 463.594 141.196 C 463.594 140.248 464.362 139.479 465.309 139.479 C 466.255 139.479 467.023 140.248 467.023 141.196 C 467.023 142.145 466.255 142.914 465.309 142.914 C 464.362 142.914 463.594 142.145 463.594 141.196 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 404.661 299.739 C 404.661 298.791 405.428 298.022 406.375 298.022 C 407.322 298.022 408.089 298.791 408.089 299.739 C 408.089 300.687 407.322 301.456 406.375 301.456 C 405.428 301.456 404.661 300.687 404.661 299.739 Z\" fill=\"rgba(255,255,255,0.2)\"></path><g id=\"ss11269957445_25\"><g transform=\"translate(166.647 154.905)\" id=\"ss11269957445_26\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(35.657 107.193)\" id=\"ss11269957445_28\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(333.36 69.706)\" id=\"ss11269957445_30\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(122.416 30.515)\" id=\"ss11269957445_32\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(107.105 279.294)\" id=\"ss11269957445_34\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(6.736 141.272)\" id=\"ss11269957445_36\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(261.912 93.562)\" id=\"ss11269957445_38\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(316.349 294.629)\" id=\"ss11269957445_40\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(168.347 248.622)\" id=\"ss11269957445_42\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(224.486 13.475)\" id=\"ss11269957445_44\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(658.352 20.447)\" id=\"ss11269957445_46\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(535.867 148.245)\" id=\"ss11269957445_48\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(321.522 211.292)\" id=\"ss11269957445_50\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(11.909 32.375)\" id=\"ss11269957445_52\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(136.094 3.408)\" id=\"ss11269957445_54\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(0 155.061)\" id=\"ss11269957445_56\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(551.178 30.672)\" id=\"ss11269957445_58\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(481.43 1.705)\" id=\"ss11269957445_60\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(355.544 177.212)\" id=\"ss11269957445_62\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(243.266 73.27)\" id=\"ss11269957445_64\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(289.198 0)\" id=\"ss11269957445_66\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(467.821 124.389)\" id=\"ss11269957445_68\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(408.281 284.562)\" id=\"ss11269957445_70\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g></g><g transform=\"translate(289.624 294.195)\" id=\"ss11269957445_72\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(159.967 246.97)\" id=\"ss11269957445_74\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(454.641 209.863)\" id=\"ss11269957445_76\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(245.843 171.072)\" id=\"ss11269957445_78\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(230.689 417.318)\" id=\"ss11269957445_80\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(131.341 280.702)\" id=\"ss11269957445_82\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(383.92 233.477)\" id=\"ss11269957445_84\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(437.803 432.499)\" id=\"ss11269957445_86\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(291.307 386.96)\" id=\"ss11269957445_88\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(346.874 154.205)\" id=\"ss11269957445_90\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(658.387 169.384)\" id=\"ss11269957445_92\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(537.15 295.881)\" id=\"ss11269957445_94\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(324.985 358.287)\" id=\"ss11269957445_96\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(18.522 181.191)\" id=\"ss11269957445_98\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(141.445 152.519)\" id=\"ss11269957445_100\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(6.736 302.628)\" id=\"ss11269957445_102\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(552.304 179.505)\" id=\"ss11269957445_104\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(483.266 150.832)\" id=\"ss11269957445_106\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(358.662 324.555)\" id=\"ss11269957445_108\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(247.526 221.67)\" id=\"ss11269957445_110\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(292.991 149.145)\" id=\"ss11269957445_112\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(469.795 272.269)\" id=\"ss11269957445_114\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(410.861 430.811)\" id=\"ss11269957445_116\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><path d=\"M 737.624 167.129 C 737.624 166.497 738.136 165.985 738.767 165.985 C 739.398 165.985 739.91 166.497 739.91 167.129 C 739.91 167.762 739.398 168.274 738.767 168.274 C 738.136 168.274 737.624 167.762 737.624 167.129 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 607.967 119.904 C 607.967 119.272 608.479 118.76 609.11 118.76 C 609.741 118.76 610.253 119.272 610.253 119.904 C 610.253 120.537 609.741 121.049 609.11 121.049 C 608.479 121.049 607.967 120.537 607.967 119.904 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 693.843 44.006 C 693.843 43.374 694.355 42.861 694.986 42.861 C 695.617 42.861 696.129 43.374 696.129 44.006 C 696.129 44.638 695.617 45.151 694.986 45.151 C 694.355 45.151 693.843 44.638 693.843 44.006 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 678.689 290.253 C 678.689 289.62 679.201 289.108 679.832 289.108 C 680.463 289.108 680.975 289.62 680.975 290.253 C 680.975 290.885 680.463 291.397 679.832 291.397 C 679.201 291.397 678.689 290.885 678.689 290.253 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 579.341 153.636 C 579.341 153.004 579.852 152.492 580.483 152.492 C 581.115 152.492 581.626 153.004 581.626 153.636 C 581.626 154.268 581.115 154.781 580.483 154.781 C 579.852 154.781 579.341 154.268 579.341 153.636 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 739.307 259.894 C 739.307 259.262 739.819 258.749 740.45 258.749 C 741.081 258.749 741.593 259.262 741.593 259.894 C 741.593 260.526 741.081 261.039 740.45 261.039 C 739.819 261.039 739.307 260.526 739.307 259.894 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 794.874 27.139 C 794.874 26.507 795.386 25.995 796.017 25.995 C 796.648 25.995 797.16 26.507 797.16 27.139 C 797.16 27.772 796.648 28.284 796.017 28.284 C 795.386 28.284 794.874 27.772 794.874 27.139 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 772.985 231.221 C 772.985 230.589 773.497 230.076 774.128 230.076 C 774.759 230.076 775.271 230.589 775.271 231.221 C 775.271 231.853 774.759 232.366 774.128 232.366 C 773.497 232.366 772.985 231.853 772.985 231.221 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 466.522 54.125 C 466.522 53.493 467.034 52.981 467.665 52.981 C 468.296 52.981 468.808 53.493 468.808 54.125 C 468.808 54.758 468.296 55.27 467.665 55.27 C 467.034 55.27 466.522 54.758 466.522 54.125 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 589.444 25.453 C 589.444 24.821 589.956 24.308 590.587 24.308 C 591.219 24.308 591.73 24.821 591.73 25.453 C 591.73 26.085 591.219 26.598 590.587 26.598 C 589.956 26.598 589.444 26.085 589.444 25.453 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 454.736 175.563 C 454.736 174.93 455.248 174.418 455.879 174.418 C 456.51 174.418 457.022 174.93 457.022 175.563 C 457.022 176.195 456.51 176.707 455.879 176.707 C 455.248 176.707 454.736 176.195 454.736 175.563 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 806.662 197.489 C 806.662 196.857 807.174 196.344 807.805 196.344 C 808.436 196.344 808.948 196.857 808.948 197.489 C 808.948 198.121 808.436 198.634 807.805 198.634 C 807.174 198.634 806.662 198.121 806.662 197.489 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 695.526 94.604 C 695.526 93.972 696.037 93.46 696.669 93.46 C 697.3 93.46 697.811 93.972 697.811 94.604 C 697.811 95.237 697.3 95.749 696.669 95.749 C 696.037 95.749 695.526 95.237 695.526 94.604 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 740.991 22.08 C 740.991 21.447 741.502 20.935 742.134 20.935 C 742.765 20.935 743.276 21.447 743.276 22.08 C 743.276 22.712 742.765 23.224 742.134 23.224 C 741.502 23.224 740.991 22.712 740.991 22.08 Z\" fill=\"rgba(255,255,255,0.7)\"></path></g></g></svg>',svgContentId:11269957445,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1upejjs\",\"data-framer-name\":\"Pricing Section\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f1tho2\",\"data-framer-name\":\"Top wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zxcq6h\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Pricing\"})}),className:\"framer-1x6nfyd\",\"data-framer-name\":\"Tag\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-111p1vo\",\"data-styles-preset\":\"BmGmA691U\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Top talent with\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"premium quality\"})]})}),className:\"framer-uhjrqc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oyzvko\",\"data-framer-name\":\"Plans\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-32bfvi\",\"data-framer-name\":\"Left column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-amy0d1\",\"data-border\":true,\"data-framer-name\":\"Plan\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9opl74\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-spm2jy\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y0a5n9-container\",isModuleExternal:true,nodeId:\"j4A3iigiU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LineSegments\",id:\"j4A3iigiU\",layoutId:\"j4A3iigiU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-cea8pe\",\"data-framer-appear-id\":\"cea8pe\",\"data-framer-name\":\"Radar wrapper\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+12+24+0+0+0+0+6},ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+0+0+40+0+0+0+0+6},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+0+0+0+40+0+0+0+0+6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+12+40+0+0+0+0+6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t0v19j-container\",nodeId:\"JRVrNLFf3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Radar,{height:\"100%\",id:\"JRVrNLFf3\",layoutId:\"JRVrNLFf3\",style:{height:\"100%\",width:\"100%\"},variant:\"e7b6iPr1M\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",children:\"4 Spots Available\"})}),className:\"framer-10tms1l\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o6lwwz\",\"data-styles-preset\":\"Zq4DbL73h\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"Basic\"})}),className:\"framer-jxubzi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lsoucd\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Monthly, starting from;\"})}),className:\"framer-u4mew8\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rx12o1\",\"data-styles-preset\":\"QodQLACi6\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"$5K\"})}),className:\"framer-1xysifl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Solid Web3 presence with top value (Basic Gold Tick)\"})}),className:\"framer-1mju96n\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) * 0.675 - 16px, 1px) - 16px) / 2, 1px) - 48px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+12+24+392.8},ZEQfwHMlE:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 1px) - 48px)`,y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+0+0+40+392.8},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px)`,y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+0+0+0+40+392.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) * 0.675 - 16px, 1px) - 16px) / 2, 1px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+12+40+392.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dsl2hn-container\",\"data-framer-name\":\"Button\",name:\"Button\",nodeId:\"GBz0eSrNE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"Book a call\",height:\"100%\",id:\"GBz0eSrNE\",layoutId:\"GBz0eSrNE\",name:\"Button\",QzEEUnvae:\"https://calendly.com/grow-blucka/30min\",style:{width:\"100%\"},variant:\"eFPoX3tr2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rca6wd\",\"data-framer-name\":\"Separator\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkqu3f\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13b2w05\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9aq2jh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rR3B_cmzK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"rR3B_cmzK\",layoutId:\"rR3B_cmzK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Basic Gold Tick\"})}),className:\"framer-tfg0ht\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u0895m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rqfgzq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tL8TxJJCo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"tL8TxJJCo\",layoutId:\"tL8TxJJCo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Basic Content Creation\"})}),className:\"framer-1nrrh7e\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ui01a3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1up6rkv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TU8U8eKsU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"TU8U8eKsU\",layoutId:\"TU8U8eKsU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Basic Telegram or Discord support\"})}),className:\"framer-1xz3k71\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-35db0n\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8npxq5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YMEiuJ0Vd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"YMEiuJ0Vd\",layoutId:\"YMEiuJ0Vd\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Weekly Meeting\"})}),className:\"framer-1hxcbli\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmhoun\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mxe3ne-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vXg9t1Lbj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"vXg9t1Lbj\",layoutId:\"vXg9t1Lbj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"X Ads Setup\"})}),className:\"framer-ftlwl2\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14blsoa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tec6rh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jp4Y8gCn1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"jp4Y8gCn1\",layoutId:\"jp4Y8gCn1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Engagement team and Reply Guy\"})}),className:\"framer-lub201\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ssgj4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-str1re-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Y6Ts860jo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"Y6Ts860jo\",layoutId:\"Y6Ts860jo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Detailed monthly reports\"})}),className:\"framer-v1zvh2\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pdgbx8\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kumv63\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:[\"AA\",/*#__PURE__*/_jsx(\"br\",{}),\"A\"]})}),className:\"framer-1ggo3lv\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16slhv4\",\"data-border\":true,\"data-framer-name\":\"Plan\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nn2wl1\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17gggt\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qsoebl-container\",isModuleExternal:true,nodeId:\"wEjHC_5Ev\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Lightning\",id:\"wEjHC_5Ev\",layoutId:\"wEjHC_5Ev\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1irvm9r\",\"data-framer-appear-id\":\"1irvm9r\",\"data-framer-name\":\"Radar wrapper\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+24+0+0+0+0+6},ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+0+0+40+0+0+0+0+6},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+0+0+925.8+40+0+0+0+0+6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+40+0+0+0+0+6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fg9d6f-container\",nodeId:\"IjUM6_2lQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Radar,{height:\"100%\",id:\"IjUM6_2lQ\",layoutId:\"IjUM6_2lQ\",style:{height:\"100%\",width:\"100%\"},variant:\"e7b6iPr1M\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",children:\"1 Spot Available\"})}),className:\"framer-1pc125y\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o6lwwz\",\"data-styles-preset\":\"Zq4DbL73h\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"Premium+\"})}),className:\"framer-1r6k9jb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2hrr2w\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Monthly, starting from;\"})}),className:\"framer-1y9fsnv\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rx12o1\",\"data-styles-preset\":\"QodQLACi6\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"$25K\"})}),className:\"framer-u85gq7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Dominance in Web3 with a loyal community.\"})}),className:\"framer-1fjc0gc\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) * 0.675 - 16px, 1px) - 16px) / 2, 1px) - 48px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+24+392.8},ZEQfwHMlE:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 1px) - 48px)`,y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+0+0+40+392.8},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px)`,y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+0+0+925.8+40+392.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) * 0.675 - 16px, 1px) - 16px) / 2, 1px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+40+392.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zree0j-container\",\"data-framer-name\":\"Button\",name:\"Button\",nodeId:\"yvZgdAEj4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"Book a call\",height:\"100%\",id:\"yvZgdAEj4\",layoutId:\"yvZgdAEj4\",name:\"Button\",QzEEUnvae:\"https://calendly.com/grow-blucka/30min\",style:{width:\"100%\"},variant:\"eFPoX3tr2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7rxxs3\",\"data-framer-name\":\"Separator\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ts3220\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14vzrmb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Everything in Basic plus:\"})}),className:\"framer-14nq4eh\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f19bxm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mtjnep-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NUzEMcPKm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"NUzEMcPKm\",layoutId:\"NUzEMcPKm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Full Access Gold Tick\"})}),className:\"framer-o7s1vd\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11qx3n1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jhujt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"weXZUDEs8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"weXZUDEs8\",layoutId:\"weXZUDEs8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:[\"Hype Engineer Activation \",/*#__PURE__*/_jsx(\"br\",{}),\"(All KOL costs included)\"]})}),className:\"framer-wm1ogk\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fg8dl1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-173ubba-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nC66EQkfB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"nC66EQkfB\",layoutId:\"nC66EQkfB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"X Algorithm Consulting\"})}),className:\"framer-8hckgy\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbi9as\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xo1f4e-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AltdySsby\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"AltdySsby\",layoutId:\"AltdySsby\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Unlimited Content Creation\"})}),className:\"framer-1ppoyt6\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-77t38f\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o4n3nx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SiV7beH8M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"SiV7beH8M\",layoutId:\"SiV7beH8M\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Tailor-Made Marketing Strategy\"})}),className:\"framer-q1ers1\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bpej5e\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kjqms6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ngjDMticb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"ngjDMticb\",layoutId:\"ngjDMticb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Premium+ Engagement Boost\"})}),className:\"framer-22yvcm\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gnjkpt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ff2b47-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pLO4gMIlH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"pLO4gMIlH\",layoutId:\"pLO4gMIlH\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Creative Web3 Brand Strategies\"})}),className:\"framer-qe2veh\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15u0ycb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lv3rto-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eJn8tfR6g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"eJn8tfR6g\",layoutId:\"eJn8tfR6g\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Customized AI Agent\\xa0Creation\"})}),className:\"framer-ov9b04\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19jyh9a\",\"data-framer-name\":\"Right column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2cn95w\",\"data-border\":true,\"data-framer-name\":\"Plan\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w1rojr\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-snrksd-container\",isModuleExternal:true,nodeId:\"TP2_MgxPe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"TP2_MgxPe\",layoutId:\"TP2_MgxPe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o6lwwz\",\"data-styles-preset\":\"Zq4DbL73h\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"Customized\"})}),className:\"framer-yq0yuu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Learn more how we work and how can we help you and your business.\"})}),className:\"framer-ybh3my\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) * 0.325 - 48px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+0+24+204},ZEQfwHMlE:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 1px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+949.8+0+32+497.8},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px)`,y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+1875.6+0+0+32+214.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) * 0.325 - 80px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+0+32+188,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pprpds-container\",\"data-framer-name\":\"Button\",name:\"Button\",nodeId:\"vMEi4Wpoz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"Book a call\",height:\"100%\",id:\"vMEi4Wpoz\",layoutId:\"vMEi4Wpoz\",name:\"Button\",QzEEUnvae:\"https://calendly.com/grow-blucka/30min\",style:{width:\"100%\"},variant:\"eFPoX3tr2\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4ldal\",\"data-border\":true,\"data-framer-name\":\"Plan\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14u2m3j\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ad85pf-container\",isModuleExternal:true,nodeId:\"MkPiTYf1k\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"TelegramLogo\",id:\"MkPiTYf1k\",layoutId:\"MkPiTYf1k\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b7lndz\",\"data-framer-name\":\"Text wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o6lwwz\",\"data-styles-preset\":\"Zq4DbL73h\",style:{\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(0, 0, 0))\"},children:\"Fast by blucka growth app\"})}),className:\"framer-77dtyp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3nuvz\",\"data-framer-name\":\"Plan name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"Seeking a different scope of work?\"})}),className:\"framer-1mjgdc3\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px) * 0.325 - 48px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+320+24+116.8+0+98},ZEQfwHMlE:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 56px) / 2, 1px) - 80px)`,y:(componentViewport?.y||0)+0+0+0+3716.5556+64+227.2+0+949.8+0+40+116.8+0+98},zKrFpwa7N:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 112px)`,y:(componentViewport?.y||0)+0+0+0+5662.2+64+227.2+0+1875.6+0+346.8+40+116.8+0+98}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1440px) - 160px) * 0.325 - 80px)`,y:(componentViewport?.y||0)+0+0+0+3603.4+120+227.2+0+0+320+40+116.8+0+98,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dj9bbr-container\",\"data-framer-name\":\"Button\",name:\"Button\",nodeId:\"biUoKBI4_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimaryButton,{f3w9oivqu:\"Get started\",height:\"100%\",id:\"biUoKBI4_\",layoutId:\"biUoKBI4_\",name:\"Button\",QzEEUnvae:\"https://calendly.com/grow-blucka/30min\",style:{width:\"100%\"},variant:\"eFPoX3tr2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11v2ke7\",\"data-styles-preset\":\"nAZw8NEQ6\",style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"We're offering a variety of other quick services.\"})}),className:\"framer-133ky6o\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19oes6g\",\"data-framer-name\":\"Separator\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hepzd1\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9xa954\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5putzo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xXnGkg7yv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"xXnGkg7yv\",layoutId:\"xXnGkg7yv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Secure and Fast Delivery\"})}),className:\"framer-8yxsc2\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4v4frt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ma3yvp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vd9Rfv7I_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"vd9Rfv7I_\",layoutId:\"vd9Rfv7I_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Smart Wallet Integration\"})}),className:\"framer-1k0giya\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14yqa70\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17uf3x5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dQztrMksg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"dQztrMksg\",layoutId:\"dQztrMksg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1fn3hux\",\"data-styles-preset\":\"hn4fm3Bgo\",style:{\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"Customer Service Support\"})}),className:\"framer-h8jh1m\",\"data-framer-name\":\"Text <p>\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-h55rky\",\"data-framer-name\":\"FAQ Section\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ypgjl4\",\"data-framer-name\":\"Top wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a570o4\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},children:\"FAQ\"})}),className:\"framer-17qmv78\",\"data-framer-name\":\"Tag\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zKrFpwa7N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},children:[\"Got any questions?\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"We've got answers.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},children:[\"Got any questions?\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(199, 199, 199))\"},children:\"We've got answers.\"})]})}),className:\"framer-mc9lgq\",\"data-framer-name\":\"Title\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2tlqdq\",\"data-framer-name\":\"Bottom wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-f2udqa\",\"data-framer-name\":\"FAQ wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{y:(componentViewport?.y||0)+0+0+0+4892.4+120+227.2+0+0+0},ZEQfwHMlE:{width:\"760px\",y:(componentViewport?.y||0)+0+0+0+5611.3556+64+227.2+0+0+0},zKrFpwa7N:{width:`min(max(${componentViewport?.width||\"100vw\"} - 32px, 1px), 800px)`,y:(componentViewport?.y||0)+0+0+0+8829.6+64+208+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"800px\",y:(componentViewport?.y||0)+0+0+0+4924.4+120+227.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5tlsxf-container\",nodeId:\"yLazyRCza\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zKrFpwa7N:{ZiDx5Dn5B:20}},children:/*#__PURE__*/_jsx(FAQFAQ,{eHUzNuZaS:true,H1qHLwSq_:\"Yes, we run targeted ads on Web3-friendly platforms, including Twitter, Reddit, and crypto-specific networks.\",h7C2TBgwZ:\"How do you measure marketing success?\",height:\"100%\",HZfioxxzE:true,id:\"yLazyRCza\",iIzZeijpf:\"Do you offer paid advertising services?\",layoutId:\"yLazyRCza\",ll10GbcZk:\"Through viral campaigns, strategic partnerships, influencer outreach, and active community engagement on key platforms.\",lU2MAvYUJ:\"How do you select influencers?\",nOdHsTIcP:\"Web3 marketing focuses on decentralized communities, token economies, and blockchain-based platforms, utilizing influencer collaborations and community incentives.\",Nq3Nk5_1q:\"How do you grow a Web3 community?\",q0PkMadGa:\"What is web3 marketing?\",R4abutT74:true,razpO1RY2:true,Rml8eKG3i:\"Yes, we connect brands with KOLs who align with their vision and marketing goals.\",s_m4XYTG1:true,style:{maxWidth:\"100%\",width:\"100%\"},tBAAoJsHE:\"What platforms do you use for web3 marketing?\",Tv__ipUmp:true,UqBjV9zuR:\"We track KPIs like engagement rate, community growth, conversion rate, token sales, and overall ROI.\",v6LotZ7lQ:\"We specialize in crypto, DeFi, NFTs, GameFi, and blockchain-based projects.\",variant:\"MErKbBpd8\",VtzCA0vSL:\"We analyze audience demographics, engagement, authenticity, and campaign goals to ensure the best fit for your brand.\",Vz8i8PZse:\"We leverage Twitter, Discord, Telegram, YouTube, and Web3-native platforms for community engagement and promotions.\",width:\"100%\",wQ3b4Hc33:true,xZhF4886y:\"Can you help with influencer partnerships?\",yalQmGTBF:\"What industries do you work with?\",ZiDx5Dn5B:32})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4xuzal\",\"data-framer-name\":\"Stars\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19llb4p\",\"data-framer-name\":\"Stars_BG\",opacity:.2,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 800 435\"><g transform=\"translate(-6.736 -1.474)\" id=\"ss10581886684_1\"><g transform=\"translate(0 0)\" id=\"ss10581886684_2\"><path d=\"M 283.424 163.123 C 283.424 162.174 284.192 161.406 285.138 161.406 C 286.085 161.406 286.853 162.174 286.853 163.123 C 286.853 164.071 286.085 164.84 285.138 164.84 C 284.192 164.84 283.424 164.071 283.424 163.123 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 153.766 115.898 C 153.766 114.949 154.533 114.181 155.48 114.181 C 156.427 114.181 157.194 114.949 157.194 115.898 C 157.194 116.846 156.427 117.615 155.48 117.615 C 154.533 117.615 153.766 116.846 153.766 115.898 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 448.44 78.791 C 448.44 77.843 449.208 77.074 450.154 77.074 C 451.101 77.074 451.869 77.843 451.869 78.791 C 451.869 79.739 451.101 80.508 450.154 80.508 C 449.208 80.508 448.44 79.739 448.44 78.791 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 239.642 39.999 C 239.642 39.051 240.41 38.282 241.357 38.282 C 242.303 38.282 243.071 39.051 243.071 39.999 C 243.071 40.948 242.303 41.717 241.357 41.717 C 240.41 41.717 239.642 40.948 239.642 39.999 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 224.488 286.246 C 224.488 285.298 225.256 284.529 226.202 284.529 C 227.149 284.529 227.917 285.298 227.917 286.246 C 227.917 287.194 227.149 287.963 226.202 287.963 C 225.256 287.963 224.488 287.194 224.488 286.246 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 125.141 149.63 C 125.141 148.681 125.908 147.913 126.855 147.913 C 127.802 147.913 128.569 148.681 128.569 149.63 C 128.569 150.578 127.802 151.347 126.855 151.347 C 125.908 151.347 125.141 150.578 125.141 149.63 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 377.719 102.405 C 377.719 101.456 378.486 100.688 379.433 100.688 C 380.38 100.688 381.147 101.456 381.147 102.405 C 381.147 103.353 380.38 104.122 379.433 104.122 C 378.486 104.122 377.719 103.353 377.719 102.405 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 431.602 301.426 C 431.602 300.478 432.37 299.709 433.317 299.709 C 434.263 299.709 435.031 300.478 435.031 301.426 C 435.031 302.375 434.263 303.143 433.317 303.143 C 432.37 303.143 431.602 302.375 431.602 301.426 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 285.106 255.888 C 285.106 254.939 285.874 254.17 286.821 254.17 C 287.767 254.17 288.535 254.939 288.535 255.888 C 288.535 256.836 287.767 257.605 286.821 257.605 C 285.874 257.605 285.106 256.836 285.106 255.888 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 340.673 23.133 C 340.673 22.185 341.441 21.416 342.387 21.416 C 343.334 21.416 344.102 22.185 344.102 23.133 C 344.102 24.081 343.334 24.85 342.387 24.85 C 341.441 24.85 340.673 24.081 340.673 23.133 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 652.187 38.313 C 652.187 37.365 652.955 36.596 653.902 36.596 C 654.848 36.596 655.616 37.365 655.616 38.313 C 655.616 39.262 654.848 40.03 653.902 40.03 C 652.955 40.03 652.187 39.262 652.187 38.313 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 530.95 164.809 C 530.95 163.861 531.717 163.092 532.664 163.092 C 533.611 163.092 534.378 163.861 534.378 164.809 C 534.378 165.757 533.611 166.526 532.664 166.526 C 531.717 166.526 530.95 165.757 530.95 164.809 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 318.784 227.214 C 318.784 226.266 319.552 225.497 320.498 225.497 C 321.445 225.497 322.213 226.266 322.213 227.214 C 322.213 228.163 321.445 228.931 320.498 228.931 C 319.552 228.931 318.784 228.163 318.784 227.214 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 12.322 50.119 C 12.322 49.171 13.09 48.402 14.037 48.402 C 14.983 48.402 15.751 49.171 15.751 50.119 C 15.751 51.067 14.983 51.836 14.037 51.836 C 13.09 51.836 12.322 51.067 12.322 50.119 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 135.243 21.447 C 135.243 20.498 136.011 19.73 136.958 19.73 C 137.905 19.73 138.672 20.498 138.672 21.447 C 138.672 22.395 137.905 23.164 136.958 23.164 C 136.011 23.164 135.243 22.395 135.243 21.447 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 546.103 48.433 C 546.103 47.484 546.87 46.716 547.817 46.716 C 548.764 46.716 549.531 47.484 549.531 48.433 C 549.531 49.381 548.764 50.15 547.817 50.15 C 546.87 50.15 546.103 49.381 546.103 48.433 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 477.065 19.759 C 477.065 18.811 477.833 18.042 478.779 18.042 C 479.726 18.042 480.494 18.811 480.494 19.759 C 480.494 20.708 479.726 21.476 478.779 21.476 C 477.833 21.476 477.065 20.708 477.065 19.759 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 352.461 193.482 C 352.461 192.534 353.228 191.765 354.175 191.765 C 355.122 191.765 355.889 192.534 355.889 193.482 C 355.889 194.431 355.122 195.199 354.175 195.199 C 353.228 195.199 352.461 194.431 352.461 193.482 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 241.326 90.598 C 241.326 89.65 242.093 88.881 243.04 88.881 C 243.987 88.881 244.754 89.65 244.754 90.598 C 244.754 91.546 243.987 92.315 243.04 92.315 C 242.093 92.315 241.326 91.546 241.326 90.598 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 286.79 18.073 C 286.79 17.125 287.557 16.356 288.504 16.356 C 289.451 16.356 290.218 17.125 290.218 18.073 C 290.218 19.021 289.451 19.79 288.504 19.79 C 287.557 19.79 286.79 19.021 286.79 18.073 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 463.594 141.196 C 463.594 140.248 464.362 139.479 465.309 139.479 C 466.255 139.479 467.023 140.248 467.023 141.196 C 467.023 142.145 466.255 142.914 465.309 142.914 C 464.362 142.914 463.594 142.145 463.594 141.196 Z\" fill=\"rgba(255,255,255,0.2)\"></path><path d=\"M 404.661 299.739 C 404.661 298.791 405.428 298.022 406.375 298.022 C 407.322 298.022 408.089 298.791 408.089 299.739 C 408.089 300.687 407.322 301.456 406.375 301.456 C 405.428 301.456 404.661 300.687 404.661 299.739 Z\" fill=\"rgba(255,255,255,0.2)\"></path><g id=\"ss10581886684_25\"><g transform=\"translate(166.647 154.905)\" id=\"ss10581886684_26\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(35.657 107.193)\" id=\"ss10581886684_28\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(333.36 69.706)\" id=\"ss10581886684_30\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(122.416 30.515)\" id=\"ss10581886684_32\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(107.105 279.294)\" id=\"ss10581886684_34\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(6.736 141.272)\" id=\"ss10581886684_36\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(261.912 93.562)\" id=\"ss10581886684_38\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(316.349 294.629)\" id=\"ss10581886684_40\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(168.347 248.622)\" id=\"ss10581886684_42\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(224.486 13.475)\" id=\"ss10581886684_44\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(658.352 20.447)\" id=\"ss10581886684_46\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(535.867 148.245)\" id=\"ss10581886684_48\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(321.522 211.292)\" id=\"ss10581886684_50\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(11.909 32.375)\" id=\"ss10581886684_52\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(136.094 3.408)\" id=\"ss10581886684_54\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(0 155.061)\" id=\"ss10581886684_56\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(551.178 30.672)\" id=\"ss10581886684_58\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(481.43 1.705)\" id=\"ss10581886684_60\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(355.544 177.212)\" id=\"ss10581886684_62\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(243.266 73.27)\" id=\"ss10581886684_64\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(289.198 0)\" id=\"ss10581886684_66\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(467.821 124.389)\" id=\"ss10581886684_68\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(408.281 284.562)\" id=\"ss10581886684_70\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgb(255,255,255)\"></path></g></g><g transform=\"translate(289.624 294.195)\" id=\"ss10581886684_72\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(159.967 246.97)\" id=\"ss10581886684_74\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(454.641 209.863)\" id=\"ss10581886684_76\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(245.843 171.072)\" id=\"ss10581886684_78\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(230.689 417.318)\" id=\"ss10581886684_80\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(131.341 280.702)\" id=\"ss10581886684_82\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(383.92 233.477)\" id=\"ss10581886684_84\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(437.803 432.499)\" id=\"ss10581886684_86\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(291.307 386.96)\" id=\"ss10581886684_88\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(346.874 154.205)\" id=\"ss10581886684_90\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(658.387 169.384)\" id=\"ss10581886684_92\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(537.15 295.881)\" id=\"ss10581886684_94\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(324.985 358.287)\" id=\"ss10581886684_96\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(18.522 181.191)\" id=\"ss10581886684_98\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(141.445 152.519)\" id=\"ss10581886684_100\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(6.736 302.628)\" id=\"ss10581886684_102\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(552.304 179.505)\" id=\"ss10581886684_104\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(483.266 150.832)\" id=\"ss10581886684_106\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(358.662 324.555)\" id=\"ss10581886684_108\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(247.526 221.67)\" id=\"ss10581886684_110\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(292.991 149.145)\" id=\"ss10581886684_112\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(469.795 272.269)\" id=\"ss10581886684_114\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><g transform=\"translate(410.861 430.811)\" id=\"ss10581886684_116\"><path d=\"M 0 1.145 C 0 0.513 0.512 0 1.143 0 C 1.774 0 2.286 0.513 2.286 1.145 C 2.286 1.777 1.774 2.289 1.143 2.289 C 0.512 2.289 0 1.777 0 1.145 Z\" fill=\"rgba(255,255,255,0.4)\"></path></g><path d=\"M 737.624 167.129 C 737.624 166.497 738.136 165.985 738.767 165.985 C 739.398 165.985 739.91 166.497 739.91 167.129 C 739.91 167.762 739.398 168.274 738.767 168.274 C 738.136 168.274 737.624 167.762 737.624 167.129 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 607.967 119.904 C 607.967 119.272 608.479 118.76 609.11 118.76 C 609.741 118.76 610.253 119.272 610.253 119.904 C 610.253 120.537 609.741 121.049 609.11 121.049 C 608.479 121.049 607.967 120.537 607.967 119.904 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 693.843 44.006 C 693.843 43.374 694.355 42.861 694.986 42.861 C 695.617 42.861 696.129 43.374 696.129 44.006 C 696.129 44.638 695.617 45.151 694.986 45.151 C 694.355 45.151 693.843 44.638 693.843 44.006 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 678.689 290.253 C 678.689 289.62 679.201 289.108 679.832 289.108 C 680.463 289.108 680.975 289.62 680.975 290.253 C 680.975 290.885 680.463 291.397 679.832 291.397 C 679.201 291.397 678.689 290.885 678.689 290.253 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 579.341 153.636 C 579.341 153.004 579.852 152.492 580.483 152.492 C 581.115 152.492 581.626 153.004 581.626 153.636 C 581.626 154.268 581.115 154.781 580.483 154.781 C 579.852 154.781 579.341 154.268 579.341 153.636 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 739.307 259.894 C 739.307 259.262 739.819 258.749 740.45 258.749 C 741.081 258.749 741.593 259.262 741.593 259.894 C 741.593 260.526 741.081 261.039 740.45 261.039 C 739.819 261.039 739.307 260.526 739.307 259.894 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 794.874 27.139 C 794.874 26.507 795.386 25.995 796.017 25.995 C 796.648 25.995 797.16 26.507 797.16 27.139 C 797.16 27.772 796.648 28.284 796.017 28.284 C 795.386 28.284 794.874 27.772 794.874 27.139 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 772.985 231.221 C 772.985 230.589 773.497 230.076 774.128 230.076 C 774.759 230.076 775.271 230.589 775.271 231.221 C 775.271 231.853 774.759 232.366 774.128 232.366 C 773.497 232.366 772.985 231.853 772.985 231.221 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 466.522 54.125 C 466.522 53.493 467.034 52.981 467.665 52.981 C 468.296 52.981 468.808 53.493 468.808 54.125 C 468.808 54.758 468.296 55.27 467.665 55.27 C 467.034 55.27 466.522 54.758 466.522 54.125 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 589.444 25.453 C 589.444 24.821 589.956 24.308 590.587 24.308 C 591.219 24.308 591.73 24.821 591.73 25.453 C 591.73 26.085 591.219 26.598 590.587 26.598 C 589.956 26.598 589.444 26.085 589.444 25.453 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 454.736 175.563 C 454.736 174.93 455.248 174.418 455.879 174.418 C 456.51 174.418 457.022 174.93 457.022 175.563 C 457.022 176.195 456.51 176.707 455.879 176.707 C 455.248 176.707 454.736 176.195 454.736 175.563 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 806.662 197.489 C 806.662 196.857 807.174 196.344 807.805 196.344 C 808.436 196.344 808.948 196.857 808.948 197.489 C 808.948 198.121 808.436 198.634 807.805 198.634 C 807.174 198.634 806.662 198.121 806.662 197.489 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 695.526 94.604 C 695.526 93.972 696.037 93.46 696.669 93.46 C 697.3 93.46 697.811 93.972 697.811 94.604 C 697.811 95.237 697.3 95.749 696.669 95.749 C 696.037 95.749 695.526 95.237 695.526 94.604 Z\" fill=\"rgba(255,255,255,0.7)\"></path><path d=\"M 740.991 22.08 C 740.991 21.447 741.502 20.935 742.134 20.935 C 742.765 20.935 743.276 21.447 743.276 22.08 C 743.276 22.712 742.765 23.224 742.134 23.224 C 741.502 23.224 740.991 22.712 740.991 22.08 Z\" fill=\"rgba(255,255,255,0.7)\"></path></g></g></svg>',svgContentId:10581886684,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYQmeA3TC:{y:(componentViewport?.y||0)+0+0+0+6319.6},ZEQfwHMlE:{y:(componentViewport?.y||0)+0+0+0+6942.5556},zKrFpwa7N:{y:(componentViewport?.y||0)+0+0+0+10181.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:834,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+6351.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k0ajeq-container\",nodeId:\"yxcoGTgNa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZEQfwHMlE:{variant:\"zLWdlR8IF\"},zKrFpwa7N:{variant:\"Q4BHnBSg0\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"yxcoGTgNa\",layoutId:\"yxcoGTgNa\",style:{width:\"100%\"},variant:\"A2Cubrk34\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-53f7ws\",\"data-framer-name\":\"BG Lines\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hipttm\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4cgjxw\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rkbsfu\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ntpnq2\"})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-H4c4z.framer-lux5qc, .framer-H4c4z .framer-lux5qc { display: block; }\",\".framer-H4c4z.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-80553515-7ab0-44ac-b981-96d7680674fd, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-H4c4z .framer-xvezq8-container { flex: none; height: auto; left: 50%; position: fixed; top: 24px; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-H4c4z .framer-13bcszf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-H4c4z .framer-2l1d2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-1s1ur33 { 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; z-index: 2; }\",\".framer-H4c4z .framer-1pyvety { align-content: center; align-items: center; background-color: var(--token-80553515-7ab0-44ac-b981-96d7680674fd, #f7f7f7); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 6px 12px 6px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-H4c4z .framer-17z758j-container, .framer-H4c4z .framer-1rdvzug, .framer-H4c4z .framer-1t0v19j-container, .framer-H4c4z .framer-9aq2jh-container, .framer-H4c4z .framer-rqfgzq-container, .framer-H4c4z .framer-1up6rkv-container, .framer-H4c4z .framer-8npxq5-container, .framer-H4c4z .framer-1mxe3ne-container, .framer-H4c4z .framer-tec6rh-container, .framer-H4c4z .framer-str1re-container, .framer-H4c4z .framer-fg9d6f-container, .framer-H4c4z .framer-mtjnep-container, .framer-H4c4z .framer-1jhujt-container, .framer-H4c4z .framer-173ubba-container, .framer-H4c4z .framer-1xo1f4e-container, .framer-H4c4z .framer-1o4n3nx-container, .framer-H4c4z .framer-1kjqms6-container, .framer-H4c4z .framer-ff2b47-container, .framer-H4c4z .framer-1lv3rto-container, .framer-H4c4z .framer-5putzo-container, .framer-H4c4z .framer-ma3yvp-container, .framer-H4c4z .framer-17uf3x5-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-H4c4z .framer-1trfr3j, .framer-H4c4z .framer-1nynv2g, .framer-H4c4z .framer-dez6hq, .framer-H4c4z .framer-4nugvm, .framer-H4c4z .framer-8s7g1j, .framer-H4c4z .framer-2afx9u, .framer-H4c4z .framer-h1tq0e, .framer-H4c4z .framer-1zlsfg, .framer-H4c4z .framer-10tms1l, .framer-H4c4z .framer-jxubzi, .framer-H4c4z .framer-1xysifl, .framer-H4c4z .framer-1pc125y, .framer-H4c4z .framer-1r6k9jb, .framer-H4c4z .framer-u85gq7, .framer-H4c4z .framer-yq0yuu, .framer-H4c4z .framer-77dtyp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-79sjfk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1042px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-H4c4z .framer-e8bxmv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 639px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-H4c4z .framer-1cwoukm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1xyntdf-container, .framer-H4c4z .framer-17480de-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-H4c4z .framer-t7830w { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-H4c4z .framer-1hec8ok { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 699px; justify-content: flex-start; left: calc(49.44444444444447% - 694px / 2); opacity: 0.44; overflow: hidden; padding: 0px; position: absolute; top: calc(53.62500000000002% - 699px / 2); width: 694px; z-index: 1; }\",\".framer-H4c4z .framer-u8ja08, .framer-H4c4z .framer-15hkdzw, .framer-H4c4z .framer-1s2l9ys, .framer-H4c4z .framer-11iw5dv, .framer-H4c4z .framer-8fhblb, .framer-H4c4z .framer-q2e0qj, .framer-H4c4z .framer-40ru9p, .framer-H4c4z .framer-1n04lf8 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-kn29y8, .framer-H4c4z .framer-1jndyx2, .framer-H4c4z .framer-1u8j9pk, .framer-H4c4z .framer-1w8148b, .framer-H4c4z .framer-1ntyg3n, .framer-H4c4z .framer-11ww5rq { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-5vg5at, .framer-H4c4z .framer-b68wyz, .framer-H4c4z .framer-1gi9agb, .framer-H4c4z .framer-p3406a, .framer-H4c4z .framer-qh98n9, .framer-H4c4z .framer-883lrs, .framer-H4c4z .framer-13cgosb, .framer-H4c4z .framer-kjyeqp, .framer-H4c4z .framer-26v32d, .framer-H4c4z .framer-i838of, .framer-H4c4z .framer-1td2j68, .framer-H4c4z .framer-1c1k9db, .framer-H4c4z .framer-1b7ys0c, .framer-H4c4z .framer-ix7o5s, .framer-H4c4z .framer-asb9b2, .framer-H4c4z .framer-iy0dc2, .framer-H4c4z .framer-12ik76n, .framer-H4c4z .framer-zlcw6m, .framer-H4c4z .framer-1xf5bjs, .framer-H4c4z .framer-qnvaav, .framer-H4c4z .framer-x5nzii, .framer-H4c4z .framer-1kcquri, .framer-H4c4z .framer-1gk02lx, .framer-H4c4z .framer-6cwelp, .framer-H4c4z .framer-124ot27, .framer-H4c4z .framer-1a6mfmh, .framer-H4c4z .framer-11xy4kg, .framer-H4c4z .framer-7hqspu, .framer-H4c4z .framer-umiin3, .framer-H4c4z .framer-cu1lh4, .framer-H4c4z .framer-utpv1d, .framer-H4c4z .framer-1uq885e, .framer-H4c4z .framer-1f94015 { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1002m8k, .framer-H4c4z .framer-18gnwza, .framer-H4c4z .framer-serjgf, .framer-H4c4z .framer-jjuvx2, .framer-H4c4z .framer-121bzwm, .framer-H4c4z .framer-4w4jjg, .framer-H4c4z .framer-4loo6d, .framer-H4c4z .framer-qi7th7 { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 86px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1s0knup, .framer-H4c4z .framer-xmsqnr, .framer-H4c4z .framer-yk0p47, .framer-H4c4z .framer-1s9li2t, .framer-H4c4z .framer-ex8nl4, .framer-H4c4z .framer-1yzcwj1 { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: rgba(160, 160, 160, 0.3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1w2nek6, .framer-H4c4z .framer-sa1xqh { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: rgba(160, 160, 160, 0.3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 86px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-cv3kck { --border-bottom-width: 0.7229166626930237px; --border-color: #c8c8c8; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: rgba(160, 160, 160, 0.3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1ifr66w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1qpvyiu, .framer-H4c4z .framer-1wvq9qp, .framer-H4c4z .framer-15frpw1, .framer-H4c4z .framer-6fqmft, .framer-H4c4z .framer-7ddab8 { --border-bottom-width: 0px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 87px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-kfdp8d, .framer-H4c4z .framer-qrhdt7 { --border-bottom-width: 0px; --border-color: #c8c8c8; --border-left-width: 0.7229166626930237px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; min-height: 87px; min-width: 86px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-me5s9p { -webkit-filter: blur(108.4375px); background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #ffffff 0%, rgba(255, 255, 255, 0) 0.009999999747378752%, rgb(0, 0, 0) 80.0000011920929%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(108.4375px); flex: none; height: 1382px; left: -344px; position: absolute; top: -341px; width: 1382px; z-index: 1; }\",'.framer-H4c4z .framer-qnggis { background: linear-gradient(180deg, rgba(4, 6, 8, 0) 22%, var(--token-2ca7da56-8703-468e-9720-d23743c6f4a9, rgb(4, 6, 8)) /* {\"name\":\"BG\"} */ 97%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }','.framer-H4c4z .framer-1t99itf { background: linear-gradient(180deg, var(--token-2ca7da56-8703-468e-9720-d23743c6f4a9, #040608) /* {\"name\":\"BG\"} */ 0%, rgba(4, 6, 8, 0) 22%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }',\".framer-H4c4z .framer-192uv9r, .framer-H4c4z .framer-i5nnr8, .framer-H4c4z .framer-4xuzal { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 435px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-H4c4z .framer-azol23-container { flex: none; height: 435px; position: relative; width: 1440px; }\",\".framer-H4c4z .framer-vj2trc { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-H4c4z .framer-txl5be-container { flex: none; height: 1px; left: -110px; position: absolute; top: 40px; width: 110px; z-index: 2; }\",\".framer-H4c4z .framer-bxn9mk-container { flex: none; height: 1px; left: -100px; position: absolute; top: 70px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-966b0p-container { flex: none; height: 1px; left: -120px; position: absolute; top: 140px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1mjqhpx-container { flex: none; height: 1px; left: -120px; position: absolute; top: 160px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-lp9z92-container { flex: none; height: 1px; left: -120px; position: absolute; top: calc(52.63157894736844% - 1px / 2); width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1pnv39e-container { flex: none; height: 1px; left: -100px; position: absolute; top: -30px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-awfb51-container { flex: none; height: 1px; left: -10px; position: absolute; top: -30px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-has8du-container { flex: none; height: 1px; left: 50px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1wgl85n-container { flex: none; height: 1px; left: -90px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-vpe8nt-container { flex: none; height: 1px; left: 200px; position: absolute; top: -30px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-4y93ng-container { flex: none; height: 1px; left: 290px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-m5p4vl-container { flex: none; height: 1px; left: 120px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-qeh2je-container { flex: none; height: 1px; left: 140px; position: absolute; top: -40px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1285na2-container { flex: none; height: 1px; left: -100px; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1hxdcgk-container { flex: none; height: 1px; left: -120px; position: absolute; top: 10px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-1j0egyy-container, .framer-H4c4z .framer-156m39k-container { flex: none; height: 1px; left: 140px; position: absolute; top: -30px; width: 100px; z-index: 2; }\",\".framer-H4c4z .framer-13xv78g { flex: none; height: 435px; left: calc(50.00000000000002% - 801px / 2); opacity: 0.4; position: absolute; top: 0px; width: 801px; z-index: 1; }\",\".framer-H4c4z .framer-1cjjcap { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 64px 40px 40px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-H4c4z .framer-1utp02n-container { flex: 1 0 0px; height: 283px; position: relative; width: 1px; }\",\".framer-H4c4z .framer-1iqkkny, .framer-H4c4z .framer-tcq2sa, .framer-H4c4z .framer-1tkh2uc, .framer-H4c4z .framer-qnrf8a, .framer-H4c4z .framer-l911kf, .framer-H4c4z .framer-12v3c4k { aspect-ratio: 1.4285714285714286 / 1; height: var(--framer-aspect-ratio-supported, 175px); overflow: visible; position: relative; width: 250px; }\",\".framer-H4c4z .framer-kzjunr-container { flex: 1 0 0px; height: 335px; position: relative; width: 1px; }\",\".framer-H4c4z .framer-x0r12k, .framer-H4c4z .framer-1i358pj { height: 523px; overflow: hidden; position: relative; width: 426px; }\",\".framer-H4c4z .framer-1o5q3xu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 80px 80px 80px; position: relative; width: 1440px; z-index: 1; }\",\".framer-H4c4z .framer-wsysyn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 439px; word-break: break-word; word-wrap: break-word; }\",\".framer-H4c4z .framer-6ky1s5-container { flex: none; height: 50px; position: relative; width: 800px; }\",\".framer-H4c4z .framer-18yn50u, .framer-H4c4z .framer-ee9k76, .framer-H4c4z .framer-15zo0av { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-14ixlxf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 26px; }\",\".framer-H4c4z .framer-vjnqcc, .framer-H4c4z .framer-epqdmi, .framer-H4c4z .framer-5u3i1q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-9wjj0r { aspect-ratio: 1.0384615384615385 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 27px; }\",\".framer-H4c4z .framer-7t4efr { flex: none; height: 26px; position: relative; width: 20px; }\",\".framer-H4c4z .framer-1udlgug { aspect-ratio: 1.1923076923076923 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 31px; }\",\".framer-H4c4z .framer-14mjzih { aspect-ratio: 0.9230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 24px; }\",\".framer-H4c4z .framer-n5s46d { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 26px; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: 119px; }\",\".framer-H4c4z .framer-1k8prok { flex: none; height: 26px; position: relative; width: 31px; }\",\".framer-H4c4z .framer-1s8he0k { aspect-ratio: 1.1153846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 29px; }\",\".framer-H4c4z .framer-129cmmu, .framer-H4c4z .framer-19llb4p { flex: none; height: 435px; opacity: 0.2; position: relative; width: 800px; z-index: 1; }\",\".framer-H4c4z .framer-1kzj0d5, .framer-H4c4z .framer-k5bl1j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 48px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1t21sn9, .framer-H4c4z .framer-i1nobj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 740px; }\",\".framer-H4c4z .framer-1ju4asm, .framer-H4c4z .framer-1o5cc29, .framer-H4c4z .framer-1mhqlev, .framer-H4c4z .framer-ympfav { flex: 1 0 0px; height: 12px; opacity: 0.6; position: relative; width: 1px; }\",\".framer-H4c4z .framer-1xa2495, .framer-H4c4z .framer-1g8z2gc { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-H4c4z .framer-1iblh3r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 80px 80px 160px 80px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-ih1ugd, .framer-H4c4z .framer-1mwusq5, .framer-H4c4z .framer-1f1tho2, .framer-H4c4z .framer-1ypgjl4 { 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: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-H4c4z .framer-yhhe4e { align-content: flex-start; align-items: flex-start; 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: 632px; z-index: 1; }\",\".framer-H4c4z .framer-1bae8be, .framer-H4c4z .framer-11ho8pc, .framer-H4c4z .framer-17s2nx4, .framer-H4c4z .framer-66h1gv, .framer-H4c4z .framer-1x6nfyd, .framer-H4c4z .framer-uhjrqc, .framer-H4c4z .framer-u4mew8, .framer-H4c4z .framer-1mju96n, .framer-H4c4z .framer-1y9fsnv, .framer-H4c4z .framer-1fjc0gc, .framer-H4c4z .framer-1mjgdc3, .framer-H4c4z .framer-133ky6o, .framer-H4c4z .framer-17qmv78, .framer-H4c4z .framer-mc9lgq { --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-H4c4z .framer-1tkaz38 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-1vynyx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 404px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-mqdqwn { align-content: flex-start; align-items: flex-start; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-r0r407 { --border-bottom-width: 1px; --border-color: rgba(51, 51, 51, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-user-select: none; background-color: var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, #fafafa); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 315px; overflow: hidden; position: relative; user-select: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-1v2ekmf, .framer-H4c4z .framer-syr1rs { flex: none; height: 64%; left: 0px; mix-blend-mode: color-dodge; opacity: 0.4; position: absolute; top: 0px; width: 100%; }\",\".framer-H4c4z .framer-1ni0pz3 { flex: none; height: 250px; left: calc(2.220446049250313e-14% - 177px / 2); position: absolute; top: 80px; width: 177px; }\",\".framer-H4c4z .framer-1g3jp0m { flex: none; height: 250px; left: calc(103.36538461538464% - 205px / 2); position: absolute; top: 80px; width: 205px; }\",\".framer-H4c4z .framer-1e0p0yv { flex: none; height: 300px; left: calc(50.00000000000002% - 213px / 2); overflow: visible; position: absolute; top: 56px; width: 213px; }\",\".framer-H4c4z .framer-1fvoq8p { -webkit-user-select: none; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 300px; left: 0px; overflow: hidden; position: absolute; top: 0px; user-select: none; width: 213px; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-1sti1bk { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 145px; opacity: 0.5; position: absolute; top: 67px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-qatlyk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; left: 16px; overflow: visible; padding: 0px; position: absolute; top: 93px; width: min-content; }\",\".framer-H4c4z .framer-1hig3rj, .framer-H4c4z .framer-1a85z9y, .framer-H4c4z .framer-9n2oth, .framer-H4c4z .framer-178nvzc, .framer-H4c4z .framer-trsttk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-mulron, .framer-H4c4z .framer-d9o917, .framer-H4c4z .framer-rmuxoc, .framer-H4c4z .framer-1cmj8n7, .framer-H4c4z .framer-1ml7jum { flex: none; height: 16px; overflow: visible; position: relative; width: 16px; }\",\".framer-H4c4z .framer-13s8xx4, .framer-H4c4z .framer-1xo1v5o, .framer-H4c4z .framer-roaqot, .framer-H4c4z .framer-6dip71, .framer-H4c4z .framer-1fiopye { flex: none; height: 16px; left: 0px; position: absolute; top: 0px; width: 16px; }\",\".framer-H4c4z .framer-1i2ikev { flex: none; height: 16px; overflow: visible; position: relative; width: 84px; }\",\".framer-H4c4z .framer-nag3ky { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; opacity: 0.3; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-14rh94r, .framer-H4c4z .framer-169twnu, .framer-H4c4z .framer-9rbh37, .framer-H4c4z .framer-13doocs, .framer-H4c4z .framer-1lnc3t6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.3; position: relative; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-1o2tg4t { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.7; position: absolute; top: 16px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-1ah1pbg { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.7; position: absolute; top: 64px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-2f7hfk { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.3; position: absolute; top: 32px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-1e6neim { flex: none; height: 38px; left: 12px; overflow: visible; position: absolute; top: 209px; width: 189px; }\",\".framer-H4c4z .framer-1s5a9vu { background-color: #565656; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 38px; left: 0px; opacity: 0.2; position: absolute; top: 0px; width: 189px; }\",\".framer-H4c4z .framer-wb4l8j { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 49%; opacity: 0.5; position: absolute; top: 47%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-H4c4z .framer-6v2wql { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 258px; overflow: visible; padding: 0px; position: absolute; top: 259px; width: min-content; }\",\".framer-H4c4z .framer-17eexxu, .framer-H4c4z .framer-1y6q7wx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-H4c4z .framer-11s4szy, .framer-H4c4z .framer-16gneh { flex: none; height: 20px; left: 3px; position: absolute; top: 2px; width: 18px; }\",\".framer-H4c4z .framer-dw2e5j, .framer-H4c4z .framer-1we2bde, .framer-H4c4z .framer-1evilpf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: min-content; }\",\".framer-H4c4z .framer-1yvlkmq, .framer-H4c4z .framer-1g1ihhv, .framer-H4c4z .framer-10fhnl7 { --border-bottom-width: 1px; --border-color: #e0e0e0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 16px; border-top-left-radius: 1px; border-top-right-radius: 16px; box-shadow: 0px 4px 8px 0px rgba(224, 224, 224, 0.32); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-msq6g, .framer-H4c4z .framer-wqfjmt, .framer-H4c4z .framer-8a2ipz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-1aa834t, .framer-H4c4z .framer-1a7u6iz, .framer-H4c4z .framer-1kw8pyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-2ueh7l, .framer-H4c4z .framer-isdjjv, .framer-H4c4z .framer-qhvai2, .framer-H4c4z .framer-pdolky, .framer-H4c4z .framer-wpu06, .framer-H4c4z .framer-13a2ft { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -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; z-index: 1; }\",\".framer-H4c4z .framer-1yvcc3v, .framer-H4c4z .framer-wvgrba { align-content: flex-start; align-items: flex-start; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-1ey0nc9, .framer-H4c4z .framer-ef1p9z { --border-bottom-width: 1px; --border-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-user-select: none; background-color: var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, #fafafa); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; user-select: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-13uga01 { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background: linear-gradient(202.26685505320745deg, #121212 0%, rgba(25, 25, 25, 1) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 250px; opacity: 0.7; overflow: visible; position: absolute; right: -83px; top: 80px; width: 177px; }\",\".framer-H4c4z .framer-3rwh7c { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.2; position: absolute; top: 36px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-an1290 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.3; position: absolute; top: 16px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-94jiqr { --border-bottom-width: 1px; --border-color: #363636; --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 151px; left: 18px; position: absolute; top: 66px; width: 156px; }\",\".framer-H4c4z .framer-1s9nwos { -webkit-user-select: none; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: -27px; flex: none; height: 244px; left: 16px; overflow: visible; position: absolute; user-select: none; width: 294px; }\",\".framer-H4c4z .framer-bfibw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; left: 16px; min-height: 20px; min-width: 47px; overflow: visible; padding: 0px; position: absolute; top: 229px; width: min-content; }\",\".framer-H4c4z .framer-1f66fw8 { flex: none; height: 169px; left: calc(49.65986394557825% - 281px / 2); overflow: visible; position: absolute; top: 31px; width: 281px; }\",\".framer-H4c4z .framer-y3u33z { align-content: flex-start; align-items: flex-start; bottom: 44px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: -19px; width: min-content; }\",\".framer-H4c4z .framer-1tsnadm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 254px; opacity: 0.3; overflow: visible; position: absolute; top: 16px; width: 24px; }\",\".framer-H4c4z .framer-pewhs9 { flex: none; height: 64%; left: 0px; mix-blend-mode: color-dodge; opacity: 0.2; position: absolute; top: 0px; width: 100%; }\",\".framer-H4c4z .framer-1iq2suy { -webkit-user-select: none; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: -87px; flex: none; height: 347px; left: 16px; overflow: visible; position: absolute; user-select: none; width: 389px; }\",\".framer-H4c4z .framer-1p6b8ad { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 16px; opacity: 0.5; position: absolute; top: 14px; white-space: pre; width: auto; }\",\".framer-H4c4z .framer-5jo0sn { align-content: center; align-items: center; background-color: #191919; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 210px; overflow: visible; padding: 2px 6px 2px 6px; position: absolute; top: 12px; width: min-content; }\",\".framer-H4c4z .framer-17mo7xf { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 1px; left: 11px; opacity: 0.5; position: absolute; top: 40px; width: 214px; }\",\".framer-H4c4z .framer-1s2e2nf { --border-bottom-width: 1px; --border-color: #232323; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 216px; left: calc(50.642673521850924% - 373px / 2); overflow: visible; position: absolute; top: 40px; width: 373px; }\",\".framer-H4c4z .framer-1lelute { align-content: flex-start; align-items: flex-start; bottom: 35px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 286px; overflow: visible; padding: 0px; position: absolute; width: min-content; }\",'.framer-H4c4z .framer-11ebui4 { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(3, 5, 7, 0) 0%, var(--token-cea865e2-a56c-48f4-b031-3e5821c6e8aa, rgb(240, 240, 240)) /* {\"name\":\"Primary / Surface Strong\"} */ 87%, rgba(3, 5, 7, 0) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 80px 0px; position: relative; width: 100%; }',\".framer-H4c4z .framer-1nynfjz { align-content: flex-start; align-items: flex-start; 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: 722px; z-index: 1; }\",\".framer-H4c4z .framer-s7s7et { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-H4c4z .framer-1e7wcam-container, .framer-H4c4z .framer-4e0wk4-container, .framer-H4c4z .framer-29pd51-container, .framer-H4c4z .framer-1haggs8-container, .framer-H4c4z .framer-nbozf3-container, .framer-H4c4z .framer-2z1aoo-container { align-self: start; flex: none; height: 264px; justify-self: start; position: relative; width: 100%; }\",\".framer-H4c4z .framer-1tf667z { -webkit-filter: blur(1px); align-content: center; align-items: center; aspect-ratio: 1.7834224598930484 / 1; display: flex; filter: blur(1px); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 706px); justify-content: flex-start; left: 51%; overflow: visible; padding: 0px; position: absolute; top: 72px; transform: translateX(-50%); width: 1258px; z-index: 0; }\",\".framer-H4c4z .framer-19rytzm { flex: none; height: 435px; opacity: 0.4; position: relative; width: 800px; z-index: 1; }\",'.framer-H4c4z .framer-1upejjs { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(3, 5, 7, 0) 0%, var(--token-cea865e2-a56c-48f4-b031-3e5821c6e8aa, rgb(229, 229, 229)) /* {\"name\":\"Primary / Surface Strong\"} */ 14.000000000000002%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 40px 0px; position: relative; width: 100%; }',\".framer-H4c4z .framer-zxcq6h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 741px; z-index: 1; }\",\".framer-H4c4z .framer-1oyzvko { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; z-index: 2; }\",\".framer-H4c4z .framer-32bfvi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-H4c4z .framer-amy0d1, .framer-H4c4z .framer-16slhv4 { --border-bottom-width: 1px; --border-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); --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-1e4de996-fe4b-4667-88fc-284e9577f815, #fafafa); 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: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-9opl74, .framer-H4c4z .framer-1nn2wl1, .framer-H4c4z .framer-14u2m3j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-spm2jy, .framer-H4c4z .framer-17gggt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-y0a5n9-container, .framer-H4c4z .framer-qsoebl-container, .framer-H4c4z .framer-snrksd-container, .framer-H4c4z .framer-ad85pf-container { flex: none; height: 40px; position: relative; width: 32px; }\",\".framer-H4c4z .framer-cea8pe, .framer-H4c4z .framer-1irvm9r { align-content: center; align-items: center; background-color: var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, #fafafa); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 6px 12px 6px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-H4c4z .framer-1lsoucd, .framer-H4c4z .framer-2hrr2w, .framer-H4c4z .framer-3nuvz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-1dsl2hn-container, .framer-H4c4z .framer-zree0j-container, .framer-H4c4z .framer-pprpds-container, .framer-H4c4z .framer-dj9bbr-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-H4c4z .framer-1rca6wd, .framer-H4c4z .framer-7rxxs3, .framer-H4c4z .framer-19oes6g { background-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-H4c4z .framer-hkqu3f, .framer-H4c4z .framer-1ts3220, .framer-H4c4z .framer-hepzd1 { 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-H4c4z .framer-13b2w05, .framer-H4c4z .framer-u0895m, .framer-H4c4z .framer-ui01a3, .framer-H4c4z .framer-35db0n, .framer-H4c4z .framer-wmhoun, .framer-H4c4z .framer-14blsoa, .framer-H4c4z .framer-11ssgj4, .framer-H4c4z .framer-1kumv63, .framer-H4c4z .framer-14vzrmb, .framer-H4c4z .framer-f19bxm, .framer-H4c4z .framer-11qx3n1, .framer-H4c4z .framer-1fg8dl1, .framer-H4c4z .framer-1vbi9as, .framer-H4c4z .framer-77t38f, .framer-H4c4z .framer-1bpej5e, .framer-H4c4z .framer-1gnjkpt, .framer-H4c4z .framer-15u0ycb, .framer-H4c4z .framer-9xa954, .framer-H4c4z .framer-4v4frt, .framer-H4c4z .framer-14yqa70 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-tfg0ht, .framer-H4c4z .framer-1nrrh7e, .framer-H4c4z .framer-1xz3k71, .framer-H4c4z .framer-1hxcbli, .framer-H4c4z .framer-ftlwl2, .framer-H4c4z .framer-lub201, .framer-H4c4z .framer-v1zvh2, .framer-H4c4z .framer-1ggo3lv, .framer-H4c4z .framer-14nq4eh, .framer-H4c4z .framer-o7s1vd, .framer-H4c4z .framer-wm1ogk, .framer-H4c4z .framer-8hckgy, .framer-H4c4z .framer-1ppoyt6, .framer-H4c4z .framer-q1ers1, .framer-H4c4z .framer-22yvcm, .framer-H4c4z .framer-qe2veh, .framer-H4c4z .framer-ov9b04, .framer-H4c4z .framer-8yxsc2, .framer-H4c4z .framer-1k0giya, .framer-H4c4z .framer-h8jh1m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-H4c4z .framer-1pdgbx8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 24px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-19jyh9a { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 33%; }\",\".framer-H4c4z .framer-2cn95w { --border-bottom-width: 1px; --border-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); --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-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, #fafafa); 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; height: 1px; justify-content: space-between; overflow: hidden; padding: 32px 40px 32px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-1w1rojr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-ybh3my { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 245px; word-break: break-word; word-wrap: break-word; }\",\".framer-H4c4z .framer-s4ldal { --border-bottom-width: 1px; --border-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); --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-1e4de996-fe4b-4667-88fc-284e9577f815, #fafafa); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-H4c4z .framer-1b7lndz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-h55rky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-H4c4z .framer-a570o4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 867px; z-index: 1; }\",\".framer-H4c4z .framer-2tlqdq { 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; z-index: 2; }\",\".framer-H4c4z .framer-f2udqa { align-content: center; align-items: center; background-color: var(--token-80553515-7ab0-44ac-b981-96d7680674fd, #f7f7f7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-H4c4z .framer-5tlsxf-container { flex: none; height: auto; max-width: 800px; position: relative; width: 800px; }\",\".framer-H4c4z .framer-1k0ajeq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-H4c4z .framer-53f7ws { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 6193px; justify-content: space-between; left: calc(50.00000000000002% - min(1440px, 1440px) / 2); max-width: 1440px; opacity: 0.3; overflow: hidden; padding: 0px 120px 0px 120px; position: absolute; width: 1440px; z-index: 0; }\",\".framer-H4c4z .framer-1hipttm, .framer-H4c4z .framer-4cgjxw, .framer-H4c4z .framer-rkbsfu, .framer-H4c4z .framer-1ntpnq2 { background-color: var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, #e5e5e5); flex: none; height: 100%; overflow: hidden; position: relative; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-H4c4z.framer-72rtr7, .framer-H4c4z .framer-13bcszf, .framer-H4c4z .framer-2l1d2z, .framer-H4c4z .framer-1s1ur33, .framer-H4c4z .framer-1pyvety, .framer-H4c4z .framer-1cwoukm, .framer-H4c4z .framer-1hec8ok, .framer-H4c4z .framer-u8ja08, .framer-H4c4z .framer-kn29y8, .framer-H4c4z .framer-5vg5at, .framer-H4c4z .framer-1002m8k, .framer-H4c4z .framer-b68wyz, .framer-H4c4z .framer-1gi9agb, .framer-H4c4z .framer-1s0knup, .framer-H4c4z .framer-18gnwza, .framer-H4c4z .framer-p3406a, .framer-H4c4z .framer-15hkdzw, .framer-H4c4z .framer-1jndyx2, .framer-H4c4z .framer-qh98n9, .framer-H4c4z .framer-1w2nek6, .framer-H4c4z .framer-883lrs, .framer-H4c4z .framer-13cgosb, .framer-H4c4z .framer-kjyeqp, .framer-H4c4z .framer-serjgf, .framer-H4c4z .framer-26v32d, .framer-H4c4z .framer-1s2l9ys, .framer-H4c4z .framer-1u8j9pk, .framer-H4c4z .framer-i838of, .framer-H4c4z .framer-jjuvx2, .framer-H4c4z .framer-1td2j68, .framer-H4c4z .framer-1c1k9db, .framer-H4c4z .framer-xmsqnr, .framer-H4c4z .framer-121bzwm, .framer-H4c4z .framer-1b7ys0c, .framer-H4c4z .framer-11iw5dv, .framer-H4c4z .framer-cv3kck, .framer-H4c4z .framer-ix7o5s, .framer-H4c4z .framer-4w4jjg, .framer-H4c4z .framer-yk0p47, .framer-H4c4z .framer-asb9b2, .framer-H4c4z .framer-iy0dc2, .framer-H4c4z .framer-4loo6d, .framer-H4c4z .framer-12ik76n, .framer-H4c4z .framer-8fhblb, .framer-H4c4z .framer-1w8148b, .framer-H4c4z .framer-1s9li2t, .framer-H4c4z .framer-qi7th7, .framer-H4c4z .framer-zlcw6m, .framer-H4c4z .framer-1xf5bjs, .framer-H4c4z .framer-qnvaav, .framer-H4c4z .framer-sa1xqh, .framer-H4c4z .framer-x5nzii, .framer-H4c4z .framer-q2e0qj, .framer-H4c4z .framer-1ntyg3n, .framer-H4c4z .framer-1kcquri, .framer-H4c4z .framer-1gk02lx, .framer-H4c4z .framer-6cwelp, .framer-H4c4z .framer-ex8nl4, .framer-H4c4z .framer-124ot27, .framer-H4c4z .framer-1a6mfmh, .framer-H4c4z .framer-11xy4kg, .framer-H4c4z .framer-40ru9p, .framer-H4c4z .framer-11ww5rq, .framer-H4c4z .framer-7hqspu, .framer-H4c4z .framer-umiin3, .framer-H4c4z .framer-1yzcwj1, .framer-H4c4z .framer-cu1lh4, .framer-H4c4z .framer-utpv1d, .framer-H4c4z .framer-1uq885e, .framer-H4c4z .framer-1f94015, .framer-H4c4z .framer-1n04lf8, .framer-H4c4z .framer-1ifr66w, .framer-H4c4z .framer-1qpvyiu, .framer-H4c4z .framer-kfdp8d, .framer-H4c4z .framer-1wvq9qp, .framer-H4c4z .framer-15frpw1, .framer-H4c4z .framer-6fqmft, .framer-H4c4z .framer-7ddab8, .framer-H4c4z .framer-qrhdt7, .framer-H4c4z .framer-192uv9r, .framer-H4c4z .framer-1cjjcap, .framer-H4c4z .framer-1o5q3xu, .framer-H4c4z .framer-18yn50u, .framer-H4c4z .framer-vjnqcc, .framer-H4c4z .framer-ee9k76, .framer-H4c4z .framer-epqdmi, .framer-H4c4z .framer-5u3i1q, .framer-H4c4z .framer-n5s46d, .framer-H4c4z .framer-15zo0av, .framer-H4c4z .framer-i5nnr8, .framer-H4c4z .framer-1kzj0d5, .framer-H4c4z .framer-1t21sn9, .framer-H4c4z .framer-1iblh3r, .framer-H4c4z .framer-ih1ugd, .framer-H4c4z .framer-yhhe4e, .framer-H4c4z .framer-1tkaz38, .framer-H4c4z .framer-1vynyx1, .framer-H4c4z .framer-mqdqwn, .framer-H4c4z .framer-qatlyk, .framer-H4c4z .framer-1hig3rj, .framer-H4c4z .framer-1a85z9y, .framer-H4c4z .framer-9n2oth, .framer-H4c4z .framer-178nvzc, .framer-H4c4z .framer-trsttk, .framer-H4c4z .framer-6v2wql, .framer-H4c4z .framer-dw2e5j, .framer-H4c4z .framer-1yvlkmq, .framer-H4c4z .framer-1aa834t, .framer-H4c4z .framer-1yvcc3v, .framer-H4c4z .framer-bfibw6, .framer-H4c4z .framer-y3u33z, .framer-H4c4z .framer-1we2bde, .framer-H4c4z .framer-1g1ihhv, .framer-H4c4z .framer-1a7u6iz, .framer-H4c4z .framer-wvgrba, .framer-H4c4z .framer-5jo0sn, .framer-H4c4z .framer-1lelute, .framer-H4c4z .framer-1evilpf, .framer-H4c4z .framer-10fhnl7, .framer-H4c4z .framer-1kw8pyy, .framer-H4c4z .framer-k5bl1j, .framer-H4c4z .framer-i1nobj, .framer-H4c4z .framer-11ebui4, .framer-H4c4z .framer-1mwusq5, .framer-H4c4z .framer-1nynfjz, .framer-H4c4z .framer-1tf667z, .framer-H4c4z .framer-1upejjs, .framer-H4c4z .framer-1f1tho2, .framer-H4c4z .framer-zxcq6h, .framer-H4c4z .framer-1oyzvko, .framer-H4c4z .framer-32bfvi, .framer-H4c4z .framer-amy0d1, .framer-H4c4z .framer-9opl74, .framer-H4c4z .framer-cea8pe, .framer-H4c4z .framer-1lsoucd, .framer-H4c4z .framer-hkqu3f, .framer-H4c4z .framer-13b2w05, .framer-H4c4z .framer-u0895m, .framer-H4c4z .framer-ui01a3, .framer-H4c4z .framer-35db0n, .framer-H4c4z .framer-wmhoun, .framer-H4c4z .framer-14blsoa, .framer-H4c4z .framer-11ssgj4, .framer-H4c4z .framer-1pdgbx8, .framer-H4c4z .framer-1kumv63, .framer-H4c4z .framer-16slhv4, .framer-H4c4z .framer-1nn2wl1, .framer-H4c4z .framer-1irvm9r, .framer-H4c4z .framer-2hrr2w, .framer-H4c4z .framer-1ts3220, .framer-H4c4z .framer-14vzrmb, .framer-H4c4z .framer-f19bxm, .framer-H4c4z .framer-11qx3n1, .framer-H4c4z .framer-1fg8dl1, .framer-H4c4z .framer-1vbi9as, .framer-H4c4z .framer-77t38f, .framer-H4c4z .framer-1bpej5e, .framer-H4c4z .framer-1gnjkpt, .framer-H4c4z .framer-15u0ycb, .framer-H4c4z .framer-19jyh9a, .framer-H4c4z .framer-1w1rojr, .framer-H4c4z .framer-s4ldal, .framer-H4c4z .framer-14u2m3j, .framer-H4c4z .framer-1b7lndz, .framer-H4c4z .framer-3nuvz, .framer-H4c4z .framer-hepzd1, .framer-H4c4z .framer-9xa954, .framer-H4c4z .framer-4v4frt, .framer-H4c4z .framer-14yqa70, .framer-H4c4z .framer-h55rky, .framer-H4c4z .framer-1ypgjl4, .framer-H4c4z .framer-a570o4, .framer-H4c4z .framer-2tlqdq, .framer-H4c4z .framer-f2udqa, .framer-H4c4z .framer-4xuzal { gap: 0px; } .framer-H4c4z.framer-72rtr7 > *, .framer-H4c4z .framer-13bcszf > *, .framer-H4c4z .framer-1hec8ok > *, .framer-H4c4z .framer-1kzj0d5 > *, .framer-H4c4z .framer-k5bl1j > *, .framer-H4c4z .framer-2tlqdq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-H4c4z.framer-72rtr7 > :first-child, .framer-H4c4z .framer-13bcszf > :first-child, .framer-H4c4z .framer-2l1d2z > :first-child, .framer-H4c4z .framer-1s1ur33 > :first-child, .framer-H4c4z .framer-1hec8ok > :first-child, .framer-H4c4z .framer-1o5q3xu > :first-child, .framer-H4c4z .framer-1kzj0d5 > :first-child, .framer-H4c4z .framer-1iblh3r > :first-child, .framer-H4c4z .framer-yhhe4e > :first-child, .framer-H4c4z .framer-1tkaz38 > :first-child, .framer-H4c4z .framer-mqdqwn > :first-child, .framer-H4c4z .framer-qatlyk > :first-child, .framer-H4c4z .framer-6v2wql > :first-child, .framer-H4c4z .framer-dw2e5j > :first-child, .framer-H4c4z .framer-1aa834t > :first-child, .framer-H4c4z .framer-1yvcc3v > :first-child, .framer-H4c4z .framer-y3u33z > :first-child, .framer-H4c4z .framer-1we2bde > :first-child, .framer-H4c4z .framer-1a7u6iz > :first-child, .framer-H4c4z .framer-wvgrba > :first-child, .framer-H4c4z .framer-1lelute > :first-child, .framer-H4c4z .framer-1evilpf > :first-child, .framer-H4c4z .framer-1kw8pyy > :first-child, .framer-H4c4z .framer-k5bl1j > :first-child, .framer-H4c4z .framer-11ebui4 > :first-child, .framer-H4c4z .framer-1nynfjz > :first-child, .framer-H4c4z .framer-1tf667z > :first-child, .framer-H4c4z .framer-1upejjs > :first-child, .framer-H4c4z .framer-zxcq6h > :first-child, .framer-H4c4z .framer-amy0d1 > :first-child, .framer-H4c4z .framer-9opl74 > :first-child, .framer-H4c4z .framer-1lsoucd > :first-child, .framer-H4c4z .framer-hkqu3f > :first-child, .framer-H4c4z .framer-16slhv4 > :first-child, .framer-H4c4z .framer-1nn2wl1 > :first-child, .framer-H4c4z .framer-2hrr2w > :first-child, .framer-H4c4z .framer-1ts3220 > :first-child, .framer-H4c4z .framer-19jyh9a > :first-child, .framer-H4c4z .framer-1w1rojr > :first-child, .framer-H4c4z .framer-s4ldal > :first-child, .framer-H4c4z .framer-14u2m3j > :first-child, .framer-H4c4z .framer-3nuvz > :first-child, .framer-H4c4z .framer-hepzd1 > :first-child, .framer-H4c4z .framer-h55rky > :first-child, .framer-H4c4z .framer-a570o4 > :first-child, .framer-H4c4z .framer-2tlqdq > :first-child { margin-top: 0px; } .framer-H4c4z.framer-72rtr7 > :last-child, .framer-H4c4z .framer-13bcszf > :last-child, .framer-H4c4z .framer-2l1d2z > :last-child, .framer-H4c4z .framer-1s1ur33 > :last-child, .framer-H4c4z .framer-1hec8ok > :last-child, .framer-H4c4z .framer-1o5q3xu > :last-child, .framer-H4c4z .framer-1kzj0d5 > :last-child, .framer-H4c4z .framer-1iblh3r > :last-child, .framer-H4c4z .framer-yhhe4e > :last-child, .framer-H4c4z .framer-1tkaz38 > :last-child, .framer-H4c4z .framer-mqdqwn > :last-child, .framer-H4c4z .framer-qatlyk > :last-child, .framer-H4c4z .framer-6v2wql > :last-child, .framer-H4c4z .framer-dw2e5j > :last-child, .framer-H4c4z .framer-1aa834t > :last-child, .framer-H4c4z .framer-1yvcc3v > :last-child, .framer-H4c4z .framer-y3u33z > :last-child, .framer-H4c4z .framer-1we2bde > :last-child, .framer-H4c4z .framer-1a7u6iz > :last-child, .framer-H4c4z .framer-wvgrba > :last-child, .framer-H4c4z .framer-1lelute > :last-child, .framer-H4c4z .framer-1evilpf > :last-child, .framer-H4c4z .framer-1kw8pyy > :last-child, .framer-H4c4z .framer-k5bl1j > :last-child, .framer-H4c4z .framer-11ebui4 > :last-child, .framer-H4c4z .framer-1nynfjz > :last-child, .framer-H4c4z .framer-1tf667z > :last-child, .framer-H4c4z .framer-1upejjs > :last-child, .framer-H4c4z .framer-zxcq6h > :last-child, .framer-H4c4z .framer-amy0d1 > :last-child, .framer-H4c4z .framer-9opl74 > :last-child, .framer-H4c4z .framer-1lsoucd > :last-child, .framer-H4c4z .framer-hkqu3f > :last-child, .framer-H4c4z .framer-16slhv4 > :last-child, .framer-H4c4z .framer-1nn2wl1 > :last-child, .framer-H4c4z .framer-2hrr2w > :last-child, .framer-H4c4z .framer-1ts3220 > :last-child, .framer-H4c4z .framer-19jyh9a > :last-child, .framer-H4c4z .framer-1w1rojr > :last-child, .framer-H4c4z .framer-s4ldal > :last-child, .framer-H4c4z .framer-14u2m3j > :last-child, .framer-H4c4z .framer-3nuvz > :last-child, .framer-H4c4z .framer-hepzd1 > :last-child, .framer-H4c4z .framer-h55rky > :last-child, .framer-H4c4z .framer-a570o4 > :last-child, .framer-H4c4z .framer-2tlqdq > :last-child { margin-bottom: 0px; } .framer-H4c4z .framer-2l1d2z > *, .framer-H4c4z .framer-mqdqwn > *, .framer-H4c4z .framer-1yvcc3v > *, .framer-H4c4z .framer-wvgrba > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-H4c4z .framer-1s1ur33 > *, .framer-H4c4z .framer-zxcq6h > *, .framer-H4c4z .framer-1lsoucd > *, .framer-H4c4z .framer-2hrr2w > *, .framer-H4c4z .framer-3nuvz > *, .framer-H4c4z .framer-a570o4 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-H4c4z .framer-1pyvety > *, .framer-H4c4z .framer-1hig3rj > *, .framer-H4c4z .framer-1a85z9y > *, .framer-H4c4z .framer-9n2oth > *, .framer-H4c4z .framer-178nvzc > *, .framer-H4c4z .framer-trsttk > *, .framer-H4c4z .framer-cea8pe > *, .framer-H4c4z .framer-1irvm9r > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-H4c4z .framer-1pyvety > :first-child, .framer-H4c4z .framer-1cwoukm > :first-child, .framer-H4c4z .framer-u8ja08 > :first-child, .framer-H4c4z .framer-kn29y8 > :first-child, .framer-H4c4z .framer-5vg5at > :first-child, .framer-H4c4z .framer-1002m8k > :first-child, .framer-H4c4z .framer-b68wyz > :first-child, .framer-H4c4z .framer-1gi9agb > :first-child, .framer-H4c4z .framer-1s0knup > :first-child, .framer-H4c4z .framer-18gnwza > :first-child, .framer-H4c4z .framer-p3406a > :first-child, .framer-H4c4z .framer-15hkdzw > :first-child, .framer-H4c4z .framer-1jndyx2 > :first-child, .framer-H4c4z .framer-qh98n9 > :first-child, .framer-H4c4z .framer-1w2nek6 > :first-child, .framer-H4c4z .framer-883lrs > :first-child, .framer-H4c4z .framer-13cgosb > :first-child, .framer-H4c4z .framer-kjyeqp > :first-child, .framer-H4c4z .framer-serjgf > :first-child, .framer-H4c4z .framer-26v32d > :first-child, .framer-H4c4z .framer-1s2l9ys > :first-child, .framer-H4c4z .framer-1u8j9pk > :first-child, .framer-H4c4z .framer-i838of > :first-child, .framer-H4c4z .framer-jjuvx2 > :first-child, .framer-H4c4z .framer-1td2j68 > :first-child, .framer-H4c4z .framer-1c1k9db > :first-child, .framer-H4c4z .framer-xmsqnr > :first-child, .framer-H4c4z .framer-121bzwm > :first-child, .framer-H4c4z .framer-1b7ys0c > :first-child, .framer-H4c4z .framer-11iw5dv > :first-child, .framer-H4c4z .framer-cv3kck > :first-child, .framer-H4c4z .framer-ix7o5s > :first-child, .framer-H4c4z .framer-4w4jjg > :first-child, .framer-H4c4z .framer-yk0p47 > :first-child, .framer-H4c4z .framer-asb9b2 > :first-child, .framer-H4c4z .framer-iy0dc2 > :first-child, .framer-H4c4z .framer-4loo6d > :first-child, .framer-H4c4z .framer-12ik76n > :first-child, .framer-H4c4z .framer-8fhblb > :first-child, .framer-H4c4z .framer-1w8148b > :first-child, .framer-H4c4z .framer-1s9li2t > :first-child, .framer-H4c4z .framer-qi7th7 > :first-child, .framer-H4c4z .framer-zlcw6m > :first-child, .framer-H4c4z .framer-1xf5bjs > :first-child, .framer-H4c4z .framer-qnvaav > :first-child, .framer-H4c4z .framer-sa1xqh > :first-child, .framer-H4c4z .framer-x5nzii > :first-child, .framer-H4c4z .framer-q2e0qj > :first-child, .framer-H4c4z .framer-1ntyg3n > :first-child, .framer-H4c4z .framer-1kcquri > :first-child, .framer-H4c4z .framer-1gk02lx > :first-child, .framer-H4c4z .framer-6cwelp > :first-child, .framer-H4c4z .framer-ex8nl4 > :first-child, .framer-H4c4z .framer-124ot27 > :first-child, .framer-H4c4z .framer-1a6mfmh > :first-child, .framer-H4c4z .framer-11xy4kg > :first-child, .framer-H4c4z .framer-40ru9p > :first-child, .framer-H4c4z .framer-11ww5rq > :first-child, .framer-H4c4z .framer-7hqspu > :first-child, .framer-H4c4z .framer-umiin3 > :first-child, .framer-H4c4z .framer-1yzcwj1 > :first-child, .framer-H4c4z .framer-cu1lh4 > :first-child, .framer-H4c4z .framer-utpv1d > :first-child, .framer-H4c4z .framer-1uq885e > :first-child, .framer-H4c4z .framer-1f94015 > :first-child, .framer-H4c4z .framer-1n04lf8 > :first-child, .framer-H4c4z .framer-1ifr66w > :first-child, .framer-H4c4z .framer-1qpvyiu > :first-child, .framer-H4c4z .framer-kfdp8d > :first-child, .framer-H4c4z .framer-1wvq9qp > :first-child, .framer-H4c4z .framer-15frpw1 > :first-child, .framer-H4c4z .framer-6fqmft > :first-child, .framer-H4c4z .framer-7ddab8 > :first-child, .framer-H4c4z .framer-qrhdt7 > :first-child, .framer-H4c4z .framer-192uv9r > :first-child, .framer-H4c4z .framer-1cjjcap > :first-child, .framer-H4c4z .framer-18yn50u > :first-child, .framer-H4c4z .framer-vjnqcc > :first-child, .framer-H4c4z .framer-ee9k76 > :first-child, .framer-H4c4z .framer-epqdmi > :first-child, .framer-H4c4z .framer-5u3i1q > :first-child, .framer-H4c4z .framer-n5s46d > :first-child, .framer-H4c4z .framer-15zo0av > :first-child, .framer-H4c4z .framer-i5nnr8 > :first-child, .framer-H4c4z .framer-1t21sn9 > :first-child, .framer-H4c4z .framer-ih1ugd > :first-child, .framer-H4c4z .framer-1vynyx1 > :first-child, .framer-H4c4z .framer-1hig3rj > :first-child, .framer-H4c4z .framer-1a85z9y > :first-child, .framer-H4c4z .framer-9n2oth > :first-child, .framer-H4c4z .framer-178nvzc > :first-child, .framer-H4c4z .framer-trsttk > :first-child, .framer-H4c4z .framer-1yvlkmq > :first-child, .framer-H4c4z .framer-bfibw6 > :first-child, .framer-H4c4z .framer-1g1ihhv > :first-child, .framer-H4c4z .framer-5jo0sn > :first-child, .framer-H4c4z .framer-10fhnl7 > :first-child, .framer-H4c4z .framer-i1nobj > :first-child, .framer-H4c4z .framer-1mwusq5 > :first-child, .framer-H4c4z .framer-1f1tho2 > :first-child, .framer-H4c4z .framer-1oyzvko > :first-child, .framer-H4c4z .framer-32bfvi > :first-child, .framer-H4c4z .framer-cea8pe > :first-child, .framer-H4c4z .framer-13b2w05 > :first-child, .framer-H4c4z .framer-u0895m > :first-child, .framer-H4c4z .framer-ui01a3 > :first-child, .framer-H4c4z .framer-35db0n > :first-child, .framer-H4c4z .framer-wmhoun > :first-child, .framer-H4c4z .framer-14blsoa > :first-child, .framer-H4c4z .framer-11ssgj4 > :first-child, .framer-H4c4z .framer-1pdgbx8 > :first-child, .framer-H4c4z .framer-1kumv63 > :first-child, .framer-H4c4z .framer-1irvm9r > :first-child, .framer-H4c4z .framer-14vzrmb > :first-child, .framer-H4c4z .framer-f19bxm > :first-child, .framer-H4c4z .framer-11qx3n1 > :first-child, .framer-H4c4z .framer-1fg8dl1 > :first-child, .framer-H4c4z .framer-1vbi9as > :first-child, .framer-H4c4z .framer-77t38f > :first-child, .framer-H4c4z .framer-1bpej5e > :first-child, .framer-H4c4z .framer-1gnjkpt > :first-child, .framer-H4c4z .framer-15u0ycb > :first-child, .framer-H4c4z .framer-1b7lndz > :first-child, .framer-H4c4z .framer-9xa954 > :first-child, .framer-H4c4z .framer-4v4frt > :first-child, .framer-H4c4z .framer-14yqa70 > :first-child, .framer-H4c4z .framer-1ypgjl4 > :first-child, .framer-H4c4z .framer-f2udqa > :first-child, .framer-H4c4z .framer-4xuzal > :first-child { margin-left: 0px; } .framer-H4c4z .framer-1pyvety > :last-child, .framer-H4c4z .framer-1cwoukm > :last-child, .framer-H4c4z .framer-u8ja08 > :last-child, .framer-H4c4z .framer-kn29y8 > :last-child, .framer-H4c4z .framer-5vg5at > :last-child, .framer-H4c4z .framer-1002m8k > :last-child, .framer-H4c4z .framer-b68wyz > :last-child, .framer-H4c4z .framer-1gi9agb > :last-child, .framer-H4c4z .framer-1s0knup > :last-child, .framer-H4c4z .framer-18gnwza > :last-child, .framer-H4c4z .framer-p3406a > :last-child, .framer-H4c4z .framer-15hkdzw > :last-child, .framer-H4c4z .framer-1jndyx2 > :last-child, .framer-H4c4z .framer-qh98n9 > :last-child, .framer-H4c4z .framer-1w2nek6 > :last-child, .framer-H4c4z .framer-883lrs > :last-child, .framer-H4c4z .framer-13cgosb > :last-child, .framer-H4c4z .framer-kjyeqp > :last-child, .framer-H4c4z .framer-serjgf > :last-child, .framer-H4c4z .framer-26v32d > :last-child, .framer-H4c4z .framer-1s2l9ys > :last-child, .framer-H4c4z .framer-1u8j9pk > :last-child, .framer-H4c4z .framer-i838of > :last-child, .framer-H4c4z .framer-jjuvx2 > :last-child, .framer-H4c4z .framer-1td2j68 > :last-child, .framer-H4c4z .framer-1c1k9db > :last-child, .framer-H4c4z .framer-xmsqnr > :last-child, .framer-H4c4z .framer-121bzwm > :last-child, .framer-H4c4z .framer-1b7ys0c > :last-child, .framer-H4c4z .framer-11iw5dv > :last-child, .framer-H4c4z .framer-cv3kck > :last-child, .framer-H4c4z .framer-ix7o5s > :last-child, .framer-H4c4z .framer-4w4jjg > :last-child, .framer-H4c4z .framer-yk0p47 > :last-child, .framer-H4c4z .framer-asb9b2 > :last-child, .framer-H4c4z .framer-iy0dc2 > :last-child, .framer-H4c4z .framer-4loo6d > :last-child, .framer-H4c4z .framer-12ik76n > :last-child, .framer-H4c4z .framer-8fhblb > :last-child, .framer-H4c4z .framer-1w8148b > :last-child, .framer-H4c4z .framer-1s9li2t > :last-child, .framer-H4c4z .framer-qi7th7 > :last-child, .framer-H4c4z .framer-zlcw6m > :last-child, .framer-H4c4z .framer-1xf5bjs > :last-child, .framer-H4c4z .framer-qnvaav > :last-child, .framer-H4c4z .framer-sa1xqh > :last-child, .framer-H4c4z .framer-x5nzii > :last-child, .framer-H4c4z .framer-q2e0qj > :last-child, .framer-H4c4z .framer-1ntyg3n > :last-child, .framer-H4c4z .framer-1kcquri > :last-child, .framer-H4c4z .framer-1gk02lx > :last-child, .framer-H4c4z .framer-6cwelp > :last-child, .framer-H4c4z .framer-ex8nl4 > :last-child, .framer-H4c4z .framer-124ot27 > :last-child, .framer-H4c4z .framer-1a6mfmh > :last-child, .framer-H4c4z .framer-11xy4kg > :last-child, .framer-H4c4z .framer-40ru9p > :last-child, .framer-H4c4z .framer-11ww5rq > :last-child, .framer-H4c4z .framer-7hqspu > :last-child, .framer-H4c4z .framer-umiin3 > :last-child, .framer-H4c4z .framer-1yzcwj1 > :last-child, .framer-H4c4z .framer-cu1lh4 > :last-child, .framer-H4c4z .framer-utpv1d > :last-child, .framer-H4c4z .framer-1uq885e > :last-child, .framer-H4c4z .framer-1f94015 > :last-child, .framer-H4c4z .framer-1n04lf8 > :last-child, .framer-H4c4z .framer-1ifr66w > :last-child, .framer-H4c4z .framer-1qpvyiu > :last-child, .framer-H4c4z .framer-kfdp8d > :last-child, .framer-H4c4z .framer-1wvq9qp > :last-child, .framer-H4c4z .framer-15frpw1 > :last-child, .framer-H4c4z .framer-6fqmft > :last-child, .framer-H4c4z .framer-7ddab8 > :last-child, .framer-H4c4z .framer-qrhdt7 > :last-child, .framer-H4c4z .framer-192uv9r > :last-child, .framer-H4c4z .framer-1cjjcap > :last-child, .framer-H4c4z .framer-18yn50u > :last-child, .framer-H4c4z .framer-vjnqcc > :last-child, .framer-H4c4z .framer-ee9k76 > :last-child, .framer-H4c4z .framer-epqdmi > :last-child, .framer-H4c4z .framer-5u3i1q > :last-child, .framer-H4c4z .framer-n5s46d > :last-child, .framer-H4c4z .framer-15zo0av > :last-child, .framer-H4c4z .framer-i5nnr8 > :last-child, .framer-H4c4z .framer-1t21sn9 > :last-child, .framer-H4c4z .framer-ih1ugd > :last-child, .framer-H4c4z .framer-1vynyx1 > :last-child, .framer-H4c4z .framer-1hig3rj > :last-child, .framer-H4c4z .framer-1a85z9y > :last-child, .framer-H4c4z .framer-9n2oth > :last-child, .framer-H4c4z .framer-178nvzc > :last-child, .framer-H4c4z .framer-trsttk > :last-child, .framer-H4c4z .framer-1yvlkmq > :last-child, .framer-H4c4z .framer-bfibw6 > :last-child, .framer-H4c4z .framer-1g1ihhv > :last-child, .framer-H4c4z .framer-5jo0sn > :last-child, .framer-H4c4z .framer-10fhnl7 > :last-child, .framer-H4c4z .framer-i1nobj > :last-child, .framer-H4c4z .framer-1mwusq5 > :last-child, .framer-H4c4z .framer-1f1tho2 > :last-child, .framer-H4c4z .framer-1oyzvko > :last-child, .framer-H4c4z .framer-32bfvi > :last-child, .framer-H4c4z .framer-cea8pe > :last-child, .framer-H4c4z .framer-13b2w05 > :last-child, .framer-H4c4z .framer-u0895m > :last-child, .framer-H4c4z .framer-ui01a3 > :last-child, .framer-H4c4z .framer-35db0n > :last-child, .framer-H4c4z .framer-wmhoun > :last-child, .framer-H4c4z .framer-14blsoa > :last-child, .framer-H4c4z .framer-11ssgj4 > :last-child, .framer-H4c4z .framer-1pdgbx8 > :last-child, .framer-H4c4z .framer-1kumv63 > :last-child, .framer-H4c4z .framer-1irvm9r > :last-child, .framer-H4c4z .framer-14vzrmb > :last-child, .framer-H4c4z .framer-f19bxm > :last-child, .framer-H4c4z .framer-11qx3n1 > :last-child, .framer-H4c4z .framer-1fg8dl1 > :last-child, .framer-H4c4z .framer-1vbi9as > :last-child, .framer-H4c4z .framer-77t38f > :last-child, .framer-H4c4z .framer-1bpej5e > :last-child, .framer-H4c4z .framer-1gnjkpt > :last-child, .framer-H4c4z .framer-15u0ycb > :last-child, .framer-H4c4z .framer-1b7lndz > :last-child, .framer-H4c4z .framer-9xa954 > :last-child, .framer-H4c4z .framer-4v4frt > :last-child, .framer-H4c4z .framer-14yqa70 > :last-child, .framer-H4c4z .framer-1ypgjl4 > :last-child, .framer-H4c4z .framer-f2udqa > :last-child, .framer-H4c4z .framer-4xuzal > :last-child { margin-right: 0px; } .framer-H4c4z .framer-1cwoukm > *, .framer-H4c4z .framer-192uv9r > *, .framer-H4c4z .framer-1cjjcap > *, .framer-H4c4z .framer-i5nnr8 > *, .framer-H4c4z .framer-1t21sn9 > *, .framer-H4c4z .framer-5jo0sn > *, .framer-H4c4z .framer-i1nobj > *, .framer-H4c4z .framer-1b7lndz > *, .framer-H4c4z .framer-f2udqa > *, .framer-H4c4z .framer-4xuzal > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-H4c4z .framer-u8ja08 > *, .framer-H4c4z .framer-15hkdzw > *, .framer-H4c4z .framer-1s2l9ys > *, .framer-H4c4z .framer-11iw5dv > *, .framer-H4c4z .framer-8fhblb > *, .framer-H4c4z .framer-q2e0qj > *, .framer-H4c4z .framer-40ru9p > *, .framer-H4c4z .framer-1n04lf8 > *, .framer-H4c4z .framer-ih1ugd > *, .framer-H4c4z .framer-1yvlkmq > *, .framer-H4c4z .framer-1g1ihhv > *, .framer-H4c4z .framer-10fhnl7 > *, .framer-H4c4z .framer-1mwusq5 > *, .framer-H4c4z .framer-1f1tho2 > *, .framer-H4c4z .framer-1ypgjl4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-H4c4z .framer-kn29y8 > *, .framer-H4c4z .framer-5vg5at > *, .framer-H4c4z .framer-1002m8k > *, .framer-H4c4z .framer-b68wyz > *, .framer-H4c4z .framer-1gi9agb > *, .framer-H4c4z .framer-1s0knup > *, .framer-H4c4z .framer-18gnwza > *, .framer-H4c4z .framer-p3406a > *, .framer-H4c4z .framer-1jndyx2 > *, .framer-H4c4z .framer-qh98n9 > *, .framer-H4c4z .framer-1w2nek6 > *, .framer-H4c4z .framer-883lrs > *, .framer-H4c4z .framer-13cgosb > *, .framer-H4c4z .framer-kjyeqp > *, .framer-H4c4z .framer-serjgf > *, .framer-H4c4z .framer-26v32d > *, .framer-H4c4z .framer-1u8j9pk > *, .framer-H4c4z .framer-i838of > *, .framer-H4c4z .framer-jjuvx2 > *, .framer-H4c4z .framer-1td2j68 > *, .framer-H4c4z .framer-1c1k9db > *, .framer-H4c4z .framer-xmsqnr > *, .framer-H4c4z .framer-121bzwm > *, .framer-H4c4z .framer-1b7ys0c > *, .framer-H4c4z .framer-cv3kck > *, .framer-H4c4z .framer-ix7o5s > *, .framer-H4c4z .framer-4w4jjg > *, .framer-H4c4z .framer-yk0p47 > *, .framer-H4c4z .framer-asb9b2 > *, .framer-H4c4z .framer-iy0dc2 > *, .framer-H4c4z .framer-4loo6d > *, .framer-H4c4z .framer-12ik76n > *, .framer-H4c4z .framer-1w8148b > *, .framer-H4c4z .framer-1s9li2t > *, .framer-H4c4z .framer-qi7th7 > *, .framer-H4c4z .framer-zlcw6m > *, .framer-H4c4z .framer-1xf5bjs > *, .framer-H4c4z .framer-qnvaav > *, .framer-H4c4z .framer-sa1xqh > *, .framer-H4c4z .framer-x5nzii > *, .framer-H4c4z .framer-1ntyg3n > *, .framer-H4c4z .framer-1kcquri > *, .framer-H4c4z .framer-1gk02lx > *, .framer-H4c4z .framer-6cwelp > *, .framer-H4c4z .framer-ex8nl4 > *, .framer-H4c4z .framer-124ot27 > *, .framer-H4c4z .framer-1a6mfmh > *, .framer-H4c4z .framer-11xy4kg > *, .framer-H4c4z .framer-11ww5rq > *, .framer-H4c4z .framer-7hqspu > *, .framer-H4c4z .framer-umiin3 > *, .framer-H4c4z .framer-1yzcwj1 > *, .framer-H4c4z .framer-cu1lh4 > *, .framer-H4c4z .framer-utpv1d > *, .framer-H4c4z .framer-1uq885e > *, .framer-H4c4z .framer-1f94015 > *, .framer-H4c4z .framer-1ifr66w > *, .framer-H4c4z .framer-1qpvyiu > *, .framer-H4c4z .framer-kfdp8d > *, .framer-H4c4z .framer-1wvq9qp > *, .framer-H4c4z .framer-15frpw1 > *, .framer-H4c4z .framer-6fqmft > *, .framer-H4c4z .framer-7ddab8 > *, .framer-H4c4z .framer-qrhdt7 > * { margin: 0px; margin-left: calc(7.229166507720947px / 2); margin-right: calc(7.229166507720947px / 2); } .framer-H4c4z .framer-1o5q3xu > *, .framer-H4c4z .framer-1w1rojr > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-H4c4z .framer-18yn50u > *, .framer-H4c4z .framer-ee9k76 > *, .framer-H4c4z .framer-n5s46d > *, .framer-H4c4z .framer-15zo0av > *, .framer-H4c4z .framer-13b2w05 > *, .framer-H4c4z .framer-u0895m > *, .framer-H4c4z .framer-ui01a3 > *, .framer-H4c4z .framer-35db0n > *, .framer-H4c4z .framer-wmhoun > *, .framer-H4c4z .framer-14blsoa > *, .framer-H4c4z .framer-11ssgj4 > *, .framer-H4c4z .framer-1pdgbx8 > *, .framer-H4c4z .framer-1kumv63 > *, .framer-H4c4z .framer-14vzrmb > *, .framer-H4c4z .framer-f19bxm > *, .framer-H4c4z .framer-11qx3n1 > *, .framer-H4c4z .framer-1fg8dl1 > *, .framer-H4c4z .framer-1vbi9as > *, .framer-H4c4z .framer-77t38f > *, .framer-H4c4z .framer-1bpej5e > *, .framer-H4c4z .framer-1gnjkpt > *, .framer-H4c4z .framer-15u0ycb > *, .framer-H4c4z .framer-9xa954 > *, .framer-H4c4z .framer-4v4frt > *, .framer-H4c4z .framer-14yqa70 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-H4c4z .framer-vjnqcc > *, .framer-H4c4z .framer-epqdmi > *, .framer-H4c4z .framer-5u3i1q > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-H4c4z .framer-1iblh3r > *, .framer-H4c4z .framer-11ebui4 > *, .framer-H4c4z .framer-1upejjs > *, .framer-H4c4z .framer-h55rky > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-H4c4z .framer-yhhe4e > *, .framer-H4c4z .framer-1nynfjz > *, .framer-H4c4z .framer-9opl74 > *, .framer-H4c4z .framer-hkqu3f > *, .framer-H4c4z .framer-1nn2wl1 > *, .framer-H4c4z .framer-1ts3220 > *, .framer-H4c4z .framer-19jyh9a > *, .framer-H4c4z .framer-14u2m3j > *, .framer-H4c4z .framer-hepzd1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-H4c4z .framer-1tkaz38 > *, .framer-H4c4z .framer-1aa834t > *, .framer-H4c4z .framer-1a7u6iz > *, .framer-H4c4z .framer-1kw8pyy > *, .framer-H4c4z .framer-1tf667z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-H4c4z .framer-1vynyx1 > *, .framer-H4c4z .framer-1oyzvko > *, .framer-H4c4z .framer-32bfvi > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-H4c4z .framer-qatlyk > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-H4c4z .framer-6v2wql > *, .framer-H4c4z .framer-y3u33z > *, .framer-H4c4z .framer-1lelute > * { margin: 0px; margin-bottom: calc(-4px / 2); margin-top: calc(-4px / 2); } .framer-H4c4z .framer-dw2e5j > *, .framer-H4c4z .framer-1we2bde > *, .framer-H4c4z .framer-1evilpf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-H4c4z .framer-bfibw6 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-H4c4z .framer-amy0d1 > *, .framer-H4c4z .framer-16slhv4 > *, .framer-H4c4z .framer-s4ldal > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-H4c4z[data-border=\"true\"]::after, .framer-H4c4z [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-H4c4z.framer-72rtr7 { width: 810px; } .framer-H4c4z .framer-2l1d2z { height: 80.55555555555556vh; } .framer-H4c4z .framer-1s1ur33 { padding: 0px 20px 0px 20px; width: 100%; } .framer-H4c4z .framer-79sjfk, .framer-H4c4z .framer-1o5q3xu, .framer-H4c4z .framer-2tlqdq { width: 100%; } .framer-H4c4z .framer-1hec8ok { align-content: center; align-items: center; justify-content: center; } .framer-H4c4z .framer-me5s9p { left: -300px; top: -350px; } .framer-H4c4z .framer-qnggis { background: linear-gradient(180deg, rgba(4, 6, 8, 0) 26%, var(--token-2ca7da56-8703-468e-9720-d23743c6f4a9, rgb(4, 6, 8)) /* {\"name\":\"BG\"} */ 97%); } .framer-H4c4z .framer-azol23-container, .framer-H4c4z .framer-zxcq6h, .framer-H4c4z .framer-s4ldal, .framer-H4c4z .framer-a570o4, .framer-H4c4z .framer-5tlsxf-container { flex: 1 0 0px; width: 1px; } .framer-H4c4z .framer-1iblh3r { padding: 80px 20px 160px 20px; } .framer-H4c4z .framer-1vynyx1, .framer-H4c4z .framer-1yvcc3v, .framer-H4c4z .framer-wvgrba { height: min-content; } .framer-H4c4z .framer-1ni0pz3 { left: calc(-31.70731707317071% - 177px / 2); } .framer-H4c4z .framer-1g3jp0m { left: calc(137.39837398373987% - 205px / 2); } .framer-H4c4z .framer-1ey0nc9, .framer-H4c4z .framer-ef1p9z { flex: none; height: 315px; } .framer-H4c4z .framer-1s9nwos, .framer-H4c4z .framer-1iq2suy { left: 12px; } .framer-H4c4z .framer-1lelute { bottom: 62px; left: 191px; } .framer-H4c4z .framer-11ebui4, .framer-H4c4z .framer-1upejjs, .framer-H4c4z .framer-h55rky { padding: 64px 0px 40px 0px; } .framer-H4c4z .framer-1mwusq5, .framer-H4c4z .framer-1f1tho2 { padding: 0px 20px 0px 20px; } .framer-H4c4z .framer-s7s7et { grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); padding: 0px 20px 40px 20px; } .framer-H4c4z .framer-1tf667z { aspect-ratio: unset; height: 706px; left: 0px; right: 0px; transform: unset; width: unset; } .framer-H4c4z .framer-1oyzvko { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-H4c4z .framer-32bfvi { align-content: flex-start; align-items: flex-start; flex: none; justify-content: flex-start; width: 100%; } .framer-H4c4z .framer-amy0d1, .framer-H4c4z .framer-16slhv4 { padding: 40px 24px 40px 24px; } .framer-H4c4z .framer-19jyh9a { align-content: flex-start; align-items: flex-start; align-self: unset; flex-direction: row; height: min-content; justify-content: flex-start; width: 100%; } .framer-H4c4z .framer-2cn95w { align-self: stretch; height: auto; width: 1px; } .framer-H4c4z .framer-1w1rojr { gap: 16px; } .framer-H4c4z .framer-1ypgjl4 { padding: 0px 16px 0px 16px; } .framer-H4c4z .framer-f2udqa { background-color: unset; padding: 0px 20px 0px 20px; width: 800px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-H4c4z .framer-1oyzvko, .framer-H4c4z .framer-19jyh9a, .framer-H4c4z .framer-1w1rojr { gap: 0px; } .framer-H4c4z .framer-1oyzvko > *, .framer-H4c4z .framer-1w1rojr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-H4c4z .framer-1oyzvko > :first-child, .framer-H4c4z .framer-1w1rojr > :first-child { margin-top: 0px; } .framer-H4c4z .framer-1oyzvko > :last-child, .framer-H4c4z .framer-1w1rojr > :last-child { margin-bottom: 0px; } .framer-H4c4z .framer-19jyh9a > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-H4c4z .framer-19jyh9a > :first-child { margin-left: 0px; } .framer-H4c4z .framer-19jyh9a > :last-child { margin-right: 0px; } }}',\"@media (max-width: 809px) { .framer-H4c4z.framer-72rtr7 { width: 390px; } .framer-H4c4z .framer-2l1d2z { height: 732px; justify-content: flex-start; padding: 160px 0px 0px 0px; } .framer-H4c4z .framer-1s1ur33, .framer-H4c4z .framer-2tlqdq { padding: 0px 16px 0px 16px; width: 100%; } .framer-H4c4z .framer-79sjfk, .framer-H4c4z .framer-e8bxmv, .framer-H4c4z .framer-wsysyn, .framer-H4c4z .framer-1t21sn9, .framer-H4c4z .framer-i1nobj, .framer-H4c4z .framer-ybh3my, .framer-H4c4z .framer-f2udqa { width: 100%; } .framer-H4c4z .framer-qnggis { background: linear-gradient(180deg, rgba(4, 6, 8, 0) 0%, rgb(4, 6, 8) 97%); } .framer-H4c4z .framer-1t99itf { background: linear-gradient(180deg, #040608 8%, rgba(4, 6, 8, 0) 28.999999999999996%); } .framer-H4c4z .framer-1cjjcap { padding: 24px 8px 64px 8px; } .framer-H4c4z .framer-1o5q3xu { padding: 0px 16px 80px 16px; width: 100%; } .framer-H4c4z .framer-1kzj0d5, .framer-H4c4z .framer-k5bl1j { height: min-content; padding: 24px 16px 24px 16px; width: 100%; } .framer-H4c4z .framer-1iblh3r { padding: 80px 16px 160px 16px; } .framer-H4c4z .framer-yhhe4e, .framer-H4c4z .framer-1nynfjz, .framer-H4c4z .framer-zxcq6h, .framer-H4c4z .framer-a570o4, .framer-H4c4z .framer-5tlsxf-container { flex: 1 0 0px; width: 1px; } .framer-H4c4z .framer-1vynyx1 { flex-direction: column; gap: 40px; height: min-content; } .framer-H4c4z .framer-mqdqwn, .framer-H4c4z .framer-amy0d1, .framer-H4c4z .framer-16slhv4 { flex: none; width: 100%; } .framer-H4c4z .framer-1yvcc3v, .framer-H4c4z .framer-wvgrba { flex: none; height: min-content; width: 100%; } .framer-H4c4z .framer-1ey0nc9, .framer-H4c4z .framer-ef1p9z { flex: none; height: 315px; } .framer-H4c4z .framer-1kw8pyy { align-content: flex-start; align-items: flex-start; } .framer-H4c4z .framer-13a2ft { width: 283px; } .framer-H4c4z .framer-11ebui4 { padding: 120px 0px 40px 0px; } .framer-H4c4z .framer-1mwusq5, .framer-H4c4z .framer-1f1tho2, .framer-H4c4z .framer-1ypgjl4 { padding: 0px 16px 0px 16px; } .framer-H4c4z .framer-s7s7et { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; padding: 0px 16px 40px 16px; } .framer-H4c4z .framer-1e7wcam-container, .framer-H4c4z .framer-4e0wk4-container, .framer-H4c4z .framer-29pd51-container, .framer-H4c4z .framer-1haggs8-container, .framer-H4c4z .framer-nbozf3-container, .framer-H4c4z .framer-2z1aoo-container { align-self: unset; height: auto; } .framer-H4c4z .framer-1upejjs { padding: 64px 0px 40px 0px; } .framer-H4c4z .framer-1oyzvko { flex-direction: column; padding: 0px 16px 0px 16px; } .framer-H4c4z .framer-32bfvi { flex: none; flex-direction: column; width: 100%; } .framer-H4c4z .framer-19jyh9a { align-self: unset; height: min-content; width: 100%; } .framer-H4c4z .framer-2cn95w { flex: none; gap: 32px; height: min-content; justify-content: center; } .framer-H4c4z .framer-h55rky { padding: 64px 0px 80px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-H4c4z .framer-1vynyx1, .framer-H4c4z .framer-s7s7et, .framer-H4c4z .framer-1oyzvko, .framer-H4c4z .framer-32bfvi, .framer-H4c4z .framer-2cn95w { gap: 0px; } .framer-H4c4z .framer-1vynyx1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-H4c4z .framer-1vynyx1 > :first-child, .framer-H4c4z .framer-s7s7et > :first-child, .framer-H4c4z .framer-1oyzvko > :first-child, .framer-H4c4z .framer-32bfvi > :first-child, .framer-H4c4z .framer-2cn95w > :first-child { margin-top: 0px; } .framer-H4c4z .framer-1vynyx1 > :last-child, .framer-H4c4z .framer-s7s7et > :last-child, .framer-H4c4z .framer-1oyzvko > :last-child, .framer-H4c4z .framer-32bfvi > :last-child, .framer-H4c4z .framer-2cn95w > :last-child { margin-bottom: 0px; } .framer-H4c4z .framer-s7s7et > *, .framer-H4c4z .framer-1oyzvko > *, .framer-H4c4z .framer-32bfvi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-H4c4z .framer-2cn95w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-H4c4z.framer-72rtr7 { width: 1200px; } .framer-H4c4z .framer-1iblh3r { padding: 80px 40px 160px 40px; } .framer-H4c4z .framer-s7s7et, .framer-H4c4z .framer-1oyzvko { padding: 0px 40px 0px 40px; } .framer-H4c4z .framer-amy0d1, .framer-H4c4z .framer-16slhv4, .framer-H4c4z .framer-2cn95w, .framer-H4c4z .framer-s4ldal { padding: 24px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6510.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZEQfwHMlE\":{\"layout\":[\"fixed\",\"auto\"]},\"zKrFpwa7N\":{\"layout\":[\"fixed\",\"auto\"]},\"YYQmeA3TC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"fpqFIMf3r\":{\"pattern\":\":fpqFIMf3r\",\"name\":\"agencify\"},\"WQgbScsjn\":{\"pattern\":\":WQgbScsjn\",\"name\":\"how-it-works\"},\"d37AdfH_T\":{\"pattern\":\":d37AdfH_T\",\"name\":\"features\"},\"zCgN_sEKu\":{\"pattern\":\":zCgN_sEKu\",\"name\":\"pricing\"},\"PfDkmUbo_\":{\"pattern\":\":PfDkmUbo_\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-H4c4z\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6510.5,width:1440};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:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...NavNavigationBarFonts,...RadarFonts,...ButtonsPrimaryButtonFonts,...ParticlesFonts,...ShimmerFonts,...TickerFonts,...SlideshowFonts,...BenefitItemBenefitFonts,...PhosphorFonts,...Phosphor1Fonts,...FAQFAQFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"fpqFIMf3r\\\":{\\\"pattern\\\":\\\":fpqFIMf3r\\\",\\\"name\\\":\\\"agencify\\\"},\\\"WQgbScsjn\\\":{\\\"pattern\\\":\\\":WQgbScsjn\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"d37AdfH_T\\\":{\\\"pattern\\\":\\\":d37AdfH_T\\\",\\\"name\\\":\\\"features\\\"},\\\"zCgN_sEKu\\\":{\\\"pattern\\\":\\\":zCgN_sEKu\\\",\\\"name\\\":\\\"pricing\\\"},\\\"PfDkmUbo_\\\":{\\\"pattern\\\":\\\":PfDkmUbo_\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"6510.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZEQfwHMlE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zKrFpwa7N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YYQmeA3TC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "r", "c", "u", "a", "s", "cubicBezier", "o", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "fAQPadding", "height", "id", "question", "tap2", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uNZMPYbwe", "Tcg7JT_8b", "Rlad6r0HJ", "X6Eekz_98", "XoxfJqfaP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap18wtkjn", "args", "onTapb35uah", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Framerp1DyYuqZo", "withCSS", "p1DyYuqZo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQFAQComponentFonts", "getFonts", "p1DyYuqZo_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", "_2Visible", "_3Visible", "_4Visible", "_5Visible", "_6Visible", "_7Visible", "_8Visible", "answer1", "answer2", "answer3", "answer4", "answer5", "answer6", "answer7", "answer8", "fAQPadding", "height", "id", "question1", "question2", "question3", "question4", "question5", "question6", "question7", "question8", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "q0PkMadGa", "nOdHsTIcP", "Tv__ipUmp", "lU2MAvYUJ", "VtzCA0vSL", "eHUzNuZaS", "tBAAoJsHE", "Vz8i8PZse", "HZfioxxzE", "Nq3Nk5_1q", "ll10GbcZk", "wQ3b4Hc33", "iIzZeijpf", "H1qHLwSq_", "razpO1RY2", "h7C2TBgwZ", "UqBjV9zuR", "R4abutT74", "yalQmGTBF", "v6LotZ7lQ", "s_m4XYTG1", "xZhF4886y", "Rml8eKG3i", "ZiDx5Dn5B", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "X6Eekz_98xk96pg", "args", "X6Eekz_981kz5kgw", "X6Eekz_981869t5j", "X6Eekz_98n2jcc6", "X6Eekz_984agqbg", "X6Eekz_981tdkfzg", "X6Eekz_9814tb06d", "X6Eekz_981ymp3mu", "X6Eekz_98x2sd79", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerowYsukqLJ", "withCSS", "owYsukqLJ_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1uz6loa", "args", "onAppear6gvjjx", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerTP0UHIUgg", "withCSS", "TP0UHIUgg_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "Phosphor1Controls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "icon", "id", "padding", "tITle", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "xYU9IqvO9", "PN3uA9lCq", "VL0Oqyk_1", "INmf4FZeY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerUfuorcbDM", "withCSS", "UfuorcbDM_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavNavigationBarFonts", "getFonts", "kzDcvun6A_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RadarFonts", "TP0UHIUgg_default", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonsPrimaryButtonFonts", "D6QijPQmY_default", "ParticlesFonts", "ParticleWrapper", "ShimmerFonts", "g_s8LqzcU_default", "ContainerWithFX", "withFX", "TickerFonts", "Ticker", "SlideshowFonts", "Slideshow", "BenefitItemBenefitFonts", "UfuorcbDM_default", "PhosphorFonts", "Icon", "Phosphor1Fonts", "FAQFAQFonts", "owYsukqLJ_default", "FooterFonts", "nNkZ54ER1_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "animation8", "transition7", "animation9", "transition8", "animation10", "transition9", "animation11", "transition10", "animation12", "transition11", "animation13", "transition12", "animation14", "transition13", "animation15", "transition14", "animation16", "transition15", "transition16", "transition17", "transition18", "transition19", "transition20", "transition21", "transition22", "transformTemplate2", "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", "router", "useRouter", "isDisplayed", "isDisplayed1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
