{
  "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/6YdWVZhgezRAHPsDckZo/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/qddeeiRzgAPiQKwvI4rF/MIBE61Ic89U6JYG9kHlO/Q9pwvaSty.js", "ssg:https://framerusercontent.com/modules/3338nHI9R9xZSGkZk8BY/9xn5O4n72ggwY8Kb4Qew/B_S7DoEbq.js", "ssg:https://framerusercontent.com/modules/hvJoXVZX6KgvcJPWOSE3/QjeiLi7J6g4cGjD6TTD3/b8qvm_XpH.js", "ssg:https://framerusercontent.com/modules/54YONKjmb72lnhxzwBbN/qrEHRoFwsY3yAC9eMq5c/DzWG2ePx4.js", "ssg:https://framerusercontent.com/modules/2B0v8YH6unwizCcW4dxW/u6UIWj9CCeB1mtM5VKZZ/Eexv2Tnqn.js", "ssg:https://framerusercontent.com/modules/a90AEho8N4TIArXjz9XL/e6bdfziP54Sa8S5DpFtv/Jaq007kCb.js", "ssg:https://framerusercontent.com/modules/i9ndz5kYl3kDd01lX48E/5tOZcohzxYM2HhJNqEXs/W_ZWObZHr.js", "ssg:https://framerusercontent.com/modules/gXThLsdF9BScJMCQhSCy/rS6MKYVDkKu5P13Z0Ix8/w69xjQsCC.js", "ssg:https://framerusercontent.com/modules/rpwJVeS2JXTI3XCiP2QW/I1Gd4ORc0FdVjbWmJ97U/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,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const 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[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\"}},\"__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 (0623976)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-500\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2\",weight:\"500\"}]}];export const css=['.framer-4yETx .framer-styles-preset-428m00:not(.rich-text-wrapper), .framer-4yETx .framer-styles-preset-428m00.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans 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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.2px; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-4yETx\";\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 (03f754e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/qddeeiRzgAPiQKwvI4rF/MIBE61Ic89U6JYG9kHlO/Q9pwvaSty.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/XqqTre24O687qWhmBTO3/KAS4snapp6xXXFTqQvui/QhK6qqT5U.js\";const cycleOrder=[\"PBr6qIDdD\",\"vp6GBWTnp\"];const serializationHash=\"framer-kQgCT\";const variantClassNames={PBr6qIDdD:\"framer-v-13ai85o\",vp6GBWTnp:\"framer-v-1skfinq\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Text Medium\":\"PBr6qIDdD\",\"Text Regular\":\"vp6GBWTnp\"};const getProps=({height,id,text,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;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:\"PBr6qIDdD\",zVrcbqAY4:(_ref1=text!==null&&text!==void 0?text:props.zVrcbqAY4)!==null&&_ref1!==void 0?_ref1:\"From $0 to $1,000,000 in sales\"};};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,zVrcbqAY4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PBr6qIDdD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13ai85o\",className,classNames),\"data-framer-name\":\"Text Medium\",layoutDependency:layoutDependency,layoutId:\"PBr6qIDdD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({vp6GBWTnp:{\"data-framer-name\":\"Text Regular\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b9a54i\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"QYr1swtfy\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fxuyng\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qhZrPtB6u\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 23\"><path d=\"M 21.323 11.5 C 21.304 10.825 21.098 10.167 20.727 9.601 C 20.357 9.037 19.836 8.585 19.224 8.299 C 19.457 7.664 19.506 6.977 19.37 6.316 C 19.233 5.653 18.913 5.042 18.448 4.552 C 17.957 4.087 17.347 3.768 16.684 3.63 C 16.023 3.494 15.336 3.543 14.701 3.776 C 14.416 3.162 13.965 2.641 13.4 2.271 C 12.834 1.901 12.176 1.694 11.5 1.677 C 10.825 1.695 10.169 1.9 9.605 2.271 C 9.04 2.642 8.592 3.164 8.308 3.776 C 7.673 3.543 6.984 3.492 6.32 3.63 C 5.656 3.766 5.044 4.086 4.553 4.552 C 4.088 5.043 3.77 5.655 3.635 6.317 C 3.499 6.978 3.551 7.665 3.786 8.299 C 3.172 8.585 2.649 9.036 2.277 9.6 C 1.905 10.165 1.697 10.824 1.677 11.5 C 1.698 12.176 1.905 12.834 2.277 13.4 C 2.649 13.964 3.172 14.416 3.786 14.701 C 3.551 15.335 3.499 16.022 3.635 16.683 C 3.771 17.346 4.088 17.957 4.552 18.448 C 5.043 18.911 5.654 19.229 6.316 19.366 C 6.977 19.504 7.664 19.454 8.299 19.224 C 8.585 19.836 9.036 20.357 9.601 20.728 C 10.166 21.098 10.825 21.304 11.5 21.323 C 12.176 21.306 12.834 21.1 13.4 20.73 C 13.965 20.36 14.416 19.837 14.701 19.225 C 15.333 19.475 16.025 19.534 16.691 19.396 C 17.356 19.258 17.966 18.929 18.447 18.448 C 18.928 17.967 19.258 17.357 19.396 16.691 C 19.534 16.025 19.475 15.333 19.224 14.701 C 19.836 14.415 20.357 13.964 20.728 13.399 C 21.098 12.834 21.304 12.175 21.323 11.5 Z M 10.101 15.525 L 6.516 11.941 L 7.868 10.58 L 10.034 12.746 L 14.634 7.734 L 16.042 9.037 Z\" fill=\"var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, rgb(0, 85, 255)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 8 10.5 L 6.5 12 L 10 15.5 L 16 9 L 14.5 7.5 L 10 12.5 Z\" fill=\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:11447832664,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kmgsiu\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"a19qVpWzD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-428m00\",\"data-styles-preset\":\"Q9pwvaSty\",children:\"From $0 to $1,000,000 in sales\"})}),className:\"framer-mdgjf0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NkhZ9uihr\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:zVrcbqAY4,variants:{vp6GBWTnp:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vp6GBWTnp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"From $0 to $1,000,000 in sales\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kQgCT.framer-1hq9zb6, .framer-kQgCT .framer-1hq9zb6 { display: block; }\",\".framer-kQgCT.framer-13ai85o { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 261px; }\",\".framer-kQgCT .framer-1b9a54i { 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-kQgCT .framer-fxuyng { flex: none; height: 23px; position: relative; width: 23px; }\",\".framer-kQgCT .framer-kmgsiu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kQgCT .framer-mdgjf0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQgCT.framer-13ai85o, .framer-kQgCT .framer-1b9a54i, .framer-kQgCT .framer-kmgsiu { gap: 0px; } .framer-kQgCT.framer-13ai85o > *, .framer-kQgCT .framer-1b9a54i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kQgCT.framer-13ai85o > :first-child, .framer-kQgCT .framer-1b9a54i > :first-child { margin-left: 0px; } .framer-kQgCT.framer-13ai85o > :last-child, .framer-kQgCT .framer-1b9a54i > :last-child { margin-right: 0px; } .framer-kQgCT .framer-kmgsiu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kQgCT .framer-kmgsiu > :first-child { margin-top: 0px; } .framer-kQgCT .framer-kmgsiu > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 261\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vp6GBWTnp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zVrcbqAY4\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB_S7DoEbq=withCSS(Component,css,\"framer-kQgCT\");export default FramerB_S7DoEbq;FramerB_S7DoEbq.displayName=\"Interactive Components/Text Point\";FramerB_S7DoEbq.defaultProps={height:26,width:261};addPropertyControls(FramerB_S7DoEbq,{variant:{options:[\"PBr6qIDdD\",\"vp6GBWTnp\"],optionTitles:[\"Text Medium\",\"Text Regular\"],title:\"Variant\",type:ControlType.Enum},zVrcbqAY4:{defaultValue:\"From $0 to $1,000,000 in sales\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerB_S7DoEbq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB_S7DoEbq\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"26\",\"framerVariables\":\"{\\\"zVrcbqAY4\\\":\\\"text\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"261\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vp6GBWTnp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B_S7DoEbq.map", "// Generated by Framer (af04cc1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/anqt7Ue4URd3zAYXEt2L/pVXnw9zYBmccUiVO6sp0/QhK6qqT5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ivLz9KaosmU67MBtfMA1/uhOoDHk00SjWFs8kjWDC/VnmEZ_3BZ.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/1QskhZ2hczzwew7pyNnr/gso8Y76Bh21lamp1yA8o/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/iVpU62b3UDuhTWysfM5d/Y5qWsuCsEv2BHZry4g3m/IHYC0Q7Lw.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"yLhTPJOM4\",\"SfWBpAMP1\"];const serializationHash=\"framer-FJa4m\";const variantClassNames={SfWBpAMP1:\"framer-v-1e359vu\",yLhTPJOM4:\"framer-v-zfz3je\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Primary:\"yLhTPJOM4\",Secondary:\"SfWBpAMP1\"};const getProps=({description,height,icon,id,padding,stage,tag1,tag2,title,width,...props})=>{return{...props,acLwPEj9B:stage??props.acLwPEj9B??\"Stage 1\",AHckVUVc2:description??props.AHckVUVc2??\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\",gYnJmHWHb:padding??props.gYnJmHWHb??\"40px\",MDnAmdwHw:icon??props.MDnAmdwHw??\"Carrot\",qXT0C0aT_:title??props.qXT0C0aT_??\"Kickoff\",SJcnl68zs:tag1??props.SJcnl68zs??\"Consulting Session\",variant:humanReadableVariantMap[props.variant]??props.variant??\"yLhTPJOM4\",Wnju1oxF1:tag2??props.Wnju1oxF1??\"Communication setup\"};};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,MDnAmdwHw,acLwPEj9B,qXT0C0aT_,AHckVUVc2,SJcnl68zs,Wnju1oxF1,gYnJmHWHb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yLhTPJOM4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SfWBpAMP1\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1059,pixelWidth:1761,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KfsUX7SjXWF8GYOil2kfkZ9e1PA.png\",srcSet:\"https://framerusercontent.com/images/KfsUX7SjXWF8GYOil2kfkZ9e1PA.png?scale-down-to=512 512w,https://framerusercontent.com/images/KfsUX7SjXWF8GYOil2kfkZ9e1PA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KfsUX7SjXWF8GYOil2kfkZ9e1PA.png 1761w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-zfz3je\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"yLhTPJOM4\",ref:ref??ref1,style:{\"--1tuuvai\":numberToPixelString(gYnJmHWHb),\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({SfWBpAMP1:{\"data-framer-name\":\"Secondary\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1059,pixelWidth:1761,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg\",srcSet:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg 587w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gg1egh\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ge_0vwroU\",children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1a0dsmx\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"DGeLkKEbT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 85, 255, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 25px 0px rgba(0, 85, 255, 0.25), inset 0px 10px 10px -1px rgba(255, 255, 255, 0.08)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-o6y13u\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"nSPFSPAr4\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 153, 255, 0.15) 0%, rgb(9, 9, 18) 100%)\",boxShadow:\"inset 0px 10px 10px -1px rgba(0, 85, 255, 0.1)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p4mmvm-container\",layoutDependency:layoutDependency,layoutId:\"SMMV5iXIf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:MDnAmdwHw,id:\"SMMV5iXIf\",layoutId:\"SMMV5iXIf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ybzyl-container\",layoutDependency:layoutDependency,layoutId:\"Icramp3Pw-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Icramp3Pw\",KS7KLFqN8:acLwPEj9B,layoutId:\"Icramp3Pw\",rQKAY6456:\"NEW\",variant:\"vh2YcPP5s\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zmjl3j\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ru5bouzuj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oioiqw\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Dr6f6JSjc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7lwy0t\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"tnlkCEENz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Kickoff\"})}),className:\"framer-dq3b\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qfvvOUG_S\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:qXT0C0aT_,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d1y8lj\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"AZYx_Y9U9\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x4vx8v\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"mYTiOjphi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\"})}),className:\"framer-6igokm\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J4htUzBA9\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AHckVUVc2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-moytir\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"xSiqK0ekL\",children:isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({SfWBpAMP1:{height:46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w5c34p-container\",layoutDependency:layoutDependency,layoutId:\"YGZ5TWhBs-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book an Appointment\",GT109pdEG:resolvedLinks[0],height:\"100%\",id:\"YGZ5TWhBs\",layoutId:\"YGZ5TWhBs\",SD1BGlGhK:false,variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3},...addPropertyOverrides({SfWBpAMP1:{GT109pdEG:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hwc9n6\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"LpSXLU0dl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ghr7bg-container\",layoutDependency:layoutDependency,layoutId:\"ROmC5oh_q-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"ROmC5oh_q\",KS7KLFqN8:SJcnl68zs,layoutId:\"ROmC5oh_q\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r5afqd-container\",layoutDependency:layoutDependency,layoutId:\"YMI_yPIHt-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"YMI_yPIHt\",KS7KLFqN8:Wnju1oxF1,layoutId:\"YMI_yPIHt\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"},className:\"framer-6qto93\",\"data-framer-name\":\"Star Line\",layoutDependency:layoutDependency,layoutId:\"Ln7qu5KwX\",...addPropertyOverrides({SfWBpAMP1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||439)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cbdtzy\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"lk85vkNpc\",style:{backdropFilter:\"blur(10px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(10px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FJa4m.framer-1vr6li4, .framer-FJa4m .framer-1vr6li4 { display: block; }\",\".framer-FJa4m.framer-zfz3je { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: var(--1tuuvai); position: relative; width: 587px; }\",\".framer-FJa4m .framer-1gg1egh { 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%; z-index: 2; }\",\".framer-FJa4m .framer-1a0dsmx { 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: 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FJa4m .framer-o6y13u { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-FJa4m .framer-p4mmvm-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-FJa4m .framer-18ybzyl-container, .framer-FJa4m .framer-w5c34p-container, .framer-FJa4m .framer-ghr7bg-container, .framer-FJa4m .framer-r5afqd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FJa4m .framer-zmjl3j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; max-width: 650px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-FJa4m .framer-oioiqw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FJa4m .framer-7lwy0t { 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-FJa4m .framer-dq3b { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-FJa4m .framer-1d1y8lj { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-FJa4m .framer-x4vx8v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FJa4m .framer-6igokm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FJa4m .framer-moytir { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-FJa4m .framer-1hwc9n6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FJa4m .framer-6qto93 { aspect-ratio: 1 / 1; bottom: -50px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: hidden; position: absolute; right: -50px; width: 200px; z-index: 2; }\",\".framer-FJa4m .framer-cbdtzy { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.10482180293503% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJa4m.framer-zfz3je, .framer-FJa4m .framer-1a0dsmx, .framer-FJa4m .framer-zmjl3j, .framer-FJa4m .framer-oioiqw, .framer-FJa4m .framer-7lwy0t, .framer-FJa4m .framer-x4vx8v, .framer-FJa4m .framer-moytir, .framer-FJa4m .framer-1hwc9n6 { gap: 0px; } .framer-FJa4m.framer-zfz3je > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FJa4m.framer-zfz3je > :first-child, .framer-FJa4m .framer-zmjl3j > :first-child, .framer-FJa4m .framer-oioiqw > :first-child, .framer-FJa4m .framer-x4vx8v > :first-child, .framer-FJa4m .framer-moytir > :first-child { margin-top: 0px; } .framer-FJa4m.framer-zfz3je > :last-child, .framer-FJa4m .framer-zmjl3j > :last-child, .framer-FJa4m .framer-oioiqw > :last-child, .framer-FJa4m .framer-x4vx8v > :last-child, .framer-FJa4m .framer-moytir > :last-child { margin-bottom: 0px; } .framer-FJa4m .framer-1a0dsmx > *, .framer-FJa4m .framer-7lwy0t > *, .framer-FJa4m .framer-1hwc9n6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FJa4m .framer-1a0dsmx > :first-child, .framer-FJa4m .framer-7lwy0t > :first-child, .framer-FJa4m .framer-1hwc9n6 > :first-child { margin-left: 0px; } .framer-FJa4m .framer-1a0dsmx > :last-child, .framer-FJa4m .framer-7lwy0t > :last-child, .framer-FJa4m .framer-1hwc9n6 > :last-child { margin-right: 0px; } .framer-FJa4m .framer-zmjl3j > *, .framer-FJa4m .framer-oioiqw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-FJa4m .framer-x4vx8v > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FJa4m .framer-moytir > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-FJa4m.framer-v-1e359vu.framer-zfz3je { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-FJa4m.framer-v-1e359vu .framer-zmjl3j { overflow: visible; z-index: 4; }\",\".framer-FJa4m.framer-v-1e359vu .framer-x4vx8v { overflow: visible; }\",\".framer-FJa4m.framer-v-1e359vu .framer-6igokm { order: 0; }\",\".framer-FJa4m.framer-v-1e359vu .framer-moytir { min-height: unset; order: 2; }\",\".framer-FJa4m.framer-v-1e359vu .framer-1hwc9n6 { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-FJa4m[data-border=\"true\"]::after, .framer-FJa4m [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 353\n * @framerIntrinsicWidth 587\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SfWBpAMP1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"MDnAmdwHw\":\"icon\",\"acLwPEj9B\":\"stage\",\"qXT0C0aT_\":\"title\",\"AHckVUVc2\":\"description\",\"SJcnl68zs\":\"tag1\",\"Wnju1oxF1\":\"tag2\",\"gYnJmHWHb\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb8qvm_XpH=withCSS(Component,css,\"framer-FJa4m\");export default Framerb8qvm_XpH;Framerb8qvm_XpH.displayName=\"Card/Process Card\";Framerb8qvm_XpH.defaultProps={height:353,width:587};addPropertyControls(Framerb8qvm_XpH,{variant:{options:[\"yLhTPJOM4\",\"SfWBpAMP1\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},MDnAmdwHw:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Carrot\",description:undefined,hidden:undefined,title:\"Icon\"},acLwPEj9B:{defaultValue:\"Stage 1\",displayTextArea:true,title:\"Stage\",type:ControlType.String},qXT0C0aT_:{defaultValue:\"Kickoff\",displayTextArea:true,title:\"Title\",type:ControlType.String},AHckVUVc2:{defaultValue:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\",displayTextArea:true,title:\"Description\",type:ControlType.String},SJcnl68zs:{defaultValue:\"Consulting Session\",displayTextArea:true,title:\"Tag 1\",type:ControlType.String},Wnju1oxF1:{defaultValue:\"Communication setup\",displayTextArea:true,title:\"Tag 2\",type:ControlType.String},gYnJmHWHb:{defaultValue:\"40px\",title:\"Padding\",type:ControlType.Padding}});addFonts(Framerb8qvm_XpH,[{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,...TagPrimaryTagFonts,...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb8qvm_XpH\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"587\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"MDnAmdwHw\\\":\\\"icon\\\",\\\"acLwPEj9B\\\":\\\"stage\\\",\\\"qXT0C0aT_\\\":\\\"title\\\",\\\"AHckVUVc2\\\":\\\"description\\\",\\\"SJcnl68zs\\\":\\\"tag1\\\",\\\"Wnju1oxF1\\\":\\\"tag2\\\",\\\"gYnJmHWHb\\\":\\\"padding\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SfWBpAMP1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"353\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/anqt7Ue4URd3zAYXEt2L/pVXnw9zYBmccUiVO6sp0/QhK6qqT5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ivLz9KaosmU67MBtfMA1/uhOoDHk00SjWFs8kjWDC/VnmEZ_3BZ.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/iVpU62b3UDuhTWysfM5d/Y5qWsuCsEv2BHZry4g3m/IHYC0Q7Lw.js\";import TagMiniTag from\"https://framerusercontent.com/modules/usOMu8qj8DQ6r0OpsYZK/JqRFFcWrvtKF4aFFZfNP/ukoXPr8VN.js\";const TagMiniTagFonts=getFonts(TagMiniTag);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const cycleOrder=[\"FPlrKLdnx\",\"d67iuIBAj\",\"N5rk2qztN\"];const serializationHash=\"framer-hsQqZ\";const variantClassNames={d67iuIBAj:\"framer-v-1e0u64e\",FPlrKLdnx:\"framer-v-17r2dc0\",N5rk2qztN:\"framer-v-19y81vv\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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 humanReadableVariantMap={Mobile:\"N5rk2qztN\",Tag:\"FPlrKLdnx\",Tagless:\"d67iuIBAj\"};const getProps=({bGImage,bodyText,height,id,tag1,tag2,tagTitle,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,fRIbntgRe:(_ref=bodyText!==null&&bodyText!==void 0?bodyText:props.fRIbntgRe)!==null&&_ref!==void 0?_ref:\"Designers can take control of HTML, CSS, and JavaScript.\",If6UZHgBW:(_ref1=bGImage!==null&&bGImage!==void 0?bGImage:props.If6UZHgBW)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/XMPvrbGWf4LqYRPBDn9E9XakeNc.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XMPvrbGWf4LqYRPBDn9E9XakeNc.jpeg?scale-down-to=1024 585w,https://framerusercontent.com/images/XMPvrbGWf4LqYRPBDn9E9XakeNc.jpeg?scale-down-to=2048 1170w,https://framerusercontent.com/images/XMPvrbGWf4LqYRPBDn9E9XakeNc.jpeg 1371w\"},OAaP7YEbm:(_ref2=tag2!==null&&tag2!==void 0?tag2:props.OAaP7YEbm)!==null&&_ref2!==void 0?_ref2:\"Communication setup\",OqcRYKG92:(_ref3=tagTitle!==null&&tagTitle!==void 0?tagTitle:props.OqcRYKG92)!==null&&_ref3!==void 0?_ref3:\"NEW\",QNNDIysFU:(_ref4=tag1!==null&&tag1!==void 0?tag1:props.QNNDIysFU)!==null&&_ref4!==void 0?_ref4:\"Consulting Session\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"FPlrKLdnx\",z27LqGa7Y:(_ref6=title!==null&&title!==void 0?title:props.z27LqGa7Y)!==null&&_ref6!==void 0?_ref6:\"Building Framer Templates\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,If6UZHgBW,z27LqGa7Y,OqcRYKG92,fRIbntgRe,QNNDIysFU,OAaP7YEbm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FPlrKLdnx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapmdna8r=activeVariantCallback(async(...args)=>{setVariant(\"FPlrKLdnx\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"d67iuIBAj\",\"N5rk2qztN\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"d67iuIBAj\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17r2dc0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"FPlrKLdnx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2px)\",backgroundColor:\"var(--token-74f48371-76c0-476a-a319-1331b3a438c2, rgb(8, 8, 8))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,WebkitBackdropFilter:\"blur(2px)\",...style},...addPropertyOverrides({d67iuIBAj:{\"data-framer-name\":\"Tagless\"},N5rk2qztN:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14j7ej3\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"ZIoYJopgB\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1)/2)+1+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1-2-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1-2-0)/1)*1+0))/2+0+0)),pixelHeight:960,pixelWidth:888,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px, 1px) - 2px)`,...toResponsiveImage(If6UZHgBW),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1u951zk\",\"data-framer-name\":\"BG Image\",layoutDependency:layoutDependency,layoutId:\"hXxhKXY8t\",style:{borderBottomLeftRadius:19,borderBottomRightRadius:19,borderTopLeftRadius:19,borderTopRightRadius:19},variants:{d67iuIBAj:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({d67iuIBAj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1)/2)+1+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1-2-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||516)-20)*1-2-0)/1)*1+0))/2+0+0)),pixelHeight:344,pixelWidth:285,src:\"https://framerusercontent.com/images/KXobFK0J0cfeqxuOpjmpoRRX0.png\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fvow69\",\"data-framer-name\":\"Tint\",layoutDependency:layoutDependency,layoutId:\"YMK1xcv4u\",style:{background:'linear-gradient(185.51828275830968deg, var(--token-f114f1e6-e38c-48e5-8f37-0b117b1ed275, rgba(0, 0, 0, 0)) /* {\"name\":\"Black 0%\"} */ 43%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) /* {\"name\":\"Black 95%\"} */ 68%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) /* {\"name\":\"Black 95%\"} */ 100%)'}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11y5t1j\",\"data-border\":true,\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"u4QXo9Qw8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-74f48371-76c0-476a-a319-1331b3a438c2, rgb(8, 8, 8))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rcv27x\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"jbmWEGWCO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4pysw\",\"data-framer-name\":\"Title/Tag\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"drD_aWfjM\",onTap:onTapmdna8r,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Building Framer Templates\"})}),className:\"framer-1wipekr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bdO8olaLM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:z27LqGa7Y,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x2w49m-container\",layoutDependency:layoutDependency,layoutId:\"ktsj41_mJ-container\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"ktsj41_mJ\",layoutId:\"ktsj41_mJ\",m_2D4nmgp:OqcRYKG92,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d67iuIBAj:{height:26}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-883efz-container\",layoutDependency:layoutDependency,layoutId:\"hpu7HQKfr-container\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"hpu7HQKfr\",layoutId:\"hpu7HQKfr\",m_2D4nmgp:OqcRYKG92,width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aejul0\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"CMB9RAycN\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-umbdmk\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"tIP4VsSLg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript.\"})}),className:\"framer-1pdaab8\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zjk5MTOct\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fRIbntgRe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14w21bi\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"Z60ICElit\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hx72pg-container\",layoutDependency:layoutDependency,layoutId:\"xwrkoNp4w-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"xwrkoNp4w\",KS7KLFqN8:QNNDIysFU,layoutId:\"xwrkoNp4w\",rQKAY6456:\"\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vqyy57-container\",layoutDependency:layoutDependency,layoutId:\"Iq68x4a2S-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Iq68x4a2S\",KS7KLFqN8:OAaP7YEbm,layoutId:\"Iq68x4a2S\",rQKAY6456:\"\",variant:\"gNstPdAkh\",width:\"100%\"})})})]})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hsQqZ.framer-1v8ts5x, .framer-hsQqZ .framer-1v8ts5x { display: block; }\",\".framer-hsQqZ.framer-17r2dc0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 516px; justify-content: center; padding: 10px; position: relative; width: 460px; }\",\".framer-hsQqZ .framer-14j7ej3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hsQqZ .framer-1u951zk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-hsQqZ .framer-fvow69 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-hsQqZ .framer-11y5t1j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 26px 16px 16px 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-hsQqZ .framer-rcv27x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 340px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hsQqZ .framer-4pysw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hsQqZ .framer-1wipekr { flex: none; height: auto; position: sticky; top: 0px; white-space: pre; width: auto; will-change: transform; z-index: 1; }\",\".framer-hsQqZ .framer-1x2w49m-container, .framer-hsQqZ .framer-883efz-container, .framer-hsQqZ .framer-hx72pg-container, .framer-hsQqZ .framer-1vqyy57-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hsQqZ .framer-aejul0 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-hsQqZ .framer-umbdmk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hsQqZ .framer-1pdaab8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-hsQqZ .framer-14w21bi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hsQqZ.framer-17r2dc0, .framer-hsQqZ .framer-14j7ej3, .framer-hsQqZ .framer-1u951zk, .framer-hsQqZ .framer-11y5t1j, .framer-hsQqZ .framer-rcv27x, .framer-hsQqZ .framer-4pysw, .framer-hsQqZ .framer-umbdmk, .framer-hsQqZ .framer-14w21bi { gap: 0px; } .framer-hsQqZ.framer-17r2dc0 > *, .framer-hsQqZ .framer-4pysw > *, .framer-hsQqZ .framer-14w21bi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hsQqZ.framer-17r2dc0 > :first-child, .framer-hsQqZ .framer-4pysw > :first-child, .framer-hsQqZ .framer-14w21bi > :first-child { margin-left: 0px; } .framer-hsQqZ.framer-17r2dc0 > :last-child, .framer-hsQqZ .framer-4pysw > :last-child, .framer-hsQqZ .framer-14w21bi > :last-child { margin-right: 0px; } .framer-hsQqZ .framer-14j7ej3 > *, .framer-hsQqZ .framer-1u951zk > *, .framer-hsQqZ .framer-11y5t1j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hsQqZ .framer-14j7ej3 > :first-child, .framer-hsQqZ .framer-1u951zk > :first-child, .framer-hsQqZ .framer-11y5t1j > :first-child, .framer-hsQqZ .framer-rcv27x > :first-child, .framer-hsQqZ .framer-umbdmk > :first-child { margin-top: 0px; } .framer-hsQqZ .framer-14j7ej3 > :last-child, .framer-hsQqZ .framer-1u951zk > :last-child, .framer-hsQqZ .framer-11y5t1j > :last-child, .framer-hsQqZ .framer-rcv27x > :last-child, .framer-hsQqZ .framer-umbdmk > :last-child { margin-bottom: 0px; } .framer-hsQqZ .framer-rcv27x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hsQqZ .framer-umbdmk > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",\".framer-hsQqZ.framer-v-19y81vv.framer-17r2dc0 { width: 330px; }\",\".framer-hsQqZ.framer-v-19y81vv .framer-1wipekr { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hsQqZ.framer-v-19y81vv .framer-14w21bi { align-content: flex-start; align-items: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-hsQqZ[data-border=\"true\"]::after, .framer-hsQqZ [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 516\n * @framerIntrinsicWidth 460\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"d67iuIBAj\":{\"layout\":[\"fixed\",\"fixed\"]},\"N5rk2qztN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"If6UZHgBW\":\"bGImage\",\"z27LqGa7Y\":\"title\",\"OqcRYKG92\":\"tagTitle\",\"fRIbntgRe\":\"bodyText\",\"QNNDIysFU\":\"tag1\",\"OAaP7YEbm\":\"tag2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDzWG2ePx4=withCSS(Component,css,\"framer-hsQqZ\");export default FramerDzWG2ePx4;FramerDzWG2ePx4.displayName=\"Card/Consultation Card\";FramerDzWG2ePx4.defaultProps={height:516,width:460};addPropertyControls(FramerDzWG2ePx4,{variant:{options:[\"FPlrKLdnx\",\"d67iuIBAj\",\"N5rk2qztN\"],optionTitles:[\"Tag\",\"Tagless\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},If6UZHgBW:{__defaultAssetReference:\"data:framer/asset-reference,XMPvrbGWf4LqYRPBDn9E9XakeNc.jpeg?originalFilename=Serene+Skincare+Seascape.jpeg&preferredSize=auto\",title:\"BG Image\",type:ControlType.ResponsiveImage},z27LqGa7Y:{defaultValue:\"Building Framer Templates\",displayTextArea:true,title:\"Title\",type:ControlType.String},OqcRYKG92:{defaultValue:\"NEW\",displayTextArea:false,title:\"Tag Title\",type:ControlType.String},fRIbntgRe:{defaultValue:\"Designers can take control of HTML, CSS, and JavaScript.\",displayTextArea:true,title:\"Body Text\",type:ControlType.String},QNNDIysFU:{defaultValue:\"Consulting Session\",displayTextArea:true,title:\"Tag 1\",type:ControlType.String},OAaP7YEbm:{defaultValue:\"Communication setup\",displayTextArea:true,title:\"Tag 2\",type:ControlType.String}});addFonts(FramerDzWG2ePx4,[{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\"}]},...TagMiniTagFonts,...TagPrimaryTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDzWG2ePx4\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"If6UZHgBW\\\":\\\"bGImage\\\",\\\"z27LqGa7Y\\\":\\\"title\\\",\\\"OqcRYKG92\\\":\\\"tagTitle\\\",\\\"fRIbntgRe\\\":\\\"bodyText\\\",\\\"QNNDIysFU\\\":\\\"tag1\\\",\\\"OAaP7YEbm\\\":\\\"tag2\\\"}\",\"framerIntrinsicHeight\":\"516\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d67iuIBAj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N5rk2qztN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"460\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DzWG2ePx4.map", "// Generated by Framer (ea53337)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/anqt7Ue4URd3zAYXEt2L/pVXnw9zYBmccUiVO6sp0/QhK6qqT5U.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dKIrbsRJYBcESjOSWQ0s/9dUffbhM2Ao2hjBjjjwe/QuTNz53Yy.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ivLz9KaosmU67MBtfMA1/uhOoDHk00SjWFs8kjWDC/VnmEZ_3BZ.js\";import InteractiveComponentsTextPoint from\"https://framerusercontent.com/modules/3338nHI9R9xZSGkZk8BY/9xn5O4n72ggwY8Kb4Qew/B_S7DoEbq.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/1QskhZ2hczzwew7pyNnr/gso8Y76Bh21lamp1yA8o/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/iVpU62b3UDuhTWysfM5d/Y5qWsuCsEv2BHZry4g3m/IHYC0Q7Lw.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"UheM2bUnb\",\"onAsSl8xZ\",\"m4l7_5Qm3\",\"fMl0l5SKh\"];const serializationHash=\"framer-m1rxE\";const variantClassNames={fMl0l5SKh:\"framer-v-qbbhpd\",m4l7_5Qm3:\"framer-v-1w5ad80\",onAsSl8xZ:\"framer-v-dry1w7\",UheM2bUnb:\"framer-v-18uwixq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"S Primary\":\"m4l7_5Qm3\",\"S Secondary\":\"fMl0l5SKh\",\"XL Primary\":\"UheM2bUnb\",\"XL Secondary\":\"onAsSl8xZ\"};const getProps=({description,discount,duration,height,icon,id,package1,point1,point2,point3,point4,popular,price,width,...props})=>{return{...props,AGgey1c2L:icon??props.AGgey1c2L??\"RocketLaunch\",FRMGpPdr0:popular??props.FRMGpPdr0??\"Most Pick\",G5aZ5m66o:duration??props.G5aZ5m66o??\" / Month + \\xa30.009 per credit\",hZ9mp4c80:package1??props.hZ9mp4c80??\"Basic\",krMX3EMwD:price??props.krMX3EMwD??\"\\xa3400\",o_OgtVIi1:point4??props.o_OgtVIi1??\"Email support\",RIJaP8oyF:discount??props.RIJaP8oyF??\"$450\",sT0LhqPqn:point2??props.sT0LhqPqn??\"Unlimited Licenses\",UG7l7uZLm:point3??props.UG7l7uZLm??\"Lifetime Updates\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UheM2bUnb\",WGjoDS5Cd:description??props.WGjoDS5Cd??\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",zJ1LMuqcm:point1??props.zJ1LMuqcm??\"All templates unlocked\"};};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,AGgey1c2L,FRMGpPdr0,hZ9mp4c80,krMX3EMwD,G5aZ5m66o,RIJaP8oyF,WGjoDS5Cd,zJ1LMuqcm,sT0LhqPqn,UG7l7uZLm,o_OgtVIi1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UheM2bUnb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11sfx13=activeVariantCallback(async(...args)=>{setVariant(\"UheM2bUnb\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"onAsSl8xZ\",\"fMl0l5SKh\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"onAsSl8xZ\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if([\"onAsSl8xZ\",\"fMl0l5SKh\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:353,pixelWidth:587,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg\",srcSet:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg 587w\"},className:cx(scopingClassNames,\"framer-18uwixq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"XL Primary\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnb\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({fMl0l5SKh:{\"data-framer-name\":\"S Secondary\"},m4l7_5Qm3:{\"data-framer-name\":\"S Primary\"},onAsSl8xZ:{\"data-framer-name\":\"XL Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199jzhm\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSGe_0vwroU\",children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-698r37\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSDGeLkKEbT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 85, 255, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 25px 0px rgba(0, 85, 255, 0.25), inset 0px 10px 10px -1px rgba(255, 255, 255, 0.08)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oqalcr\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"LPJZXwqQF\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgba(0, 153, 255, 0.15) 0%, rgb(9, 9, 18) 100%)\",boxShadow:\"inset 0px 10px 10px -1px rgba(0, 85, 255, 0.1)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmmqd8-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSSMMV5iXIf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:AGgey1c2L,id:\"UheM2bUnbhb_VUtODSSMMV5iXIf\",layoutId:\"UheM2bUnbhb_VUtODSSMMV5iXIf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+0+0)+7,...addPropertyOverrides({fMl0l5SKh:{y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+0+0)+7},m4l7_5Qm3:{y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+0+0)+7},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+0+0)+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ndgkp-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSIcramp3Pw-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"UheM2bUnbhb_VUtODSIcramp3Pw\",KS7KLFqN8:FRMGpPdr0,layoutId:\"UheM2bUnbhb_VUtODSIcramp3Pw\",rQKAY6456:\"NEW\",variant:\"vh2YcPP5s\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1in80y0\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSru5bouzuj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fb7wgw\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSDr6f6JSjc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u2tls4\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODStnlkCEENz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Basic\"})}),className:\"framer-1e21u0s\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSqfvvOUG_S\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:hZ9mp4c80,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cbyocq\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"aw83JALxR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d92esi\",\"data-framer-name\":\"Price Tag\",layoutDependency:layoutDependency,layoutId:\"UmJrlDzsA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jq4gg3\",\"data-framer-name\":\"Price\",layoutDependency:layoutDependency,layoutId:\"XU6T8aBsS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"left\"},children:\"$99\"})}),className:\"framer-12z0i0g\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ytVk7JHvU\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:krMX3EMwD,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1quenzh\",\"data-framer-name\":\"Duration\",layoutDependency:layoutDependency,layoutId:\"apeSEjBUT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\" / Month\"})}),className:\"framer-14n1v0d\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YI1ru9cwK\",style:{\"--extracted-1eung3n\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\",\"--framer-paragraph-spacing\":\"0px\"},text:G5aZ5m66o,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-136gj2p\",\"data-framer-name\":\"Discount\",layoutDependency:layoutDependency,layoutId:\"bWMXWEeQh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2)))\"},children:\"$450\"})}),className:\"framer-9xp51a\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b1kMLaTT0\",style:{\"--extracted-1of0zx5\":\"var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2))\",\"--framer-paragraph-spacing\":\"0px\"},text:RIJaP8oyF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-185rdjj\",\"data-framer-name\":\"Slash\",layoutDependency:layoutDependency,layoutId:\"sCXkZ797q\",style:{backgroundColor:\"rgb(0, 85, 255)\",rotate:-15}})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-atff72\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSAZYx_Y9U9\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v7v91a\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSmYTiOjphi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\"})}),className:\"framer-16mbk3h\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSJ4htUzBA9\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WGjoDS5Cd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qf3u1\",\"data-framer-name\":\"Points\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UheM2bUnbmgklgxE6y\",onTap:onTap11sfx13,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+52+20)+0+119+0+160+0+0,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+52+20)+0+119+0+160+0+0},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+52+20)+0+119+0+160+0+0},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nfbabx-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbW3Eu2mYCb-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"UheM2bUnbW3Eu2mYCb\",layoutId:\"UheM2bUnbW3Eu2mYCb\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:zJ1LMuqcm})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({onAsSl8xZ:{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+184}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fl5xrl-container\",layoutDependency:layoutDependency,layoutId:\"Q3aPMJmyW-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"Q3aPMJmyW\",layoutId:\"Q3aPMJmyW\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:\"Ai bot on all social media platforms\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({onAsSl8xZ:{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+230}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hlwflp-container\",layoutDependency:layoutDependency,layoutId:\"iYycLgaVl-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"iYycLgaVl\",layoutId:\"iYycLgaVl\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:\"Any specific tools that need to be built or if a website rebuild\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+52+20)+0+119+0+160+0+46,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+52+20)+0+119+0+160+0+46},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+52+20)+0+119+0+160+0+46},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gej3ss-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbC92mS7_bo-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"UheM2bUnbC92mS7_bo\",layoutId:\"UheM2bUnbC92mS7_bo\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:sT0LhqPqn})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+52+20)+0+119+0+160+0+92,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+52+20)+0+119+0+160+0+92},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+52+20)+0+119+0+160+0+92},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+92}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-137n55t-container\",layoutDependency:layoutDependency,layoutId:\"BsaR8L9sE-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"BsaR8L9sE\",layoutId:\"BsaR8L9sE\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:UG7l7uZLm})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+52+20)+0+119+0+160+0+138,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+52+20)+0+119+0+160+0+138},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+52+20)+0+119+0+160+0+138},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+160+0+138}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2r6ge5-container\",layoutDependency:layoutDependency,layoutId:\"mFgPsn_vs-container\",style:{opacity:.5},variants:{fMl0l5SKh:{opacity:1},onAsSl8xZ:{opacity:1}},children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"mFgPsn_vs\",layoutId:\"mFgPsn_vs\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:o_OgtVIi1})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljyikq\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbINVA2oz0D\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"344px\",y:(componentViewport?.y||0)+40+(((componentViewport?.height||603)-80-601)/2+52+20)+0+119+0+354+10+0,...addPropertyOverrides({fMl0l5SKh:{width:undefined,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-601)/2+52+20)+0+119+0+354+10+0},m4l7_5Qm3:{width:undefined,y:(componentViewport?.y||0)+30+(((componentViewport?.height||583)-60-601)/2+52+20)+0+119+0+354+10+0},onAsSl8xZ:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||695)-80-693)/2+52+20)+0+119+0+446+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3xf1ox-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbQ8J2q1PuA-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book an Appointment\",GT109pdEG:resolvedLinks[0],height:\"100%\",id:\"UheM2bUnbQ8J2q1PuA\",layoutId:\"UheM2bUnbQ8J2q1PuA\",SD1BGlGhK:false,style:{width:\"100%\"},variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3},...addPropertyOverrides({fMl0l5SKh:{GT109pdEG:resolvedLinks[3]},m4l7_5Qm3:{GT109pdEG:resolvedLinks[2]},onAsSl8xZ:{GT109pdEG:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"},className:\"framer-l9x2ub\",\"data-framer-name\":\"Star Line\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbUa5w9vSrv\",...addPropertyOverrides({fMl0l5SKh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||629)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}},onAsSl8xZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||695)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14s4g3g\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"F5dSP1F6g\",style:{backdropFilter:\"blur(20px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(20px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m1rxE.framer-11hw964, .framer-m1rxE .framer-11hw964 { display: block; }\",\".framer-m1rxE.framer-18uwixq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 587px; will-change: var(--framer-will-change-override, transform); }\",\".framer-m1rxE .framer-199jzhm { 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%; z-index: 2; }\",\".framer-m1rxE .framer-698r37 { 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: 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-m1rxE .framer-1oqalcr { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-m1rxE .framer-1fmmqd8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-m1rxE .framer-18ndgkp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-m1rxE .framer-1in80y0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-m1rxE .framer-fb7wgw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m1rxE .framer-u2tls4 { 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-m1rxE .framer-1e21u0s { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-m1rxE .framer-1cbyocq { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m1rxE .framer-d92esi { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-m1rxE .framer-jq4gg3 { 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: min-content; }\",\".framer-m1rxE .framer-12z0i0g, .framer-m1rxE .framer-14n1v0d, .framer-m1rxE .framer-9xp51a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-m1rxE .framer-1quenzh { 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-m1rxE .framer-136gj2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-m1rxE .framer-185rdjj { flex: none; height: 1px; left: -6px; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 111%; z-index: 1; }\",\".framer-m1rxE .framer-atff72 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-m1rxE .framer-v7v91a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-m1rxE .framer-16mbk3h { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-m1rxE .framer-12qf3u1 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-m1rxE .framer-nfbabx-container, .framer-m1rxE .framer-1fl5xrl-container, .framer-m1rxE .framer-1hlwflp-container, .framer-m1rxE .framer-1gej3ss-container, .framer-m1rxE .framer-137n55t-container, .framer-m1rxE .framer-2r6ge5-container, .framer-m1rxE .framer-3xf1ox-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-m1rxE .framer-1ljyikq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 344px; }\",\".framer-m1rxE .framer-l9x2ub { aspect-ratio: 1 / 1; bottom: -50px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: hidden; position: absolute; right: -50px; width: 200px; z-index: 1; }\",\".framer-m1rxE .framer-14s4g3g { flex: none; height: 100%; left: calc(50.08517887563886% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.069735006973524% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-m1rxE.framer-18uwixq, .framer-m1rxE .framer-698r37, .framer-m1rxE .framer-1in80y0, .framer-m1rxE .framer-fb7wgw, .framer-m1rxE .framer-u2tls4, .framer-m1rxE .framer-1cbyocq, .framer-m1rxE .framer-d92esi, .framer-m1rxE .framer-jq4gg3, .framer-m1rxE .framer-1quenzh, .framer-m1rxE .framer-136gj2p, .framer-m1rxE .framer-v7v91a, .framer-m1rxE .framer-12qf3u1, .framer-m1rxE .framer-1ljyikq { gap: 0px; } .framer-m1rxE.framer-18uwixq > *, .framer-m1rxE .framer-12qf3u1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-m1rxE.framer-18uwixq > :first-child, .framer-m1rxE .framer-1in80y0 > :first-child, .framer-m1rxE .framer-fb7wgw > :first-child, .framer-m1rxE .framer-v7v91a > :first-child, .framer-m1rxE .framer-12qf3u1 > :first-child, .framer-m1rxE .framer-1ljyikq > :first-child { margin-top: 0px; } .framer-m1rxE.framer-18uwixq > :last-child, .framer-m1rxE .framer-1in80y0 > :last-child, .framer-m1rxE .framer-fb7wgw > :last-child, .framer-m1rxE .framer-v7v91a > :last-child, .framer-m1rxE .framer-12qf3u1 > :last-child, .framer-m1rxE .framer-1ljyikq > :last-child { margin-bottom: 0px; } .framer-m1rxE .framer-698r37 > *, .framer-m1rxE .framer-u2tls4 > *, .framer-m1rxE .framer-jq4gg3 > *, .framer-m1rxE .framer-1quenzh > *, .framer-m1rxE .framer-136gj2p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-m1rxE .framer-698r37 > :first-child, .framer-m1rxE .framer-u2tls4 > :first-child, .framer-m1rxE .framer-1cbyocq > :first-child, .framer-m1rxE .framer-d92esi > :first-child, .framer-m1rxE .framer-jq4gg3 > :first-child, .framer-m1rxE .framer-1quenzh > :first-child, .framer-m1rxE .framer-136gj2p > :first-child { margin-left: 0px; } .framer-m1rxE .framer-698r37 > :last-child, .framer-m1rxE .framer-u2tls4 > :last-child, .framer-m1rxE .framer-1cbyocq > :last-child, .framer-m1rxE .framer-d92esi > :last-child, .framer-m1rxE .framer-jq4gg3 > :last-child, .framer-m1rxE .framer-1quenzh > :last-child, .framer-m1rxE .framer-136gj2p > :last-child { margin-right: 0px; } .framer-m1rxE .framer-1in80y0 > *, .framer-m1rxE .framer-fb7wgw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-m1rxE .framer-1cbyocq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-m1rxE .framer-d92esi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-m1rxE .framer-v7v91a > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-m1rxE .framer-1ljyikq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-m1rxE.framer-v-dry1w7 .framer-16mbk3h, .framer-m1rxE.framer-v-dry1w7 .framer-nfbabx-container { order: 0; }\",\".framer-m1rxE.framer-v-dry1w7 .framer-12qf3u1, .framer-m1rxE.framer-v-dry1w7 .framer-1gej3ss-container { order: 1; }\",\".framer-m1rxE.framer-v-dry1w7 .framer-1fl5xrl-container { order: 4; }\",\".framer-m1rxE.framer-v-dry1w7 .framer-1hlwflp-container { order: 5; }\",\".framer-m1rxE.framer-v-dry1w7 .framer-137n55t-container { order: 2; }\",\".framer-m1rxE.framer-v-dry1w7 .framer-2r6ge5-container, .framer-m1rxE.framer-v-dry1w7 .framer-1ljyikq { order: 3; }\",\".framer-m1rxE.framer-v-1w5ad80.framer-18uwixq, .framer-m1rxE.framer-v-qbbhpd.framer-18uwixq { padding: 30px; }\",\".framer-m1rxE.framer-v-1w5ad80 .framer-1ljyikq, .framer-m1rxE.framer-v-qbbhpd .framer-1ljyikq { width: min-content; }\",\".framer-m1rxE.framer-v-1w5ad80 .framer-3xf1ox-container, .framer-m1rxE.framer-v-qbbhpd .framer-3xf1ox-container { width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-m1rxE[data-border=\"true\"]::after, .framer-m1rxE [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 603\n * @framerIntrinsicWidth 587\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"onAsSl8xZ\":{\"layout\":[\"fixed\",\"auto\"]},\"m4l7_5Qm3\":{\"layout\":[\"fixed\",\"auto\"]},\"fMl0l5SKh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"AGgey1c2L\":\"icon\",\"FRMGpPdr0\":\"popular\",\"hZ9mp4c80\":\"package1\",\"krMX3EMwD\":\"price\",\"G5aZ5m66o\":\"duration\",\"RIJaP8oyF\":\"discount\",\"WGjoDS5Cd\":\"description\",\"zJ1LMuqcm\":\"point1\",\"sT0LhqPqn\":\"point2\",\"UG7l7uZLm\":\"point3\",\"o_OgtVIi1\":\"point4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEexv2Tnqn=withCSS(Component,css,\"framer-m1rxE\");export default FramerEexv2Tnqn;FramerEexv2Tnqn.displayName=\"Card/Pricing Card\";FramerEexv2Tnqn.defaultProps={height:603,width:587};addPropertyControls(FramerEexv2Tnqn,{variant:{options:[\"UheM2bUnb\",\"onAsSl8xZ\",\"m4l7_5Qm3\",\"fMl0l5SKh\"],optionTitles:[\"XL Primary\",\"XL Secondary\",\"S Primary\",\"S Secondary\"],title:\"Variant\",type:ControlType.Enum},AGgey1c2L:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"RocketLaunch\",description:undefined,hidden:undefined,title:\"Icon\"},FRMGpPdr0:{defaultValue:\"Most Pick\",displayTextArea:false,title:\"Popular\",type:ControlType.String},hZ9mp4c80:{defaultValue:\"Basic\",displayTextArea:true,title:\"Package\",type:ControlType.String},krMX3EMwD:{defaultValue:\"\\xa3400\",displayTextArea:false,title:\"Price\",type:ControlType.String},G5aZ5m66o:{defaultValue:\" / Month + \\xa30.009 per credit\",displayTextArea:false,title:\"Duration\",type:ControlType.String},RIJaP8oyF:{defaultValue:\"$450\",displayTextArea:false,title:\"Discount\",type:ControlType.String},WGjoDS5Cd:{defaultValue:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",displayTextArea:true,title:\"Description\",type:ControlType.String},zJ1LMuqcm:{defaultValue:\"All templates unlocked\",displayTextArea:true,title:\"Point 1\",type:ControlType.String},sT0LhqPqn:{defaultValue:\"Unlimited Licenses\",displayTextArea:true,title:\"Point 2\",type:ControlType.String},UG7l7uZLm:{defaultValue:\"Lifetime Updates\",displayTextArea:true,title:\"Point 3\",type:ControlType.String},o_OgtVIi1:{defaultValue:\"Email support\",displayTextArea:true,title:\"Point 4\",type:ControlType.String}});addFonts(FramerEexv2Tnqn,[{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,...TagPrimaryTagFonts,...InteractiveComponentsTextPointFonts,...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEexv2Tnqn\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"587\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"onAsSl8xZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m4l7_5Qm3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fMl0l5SKh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"AGgey1c2L\\\":\\\"icon\\\",\\\"FRMGpPdr0\\\":\\\"popular\\\",\\\"hZ9mp4c80\\\":\\\"package1\\\",\\\"krMX3EMwD\\\":\\\"price\\\",\\\"G5aZ5m66o\\\":\\\"duration\\\",\\\"RIJaP8oyF\\\":\\\"discount\\\",\\\"WGjoDS5Cd\\\":\\\"description\\\",\\\"zJ1LMuqcm\\\":\\\"point1\\\",\\\"sT0LhqPqn\\\":\\\"point2\\\",\\\"UG7l7uZLm\\\":\\\"point3\\\",\\\"o_OgtVIi1\\\":\\\"point4\\\"}\",\"framerIntrinsicHeight\":\"603\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Eexv2Tnqn.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-Xsuov\";const variantClassNames={cNV4xsdxO:\"framer-v-104yw04\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,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 getProps=({height,id,logo,width,...props})=>{var _ref;return{...props,gXOj0HXL2:(_ref=logo!==null&&logo!==void 0?logo:props.gXOj0HXL2)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/vniufJMsSAXh18yjYsUsriXaJgw.png\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gXOj0HXL2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cNV4xsdxO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:240,pixelWidth:240,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(gXOj0HXL2),...{positionX:\"center\",positionY:\"center\"}},className:cx(scopingClassNames,\"framer-104yw04\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"cNV4xsdxO\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Xsuov.framer-1ed5j4m, .framer-Xsuov .framer-1ed5j4m { display: block; }\",\".framer-Xsuov.framer-104yw04 { height: 80px; overflow: hidden; position: relative; width: 80px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"gXOj0HXL2\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJaq007kCb=withCSS(Component,css,\"framer-Xsuov\");export default FramerJaq007kCb;FramerJaq007kCb.displayName=\"Interactive Components/Logo Image\";FramerJaq007kCb.defaultProps={height:80,width:80};addPropertyControls(FramerJaq007kCb,{gXOj0HXL2:{__defaultAssetReference:\"data:framer/asset-reference,vniufJMsSAXh18yjYsUsriXaJgw.png?originalFilename=1.png&preferredSize=auto\",title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerJaq007kCb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJaq007kCb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerVariables\":\"{\\\"gXOj0HXL2\\\":\\\"logo\\\"}\",\"framerIntrinsicWidth\":\"80\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jaq007kCb.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-600\",\"GF;DM Sans-900\",\"GF;DM Sans-900italic\",\"GF;DM Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2\",weight:\"600\"}]}];export const css=['.framer-LjsbM .framer-styles-preset-twuvmk:not(.rich-text-wrapper), .framer-LjsbM .framer-styles-preset-twuvmk.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans 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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.5px; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-LjsbM\";\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 (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,Link,RichText,SVG,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/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/anqt7Ue4URd3zAYXEt2L/pVXnw9zYBmccUiVO6sp0/QhK6qqT5U.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/j6RNHMhNpdVfOnrc59kK/I9WaaxBf9ZVwaFKHs9nQ/VqRaec8fA.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/i9ndz5kYl3kDd01lX48E/5tOZcohzxYM2HhJNqEXs/W_ZWObZHr.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={GNH554chx:{hover:true}};const serializationHash=\"framer-SOXYd\";const variantClassNames={GNH554chx:\"framer-v-1n5j43g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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 getProps=({bodyText,company,height,id,image,link,name1,position,socialIcon,star1,star2,star3,star4,star5,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10;return{...props,Cn_wuNpUl:(_ref=star5!==null&&star5!==void 0?star5:props.Cn_wuNpUl)!==null&&_ref!==void 0?_ref:true,ezTVL4up9:(_ref1=name1!==null&&name1!==void 0?name1:props.ezTVL4up9)!==null&&_ref1!==void 0?_ref1:\"Alexandre Trochut\",gCtlnWMQG:(_ref2=company!==null&&company!==void 0?company:props.gCtlnWMQG)!==null&&_ref2!==void 0?_ref2:\"Halle Van De Hey\",GDgRkjQ07:(_ref3=star4!==null&&star4!==void 0?star4:props.GDgRkjQ07)!==null&&_ref3!==void 0?_ref3:true,GVtFDWPuj:(_ref4=star3!==null&&star3!==void 0?star3:props.GVtFDWPuj)!==null&&_ref4!==void 0?_ref4:true,mE9gwM3Ep:(_ref5=image!==null&&image!==void 0?image:props.mE9gwM3Ep)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/fN2AFqK3ZSmLLWBddSpePxWDAA.png\"},nJt1b_5wV:(_ref6=socialIcon!==null&&socialIcon!==void 0?socialIcon:props.nJt1b_5wV)!==null&&_ref6!==void 0?_ref6:\"XLogo\",oHlymWWA0:link!==null&&link!==void 0?link:props.oHlymWWA0,tYoTxAdAF:(_ref7=position!==null&&position!==void 0?position:props.tYoTxAdAF)!==null&&_ref7!==void 0?_ref7:\"CEO\",UBtjtT2qi:(_ref8=star2!==null&&star2!==void 0?star2:props.UBtjtT2qi)!==null&&_ref8!==void 0?_ref8:true,W6ORy4Nes:(_ref9=star1!==null&&star1!==void 0?star1:props.W6ORy4Nes)!==null&&_ref9!==void 0?_ref9:true,zJ7dVXMEI:(_ref10=bodyText!==null&&bodyText!==void 0?bodyText:props.zJ7dVXMEI)!==null&&_ref10!==void 0?_ref10:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,mE9gwM3Ep,nJt1b_5wV,W6ORy4Nes,UBtjtT2qi,GVtFDWPuj,GDgRkjQ07,Cn_wuNpUl,zJ7dVXMEI,ezTVL4up9,tYoTxAdAF,gCtlnWMQG,oHlymWWA0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GNH554chx\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapaqqtjy=activeVariantCallback(async(...args)=>{setVariant(\"GNH554chx\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:oHlymWWA0,nodeId:\"GNH554chx\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1n5j43g\",className,classNames)} framer-1winsmo`,\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"GNH554chx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a9883d9b-c1bd-4bd9-be15-284cd72e1b1f, rgba(255, 255, 255, 0.07))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",background:'linear-gradient(0.07383128568086761deg, var(--token-f5219c3a-5ee2-4639-9e23-4bdcf5509ebd, rgba(0, 85, 255, 0.15)) /* {\"name\":\"Blue 15%\"} */ 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Grey 9%\"} */ 100%)',borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({\"GNH554chx-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jtxlw4\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"GNH554chxdqH4wNIpD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17u9c45\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"GNH554chxGltMuUJRO\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:50,pixelWidth:50,sizes:\"50px\",...toResponsiveImage(mE9gwM3Ep),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1a3419c\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"GNH554chxaSC_cJszp\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.07)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"2px 4px 24px 0px rgba(0, 85, 255, 0.3499999940395355)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dgrz5q\",\"data-framer-name\":\"Social Icon\",layoutDependency:layoutDependency,layoutId:\"OhSzGfVSV\",style:{opacity:.2},variants:{\"GNH554chx-hover\":{opacity:.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s5z6lb-container\",layoutDependency:layoutDependency,layoutId:\"BPfaXQZ2q-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:nJt1b_5wV,id:\"BPfaXQZ2q\",layoutId:\"BPfaXQZ2q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1okd5bk\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"GNH554chxGyt0iXfaF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yih30n\",\"data-framer-name\":\"Stars\",layoutDependency:layoutDependency,layoutId:\"St8wNCn4x\",children:[W6ORy4Nes&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6qzs4h\",\"data-framer-name\":\"Star 1\",layoutDependency:layoutDependency,layoutId:\"PedwBSP_2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ucnb20\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"JDFSrQRAw\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.04894 2.92705C9.3483 2.00574 10.6517 2.00574 10.9511 2.92705L12.0206 6.21885C12.1545 6.63087 12.5385 6.90983 12.9717 6.90983H16.4329C17.4016 6.90983 17.8044 8.14945 17.0207 8.71885L14.2205 10.7533C13.87 11.0079 13.7234 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.388 16.2812L10.5878 14.2467C10.2373 13.9921 9.7627 13.9921 9.41221 14.2467L6.61204 16.2812C5.82833 16.8506 4.77385 16.0844 5.0732 15.1631L6.14277 11.8713C6.27665 11.4593 6.12999 11.0079 5.7795 10.7533L2.97933 8.71885C2.19562 8.14945 2.59839 6.90983 3.56712 6.90983H7.02832C7.46154 6.90983 7.8455 6.63087 7.97937 6.21885L9.04894 2.92705Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),UBtjtT2qi&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zbswnv\",\"data-framer-name\":\"Star 2\",layoutDependency:layoutDependency,layoutId:\"Ul2xKYcgF\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6ve792\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"oA90euyS_\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.04894 2.92705C9.3483 2.00574 10.6517 2.00574 10.9511 2.92705L12.0206 6.21885C12.1545 6.63087 12.5385 6.90983 12.9717 6.90983H16.4329C17.4016 6.90983 17.8044 8.14945 17.0207 8.71885L14.2205 10.7533C13.87 11.0079 13.7234 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.388 16.2812L10.5878 14.2467C10.2373 13.9921 9.7627 13.9921 9.41221 14.2467L6.61204 16.2812C5.82833 16.8506 4.77385 16.0844 5.0732 15.1631L6.14277 11.8713C6.27665 11.4593 6.12999 11.0079 5.7795 10.7533L2.97933 8.71885C2.19562 8.14945 2.59839 6.90983 3.56712 6.90983H7.02832C7.46154 6.90983 7.8455 6.63087 7.97937 6.21885L9.04894 2.92705Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),GVtFDWPuj&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-v28fbg\",\"data-framer-name\":\"Star 3\",layoutDependency:layoutDependency,layoutId:\"tssD1xBcM\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19ucns4\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"C3NXoCyZh\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.04894 2.92705C9.3483 2.00574 10.6517 2.00574 10.9511 2.92705L12.0206 6.21885C12.1545 6.63087 12.5385 6.90983 12.9717 6.90983H16.4329C17.4016 6.90983 17.8044 8.14945 17.0207 8.71885L14.2205 10.7533C13.87 11.0079 13.7234 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.388 16.2812L10.5878 14.2467C10.2373 13.9921 9.7627 13.9921 9.41221 14.2467L6.61204 16.2812C5.82833 16.8506 4.77385 16.0844 5.0732 15.1631L6.14277 11.8713C6.27665 11.4593 6.12999 11.0079 5.7795 10.7533L2.97933 8.71885C2.19562 8.14945 2.59839 6.90983 3.56712 6.90983H7.02832C7.46154 6.90983 7.8455 6.63087 7.97937 6.21885L9.04894 2.92705Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),GDgRkjQ07&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l7l6vc\",\"data-framer-name\":\"Star 4\",layoutDependency:layoutDependency,layoutId:\"iwXfj1tIn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ji2vvw\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"TvrrACJbS\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.04894 2.92705C9.3483 2.00574 10.6517 2.00574 10.9511 2.92705L12.0206 6.21885C12.1545 6.63087 12.5385 6.90983 12.9717 6.90983H16.4329C17.4016 6.90983 17.8044 8.14945 17.0207 8.71885L14.2205 10.7533C13.87 11.0079 13.7234 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.388 16.2812L10.5878 14.2467C10.2373 13.9921 9.7627 13.9921 9.41221 14.2467L6.61204 16.2812C5.82833 16.8506 4.77385 16.0844 5.0732 15.1631L6.14277 11.8713C6.27665 11.4593 6.12999 11.0079 5.7795 10.7533L2.97933 8.71885C2.19562 8.14945 2.59839 6.90983 3.56712 6.90983H7.02832C7.46154 6.90983 7.8455 6.63087 7.97937 6.21885L9.04894 2.92705Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),Cn_wuNpUl&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zaw3mi\",\"data-framer-name\":\"Star 5\",layoutDependency:layoutDependency,layoutId:\"xnyHeVdeZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bfebiz\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Hn9ozCw3f\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.04894 2.92705C9.3483 2.00574 10.6517 2.00574 10.9511 2.92705L12.0206 6.21885C12.1545 6.63087 12.5385 6.90983 12.9717 6.90983H16.4329C17.4016 6.90983 17.8044 8.14945 17.0207 8.71885L14.2205 10.7533C13.87 11.0079 13.7234 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.388 16.2812L10.5878 14.2467C10.2373 13.9921 9.7627 13.9921 9.41221 14.2467L6.61204 16.2812C5.82833 16.8506 4.77385 16.0844 5.0732 15.1631L6.14277 11.8713C6.27665 11.4593 6.12999 11.0079 5.7795 10.7533L2.97933 8.71885C2.19562 8.14945 2.59839 6.90983 3.56712 6.90983H7.02832C7.46154 6.90983 7.8455 6.63087 7.97937 6.21885L9.04894 2.92705Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\"})}),className:\"framer-grnuo9\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GNH554chxlCg9OmSfl\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:zJ7dVXMEI,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1143v81\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"OQXAyC_HM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8jazlf\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"GNH554chxcgV6MIhap\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16thmla\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"GNH554chxUYaMmWlEB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lov7l2\",\"data-framer-name\":\"Title/Tag\",layoutDependency:layoutDependency,layoutId:\"GNH554chxB_Y52KYN9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-twuvmk\",\"data-styles-preset\":\"W_ZWObZHr\",children:\"Alexandre Trochut\"})}),className:\"framer-8wcjjw\",\"data-framer-name\":\"Text\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GNH554chxTS_TXttvc\",onTap:onTapaqqtjy,style:{\"--framer-paragraph-spacing\":\"0px\"},text:ezTVL4up9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hxtj12\",\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"nhRTZWG9C\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2mfvz6\",\"data-styles-preset\":\"VqRaec8fA\",children:\"CEO\"})}),className:\"framer-1i4hpao\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tkbA6XoVV\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:tYoTxAdAF,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"Halle Van De Hey\"})}),className:\"framer-ggpxzr\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GNH554chxT4J8DMmyC\",style:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:gCtlnWMQG,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ii4kxi\",\"data-framer-name\":\"Blue Highlighter\",layoutDependency:layoutDependency,layoutId:\"GNH554chxKbb4o83nj\",style:{background:\"linear-gradient(90.00000000000155deg, rgba(0, 85, 255, 0) 0%, rgba(0, 85, 255, 1) 50%, rgba(0, 85, 255, 0) 100%)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SOXYd.framer-1winsmo, .framer-SOXYd .framer-1winsmo { display: block; }\",\".framer-SOXYd.framer-1n5j43g { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; text-decoration: none; width: min-content; }\",\".framer-SOXYd .framer-1jtxlw4 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-SOXYd .framer-17u9c45 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SOXYd .framer-1a3419c { flex: none; height: 50px; overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SOXYd .framer-dgrz5q { 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-SOXYd .framer-s5z6lb-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-SOXYd .framer-1okd5bk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SOXYd .framer-yih30n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SOXYd .framer-6qzs4h, .framer-SOXYd .framer-zbswnv, .framer-SOXYd .framer-v28fbg, .framer-SOXYd .framer-1l7l6vc, .framer-SOXYd .framer-zaw3mi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SOXYd .framer-ucnb20, .framer-SOXYd .framer-6ve792, .framer-SOXYd .framer-19ucns4, .framer-SOXYd .framer-1ji2vvw, .framer-SOXYd .framer-bfebiz { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-SOXYd .framer-grnuo9, .framer-SOXYd .framer-ggpxzr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-SOXYd .framer-1143v81 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SOXYd .framer-8jazlf { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-SOXYd .framer-16thmla { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SOXYd .framer-1lov7l2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SOXYd .framer-8wcjjw { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SOXYd .framer-1hxtj12 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); position: relative; width: 3px; }\",\".framer-SOXYd .framer-1i4hpao { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SOXYd .framer-ii4kxi { flex: none; height: 1px; left: calc(50.00000000000002% - 170px / 2); position: absolute; top: 0px; width: 170px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SOXYd.framer-1n5j43g, .framer-SOXYd .framer-1jtxlw4, .framer-SOXYd .framer-dgrz5q, .framer-SOXYd .framer-1okd5bk, .framer-SOXYd .framer-yih30n, .framer-SOXYd .framer-6qzs4h, .framer-SOXYd .framer-zbswnv, .framer-SOXYd .framer-v28fbg, .framer-SOXYd .framer-1l7l6vc, .framer-SOXYd .framer-zaw3mi, .framer-SOXYd .framer-1143v81, .framer-SOXYd .framer-16thmla, .framer-SOXYd .framer-1lov7l2 { gap: 0px; } .framer-SOXYd.framer-1n5j43g > *, .framer-SOXYd .framer-1jtxlw4 > *, .framer-SOXYd .framer-1143v81 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-SOXYd.framer-1n5j43g > :first-child, .framer-SOXYd .framer-1jtxlw4 > :first-child, .framer-SOXYd .framer-1okd5bk > :first-child, .framer-SOXYd .framer-1143v81 > :first-child, .framer-SOXYd .framer-16thmla > :first-child { margin-top: 0px; } .framer-SOXYd.framer-1n5j43g > :last-child, .framer-SOXYd .framer-1jtxlw4 > :last-child, .framer-SOXYd .framer-1okd5bk > :last-child, .framer-SOXYd .framer-1143v81 > :last-child, .framer-SOXYd .framer-16thmla > :last-child { margin-bottom: 0px; } .framer-SOXYd .framer-dgrz5q > *, .framer-SOXYd .framer-6qzs4h > *, .framer-SOXYd .framer-zbswnv > *, .framer-SOXYd .framer-v28fbg > *, .framer-SOXYd .framer-1l7l6vc > *, .framer-SOXYd .framer-zaw3mi > *, .framer-SOXYd .framer-1lov7l2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SOXYd .framer-dgrz5q > :first-child, .framer-SOXYd .framer-yih30n > :first-child, .framer-SOXYd .framer-6qzs4h > :first-child, .framer-SOXYd .framer-zbswnv > :first-child, .framer-SOXYd .framer-v28fbg > :first-child, .framer-SOXYd .framer-1l7l6vc > :first-child, .framer-SOXYd .framer-zaw3mi > :first-child, .framer-SOXYd .framer-1lov7l2 > :first-child { margin-left: 0px; } .framer-SOXYd .framer-dgrz5q > :last-child, .framer-SOXYd .framer-yih30n > :last-child, .framer-SOXYd .framer-6qzs4h > :last-child, .framer-SOXYd .framer-zbswnv > :last-child, .framer-SOXYd .framer-v28fbg > :last-child, .framer-SOXYd .framer-1l7l6vc > :last-child, .framer-SOXYd .framer-zaw3mi > :last-child, .framer-SOXYd .framer-1lov7l2 > :last-child { margin-right: 0px; } .framer-SOXYd .framer-1okd5bk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-SOXYd .framer-yih30n > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-SOXYd .framer-16thmla > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-SOXYd[data-border=\"true\"]::after, .framer-SOXYd [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 425\n * @framerIntrinsicWidth 290\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"VZS2_i_jb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"mE9gwM3Ep\":\"image\",\"nJt1b_5wV\":\"socialIcon\",\"W6ORy4Nes\":\"star1\",\"UBtjtT2qi\":\"star2\",\"GVtFDWPuj\":\"star3\",\"GDgRkjQ07\":\"star4\",\"Cn_wuNpUl\":\"star5\",\"zJ7dVXMEI\":\"bodyText\",\"ezTVL4up9\":\"name1\",\"tYoTxAdAF\":\"position\",\"gCtlnWMQG\":\"company\",\"oHlymWWA0\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerw69xjQsCC=withCSS(Component,css,\"framer-SOXYd\");export default Framerw69xjQsCC;Framerw69xjQsCC.displayName=\"Card/Testimonial Card\";Framerw69xjQsCC.defaultProps={height:425,width:290};addPropertyControls(Framerw69xjQsCC,{mE9gwM3Ep:{__defaultAssetReference:\"data:framer/asset-reference,fN2AFqK3ZSmLLWBddSpePxWDAA.png?originalFilename=Mask+group-4.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},nJt1b_5wV:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"XLogo\",description:undefined,hidden:undefined,title:\"Social Icon\"},W6ORy4Nes:{defaultValue:true,title:\"Star 1\",type:ControlType.Boolean},UBtjtT2qi:{defaultValue:true,title:\"Star 2\",type:ControlType.Boolean},GVtFDWPuj:{defaultValue:true,title:\"Star 3\",type:ControlType.Boolean},GDgRkjQ07:{defaultValue:true,title:\"Star 4\",type:ControlType.Boolean},Cn_wuNpUl:{defaultValue:true,title:\"Star 5\",type:ControlType.Boolean},zJ7dVXMEI:{defaultValue:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\",displayTextArea:true,title:\"Body Text\",type:ControlType.String},ezTVL4up9:{defaultValue:\"Alexandre Trochut\",displayTextArea:true,title:\"Name\",type:ControlType.String},tYoTxAdAF:{defaultValue:\"CEO\",displayTextArea:true,title:\"Position\",type:ControlType.String},gCtlnWMQG:{defaultValue:\"Halle Van De Hey\",displayTextArea:true,title:\"Company\",type:ControlType.String},oHlymWWA0:{title:\"Link\",type:ControlType.Link}});addFonts(Framerw69xjQsCC,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw69xjQsCC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"425\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"290\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VZS2_i_jb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"mE9gwM3Ep\\\":\\\"image\\\",\\\"nJt1b_5wV\\\":\\\"socialIcon\\\",\\\"W6ORy4Nes\\\":\\\"star1\\\",\\\"UBtjtT2qi\\\":\\\"star2\\\",\\\"GVtFDWPuj\\\":\\\"star3\\\",\\\"GDgRkjQ07\\\":\\\"star4\\\",\\\"Cn_wuNpUl\\\":\\\"star5\\\",\\\"zJ7dVXMEI\\\":\\\"bodyText\\\",\\\"ezTVL4up9\\\":\\\"name1\\\",\\\"tYoTxAdAF\\\":\\\"position\\\",\\\"gCtlnWMQG\\\":\\\"company\\\",\\\"oHlymWWA0\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./w69xjQsCC.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,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/6YdWVZhgezRAHPsDckZo/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/mqQEarGIByho1rG31aTv/BlurGradient_Prod.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import InteractiveComponentsTextPoint from\"#framer/local/canvasComponent/B_S7DoEbq/B_S7DoEbq.js\";import CardProcessCard from\"#framer/local/canvasComponent/b8qvm_XpH/b8qvm_XpH.js\";import CardConsultationCard from\"#framer/local/canvasComponent/DzWG2ePx4/DzWG2ePx4.js\";import CardPricingCard from\"#framer/local/canvasComponent/Eexv2Tnqn/Eexv2Tnqn.js\";import ButtonPrimaryButton from\"#framer/local/canvasComponent/GNvaONxX6/GNvaONxX6.js\";import TagPrimaryTag from\"#framer/local/canvasComponent/IHYC0Q7Lw/IHYC0Q7Lw.js\";import InteractiveComponentsLogoImage from\"#framer/local/canvasComponent/Jaq007kCb/Jaq007kCb.js\";import NavigationFooter from\"#framer/local/canvasComponent/LT0gX9mtu/LT0gX9mtu.js\";import NavigationCTA from\"#framer/local/canvasComponent/m_S0SazFM/m_S0SazFM.js\";import CardAboutCard from\"#framer/local/canvasComponent/ms2G8Wp92/ms2G8Wp92.js\";import InteractiveComponentsCursor from\"#framer/local/canvasComponent/RMpAvj7R1/RMpAvj7R1.js\";import FAQFAQ from\"#framer/local/canvasComponent/tAU8hAZZK/tAU8hAZZK.js\";import NavigationNavBar2 from\"#framer/local/canvasComponent/tzH5G2tuG/tzH5G2tuG.js\";import NavigationNavBar from\"#framer/local/canvasComponent/VBcFpApnc/VBcFpApnc.js\";import CardTestimonialCard from\"#framer/local/canvasComponent/w69xjQsCC/w69xjQsCC.js\";import*as sharedStyle from\"#framer/local/css/ABKs9wxVy/ABKs9wxVy.js\";import*as sharedStyle1 from\"#framer/local/css/QhK6qqT5U/QhK6qqT5U.js\";import*as sharedStyle2 from\"#framer/local/css/QuTNz53Yy/QuTNz53Yy.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavBarFonts=getFonts(NavigationNavBar);const NavigationNavBar2Fonts=getFonts(NavigationNavBar2);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const InteractiveComponentsLogoImageFonts=getFonts(InteractiveComponentsLogoImage);const TickerFonts=getFonts(Ticker);const CardAboutCardFonts=getFonts(CardAboutCard);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const VideoFonts=getFonts(Video);const CardConsultationCardFonts=getFonts(CardConsultationCard);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithFX=withFX(motion.div);const CardProcessCardFonts=getFonts(CardProcessCard);const ContainerWithFX=withFX(Container);const CardPricingCardFonts=getFonts(CardPricingCard);const CardTestimonialCardFonts=getFonts(CardTestimonialCard);const FAQFAQFonts=getFonts(FAQFAQ);const NavigationCTAFonts=getFonts(NavigationCTA);const NavigationFooterFonts=getFonts(NavigationFooter);const BlurGradientFonts=getFonts(BlurGradient);const SmoothScrollFonts=getFonts(SmoothScroll);const InteractiveComponentsCursorFonts=getFonts(InteractiveComponentsCursor);const breakpoints={euNp7MUYv:\"(min-width: 1200px) and (max-width: 1439px)\",nWzKj3W9V:\"(min-width: 810px) and (max-width: 1199px)\",QvtLBAi1h:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VfFLw\";const variantClassNames={euNp7MUYv:\"framer-v-g34ahf\",nWzKj3W9V:\"framer-v-1hn01op\",QvtLBAi1h:\"framer-v-1dp0tct\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:60,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:.5,mass:1,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:60,delay:.7,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition4={damping:50,delay:.05,mass:1,stiffness:300,type:\"spring\"};const textEffect={effect:animation4,startDelay:.9,tokenization:\"word\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const transition5={damping:60,delay:1.1,mass:1,stiffness:200,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:60,delay:1.2,mass:1,stiffness:200,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const textEffect1={effect:animation4,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition4,trigger:\"onInView\",type:\"appear\"};const textEffect2={effect:animation4,repeat:false,startDelay:.2,threshold:.5,tokenization:\"word\",transition:transition4,trigger:\"onInView\",type:\"appear\"};const transition7={bounce:0,delay:0,duration:3,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition8={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition9={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={delay:0,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation11={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:2,x:20,y:5};const animation12={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:1,skewY:1,x:-20,y:5};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={L:\"euNp7MUYv\",M:\"nWzKj3W9V\",S:\"QvtLBAi1h\",XL:\"WQLkyLRf1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition11={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const cursor={alignment:\"center\",component:InteractiveComponentsCursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition11,variant:\"VKeZmVTKZ\"};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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"euNp7MUYv\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"euNp7MUYv\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"nWzKj3W9V\",\"QvtLBAi1h\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"tIMLpB5Xx\");const ref1=React.useRef(null);useCustomCursors({\"1bf4dyq\":cursor});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-8e9f7de0-9fd7-44d3-bc3e-2dea20c4e4bd, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"1bf4dyq\",ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:91,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hltwlr-container hidden-1dp0tct\",layoutScroll:true,nodeId:\"zGYbORKPC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GmjsfoAo5:resolvedLinks[1],ZZP27DOb1:\"0px 70px 0px 70px\"},nWzKj3W9V:{GmjsfoAo5:resolvedLinks[2],ZZP27DOb1:\"0px 50px 0px 50px\"}},children:/*#__PURE__*/_jsx(NavigationNavBar,{GmjsfoAo5:resolvedLinks[0],height:\"100%\",id:\"zGYbORKPC\",layoutId:\"zGYbORKPC\",style:{width:\"100%\"},width:\"100%\",Z1Zg6hqg0:\"I3GaZxydO\",ZZP27DOb1:\"0px 0px 0px 0px\"})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{height:91,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-45t73v-container hidden-72rtr7 hidden-g34ahf hidden-1hn01op\",layoutScroll:true,nodeId:\"jjrw4xAip\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{GmjsfoAo5:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(NavigationNavBar2,{GmjsfoAo5:resolvedLinks1[0],height:\"100%\",id:\"jjrw4xAip\",layoutId:\"jjrw4xAip\",style:{width:\"100%\"},variant:\"f2YInJSr6\",width:\"100%\",Z1Zg6hqg0:\"I3GaZxydO\",ZZP27DOb1:\"0px 30px 0px 30px\"})})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-e006b9\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1582ruv\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xmfp64\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fifjqb\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5xyw5j\",\"data-framer-name\":\"Text/Tag\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dle68w\",\"data-framer-name\":\"Tag & Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-16birka-container\",\"data-framer-appear-id\":\"16birka\",initial:animation1,nodeId:\"TinEINKMm\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"TinEINKMm\",KS7KLFqN8:\"Only 3 more spaces left\",layoutId:\"TinEINKMm\",rQKAY6456:\"\",variant:\"AksRoqhcS\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h00ng3\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)) 0%, rgba(255, 255, 255, 0.899) 50.5%, var(--token-14f74354-f5bc-49c1-9486-2936a231e276, rgba(255, 255, 255, 0.3)) 350%)\"},children:\"Premium Ai Agency\"})})}),className:\"framer-5hbeit\",\"data-framer-appear-id\":\"5hbeit\",\"data-framer-name\":\"Text 1\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)) 0%, var(--token-14f74354-f5bc-49c1-9486-2936a231e276, rgba(255, 255, 255, 0.3)) 350%)\"},children:\"for Wholesale marketing.\"})})}),className:\"framer-j0exq4\",\"data-framer-appear-id\":\"j0exq4\",\"data-framer-name\":\"Text 2\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yftqk8\",\"data-framer-name\":\"Body\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Harnessing the power of artificial intelligence to revolutionize industries and enhance human experiences.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:[\"We specialise in crafting unique digital presence \",/*#__PURE__*/_jsx(\"br\",{}),\"that help businesses grow and stand out in their industries.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"AI-Powered Excellence for Your Business: Enhance Your Appointment Setting, Sales Teams and more. Why not try it, it's in the corner\"})]}),className:\"framer-1voaq80\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1df8tgi\",\"data-framer-appear-id\":\"1df8tgi\",\"data-framer-name\":\"Buttons\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-261qcz-container\",nodeId:\"ZqVBHX15S\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks2[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks2[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Connect With Us\",GT109pdEG:resolvedLinks2[0],height:\"100%\",id:\"ZqVBHX15S\",layoutId:\"ZqVBHX15S\",SD1BGlGhK:false,variant:\"GXXGb1Hah\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yt9hfz-container\",nodeId:\"eqmJFk2mA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks3[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks3[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"What is Colaib?\",GT109pdEG:resolvedLinks3[0],height:\"100%\",id:\"eqmJFk2mA\",layoutId:\"eqmJFk2mA\",SD1BGlGhK:false,variant:\"xQAMtyuwR\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1jq7msv\",\"data-framer-appear-id\":\"1jq7msv\",\"data-framer-name\":\"Bottom\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1itu3fc\",\"data-framer-name\":\"Seperator\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c3kj4e-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LAHJprC31\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:60,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"LAHJprC31\",layoutId:\"LAHJprC31\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r1svts-container\",inComponentSlot:true,nodeId:\"bfGveFIRT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/vnBmZXJ1bi4Y6BvcC3iGW9cubI.svg\"},\"\"),height:\"100%\",id:\"bfGveFIRT\",layoutId:\"bfGveFIRT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qy2zoe-container\",inComponentSlot:true,nodeId:\"rKy2sk7Ho\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/Bqra9k1vXKwv3SDqyql0VPvFmHA.svg\"},\"\"),height:\"100%\",id:\"rKy2sk7Ho\",layoutId:\"rKy2sk7Ho\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l89qtw-container\",inComponentSlot:true,nodeId:\"Y_3I1AhBH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/L4DocjHCho066byac7YwQx8maaU.svg\"},\"\"),height:\"100%\",id:\"Y_3I1AhBH\",layoutId:\"Y_3I1AhBH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18tgjhe-container\",inComponentSlot:true,nodeId:\"TiVQ14aUM\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({positionX:\"48.8%\",positionY:\"48.1%\",src:\"https://framerusercontent.com/images/iWM3Hk4bGrQ6RwBYWBMD4H2Ek.svg\"},\"\"),height:\"100%\",id:\"TiVQ14aUM\",layoutId:\"TiVQ14aUM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-eu8ig\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14yd2e5\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a25acp\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 528px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{height:340,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:534,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 528px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ccisfy-container\",nodeId:\"KgIHRPGmu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{style:{width:\"100%\"}},QvtLBAi1h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardAboutCard,{height:\"100%\",id:\"KgIHRPGmu\",layoutId:\"KgIHRPGmu\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/lGzCNUNpDvadtDuSzezZ7gazQ.jpeg\",srcSet:\"https://framerusercontent.com/images/lGzCNUNpDvadtDuSzezZ7gazQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/lGzCNUNpDvadtDuSzezZ7gazQ.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lGzCNUNpDvadtDuSzezZ7gazQ.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/lGzCNUNpDvadtDuSzezZ7gazQ.jpeg 3723w\"},\"\")})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p2k6uz\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10uve6y\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jygk3h-container\",nodeId:\"T1Nujt11D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"T1Nujt11D\",KS7KLFqN8:\"About Colaib\",layoutId:\"T1Nujt11D\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mkynu0\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",children:\"Building Stronger Bonds\"})}),className:\"framer-1kjuqnv\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Creating lasting Impressions!\"})}),className:\"framer-tlxas\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cq9i1m\",\"data-framer-name\":\"Middle\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:[\"Delivering high-quality, on-demand Ai assistance with precision. \",/*#__PURE__*/_jsx(\"br\",{}),\"Elevate your brand effortlessly, one snap at a time.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:\"We have set out to revolutionise the customer service sector with advanced Ai models to propel your business into new territory earlier than any of your competitors. Breathe and live easy as you know your Ai digital assistant is working around the clock, day and night, managing all of your bookings and customer queries. \"})]}),className:\"framer-2vizef\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ap0sj7\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g2ifgt\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17z6o9l\",\"data-framer-name\":\"Seperator\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o9yqvs\",\"data-framer-name\":\"Points\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px)`},nWzKj3W9V:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px)`},QvtLBAi1h:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fk5bu4-container\",nodeId:\"FnJkElGMc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"FnJkElGMc\",layoutId:\"FnJkElGMc\",style:{width:\"100%\"},variant:\"PBr6qIDdD\",width:\"100%\",zVrcbqAY4:\"Never worry about finding new leads\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px)`},nWzKj3W9V:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px)`},QvtLBAi1h:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8odurv-container\",nodeId:\"mGxy8xWCD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"mGxy8xWCD\",layoutId:\"mGxy8xWCD\",style:{width:\"100%\"},variant:\"PBr6qIDdD\",width:\"100%\",zVrcbqAY4:\"Minimum 27% growth in new customers.\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c41714\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2lovxa-container\",nodeId:\"rDAzoIktJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks4[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks4[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks4[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"View About Colaib\",GT109pdEG:resolvedLinks4[0],height:\"100%\",id:\"rDAzoIktJ\",layoutId:\"rDAzoIktJ\",SD1BGlGhK:false,variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ryx7r hidden-1dp0tct\",\"data-framer-name\":\"Seperator\",style:{rotate:-90}})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pp0g3v\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-15nod7u\",\"data-framer-name\":\"BG Video\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-udskdh\",\"data-framer-name\":\"Bottom Shadow\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{animate:animation}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-ryrj4a-container\",\"data-framer-appear-id\":\"ryrj4a\",initial:animation8,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e_3SUd69_\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"e_3SUd69_\",isMixedBorderRadius:false,layoutId:\"e_3SUd69_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/x63grw3MJJK8pzlD0qnG8C0qVfs.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kdzoja\",\"data-framer-name\":\"Blur\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-xdnwkp\",\"data-framer-name\":\"Why Choose Porto\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kdk7en\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13oyhdf\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17gpsx7\",\"data-framer-name\":\"Left Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tww9lv\",\"data-framer-name\":\"Detail Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:237,intrinsicWidth:567,svg:'<svg width=\"567\" height=\"237\" viewBox=\"0 0 567 237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H368.268C379.681 0 390.549 4.87456 398.139 13.3969L567 203H0V0Z\" fill=\"url(#paint0_linear_761_2)\"/>\\n<path d=\"M0.5 0.5H368.268C379.538 0.5 390.271 5.31363 397.766 13.7294L565.885 202.5H0.5V0.5Z\" stroke=\"url(#paint1_linear_761_2)\" stroke-opacity=\"0.1\"/>\\n<rect y=\"202\" width=\"567\" height=\"35\" fill=\"black\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_761_2\" x1=\"330.5\" y1=\"-1.20427e-05\" x2=\"297\" y2=\"139\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0.2\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_761_2\" x1=\"92\" y1=\"-31\" x2=\"567\" y2=\"189.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17s9fd3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1751ajw\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kz9gu2-container\",nodeId:\"N0oLGF6nU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"N0oLGF6nU\",KS7KLFqN8:\"Results\",layoutId:\"N0oLGF6nU\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-698xn5\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\"},children:\"Delivering Precise Results\"})}),className:\"framer-vsb8ec\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"That Propels Your Success\"})}),className:\"framer-1rypmue\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rwxlia\",\"data-framer-name\":\"Middle\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"center\"},children:\"At the core of everything we do lies a commitment to delivering measurable outcomes that drive your success.\"})}),className:\"framer-18gwxce\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iwqckl\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d1gar7-container\",nodeId:\"LJOoL_CjY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks5[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks5[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks5[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book a 30-min call\",GT109pdEG:resolvedLinks5[0],height:\"100%\",id:\"LJOoL_CjY\",layoutId:\"LJOoL_CjY\",SD1BGlGhK:false,variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11dxekm\",\"data-framer-name\":\"Right Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1f0bf0k\",\"data-framer-name\":\"Detail Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:237,intrinsicWidth:567,svg:'<svg width=\"567\" height=\"237\" viewBox=\"0 0 567 237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M567 0H198.732C187.319 0 176.451 4.87456 168.861 13.3969L0 203H567V0Z\" fill=\"url(#paint0_linear_761_6)\"/>\\n<path d=\"M566.5 0.5H198.732C187.462 0.5 176.729 5.31363 169.234 13.7294L1.11487 202.5H566.5V0.5Z\" stroke=\"url(#paint1_linear_761_6)\" stroke-opacity=\"0.1\"/>\\n<rect y=\"202\" width=\"567\" height=\"35\" fill=\"black\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_761_6\" x1=\"236.5\" y1=\"-1.20427e-05\" x2=\"270\" y2=\"139\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0.2\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_761_6\" x1=\"475\" y1=\"-31\" x2=\"-8.44598e-06\" y2=\"189.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xj2tg3-container hidden-1dp0tct\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xR45qsJzJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:.5,id:\"xR45qsJzJ\",layoutId:\"xR45qsJzJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1awkino-container\",inComponentSlot:true,nodeId:\"uC5ll9log\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Create an environment that feels safe and engaging for customers via phone call\",height:\"100%\",id:\"uC5ll9log\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/tIsUm7OF12lYacg7X1OoQ9X97uk.png\"},\"\"),layoutId:\"uC5ll9log\",OAaP7YEbm:\"15% increase in generation of leads\",OqcRYKG92:\"NEW\",QNNDIysFU:\"30% Increase in user satisfaction\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Ai assisstanted chatbot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1csl7oj-container\",inComponentSlot:true,nodeId:\"iEiCxW95h\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Streamlined operations, reducing costs by with \\nour automated solutions.\",height:\"100%\",id:\"iEiCxW95h\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/KXobFK0J0cfeqxuOpjmpoRRX0.png\"},\"\"),layoutId:\"iEiCxW95h\",OAaP7YEbm:\"35% reduction in traffic to customer support staff\",OqcRYKG92:\"NEW\",QNNDIysFU:\"25% Conversion Rate from 0 to client\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"Ai assissted phone receptionist.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8buddy-container\",inComponentSlot:true,nodeId:\"WirUUebLL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Achieved a increase in sales within six months through a customized strategy and targeted campaigns.\",height:\"100%\",id:\"WirUUebLL\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/tIsUm7OF12lYacg7X1OoQ9X97uk.png\"},\"\"),layoutId:\"WirUUebLL\",OAaP7YEbm:\"Upto 10,000 emails sent to client specific market\",OqcRYKG92:\"FRESH\",QNNDIysFU:\"40% Increased Traffic\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Cold email \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"460px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-sd2stm-container\",inComponentSlot:true,nodeId:\"KW4PW76aY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"A full history of client conversations and analytics of most asked questions and many more...\",height:\"100%\",id:\"KW4PW76aY\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/lucZnMeHMhl60ce0id7mzuRE.png\"},\"\"),layoutId:\"KW4PW76aY\",OAaP7YEbm:\"Multi user base to support live handoff with customer.\",OqcRYKG92:\"NEW\",QNNDIysFU:\"A range of social medias to host Ai support\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"Interactive analytical dashboard\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1qqro-container hidden-72rtr7 hidden-g34ahf hidden-1hn01op\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GqYHledfd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:30,arrowPadding:-21,arrowPaddingBottom:-55,arrowPaddingLeft:0,arrowPaddingRight:275,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.8,effectsPerspective:1200,effectsRotate:0,effectsScale:.9},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"GqYHledfd\",intervalControl:3,itemAmount:1,layoutId:\"GqYHledfd\",padding:20,paddingBottom:0,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u6081e-container\",inComponentSlot:true,nodeId:\"LXtzMmzNk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Create an environment that feels safe and engaging for customers via phone call\",height:\"100%\",id:\"LXtzMmzNk\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/tIsUm7OF12lYacg7X1OoQ9X97uk.png\"},\"\"),layoutId:\"LXtzMmzNk\",OAaP7YEbm:\"15% increase in generation of leads\",OqcRYKG92:\"NEW\",QNNDIysFU:\"30% Increase in user satisfaction\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Ai assisstanted chatbot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-abldc9-container\",inComponentSlot:true,nodeId:\"QLjiFKz3v\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Streamlined operations, reducing costs by with \\nour automated solutions.\",height:\"100%\",id:\"QLjiFKz3v\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/lucZnMeHMhl60ce0id7mzuRE.png\"},\"\"),layoutId:\"QLjiFKz3v\",OAaP7YEbm:\"35% reduction in traffic to customer support staff\",OqcRYKG92:\"NEW\",QNNDIysFU:\"25% Conversion Rate from 0 to client\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Ai assissted phone receptionist.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1flqi-container\",inComponentSlot:true,nodeId:\"gJEOI6GTs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Achieved a increase in sales within six months through a customized strategy and targeted campaigns.\",height:\"100%\",id:\"gJEOI6GTs\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/tIsUm7OF12lYacg7X1OoQ9X97uk.png\"},\"\"),layoutId:\"gJEOI6GTs\",OAaP7YEbm:\"Upto 10,000 emails sent to client specific market\",OqcRYKG92:\"NEW\",QNNDIysFU:\"40% Increased Traffic\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Cold email \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6jyvqb-container\",inComponentSlot:true,nodeId:\"wvCqJafTI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"A full history of client conversations and analytics of most asked questions and many more...\",height:\"100%\",id:\"wvCqJafTI\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/lucZnMeHMhl60ce0id7mzuRE.png\"},\"\"),layoutId:\"wvCqJafTI\",OAaP7YEbm:\"Multi user base to support live handoff with customer.\",OqcRYKG92:\"NEW\",QNNDIysFU:\"A range of social medias to host Ai support\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Interactive analytical dashboard\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d4ykwh\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1q617oj\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-emg3c0\",\"data-framer-name\":\"Bottom Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qt1jil\",\"data-framer-name\":\"Bottom Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:97,intrinsicWidth:1440,svg:'<svg width=\"1440\" height=\"97\" viewBox=\"0 0 1440 97\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1280.45 0H159.546C133.625 0 108.146 6.71721 85.594 19.4967L-9.15527e-05 68H1440L1354.41 19.4967C1331.85 6.71722 1306.38 0 1280.45 0Z\" fill=\"url(#paint0_linear_763_7)\"/>\\n<path d=\"M159.546 0.5H1280.45C1306.29 0.5 1331.68 7.19483 1354.16 19.9317L1438.1 67.5H1.89644L85.8405 19.9317C108.317 7.19482 133.711 0.5 159.546 0.5Z\" stroke=\"url(#paint1_linear_763_7)\" stroke-opacity=\"0.1\"/>\\n<rect x=\"-9.15527e-05\" y=\"67\" width=\"1440\" height=\"30\" fill=\"url(#paint2_linear_763_7)\"/>\\n<rect x=\"270\" width=\"900\" height=\"1\" fill=\"url(#paint3_linear_763_7)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_763_7\" x1=\"752.681\" y1=\"-2.71596\" x2=\"754.453\" y2=\"134.209\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0A0A0A\"/>\\n<stop offset=\"1\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_763_7\" x1=\"-0.000105544\" y1=\"46\" x2=\"600.261\" y2=\"755.974\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_763_7\" x1=\"720\" y1=\"97\" x2=\"720\" y2=\"67\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-color=\"#060606\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_763_7\" x1=\"270\" y1=\"0.5\" x2=\"1170\" y2=\"0.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0\"/>\\n<stop offset=\"0.5\" stop-color=\"#0055FF\"/>\\n<stop offset=\"1\" stop-color=\"#0055FF\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1yk5pn0\",\"data-framer-name\":\"Process\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uulf7u\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-162dm7o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q49dtq\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eav9w2\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x3xxdo-container\",nodeId:\"qjiWDPNy0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"qjiWDPNy0\",KS7KLFqN8:\"How We Work?\",layoutId:\"qjiWDPNy0\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2sfjbq\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",children:\"We Simplify The Journey\"})}),className:\"framer-17aus1q\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"From Zero To Launch.\"})}),className:\"framer-1kfydsz\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hxa0sp\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"We make it easy to build what you want and from customer support help to getting more clients through your doors.\"})}),className:\"framer-1sg5d3n\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r8qtub\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:353,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-12a5cn0-container\",nodeId:\"AgReXPpc2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{gYnJmHWHb:\"30px\"}},children:/*#__PURE__*/_jsx(CardProcessCard,{acLwPEj9B:\"Stage 1\",AHckVUVc2:\"The kickoff stage is where everything begins. We align with you to understand your goals, vision, and expectations. Through in-depth discussions and thorough research.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"AgReXPpc2\",layoutId:\"AgReXPpc2\",MDnAmdwHw:\"Rocket\",qXT0C0aT_:\"Kickoff\",SJcnl68zs:\"Comprehensive Consultation\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Project roadmap to the final plan\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:353,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rykz0d-container\",nodeId:\"Up7pSOGaI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{gYnJmHWHb:\"30px\"}},children:/*#__PURE__*/_jsx(CardProcessCard,{acLwPEj9B:\"Stage 2\",AHckVUVc2:\"With a clear strategy in place, we move into the execution phase, where ideas come to life. Our team works high efficiently and collaboratively to implement the plan.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"Up7pSOGaI\",layoutId:\"Up7pSOGaI\",MDnAmdwHw:\"Atom\",qXT0C0aT_:\"Execution\",SJcnl68zs:\"Seamless Integration\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Real Time Collaboration and consultation\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:353,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-r7fhpr-container\",nodeId:\"rtgBRgNeh\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{gYnJmHWHb:\"30px\"}},children:/*#__PURE__*/_jsx(CardProcessCard,{acLwPEj9B:\"Stage 3\",AHckVUVc2:\"Once the design and development are finalized, we seamlessly transition to the handoff stage. Here, we provide you with all the assets, documentation, and support to a smooth launch. We also provide frequent updates to ensure that everything is upto date, we aspire to make every upodte better than the last.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"rtgBRgNeh\",layoutId:\"rtgBRgNeh\",MDnAmdwHw:\"Exclude\",qXT0C0aT_:\"Handoff\",SJcnl68zs:\"Ongoing Support\",style:{width:\"100%\"},variant:\"SfWBpAMP1\",width:\"100%\",Wnju1oxF1:\"Documentation\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 528px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{height:340,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:534,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 528px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-coxtid-container\",nodeId:\"yseQyCvZN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{style:{width:\"100%\"}},QvtLBAi1h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardAboutCard,{height:\"100%\",id:\"yseQyCvZN\",layoutId:\"yseQyCvZN\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/9kBCU4UAG8EPPgR2JSbDSGieEI.jpg\",srcSet:\"https://framerusercontent.com/images/9kBCU4UAG8EPPgR2JSbDSGieEI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9kBCU4UAG8EPPgR2JSbDSGieEI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9kBCU4UAG8EPPgR2JSbDSGieEI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9kBCU4UAG8EPPgR2JSbDSGieEI.jpg 3830w\"},\"\")})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f0ml05\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hw5zyq\",\"data-framer-name\":\"Pricing\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19lnfss\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kqdfuk\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pkcbyq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lhp7lu\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ajojcn-container\",nodeId:\"k9PRFUUo8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"k9PRFUUo8\",KS7KLFqN8:\"Pricing\",layoutId:\"k9PRFUUo8\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gpv7f4\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"left\"},children:\"Plans for all businesses, Suitable for\"})}),className:\"framer-90x92n\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Personal, Agencies, Startups.\"})}),className:\"framer-y9edzd\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pzdjyy\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:[\"Our pricing plans are designed to make getting started as effortless as possible. With \",/*#__PURE__*/_jsx(\"br\",{}),\"flexible options tailored to suit a variety of needs and budgets.\"]})}),className:\"framer-fayr9c\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r3g3go\",\"data-framer-name\":\"Bottom\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:\"639px\"},QvtLBAi1h:{width:\"351px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:603,width:\"450px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w384ob-container hidden-g34ahf\",nodeId:\"xNSfnBth6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{variant:\"m4l7_5Qm3\"}},children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"RocketLaunch\",FRMGpPdr0:\"Most Pick\",G5aZ5m66o:\"\",height:\"100%\",hZ9mp4c80:\"Basic \",id:\"xNSfnBth6\",krMX3EMwD:\"Free trial\",layoutId:\"xNSfnBth6\",o_OgtVIi1:\"1 week free trial\",RIJaP8oyF:\"\",sT0LhqPqn:\"Analytical dashboard\",style:{width:\"100%\"},UG7l7uZLm:\"Ai phone call service upto 125mins/Month\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"Our basic pricing plan is designed to offer great value while providing the essential features you need to get started.\",width:\"100%\",zJ1LMuqcm:\"Ai chatbot with dashboard upto 500 free credits + \\xa30.008 per credit\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:\"509px\"},nWzKj3W9V:{width:\"639px\"},QvtLBAi1h:{width:\"351px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:603,width:\"466px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mw1pop-container\",nodeId:\"pwy_WBJ5C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{variant:\"m4l7_5Qm3\"}},children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"RocketLaunch\",FRMGpPdr0:\"Most Pick\",G5aZ5m66o:\"/Month\",height:\"100%\",hZ9mp4c80:\"Pro (subject to change)\",id:\"pwy_WBJ5C\",krMX3EMwD:\"\\xa3999\",layoutId:\"pwy_WBJ5C\",o_OgtVIi1:\"5000 free emails sent per month\",RIJaP8oyF:\"\\xa31199\",sT0LhqPqn:\"Analytical dashboard\",style:{width:\"100%\"},UG7l7uZLm:\"Ai phone call service upto 500mins/Month, additional clients cost \\xa34.99/agent/month\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"Our pro pricing plan is designed to offer great value while providing the essential features you need to get started.\",width:\"100%\",zJ1LMuqcm:\"Ai chatbot with dashboard upto 1500 free credits + \\xa30.006 per credit\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:\"509px\"},nWzKj3W9V:{width:\"654px\"},QvtLBAi1h:{width:\"351px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:603,width:\"450px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-3zij9t-container\",nodeId:\"wgbuMfQig\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{variant:\"fMl0l5SKh\"}},children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"Power\",FRMGpPdr0:\"Recommended\",G5aZ5m66o:\" / Month\",height:\"100%\",hZ9mp4c80:\"Premium (subject to change)\",id:\"wgbuMfQig\",krMX3EMwD:\"\\xa31999\",layoutId:\"wgbuMfQig\",o_OgtVIi1:\"10,000 free emails sent per month\",RIJaP8oyF:\"\\xa32500\",sT0LhqPqn:\"Analytical dashboard\",style:{width:\"100%\"},UG7l7uZLm:\"Ai phone call service, 1500mins/Month, additional clients cost \\xa30.99/agent/month\",variant:\"onAsSl8xZ\",WGjoDS5Cd:\"Our premium pricing plan is designed for businesses looking for advanced features and premium support\",width:\"100%\",zJ1LMuqcm:\"Ai chatbot with dashboard and upto 6000 + \\xa30.002 per credit\"})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-15yderj hidden-72rtr7 hidden-1hn01op hidden-1dp0tct\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:446,width:\"720px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-164uhdp-container\",nodeId:\"EA4MJ6M8k\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"RocketLaunch\",FRMGpPdr0:\"Most Pick\",G5aZ5m66o:\"\",height:\"100%\",hZ9mp4c80:\"Basic \",id:\"EA4MJ6M8k\",krMX3EMwD:\"Free trial\",layoutId:\"EA4MJ6M8k\",o_OgtVIi1:\"1 week free trial\",RIJaP8oyF:\"\",sT0LhqPqn:\"Analytical dashboard\",style:{height:\"100%\",width:\"100%\"},UG7l7uZLm:\"Ai phone call service upto 200mins/Month\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"Our basic pricing plan is designed to offer great value while providing the essential features you need to get started.\",width:\"100%\",zJ1LMuqcm:\"Ai chatbot with dashboard upto 1000 free credits + \\xa30.008 per credit\"})})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-jc8v70 hidden-1hn01op hidden-1dp0tct\",\"data-framer-name\":\"Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gs2jy4\",\"data-framer-name\":\"Detail Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:237,intrinsicWidth:1409,svg:'<svg width=\"1409\" height=\"237\" viewBox=\"0 0 1409 237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1002.17 0H1409V203C1409 219.016 1396.02 232 1380 232H19C10.9918 232 4.5 225.508 4.5 217.5C4.5 209.492 10.9918 203 19 203H770.158C780.928 203 791.243 198.657 798.77 190.953L973.56 12.0468C981.086 4.34311 991.401 0 1002.17 0Z\" fill=\"url(#paint0_linear_654_13449)\"/>\\n<path d=\"M1408.5 0.5H1002.17C991.536 0.5 981.349 4.78882 973.917 12.3962L799.127 191.303C791.507 199.103 781.063 203.5 770.158 203.5H19C11.2679 203.5 5 209.768 5 217.5C5 225.232 11.2679 231.5 19 231.5H1380C1395.74 231.5 1408.5 218.74 1408.5 203V0.5Z\" stroke=\"url(#paint1_linear_654_13449)\" stroke-opacity=\"0.1\"/>\\n<rect y=\"205\" width=\"1359\" height=\"32\" fill=\"black\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_654_13449\" x1=\"593.105\" y1=\"-1.38996\" x2=\"605.803\" y2=\"165.181\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#101010\" stop-opacity=\"0.7\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_654_13449\" x1=\"1287\" y1=\"116\" x2=\"-43.1148\" y2=\"326.194\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n<stop offset=\"0.272409\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\" stop-opacity=\"0.4\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r91bs5\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-c6mtio\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nlxjfb\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v7uy3y\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rbpj17\",\"data-framer-name\":\"Left Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19lhpra\",\"data-framer-name\":\"Detail Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:237,intrinsicWidth:567,svg:'<svg width=\"567\" height=\"237\" viewBox=\"0 0 567 237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H368.268C379.681 0 390.549 4.87456 398.139 13.3969L567 203H0V0Z\" fill=\"url(#paint0_linear_761_2)\"/>\\n<path d=\"M0.5 0.5H368.268C379.538 0.5 390.271 5.31363 397.766 13.7294L565.885 202.5H0.5V0.5Z\" stroke=\"url(#paint1_linear_761_2)\" stroke-opacity=\"0.1\"/>\\n<rect y=\"202\" width=\"567\" height=\"35\" fill=\"black\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_761_2\" x1=\"330.5\" y1=\"-1.20427e-05\" x2=\"297\" y2=\"139\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0.2\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_761_2\" x1=\"92\" y1=\"-31\" x2=\"567\" y2=\"189.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x18tro\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v0puvp\",\"data-framer-name\":\"Tag/Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15e5de6-container\",nodeId:\"QUb1uQ7LD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"QUb1uQ7LD\",KS7KLFqN8:\"Testimonial\",layoutId:\"QUb1uQ7LD\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-afpp2n\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\"},children:\"Customer Reviews About\"})}),className:\"framer-1sg7o42\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Work, Usability and Design.\"})}),className:\"framer-fqnxwl\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1405rli\",\"data-framer-name\":\"Body Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Hear from our happy clients! See how we\u2019ve helped them achieve\",/*#__PURE__*/_jsx(\"br\",{}),\" their goals and create lasting impact.\"]})}),className:\"framer-1r86ffl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-72i8v1\",\"data-framer-name\":\"Client\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-orkfwg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uT67eCmpu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:60,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"uT67eCmpu\",layoutId:\"uT67eCmpu\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mg6cee-container\",inComponentSlot:true,nodeId:\"sd_FQkGNG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/L4DocjHCho066byac7YwQx8maaU.svg\"},\"\"),height:\"100%\",id:\"sd_FQkGNG\",layoutId:\"sd_FQkGNG\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1umnt-container\",inComponentSlot:true,nodeId:\"rb6tlPea9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/vnBmZXJ1bi4Y6BvcC3iGW9cubI.svg\"},\"Logo\"),height:\"100%\",id:\"rb6tlPea9\",layoutId:\"rb6tlPea9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-v19prs-container\",inComponentSlot:true,nodeId:\"zN8OPlAfL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/IGVsQANKljouJZpCwKiD506ntc.svg\"},\"Logo\"),height:\"100%\",id:\"zN8OPlAfL\",layoutId:\"zN8OPlAfL\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jipwj2-container\",inComponentSlot:true,nodeId:\"JpXx9_2Dk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/Bqra9k1vXKwv3SDqyql0VPvFmHA.svg\"},\"Logo\"),height:\"100%\",id:\"JpXx9_2Dk\",layoutId:\"JpXx9_2Dk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8w3wc2\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x5vjl2-container\",nodeId:\"qlEvstG3q\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks6[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks6[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks6[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"View About Colaib\",GT109pdEG:resolvedLinks6[0],height:\"100%\",id:\"qlEvstG3q\",layoutId:\"qlEvstG3q\",SD1BGlGhK:false,variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-148qneb\",\"data-framer-name\":\"Right Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4gj3xx\",\"data-framer-name\":\"Detail Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:237,intrinsicWidth:567,svg:'<svg width=\"567\" height=\"237\" viewBox=\"0 0 567 237\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M567 0H198.732C187.319 0 176.451 4.87456 168.861 13.3969L0 203H567V0Z\" fill=\"url(#paint0_linear_761_6)\"/>\\n<path d=\"M566.5 0.5H198.732C187.462 0.5 176.729 5.31363 169.234 13.7294L1.11487 202.5H566.5V0.5Z\" stroke=\"url(#paint1_linear_761_6)\" stroke-opacity=\"0.1\"/>\\n<rect y=\"202\" width=\"567\" height=\"35\" fill=\"black\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_761_6\" x1=\"236.5\" y1=\"-1.20427e-05\" x2=\"270\" y2=\"139\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0.2\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_761_6\" x1=\"475\" y1=\"-31\" x2=\"-8.44598e-06\" y2=\"189.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\" stop-opacity=\"0.7\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uqkp7x\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 188px) / 3, 50px)`},nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{height:96,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q8y3zp-container\",nodeId:\"y4D9d7rVT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"Vivek Kharki\",gCtlnWMQG:\"Innovate Solutions\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"y4D9d7rVT\",layoutId:\"y4D9d7rVT\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/4WiRMEES43PLbcBserdWwgc3Igk.png\"},\"\"),nJt1b_5wV:\"UserPlus\",style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"CEO\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"They not only futher developed a top-notch website but also provided strategic insights that helped us improve our overall digital presence.\"'})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 188px) / 3, 50px)`},nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{height:96,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wvblu6-container\",nodeId:\"O5NBCVtee\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"Pabitra Khanal\",gCtlnWMQG:\"Nexus Digital\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"O5NBCVtee\",layoutId:\"O5NBCVtee\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/4itW4iWqg4AaHxGpqFPwJvQwtN4.png\"},\"User\"),nJt1b_5wV:\"UserPlus\",style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"CEO\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"The team understood our complex requirements and provided a user-friendly, high-performing chat-bots and emailing service that stands out in the market.\"'})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 188px) / 3, 50px)`},nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{height:96,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xhbdpy-container\",nodeId:\"NeJaAask1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"Avi Kharki\",gCtlnWMQG:\"Career.ai\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"NeJaAask1\",layoutId:\"NeJaAask1\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/UPtfsCulxIESLrJtV74Ytm5FkU.jpeg\"},\"\"),nJt1b_5wV:\"UserPlus\",style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"CEO\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"Their innovative solutions helped streamline our operations, the development and dashboards and all of its functionalities are both functional and visually stunning.\"'})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 188px) / 3, 50px)`},nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{height:96,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-au87lm-container\",nodeId:\"FEofQmHSS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"\",gCtlnWMQG:\"\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"FEofQmHSS\",layoutId:\"FEofQmHSS\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/BVnDqwIkOAE7fKhO3dLVVdkHxk.png\"},\"\"),nJt1b_5wV:\"UserPlus\",style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"We were blown away by the creative approach and attention to detail. They were exactly what we were looking for. The team held our hand during the whole process and updated us throughout the whole process.\"'})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 188px) / 3, 50px)`},nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{height:96,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7w32vh-container\",nodeId:\"ZvKKDMRaa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"\",gCtlnWMQG:\"\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"ZvKKDMRaa\",layoutId:\"ZvKKDMRaa\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/jipspN1zr5Jw37nMEI0cdit3iU.png\"},\"User\"),nJt1b_5wV:\"UserPlus\",style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:\"\\\"The team\u2019s dedication and attention to detail are unmatched. They delivered exactly what we had asked for and more, perfectly reflecting our brand.'\"})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bajme7\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r2dnxe\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gzmta2\",\"data-framer-name\":\"Bottom Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g68fug\",\"data-framer-name\":\"Bottom Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:97,intrinsicWidth:1440,svg:'<svg width=\"1440\" height=\"97\" viewBox=\"0 0 1440 97\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1280.45 0H159.546C133.625 0 108.146 6.71721 85.594 19.4967L-9.15527e-05 68H1440L1354.41 19.4967C1331.85 6.71722 1306.38 0 1280.45 0Z\" fill=\"url(#paint0_linear_763_7)\"/>\\n<path d=\"M159.546 0.5H1280.45C1306.29 0.5 1331.68 7.19483 1354.16 19.9317L1438.1 67.5H1.89644L85.8405 19.9317C108.317 7.19482 133.711 0.5 159.546 0.5Z\" stroke=\"url(#paint1_linear_763_7)\" stroke-opacity=\"0.1\"/>\\n<rect x=\"-9.15527e-05\" y=\"67\" width=\"1440\" height=\"30\" fill=\"url(#paint2_linear_763_7)\"/>\\n<rect x=\"270\" width=\"900\" height=\"1\" fill=\"url(#paint3_linear_763_7)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_763_7\" x1=\"752.681\" y1=\"-2.71596\" x2=\"754.453\" y2=\"134.209\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0A0A0A\"/>\\n<stop offset=\"1\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_763_7\" x1=\"-0.000105544\" y1=\"46\" x2=\"600.261\" y2=\"755.974\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#999999\"/>\\n<stop offset=\"0.506458\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#999999\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_763_7\" x1=\"720\" y1=\"97\" x2=\"720\" y2=\"67\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-color=\"#060606\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_763_7\" x1=\"270\" y1=\"0.5\" x2=\"1170\" y2=\"0.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0055FF\" stop-opacity=\"0\"/>\\n<stop offset=\"0.5\" stop-color=\"#0055FF\"/>\\n<stop offset=\"1\" stop-color=\"#0055FF\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1pepbmc\",\"data-framer-name\":\"FAQ\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbytr4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r6sj4t\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sdblef\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oupus\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n0dhi4-container\",nodeId:\"C7GrmzUVE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"C7GrmzUVE\",KS7KLFqN8:\"FAQ\",layoutId:\"C7GrmzUVE\",rQKAY6456:\"\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rs78dl\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",children:\"Frequently\"})}),className:\"framer-1glvl7s\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Asked Questions\"})}),className:\"framer-14w2ax9\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1modrcz\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:[\"Have questions? Our FAQ section has you covered with \",/*#__PURE__*/_jsx(\"br\",{}),\"quick answers to the most common inquiries.\"]})}),className:\"framer-1h2rlgm\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px) / 2, 1px), 700px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:531,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 300px) / 2, 1px), 700px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hb3fx3-container\",nodeId:\"AZrTW61h4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{style:{width:\"100%\"}},QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FAQFAQ,{height:\"100%\",id:\"AZrTW61h4\",layoutId:\"AZrTW61h4\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jrv7ep\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max(${componentViewport?.width||\"100vw\"} - 140px, 1px), 1000px)`},nWzKj3W9V:{width:`min(max(${componentViewport?.width||\"100vw\"} - 100px, 1px), 1000px)`},QvtLBAi1h:{width:`min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1000px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:488,width:`min(max(${componentViewport?.width||\"100vw\"} - 240px, 1px), 1000px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e98cnd-container\",nodeId:\"mEf4eWefC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{wVGTfqneN:resolvedLinks7[1]},nWzKj3W9V:{wVGTfqneN:resolvedLinks7[2]},QvtLBAi1h:{lTXT0qucV:\"30px\",QVKlogXTW:\"Each Project, Our\",T8OTVIL45:\"Design is Great.\",wVGTfqneN:resolvedLinks7[3]}},children:/*#__PURE__*/_jsx(NavigationCTA,{cwo7DCFXO:\"Feel free to book a short consultation session with our founder Swroop Aryal. During the session, you'll learn how we've successfully implemented AI in businesses similar to yours, providing insights to help you make a more informed decision.\",height:\"100%\",id:\"mEf4eWefC\",layoutId:\"mEf4eWefC\",lTXT0qucV:\"50px\",mAv2pC_4U:\"Join Us Now\",QVKlogXTW:\"Still unsure how AI could\",style:{maxWidth:\"100%\",width:\"100%\"},T8OTVIL45:\"be used in your business?\",width:\"100%\",wVGTfqneN:resolvedLinks7[0]})})})})})})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-zrkjxg\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:473,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a9uo4b-container\",nodeId:\"RPG5eBLVf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{kY2y5JWvj:resolvedLinks8[1],variant:\"aPOG0xPII\"},nWzKj3W9V:{kY2y5JWvj:resolvedLinks8[2],variant:\"PpWX9Nzcf\"},QvtLBAi1h:{kY2y5JWvj:resolvedLinks8[3],variant:\"tAhy0cIZG\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"RPG5eBLVf\",kY2y5JWvj:resolvedLinks8[0],layoutId:\"RPG5eBLVf\",SQp3MREKa:\"ZslCevpJO\",style:{width:\"100%\"},variant:\"hDiagrBhX\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8bz8u7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"N1bp4wWgD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:10,borderRadius:\"0px\",direction:\"to bottom\",height:\"100%\",id:\"N1bp4wWgD\",layoutId:\"N1bp4wWgD\",style:{height:\"100%\",width:\"100%\"},transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n49l9s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NoyMnXTFu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"NoyMnXTFu\",intensity:15,layoutId:\"NoyMnXTFu\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VfFLw.framer-lux5qc, .framer-VfFLw .framer-lux5qc { display: block; }\",\".framer-VfFLw.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-8e9f7de0-9fd7-44d3-bc3e-2dea20c4e4bd, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-VfFLw .framer-1hltwlr-container, .framer-VfFLw .framer-45t73v-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-VfFLw .framer-e006b9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-VfFLw .framer-1582ruv { flex: none; height: 80px; overflow: hidden; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1xmfp64 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1fifjqb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-5xyw5j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1dle68w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-16birka-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VfFLw .framer-1h00ng3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-5hbeit, .framer-VfFLw .framer-j0exq4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-VfFLw .framer-1yftqk8 { 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; max-width: 500px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1voaq80, .framer-VfFLw .framer-2vizef, .framer-VfFLw .framer-18gwxce, .framer-VfFLw .framer-1sg5d3n, .framer-VfFLw .framer-fayr9c, .framer-VfFLw .framer-1r86ffl, .framer-VfFLw .framer-1h2rlgm { --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; z-index: 1; }\",\".framer-VfFLw .framer-1df8tgi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VfFLw .framer-261qcz-container, .framer-VfFLw .framer-1yt9hfz-container, .framer-VfFLw .framer-jygk3h-container, .framer-VfFLw .framer-2lovxa-container, .framer-VfFLw .framer-1kz9gu2-container, .framer-VfFLw .framer-d1gar7-container, .framer-VfFLw .framer-1x3xxdo-container, .framer-VfFLw .framer-ajojcn-container, .framer-VfFLw .framer-15e5de6-container, .framer-VfFLw .framer-x5vjl2-container, .framer-VfFLw .framer-1n0dhi4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VfFLw .framer-1jq7msv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",'.framer-VfFLw .framer-1itu3fc { background: linear-gradient(270deg, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) /* {\"name\":\"White 0%\"} */ 0%, var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2)) /* {\"name\":\"White 20%\"} */ 50%, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) /* {\"name\":\"White 0%\"} */ 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }',\".framer-VfFLw .framer-c3kj4e-container { flex: none; height: 80px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1r1svts-container, .framer-VfFLw .framer-qy2zoe-container, .framer-VfFLw .framer-l89qtw-container, .framer-VfFLw .framer-18tgjhe-container, .framer-VfFLw .framer-1mg6cee-container, .framer-VfFLw .framer-l1umnt-container, .framer-VfFLw .framer-v19prs-container, .framer-VfFLw .framer-1jipwj2-container { height: 80px; position: relative; width: 80px; }\",\".framer-VfFLw .framer-eu8ig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",'.framer-VfFLw .framer-14yd2e5, .framer-VfFLw .framer-1pp0g3v, .framer-VfFLw .framer-1f0ml05, .framer-VfFLw .framer-r91bs5 { background: linear-gradient(90.00000000000075deg, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 0%, var(--token-d86f1591-0c16-44cd-be10-19334dfa9293, rgba(255, 255, 255, 0.1)) /* {\"name\":\"White 10%\"} */ 50%, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 100%); flex: none; height: 1px; max-width: 1300px; position: relative; width: 100%; }',\".framer-VfFLw .framer-1a25acp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-ccisfy-container { flex: 1 0 0px; height: auto; max-width: 528px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-p2k6uz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-10uve6y, .framer-VfFLw .framer-1eav9w2, .framer-VfFLw .framer-1lhp7lu, .framer-VfFLw .framer-oupus { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-mkynu0, .framer-VfFLw .framer-2sfjbq, .framer-VfFLw .framer-gpv7f4, .framer-VfFLw .framer-1rs78dl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1kjuqnv, .framer-VfFLw .framer-tlxas, .framer-VfFLw .framer-vsb8ec, .framer-VfFLw .framer-1rypmue, .framer-VfFLw .framer-17aus1q, .framer-VfFLw .framer-1kfydsz, .framer-VfFLw .framer-90x92n, .framer-VfFLw .framer-y9edzd, .framer-VfFLw .framer-1sg7o42, .framer-VfFLw .framer-fqnxwl, .framer-VfFLw .framer-1glvl7s, .framer-VfFLw .framer-14w2ax9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VfFLw .framer-1cq9i1m, .framer-VfFLw .framer-1rwxlia, .framer-VfFLw .framer-hxa0sp, .framer-VfFLw .framer-1405rli { 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; max-width: 520px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1ap0sj7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-g2ifgt, .framer-VfFLw .framer-sdblef { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-17z6o9l { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-VfFLw .framer-1o9yqvs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 500px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1fk5bu4-container, .framer-VfFLw .framer-8odurv-container, .framer-VfFLw .framer-12a5cn0-container, .framer-VfFLw .framer-1rykz0d-container, .framer-VfFLw .framer-r7fhpr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1c41714 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-17ryx7r { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 40px; }\",\".framer-VfFLw .framer-15nod7u { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 810px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-VfFLw .framer-udskdh { -webkit-mask: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%) add; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); flex: 1 0 0px; height: 180px; mask: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%) add; overflow: visible; position: relative; width: 1px; z-index: 7; }\",\".framer-VfFLw .framer-ryrj4a-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-VfFLw .framer-kdzoja { -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-VfFLw .framer-xdnwkp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-kdk7en, .framer-VfFLw .framer-nlxjfb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-13oyhdf, .framer-VfFLw .framer-v7uy3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-17gpsx7, .framer-VfFLw .framer-1rbpj17 { align-content: center; align-items: center; bottom: -47px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -83px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-VfFLw .framer-1tww9lv, .framer-VfFLw .framer-1f0bf0k, .framer-VfFLw .framer-19lhpra, .framer-VfFLw .framer-4gj3xx { flex: none; height: 237px; position: relative; width: 567px; z-index: 1; }\",\".framer-VfFLw .framer-17s9fd3, .framer-VfFLw .framer-x18tro { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 630px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-1751ajw, .framer-VfFLw .framer-1v0puvp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-698xn5, .framer-VfFLw .framer-afpp2n { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-iwqckl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-11dxekm, .framer-VfFLw .framer-148qneb { align-content: center; align-items: center; bottom: -47px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -83px; width: min-content; z-index: 1; }\",\".framer-VfFLw .framer-xj2tg3-container { flex: none; height: 520px; position: relative; width: 100%; z-index: 3; }\",\".framer-VfFLw .framer-1awkino-container, .framer-VfFLw .framer-1csl7oj-container, .framer-VfFLw .framer-8buddy-container, .framer-VfFLw .framer-sd2stm-container { height: auto; position: relative; width: auto; }\",\".framer-VfFLw .framer-h1qqro-container { flex: none; height: 530px; position: relative; width: 100%; z-index: 2; }\",\".framer-VfFLw .framer-u6081e-container, .framer-VfFLw .framer-abldc9-container, .framer-VfFLw .framer-o1flqi-container, .framer-VfFLw .framer-6jyvqb-container { height: auto; position: relative; width: 330px; }\",\".framer-VfFLw .framer-d4ykwh, .framer-VfFLw .framer-bajme7 { -webkit-filter: blur(60px); background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 35%; border-bottom-right-radius: 35%; border-top-left-radius: 35%; border-top-right-radius: 35%; bottom: -2px; filter: blur(60px); flex: none; height: 112px; left: calc(33.12500000000002% - 645px / 2); position: absolute; width: 645px; z-index: 0; }\",\".framer-VfFLw .framer-1q617oj, .framer-VfFLw .framer-1r2dnxe { -webkit-filter: blur(60px); background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 35%; border-bottom-right-radius: 35%; border-top-left-radius: 35%; border-top-right-radius: 35%; bottom: -2px; filter: blur(60px); flex: none; height: 112px; left: calc(71.87500000000003% - 500px / 2); position: absolute; width: 500px; z-index: 0; }\",\".framer-VfFLw .framer-emg3c0, .framer-VfFLw .framer-gzmta2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-VfFLw .framer-1qt1jil, .framer-VfFLw .framer-1g68fug { flex: 1 0 0px; height: 97px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-1yk5pn0, .framer-VfFLw .framer-1pepbmc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-uulf7u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-162dm7o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-q49dtq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-r8qtub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-coxtid-container { flex: 1 0 0px; height: auto; max-width: 528px; position: sticky; top: 100px; width: 1px; z-index: 1; }\",\".framer-VfFLw .framer-1hw5zyq, .framer-VfFLw .framer-c6mtio { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-19lnfss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-VfFLw .framer-kqdfuk { 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 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-pkcbyq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 860px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-1pzdjyy { 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-VfFLw .framer-1r3g3go { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1w384ob-container, .framer-VfFLw .framer-3zij9t-container { flex: none; height: auto; position: relative; width: 450px; z-index: 1; }\",\".framer-VfFLw .framer-1mw1pop-container { flex: none; height: auto; position: relative; width: 466px; z-index: 1; }\",\".framer-VfFLw .framer-15yderj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 70px 0px 70px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-164uhdp-container { flex: none; height: 446px; position: relative; width: 720px; z-index: 1; }\",\".framer-VfFLw .framer-jc8v70 { 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: absolute; right: -183px; top: 199px; width: min-content; z-index: 0; }\",\".framer-VfFLw .framer-1gs2jy4 { flex: none; height: 237px; position: relative; width: 1409px; }\",\".framer-VfFLw .framer-72i8v1 { 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-VfFLw .framer-orkfwg-container { flex: none; height: 80px; position: relative; width: 450px; }\",\".framer-VfFLw .framer-8w3wc2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1uqkp7x { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 100%; z-index: 2; }\",\".framer-VfFLw .framer-1q8y3zp-container, .framer-VfFLw .framer-1wvblu6-container, .framer-VfFLw .framer-1xhbdpy-container, .framer-VfFLw .framer-au87lm-container, .framer-VfFLw .framer-7w32vh-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-VfFLw .framer-zbytr4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-r6sj4t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 450px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VfFLw .framer-1modrcz { 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; max-width: 450px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-1hb3fx3-container { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; width: 1px; z-index: 1; }\",\".framer-VfFLw .framer-1jrv7ep { 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: 120px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-e98cnd-container { flex: 1 0 0px; height: auto; max-width: 1000px; position: relative; width: 1px; z-index: 0; }\",\".framer-VfFLw .framer-zrkjxg { 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: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VfFLw .framer-a9uo4b-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 9; }\",\".framer-VfFLw .framer-8bz8u7-container { bottom: 0px; flex: none; height: 160px; left: 0px; pointer-events: none; position: fixed; right: 0px; z-index: 8; }\",\".framer-VfFLw .framer-1n49l9s-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VfFLw.framer-72rtr7, .framer-VfFLw .framer-e006b9, .framer-VfFLw .framer-1xmfp64, .framer-VfFLw .framer-1fifjqb, .framer-VfFLw .framer-5xyw5j, .framer-VfFLw .framer-1dle68w, .framer-VfFLw .framer-1h00ng3, .framer-VfFLw .framer-1yftqk8, .framer-VfFLw .framer-1df8tgi, .framer-VfFLw .framer-1jq7msv, .framer-VfFLw .framer-eu8ig, .framer-VfFLw .framer-1a25acp, .framer-VfFLw .framer-p2k6uz, .framer-VfFLw .framer-10uve6y, .framer-VfFLw .framer-mkynu0, .framer-VfFLw .framer-1cq9i1m, .framer-VfFLw .framer-1ap0sj7, .framer-VfFLw .framer-g2ifgt, .framer-VfFLw .framer-1o9yqvs, .framer-VfFLw .framer-1c41714, .framer-VfFLw .framer-15nod7u, .framer-VfFLw .framer-xdnwkp, .framer-VfFLw .framer-kdk7en, .framer-VfFLw .framer-13oyhdf, .framer-VfFLw .framer-17gpsx7, .framer-VfFLw .framer-17s9fd3, .framer-VfFLw .framer-1751ajw, .framer-VfFLw .framer-698xn5, .framer-VfFLw .framer-1rwxlia, .framer-VfFLw .framer-iwqckl, .framer-VfFLw .framer-11dxekm, .framer-VfFLw .framer-emg3c0, .framer-VfFLw .framer-1yk5pn0, .framer-VfFLw .framer-uulf7u, .framer-VfFLw .framer-162dm7o, .framer-VfFLw .framer-q49dtq, .framer-VfFLw .framer-1eav9w2, .framer-VfFLw .framer-2sfjbq, .framer-VfFLw .framer-hxa0sp, .framer-VfFLw .framer-r8qtub, .framer-VfFLw .framer-1hw5zyq, .framer-VfFLw .framer-19lnfss, .framer-VfFLw .framer-kqdfuk, .framer-VfFLw .framer-pkcbyq, .framer-VfFLw .framer-1lhp7lu, .framer-VfFLw .framer-gpv7f4, .framer-VfFLw .framer-1pzdjyy, .framer-VfFLw .framer-1r3g3go, .framer-VfFLw .framer-15yderj, .framer-VfFLw .framer-jc8v70, .framer-VfFLw .framer-c6mtio, .framer-VfFLw .framer-nlxjfb, .framer-VfFLw .framer-v7uy3y, .framer-VfFLw .framer-1rbpj17, .framer-VfFLw .framer-x18tro, .framer-VfFLw .framer-1v0puvp, .framer-VfFLw .framer-afpp2n, .framer-VfFLw .framer-1405rli, .framer-VfFLw .framer-72i8v1, .framer-VfFLw .framer-8w3wc2, .framer-VfFLw .framer-148qneb, .framer-VfFLw .framer-gzmta2, .framer-VfFLw .framer-1pepbmc, .framer-VfFLw .framer-zbytr4, .framer-VfFLw .framer-r6sj4t, .framer-VfFLw .framer-sdblef, .framer-VfFLw .framer-oupus, .framer-VfFLw .framer-1rs78dl, .framer-VfFLw .framer-1modrcz, .framer-VfFLw .framer-1jrv7ep, .framer-VfFLw .framer-zrkjxg { gap: 0px; } .framer-VfFLw.framer-72rtr7 > *, .framer-VfFLw .framer-1h00ng3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VfFLw.framer-72rtr7 > :first-child, .framer-VfFLw .framer-e006b9 > :first-child, .framer-VfFLw .framer-1xmfp64 > :first-child, .framer-VfFLw .framer-1fifjqb > :first-child, .framer-VfFLw .framer-5xyw5j > :first-child, .framer-VfFLw .framer-1dle68w > :first-child, .framer-VfFLw .framer-1h00ng3 > :first-child, .framer-VfFLw .framer-1jq7msv > :first-child, .framer-VfFLw .framer-eu8ig > :first-child, .framer-VfFLw .framer-p2k6uz > :first-child, .framer-VfFLw .framer-10uve6y > :first-child, .framer-VfFLw .framer-mkynu0 > :first-child, .framer-VfFLw .framer-1ap0sj7 > :first-child, .framer-VfFLw .framer-g2ifgt > :first-child, .framer-VfFLw .framer-1o9yqvs > :first-child, .framer-VfFLw .framer-xdnwkp > :first-child, .framer-VfFLw .framer-kdk7en > :first-child, .framer-VfFLw .framer-17gpsx7 > :first-child, .framer-VfFLw .framer-17s9fd3 > :first-child, .framer-VfFLw .framer-1751ajw > :first-child, .framer-VfFLw .framer-698xn5 > :first-child, .framer-VfFLw .framer-iwqckl > :first-child, .framer-VfFLw .framer-1yk5pn0 > :first-child, .framer-VfFLw .framer-162dm7o > :first-child, .framer-VfFLw .framer-q49dtq > :first-child, .framer-VfFLw .framer-1eav9w2 > :first-child, .framer-VfFLw .framer-2sfjbq > :first-child, .framer-VfFLw .framer-r8qtub > :first-child, .framer-VfFLw .framer-1hw5zyq > :first-child, .framer-VfFLw .framer-19lnfss > :first-child, .framer-VfFLw .framer-pkcbyq > :first-child, .framer-VfFLw .framer-1lhp7lu > :first-child, .framer-VfFLw .framer-gpv7f4 > :first-child, .framer-VfFLw .framer-c6mtio > :first-child, .framer-VfFLw .framer-nlxjfb > :first-child, .framer-VfFLw .framer-1rbpj17 > :first-child, .framer-VfFLw .framer-x18tro > :first-child, .framer-VfFLw .framer-1v0puvp > :first-child, .framer-VfFLw .framer-afpp2n > :first-child, .framer-VfFLw .framer-8w3wc2 > :first-child, .framer-VfFLw .framer-1pepbmc > :first-child, .framer-VfFLw .framer-r6sj4t > :first-child, .framer-VfFLw .framer-sdblef > :first-child, .framer-VfFLw .framer-oupus > :first-child, .framer-VfFLw .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-VfFLw.framer-72rtr7 > :last-child, .framer-VfFLw .framer-e006b9 > :last-child, .framer-VfFLw .framer-1xmfp64 > :last-child, .framer-VfFLw .framer-1fifjqb > :last-child, .framer-VfFLw .framer-5xyw5j > :last-child, .framer-VfFLw .framer-1dle68w > :last-child, .framer-VfFLw .framer-1h00ng3 > :last-child, .framer-VfFLw .framer-1jq7msv > :last-child, .framer-VfFLw .framer-eu8ig > :last-child, .framer-VfFLw .framer-p2k6uz > :last-child, .framer-VfFLw .framer-10uve6y > :last-child, .framer-VfFLw .framer-mkynu0 > :last-child, .framer-VfFLw .framer-1ap0sj7 > :last-child, .framer-VfFLw .framer-g2ifgt > :last-child, .framer-VfFLw .framer-1o9yqvs > :last-child, .framer-VfFLw .framer-xdnwkp > :last-child, .framer-VfFLw .framer-kdk7en > :last-child, .framer-VfFLw .framer-17gpsx7 > :last-child, .framer-VfFLw .framer-17s9fd3 > :last-child, .framer-VfFLw .framer-1751ajw > :last-child, .framer-VfFLw .framer-698xn5 > :last-child, .framer-VfFLw .framer-iwqckl > :last-child, .framer-VfFLw .framer-1yk5pn0 > :last-child, .framer-VfFLw .framer-162dm7o > :last-child, .framer-VfFLw .framer-q49dtq > :last-child, .framer-VfFLw .framer-1eav9w2 > :last-child, .framer-VfFLw .framer-2sfjbq > :last-child, .framer-VfFLw .framer-r8qtub > :last-child, .framer-VfFLw .framer-1hw5zyq > :last-child, .framer-VfFLw .framer-19lnfss > :last-child, .framer-VfFLw .framer-pkcbyq > :last-child, .framer-VfFLw .framer-1lhp7lu > :last-child, .framer-VfFLw .framer-gpv7f4 > :last-child, .framer-VfFLw .framer-c6mtio > :last-child, .framer-VfFLw .framer-nlxjfb > :last-child, .framer-VfFLw .framer-1rbpj17 > :last-child, .framer-VfFLw .framer-x18tro > :last-child, .framer-VfFLw .framer-1v0puvp > :last-child, .framer-VfFLw .framer-afpp2n > :last-child, .framer-VfFLw .framer-8w3wc2 > :last-child, .framer-VfFLw .framer-1pepbmc > :last-child, .framer-VfFLw .framer-r6sj4t > :last-child, .framer-VfFLw .framer-sdblef > :last-child, .framer-VfFLw .framer-oupus > :last-child, .framer-VfFLw .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-VfFLw .framer-e006b9 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-VfFLw .framer-1xmfp64 > *, .framer-VfFLw .framer-1ap0sj7 > *, .framer-VfFLw .framer-iwqckl > *, .framer-VfFLw .framer-162dm7o > *, .framer-VfFLw .framer-8w3wc2 > *, .framer-VfFLw .framer-r6sj4t > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-VfFLw .framer-1fifjqb > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-VfFLw .framer-5xyw5j > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-VfFLw .framer-1dle68w > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-VfFLw .framer-1yftqk8 > *, .framer-VfFLw .framer-1cq9i1m > *, .framer-VfFLw .framer-1c41714 > *, .framer-VfFLw .framer-15nod7u > *, .framer-VfFLw .framer-13oyhdf > *, .framer-VfFLw .framer-1rwxlia > *, .framer-VfFLw .framer-11dxekm > *, .framer-VfFLw .framer-emg3c0 > *, .framer-VfFLw .framer-hxa0sp > *, .framer-VfFLw .framer-kqdfuk > *, .framer-VfFLw .framer-1pzdjyy > *, .framer-VfFLw .framer-jc8v70 > *, .framer-VfFLw .framer-v7uy3y > *, .framer-VfFLw .framer-1405rli > *, .framer-VfFLw .framer-72i8v1 > *, .framer-VfFLw .framer-148qneb > *, .framer-VfFLw .framer-gzmta2 > *, .framer-VfFLw .framer-1modrcz > *, .framer-VfFLw .framer-1jrv7ep > *, .framer-VfFLw .framer-zrkjxg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VfFLw .framer-1yftqk8 > :first-child, .framer-VfFLw .framer-1df8tgi > :first-child, .framer-VfFLw .framer-1a25acp > :first-child, .framer-VfFLw .framer-1cq9i1m > :first-child, .framer-VfFLw .framer-1c41714 > :first-child, .framer-VfFLw .framer-15nod7u > :first-child, .framer-VfFLw .framer-13oyhdf > :first-child, .framer-VfFLw .framer-1rwxlia > :first-child, .framer-VfFLw .framer-11dxekm > :first-child, .framer-VfFLw .framer-emg3c0 > :first-child, .framer-VfFLw .framer-uulf7u > :first-child, .framer-VfFLw .framer-hxa0sp > :first-child, .framer-VfFLw .framer-kqdfuk > :first-child, .framer-VfFLw .framer-1pzdjyy > :first-child, .framer-VfFLw .framer-1r3g3go > :first-child, .framer-VfFLw .framer-15yderj > :first-child, .framer-VfFLw .framer-jc8v70 > :first-child, .framer-VfFLw .framer-v7uy3y > :first-child, .framer-VfFLw .framer-1405rli > :first-child, .framer-VfFLw .framer-72i8v1 > :first-child, .framer-VfFLw .framer-148qneb > :first-child, .framer-VfFLw .framer-gzmta2 > :first-child, .framer-VfFLw .framer-zbytr4 > :first-child, .framer-VfFLw .framer-1modrcz > :first-child, .framer-VfFLw .framer-1jrv7ep > :first-child, .framer-VfFLw .framer-zrkjxg > :first-child { margin-left: 0px; } .framer-VfFLw .framer-1yftqk8 > :last-child, .framer-VfFLw .framer-1df8tgi > :last-child, .framer-VfFLw .framer-1a25acp > :last-child, .framer-VfFLw .framer-1cq9i1m > :last-child, .framer-VfFLw .framer-1c41714 > :last-child, .framer-VfFLw .framer-15nod7u > :last-child, .framer-VfFLw .framer-13oyhdf > :last-child, .framer-VfFLw .framer-1rwxlia > :last-child, .framer-VfFLw .framer-11dxekm > :last-child, .framer-VfFLw .framer-emg3c0 > :last-child, .framer-VfFLw .framer-uulf7u > :last-child, .framer-VfFLw .framer-hxa0sp > :last-child, .framer-VfFLw .framer-kqdfuk > :last-child, .framer-VfFLw .framer-1pzdjyy > :last-child, .framer-VfFLw .framer-1r3g3go > :last-child, .framer-VfFLw .framer-15yderj > :last-child, .framer-VfFLw .framer-jc8v70 > :last-child, .framer-VfFLw .framer-v7uy3y > :last-child, .framer-VfFLw .framer-1405rli > :last-child, .framer-VfFLw .framer-72i8v1 > :last-child, .framer-VfFLw .framer-148qneb > :last-child, .framer-VfFLw .framer-gzmta2 > :last-child, .framer-VfFLw .framer-zbytr4 > :last-child, .framer-VfFLw .framer-1modrcz > :last-child, .framer-VfFLw .framer-1jrv7ep > :last-child, .framer-VfFLw .framer-zrkjxg > :last-child { margin-right: 0px; } .framer-VfFLw .framer-1df8tgi > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-VfFLw .framer-1jq7msv > *, .framer-VfFLw .framer-1o9yqvs > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-VfFLw .framer-eu8ig > *, .framer-VfFLw .framer-1yk5pn0 > *, .framer-VfFLw .framer-1hw5zyq > *, .framer-VfFLw .framer-c6mtio > *, .framer-VfFLw .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-VfFLw .framer-1a25acp > *, .framer-VfFLw .framer-uulf7u > * { margin: 0px; margin-left: calc(84px / 2); margin-right: calc(84px / 2); } .framer-VfFLw .framer-p2k6uz > *, .framer-VfFLw .framer-10uve6y > *, .framer-VfFLw .framer-g2ifgt > *, .framer-VfFLw .framer-17s9fd3 > *, .framer-VfFLw .framer-1751ajw > *, .framer-VfFLw .framer-q49dtq > *, .framer-VfFLw .framer-1eav9w2 > *, .framer-VfFLw .framer-1lhp7lu > *, .framer-VfFLw .framer-x18tro > *, .framer-VfFLw .framer-1v0puvp > *, .framer-VfFLw .framer-sdblef > *, .framer-VfFLw .framer-oupus > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VfFLw .framer-mkynu0 > *, .framer-VfFLw .framer-17gpsx7 > *, .framer-VfFLw .framer-698xn5 > *, .framer-VfFLw .framer-2sfjbq > *, .framer-VfFLw .framer-gpv7f4 > *, .framer-VfFLw .framer-1rbpj17 > *, .framer-VfFLw .framer-afpp2n > *, .framer-VfFLw .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VfFLw .framer-xdnwkp > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-VfFLw .framer-kdk7en > *, .framer-VfFLw .framer-19lnfss > *, .framer-VfFLw .framer-nlxjfb > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-VfFLw .framer-r8qtub > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VfFLw .framer-pkcbyq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VfFLw .framer-1r3g3go > *, .framer-VfFLw .framer-15yderj > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-VfFLw .framer-zbytr4 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-VfFLw.framer-72rtr7 { width: 1200px; } .framer-VfFLw .framer-1xmfp64, .framer-VfFLw .framer-1a25acp, .framer-VfFLw .framer-13oyhdf, .framer-VfFLw .framer-uulf7u, .framer-VfFLw .framer-v7uy3y, .framer-VfFLw .framer-1uqkp7x, .framer-VfFLw .framer-zbytr4 { padding: 0px 70px 0px 70px; } .framer-VfFLw .framer-17gpsx7, .framer-VfFLw .framer-1rbpj17 { left: -203px; } .framer-VfFLw .framer-11dxekm, .framer-VfFLw .framer-148qneb { right: -203px; } .framer-VfFLw .framer-d4ykwh, .framer-VfFLw .framer-bajme7 { left: calc(30.583333333333357% - 445px / 2); width: 445px; } .framer-VfFLw .framer-1q617oj, .framer-VfFLw .framer-1r2dnxe { left: calc(67.08333333333336% - 500px / 2); } .framer-VfFLw .framer-19lnfss { gap: 44px; order: 0; } .framer-VfFLw .framer-kqdfuk { order: 0; padding: 0px 70px 0px 70px; } .framer-VfFLw .framer-1r3g3go { gap: 52px; order: 2; padding: 0px 70px 0px 70px; } .framer-VfFLw .framer-1mw1pop-container { order: 1; width: 509px; } .framer-VfFLw .framer-3zij9t-container { order: 2; width: 509px; } .framer-VfFLw .framer-15yderj, .framer-VfFLw .framer-jc8v70 { order: 1; } .framer-VfFLw .framer-164uhdp-container { order: 0; } .framer-VfFLw .framer-r91bs5 { order: 2; } .framer-VfFLw .framer-1jrv7ep { padding: 120px 70px 0px 70px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VfFLw .framer-19lnfss, .framer-VfFLw .framer-1r3g3go { gap: 0px; } .framer-VfFLw .framer-19lnfss > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-VfFLw .framer-19lnfss > :first-child { margin-top: 0px; } .framer-VfFLw .framer-19lnfss > :last-child { margin-bottom: 0px; } .framer-VfFLw .framer-1r3g3go > * { margin: 0px; margin-left: calc(52px / 2); margin-right: calc(52px / 2); } .framer-VfFLw .framer-1r3g3go > :first-child { margin-left: 0px; } .framer-VfFLw .framer-1r3g3go > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-VfFLw.framer-72rtr7 { width: 810px; } .framer-VfFLw .framer-1hltwlr-container { position: absolute; } .framer-VfFLw .framer-1xmfp64, .framer-VfFLw .framer-13oyhdf, .framer-VfFLw .framer-kqdfuk, .framer-VfFLw .framer-v7uy3y { padding: 0px 50px 0px 50px; } .framer-VfFLw .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px 50px 0px 50px; } .framer-VfFLw .framer-ccisfy-container, .framer-VfFLw .framer-coxtid-container, .framer-VfFLw .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-VfFLw .framer-p2k6uz, .framer-VfFLw .framer-r6sj4t { flex: none; order: 0; width: 100%; } .framer-VfFLw .framer-17gpsx7, .framer-VfFLw .framer-1rbpj17 { bottom: -97px; left: -160px; } .framer-VfFLw .framer-1tww9lv, .framer-VfFLw .framer-1f0bf0k, .framer-VfFLw .framer-19lhpra, .framer-VfFLw .framer-4gj3xx { height: 170px; width: 407px; } .framer-VfFLw .framer-11dxekm, .framer-VfFLw .framer-148qneb { bottom: -97px; right: -160px; } .framer-VfFLw .framer-d4ykwh, .framer-VfFLw .framer-bajme7 { bottom: 19px; height: 70px; left: calc(64.07407407407409% - 404px / 2); width: 404px; } .framer-VfFLw .framer-1q617oj, .framer-VfFLw .framer-1r2dnxe { bottom: 19px; height: 70px; left: calc(34.81481481481484% - 387px / 2); width: 387px; } .framer-VfFLw .framer-1qt1jil, .framer-VfFLw .framer-1g68fug { height: 70px; } .framer-VfFLw .framer-uulf7u, .framer-VfFLw .framer-1r3g3go, .framer-VfFLw .framer-zbytr4 { flex-direction: column; padding: 0px 50px 0px 50px; } .framer-VfFLw .framer-162dm7o { flex: none; max-width: unset; order: 0; width: 100%; } .framer-VfFLw .framer-1w384ob-container, .framer-VfFLw .framer-1mw1pop-container { width: 639px; } .framer-VfFLw .framer-3zij9t-container { width: 654px; } .framer-VfFLw .framer-1uqkp7x { grid-template-columns: repeat(2, minmax(50px, 1fr)); padding: 0px 50px 0px 50px; } .framer-VfFLw .framer-1jrv7ep { padding: 120px 50px 0px 50px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VfFLw .framer-1a25acp, .framer-VfFLw .framer-uulf7u, .framer-VfFLw .framer-1r3g3go, .framer-VfFLw .framer-zbytr4 { gap: 0px; } .framer-VfFLw .framer-1a25acp > *, .framer-VfFLw .framer-uulf7u > * { margin: 0px; margin-bottom: calc(84px / 2); margin-top: calc(84px / 2); } .framer-VfFLw .framer-1a25acp > :first-child, .framer-VfFLw .framer-uulf7u > :first-child, .framer-VfFLw .framer-1r3g3go > :first-child, .framer-VfFLw .framer-zbytr4 > :first-child { margin-top: 0px; } .framer-VfFLw .framer-1a25acp > :last-child, .framer-VfFLw .framer-uulf7u > :last-child, .framer-VfFLw .framer-1r3g3go > :last-child, .framer-VfFLw .framer-zbytr4 > :last-child { margin-bottom: 0px; } .framer-VfFLw .framer-1r3g3go > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-VfFLw .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-VfFLw.framer-72rtr7 { width: 390px; } .framer-VfFLw .framer-1xmfp64, .framer-VfFLw .framer-13oyhdf, .framer-VfFLw .framer-kqdfuk, .framer-VfFLw .framer-v7uy3y { padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-1fifjqb, .framer-VfFLw .framer-17s9fd3, .framer-VfFLw .framer-q49dtq, .framer-VfFLw .framer-pkcbyq, .framer-VfFLw .framer-x18tro { max-width: 460px; } .framer-VfFLw .framer-eu8ig { gap: 70px; padding: 20px 0px 0px 0px; } .framer-VfFLw .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 70px; padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-ccisfy-container, .framer-VfFLw .framer-coxtid-container { flex: none; height: 340px; max-width: unset; order: 1; width: 100%; } .framer-VfFLw .framer-p2k6uz, .framer-VfFLw .framer-r6sj4t { flex: none; max-width: 460px; order: 0; width: 100%; } .framer-VfFLw .framer-mkynu0, .framer-VfFLw .framer-698xn5, .framer-VfFLw .framer-2sfjbq, .framer-VfFLw .framer-gpv7f4, .framer-VfFLw .framer-afpp2n, .framer-VfFLw .framer-1rs78dl { gap: 3px; } .framer-VfFLw .framer-1c41714 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; } .framer-VfFLw .framer-2lovxa-container { order: 1; } .framer-VfFLw .framer-15nod7u { flex-direction: column; justify-content: flex-end; } .framer-VfFLw .framer-udskdh { flex: none; width: 100%; } .framer-VfFLw .framer-xdnwkp { gap: 100px; padding: 70px 0px 0px 0px; } .framer-VfFLw .framer-kdk7en, .framer-VfFLw .framer-nlxjfb { gap: 60px; } .framer-VfFLw .framer-17gpsx7, .framer-VfFLw .framer-1rbpj17 { bottom: -67px; left: -143px; } .framer-VfFLw .framer-1tww9lv, .framer-VfFLw .framer-1f0bf0k, .framer-VfFLw .framer-19lhpra, .framer-VfFLw .framer-4gj3xx { height: 110px; width: 263px; } .framer-VfFLw .framer-11dxekm, .framer-VfFLw .framer-148qneb { bottom: -67px; right: -143px; } .framer-VfFLw .framer-d4ykwh, .framer-VfFLw .framer-bajme7 { height: 52px; left: calc(38.205128205128226% - 248px / 2); width: 248px; } .framer-VfFLw .framer-1q617oj, .framer-VfFLw .framer-1r2dnxe { height: 52px; left: calc(61.53846153846156% - 248px / 2); width: 248px; } .framer-VfFLw .framer-1qt1jil, .framer-VfFLw .framer-1g68fug { height: 30px; } .framer-VfFLw .framer-1yk5pn0, .framer-VfFLw .framer-1pepbmc { gap: 70px; } .framer-VfFLw .framer-uulf7u { flex-direction: column; gap: 70px; padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-162dm7o { flex: none; gap: 40px; max-width: unset; order: 0; width: 100%; } .framer-VfFLw .framer-1hw5zyq { gap: 70px; padding: 70px 0px 0px 0px; } .framer-VfFLw .framer-19lnfss { gap: 40px; } .framer-VfFLw .framer-1r3g3go { flex-direction: column; padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-1w384ob-container, .framer-VfFLw .framer-1mw1pop-container, .framer-VfFLw .framer-3zij9t-container { width: 351px; } .framer-VfFLw .framer-c6mtio { padding: 70px 0px 0px 0px; } .framer-VfFLw .framer-72i8v1 { width: 100%; } .framer-VfFLw .framer-orkfwg-container { flex: 1 0 0px; width: 1px; } .framer-VfFLw .framer-1uqkp7x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-1q8y3zp-container, .framer-VfFLw .framer-1wvblu6-container, .framer-VfFLw .framer-1xhbdpy-container, .framer-VfFLw .framer-au87lm-container, .framer-VfFLw .framer-7w32vh-container { align-self: unset; } .framer-VfFLw .framer-zbytr4 { flex-direction: column; gap: 40px; padding: 0px 30px 0px 30px; } .framer-VfFLw .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-VfFLw .framer-1jrv7ep { padding: 80px 30px 0px 30px; } .framer-VfFLw .framer-zrkjxg { padding: 80px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VfFLw .framer-eu8ig, .framer-VfFLw .framer-1a25acp, .framer-VfFLw .framer-mkynu0, .framer-VfFLw .framer-1c41714, .framer-VfFLw .framer-15nod7u, .framer-VfFLw .framer-xdnwkp, .framer-VfFLw .framer-kdk7en, .framer-VfFLw .framer-698xn5, .framer-VfFLw .framer-1yk5pn0, .framer-VfFLw .framer-uulf7u, .framer-VfFLw .framer-162dm7o, .framer-VfFLw .framer-2sfjbq, .framer-VfFLw .framer-1hw5zyq, .framer-VfFLw .framer-19lnfss, .framer-VfFLw .framer-gpv7f4, .framer-VfFLw .framer-1r3g3go, .framer-VfFLw .framer-nlxjfb, .framer-VfFLw .framer-afpp2n, .framer-VfFLw .framer-1uqkp7x, .framer-VfFLw .framer-1pepbmc, .framer-VfFLw .framer-zbytr4, .framer-VfFLw .framer-1rs78dl { gap: 0px; } .framer-VfFLw .framer-eu8ig > *, .framer-VfFLw .framer-1a25acp > *, .framer-VfFLw .framer-1yk5pn0 > *, .framer-VfFLw .framer-uulf7u > *, .framer-VfFLw .framer-1hw5zyq > *, .framer-VfFLw .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-VfFLw .framer-eu8ig > :first-child, .framer-VfFLw .framer-1a25acp > :first-child, .framer-VfFLw .framer-mkynu0 > :first-child, .framer-VfFLw .framer-1c41714 > :first-child, .framer-VfFLw .framer-15nod7u > :first-child, .framer-VfFLw .framer-xdnwkp > :first-child, .framer-VfFLw .framer-kdk7en > :first-child, .framer-VfFLw .framer-698xn5 > :first-child, .framer-VfFLw .framer-1yk5pn0 > :first-child, .framer-VfFLw .framer-uulf7u > :first-child, .framer-VfFLw .framer-162dm7o > :first-child, .framer-VfFLw .framer-2sfjbq > :first-child, .framer-VfFLw .framer-1hw5zyq > :first-child, .framer-VfFLw .framer-19lnfss > :first-child, .framer-VfFLw .framer-gpv7f4 > :first-child, .framer-VfFLw .framer-1r3g3go > :first-child, .framer-VfFLw .framer-nlxjfb > :first-child, .framer-VfFLw .framer-afpp2n > :first-child, .framer-VfFLw .framer-1uqkp7x > :first-child, .framer-VfFLw .framer-1pepbmc > :first-child, .framer-VfFLw .framer-zbytr4 > :first-child, .framer-VfFLw .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-VfFLw .framer-eu8ig > :last-child, .framer-VfFLw .framer-1a25acp > :last-child, .framer-VfFLw .framer-mkynu0 > :last-child, .framer-VfFLw .framer-1c41714 > :last-child, .framer-VfFLw .framer-15nod7u > :last-child, .framer-VfFLw .framer-xdnwkp > :last-child, .framer-VfFLw .framer-kdk7en > :last-child, .framer-VfFLw .framer-698xn5 > :last-child, .framer-VfFLw .framer-1yk5pn0 > :last-child, .framer-VfFLw .framer-uulf7u > :last-child, .framer-VfFLw .framer-162dm7o > :last-child, .framer-VfFLw .framer-2sfjbq > :last-child, .framer-VfFLw .framer-1hw5zyq > :last-child, .framer-VfFLw .framer-19lnfss > :last-child, .framer-VfFLw .framer-gpv7f4 > :last-child, .framer-VfFLw .framer-1r3g3go > :last-child, .framer-VfFLw .framer-nlxjfb > :last-child, .framer-VfFLw .framer-afpp2n > :last-child, .framer-VfFLw .framer-1uqkp7x > :last-child, .framer-VfFLw .framer-1pepbmc > :last-child, .framer-VfFLw .framer-zbytr4 > :last-child, .framer-VfFLw .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-VfFLw .framer-mkynu0 > *, .framer-VfFLw .framer-698xn5 > *, .framer-VfFLw .framer-2sfjbq > *, .framer-VfFLw .framer-gpv7f4 > *, .framer-VfFLw .framer-afpp2n > *, .framer-VfFLw .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-VfFLw .framer-1c41714 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-VfFLw .framer-15nod7u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VfFLw .framer-xdnwkp > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-VfFLw .framer-kdk7en > *, .framer-VfFLw .framer-nlxjfb > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-VfFLw .framer-162dm7o > *, .framer-VfFLw .framer-19lnfss > *, .framer-VfFLw .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VfFLw .framer-1r3g3go > *, .framer-VfFLw .framer-1uqkp7x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9521\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"euNp7MUYv\":{\"layout\":[\"fixed\",\"auto\"]},\"nWzKj3W9V\":{\"layout\":[\"fixed\",\"auto\"]},\"QvtLBAi1h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"tIMLpB5Xx\":{\"pattern\":\":tIMLpB5Xx\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-VfFLw\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9521,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\"}]},...NavigationNavBarFonts,...NavigationNavBar2Fonts,...TagPrimaryTagFonts,...ButtonPrimaryButtonFonts,...InteractiveComponentsLogoImageFonts,...TickerFonts,...CardAboutCardFonts,...InteractiveComponentsTextPointFonts,...VideoFonts,...CardConsultationCardFonts,...SlideshowFonts,...CardProcessCardFonts,...CardPricingCardFonts,...CardTestimonialCardFonts,...FAQFAQFonts,...NavigationCTAFonts,...NavigationFooterFonts,...BlurGradientFonts,...SmoothScrollFonts,...InteractiveComponentsCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9521\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"euNp7MUYv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nWzKj3W9V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QvtLBAi1h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"tIMLpB5Xx\\\":{\\\"pattern\\\":\\\":tIMLpB5Xx\\\",\\\"name\\\":\\\"faq\\\"}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "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", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zVrcbqAY4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "css", "FramerB_S7DoEbq", "withCSS", "B_S7DoEbq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "PhosphorControls", "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", "stage", "tag1", "tag2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MDnAmdwHw", "acLwPEj9B", "qXT0C0aT_", "AHckVUVc2", "SJcnl68zs", "Wnju1oxF1", "gYnJmHWHb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "ComponentViewportProvider", "RichText2", "ResolveLinks", "resolvedLinks", "css", "Framerb8qvm_XpH", "withCSS", "b8qvm_XpH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TagMiniTagFonts", "getFonts", "ukoXPr8VN_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "bGImage", "bodyText", "height", "id", "tag1", "tag2", "tagTitle", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "If6UZHgBW", "z27LqGa7Y", "OqcRYKG92", "fRIbntgRe", "QNNDIysFU", "OAaP7YEbm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapmdna8r", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerDzWG2ePx4", "withCSS", "DzWG2ePx4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_default", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "discount", "duration", "height", "icon", "id", "package1", "point1", "point2", "point3", "point4", "popular", "price", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "AGgey1c2L", "FRMGpPdr0", "hZ9mp4c80", "krMX3EMwD", "G5aZ5m66o", "RIJaP8oyF", "WGjoDS5Cd", "zJ1LMuqcm", "sT0LhqPqn", "UG7l7uZLm", "o_OgtVIi1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11sfx13", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "ResolveLinks", "resolvedLinks", "css", "FramerEexv2Tnqn", "withCSS", "Eexv2Tnqn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "logo", "width", "props", "_ref", "createLayoutDependency", "variants", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "gXOj0HXL2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerJaq007kCb", "withCSS", "Jaq007kCb_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "bodyText", "company", "height", "id", "image", "link", "name1", "position", "socialIcon", "star1", "star2", "star3", "star4", "star5", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mE9gwM3Ep", "nJt1b_5wV", "W6ORy4Nes", "UBtjtT2qi", "GVtFDWPuj", "GDgRkjQ07", "Cn_wuNpUl", "zJ7dVXMEI", "ezTVL4up9", "tYoTxAdAF", "gCtlnWMQG", "oHlymWWA0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapaqqtjy", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "Image2", "ComponentViewportProvider", "SVG", "RichText2", "css", "Framerw69xjQsCC", "withCSS", "w69xjQsCC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavBarFonts", "getFonts", "VBcFpApnc_default", "NavigationNavBar2Fonts", "tzH5G2tuG_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "MotionDivWithOptimizedAppearEffect", "motion", "InteractiveComponentsLogoImageFonts", "Jaq007kCb_default", "TickerFonts", "Ticker", "CardAboutCardFonts", "ms2G8Wp92_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_default", "VideoFonts", "Video", "CardConsultationCardFonts", "DzWG2ePx4_default", "SlideshowFonts", "Slideshow", "MotionDivWithFX", "withFX", "CardProcessCardFonts", "b8qvm_XpH_default", "ContainerWithFX", "CardPricingCardFonts", "Eexv2Tnqn_default", "CardTestimonialCardFonts", "w69xjQsCC_default", "FAQFAQFonts", "tAU8hAZZK_default", "NavigationCTAFonts", "m_S0SazFM_default", "NavigationFooterFonts", "LT0gX9mtu_default", "BlurGradientFonts", "BlurGradient_Prod_default", "SmoothScrollFonts", "SmoothScroll", "InteractiveComponentsCursorFonts", "RMpAvj7R1_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "transition4", "textEffect", "transition5", "animation5", "transition6", "animation6", "addImageAlt", "image", "alt", "textEffect1", "textEffect2", "transition7", "animation7", "animation8", "animation9", "transition8", "transition9", "animation10", "transition10", "animation11", "animation12", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition11", "cursor", "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", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "ComponentViewportProvider", "resolvedLinks1", "x", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "SVG", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
