{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js", "ssg:https://framerusercontent.com/modules/qddeeiRzgAPiQKwvI4rF/MIBE61Ic89U6JYG9kHlO/Q9pwvaSty.js", "ssg:https://framerusercontent.com/modules/yNCo5pX4IpUoI9SGPPtj/CIhtVt9g0kxNdvGKtBLP/B_S7DoEbq.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/3Jq1jjV7nk3749750uQt/Z4UcUigmzRS3AbgoahhU/b8qvm_XpH.js", "ssg:https://framerusercontent.com/modules/p7vV5mRO7LVp0DxhB0Oh/nhuDRUMZWwNBwdvbgoXx/CSWLbcLN4.js", "ssg:https://framerusercontent.com/modules/6oDGtjJoxlarenucEEQB/5pR6RgJ3APvpqMOvGOde/DzWG2ePx4.js", "ssg:https://framerusercontent.com/modules/FXEX14JNR4xncriRYutC/iuI6SMbVPdy0EOknZ7dB/B_S7DoEbq.js", "ssg:https://framerusercontent.com/modules/l26AHVYrgjfZkjDGAcGF/LaBm1T0GKQAA3XDviQ2z/oumKcYECI.js", "ssg:https://framerusercontent.com/modules/4MXDUPJ3llfFJf25rsKt/EIpSfDN49F2zw722bwua/Eexv2Tnqn.js", "ssg:https://framerusercontent.com/modules/bvOfSIC32JUQstnZSe0J/Nc8mZD8aBXOrhOVD0OtV/Jaq007kCb.js", "ssg:https://framerusercontent.com/modules/riOgkSB3Vl3rUTb59pW7/4ruUQNSWIGc7PmTeuiuX/lyzAhdB6g.js", "ssg:https://framerusercontent.com/modules/nzSNPmhTFSTxTMz6TQnz/9yyQCChv33m2SB816CMj/OH5eSrJ9g.js", "ssg:https://framerusercontent.com/modules/wlxMUE1QtcjmPiFEGmGo/FIDEKJA0Gyy4E0rqc6Bx/VDDwKFmWB.js", "ssg:https://framerusercontent.com/modules/9EmalIU0ehL9MlUC8lrj/bHaeii6GIoXUAEZOMk4v/w69xjQsCC.js", "ssg:https://framerusercontent.com/modules/am3jmplUbFx4tESWZe94/LXwt31ANCxxzL7zUvkDw/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).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;}// 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;/**\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,playOffscreen}=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     */let 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();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=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?.itemWidth+gap):-startFrom*(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?.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&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-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){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>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,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* 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=dupedChildren.concat(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?.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?.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=`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,maskImage:fadeContent?fadeMask:undefined,opacity: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();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>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,true),\"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,true),\"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,playOffscreen:false},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},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},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){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?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,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=>{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?.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.props?.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\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"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", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dcNkUTPTDKcL9p59YV74/aFHGLo0MaLW0Uqjvt8nK/QhK6qqT5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DUX8ERyO88t3km90tEQy/0xdnN56xyIWkyqkvpmrF/VnmEZ_3BZ.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/9LIYhWiRDDSUzO9IUnyi/FpWHDqNLZJ0M9AIpjCf1/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/vxVSdaYy1Dn3kHN0Ywra/A8dBue3nbqsm2PvbYgTN/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-yVAcx\";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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();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\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"SfWBpAMP1\")return true;return false;};const router=useRouter();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(scopingClassNames,\"framer-zfz3je\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"yLhTPJOM4\",ref:refBinding,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(SmartComponentScopedContainer,{className:\"framer-p4mmvm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"SMMV5iXIf-container\",nodeId:\"SMMV5iXIf\",rendersWithMotion:true,scopeId:\"b8qvm_XpH\",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(SmartComponentScopedContainer,{className:\"framer-18ybzyl-container\",layoutDependency:layoutDependency,layoutId:\"Icramp3Pw-container\",nodeId:\"Icramp3Pw\",rendersWithMotion:true,scopeId:\"b8qvm_XpH\",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.15) 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(SmartComponentScopedContainer,{className:\"framer-w5c34p-container\",layoutDependency:layoutDependency,layoutId:\"YGZ5TWhBs-container\",nodeId:\"YGZ5TWhBs\",rendersWithMotion:true,scopeId:\"b8qvm_XpH\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book a Consultation\",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(SmartComponentScopedContainer,{className:\"framer-ghr7bg-container\",layoutDependency:layoutDependency,layoutId:\"ROmC5oh_q-container\",nodeId:\"ROmC5oh_q\",rendersWithMotion:true,scopeId:\"b8qvm_XpH\",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(SmartComponentScopedContainer,{className:\"framer-r5afqd-container\",layoutDependency:layoutDependency,layoutId:\"YMI_yPIHt-container\",nodeId:\"YMI_yPIHt\",rendersWithMotion:true,scopeId:\"b8qvm_XpH\",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-yVAcx.framer-1vr6li4, .framer-yVAcx .framer-1vr6li4 { display: block; }\",\".framer-yVAcx.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-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .framer-p4mmvm-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-yVAcx .framer-18ybzyl-container, .framer-yVAcx .framer-w5c34p-container, .framer-yVAcx .framer-ghr7bg-container, .framer-yVAcx .framer-r5afqd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .framer-1d1y8lj { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx .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-yVAcx.framer-zfz3je, .framer-yVAcx .framer-1a0dsmx, .framer-yVAcx .framer-zmjl3j, .framer-yVAcx .framer-oioiqw, .framer-yVAcx .framer-7lwy0t, .framer-yVAcx .framer-x4vx8v, .framer-yVAcx .framer-moytir, .framer-yVAcx .framer-1hwc9n6 { gap: 0px; } .framer-yVAcx.framer-zfz3je > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-yVAcx.framer-zfz3je > :first-child, .framer-yVAcx .framer-zmjl3j > :first-child, .framer-yVAcx .framer-oioiqw > :first-child, .framer-yVAcx .framer-x4vx8v > :first-child, .framer-yVAcx .framer-moytir > :first-child { margin-top: 0px; } .framer-yVAcx.framer-zfz3je > :last-child, .framer-yVAcx .framer-zmjl3j > :last-child, .framer-yVAcx .framer-oioiqw > :last-child, .framer-yVAcx .framer-x4vx8v > :last-child, .framer-yVAcx .framer-moytir > :last-child { margin-bottom: 0px; } .framer-yVAcx .framer-1a0dsmx > *, .framer-yVAcx .framer-7lwy0t > *, .framer-yVAcx .framer-1hwc9n6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yVAcx .framer-1a0dsmx > :first-child, .framer-yVAcx .framer-7lwy0t > :first-child, .framer-yVAcx .framer-1hwc9n6 > :first-child { margin-left: 0px; } .framer-yVAcx .framer-1a0dsmx > :last-child, .framer-yVAcx .framer-7lwy0t > :last-child, .framer-yVAcx .framer-1hwc9n6 > :last-child { margin-right: 0px; } .framer-yVAcx .framer-zmjl3j > *, .framer-yVAcx .framer-oioiqw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-yVAcx .framer-x4vx8v > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-yVAcx .framer-moytir > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-yVAcx.framer-v-1e359vu.framer-zfz3je { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-yVAcx.framer-v-1e359vu .framer-zmjl3j { overflow: visible; z-index: 4; }\",\".framer-yVAcx.framer-v-1e359vu .framer-x4vx8v { overflow: visible; }\",\".framer-yVAcx.framer-v-1e359vu .framer-6igokm { order: 0; }\",\".framer-yVAcx.framer-v-1e359vu .framer-moytir { min-height: unset; order: 2; }\",\".framer-yVAcx.framer-v-1e359vu .framer-1hwc9n6 { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-yVAcx[data-border=\"true\"]::after, .framer-yVAcx [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 * @framerColorSyntax true\n */const Framerb8qvm_XpH=withCSS(Component,css,\"framer-yVAcx\");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\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"587\",\"framerIntrinsicHeight\":\"353\",\"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\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b8qvm_XpH.map", "// Generated by Framer (ed8225c)\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-pUxB7\";const variantClassNames={TEgRvM7qE:\"framer-v-1fovvrr\"};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 Variants=motion.create(React.Fragment);const getProps=({height,id,image,width,...props})=>{var _ref;return{...props,OU90m7V7a:(_ref=image!==null&&image!==void 0?image:props.OU90m7V7a)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/H0NuimoBsThG5jfLkbaKNb31gw.jpeg 2399w\"}};};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,OU90m7V7a,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"TEgRvM7qE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fovvrr\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"TEgRvM7qE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",background:'linear-gradient(0.016399796234793484deg, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 0%, var(--token-8b9dc97a-1cd5-4716-ac13-d0875aca92f4, rgba(153, 153, 153, 0.06)) /* {\"name\":\"Dark Grey 6%\"} */ 100%)',borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,WebkitBackdropFilter:\"blur(0px)\",...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19fkya9\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"jisGLknZx\",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:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(6+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||326)-12-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||326)-12)*1)/2)+(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||326)-12)*1-2-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||326)-12)*1-2)*1)/2)),pixelHeight:314,pixelWidth:404,sizes:`max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 12px, 1px) - 2px, 1px)`,...toResponsiveImage(OU90m7V7a),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-lyed06\",layoutDependency:layoutDependency,layoutId:\"SsQw8fDdO\",style:{borderBottomLeftRadius:23,borderBottomRightRadius:23,borderTopLeftRadius:23,borderTopRightRadius:23}})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pUxB7.framer-602fi4, .framer-pUxB7 .framer-602fi4 { display: block; }\",\".framer-pUxB7.framer-1fovvrr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 326px; justify-content: center; padding: 6px; position: relative; width: 416px; }\",\".framer-pUxB7 .framer-19fkya9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; 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-pUxB7 .framer-lyed06 { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pUxB7.framer-1fovvrr, .framer-pUxB7 .framer-19fkya9 { gap: 0px; } .framer-pUxB7.framer-1fovvrr > *, .framer-pUxB7 .framer-19fkya9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pUxB7.framer-1fovvrr > :first-child, .framer-pUxB7 .framer-19fkya9 > :first-child { margin-left: 0px; } .framer-pUxB7.framer-1fovvrr > :last-child, .framer-pUxB7 .framer-19fkya9 > :last-child { margin-right: 0px; } }\",'.framer-pUxB7[data-border=\"true\"]::after, .framer-pUxB7 [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 326\n * @framerIntrinsicWidth 416\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"OU90m7V7a\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCSWLbcLN4=withCSS(Component,css,\"framer-pUxB7\");export default FramerCSWLbcLN4;FramerCSWLbcLN4.displayName=\"Card/Showcase Card\";FramerCSWLbcLN4.defaultProps={height:326,width:416};addPropertyControls(FramerCSWLbcLN4,{OU90m7V7a:{__defaultAssetReference:\"data:framer/asset-reference,H0NuimoBsThG5jfLkbaKNb31gw.jpeg?originalFilename=Futuristic+Stealth+Aircraft+Over+Snowy+Mountains.jpeg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerCSWLbcLN4,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCSWLbcLN4\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"326\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"OU90m7V7a\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"416\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CSWLbcLN4.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dcNkUTPTDKcL9p59YV74/aFHGLo0MaLW0Uqjvt8nK/QhK6qqT5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DUX8ERyO88t3km90tEQy/0xdnN56xyIWkyqkvpmrF/VnmEZ_3BZ.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/vxVSdaYy1Dn3kHN0Ywra/A8dBue3nbqsm2PvbYgTN/IHYC0Q7Lw.js\";import TagMiniTag from\"https://framerusercontent.com/modules/2sptWIT3BQoAApX1fryr/XrJMaN0lgZfwdjWxV0zR/ukoXPr8VN.js\";const TagMiniTagFonts=getFonts(TagMiniTag);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const cycleOrder=[\"FPlrKLdnx\",\"d67iuIBAj\",\"N5rk2qztN\"];const serializationHash=\"framer-MRLFM\";const variantClassNames={d67iuIBAj:\"framer-v-1e0u64e\",FPlrKLdnx:\"framer-v-17r2dc0\",N5rk2qztN:\"framer-v-19y81vv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Mobile:\"N5rk2qztN\",Tag:\"FPlrKLdnx\",Tagless:\"d67iuIBAj\"};const getProps=({bGImage,bodyText,height,id,tag1,tag2,tagTitle,title,width,...props})=>{return{...props,fRIbntgRe:bodyText??props.fRIbntgRe??\"Designers can take control of HTML, CSS, and JavaScript.\",If6UZHgBW:bGImage??props.If6UZHgBW??{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:tag2??props.OAaP7YEbm??\"Communication setup\",OqcRYKG92:tagTitle??props.OqcRYKG92??\"NEW\",QNNDIysFU:tag1??props.QNNDIysFU??\"Consulting Session\",variant:humanReadableVariantMap[props.variant]??props.variant??\"FPlrKLdnx\",z27LqGa7Y:title??props.z27LqGa7Y??\"Building Framer Templates\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,If6UZHgBW,z27LqGa7Y,OqcRYKG92,fRIbntgRe,QNNDIysFU,OAaP7YEbm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FPlrKLdnx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"d67iuIBAj\",\"N5rk2qztN\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17r2dc0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"FPlrKLdnx\",ref:refBinding,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?.y||0)+(10+((componentViewport?.height||516)-20-((componentViewport?.height||516)-20)*1)/2)+1+((((componentViewport?.height||516)-20)*1-2-(Math.max(0,(((componentViewport?.height||516)-20)*1-2-0)/1)*1+0))/2+0+0)),pixelHeight:960,pixelWidth:888,sizes:`calc(max(${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},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)) 43%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) 68%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.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\",layoutDependency:layoutDependency,layoutId:\"drD_aWfjM\",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(SmartComponentScopedContainer,{className:\"framer-1x2w49m-container\",layoutDependency:layoutDependency,layoutId:\"ktsj41_mJ-container\",nodeId:\"ktsj41_mJ\",rendersWithMotion:true,scopeId:\"DzWG2ePx4\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"ktsj41_mJ\",layoutId:\"ktsj41_mJ\",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.15) 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:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hx72pg-container\",layoutDependency:layoutDependency,layoutId:\"xwrkoNp4w-container\",nodeId:\"xwrkoNp4w\",rendersWithMotion:true,scopeId:\"DzWG2ePx4\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"xwrkoNp4w\",KS7KLFqN8:QNNDIysFU,layoutId:\"xwrkoNp4w\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vqyy57-container\",layoutDependency:layoutDependency,layoutId:\"Iq68x4a2S-container\",nodeId:\"Iq68x4a2S\",rendersWithMotion:true,scopeId:\"DzWG2ePx4\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Iq68x4a2S\",KS7KLFqN8:OAaP7YEbm,layoutId:\"Iq68x4a2S\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})})]})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MRLFM.framer-1v8ts5x, .framer-MRLFM .framer-1v8ts5x { display: block; }\",\".framer-MRLFM.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-MRLFM .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-MRLFM .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-MRLFM .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-MRLFM .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-MRLFM .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-MRLFM .framer-4pysw, .framer-MRLFM .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%; }\",\".framer-MRLFM .framer-1wipekr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MRLFM .framer-1x2w49m-container, .framer-MRLFM .framer-hx72pg-container, .framer-MRLFM .framer-1vqyy57-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-MRLFM .framer-aejul0 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-MRLFM .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-MRLFM .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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MRLFM.framer-17r2dc0, .framer-MRLFM .framer-14j7ej3, .framer-MRLFM .framer-1u951zk, .framer-MRLFM .framer-11y5t1j, .framer-MRLFM .framer-rcv27x, .framer-MRLFM .framer-4pysw, .framer-MRLFM .framer-umbdmk, .framer-MRLFM .framer-14w21bi { gap: 0px; } .framer-MRLFM.framer-17r2dc0 > *, .framer-MRLFM .framer-4pysw > *, .framer-MRLFM .framer-14w21bi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MRLFM.framer-17r2dc0 > :first-child, .framer-MRLFM .framer-4pysw > :first-child, .framer-MRLFM .framer-14w21bi > :first-child { margin-left: 0px; } .framer-MRLFM.framer-17r2dc0 > :last-child, .framer-MRLFM .framer-4pysw > :last-child, .framer-MRLFM .framer-14w21bi > :last-child { margin-right: 0px; } .framer-MRLFM .framer-14j7ej3 > *, .framer-MRLFM .framer-1u951zk > *, .framer-MRLFM .framer-11y5t1j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MRLFM .framer-14j7ej3 > :first-child, .framer-MRLFM .framer-1u951zk > :first-child, .framer-MRLFM .framer-11y5t1j > :first-child, .framer-MRLFM .framer-rcv27x > :first-child, .framer-MRLFM .framer-umbdmk > :first-child { margin-top: 0px; } .framer-MRLFM .framer-14j7ej3 > :last-child, .framer-MRLFM .framer-1u951zk > :last-child, .framer-MRLFM .framer-11y5t1j > :last-child, .framer-MRLFM .framer-rcv27x > :last-child, .framer-MRLFM .framer-umbdmk > :last-child { margin-bottom: 0px; } .framer-MRLFM .framer-rcv27x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MRLFM .framer-umbdmk > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",\".framer-MRLFM.framer-v-19y81vv.framer-17r2dc0 { width: 330px; }\",\".framer-MRLFM.framer-v-19y81vv .framer-1wipekr { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MRLFM.framer-v-19y81vv .framer-14w21bi { align-content: flex-start; align-items: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-MRLFM[data-border=\"true\"]::after, .framer-MRLFM [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 * @framerColorSyntax true\n */const FramerDzWG2ePx4=withCSS(Component,css,\"framer-MRLFM\");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\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d67iuIBAj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N5rk2qztN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"516\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"460\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"If6UZHgBW\\\":\\\"bGImage\\\",\\\"z27LqGa7Y\\\":\\\"title\\\",\\\"OqcRYKG92\\\":\\\"tagTitle\\\",\\\"fRIbntgRe\\\":\\\"bodyText\\\",\\\"QNNDIysFU\\\":\\\"tag1\\\",\\\"OAaP7YEbm\\\":\\\"tag2\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DzWG2ePx4.map", "// 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 (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/aMp5uvOUbeRVr7UPUmup/BqAIuFOHZexS2JghNjyM/qScbNYtt3.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vwE9XFql09ZeMbmh767s/HXOY8EUtgctQtzmFWzbX/W_ZWObZHr.js\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"zbDednFgc\",\"Wt8iG1X1A\"];const serializationHash=\"framer-HskOP\";const variantClassNames={Wt8iG1X1A:\"framer-v-1nunnds\",zbDednFgc:\"framer-v-1rr33vd\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};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={Blue:\"Wt8iG1X1A\",Grey:\"zbDednFgc\"};const getProps=({height,id,title1,title2,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,QVn6jQ9Gi:(_ref=title2!==null&&title2!==void 0?title2:props.QVn6jQ9Gi)!==null&&_ref!==void 0?_ref:\"Text 2\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zbDednFgc\",vRCnMdhbI:(_ref2=title1!==null&&title1!==void 0?title1:props.vRCnMdhbI)!==null&&_ref2!==void 0?_ref2:\"Text 1\"};};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,vRCnMdhbI,QVn6jQ9Gi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zbDednFgc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Wt8iG1X1A\")return true;return false;};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-1rr33vd\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Grey\",layoutDependency:layoutDependency,layoutId:\"zbDednFgc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.05)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2.5px)\",background:\"linear-gradient(-7.642439925348299e-8deg, rgba(199, 199, 199, 0.06) 0%, rgba(71, 71, 71, 0.06) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(2.5px)\",...style},variants:{Wt8iG1X1A:{background:\"linear-gradient(0.07383128568086761deg, rgba(0, 85, 255, 0.09) 0%, rgba(153, 153, 153, 0.09) 100%)\"}},...addPropertyOverrides({Wt8iG1X1A:{\"data-framer-name\":\"Blue\"}},baseVariant,gestureVariant),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:\"About Porto\"})}),className:\"framer-4cs1jg\",\"data-framer-name\":\"Title 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zbDednFgcCVydnS_FI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:vRCnMdhbI,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Wt8iG1X1A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-m6m3zm\",\"data-styles-preset\":\"qScbNYtt3\",children:\"About Porto\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-m6m3zm\",\"data-styles-preset\":\"qScbNYtt3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"About Porto\"})}),className:\"framer-160zsht\",\"data-framer-name\":\"Title 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zbDednFgcW4kfTr1gT\",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:QVn6jQ9Gi,variants:{Wt8iG1X1A:{\"--extracted-r6o4lv\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Wt8iG1X1A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-twuvmk\",\"data-styles-preset\":\"W_ZWObZHr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"About Porto\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-f4mssc\",\"data-framer-name\":\"Blue Line\",layoutDependency:layoutDependency,layoutId:\"zbDednFgcu9huyaQK_\",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-HskOP.framer-11ysxz0, .framer-HskOP .framer-11ysxz0 { display: block; }\",\".framer-HskOP.framer-1rr33vd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 14px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-HskOP .framer-4cs1jg, .framer-HskOP .framer-160zsht { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-HskOP .framer-f4mssc { flex: none; height: 1px; left: calc(50.3937007874016% - 65% / 2); position: absolute; top: 0px; width: 65%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HskOP.framer-1rr33vd { gap: 0px; } .framer-HskOP.framer-1rr33vd > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-HskOP.framer-1rr33vd > :first-child { margin-left: 0px; } .framer-HskOP.framer-1rr33vd > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-HskOP[data-border=\"true\"]::after, .framer-HskOP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 113\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Wt8iG1X1A\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vRCnMdhbI\":\"title1\",\"QVn6jQ9Gi\":\"title2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroumKcYECI=withCSS(Component,css,\"framer-HskOP\");export default FrameroumKcYECI;FrameroumKcYECI.displayName=\"Tag/Dual Title Tag\";FrameroumKcYECI.defaultProps={height:38,width:113};addPropertyControls(FrameroumKcYECI,{variant:{options:[\"zbDednFgc\",\"Wt8iG1X1A\"],optionTitles:[\"Grey\",\"Blue\"],title:\"Variant\",type:ControlType.Enum},vRCnMdhbI:{defaultValue:\"Text 1\",displayTextArea:false,title:\"Title 1\",type:ControlType.String},QVn6jQ9Gi:{defaultValue:\"Text 2\",displayTextArea:false,title:\"Title 2\",type:ControlType.String}});addFonts(FrameroumKcYECI,[{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\":\"FrameroumKcYECI\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Wt8iG1X1A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"vRCnMdhbI\\\":\\\"title1\\\",\\\"QVn6jQ9Gi\\\":\\\"title2\\\"}\",\"framerIntrinsicWidth\":\"113\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"38\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oumKcYECI.map", "// Generated by Framer (4240133)\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 sharedStyle2 from\"https://framerusercontent.com/modules/XqqTre24O687qWhmBTO3/KAS4snapp6xXXFTqQvui/QhK6qqT5U.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kV3hI0uQxnj6TVgxYWD6/dt1clAzroxbWESUKwRaD/QuTNz53Yy.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/L2Tf6ugrgax2BWSq3Lbd/ZazUtlWtR8VoulqaF4rH/VnmEZ_3BZ.js\";import InteractiveComponentsTextPoint from\"https://framerusercontent.com/modules/FXEX14JNR4xncriRYutC/iuI6SMbVPdy0EOknZ7dB/B_S7DoEbq.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/boLiLrB8V4G8y3R7Y1DG/3tgaDQebAJmjMQ0LXExb/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/kWLARtlwFPoUbxzIkDfg/PC5HeJZTt44iL6H6ngyZ/IHYC0Q7Lw.js\";import TagDualTitleTag from\"https://framerusercontent.com/modules/l26AHVYrgjfZkjDGAcGF/LaBm1T0GKQAA3XDviQ2z/oumKcYECI.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const TagDualTitleTagFonts=getFonts(TagDualTitleTag);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"UheM2bUnb\",\"onAsSl8xZ\",\"m4l7_5Qm3\",\"fMl0l5SKh\"];const serializationHash=\"framer-8hN6Z\";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===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={\"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,point5,popular,price,projectsLimit,revisions,suffix,suffix1,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_ref12,_humanReadableVariantMap_props_variant,_ref13,_ref14,_ref15,_ref16;return{...props,AGgey1c2L:(_ref=icon!==null&&icon!==void 0?icon:props.AGgey1c2L)!==null&&_ref!==void 0?_ref:\"RocketLaunch\",BZean0vsv:(_ref1=revisions!==null&&revisions!==void 0?revisions:props.BZean0vsv)!==null&&_ref1!==void 0?_ref1:\"6 - 12\",erke26ekk:(_ref2=projectsLimit!==null&&projectsLimit!==void 0?projectsLimit:props.erke26ekk)!==null&&_ref2!==void 0?_ref2:\"100+\",FRMGpPdr0:(_ref3=popular!==null&&popular!==void 0?popular:props.FRMGpPdr0)!==null&&_ref3!==void 0?_ref3:\"Most Pick\",G5aZ5m66o:(_ref4=duration!==null&&duration!==void 0?duration:props.G5aZ5m66o)!==null&&_ref4!==void 0?_ref4:\" / Month\",hkN6uWVgI:(_ref5=suffix!==null&&suffix!==void 0?suffix:props.hkN6uWVgI)!==null&&_ref5!==void 0?_ref5:\"Projects\",hZ9mp4c80:(_ref6=package1!==null&&package1!==void 0?package1:props.hZ9mp4c80)!==null&&_ref6!==void 0?_ref6:\"Basic\",krMX3EMwD:(_ref7=price!==null&&price!==void 0?price:props.krMX3EMwD)!==null&&_ref7!==void 0?_ref7:\"$99\",lTppHd9C8:(_ref8=point5!==null&&point5!==void 0?point5:props.lTppHd9C8)!==null&&_ref8!==void 0?_ref8:\"30-Days Money-back Guarantee\",o_OgtVIi1:(_ref9=point4!==null&&point4!==void 0?point4:props.o_OgtVIi1)!==null&&_ref9!==void 0?_ref9:\"Email support\",RIJaP8oyF:(_ref10=discount!==null&&discount!==void 0?discount:props.RIJaP8oyF)!==null&&_ref10!==void 0?_ref10:\"$450\",sT0LhqPqn:(_ref11=point2!==null&&point2!==void 0?point2:props.sT0LhqPqn)!==null&&_ref11!==void 0?_ref11:\"Unlimited Licenses\",UG7l7uZLm:(_ref12=point3!==null&&point3!==void 0?point3:props.UG7l7uZLm)!==null&&_ref12!==void 0?_ref12:\"Lifetime Updates\",variant:(_ref13=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref13!==void 0?_ref13:\"UheM2bUnb\",WGjoDS5Cd:(_ref14=description!==null&&description!==void 0?description:props.WGjoDS5Cd)!==null&&_ref14!==void 0?_ref14:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",zJ1LMuqcm:(_ref15=point1!==null&&point1!==void 0?point1:props.zJ1LMuqcm)!==null&&_ref15!==void 0?_ref15:\"All templates unlocked\",ZNw0zmhqZ:(_ref16=suffix1!==null&&suffix1!==void 0?suffix1:props.ZNw0zmhqZ)!==null&&_ref16!==void 0?_ref16:\"Revisions\"};};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,erke26ekk,hkN6uWVgI,BZean0vsv,ZNw0zmhqZ,zJ1LMuqcm,sT0LhqPqn,UG7l7uZLm,o_OgtVIi1,lTppHd9C8,...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 ref1=React.useRef(null);const isDisplayed=()=>{if([\"onAsSl8xZ\",\"fMl0l5SKh\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"onAsSl8xZ\",\"fMl0l5SKh\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:353,pixelWidth:587,sizes:(componentViewport===null||componentViewport===void 0?void 0: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(serializationHash,...sharedStyleClassNames,\"framer-18uwixq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"XL Primary\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnb\",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(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:40,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-1s4nhwx\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSLpSXLU0dl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5d3zo1-container\",layoutDependency:layoutDependency,layoutId:\"Ml7G0MY_B-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"Ml7G0MY_B\",layoutId:\"Ml7G0MY_B\",QVn6jQ9Gi:hkN6uWVgI,variant:\"zbDednFgc\",vRCnMdhbI:erke26ekk,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16wcs96-container\",layoutDependency:layoutDependency,layoutId:\"SwejILIf6-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"SwejILIf6\",layoutId:\"SwejILIf6\",QVn6jQ9Gi:ZNw0zmhqZ,variant:\"zbDednFgc\",vRCnMdhbI:BZean0vsv,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qf3u1\",\"data-framer-name\":\"Points\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbmgklgxE6y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({fMl0l5SKh:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`},m4l7_5Qm3:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`}},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})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({fMl0l5SKh:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`},m4l7_5Qm3:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`}},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===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({fMl0l5SKh:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`},m4l7_5Qm3:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`}},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===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({fMl0l5SKh:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`},m4l7_5Qm3:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`}},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(ComponentViewportProvider,{height:26,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({fMl0l5SKh:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`},m4l7_5Qm3:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cw4x2-container\",layoutDependency:layoutDependency,layoutId:\"DIVhb5Rnq-container\",style:{opacity:.5},variants:{fMl0l5SKh:{opacity:1},onAsSl8xZ:{opacity:1}},children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"DIVhb5Rnq\",layoutId:\"DIVhb5Rnq\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:lTppHd9C8})})})]}),/*#__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\",...addPropertyOverrides({fMl0l5SKh:{width:undefined},m4l7_5Qm3:{width:undefined}},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)})})})})})]})]}),isDisplayed1()&&/*#__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===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||697)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}},onAsSl8xZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||717)-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-8hN6Z.framer-11hw964, .framer-8hN6Z .framer-11hw964 { display: block; }\",\".framer-8hN6Z.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-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .framer-1fmmqd8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-8hN6Z .framer-18ndgkp-container, .framer-8hN6Z .framer-5d3zo1-container, .framer-8hN6Z .framer-16wcs96-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z .framer-12z0i0g, .framer-8hN6Z .framer-14n1v0d, .framer-8hN6Z .framer-9xp51a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8hN6Z .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-8hN6Z .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-8hN6Z .framer-185rdjj { flex: none; height: 1px; left: -6px; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 111%; z-index: 1; }\",\".framer-8hN6Z .framer-atff72 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-8hN6Z .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-8hN6Z .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-8hN6Z .framer-1s4nhwx { 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-8hN6Z .framer-12qf3u1 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8hN6Z .framer-nfbabx-container, .framer-8hN6Z .framer-1gej3ss-container, .framer-8hN6Z .framer-137n55t-container, .framer-8hN6Z .framer-2r6ge5-container, .framer-8hN6Z .framer-cw4x2-container, .framer-8hN6Z .framer-3xf1ox-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-8hN6Z .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-8hN6Z .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-8hN6Z .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-8hN6Z.framer-18uwixq, .framer-8hN6Z .framer-698r37, .framer-8hN6Z .framer-1in80y0, .framer-8hN6Z .framer-fb7wgw, .framer-8hN6Z .framer-u2tls4, .framer-8hN6Z .framer-1cbyocq, .framer-8hN6Z .framer-d92esi, .framer-8hN6Z .framer-jq4gg3, .framer-8hN6Z .framer-1quenzh, .framer-8hN6Z .framer-136gj2p, .framer-8hN6Z .framer-v7v91a, .framer-8hN6Z .framer-1s4nhwx, .framer-8hN6Z .framer-12qf3u1, .framer-8hN6Z .framer-1ljyikq { gap: 0px; } .framer-8hN6Z.framer-18uwixq > *, .framer-8hN6Z .framer-12qf3u1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8hN6Z.framer-18uwixq > :first-child, .framer-8hN6Z .framer-1in80y0 > :first-child, .framer-8hN6Z .framer-fb7wgw > :first-child, .framer-8hN6Z .framer-v7v91a > :first-child, .framer-8hN6Z .framer-12qf3u1 > :first-child, .framer-8hN6Z .framer-1ljyikq > :first-child { margin-top: 0px; } .framer-8hN6Z.framer-18uwixq > :last-child, .framer-8hN6Z .framer-1in80y0 > :last-child, .framer-8hN6Z .framer-fb7wgw > :last-child, .framer-8hN6Z .framer-v7v91a > :last-child, .framer-8hN6Z .framer-12qf3u1 > :last-child, .framer-8hN6Z .framer-1ljyikq > :last-child { margin-bottom: 0px; } .framer-8hN6Z .framer-698r37 > *, .framer-8hN6Z .framer-u2tls4 > *, .framer-8hN6Z .framer-jq4gg3 > *, .framer-8hN6Z .framer-1quenzh > *, .framer-8hN6Z .framer-136gj2p > *, .framer-8hN6Z .framer-1s4nhwx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8hN6Z .framer-698r37 > :first-child, .framer-8hN6Z .framer-u2tls4 > :first-child, .framer-8hN6Z .framer-1cbyocq > :first-child, .framer-8hN6Z .framer-d92esi > :first-child, .framer-8hN6Z .framer-jq4gg3 > :first-child, .framer-8hN6Z .framer-1quenzh > :first-child, .framer-8hN6Z .framer-136gj2p > :first-child, .framer-8hN6Z .framer-1s4nhwx > :first-child { margin-left: 0px; } .framer-8hN6Z .framer-698r37 > :last-child, .framer-8hN6Z .framer-u2tls4 > :last-child, .framer-8hN6Z .framer-1cbyocq > :last-child, .framer-8hN6Z .framer-d92esi > :last-child, .framer-8hN6Z .framer-jq4gg3 > :last-child, .framer-8hN6Z .framer-1quenzh > :last-child, .framer-8hN6Z .framer-136gj2p > :last-child, .framer-8hN6Z .framer-1s4nhwx > :last-child { margin-right: 0px; } .framer-8hN6Z .framer-1in80y0 > *, .framer-8hN6Z .framer-fb7wgw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-8hN6Z .framer-1cbyocq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-8hN6Z .framer-d92esi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8hN6Z .framer-v7v91a > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-8hN6Z .framer-1ljyikq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-8hN6Z.framer-v-1w5ad80.framer-18uwixq, .framer-8hN6Z.framer-v-qbbhpd.framer-18uwixq { padding: 30px; }\",\".framer-8hN6Z.framer-v-1w5ad80 .framer-1s4nhwx, .framer-8hN6Z.framer-v-qbbhpd .framer-1s4nhwx { align-content: flex-start; align-items: flex-start; }\",\".framer-8hN6Z.framer-v-1w5ad80 .framer-1ljyikq, .framer-8hN6Z.framer-v-qbbhpd .framer-1ljyikq { width: min-content; }\",\".framer-8hN6Z.framer-v-1w5ad80 .framer-3xf1ox-container, .framer-8hN6Z.framer-v-qbbhpd .framer-3xf1ox-container { width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-8hN6Z[data-border=\"true\"]::after, .framer-8hN6Z [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 717\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\",\"erke26ekk\":\"projectsLimit\",\"hkN6uWVgI\":\"suffix\",\"BZean0vsv\":\"revisions\",\"ZNw0zmhqZ\":\"suffix1\",\"zJ1LMuqcm\":\"point1\",\"sT0LhqPqn\":\"point2\",\"UG7l7uZLm\":\"point3\",\"o_OgtVIi1\":\"point4\",\"lTppHd9C8\":\"point5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEexv2Tnqn=withCSS(Component,css,\"framer-8hN6Z\");export default FramerEexv2Tnqn;FramerEexv2Tnqn.displayName=\"Card/Pricing Card\";FramerEexv2Tnqn.defaultProps={height:717,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===null||PhosphorControls===void 0?void 0: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:\"$99\",displayTextArea:false,title:\"Price\",type:ControlType.String},G5aZ5m66o:{defaultValue:\" / Month\",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},erke26ekk:{defaultValue:\"100+\",displayTextArea:false,title:\"Projects Limit\",type:ControlType.String},hkN6uWVgI:{defaultValue:\"Projects\",displayTextArea:false,title:\"Suffix\",type:ControlType.String},BZean0vsv:{defaultValue:\"6 - 12\",displayTextArea:false,title:\"Revisions\",type:ControlType.String},ZNw0zmhqZ:{defaultValue:\"Revisions\",displayTextArea:false,title:\"Suffix\",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},lTppHd9C8:{defaultValue:\"30-Days Money-back Guarantee\",displayTextArea:true,title:\"Point 5\",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,...TagDualTitleTagFonts,...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\",\"framerContractVersion\":\"1\",\"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\\\",\\\"erke26ekk\\\":\\\"projectsLimit\\\",\\\"hkN6uWVgI\\\":\\\"suffix\\\",\\\"BZean0vsv\\\":\\\"revisions\\\",\\\"ZNw0zmhqZ\\\":\\\"suffix1\\\",\\\"zJ1LMuqcm\\\":\\\"point1\\\",\\\"sT0LhqPqn\\\":\\\"point2\\\",\\\"UG7l7uZLm\\\":\\\"point3\\\",\\\"o_OgtVIi1\\\":\\\"point4\\\",\\\"lTppHd9C8\\\":\\\"point5\\\"}\",\"framerIntrinsicHeight\":\"717\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0623976)\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-FVmEE\";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 Variants=motion.create(React.Fragment);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 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 ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(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(serializationHash,...sharedStyleClassNames,\"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-FVmEE.framer-1ed5j4m, .framer-FVmEE .framer-1ed5j4m { display: block; }\",\".framer-FVmEE.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-FVmEE\");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\":{\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"80\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"gXOj0HXL2\\\":\\\"logo\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jaq007kCb.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/XqqTre24O687qWhmBTO3/KAS4snapp6xXXFTqQvui/QhK6qqT5U.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/L2Tf6ugrgax2BWSq3Lbd/ZazUtlWtR8VoulqaF4rH/VnmEZ_3BZ.js\";import InteractiveComponentsTextPoint from\"https://framerusercontent.com/modules/FXEX14JNR4xncriRYutC/iuI6SMbVPdy0EOknZ7dB/B_S7DoEbq.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/boLiLrB8V4G8y3R7Y1DG/3tgaDQebAJmjMQ0LXExb/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/kWLARtlwFPoUbxzIkDfg/PC5HeJZTt44iL6H6ngyZ/IHYC0Q7Lw.js\";import TagDualTitleTag from\"https://framerusercontent.com/modules/l26AHVYrgjfZkjDGAcGF/LaBm1T0GKQAA3XDviQ2z/oumKcYECI.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const TagDualTitleTagFonts=getFonts(TagDualTitleTag);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"hb_VUtODS\",\"xCR8_6ZzR\"];const serializationHash=\"framer-xsTHu\";const variantClassNames={hb_VUtODS:\"framer-v-1km0hqm\",xCR8_6ZzR:\"framer-v-1eavmeo\"};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 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!==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={Primary:\"hb_VUtODS\",Secondary:\"xCR8_6ZzR\"};const getProps=({amount,count,description,duration,heading,height,icon,id,padding,point1,point2,time,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_humanReadableVariantMap_props_variant,_ref9,_ref10,_ref11;return{...props,AApyg9JbZ:(_ref=description!==null&&description!==void 0?description:props.AApyg9JbZ)!==null&&_ref!==void 0?_ref:\"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.\",mLBNJZmJ_:(_ref1=padding!==null&&padding!==void 0?padding:props.mLBNJZmJ_)!==null&&_ref1!==void 0?_ref1:\"40px\",Nkegty3E9:(_ref2=count!==null&&count!==void 0?count:props.Nkegty3E9)!==null&&_ref2!==void 0?_ref2:\"/ Project\",NKTrfhUgj:(_ref3=duration!==null&&duration!==void 0?duration:props.NKTrfhUgj)!==null&&_ref3!==void 0?_ref3:\"3 - 4\",oSWVysgFI:(_ref4=time!==null&&time!==void 0?time:props.oSWVysgFI)!==null&&_ref4!==void 0?_ref4:\"Week\",pNxsHM5vV:(_ref5=icon!==null&&icon!==void 0?icon:props.pNxsHM5vV)!==null&&_ref5!==void 0?_ref5:\"Carrot\",rjXD03Hf0:(_ref6=point2!==null&&point2!==void 0?point2:props.rjXD03Hf0)!==null&&_ref6!==void 0?_ref6:\"47% increase in new customers\",uQdtLIJGR:(_ref7=title!==null&&title!==void 0?title:props.uQdtLIJGR)!==null&&_ref7!==void 0?_ref7:\"Kickoff\",V8JtIpW18:(_ref8=heading!==null&&heading!==void 0?heading:props.V8JtIpW18)!==null&&_ref8!==void 0?_ref8:\"Stage 1\",variant:(_ref9=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref9!==void 0?_ref9:\"hb_VUtODS\",ZqA3W9Mlz:(_ref10=amount!==null&&amount!==void 0?amount:props.ZqA3W9Mlz)!==null&&_ref10!==void 0?_ref10:\"$4500\",ZSq9YyFUm:(_ref11=point1!==null&&point1!==void 0?point1:props.ZSq9YyFUm)!==null&&_ref11!==void 0?_ref11:\"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,pNxsHM5vV,V8JtIpW18,uQdtLIJGR,AApyg9JbZ,ZqA3W9Mlz,Nkegty3E9,NKTrfhUgj,oSWVysgFI,ZSq9YyFUm,rjXD03Hf0,mLBNJZmJ_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hb_VUtODS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"xCR8_6ZzR\")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!==null&&layoutId!==void 0?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===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:353,pixelWidth:587,sizes:(componentViewport===null||componentViewport===void 0?void 0: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(serializationHash,...sharedStyleClassNames,\"framer-1km0hqm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--18uvjhz\":numberToPixelString(mLBNJZmJ_),\"--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({xCR8_6ZzR:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u0w2er\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODSGe_0vwroU\",children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1lh0dpj\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"tcxwEQRVY\",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-vxf175\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"aoM2Nqhjz\",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-1t0ik9m-container\",layoutDependency:layoutDependency,layoutId:\"n9adN2SeV-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:pNxsHM5vV,id:\"n9adN2SeV\",layoutId:\"n9adN2SeV\",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-601m9w-container\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODSIcramp3Pw-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"hb_VUtODSIcramp3Pw\",KS7KLFqN8:V8JtIpW18,layoutId:\"hb_VUtODSIcramp3Pw\",rQKAY6456:\"NEW\",variant:\"vh2YcPP5s\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aasthz\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODSru5bouzuj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pqev9s\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODSDr6f6JSjc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mo6hvk\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"hb_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:\"Kickoff\"})}),className:\"framer-1d4mlnp\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hb_VUtODSqfvvOUG_S\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:uQdtLIJGR,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-csww61\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"hb_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-uoif6l\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"hb_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, design-approved building blocks.\"})}),className:\"framer-1bmijef\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hb_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:AApyg9JbZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m4mc2y\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"hb_VUtODSLpSXLU0dl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yioblc-container\",layoutDependency:layoutDependency,layoutId:\"IaxSIG1gf-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"IaxSIG1gf\",layoutId:\"IaxSIG1gf\",QVn6jQ9Gi:Nkegty3E9,variant:\"zbDednFgc\",vRCnMdhbI:ZqA3W9Mlz,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-skunzs-container\",layoutDependency:layoutDependency,layoutId:\"HwidqqDe9-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"HwidqqDe9\",layoutId:\"HwidqqDe9\",QVn6jQ9Gi:oSWVysgFI,variant:\"zbDednFgc\",vRCnMdhbI:NKTrfhUgj,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1510p7h\",\"data-framer-name\":\"Points\",layoutDependency:layoutDependency,layoutId:\"mgklgxE6y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - ${mLBNJZmJ_*2}px, 650px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lbcnep-container\",layoutDependency:layoutDependency,layoutId:\"W3Eu2mYCb-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"W3Eu2mYCb\",layoutId:\"W3Eu2mYCb\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:ZSq9YyFUm})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - ${mLBNJZmJ_*2}px, 650px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zz7c0i-container\",layoutDependency:layoutDependency,layoutId:\"C92mS7_bo-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"C92mS7_bo\",layoutId:\"C92mS7_bo\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:rjXD03Hf0})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6rjqe\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"INVA2oz0D\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uzvlxa-container\",layoutDependency:layoutDependency,layoutId:\"Q8J2q1PuA-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book an Appointment\",GT109pdEG:resolvedLinks[0],height:\"100%\",id:\"Q8J2q1PuA\",layoutId:\"Q8J2q1PuA\",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({xCR8_6ZzR:{GT109pdEG:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"},className:\"framer-18a83cp\",\"data-framer-name\":\"Star Line\",layoutDependency:layoutDependency,layoutId:\"Ua5w9vSrv\",...addPropertyOverrides({xCR8_6ZzR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||541)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eamysy\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"P1vDe6OzO\",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-xsTHu.framer-k67ctf, .framer-xsTHu .framer-k67ctf { display: block; }\",\".framer-xsTHu.framer-1km0hqm { 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(--18uvjhz); position: relative; width: 587px; }\",\".framer-xsTHu .framer-1u0w2er { 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-xsTHu .framer-1lh0dpj { 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-xsTHu .framer-vxf175 { 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-xsTHu .framer-1t0ik9m-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-xsTHu .framer-601m9w-container, .framer-xsTHu .framer-yioblc-container, .framer-xsTHu .framer-skunzs-container, .framer-xsTHu .framer-uzvlxa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xsTHu .framer-1aasthz { 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-xsTHu .framer-1pqev9s { 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-xsTHu .framer-1mo6hvk { 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-xsTHu .framer-1d4mlnp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xsTHu .framer-csww61 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-xsTHu .framer-uoif6l { 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-xsTHu .framer-1bmijef { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xsTHu .framer-m4mc2y { 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-xsTHu .framer-1510p7h { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xsTHu .framer-lbcnep-container, .framer-xsTHu .framer-zz7c0i-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xsTHu .framer-6rjqe { 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: 100%; }\",\".framer-xsTHu .framer-18a83cp { 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-xsTHu .framer-1eamysy { flex: none; height: 100%; left: calc(49.91482112436118% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.10989010989013% - 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-xsTHu.framer-1km0hqm, .framer-xsTHu .framer-1lh0dpj, .framer-xsTHu .framer-1aasthz, .framer-xsTHu .framer-1pqev9s, .framer-xsTHu .framer-1mo6hvk, .framer-xsTHu .framer-uoif6l, .framer-xsTHu .framer-m4mc2y, .framer-xsTHu .framer-1510p7h, .framer-xsTHu .framer-6rjqe { gap: 0px; } .framer-xsTHu.framer-1km0hqm > *, .framer-xsTHu .framer-1510p7h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xsTHu.framer-1km0hqm > :first-child, .framer-xsTHu .framer-1aasthz > :first-child, .framer-xsTHu .framer-1pqev9s > :first-child, .framer-xsTHu .framer-uoif6l > :first-child, .framer-xsTHu .framer-1510p7h > :first-child, .framer-xsTHu .framer-6rjqe > :first-child { margin-top: 0px; } .framer-xsTHu.framer-1km0hqm > :last-child, .framer-xsTHu .framer-1aasthz > :last-child, .framer-xsTHu .framer-1pqev9s > :last-child, .framer-xsTHu .framer-uoif6l > :last-child, .framer-xsTHu .framer-1510p7h > :last-child, .framer-xsTHu .framer-6rjqe > :last-child { margin-bottom: 0px; } .framer-xsTHu .framer-1lh0dpj > *, .framer-xsTHu .framer-1mo6hvk > *, .framer-xsTHu .framer-m4mc2y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xsTHu .framer-1lh0dpj > :first-child, .framer-xsTHu .framer-1mo6hvk > :first-child, .framer-xsTHu .framer-m4mc2y > :first-child { margin-left: 0px; } .framer-xsTHu .framer-1lh0dpj > :last-child, .framer-xsTHu .framer-1mo6hvk > :last-child, .framer-xsTHu .framer-m4mc2y > :last-child { margin-right: 0px; } .framer-xsTHu .framer-1aasthz > *, .framer-xsTHu .framer-1pqev9s > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-xsTHu .framer-uoif6l > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xsTHu .framer-6rjqe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-xsTHu.framer-v-1eavmeo.framer-1km0hqm { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-xsTHu.framer-v-1eavmeo .framer-1aasthz { overflow: visible; z-index: 4; }\",\".framer-xsTHu.framer-v-1eavmeo .framer-uoif6l { overflow: visible; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-xsTHu[data-border=\"true\"]::after, .framer-xsTHu [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 455\n * @framerIntrinsicWidth 587\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xCR8_6ZzR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pNxsHM5vV\":\"icon\",\"V8JtIpW18\":\"heading\",\"uQdtLIJGR\":\"title\",\"AApyg9JbZ\":\"description\",\"ZqA3W9Mlz\":\"amount\",\"Nkegty3E9\":\"count\",\"NKTrfhUgj\":\"duration\",\"oSWVysgFI\":\"time\",\"ZSq9YyFUm\":\"point1\",\"rjXD03Hf0\":\"point2\",\"mLBNJZmJ_\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlyzAhdB6g=withCSS(Component,css,\"framer-xsTHu\");export default FramerlyzAhdB6g;FramerlyzAhdB6g.displayName=\"Card/Service Card\";FramerlyzAhdB6g.defaultProps={height:455,width:587};addPropertyControls(FramerlyzAhdB6g,{variant:{options:[\"hb_VUtODS\",\"xCR8_6ZzR\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},pNxsHM5vV:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Carrot\",description:undefined,hidden:undefined,title:\"Icon\"},V8JtIpW18:{defaultValue:\"Stage 1\",displayTextArea:false,title:\"Heading\",type:ControlType.String},uQdtLIJGR:{defaultValue:\"Kickoff\",displayTextArea:true,title:\"Title\",type:ControlType.String},AApyg9JbZ:{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},ZqA3W9Mlz:{defaultValue:\"$4500\",displayTextArea:false,title:\"Amount\",type:ControlType.String},Nkegty3E9:{defaultValue:\"/ Project\",displayTextArea:false,title:\"Count\",type:ControlType.String},NKTrfhUgj:{defaultValue:\"3 - 4\",displayTextArea:false,title:\"Duration\",type:ControlType.String},oSWVysgFI:{defaultValue:\"Week\",displayTextArea:false,title:\"Time\",type:ControlType.String},ZSq9YyFUm:{defaultValue:\"From $0 to $1,000,000 in sales\",displayTextArea:true,title:\"Point 1\",type:ControlType.String},rjXD03Hf0:{defaultValue:\"47% increase in new customers\",displayTextArea:true,title:\"Point 2\",type:ControlType.String},mLBNJZmJ_:{defaultValue:\"40px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerlyzAhdB6g,[{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,...TagDualTitleTagFonts,...InteractiveComponentsTextPointFonts,...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlyzAhdB6g\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pNxsHM5vV\\\":\\\"icon\\\",\\\"V8JtIpW18\\\":\\\"heading\\\",\\\"uQdtLIJGR\\\":\\\"title\\\",\\\"AApyg9JbZ\\\":\\\"description\\\",\\\"ZqA3W9Mlz\\\":\\\"amount\\\",\\\"Nkegty3E9\\\":\\\"count\\\",\\\"NKTrfhUgj\\\":\\\"duration\\\",\\\"oSWVysgFI\\\":\\\"time\\\",\\\"ZSq9YyFUm\\\":\\\"point1\\\",\\\"rjXD03Hf0\\\":\\\"point2\\\",\\\"mLBNJZmJ_\\\":\\\"padding\\\"}\",\"framerIntrinsicHeight\":\"455\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xCR8_6ZzR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"587\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lyzAhdB6g.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/L2Tf6ugrgax2BWSq3Lbd/ZazUtlWtR8VoulqaF4rH/VnmEZ_3BZ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sr227iIwjuI0KUJpPPCs/jXvxcED8q94PZbVjlxXV/VqRaec8fA.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/kWLARtlwFPoUbxzIkDfg/PC5HeJZTt44iL6H6ngyZ/IHYC0Q7Lw.js\";const TickerFonts=getFonts(Ticker);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const cycleOrder=[\"xG2mhoUDe\",\"daoO6bnRd\",\"En56wQWjD\"];const serializationHash=\"framer-kwD3N\";const variantClassNames={daoO6bnRd:\"framer-v-akpt5\",En56wQWjD:\"framer-v-mv6mje\",xG2mhoUDe:\"framer-v-hsiv94\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={M:\"daoO6bnRd\",S:\"En56wQWjD\",XL:\"xG2mhoUDe\"};const getProps=({height,id,image,tag1,tag2,title,width,year,...props})=>{return{...props,B49Y7LKV1:tag2??props.B49Y7LKV1??\"Structure\",d8UofBqBQ:year??props.d8UofBqBQ??\"2024\",DauRXH8MM:title??props.DauRXH8MM??\"Oceans United\",hnTOlV6ni:image??props.hnTOlV6ni??{src:\"https://framerusercontent.com/images/6igmB60fniZZ2g62iKIWQ848llo.jpg\",srcSet:\"https://framerusercontent.com/images/6igmB60fniZZ2g62iKIWQ848llo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6igmB60fniZZ2g62iKIWQ848llo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6igmB60fniZZ2g62iKIWQ848llo.jpg 1600w\"},jatZXXiSc:tag1??props.jatZXXiSc??\"Discovery\",variant:humanReadableVariantMap[props.variant]??props.variant??\"xG2mhoUDe\"};};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,hnTOlV6ni,DauRXH8MM,d8UofBqBQ,jatZXXiSc,B49Y7LKV1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xG2mhoUDe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"En56wQWjD\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"En56wQWjD\")return true;return false;};const isDisplayed2=()=>{if([\"daoO6bnRd\",\"En56wQWjD\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hsiv94\",className,classNames),\"data-border\":true,\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"xG2mhoUDe\",ref: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)\",backgroundColor:\"var(--token-74f48371-76c0-476a-a319-1331b3a438c2, rgb(8, 8, 8))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px -30px 50px 20px rgba(0, 0, 0, 0.3)\",WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({daoO6bnRd:{\"data-framer-name\":\"M\"},En56wQWjD:{\"data-framer-name\":\"S\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hqtpzq\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"jxfwA2AbE\",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:22,borderBottomRightRadius:22,borderTopLeftRadius:22,borderTopRightRadius:22},children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1x2kes3\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"s_F99QHrP\",style:{borderBottomLeftRadius:21,borderBottomRightRadius:21,borderTopLeftRadius:21,borderTopRightRadius:21},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jpsrwl\",\"data-framer-name\":\"Tint\",layoutDependency:layoutDependency,layoutId:\"kaVXBcdDq\",style:{background:'linear-gradient(180deg, var(--token-f114f1e6-e38c-48e5-8f37-0b117b1ed275, rgba(0, 0, 0, 0)) /* {\"name\":\"Black 0%\"} */ 91.2404983108108%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) /* {\"name\":\"Black 95%\"} */ 100%)',borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aa4kuz\",\"data-border\":true,\"data-framer-name\":\"Details Content\",layoutDependency:layoutDependency,layoutId:\"S4G_8zKSW\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2px)\",backgroundColor:\"var(--token-ba733b56-e2d8-4fee-916d-b131b6d0185f, rgb(13, 13, 13))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"2px 4px 24px 10px rgba(0, 0, 0, 0.35)\",WebkitBackdropFilter:\"blur(2px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ejj8zm\",\"data-border\":true,\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"qQmXL6rwY\",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:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(2px)\"},variants:{En56wQWjD:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15lo3js\",\"data-framer-name\":\"Title/Date\",layoutDependency:layoutDependency,layoutId:\"vStMznST_\",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-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"Oceans United\"})}),className:\"framer-1yyg7y0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u4mtebxQQ\",style:{\"--extracted-1eung3n\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:DauRXH8MM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kur9vf\",\"data-framer-name\":\"Dot\",layoutDependency:layoutDependency,layoutId:\"BBDp9dv3n\",style:{backgroundColor:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y04cdk\",\"data-framer-name\":\"Date\",layoutDependency:layoutDependency,layoutId:\"Jg5yA1jBO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2mfvz6\",\"data-styles-preset\":\"VqRaec8fA\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"2024\"})}),className:\"framer-aejgar\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JboWwphJ1\",style:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\",\"--framer-paragraph-spacing\":\"0px\"},text:d8UofBqBQ,verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r60xex\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"zoNo9p8ed\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cji5qe\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"KUmdwiuot\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sk1uy\",\"data-border\":true,\"data-framer-name\":\"Loader\",layoutDependency:layoutDependency,layoutId:\"BICHOEQ8g\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2px)\",background:\"linear-gradient(-7.642439925348299e-8deg, rgba(255, 255, 255, 0.06) 0%, rgba(153, 153, 153, 0.06) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"blur(2px)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b97nhw\",\"data-border\":true,\"data-framer-name\":\"Ticker\",layoutDependency:layoutDependency,layoutId:\"Rohd97znW\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2px)\",background:\"linear-gradient(89.9999999999999deg, rgba(0, 85, 255, 0) 0%, rgba(0, 85, 255, 0.25) 46.64423167705536%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(2px)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ntkspl-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jkh15CYAD-container\",nodeId:\"jkh15CYAD\",rendersWithMotion:true,scopeId:\"OH5eSrJ9g\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"jkh15CYAD\",layoutId:\"jkh15CYAD\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:72,pixelWidth:1749,sizes:\"583px\",src:\"https://framerusercontent.com/images/5lfBMonMhYpKxn0XVQsyZrLGY.png\",srcSet:\"https://framerusercontent.com/images/5lfBMonMhYpKxn0XVQsyZrLGY.png?scale-down-to=512 512w,https://framerusercontent.com/images/5lfBMonMhYpKxn0XVQsyZrLGY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5lfBMonMhYpKxn0XVQsyZrLGY.png 1749w\"},className:\"framer-1hzsorf\",\"data-framer-name\":\"Loader\",layoutDependency:layoutDependency,layoutId:\"TimTTXLVs\",style:{backdropFilter:\"blur(2px)\",WebkitBackdropFilter:\"blur(2px)\"}})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-75aiml\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"fqEQtPR9k\",style:{background:\"linear-gradient(180deg, 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-1stpau7\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"lADDe9ROi\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({En56wQWjD:{height:40,y:(componentViewport?.y||0)+(10+((componentViewport?.height||340)-20-((componentViewport?.height||340)-20)*1)/2)+(1+(((componentViewport?.height||340)-20)*1-2-(((componentViewport?.height||340)-20)*1-2)*1)/2)+10+((((componentViewport?.height||340)-20)*1-2)*1-20-64)+12+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nqpxll-container\",layoutDependency:layoutDependency,layoutId:\"kziJkmboY-container\",nodeId:\"kziJkmboY\",rendersWithMotion:true,scopeId:\"OH5eSrJ9g\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"kziJkmboY\",KS7KLFqN8:d8UofBqBQ,layoutId:\"kziJkmboY\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(10+((componentViewport?.height||630)-20-((componentViewport?.height||630)-20)*1)/2)+(1+(((componentViewport?.height||630)-20)*1-2-(((componentViewport?.height||630)-20)*1-2)*1)/2)+10+((((componentViewport?.height||630)-20)*1-2)*1-20-70)+15+0,...addPropertyOverrides({daoO6bnRd:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||520)-20-((componentViewport?.height||520)-20)*1)/2)+(1+(((componentViewport?.height||520)-20)*1-2-(((componentViewport?.height||520)-20)*1-2)*1)/2)+10+((((componentViewport?.height||520)-20)*1-2)*1-20-70)+15+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3n3osp-container\",layoutDependency:layoutDependency,layoutId:\"ItOwadGVA-container\",nodeId:\"ItOwadGVA\",rendersWithMotion:true,scopeId:\"OH5eSrJ9g\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"ItOwadGVA\",KS7KLFqN8:jatZXXiSc,layoutId:\"ItOwadGVA\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(10+((componentViewport?.height||630)-20-((componentViewport?.height||630)-20)*1)/2)+(1+(((componentViewport?.height||630)-20)*1-2-(((componentViewport?.height||630)-20)*1-2)*1)/2)+10+((((componentViewport?.height||630)-20)*1-2)*1-20-70)+15+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-135bxpi-container\",layoutDependency:layoutDependency,layoutId:\"fAkBqzi2w-container\",nodeId:\"fAkBqzi2w\",rendersWithMotion:true,scopeId:\"OH5eSrJ9g\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"fAkBqzi2w\",KS7KLFqN8:B49Y7LKV1,layoutId:\"fAkBqzi2w\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(10+((componentViewport?.height||630)-20-((componentViewport?.height||630)-20)*1)/2)+(1+(((componentViewport?.height||630)-20)*1-2-(((componentViewport?.height||630)-20)*1-2)*1)/2)+((((componentViewport?.height||630)-20)*1-2)*1*.5000000000000002-(((componentViewport?.height||630)-20)*1-2)*1*1/2)),pixelHeight:1369,pixelWidth:2368,sizes:`max(max(${componentViewport?.width||\"100vw\"} - 20px, 1px) - 2px, 1px)`,...toResponsiveImage(hnTOlV6ni),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-apm5ub\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"HXsGaGERF\",style:{borderBottomLeftRadius:21,borderBottomRightRadius:21,borderTopLeftRadius:21,borderTopRightRadius:21},...addPropertyOverrides({daoO6bnRd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(10+((componentViewport?.height||520)-20-((componentViewport?.height||520)-20)*1)/2)+(1+(((componentViewport?.height||520)-20)*1-2-(((componentViewport?.height||520)-20)*1-2)*1)/2)+((((componentViewport?.height||520)-20)*1-2)*1*.5000000000000002-(((componentViewport?.height||520)-20)*1-2)*1*1/2)),pixelHeight:1369,pixelWidth:2368,sizes:`max(max(${componentViewport?.width||\"100vw\"} - 20px, 1px) - 2px, 1px)`,...toResponsiveImage(hnTOlV6ni),...{positionX:\"center\",positionY:\"center\"}}},En56wQWjD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(10+((componentViewport?.height||340)-20-((componentViewport?.height||340)-20)*1)/2)+(1+(((componentViewport?.height||340)-20)*1-2-(((componentViewport?.height||340)-20)*1-2)*1)/2)+((((componentViewport?.height||340)-20)*1-2)*1*.5000000000000002-(((componentViewport?.height||340)-20)*1-2)*1*1/2)),pixelHeight:1369,pixelWidth:2368,sizes:`max(max(${componentViewport?.width||\"100vw\"} - 20px, 1px) - 2px, 1px)`,...toResponsiveImage(hnTOlV6ni),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kwD3N.framer-1re16ql, .framer-kwD3N .framer-1re16ql { display: block; }\",\".framer-kwD3N.framer-hsiv94 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 630px; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 1200px; }\",\".framer-kwD3N .framer-hqtpzq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; 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); z-index: 1; }\",\".framer-kwD3N .framer-1x2kes3 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kwD3N .framer-jpsrwl { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-kwD3N .framer-aa4kuz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 10px; position: relative; width: 1px; z-index: 3; }\",\".framer-kwD3N .framer-ejj8zm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-kwD3N .framer-15lo3js { 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-kwD3N .framer-1yyg7y0, .framer-kwD3N .framer-aejgar { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kwD3N .framer-1kur9vf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); position: relative; width: 3px; }\",\".framer-kwD3N .framer-1y04cdk { 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-kwD3N .framer-r60xex { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-kwD3N .framer-1cji5qe, .framer-kwD3N .framer-75aiml { flex: none; height: 42px; position: relative; width: 1px; }\",\".framer-kwD3N .framer-1sk1uy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: 1px; }\",\".framer-kwD3N .framer-1b97nhw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kwD3N .framer-1ntkspl-container { flex: 1 0 0px; height: 24px; position: relative; width: 1px; }\",\".framer-kwD3N .framer-1hzsorf { height: 24px; position: relative; width: 583px; }\",\".framer-kwD3N .framer-1stpau7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 6px 0px 0px; position: relative; width: min-content; }\",\".framer-kwD3N .framer-1nqpxll-container { flex: none; height: auto; left: -695px; position: absolute; top: -461px; width: auto; z-index: 1; }\",\".framer-kwD3N .framer-3n3osp-container, .framer-kwD3N .framer-135bxpi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kwD3N .framer-apm5ub { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 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-kwD3N.framer-hsiv94, .framer-kwD3N .framer-hqtpzq, .framer-kwD3N .framer-1x2kes3, .framer-kwD3N .framer-ejj8zm, .framer-kwD3N .framer-15lo3js, .framer-kwD3N .framer-1y04cdk, .framer-kwD3N .framer-r60xex, .framer-kwD3N .framer-1sk1uy, .framer-kwD3N .framer-1b97nhw, .framer-kwD3N .framer-1stpau7 { gap: 0px; } .framer-kwD3N.framer-hsiv94 > *, .framer-kwD3N .framer-hqtpzq > *, .framer-kwD3N .framer-1x2kes3 > *, .framer-kwD3N .framer-ejj8zm > *, .framer-kwD3N .framer-15lo3js > *, .framer-kwD3N .framer-1y04cdk > *, .framer-kwD3N .framer-1sk1uy > *, .framer-kwD3N .framer-1b97nhw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kwD3N.framer-hsiv94 > :first-child, .framer-kwD3N .framer-hqtpzq > :first-child, .framer-kwD3N .framer-1x2kes3 > :first-child, .framer-kwD3N .framer-ejj8zm > :first-child, .framer-kwD3N .framer-15lo3js > :first-child, .framer-kwD3N .framer-1y04cdk > :first-child, .framer-kwD3N .framer-r60xex > :first-child, .framer-kwD3N .framer-1sk1uy > :first-child, .framer-kwD3N .framer-1b97nhw > :first-child, .framer-kwD3N .framer-1stpau7 > :first-child { margin-left: 0px; } .framer-kwD3N.framer-hsiv94 > :last-child, .framer-kwD3N .framer-hqtpzq > :last-child, .framer-kwD3N .framer-1x2kes3 > :last-child, .framer-kwD3N .framer-ejj8zm > :last-child, .framer-kwD3N .framer-15lo3js > :last-child, .framer-kwD3N .framer-1y04cdk > :last-child, .framer-kwD3N .framer-r60xex > :last-child, .framer-kwD3N .framer-1sk1uy > :last-child, .framer-kwD3N .framer-1b97nhw > :last-child, .framer-kwD3N .framer-1stpau7 > :last-child { margin-right: 0px; } .framer-kwD3N .framer-r60xex > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-kwD3N .framer-1stpau7 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-kwD3N.framer-v-akpt5.framer-hsiv94 { height: 520px; width: 710px; }\",\".framer-kwD3N.framer-v-mv6mje.framer-hsiv94 { height: 340px; width: 330px; }\",\".framer-kwD3N.framer-v-mv6mje .framer-aa4kuz { padding: 12px 12px 12px 16px; }\",\".framer-kwD3N.framer-v-mv6mje .framer-ejj8zm { flex: 1 0 0px; justify-content: flex-start; padding: 0px; width: 1px; }\",\".framer-kwD3N.framer-v-mv6mje .framer-15lo3js { width: 90%; }\",\".framer-kwD3N.framer-v-mv6mje .framer-1yyg7y0 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kwD3N.framer-v-mv6mje .framer-1stpau7 { padding: 0px; }\",\".framer-kwD3N.framer-v-mv6mje .framer-1nqpxll-container { left: unset; order: 2; position: relative; top: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-kwD3N[data-border=\"true\"]::after, .framer-kwD3N [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 630\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"daoO6bnRd\":{\"layout\":[\"fixed\",\"fixed\"]},\"En56wQWjD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"hnTOlV6ni\":\"image\",\"DauRXH8MM\":\"title\",\"d8UofBqBQ\":\"year\",\"jatZXXiSc\":\"tag1\",\"B49Y7LKV1\":\"tag2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOH5eSrJ9g=withCSS(Component,css,\"framer-kwD3N\");export default FramerOH5eSrJ9g;FramerOH5eSrJ9g.displayName=\"Card/Large Portfolio Card\";FramerOH5eSrJ9g.defaultProps={height:630,width:1200};addPropertyControls(FramerOH5eSrJ9g,{variant:{options:[\"xG2mhoUDe\",\"daoO6bnRd\",\"En56wQWjD\"],optionTitles:[\"XL\",\"M\",\"S\"],title:\"Variant\",type:ControlType.Enum},hnTOlV6ni:{__defaultAssetReference:\"data:framer/asset-reference,6igmB60fniZZ2g62iKIWQ848llo.jpg?originalFilename=Apple_Watch_Ultra_2_1_1-copy-main1.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},DauRXH8MM:{defaultValue:\"Oceans United\",displayTextArea:false,title:\"Title\",type:ControlType.String},d8UofBqBQ:{defaultValue:\"2024\",displayTextArea:false,title:\"Year\",type:ControlType.String},jatZXXiSc:{defaultValue:\"Discovery\",displayTextArea:true,title:\"Tag 1\",type:ControlType.String},B49Y7LKV1:{defaultValue:\"Structure\",displayTextArea:true,title:\"Tag 2\",type:ControlType.String}});addFonts(FramerOH5eSrJ9g,[{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\"}]},...TickerFonts,...TagPrimaryTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOH5eSrJ9g\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"daoO6bnRd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"En56wQWjD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"630\",\"framerVariables\":\"{\\\"hnTOlV6ni\\\":\\\"image\\\",\\\"DauRXH8MM\\\":\\\"title\\\",\\\"d8UofBqBQ\\\":\\\"year\\\",\\\"jatZXXiSc\\\":\\\"tag1\\\",\\\"B49Y7LKV1\\\":\\\"tag2\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OH5eSrJ9g.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,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/aMp5uvOUbeRVr7UPUmup/BqAIuFOHZexS2JghNjyM/qScbNYtt3.js\";const enabledGestures={u5x3FHtgw:{hover:true}};const serializationHash=\"framer-Lng1S\";const variantClassNames={u5x3FHtgw:\"framer-v-cjylk4\"};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:200,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,GHFq405kJ:link!==null&&link!==void 0?link:props.GHFq405kJ,MNFGljJ89:(_ref=title!==null&&title!==void 0?title:props.MNFGljJ89)!==null&&_ref!==void 0?_ref:\"Enter Your Text\"};};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,MNFGljJ89,GHFq405kJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"u5x3FHtgw\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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__*/_jsx(Link,{href:GHFq405kJ,nodeId:\"u5x3FHtgw\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-cjylk4\",className,classNames)} framer-1w7au6m`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"u5x3FHtgw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(2.5px)\",backgroundColor:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,WebkitBackdropFilter:\"blur(2.5px)\",...style},variants:{\"u5x3FHtgw-hover\":{opacity:.6}},...addPropertyOverrides({\"u5x3FHtgw-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-m6m3zm\",\"data-styles-preset\":\"qScbNYtt3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-561b3d91-c258-4609-94c9-3cc008fdd628, rgb(19, 19, 19)))\"},children:\"About Porto\"})}),className:\"framer-1y7kl3s\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u5x3FHtgwW4kfTr1gT\",style:{\"--extracted-r6o4lv\":\"var(--token-561b3d91-c258-4609-94c9-3cc008fdd628, rgb(19, 19, 19))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:MNFGljJ89,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lng1S.framer-1w7au6m, .framer-Lng1S .framer-1w7au6m { display: block; }\",\".framer-Lng1S.framer-cjylk4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 14px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lng1S .framer-1y7kl3s { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lng1S.framer-cjylk4 { gap: 0px; } .framer-Lng1S.framer-cjylk4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Lng1S.framer-cjylk4 > :first-child { margin-left: 0px; } .framer-Lng1S.framer-cjylk4 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FHeS91bOy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MNFGljJ89\":\"title\",\"GHFq405kJ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVDDwKFmWB=withCSS(Component,css,\"framer-Lng1S\");export default FramerVDDwKFmWB;FramerVDDwKFmWB.displayName=\"Button/Tag Button\";FramerVDDwKFmWB.defaultProps={height:38,width:131};addPropertyControls(FramerVDDwKFmWB,{MNFGljJ89:{defaultValue:\"Enter Your Text\",displayTextArea:false,title:\"Title\",type:ControlType.String},GHFq405kJ:{title:\"Link\",type:ControlType.Link}});addFonts(FramerVDDwKFmWB,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVDDwKFmWB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"131\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"38\",\"framerVariables\":\"{\\\"MNFGljJ89\\\":\\\"title\\\",\\\"GHFq405kJ\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FHeS91bOy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VDDwKFmWB.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dcNkUTPTDKcL9p59YV74/aFHGLo0MaLW0Uqjvt8nK/QhK6qqT5U.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/qLS9rrb9lmYZ2OHsbFIb/YtnHihpxjIVHoG6SN09O/VqRaec8fA.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pUN8ojYN0DFQurR7pzwt/mBqsOhS7MfUkRy8lkdqI/W_ZWObZHr.js\";const enabledGestures={GNH554chx:{hover:true}};const serializationHash=\"framer-4LDwg\";const variantClassNames={GNH554chx:\"framer-v-1n5j43g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness: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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({bodyText,company,height,id,image,link,name1,position,socialIcon,star1,star2,star3,star4,star5,width,...props})=>{return{...props,Cn_wuNpUl:star5??props.Cn_wuNpUl??true,ezTVL4up9:name1??props.ezTVL4up9??\"Alexandre Trochut\",gCtlnWMQG:company??props.gCtlnWMQG??\"Halle Van De Hey\",GDgRkjQ07:star4??props.GDgRkjQ07??true,GVtFDWPuj:star3??props.GVtFDWPuj??true,mE9gwM3Ep:image??props.mE9gwM3Ep??{src:\"https://framerusercontent.com/images/fN2AFqK3ZSmLLWBddSpePxWDAA.png\"},oHlymWWA0:link??props.oHlymWWA0,rt7LCUDSa:socialIcon??props.rt7LCUDSa??{src:\"https://framerusercontent.com/images/wp1whhbtmvxQY7uvUB9vTIuxok.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/wp1whhbtmvxQY7uvUB9vTIuxok.png?scale-down-to=512 512w,https://framerusercontent.com/images/wp1whhbtmvxQY7uvUB9vTIuxok.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wp1whhbtmvxQY7uvUB9vTIuxok.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wp1whhbtmvxQY7uvUB9vTIuxok.png 2631w\"},tYoTxAdAF:position??props.tYoTxAdAF??\"CEO\",UBtjtT2qi:star2??props.UBtjtT2qi??true,W6ORy4Nes:star1??props.W6ORy4Nes??true,zJ7dVXMEI:bodyText??props.zJ7dVXMEI??\"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 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,mE9gwM3Ep,rt7LCUDSa,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,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:oHlymWWA0,motionChild:true,nodeId:\"GNH554chx\",openInNewTab:true,scopeId:\"w69xjQsCC\",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:refBinding,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)) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) 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.35)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",sizes:\"51px\",...toResponsiveImage(rt7LCUDSa),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-28czjp\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"ssV0tFM41\",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.35)\"}})]}),/*#__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.15) 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\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GNH554chxTS_TXttvc\",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%, rgb(0, 85, 255) 50%, rgba(0, 85, 255, 0) 100%)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4LDwg.framer-1winsmo, .framer-4LDwg .framer-1winsmo { display: block; }\",\".framer-4LDwg.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-4LDwg .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-4LDwg .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-4LDwg .framer-1a3419c { flex: none; height: 50px; overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4LDwg .framer-28czjp { flex: none; height: 16px; overflow: hidden; position: relative; width: 51px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4LDwg .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-4LDwg .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-4LDwg .framer-6qzs4h, .framer-4LDwg .framer-zbswnv, .framer-4LDwg .framer-v28fbg, .framer-4LDwg .framer-1l7l6vc, .framer-4LDwg .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-4LDwg .framer-ucnb20, .framer-4LDwg .framer-6ve792, .framer-4LDwg .framer-19ucns4, .framer-4LDwg .framer-1ji2vvw, .framer-4LDwg .framer-bfebiz { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-4LDwg .framer-grnuo9, .framer-4LDwg .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-4LDwg .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-4LDwg .framer-8jazlf { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-4LDwg .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-4LDwg .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-4LDwg .framer-8wcjjw, .framer-4LDwg .framer-1i4hpao { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4LDwg .framer-1hxtj12 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); position: relative; width: 3px; }\",\".framer-4LDwg .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-4LDwg.framer-1n5j43g, .framer-4LDwg .framer-1jtxlw4, .framer-4LDwg .framer-1okd5bk, .framer-4LDwg .framer-yih30n, .framer-4LDwg .framer-6qzs4h, .framer-4LDwg .framer-zbswnv, .framer-4LDwg .framer-v28fbg, .framer-4LDwg .framer-1l7l6vc, .framer-4LDwg .framer-zaw3mi, .framer-4LDwg .framer-1143v81, .framer-4LDwg .framer-16thmla, .framer-4LDwg .framer-1lov7l2 { gap: 0px; } .framer-4LDwg.framer-1n5j43g > *, .framer-4LDwg .framer-1jtxlw4 > *, .framer-4LDwg .framer-1143v81 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-4LDwg.framer-1n5j43g > :first-child, .framer-4LDwg .framer-1jtxlw4 > :first-child, .framer-4LDwg .framer-1okd5bk > :first-child, .framer-4LDwg .framer-1143v81 > :first-child, .framer-4LDwg .framer-16thmla > :first-child { margin-top: 0px; } .framer-4LDwg.framer-1n5j43g > :last-child, .framer-4LDwg .framer-1jtxlw4 > :last-child, .framer-4LDwg .framer-1okd5bk > :last-child, .framer-4LDwg .framer-1143v81 > :last-child, .framer-4LDwg .framer-16thmla > :last-child { margin-bottom: 0px; } .framer-4LDwg .framer-1okd5bk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4LDwg .framer-yih30n > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-4LDwg .framer-yih30n > :first-child, .framer-4LDwg .framer-6qzs4h > :first-child, .framer-4LDwg .framer-zbswnv > :first-child, .framer-4LDwg .framer-v28fbg > :first-child, .framer-4LDwg .framer-1l7l6vc > :first-child, .framer-4LDwg .framer-zaw3mi > :first-child, .framer-4LDwg .framer-1lov7l2 > :first-child { margin-left: 0px; } .framer-4LDwg .framer-yih30n > :last-child, .framer-4LDwg .framer-6qzs4h > :last-child, .framer-4LDwg .framer-zbswnv > :last-child, .framer-4LDwg .framer-v28fbg > :last-child, .framer-4LDwg .framer-1l7l6vc > :last-child, .framer-4LDwg .framer-zaw3mi > :last-child, .framer-4LDwg .framer-1lov7l2 > :last-child { margin-right: 0px; } .framer-4LDwg .framer-6qzs4h > *, .framer-4LDwg .framer-zbswnv > *, .framer-4LDwg .framer-v28fbg > *, .framer-4LDwg .framer-1l7l6vc > *, .framer-4LDwg .framer-zaw3mi > *, .framer-4LDwg .framer-1lov7l2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4LDwg .framer-16thmla > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-4LDwg[data-border=\"true\"]::after, .framer-4LDwg [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\",\"rt7LCUDSa\":\"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 * @framerColorSyntax true\n */const Framerw69xjQsCC=withCSS(Component,css,\"framer-4LDwg\");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},rt7LCUDSa:{__defaultAssetReference:\"data:framer/asset-reference,wp1whhbtmvxQY7uvUB9vTIuxok.png?originalFilename=Untitled+design+%2816%29.png&preferredSize=auto\",title:\"Social Icon\",type:ControlType.ResponsiveImage},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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw69xjQsCC\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VZS2_i_jb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"mE9gwM3Ep\\\":\\\"image\\\",\\\"rt7LCUDSa\\\":\\\"socialIcon\\\",\\\"W6ORy4Nes\\\":\\\"star1\\\",\\\"UBtjtT2qi\\\":\\\"star2\\\",\\\"GVtFDWPuj\\\":\\\"star3\\\",\\\"GDgRkjQ07\\\":\\\"star4\\\",\\\"Cn_wuNpUl\\\":\\\"star5\\\",\\\"zJ7dVXMEI\\\":\\\"bodyText\\\",\\\"ezTVL4up9\\\":\\\"name1\\\",\\\"tYoTxAdAF\\\":\\\"position\\\",\\\"gCtlnWMQG\\\":\\\"company\\\",\\\"oHlymWWA0\\\":\\\"link\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"425\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"290\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./w69xjQsCC.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.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/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import CardFeatureCard from\"#framer/local/canvasComponent/aVNCbnCZn/aVNCbnCZn.js\";import InteractiveComponentsTextPoint from\"#framer/local/canvasComponent/B_S7DoEbq/B_S7DoEbq.js\";import CardProcessCard from\"#framer/local/canvasComponent/b8qvm_XpH/b8qvm_XpH.js\";import CardShowcaseCard from\"#framer/local/canvasComponent/CSWLbcLN4/CSWLbcLN4.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 CardServiceCard from\"#framer/local/canvasComponent/lyzAhdB6g/lyzAhdB6g.js\";import NavigationCTA from\"#framer/local/canvasComponent/m_S0SazFM/m_S0SazFM.js\";import CardAboutCard from\"#framer/local/canvasComponent/ms2G8Wp92/ms2G8Wp92.js\";import InteractiveComponentsVideoPlayer from\"#framer/local/canvasComponent/nMmjCpbb6/nMmjCpbb6.js\";import CardLargePortfolioCard from\"#framer/local/canvasComponent/OH5eSrJ9g/OH5eSrJ9g.js\";import InteractiveComponentsStarRating from\"#framer/local/canvasComponent/Q5CZcxuFO/Q5CZcxuFO.js\";import InteractiveComponentsCursor from\"#framer/local/canvasComponent/RMpAvj7R1/RMpAvj7R1.js\";import FAQFAQ from\"#framer/local/canvasComponent/tAU8hAZZK/tAU8hAZZK.js\";import TagMiniTag from\"#framer/local/canvasComponent/ukoXPr8VN/ukoXPr8VN.js\";import NavigationNavBar from\"#framer/local/canvasComponent/VBcFpApnc/VBcFpApnc.js\";import ButtonTagButton from\"#framer/local/canvasComponent/VDDwKFmWB/VDDwKFmWB.js\";import CardTestimonialCard from\"#framer/local/canvasComponent/w69xjQsCC/w69xjQsCC.js\";import PortfolioSingle from\"#framer/local/collection/yoco0NHMS/yoco0NHMS.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*as sharedStyle3 from\"#framer/local/css/VnmEZ_3BZ/VnmEZ_3BZ.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavBarFonts=getFonts(NavigationNavBar);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 InteractiveComponentsVideoPlayerFonts=getFonts(InteractiveComponentsVideoPlayer);const YouTubeFonts=getFonts(YouTube);const VideoFonts=getFonts(Video);const CardAboutCardFonts=getFonts(CardAboutCard);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const InteractiveComponentsStarRatingFonts=getFonts(InteractiveComponentsStarRating);const CardConsultationCardFonts=getFonts(CardConsultationCard);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithFX=withFX(motion.div);const CardProcessCardFonts=getFonts(CardProcessCard);const ContainerWithFX=withFX(Container);const CardFeatureCardFonts=getFonts(CardFeatureCard);const ButtonTagButtonFonts=getFonts(ButtonTagButton);const TagMiniTagFonts=getFonts(TagMiniTag);const CardLargePortfolioCardFonts=getFonts(CardLargePortfolioCard);const CardServiceCardFonts=getFonts(CardServiceCard);const CardShowcaseCardFonts=getFonts(CardShowcaseCard);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-DHtQt\";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 transition7={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition8={bounce:0,delay:0,duration:3,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};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 animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition9={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition10={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const transition11={delay:0,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation14={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:2,x:20,y:5};const animation15={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:1,skewY:1,x:-20,y:5};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"CjqrNVxIP\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"UOQR4zY4M\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const QueryData2=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"LrSKK0kRo\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};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 transition12={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const cursor={alignment:\"center\",component:InteractiveComponentsCursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition12,variant:\"VKeZmVTKZ\"};const cursor1={component:InteractiveComponentsCursor,transition:transition12,variant:\"wRJ1cSVYi\"};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,dFDcF1wOrCjqrNVxIP,xLZiRq4JMCjqrNVxIP,SVkiWUdwaCjqrNVxIP,h7LVTCEemCjqrNVxIP,CLr8mv4k3CjqrNVxIP,keCC_yeTPCjqrNVxIP,idCjqrNVxIP,dFDcF1wOrUOQR4zY4M,xLZiRq4JMUOQR4zY4M,SVkiWUdwaUOQR4zY4M,h7LVTCEemUOQR4zY4M,CLr8mv4k3UOQR4zY4M,keCC_yeTPUOQR4zY4M,idUOQR4zY4M,dFDcF1wOrLrSKK0kRo,xLZiRq4JMLrSKK0kRo,SVkiWUdwaLrSKK0kRo,h7LVTCEemLrSKK0kRo,CLr8mv4k3LrSKK0kRo,keCC_yeTPLrSKK0kRo,idLrSKK0kRo,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const KQAAWxa9D3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const UEZSDT0Ax3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"nWzKj3W9V\",\"QvtLBAi1h\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return true;return false;};const elementId=useRouteElementId(\"OCHHk2H9Y\");const dynamicRef=useDynamicRefs();const elementId1=useRouteElementId(\"k0nPmZYm0\");const elementId2=useRouteElementId(\"KU8PF2Ob_\");const elementId3=useRouteElementId(\"tIMLpB5Xx\");const ref1=React.useRef(null);useCustomCursors({\"1bf4dyq\":cursor,\"850utj\":cursor1});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:[/*#__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:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:91,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hltwlr-container\",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\"},QvtLBAi1h:{GmjsfoAo5:resolvedLinks[3],variant:\"tr5pxKGkd\",ZZP27DOb1:\"0px 30px 0px 30px\"}},children:/*#__PURE__*/_jsx(NavigationNavBar,{GmjsfoAo5:resolvedLinks[0],height:\"100%\",id:\"zGYbORKPC\",layoutId:\"zGYbORKPC\",style:{width:\"100%\"},variant:\"BUzWFjjg8\",width:\"100%\",Z1Zg6hqg0:\"I3GaZxydO\",ZZP27DOb1:\"0px 120px 0px 120px\"})})})})}),/*#__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:40,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:\"No. 1 Hiring Partner\",layoutId:\"TinEINKMm\",rQKAY6456:\"NEW\",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%, var(--token-14f74354-f5bc-49c1-9486-2936a231e276, rgba(255, 255, 255, 0.3)) 350%)\"},children:\"We Make Hiring\"})})}),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:\"Exceptional Talent Easy.\"})}),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(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Yoodule partners with you to find, hire, and manage premium talent effortlessly\u2014ensuring your projects succeed with unmatched quality, convenience, and clarity every step of the way.\"})}),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:resolvedLinks1=>/*#__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:resolvedLinks1[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks1[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Partner with Us\",GT109pdEG:resolvedLinks1[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:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__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:resolvedLinks2[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks2[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"See Our Portfolio\",GT109pdEG:resolvedLinks2[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:71,width:\"58px\",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/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png\",srcSet:\"https://framerusercontent.com/images/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png 750w\"},\"Logo\"),height:\"100%\",id:\"bfGveFIRT\",layoutId:\"bfGveFIRT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,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/mwUHY7glHZROVOXM7FjijTsIL8.png\",srcSet:\"https://framerusercontent.com/images/mwUHY7glHZROVOXM7FjijTsIL8.png?scale-down-to=512 512w,https://framerusercontent.com/images/mwUHY7glHZROVOXM7FjijTsIL8.png 750w\"},\"Logo\"),height:\"100%\",id:\"rKy2sk7Ho\",layoutId:\"rKy2sk7Ho\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,width:\"153px\",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/5P31aDeAiBeCLPvzUgF6GVUCK8.png\",srcSet:\"https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png 3125w\"},\"Logo\"),height:\"100%\",id:\"Y_3I1AhBH\",layoutId:\"Y_3I1AhBH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"235px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18tgjhe-container\",inComponentSlot:true,nodeId:\"TiVQ14aUM\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsLogoImage,{gXOj0HXL2:addImageAlt({src:\"https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png\",srcSet:\"https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=512 512w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png 3125w\"},\"Logo\"),height:\"100%\",id:\"TiVQ14aUM\",layoutId:\"TiVQ14aUM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:193,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1jsse1n-container hidden-1hn01op hidden-1dp0tct\",id:\"1jsse1n\",nodeId:\"SI7uN55TG\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(InteractiveComponentsVideoPlayer,{height:\"100%\",id:\"SI7uN55TG\",jo2UmEPPw:addImageAlt({src:\"https://framerusercontent.com/images/aurXJVG8bOWxu1LM5byEfkKUlI.png\",srcSet:\"https://framerusercontent.com/images/aurXJVG8bOWxu1LM5byEfkKUlI.png?scale-down-to=512 512w,https://framerusercontent.com/images/aurXJVG8bOWxu1LM5byEfkKUlI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aurXJVG8bOWxu1LM5byEfkKUlI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/aurXJVG8bOWxu1LM5byEfkKUlI.png 4000w\"},\"Preview\"),KQAAWxa9D:KQAAWxa9D3bnx0g({overlay}),layoutId:\"SI7uN55TG\",variant:\"Ygx9YsaV2\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-gul5pu\"),\"data-framer-portal-id\":\"1jsse1n\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"Trb0vbelU\"),/*#__PURE__*/_jsx(motion.div,{animate:animation8,className:cx(scopingClassNames,\"framer-169szll\"),\"data-framer-name\":\"BG\",\"data-framer-portal-id\":\"1jsse1n\",exit:animation7,initial:animation9}),/*#__PURE__*/_jsx(motion.div,{animate:animation8,className:cx(scopingClassNames,\"framer-nqfrei\"),\"data-border\":true,\"data-framer-name\":\"Container\",\"data-framer-portal-id\":\"1jsse1n\",exit:animation7,initial:animation9,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1tapf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gcXxkyhQ9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"gcXxkyhQ9\",isMixedBorderRadius:false,isRed:true,layoutId:\"gcXxkyhQ9\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"http://youtube.com/watch?v=xe1_y3FGnDc\",width:\"100%\"})})})})]}),getContainer())})})]})})})})]}),/*#__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:animation10,className:\"framer-ryrj4a-container\",\"data-framer-appear-id\":\"ryrj4a\",initial:animation11,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-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:535,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:{height:\"100%\",width:\"100%\"}},QvtLBAi1h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardAboutCard,{height:\"100%\",id:\"KgIHRPGmu\",layoutId:\"KgIHRPGmu\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/b1Ci7GfadpVtgEhfJps3xrJnrs.png\",srcSet:\"https://framerusercontent.com/images/b1Ci7GfadpVtgEhfJps3xrJnrs.png?scale-down-to=512 512w,https://framerusercontent.com/images/b1Ci7GfadpVtgEhfJps3xrJnrs.png 1024w\"},\"Woman Using Laptop\")})})})})}),/*#__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:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jygk3h-container\",nodeId:\"T1Nujt11D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"T1Nujt11D\",KS7KLFqN8:\"About Yoodule\",layoutId:\"T1Nujt11D\",rQKAY6456:\"NEW\",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:\"Exceptional Teams,\"})}),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:\"Create Lasting Results.\"})}),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(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Yoodule partners with ambitious enterprises and visionary founders to effortlessly hire and manage proven talent. Elevate your projects and grow your business confidently, knowing we've handled every detail with precision and care.\"})}),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:\"From startups to enterprise-scale projects\"})})})}),/*#__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:\"Premium hiring, seamless management, guaranteed convenience\"})})})})]})]}),/*#__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:resolvedLinks3=>/*#__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:resolvedLinks3[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks3[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Learn About Yoodule\",GT109pdEG:resolvedLinks3[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}})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ryx7r hidden-1dp0tct\",\"data-framer-name\":\"Seperator\",style:{rotate:-90}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j8eubn-container\",nodeId:\"P02Ex9NUY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsStarRating,{D3LBMPMda:true,EL6OHVjhu:\"200+ Agencies Rated\",height:\"100%\",id:\"P02Ex9NUY\",layoutId:\"P02Ex9NUY\",M3Dyd2AtH:true,N76rLfG8r:true,OHbpr7lSd:true,OijM7rrfw:true,variant:\"ACX9bYcuD\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pp0g3v\",\"data-framer-name\":\"Line\"})]}),/*#__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:40,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:\"NEW\",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:\"Real Talent. Real 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:\"We Focus on Outcomes, So You Don\u2019t Have To.\"})}),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:\"Every partnership with Yoodule is designed for clear outcomes\u2014delivering proven talent that achieves your goals and propels your business forward effortlessly.\"})})}},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:\"Every partnership with Yoodule is designed for clear outcomes\u2014delivering proven talent that achieves your goals and propels your business forward effortlessly.\"})}),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:resolvedLinks4=>/*#__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:resolvedLinks4[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks4[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks4[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book a 15-min call\",GT109pdEG:resolvedLinks4[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})})]}),isDisplayed1()&&/*#__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,width:\"460px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1awkino-container\",inComponentSlot:true,nodeId:\"uC5ll9log\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Achieved a increase in sales within six months through a customized strategy.\",height:\"100%\",id:\"uC5ll9log\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/gJpgMqolxrZFesWkDXnNXZLWBoY.jpeg\",srcSet:\"https://framerusercontent.com/images/gJpgMqolxrZFesWkDXnNXZLWBoY.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/gJpgMqolxrZFesWkDXnNXZLWBoY.jpeg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gJpgMqolxrZFesWkDXnNXZLWBoY.jpeg 1920w\"},\"White Bottle\"),layoutId:\"uC5ll9log\",OAaP7YEbm:\"40% Boost in Retention\",OqcRYKG92:\"NEW\",QNNDIysFU:\"30% Increase in Sales\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Prep Kanga\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"460px\",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 with \\nour automation solutions.\",height:\"100%\",id:\"iEiCxW95h\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/JCaZzme2XYHwWAWbEWjb3W3WpE.jpeg\",srcSet:\"https://framerusercontent.com/images/JCaZzme2XYHwWAWbEWjb3W3WpE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/JCaZzme2XYHwWAWbEWjb3W3WpE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JCaZzme2XYHwWAWbEWjb3W3WpE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JCaZzme2XYHwWAWbEWjb3W3WpE.jpeg 2400w\"},\"Blue Watch\"),layoutId:\"iEiCxW95h\",OAaP7YEbm:\"50% Reduced in CPA\",OqcRYKG92:\"NEW\",QNNDIysFU:\"25% Conversion Rates\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"Defideal\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"460px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8buddy-container\",inComponentSlot:true,nodeId:\"WirUUebLL\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Boosted customer engagement with a digital presence and targeted campaigns.\",height:\"100%\",id:\"WirUUebLL\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/4sfXO1JN4OBl4RWb4t9FBOXw.jpeg\",srcSet:\"https://framerusercontent.com/images/4sfXO1JN4OBl4RWb4t9FBOXw.jpeg?scale-down-to=1024 585w,https://framerusercontent.com/images/4sfXO1JN4OBl4RWb4t9FBOXw.jpeg?scale-down-to=2048 1170w,https://framerusercontent.com/images/4sfXO1JN4OBl4RWb4t9FBOXw.jpeg 1371w\"},\"Black Bottle\"),layoutId:\"WirUUebLL\",OAaP7YEbm:\"35% Growth in Sales\",OqcRYKG92:\"FRESH\",QNNDIysFU:\"60% Increased Traffic\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Social Value Company\"})})}),/*#__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:\"Expanded market reach, tapping into new demographics with a driven approach.\",height:\"100%\",id:\"KW4PW76aY\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/kcm4RjyF1U6efwjAGVhZicw1c8.jpeg\",srcSet:\"https://framerusercontent.com/images/kcm4RjyF1U6efwjAGVhZicw1c8.jpeg?scale-down-to=2048 921w,https://framerusercontent.com/images/kcm4RjyF1U6efwjAGVhZicw1c8.jpeg 1080w\"},\"White Building\"),layoutId:\"KW4PW76aY\",OAaP7YEbm:\"45% Enhanced Visibility\",OqcRYKG92:\"NEW\",QNNDIysFU:\"20% Market Share\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"YourKits\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__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,playOffscreen:false},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:\"Achieved a increase in sales within six months through a customized strategy.\",height:\"100%\",id:\"LXtzMmzNk\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/RE5WINYWNHwZzHApW95AD9BmpY.jpeg\",srcSet:\"https://framerusercontent.com/images/RE5WINYWNHwZzHApW95AD9BmpY.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/RE5WINYWNHwZzHApW95AD9BmpY.jpeg?scale-down-to=2048 1638w,https://framerusercontent.com/images/RE5WINYWNHwZzHApW95AD9BmpY.jpeg 1920w\"},\"White Bottle\"),layoutId:\"LXtzMmzNk\",OAaP7YEbm:\"40% Boost in Retention\",OqcRYKG92:\"NEW\",QNNDIysFU:\"30% Increase in Sales\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Prep Kanga\"})})}),/*#__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 with our automation solutions.\",height:\"100%\",id:\"QLjiFKz3v\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/qSONpbk1eKiyREg9qUP4nQMBWg.jpeg\",srcSet:\"https://framerusercontent.com/images/qSONpbk1eKiyREg9qUP4nQMBWg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qSONpbk1eKiyREg9qUP4nQMBWg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qSONpbk1eKiyREg9qUP4nQMBWg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qSONpbk1eKiyREg9qUP4nQMBWg.jpeg 2400w\"},\"Blue Watch\"),layoutId:\"QLjiFKz3v\",OAaP7YEbm:\"50% Reduced in CPA\",OqcRYKG92:\"NEW\",QNNDIysFU:\"25% Conversion Rates\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Defideal\"})})}),/*#__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:\"Boosted customer engagement with a digital presence and targeted campaigns.\",height:\"100%\",id:\"gJEOI6GTs\",layoutId:\"gJEOI6GTs\",OAaP7YEbm:\"35% Growth in Sales\",OqcRYKG92:\"NEW\",QNNDIysFU:\"60% Increased Traffic\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Social Value Company\"})})}),/*#__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:\"Expanded market reach, tapping into new demographics with a driven approach.\",height:\"100%\",id:\"wvCqJafTI\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/DQcx4CixwudItOiXQfsSt4aiSCI.jpeg\",srcSet:\"https://framerusercontent.com/images/DQcx4CixwudItOiXQfsSt4aiSCI.jpeg?scale-down-to=2048 921w,https://framerusercontent.com/images/DQcx4CixwudItOiXQfsSt4aiSCI.jpeg 1080w\"},\"White Building\"),layoutId:\"wvCqJafTI\",OAaP7YEbm:\"45% Enhanced Visibility\",OqcRYKG92:\"NEW\",QNNDIysFU:\"20% Market Share\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"YourKits\"})})})],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:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d4ykwh\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__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:40,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:\"NEW\",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:\"Simplifying Hiring for\"})}),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:\"Growing Teams & Enterprises.\"})}),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(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Yoodule handles your hiring journey end-to-end\u2014matching you with proven talent, managing delivery, and adapting to your preferred workflow.\"})}),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:\"We start by understanding your needs and how you prefer to communicate\u2014text, call, or whatever fits. Within 24 hours, we present one perfectly matched professional who\u2019s already delivered results on similar projects.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"AgReXPpc2\",layoutId:\"AgReXPpc2\",MDnAmdwHw:\"Rocket\",qXT0C0aT_:\"Discovery\",SJcnl68zs:\"24-Hour Turnaround\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Expert Talent Match\"})})})})}),/*#__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:\"We handle availability, orientation, and readiness. You simply assign the task. Payment only happens after the first milestone is delivered\u2014no upfront commitment.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"Up7pSOGaI\",layoutId:\"Up7pSOGaI\",MDnAmdwHw:\"Atom\",qXT0C0aT_:\"Execution\",SJcnl68zs:\"Seamless Kickoff\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Pay After Milestone One\"})})})})}),/*#__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:\"Need full project management? We assign a dedicated project manager. Prefer to lead in-house? Your matched talent integrates smoothly with your team. We flex to your flow.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"rtgBRgNeh\",layoutId:\"rtgBRgNeh\",MDnAmdwHw:\"Exclude\",qXT0C0aT_:\"Management\",SJcnl68zs:\"Flexible Management\",style:{width:\"100%\"},variant:\"SfWBpAMP1\",width:\"100%\",Wnju1oxF1:\"Dedicated Support\"})})})})})]})]}),/*#__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/1wyMUZj9e4fP9Lawn4v1FCUCjk.png\",srcSet:\"https://framerusercontent.com/images/1wyMUZj9e4fP9Lawn4v1FCUCjk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1wyMUZj9e4fP9Lawn4v1FCUCjk.png 1024w\"},\"Man Using Laptop\")})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f0ml05\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-113y3c1\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vk0239\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fbunpp\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1be3g5p\",\"data-framer-name\":\"Left Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wanmup\",\"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-k37ku2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xose9g\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g5h0xw-container\",nodeId:\"PA3SH0BFM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"PA3SH0BFM\",KS7KLFqN8:\"What You Get\",layoutId:\"PA3SH0BFM\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ps4ie4\",\"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:\"High-Impact Delivery.\"})}),className:\"framer-1tdbutf\",\"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:\"Powered by the Right Talent.\"})}),className:\"framer-vakywd\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lu96ts\",\"data-framer-name\":\"Middle\",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:\"Every talent we assign is handpicked to produce results\u2014not just complete tasks. Here's what your projects gain when powered by Yoodule.\"})}),className:\"framer-1a9y2vn\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7t6fu\",\"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:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vwd4ln-container\",nodeId:\"ingkbtYtL\",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:\"See Our Portfolio\",GT109pdEG:resolvedLinks5[0],height:\"100%\",id:\"ingkbtYtL\",layoutId:\"ingkbtYtL\",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-1quxb17\",\"data-framer-name\":\"Right Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dl3hzn\",\"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-5swblh\",\"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:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iasw4f-container\",nodeId:\"SmYVOcC1P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks6[1]},nWzKj3W9V:{oLF3cLudd:resolvedLinks6[2]},QvtLBAi1h:{oLF3cLudd:resolvedLinks6[3],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/AJiedqWbxVBOUN9xB5kV5MNLyw.svg\"},\"Icon\"),bs5bMeolT:\"PRO\",height:\"100%\",i54V6EF7r:\"Hire talent that drives results \u2014 from strategy to execution, we help you grow revenue without wasting time.\",id:\"SmYVOcC1P\",l9LjRaJjB:false,layoutId:\"SmYVOcC1P\",mClhBAXgo:\"Increase Profits\",oLF3cLudd:resolvedLinks6[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Boost Your Revenue\",variant:\"VfQDbV06R\",width:\"100%\"})})})})})}),/*#__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:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yhpn0f-container\",nodeId:\"lm08OGqEw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks7[1],variant:\"VfQDbV06R\"},nWzKj3W9V:{oLF3cLudd:resolvedLinks7[2],variant:\"VfQDbV06R\"},QvtLBAi1h:{oLF3cLudd:resolvedLinks7[3],style:{width:\"100%\"},variant:\"VfQDbV06R\"}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/c7ewovWjVsAf198pTS4MtYSO8k.svg\"},\"Icon\"),bs5bMeolT:\"NEW\",height:\"100%\",i54V6EF7r:\"Need one expert or a full team? Scale up or down based on your goals \u2014 we make it easy to adapt.\",id:\"lm08OGqEw\",l9LjRaJjB:false,layoutId:\"lm08OGqEw\",mClhBAXgo:\"Flexible Talent Options\",oLF3cLudd:resolvedLinks7[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Customizable Assets\",variant:\"er8fPsUbM\",width:\"100%\"})})})})})}),/*#__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:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p2nk6x-container\",nodeId:\"LNYMlSo7q\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks8[1],variant:\"VfQDbV06R\"},nWzKj3W9V:{oLF3cLudd:resolvedLinks8[2],variant:\"VfQDbV06R\"},QvtLBAi1h:{oLF3cLudd:resolvedLinks8[3],style:{width:\"100%\"},variant:\"VfQDbV06R\"}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/sgcwYsOD6V0LWJJRJQ99llynBI.svg\"},\"Icon\"),bs5bMeolT:\"NEW\",height:\"100%\",i54V6EF7r:\"Work with professionals who write clean, reliable code \u2014 no junior surprises, just quality you can trust.\",id:\"LNYMlSo7q\",l9LjRaJjB:false,layoutId:\"LNYMlSo7q\",mClhBAXgo:\"Vetted Developers\",oLF3cLudd:resolvedLinks8[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Bug Less Development\",variant:\"er8fPsUbM\",width:\"100%\"})})})})})}),/*#__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:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ivg8n0-container\",nodeId:\"uP09aAGWq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks9[1],variant:\"VfQDbV06R\"},nWzKj3W9V:{oLF3cLudd:resolvedLinks9[2],variant:\"VfQDbV06R\"},QvtLBAi1h:{oLF3cLudd:resolvedLinks9[3],style:{width:\"100%\"},variant:\"VfQDbV06R\"}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/qCPT61H8KatnJwS4aqpuVjWWdM.svg\"},\"Icon\"),bs5bMeolT:\"NEW\",height:\"100%\",i54V6EF7r:\"Our network includes talent recognized by leading agencies and brands \u2014 all available on demand.\",id:\"uP09aAGWq\",l9LjRaJjB:false,layoutId:\"uP09aAGWq\",mClhBAXgo:\"Top-Rated Talent\",oLF3cLudd:resolvedLinks9[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Award-Winning Designs\",variant:\"er8fPsUbM\",width:\"100%\"})})})})})}),/*#__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:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oljckm-container\",nodeId:\"ls_aCmcfF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks10[1]},nWzKj3W9V:{oLF3cLudd:resolvedLinks10[2]},QvtLBAi1h:{oLF3cLudd:resolvedLinks10[3],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/Oyac3Rl5DdKSc0EQHWNG6R5Oyhg.svg\"},\"Icon\"),bs5bMeolT:\"PRO\",height:\"100%\",i54V6EF7r:\"Get matched fast. We reduce hiring time so work starts sooner and projects finish quicker.\",id:\"ls_aCmcfF\",l9LjRaJjB:false,layoutId:\"ls_aCmcfF\",mClhBAXgo:\"Quick Turnaround\",oLF3cLudd:resolvedLinks10[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Lightning Fast Delivery\",variant:\"VfQDbV06R\",width:\"100%\"})})})})})}),/*#__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:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:301,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qixg8h-container\",nodeId:\"v3l3JlyyS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{oLF3cLudd:resolvedLinks11[1],variant:\"VfQDbV06R\"},nWzKj3W9V:{oLF3cLudd:resolvedLinks11[2],variant:\"VfQDbV06R\"},QvtLBAi1h:{oLF3cLudd:resolvedLinks11[3],style:{width:\"100%\"},variant:\"VfQDbV06R\"}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/Iwdftj1FguNyuJzFy1omuAPYcc.svg\"},\"Icon\"),bs5bMeolT:\"NEW\",height:\"100%\",i54V6EF7r:\"Our freelancers work across time zones, tools, and platforms \u2014 built for global, remote-first workflows.\",id:\"v3l3JlyyS\",l9LjRaJjB:false,layoutId:\"v3l3JlyyS\",mClhBAXgo:\"Remote-Ready Teams\",oLF3cLudd:resolvedLinks11[0],style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Mobile Friendly\",variant:\"er8fPsUbM\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1z0c3fk\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1wech1k\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xfqqiz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zoxce\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ux0nkq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19datg8\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ksyqgq-container\",nodeId:\"NV_b519XU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"NV_b519XU\",KS7KLFqN8:\"What You Can Expect\",layoutId:\"NV_b519XU\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ozthkn\",\"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:\"We Don\u2019t Just Match Talent\u2014We Build What Matters.\"})}),className:\"framer-1gp3eek\",\"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:\"If You Can Dream It, We\u2019ll Staff It. Fast.\"})}),className:\"framer-1ltw8a\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xfzycy\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8kbn5\",\"data-framer-name\":\"Row 1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l5axkn-container\",nodeId:\"jVS4dlJUA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"jVS4dlJUA\",KS7KLFqN8:\"Enhanced UX\",layoutId:\"jVS4dlJUA\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-knvqkc-container\",nodeId:\"DtF2GWGnO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"DtF2GWGnO\",KS7KLFqN8:\"Boosted Conversions\",layoutId:\"DtF2GWGnO\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-20c3is-container\",nodeId:\"sqO1pUe6j\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"sqO1pUe6j\",KS7KLFqN8:\"Fast Delivery\",layoutId:\"sqO1pUe6j\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c1w4kp-container\",nodeId:\"J0AkyMmZp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"J0AkyMmZp\",KS7KLFqN8:\"SEO Optimized\",layoutId:\"J0AkyMmZp\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fi4dui-container\",nodeId:\"Wk5ggqzAr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Wk5ggqzAr\",KS7KLFqN8:\"Customizable\",layoutId:\"Wk5ggqzAr\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fz9lcf-container\",nodeId:\"LGh5Z3rMh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"LGh5Z3rMh\",KS7KLFqN8:\"Scalable\",layoutId:\"LGh5Z3rMh\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qn6vlx\",\"data-framer-name\":\"Row 2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w1r424-container\",nodeId:\"OkD0X71Am\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"OkD0X71Am\",KS7KLFqN8:\"Remote Talent\",layoutId:\"OkD0X71Am\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v1ruqt-container\",nodeId:\"AzOIXhsKw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"AzOIXhsKw\",KS7KLFqN8:\"Fully Managed\",layoutId:\"AzOIXhsKw\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a1ndiz-container\",nodeId:\"oIEieoN0T\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"oIEieoN0T\",KS7KLFqN8:\"Secure\",layoutId:\"oIEieoN0T\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z0ez6p-container\",nodeId:\"qsz6nC11C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"qsz6nC11C\",KS7KLFqN8:\"User-Friendly\",layoutId:\"qsz6nC11C\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__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:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16pw1fk-container\",nodeId:\"eNr3lt4vD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GHFq405kJ:resolvedLinks12[1]},nWzKj3W9V:{GHFq405kJ:resolvedLinks12[2]},QvtLBAi1h:{GHFq405kJ:resolvedLinks12[3]}},children:/*#__PURE__*/_jsx(ButtonTagButton,{GHFq405kJ:resolvedLinks12[0],height:\"100%\",id:\"eNr3lt4vD\",layoutId:\"eNr3lt4vD\",MNFGljJ89:\"Contact Now\",width:\"100%\"})})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m4pii4\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11xchv\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t37yzt\",\"data-border\":true,\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"Blue 3D Abstract\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png\",srcSet:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png 1024w\"}},nWzKj3W9V:{background:{alt:\"Blue 3D Abstract\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png\",srcSet:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png 1024w\"}},QvtLBAi1h:{background:{alt:\"Blue 3D Abstract\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png\",srcSet:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Blue 3D Abstract\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png\",srcSet:\"https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/uZ8xOHbAH3Nob4ICYcWGDnsxH8.png 1024w\"},className:\"framer-1nlv7n6\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17z9l8u\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-se5pqx\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ppy1fz\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Submit Unlimited Requests\"})}),className:\"framer-r6lj8n\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kocp7g\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m8ufpr\",\"data-framer-name\":\"Body Text\",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\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:\"Need updates, changes, or refinements? Just ask. Your matched talent works with agility and precision, on demand.\"})}),className:\"framer-1b0zjyl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tp0fc7\",\"data-framer-name\":\"Tags\",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:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qmybu4-container\",nodeId:\"rzsqcJ4Zh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks13[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks13[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks13[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Book an Appointment\",GT109pdEG:resolvedLinks13[0],height:\"100%\",id:\"rzsqcJ4Zh\",layoutId:\"rzsqcJ4Zh\",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(ResolveLinks,{links:[{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined},{href:{webPageId:\"hetOMwTYW\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q59z7w-container\",nodeId:\"NrLEPj8Mn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks14[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks14[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks14[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"About Yoodule?\",GT109pdEG:resolvedLinks14[0],height:\"100%\",id:\"NrLEPj8Mn\",layoutId:\"NrLEPj8Mn\",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__*/_jsx(\"div\",{className:\"framer-1wj4ldd\",\"data-framer-name\":\"Glow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mcdtz9\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f2z3in\",\"data-border\":true,\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"Stats\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 24px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png\",srcSet:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png?scale-down-to=512 512w,https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png 1024w\"}},nWzKj3W9V:{background:{alt:\"Stats\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png\",srcSet:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png?scale-down-to=512 512w,https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png 1024w\"}},QvtLBAi1h:{background:{alt:\"Stats\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png\",srcSet:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png?scale-down-to=512 512w,https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Stats\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 24px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png\",srcSet:\"https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png?scale-down-to=512 512w,https://framerusercontent.com/images/wWxkORM4aV8VRHxe7yA3qGAVy2k.png 1024w\"},className:\"framer-ufwvey\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lsv2zn\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q4dyoc\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c719g7\",\"data-framer-name\":\"Title/Tag\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Quick Turnaround\"})}),className:\"framer-lwxp9f\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1caeru2-container\",nodeId:\"XAb1nbpFD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"XAb1nbpFD\",layoutId:\"XAb1nbpFD\",m_2D4nmgp:\"NEW\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wt7stj\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sc2lzd\",\"data-framer-name\":\"Body Text\",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\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:\"Efficiency is the standard. Our network is built to deliver quickly, so you\u2019re never left waiting on results.\"})}),className:\"framer-v8iava\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13mb9ju\",\"data-framer-name\":\"Glow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6zn5li\",\"data-border\":true,\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"UI\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 24px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png\",srcSet:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png?scale-down-to=512 512w,https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png 1024w\"}},nWzKj3W9V:{background:{alt:\"UI\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png\",srcSet:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png?scale-down-to=512 512w,https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png 1024w\"}},QvtLBAi1h:{background:{alt:\"UI\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png\",srcSet:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png?scale-down-to=512 512w,https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"UI\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 24px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png\",srcSet:\"https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png?scale-down-to=512 512w,https://framerusercontent.com/images/AkehsgP8IV1fWRcN942Ez9WX7rM.png 1024w\"},className:\"framer-1ysh6if\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c39xnc\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5dmsi8\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k1cu7m\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Publish in Seconds\"})}),className:\"framer-5658pa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13ayu2s\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g1c3m9\",\"data-framer-name\":\"Body Text\",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\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:\"Matched talent builds ready-to-launch deliverables. From websites to assets, everything\u2019s built to deploy fast.\"})}),className:\"framer-86bf1z\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ud8f7\",\"data-framer-name\":\"Glow\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkh8sx\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iry7zu\",\"data-border\":true,\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"Mobile View\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px), 406px) - 40px)`,src:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png\",srcSet:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png?scale-down-to=512 512w,https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png 1024w\"}},nWzKj3W9V:{background:{alt:\"Mobile View\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png\",srcSet:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png?scale-down-to=512 512w,https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png 1024w\"}},QvtLBAi1h:{background:{alt:\"Mobile View\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png\",srcSet:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png?scale-down-to=512 512w,https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Mobile View\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px), 486px) - 40px)`,src:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png\",srcSet:\"https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png?scale-down-to=512 512w,https://framerusercontent.com/images/NAxlYwJD6vJOXUrvubtuWBeuiDw.png 1024w\"},className:\"framer-1amaqtq\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15maqfr\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qzeg02\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l31i64\",\"data-framer-name\":\"Title/Tag\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Requests & Revisions\"})}),className:\"framer-1qwej80\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1klpey1-container\",nodeId:\"ENTIX7RLQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"ENTIX7RLQ\",layoutId:\"ENTIX7RLQ\",m_2D4nmgp:\"NEW\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qvdn83\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6ze4do\",\"data-framer-name\":\"Body Text\",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\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:\"Multiple rounds of revisions included. We ensure your expectations are met, and every detail is dialed in\u2014just how you want it.\"})}),className:\"framer-1q2esu0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4f14sg\",\"data-framer-name\":\"Glow\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qg98n9\",\"data-border\":true,\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"3D Abstracts\",fit:\"fill\",pixelHeight:704,pixelWidth:1024,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px), 406px) - 40px)`,src:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png\",srcSet:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png 1024w\"}},nWzKj3W9V:{background:{alt:\"3D Abstracts\",fit:\"fill\",pixelHeight:704,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png\",srcSet:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png 1024w\"}},QvtLBAi1h:{background:{alt:\"3D Abstracts\",fit:\"fill\",pixelHeight:704,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png\",srcSet:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Abstracts\",fit:\"fill\",pixelHeight:704,pixelWidth:1024,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px), 486px) - 40px)`,src:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png\",srcSet:\"https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImpqoRuz8ex3vzErNA41e0UxDkk.png 1024w\"},className:\"framer-ia26o1\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1954yc0\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-63xlfw\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bk5bmh\",\"data-framer-name\":\"Title/Tag\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Worry Free Pricing\"})}),className:\"framer-13enf02\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hyo9r2-container\",nodeId:\"oYUPyDbvJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"oYUPyDbvJ\",layoutId:\"oYUPyDbvJ\",m_2D4nmgp:\"NEW\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rnmi38\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nb9220\",\"data-framer-name\":\"Body Text\",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\":\"left\",\"--framer-text-color\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\"},children:[\"Yoodule works for solo founders \",/*#__PURE__*/_jsx(\"em\",{children:\"and\"}),\" scaling teams. Subscription or one-off \u2014 you only pay for what you need. No contracts. No hidden fees.\"]})}),className:\"framer-k9cdsr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19o332w\",\"data-framer-name\":\"Glow\"})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-pjlup hidden-1hn01op hidden-1dp0tct\",\"data-framer-name\":\"Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wauvb0\",\"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-hpti9a\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1dk9e8q\",\"data-framer-name\":\"Portfolio\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z92wa9\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19whlt9\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-125821f\",\"data-framer-name\":\"Left Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1572i67\",\"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-1x1z0dx\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-103h4pt\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7wf8ir-container\",nodeId:\"GWPOM0uIV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"GWPOM0uIV\",KS7KLFqN8:\"Portfolio\",layoutId:\"GWPOM0uIV\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m2z98p\",\"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:\"Curated Projects, Built by\"})}),className:\"framer-pxg1f0\",\"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:\"Experts You Can Hire\"})}),className:\"framer-wbw4ly\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19qxm70\",\"data-framer-name\":\"Middle\",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:\"Explore highlights from our network \u2014 real work delivered by Yoodule-vetted professionals across design, development, and strategy.\"})}),className:\"framer-ge4rqj\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-144rqbk\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined},{href:{webPageId:\"ADJCSktRp\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gbjs6y-container\",nodeId:\"ngzwjYTvb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks15[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks15[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks15[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"View Portfolio\",GT109pdEG:resolvedLinks15[0],height:\"100%\",id:\"ngzwjYTvb\",layoutId:\"ngzwjYTvb\",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-illtn\",\"data-framer-name\":\"Right Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nikfft\",\"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\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-dp82ag\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cjc5ji\",\"data-framer-name\":\"Portfolio Single\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:1,query:{from:{alias:\"CjqrNVxIP\",data:PortfolioSingle,type:\"Collection\"},select:[{collection:\"CjqrNVxIP\",name:\"dFDcF1wOr\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"xLZiRq4JM\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"SVkiWUdwa\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"h7LVTCEem\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"CLr8mv4k3\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"keCC_yeTP\",type:\"Identifier\"},{collection:\"CjqrNVxIP\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CLr8mv4k3:CLr8mv4k3CjqrNVxIP,dFDcF1wOr:dFDcF1wOrCjqrNVxIP,h7LVTCEem:h7LVTCEemCjqrNVxIP,id:idCjqrNVxIP,keCC_yeTP:keCC_yeTPCjqrNVxIP,SVkiWUdwa:SVkiWUdwaCjqrNVxIP,xLZiRq4JM:xLZiRq4JMCjqrNVxIP},index)=>{dFDcF1wOrCjqrNVxIP??=\"\";SVkiWUdwaCjqrNVxIP??=\"\";h7LVTCEemCjqrNVxIP??=\"\";CLr8mv4k3CjqrNVxIP??=\"\";keCC_yeTPCjqrNVxIP??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`CjqrNVxIP-${idCjqrNVxIP}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{dFDcF1wOr:dFDcF1wOrCjqrNVxIP},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dFDcF1wOr:dFDcF1wOrCjqrNVxIP},webPageId:\"M_l_BNXz0\"},motionChild:true,nodeId:\"vRSLsP1s7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ot6myz framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px, 50px), 1px)`},nWzKj3W9V:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 1px)`},QvtLBAi1h:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 240px, 50px), 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.5,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:dynamicRef(`raven-studio-${elementId}`),target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:dynamicRef(`whitestag-${elementId1}`),target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-izfs4u-container\",\"data-framer-cursor\":\"850utj\",id:`${dFDcF1wOrCjqrNVxIP}-${elementId2}`,nodeId:\"KU8PF2Ob_\",ref:dynamicRef(`${dFDcF1wOrCjqrNVxIP}-${elementId2}`),rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{variant:\"daoO6bnRd\"},QvtLBAi1h:{variant:\"En56wQWjD\"}},children:/*#__PURE__*/_jsx(CardLargePortfolioCard,{B49Y7LKV1:keCC_yeTPCjqrNVxIP,d8UofBqBQ:h7LVTCEemCjqrNVxIP,DauRXH8MM:SVkiWUdwaCjqrNVxIP,height:\"100%\",hnTOlV6ni:toResponsiveImage(xLZiRq4JMCjqrNVxIP),id:\"KU8PF2Ob_\",jatZXXiSc:CLr8mv4k3CjqrNVxIP,layoutId:\"KU8PF2Ob_\",style:{width:\"100%\"},variant:\"xG2mhoUDe\",width:\"100%\"})})})})})})})})},idCjqrNVxIP);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3x74ll\",\"data-framer-name\":\"Portfolio Single\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:1,query:{from:{alias:\"UOQR4zY4M\",data:PortfolioSingle,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"UOQR4zY4M\",name:\"dFDcF1wOr\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"xLZiRq4JM\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"SVkiWUdwa\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"h7LVTCEem\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"CLr8mv4k3\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"keCC_yeTP\",type:\"Identifier\"},{collection:\"UOQR4zY4M\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({CLr8mv4k3:CLr8mv4k3UOQR4zY4M,dFDcF1wOr:dFDcF1wOrUOQR4zY4M,h7LVTCEem:h7LVTCEemUOQR4zY4M,id:idUOQR4zY4M,keCC_yeTP:keCC_yeTPUOQR4zY4M,SVkiWUdwa:SVkiWUdwaUOQR4zY4M,xLZiRq4JM:xLZiRq4JMUOQR4zY4M},index1)=>{dFDcF1wOrUOQR4zY4M??=\"\";SVkiWUdwaUOQR4zY4M??=\"\";h7LVTCEemUOQR4zY4M??=\"\";CLr8mv4k3UOQR4zY4M??=\"\";keCC_yeTPUOQR4zY4M??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`UOQR4zY4M-${idUOQR4zY4M}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{dFDcF1wOr:dFDcF1wOrUOQR4zY4M},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dFDcF1wOr:dFDcF1wOrUOQR4zY4M},webPageId:\"M_l_BNXz0\"},motionChild:true,nodeId:\"LlSrqXZcb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xlu3fr framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px, 50px), 1px)`},nWzKj3W9V:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 1px)`},QvtLBAi1h:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 240px, 50px), 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.5,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:dynamicRef(`whitestag-${elementId1}`),target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e2g57z-container\",\"data-framer-cursor\":\"850utj\",id:`${dFDcF1wOrUOQR4zY4M}-${elementId}`,nodeId:\"OCHHk2H9Y\",ref:dynamicRef(`${dFDcF1wOrUOQR4zY4M}-${elementId}`),rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{variant:\"daoO6bnRd\"},QvtLBAi1h:{variant:\"En56wQWjD\"}},children:/*#__PURE__*/_jsx(CardLargePortfolioCard,{B49Y7LKV1:keCC_yeTPUOQR4zY4M,d8UofBqBQ:h7LVTCEemUOQR4zY4M,DauRXH8MM:SVkiWUdwaUOQR4zY4M,height:\"100%\",hnTOlV6ni:toResponsiveImage(xLZiRq4JMUOQR4zY4M),id:\"OCHHk2H9Y\",jatZXXiSc:CLr8mv4k3UOQR4zY4M,layoutId:\"OCHHk2H9Y\",style:{width:\"100%\"},variant:\"xG2mhoUDe\",width:\"100%\"})})})})})})})})},idUOQR4zY4M);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19pf7ah\",\"data-framer-name\":\"Portfolio Single\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData2,{pageSize:1,query:{from:{alias:\"LrSKK0kRo\",data:PortfolioSingle,type:\"Collection\"},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"LrSKK0kRo\",name:\"dFDcF1wOr\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"xLZiRq4JM\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"SVkiWUdwa\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"h7LVTCEem\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"CLr8mv4k3\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"keCC_yeTP\",type:\"Identifier\"},{collection:\"LrSKK0kRo\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({CLr8mv4k3:CLr8mv4k3LrSKK0kRo,dFDcF1wOr:dFDcF1wOrLrSKK0kRo,h7LVTCEem:h7LVTCEemLrSKK0kRo,id:idLrSKK0kRo,keCC_yeTP:keCC_yeTPLrSKK0kRo,SVkiWUdwa:SVkiWUdwaLrSKK0kRo,xLZiRq4JM:xLZiRq4JMLrSKK0kRo},index2)=>{dFDcF1wOrLrSKK0kRo??=\"\";SVkiWUdwaLrSKK0kRo??=\"\";h7LVTCEemLrSKK0kRo??=\"\";CLr8mv4k3LrSKK0kRo??=\"\";keCC_yeTPLrSKK0kRo??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LrSKK0kRo-${idLrSKK0kRo}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{dFDcF1wOr:dFDcF1wOrLrSKK0kRo},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{dFDcF1wOr:dFDcF1wOrLrSKK0kRo},webPageId:\"M_l_BNXz0\"},motionChild:true,nodeId:\"y67dU7K5E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7z6dui framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px, 50px), 1px)`},nWzKj3W9V:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 1px)`},QvtLBAi1h:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 240px, 50px), 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.5,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-12wwdv3-container\",\"data-framer-cursor\":\"850utj\",id:`${dFDcF1wOrLrSKK0kRo}-${elementId1}`,nodeId:\"k0nPmZYm0\",ref:dynamicRef(`${dFDcF1wOrLrSKK0kRo}-${elementId1}`),rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{variant:\"daoO6bnRd\"},QvtLBAi1h:{variant:\"En56wQWjD\"}},children:/*#__PURE__*/_jsx(CardLargePortfolioCard,{B49Y7LKV1:keCC_yeTPLrSKK0kRo,d8UofBqBQ:h7LVTCEemLrSKK0kRo,DauRXH8MM:SVkiWUdwaLrSKK0kRo,height:\"100%\",hnTOlV6ni:toResponsiveImage(xLZiRq4JMLrSKK0kRo),id:\"k0nPmZYm0\",jatZXXiSc:CLr8mv4k3LrSKK0kRo,layoutId:\"k0nPmZYm0\",style:{width:\"100%\"},variant:\"xG2mhoUDe\",width:\"100%\"})})})})})})})})},idLrSKK0kRo);})})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lhqb6b\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lr9gq6\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-759s5s\",\"data-framer-name\":\"Bottom Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-oo5q41\",\"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-k9h74q\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ngy5nl\",\"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-4g6wjg-container\",nodeId:\"XwR7ZPray\",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:\"XwR7ZPray\",layoutId:\"XwR7ZPray\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/uUziViOSnxXTvMP5RcrXHtEpGBE.png\",srcSet:\"https://framerusercontent.com/images/uUziViOSnxXTvMP5RcrXHtEpGBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/uUziViOSnxXTvMP5RcrXHtEpGBE.png 1024w\"},\"Man Using Tab\")})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ajaqfy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d0d12q\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q1527a\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18hx8ye-container\",nodeId:\"ImYpwYr2V\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"ImYpwYr2V\",KS7KLFqN8:\"Our Services\",layoutId:\"ImYpwYr2V\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kd9ch\",\"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:\"Remote Talent.\"})}),className:\"framer-9ytgxi\",\"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:\"Premium Execution. Transparent Pricing.\"})}),className:\"framer-loqajh\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11gwq2i\",\"data-framer-name\":\"Bottom\",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:\"From flexible talent access to full-service builds, every offer is powered by top-rated professionals with 90%+ proven success\u2014matched and managed by Yoodule.\"})}),className:\"framer-1qtfj3a\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4us6g5\",\"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:455,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-1bqpy17-container\",nodeId:\"NcbtXQ3VG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{mLBNJZmJ_:\"30px\"}},children:/*#__PURE__*/_jsx(CardServiceCard,{AApyg9JbZ:\"Access a handpicked expert matched to your exact needs\u2014no endless vetting or back-and-forth. You get one right-fit professional, fast.\",height:\"100%\",id:\"NcbtXQ3VG\",layoutId:\"NcbtXQ3VG\",mLBNJZmJ_:\"40px\",Nkegty3E9:\"Talent Rate\",NKTrfhUgj:\"1 - 3\",oSWVysgFI:\"Week\",pNxsHM5vV:\"Spade\",rjXD03Hf0:\"Pay only after milestone one\",style:{width:\"100%\"},uQdtLIJGR:\"Talent On-Demand\",V8JtIpW18:\"Flexible Hire\",variant:\"hb_VUtODS\",width:\"100%\",ZqA3W9Mlz:\"$10/hr + \",ZSq9YyFUm:\"Assigned in under 24 hours\"})})})})}),/*#__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:455,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-jkiklb-container\",nodeId:\"ccnzVXxLH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{mLBNJZmJ_:\"30px\"}},children:/*#__PURE__*/_jsx(CardServiceCard,{AApyg9JbZ:\"Work with a full-time specialist backed by Yoodule\u2019s optional project management. We handle delivery, or your team can lead directly\u2014your call.\",height:\"100%\",id:\"ccnzVXxLH\",layoutId:\"ccnzVXxLH\",mLBNJZmJ_:\"40px\",Nkegty3E9:\"+ Talent Rate\",NKTrfhUgj:\"1 - 4\",oSWVysgFI:\"Week\",pNxsHM5vV:\"Compass\",rjXD03Hf0:\"Weekly reporting + support\",style:{width:\"100%\"},uQdtLIJGR:\"Dedicated Talent + Management\",V8JtIpW18:\"Full-Time Manager\",variant:\"hb_VUtODS\",width:\"100%\",ZqA3W9Mlz:\"$30/hr\",ZSq9YyFUm:\"Full-time availability\"})})})})}),/*#__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:455,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-11exvsm-container\",nodeId:\"xwWL5ly3q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{mLBNJZmJ_:\"30px\"}},children:/*#__PURE__*/_jsx(CardServiceCard,{AApyg9JbZ:\"Whether you're building a simple website or a complex web application, our team provides scalable solutions tailored to your needs, ensuring your project is robust.\",height:\"100%\",id:\"xwWL5ly3q\",layoutId:\"xwWL5ly3q\",mLBNJZmJ_:\"40px\",Nkegty3E9:\"/ Project\",NKTrfhUgj:\"4 - 6\",oSWVysgFI:\"Week\",pNxsHM5vV:\"Cherries\",rjXD03Hf0:\"Backend + Database Systems\",style:{width:\"100%\"},uQdtLIJGR:\"Full Stack Development\",V8JtIpW18:\"Development\",variant:\"xCR8_6ZzR\",width:\"100%\",ZqA3W9Mlz:\"$7500\",ZSq9YyFUm:\"React, JavaScript, APIs, AI, WordPress etc.\"})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ju68t\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-djecsc\",\"data-framer-name\":\"Showcase\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkuhhr\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sgtg0e\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yg9ruo\",\"data-framer-name\":\"Left Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z6l0gn\",\"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-l2rnvu\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-152djvl\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dq4z1l-container\",nodeId:\"SnOL2MfG_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"SnOL2MfG_\",KS7KLFqN8:\"Why Yoodule\",layoutId:\"SnOL2MfG_\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pl47t6\",\"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:\"The\\xa0Trusted Hiring Partner \"})}),className:\"framer-1p3c6va\",\"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:\"For\\xa0Startups And Agencies\"})}),className:\"framer-1d375cw\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17en9g2\",\"data-framer-name\":\"Middle\",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:\"We help businesses move faster by matching them with proven talent, handling the delivery, and scaling results without the usual hiring friction.\"})}),className:\"framer-1kazalh\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tl95k1\",\"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:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xztvnd-container\",nodeId:\"YG6e1bO05\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{GT109pdEG:resolvedLinks16[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks16[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks16[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"About Yoodule\",GT109pdEG:resolvedLinks16[0],height:\"100%\",id:\"YG6e1bO05\",layoutId:\"YG6e1bO05\",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-1hpmeck\",\"data-framer-name\":\"Right Detail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13mi3k9\",\"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-vtmi4a\",\"data-framer-name\":\"Bottom\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kwnrrj-container hidden-1dp0tct\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QN7gXhkQ9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:35,overflow:false},gap:12,height:\"100%\",hoverFactor:1,id:\"QN7gXhkQ9\",layoutId:\"QN7gXhkQ9\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gz1o78-container\",inComponentSlot:true,nodeId:\"Wi5hn_SH6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"Wi5hn_SH6\",layoutId:\"Wi5hn_SH6\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg\",srcSet:\"https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg 2400w\"},\"Man in the street\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-19288zt-container\",inComponentSlot:true,nodeId:\"uHpLM6ZBy\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"uHpLM6ZBy\",layoutId:\"uHpLM6ZBy\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg\",srcSet:\"https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg 2400w\"},\"Rear view of black car\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogullz-container\",inComponentSlot:true,nodeId:\"kCK2ZU1vl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"kCK2ZU1vl\",layoutId:\"kCK2ZU1vl\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg\",srcSet:\"https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg 2400w\"},\"Black Man\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q5wda6-container\",inComponentSlot:true,nodeId:\"YlEWkKkC1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"YlEWkKkC1\",layoutId:\"YlEWkKkC1\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg\",srcSet:\"https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg 2400w\"},\"Workspace\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2rmrgp-container hidden-1dp0tct\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BOJCmmVhw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:35,overflow:false},gap:12,height:\"100%\",hoverFactor:1,id:\"BOJCmmVhw\",layoutId:\"BOJCmmVhw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fv6fhu-container\",inComponentSlot:true,nodeId:\"dMZi9M8qk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"dMZi9M8qk\",layoutId:\"dMZi9M8qk\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg\",srcSet:\"https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg?scale-down-to=2048 1365w,https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg 1600w\"},\"Neon Car\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-p393n9-container\",inComponentSlot:true,nodeId:\"BiL52_90W\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"BiL52_90W\",layoutId:\"BiL52_90W\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg\",srcSet:\"https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg 2400w\"},\"Blue Whale\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-35zk6o-container\",inComponentSlot:true,nodeId:\"V9ewy72qe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"V9ewy72qe\",layoutId:\"V9ewy72qe\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg\",srcSet:\"https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg 2400w\"},\"Woman in the street\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bz2qn-container\",inComponentSlot:true,nodeId:\"gMhmrBP6U\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"gMhmrBP6U\",layoutId:\"gMhmrBP6U\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg\",srcSet:\"https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg 2400w\"},\"Jelly Fish\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13285p4-container hidden-72rtr7 hidden-g34ahf hidden-1hn01op\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oViLswLCw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",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,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"oViLswLCw\",intervalControl:3,itemAmount:1,layoutId:\"oViLswLCw\",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:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bz2qn-container\",inComponentSlot:true,nodeId:\"gMhmrBP6U\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"gMhmrBP6U\",layoutId:\"gMhmrBP6U\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg\",srcSet:\"https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zI3YNUd5xC4BPbUXp3kr8zehkjk.jpeg 2400w\"},\"Jelly Fish\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-35zk6o-container\",inComponentSlot:true,nodeId:\"V9ewy72qe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"V9ewy72qe\",layoutId:\"V9ewy72qe\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg\",srcSet:\"https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/SnItNunxCc2X72Ksz4FHlytg4s.jpeg 2400w\"},\"Woman in the street\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-p393n9-container\",inComponentSlot:true,nodeId:\"BiL52_90W\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"BiL52_90W\",layoutId:\"BiL52_90W\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg\",srcSet:\"https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/50LwK19zfau8TR1mxekTXRGRLsk.jpeg 2400w\"},\"Blue Whale\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fv6fhu-container\",inComponentSlot:true,nodeId:\"dMZi9M8qk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"dMZi9M8qk\",layoutId:\"dMZi9M8qk\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg\",srcSet:\"https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg?scale-down-to=2048 1365w,https://framerusercontent.com/images/cyHr7ekUefwWODr2jN4dsxKKbPk.jpeg 1600w\"},\"Neon Car\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q5wda6-container\",inComponentSlot:true,nodeId:\"YlEWkKkC1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"YlEWkKkC1\",layoutId:\"YlEWkKkC1\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg\",srcSet:\"https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/S5Wkr3JJr6zeFQQCv27p9oE.jpeg 2400w\"},\"Workspace\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ogullz-container\",inComponentSlot:true,nodeId:\"kCK2ZU1vl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"kCK2ZU1vl\",layoutId:\"kCK2ZU1vl\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg\",srcSet:\"https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/o2f4MiYqobNVAJAONUfcmYCrY.jpeg 2400w\"},\"Black Man\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-19288zt-container\",inComponentSlot:true,nodeId:\"uHpLM6ZBy\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"uHpLM6ZBy\",layoutId:\"uHpLM6ZBy\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg\",srcSet:\"https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/pNsH0sjqpxKinvZVroSAVBVbHg.jpeg 2400w\"},\"Rear view of black car\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:\"416px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gz1o78-container\",inComponentSlot:true,nodeId:\"Wi5hn_SH6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardShowcaseCard,{height:\"100%\",id:\"Wi5hn_SH6\",layoutId:\"Wi5hn_SH6\",OU90m7V7a:addImageAlt({src:\"https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg\",srcSet:\"https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Uf3plEiVrMMHBMwRtAdNOWCtI.jpeg 2400w\"},\"Man in the street\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k2z7pz\",\"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:40,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:\"NEW\",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:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:717,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w384ob-container\",nodeId:\"xNSfnBth6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{variant:\"m4l7_5Qm3\"}},children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"RocketLaunch\",BZean0vsv:\"75+\",erke26ekk:\"250+\",FRMGpPdr0:\"Most Pick\",G5aZ5m66o:\"+ Talent Rate\",height:\"100%\",hkN6uWVgI:\"Projects\",hZ9mp4c80:\"Self-Managed\",id:\"xNSfnBth6\",krMX3EMwD:\"$10/hr\",layoutId:\"xNSfnBth6\",lTppHd9C8:\"Flexible Communication\",o_OgtVIi1:\"Email support\",RIJaP8oyF:\"$20/hr\",sT0LhqPqn:\"24-Hour Match\",style:{width:\"100%\"},UG7l7uZLm:\"Pay After First Milestone\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"Work directly with vetted talent. We handle sourcing and match you with someone who\u2019s already delivered on similar projects.\",width:\"100%\",zJ1LMuqcm:\"90%+ Success Rate Talents\",ZNw0zmhqZ:\"Revisions\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:717,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px)`,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\",BZean0vsv:\"250+\",erke26ekk:\"650+\",FRMGpPdr0:\"Recommended\",G5aZ5m66o:\"+ Talent Rate\",height:\"100%\",hkN6uWVgI:\"Projects\",hZ9mp4c80:\"Fully Managed\",id:\"wgbuMfQig\",krMX3EMwD:\"$30/hr\",layoutId:\"wgbuMfQig\",lTppHd9C8:\"Client Convenience Priority\",o_OgtVIi1:\"Scope & Timeline Management\",RIJaP8oyF:\"$450\",sT0LhqPqn:\"Dedicated Project Manager\",style:{width:\"100%\"},UG7l7uZLm:\"Structured Updates\",variant:\"onAsSl8xZ\",WGjoDS5Cd:\"We handle everything from onboarding to daily check-ins. You get expert delivery + oversight\u2014perfect for high-priority projects and busy teams.\",width:\"100%\",zJ1LMuqcm:\"Everything in Self-Managed plus\",ZNw0zmhqZ:\"Revisions\"})})})})})]})]}),isDisplayed()&&/*#__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:40,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:\"NEW\",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:\"Trusted by Businesses\"})}),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:\"Who Value Quality\"})}),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__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"center\"},children:\"We match clients with experts who\u2019ve done it before\u2014then make the entire delivery process smooth and stress-free. Here\u2019s what our clients say about the Yoodule experience.\"})}),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:\"71px\",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/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png\",srcSet:\"https://framerusercontent.com/images/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/hMf4vbsiOfgUtBT0E1Dp7oaSUk.png 750w\"},\"Logo\"),height:\"100%\",id:\"sd_FQkGNG\",layoutId:\"sd_FQkGNG\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"79px\",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/mwUHY7glHZROVOXM7FjijTsIL8.png\",srcSet:\"https://framerusercontent.com/images/mwUHY7glHZROVOXM7FjijTsIL8.png?scale-down-to=512 512w,https://framerusercontent.com/images/mwUHY7glHZROVOXM7FjijTsIL8.png 750w\"},\"Logo\"),height:\"100%\",id:\"rb6tlPea9\",layoutId:\"rb6tlPea9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"149px\",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/5P31aDeAiBeCLPvzUgF6GVUCK8.png\",srcSet:\"https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5P31aDeAiBeCLPvzUgF6GVUCK8.png 3125w\"},\"Logo\"),height:\"100%\",id:\"zN8OPlAfL\",layoutId:\"zN8OPlAfL\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"215px\",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/VFAz6K8WlpijKsPFPN3tlO4Y8.png\",srcSet:\"https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=512 512w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VFAz6K8WlpijKsPFPN3tlO4Y8.png 3125w\"},\"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:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__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:resolvedLinks17[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks17[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks17[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Work with Us\",GT109pdEG:resolvedLinks17[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:120,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:\"Yaasiin Karimbocus\",gCtlnWMQG:\"Cloudhub Co Ltd\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"FEofQmHSS\",layoutId:\"FEofQmHSS\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/4TJWHTCuM5O3yQk5R35GLs4euc.jpeg\"},\"User\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"IT Manager\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"Very skillful developer with a large set of capabilities. Has always delivered on time and even before the deadline.\"'})})})}),/*#__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:120,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:\"Dan Morgan\",gCtlnWMQG:\"The Social Value Company\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"NeJaAask1\",layoutId:\"NeJaAask1\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/nC8ggbhBIUWOTbosgPi21WGoLcU.jpeg\"},\"User\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"Co-Founder\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"Great working with you. Delivered exactly what we asked for.\"'})})})}),/*#__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:120,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-1frx8y8-container\",nodeId:\"hShbngWmp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"Nicol\\xe1s Dom\\xednguez Velasco\",gCtlnWMQG:\"PARK 36 & ASSOCIATES\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"hShbngWmp\",layoutId:\"hShbngWmp\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/oVINwwZQ0MPxKOx5wVLVM7UTT9c.webp\"},\"User\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"Director\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"An amazing programmer and an outstanding service. Sunday excelled at the development of the tasks given. He was fast, reliable and compromised with our project. 5 starts. I recommend him in you team.\"'})})})}),/*#__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:120,width:\"384px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 288px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q8y3zp-container\",id:\"1q8y3zp\",nodeId:\"y4D9d7rVT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardTestimonialCard,{Cn_wuNpUl:true,ezTVL4up9:\"Andrew Magnus\",gCtlnWMQG:\"Prep Kanga\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"y4D9d7rVT\",layoutId:\"y4D9d7rVT\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/8u3DxZwlU11BUqhoxKe8UDqwcI.png\"},\"User\"),rt7LCUDSa:addImageAlt({src:\"https://framerusercontent.com/images/nnYa59dKk91XmoaX01Mn3FOub28.png\",srcSet:\"https://framerusercontent.com/images/nnYa59dKk91XmoaX01Mn3FOub28.png?scale-down-to=512 512w,https://framerusercontent.com/images/nnYa59dKk91XmoaX01Mn3FOub28.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nnYa59dKk91XmoaX01Mn3FOub28.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nnYa59dKk91XmoaX01Mn3FOub28.png 3125w\"},\"\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"Director\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"They not only delivered a top-notch automation tool but also provided strategic insights that helped us improve our overall backend logic.\"'})})})}),/*#__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:120,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:\"Yaasiin Karimbocus\",gCtlnWMQG:\"Cloudhub Co Ltd\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"O5NBCVtee\",layoutId:\"O5NBCVtee\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/4TJWHTCuM5O3yQk5R35GLs4euc.jpeg\"},\"User\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"IT Manager\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"We have work together on multiple projects, very good developer I will highly recommend his services\"'})})})}),/*#__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:120,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:\"Roberto Santana Vald\\xe9s\\n\",gCtlnWMQG:\"Alpex Digital, S.L.\",GDgRkjQ07:true,GVtFDWPuj:true,height:\"100%\",id:\"ZvKKDMRaa\",layoutId:\"ZvKKDMRaa\",mE9gwM3Ep:addImageAlt({src:\"https://framerusercontent.com/images/MwyyuSKqRqfYUBpd5EitRCKmxkA.jpeg\"},\"User\"),style:{height:\"100%\",width:\"100%\"},tYoTxAdAF:\"Founder\",UBtjtT2qi:true,W6ORy4Nes:true,width:\"100%\",zJ7dVXMEI:'\"An excellent professional, diligent and quick. Sunday is a pleasure to work with.\"'})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bajme7\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__loop:animation15,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__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:elementId3,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:40,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:\"NEW\",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:\"Have questions? Our FAQ section has you covered with quick answers to the most common inquiries.\"})})}},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:639,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:resolvedLinks18=>/*#__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:436,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:resolvedLinks18[1]},nWzKj3W9V:{wVGTfqneN:resolvedLinks18[2]},QvtLBAi1h:{lTXT0qucV:\"30px\",wVGTfqneN:resolvedLinks18[3]}},children:/*#__PURE__*/_jsx(NavigationCTA,{cwo7DCFXO:\"If you're ready to move forward, we\u2019ll help you find and onboard the perfect expert\u2014no guesswork, no delays. Just results.\",height:\"100%\",id:\"mEf4eWefC\",layoutId:\"mEf4eWefC\",lTXT0qucV:\"50px\",mAv2pC_4U:\"Partner with Us\",QVKlogXTW:\"Hire Once, Hire Right\",style:{maxWidth:\"100%\",width:\"100%\"},T8OTVIL45:\"No Delays. No Maybes.\",width:\"100%\",wVGTfqneN:resolvedLinks18[0]})})})})})})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-zrkjxg\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{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:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:525,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-a9uo4b-container\",id:\"a9uo4b\",nodeId:\"RPG5eBLVf\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{kY2y5JWvj:resolvedLinks19[1],variant:\"aPOG0xPII\"},nWzKj3W9V:{kY2y5JWvj:resolvedLinks19[2],variant:\"PpWX9Nzcf\"},QvtLBAi1h:{kY2y5JWvj:resolvedLinks19[3],variant:\"tAhy0cIZG\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"RPG5eBLVf\",kY2y5JWvj:resolvedLinks19[0],layoutId:\"RPG5eBLVf\",SQp3MREKa:\"ZslCevpJO\",style:{width:\"100%\"},UEZSDT0Ax:UEZSDT0Ax3bnx0g({overlay:overlay1}),variant:\"hDiagrBhX\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1flkizt\"),\"data-framer-portal-id\":\"a9uo4b\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"QVXeDbxuk\"),/*#__PURE__*/_jsx(motion.div,{animate:animation8,className:cx(scopingClassNames,\"framer-mncf7p\"),\"data-framer-name\":\"Bg\",\"data-framer-portal-id\":\"a9uo4b\",exit:animation7,initial:animation9}),/*#__PURE__*/_jsx(motion.div,{animate:animation8,className:cx(scopingClassNames,\"framer-169au3c\"),\"data-border\":true,\"data-framer-name\":\"Video Container\",\"data-framer-portal-id\":\"a9uo4b\",exit:animation7,initial:animation9,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y1nooi-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OG7BJwsVK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"OG7BJwsVK\",isMixedBorderRadius:false,isRed:true,layoutId:\"OG7BJwsVK\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"http://youtube.com/watch?v=xe1_y3FGnDc\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})}),/*#__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-DHtQt.framer-lux5qc, .framer-DHtQt .framer-lux5qc { display: block; }\",\".framer-DHtQt.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-DHtQt .framer-1hltwlr-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-DHtQt .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-DHtQt .framer-1582ruv { flex: none; height: 80px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .framer-16birka-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DHtQt .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-DHtQt .framer-5hbeit, .framer-DHtQt .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-DHtQt .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-DHtQt .framer-1voaq80, .framer-DHtQt .framer-2vizef, .framer-DHtQt .framer-18gwxce, .framer-DHtQt .framer-1sg5d3n, .framer-DHtQt .framer-1a9y2vn, .framer-DHtQt .framer-ge4rqj, .framer-DHtQt .framer-1qtfj3a, .framer-DHtQt .framer-1kazalh, .framer-DHtQt .framer-fayr9c, .framer-DHtQt .framer-1r86ffl, .framer-DHtQt .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-DHtQt .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-DHtQt .framer-261qcz-container, .framer-DHtQt .framer-1yt9hfz-container, .framer-DHtQt .framer-jygk3h-container, .framer-DHtQt .framer-2lovxa-container, .framer-DHtQt .framer-j8eubn-container, .framer-DHtQt .framer-1kz9gu2-container, .framer-DHtQt .framer-d1gar7-container, .framer-DHtQt .framer-1x3xxdo-container, .framer-DHtQt .framer-g5h0xw-container, .framer-DHtQt .framer-vwd4ln-container, .framer-DHtQt .framer-ksyqgq-container, .framer-DHtQt .framer-1l5axkn-container, .framer-DHtQt .framer-knvqkc-container, .framer-DHtQt .framer-20c3is-container, .framer-DHtQt .framer-c1w4kp-container, .framer-DHtQt .framer-1fi4dui-container, .framer-DHtQt .framer-fz9lcf-container, .framer-DHtQt .framer-1w1r424-container, .framer-DHtQt .framer-v1ruqt-container, .framer-DHtQt .framer-1a1ndiz-container, .framer-DHtQt .framer-z0ez6p-container, .framer-DHtQt .framer-16pw1fk-container, .framer-DHtQt .framer-qmybu4-container, .framer-DHtQt .framer-q59z7w-container, .framer-DHtQt .framer-1caeru2-container, .framer-DHtQt .framer-1klpey1-container, .framer-DHtQt .framer-1hyo9r2-container, .framer-DHtQt .framer-7wf8ir-container, .framer-DHtQt .framer-1gbjs6y-container, .framer-DHtQt .framer-18hx8ye-container, .framer-DHtQt .framer-dq4z1l-container, .framer-DHtQt .framer-1xztvnd-container, .framer-DHtQt .framer-ajojcn-container, .framer-DHtQt .framer-15e5de6-container, .framer-DHtQt .framer-x5vjl2-container, .framer-DHtQt .framer-1n0dhi4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DHtQt .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-DHtQt .framer-1itu3fc { background: linear-gradient(270deg, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) 0%, var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2)) 50%, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DHtQt .framer-c3kj4e-container { flex: none; height: 80px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1r1svts-container { height: 71px; position: relative; width: 58px; }\",\".framer-DHtQt .framer-qy2zoe-container { height: 79px; position: relative; width: 80px; }\",\".framer-DHtQt .framer-l89qtw-container { height: 79px; position: relative; width: 153px; }\",\".framer-DHtQt .framer-18tgjhe-container { height: 75px; position: relative; width: 235px; }\",\".framer-DHtQt .framer-1jsse1n-container { bottom: 10px; flex: none; height: auto; position: absolute; right: 120px; width: auto; z-index: 10; }\",\".framer-DHtQt.framer-gul5pu, .framer-DHtQt.framer-1flkizt { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-DHtQt.framer-169szll, .framer-DHtQt.framer-mncf7p { -webkit-backdrop-filter: blur(20px); -webkit-user-select: none; backdrop-filter: blur(20px); background-color: rgba(7, 9, 14, 0.2); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: fixed; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-DHtQt.framer-nqfrei, .framer-DHtQt.framer-169au3c { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7733990147783252 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 569px); left: 50%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 70%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-DHtQt .framer-o1tapf-container, .framer-DHtQt .framer-1y1nooi-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .framer-14yd2e5, .framer-DHtQt .framer-1pp0g3v, .framer-DHtQt .framer-1f0ml05, .framer-DHtQt .framer-1z0c3fk, .framer-DHtQt .framer-hpti9a, .framer-DHtQt .framer-9ju68t, .framer-DHtQt .framer-1k2z7pz, .framer-DHtQt .framer-r91bs5 { background: linear-gradient(90.00000000000075deg, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) 0%, var(--token-d86f1591-0c16-44cd-be10-19334dfa9293, rgba(255, 255, 255, 0.1)) 50%, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) 100%); flex: none; height: 1px; max-width: 1300px; position: relative; width: 100%; }\",\".framer-DHtQt .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-DHtQt .framer-ccisfy-container { flex: 1 0 0px; height: 535px; max-width: 528px; position: relative; width: 1px; }\",\".framer-DHtQt .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-DHtQt .framer-10uve6y, .framer-DHtQt .framer-1eav9w2, .framer-DHtQt .framer-19datg8, .framer-DHtQt .framer-1q1527a, .framer-DHtQt .framer-1lhp7lu, .framer-DHtQt .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-DHtQt .framer-mkynu0, .framer-DHtQt .framer-2sfjbq, .framer-DHtQt .framer-1ozthkn, .framer-DHtQt .framer-6kd9ch, .framer-DHtQt .framer-gpv7f4, .framer-DHtQt .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-DHtQt .framer-1kjuqnv, .framer-DHtQt .framer-tlxas, .framer-DHtQt .framer-vsb8ec, .framer-DHtQt .framer-1rypmue, .framer-DHtQt .framer-17aus1q, .framer-DHtQt .framer-1kfydsz, .framer-DHtQt .framer-1tdbutf, .framer-DHtQt .framer-vakywd, .framer-DHtQt .framer-1gp3eek, .framer-DHtQt .framer-1ltw8a, .framer-DHtQt .framer-pxg1f0, .framer-DHtQt .framer-wbw4ly, .framer-DHtQt .framer-9ytgxi, .framer-DHtQt .framer-loqajh, .framer-DHtQt .framer-1p3c6va, .framer-DHtQt .framer-1d375cw, .framer-DHtQt .framer-90x92n, .framer-DHtQt .framer-y9edzd, .framer-DHtQt .framer-1sg7o42, .framer-DHtQt .framer-fqnxwl, .framer-DHtQt .framer-1glvl7s, .framer-DHtQt .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-DHtQt .framer-1cq9i1m, .framer-DHtQt .framer-1rwxlia, .framer-DHtQt .framer-hxa0sp, .framer-DHtQt .framer-lu96ts, .framer-DHtQt .framer-19qxm70, .framer-DHtQt .framer-11gwq2i, .framer-DHtQt .framer-17en9g2, .framer-DHtQt .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-DHtQt .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-DHtQt .framer-g2ifgt, .framer-DHtQt .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-DHtQt .framer-17z6o9l, .framer-DHtQt .framer-1kocp7g, .framer-DHtQt .framer-wt7stj, .framer-DHtQt .framer-13ayu2s, .framer-DHtQt .framer-1qvdn83, .framer-DHtQt .framer-rnmi38 { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-DHtQt .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-DHtQt .framer-1fk5bu4-container, .framer-DHtQt .framer-8odurv-container, .framer-DHtQt .framer-12a5cn0-container, .framer-DHtQt .framer-1rykz0d-container, .framer-DHtQt .framer-r7fhpr-container, .framer-DHtQt .framer-1bqpy17-container, .framer-DHtQt .framer-jkiklb-container, .framer-DHtQt .framer-11exvsm-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1c41714, .framer-DHtQt .framer-1tp0fc7 { 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-DHtQt .framer-17ryx7r { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 40px; }\",\".framer-DHtQt .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-DHtQt .framer-kdk7en, .framer-DHtQt .framer-1vk0239, .framer-DHtQt .framer-1wkuhhr, .framer-DHtQt .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-DHtQt .framer-13oyhdf, .framer-DHtQt .framer-1fbunpp, .framer-DHtQt .framer-1sgtg0e, .framer-DHtQt .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-DHtQt .framer-17gpsx7, .framer-DHtQt .framer-1be3g5p, .framer-DHtQt .framer-1yg9ruo, .framer-DHtQt .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-DHtQt .framer-1tww9lv, .framer-DHtQt .framer-1f0bf0k, .framer-DHtQt .framer-1wanmup, .framer-DHtQt .framer-dl3hzn, .framer-DHtQt .framer-1572i67, .framer-DHtQt .framer-1nikfft, .framer-DHtQt .framer-z6l0gn, .framer-DHtQt .framer-13mi3k9, .framer-DHtQt .framer-19lhpra, .framer-DHtQt .framer-4gj3xx { flex: none; height: 237px; position: relative; width: 567px; z-index: 1; }\",\".framer-DHtQt .framer-17s9fd3, .framer-DHtQt .framer-k37ku2, .framer-DHtQt .framer-l2rnvu, .framer-DHtQt .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-DHtQt .framer-1751ajw, .framer-DHtQt .framer-1xose9g, .framer-DHtQt .framer-103h4pt, .framer-DHtQt .framer-152djvl, .framer-DHtQt .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-DHtQt .framer-698xn5, .framer-DHtQt .framer-ps4ie4, .framer-DHtQt .framer-1m2z98p, .framer-DHtQt .framer-1pl47t6, .framer-DHtQt .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-DHtQt .framer-iwqckl, .framer-DHtQt .framer-f7t6fu, .framer-DHtQt .framer-144rqbk, .framer-DHtQt .framer-tl95k1 { 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-DHtQt .framer-11dxekm, .framer-DHtQt .framer-1quxb17, .framer-DHtQt .framer-1hpmeck, .framer-DHtQt .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-DHtQt .framer-xj2tg3-container { flex: none; height: 520px; position: relative; width: 100%; z-index: 3; }\",\".framer-DHtQt .framer-1awkino-container, .framer-DHtQt .framer-1csl7oj-container, .framer-DHtQt .framer-8buddy-container, .framer-DHtQt .framer-sd2stm-container { height: auto; position: relative; width: auto; }\",\".framer-DHtQt .framer-h1qqro-container { flex: none; height: 530px; position: relative; width: 100%; z-index: 2; }\",\".framer-DHtQt .framer-u6081e-container, .framer-DHtQt .framer-abldc9-container, .framer-DHtQt .framer-o1flqi-container, .framer-DHtQt .framer-6jyvqb-container { height: auto; position: relative; width: 330px; }\",\".framer-DHtQt .framer-d4ykwh, .framer-DHtQt .framer-lhqb6b, .framer-DHtQt .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-DHtQt .framer-1q617oj, .framer-DHtQt .framer-1lr9gq6, .framer-DHtQt .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-DHtQt .framer-emg3c0, .framer-DHtQt .framer-759s5s, .framer-DHtQt .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-DHtQt .framer-1qt1jil, .framer-DHtQt .framer-oo5q41, .framer-DHtQt .framer-1g68fug { flex: 1 0 0px; height: 97px; position: relative; width: 1px; }\",\".framer-DHtQt .framer-1yk5pn0, .framer-DHtQt .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-DHtQt .framer-uulf7u, .framer-DHtQt .framer-1ngy5nl { 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-DHtQt .framer-162dm7o, .framer-DHtQt .framer-1ajaqfy { 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-DHtQt .framer-q49dtq, .framer-DHtQt .framer-d0d12q { 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-DHtQt .framer-r8qtub, .framer-DHtQt .framer-4us6g5 { 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-DHtQt .framer-coxtid-container, .framer-DHtQt .framer-4g6wjg-container { flex: 1 0 0px; height: auto; max-width: 528px; position: sticky; top: 100px; width: 1px; z-index: 1; }\",\".framer-DHtQt .framer-113y3c1, .framer-DHtQt .framer-1wech1k, .framer-DHtQt .framer-djecsc, .framer-DHtQt .framer-1hw5zyq, .framer-DHtQt .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-DHtQt .framer-5swblh { 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: 3; }\",\".framer-DHtQt .framer-1iasw4f-container, .framer-DHtQt .framer-1yhpn0f-container, .framer-DHtQt .framer-1p2nk6x-container, .framer-DHtQt .framer-1ivg8n0-container, .framer-DHtQt .framer-oljckm-container, .framer-DHtQt .framer-qixg8h-container, .framer-DHtQt .framer-au87lm-container, .framer-DHtQt .framer-1xhbdpy-container, .framer-DHtQt .framer-1frx8y8-container, .framer-DHtQt .framer-1q8y3zp-container, .framer-DHtQt .framer-1wvblu6-container, .framer-DHtQt .framer-7w32vh-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1xfqqiz, .framer-DHtQt .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-DHtQt .framer-zoxce, .framer-DHtQt .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-DHtQt .framer-ux0nkq, .framer-DHtQt .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-DHtQt .framer-1xfzycy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1h8kbn5, .framer-DHtQt .framer-qn6vlx { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1m4pii4, .framer-DHtQt .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-DHtQt .framer-11xchv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DHtQt .framer-t37yzt { --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; -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(4px); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 40px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DHtQt .framer-1nlv7n6 { --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; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 296px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-17z9l8u, .framer-DHtQt .framer-lsv2zn, .framer-DHtQt .framer-c39xnc, .framer-DHtQt .framer-15maqfr, .framer-DHtQt .framer-1954yc0 { 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 12px 0px 12px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-se5pqx, .framer-DHtQt .framer-1q4dyoc, .framer-DHtQt .framer-5dmsi8, .framer-DHtQt .framer-qzeg02, .framer-DHtQt .framer-63xlfw { 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-DHtQt .framer-ppy1fz, .framer-DHtQt .framer-k1cu7m, .framer-DHtQt .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-DHtQt .framer-r6lj8n, .framer-DHtQt .framer-5658pa { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DHtQt .framer-m8ufpr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; max-width: 580px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1b0zjyl, .framer-DHtQt .framer-v8iava, .framer-DHtQt .framer-86bf1z, .framer-DHtQt .framer-1q2esu0, .framer-DHtQt .framer-k9cdsr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-DHtQt .framer-1wj4ldd { -webkit-filter: blur(322px); aspect-ratio: 1 / 1; background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -255px; filter: blur(322px); flex: none; height: var(--framer-aspect-ratio-supported, 407px); left: -74px; position: absolute; width: 407px; z-index: -1; }\",\".framer-DHtQt .framer-mcdtz9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-1f2z3in, .framer-DHtQt .framer-6zn5li { --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; -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(4px); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 20px 40px 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DHtQt .framer-ufwvey, .framer-DHtQt .framer-1ysh6if { --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; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 109px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-c719g7, .framer-DHtQt .framer-l31i64, .framer-DHtQt .framer-bk5bmh { 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-DHtQt .framer-lwxp9f, .framer-DHtQt .framer-1qwej80, .framer-DHtQt .framer-13enf02 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DHtQt .framer-1sc2lzd, .framer-DHtQt .framer-1g1c3m9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-13mb9ju, .framer-DHtQt .framer-8ud8f7 { -webkit-filter: blur(327px); aspect-ratio: 1 / 1; background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -314px; filter: blur(327px); flex: none; height: var(--framer-aspect-ratio-supported, 397px); left: -260px; position: absolute; width: 397px; z-index: -1; }\",\".framer-DHtQt .framer-hkh8sx { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; max-width: 486px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DHtQt .framer-1iry7zu { --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; -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(4px); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 20px 20px 45px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DHtQt .framer-1amaqtq, .framer-DHtQt .framer-ia26o1 { --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; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 213px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-6ze4do, .framer-DHtQt .framer-nb9220 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; max-width: 420px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-4f14sg { -webkit-filter: blur(302px); aspect-ratio: 1 / 1; background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -99px; filter: blur(302px); flex: none; height: var(--framer-aspect-ratio-supported, 234px); left: -16px; position: absolute; width: 234px; z-index: -1; }\",\".framer-DHtQt .framer-1qg98n9 { --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; -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(4px); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 20px 20px 44px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DHtQt .framer-19o332w { -webkit-filter: blur(322px); aspect-ratio: 1 / 1; background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #0055ff); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -284px; filter: blur(322px); flex: none; height: var(--framer-aspect-ratio-supported, 407px); left: -73px; position: absolute; width: 407px; z-index: -1; }\",\".framer-DHtQt .framer-pjlup { 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: 239px; width: min-content; z-index: 0; }\",\".framer-DHtQt .framer-1wauvb0, .framer-DHtQt .framer-1gs2jy4 { flex: none; height: 237px; position: relative; width: 1409px; }\",\".framer-DHtQt .framer-1dk9e8q { 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: visible; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-z92wa9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-19whlt9 { 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 120px 0px 120px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-125821f { align-content: center; align-items: center; bottom: -17px; 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-DHtQt .framer-1x1z0dx { 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 0px 30px 0px; position: relative; width: 1px; }\",\".framer-DHtQt .framer-illtn { align-content: center; align-items: center; bottom: -17px; 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-DHtQt .framer-dp82ag { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; z-index: 3; }\",\".framer-DHtQt .framer-cjc5ji { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: sticky; top: 50px; width: 100%; z-index: 1; }\",\".framer-DHtQt .framer-ot6myz, .framer-DHtQt .framer-1xlu3fr, .framer-DHtQt .framer-7z6dui { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-DHtQt .framer-izfs4u-container, .framer-DHtQt .framer-e2g57z-container, .framer-DHtQt .framer-12wwdv3-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-DHtQt .framer-3x74ll { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: sticky; top: 70px; width: 100%; z-index: 1; }\",\".framer-DHtQt .framer-19pf7ah { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: sticky; top: 90px; width: 100%; z-index: 1; }\",\".framer-DHtQt .framer-k9h74q { align-content: center; align-items: center; background-color: #000000; 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-DHtQt .framer-vtmi4a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-DHtQt .framer-kwnrrj-container, .framer-DHtQt .framer-2rmrgp-container { flex: none; height: 330px; position: relative; width: 100%; }\",\".framer-DHtQt .framer-gz1o78-container, .framer-DHtQt .framer-19288zt-container, .framer-DHtQt .framer-1ogullz-container, .framer-DHtQt .framer-1q5wda6-container, .framer-DHtQt .framer-1fv6fhu-container, .framer-DHtQt .framer-p393n9-container, .framer-DHtQt .framer-35zk6o-container, .framer-DHtQt .framer-bz2qn-container { height: 326px; position: relative; width: 416px; }\",\".framer-DHtQt .framer-13285p4-container { flex: none; height: 260px; position: relative; width: 100%; z-index: 2; }\",\".framer-DHtQt .framer-1w384ob-container, .framer-DHtQt .framer-3zij9t-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-DHtQt .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-DHtQt .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-DHtQt .framer-orkfwg-container { flex: none; height: 80px; position: relative; width: 450px; }\",\".framer-DHtQt .framer-1mg6cee-container { height: 80px; position: relative; width: 71px; }\",\".framer-DHtQt .framer-l1umnt-container { height: 80px; position: relative; width: 79px; }\",\".framer-DHtQt .framer-v19prs-container { height: 80px; position: relative; width: 149px; }\",\".framer-DHtQt .framer-1jipwj2-container { height: 80px; position: relative; width: 215px; }\",\".framer-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .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-DHtQt .framer-1hb3fx3-container { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; width: 1px; z-index: 1; }\",\".framer-DHtQt .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-DHtQt .framer-e98cnd-container { flex: 1 0 0px; height: auto; max-width: 1000px; position: relative; width: 1px; z-index: 0; }\",\".framer-DHtQt .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-DHtQt .framer-a9uo4b-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 9; }\",\".framer-DHtQt .framer-8bz8u7-container { bottom: 0px; flex: none; height: 160px; left: 0px; pointer-events: none; position: fixed; right: 0px; z-index: 8; }\",\".framer-DHtQt .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-DHtQt.framer-72rtr7, .framer-DHtQt .framer-e006b9, .framer-DHtQt .framer-1xmfp64, .framer-DHtQt .framer-1fifjqb, .framer-DHtQt .framer-5xyw5j, .framer-DHtQt .framer-1dle68w, .framer-DHtQt .framer-1h00ng3, .framer-DHtQt .framer-1yftqk8, .framer-DHtQt .framer-1df8tgi, .framer-DHtQt .framer-1jq7msv, .framer-DHtQt .framer-15nod7u, .framer-DHtQt .framer-eu8ig, .framer-DHtQt .framer-1a25acp, .framer-DHtQt .framer-p2k6uz, .framer-DHtQt .framer-10uve6y, .framer-DHtQt .framer-mkynu0, .framer-DHtQt .framer-1cq9i1m, .framer-DHtQt .framer-1ap0sj7, .framer-DHtQt .framer-g2ifgt, .framer-DHtQt .framer-1o9yqvs, .framer-DHtQt .framer-1c41714, .framer-DHtQt .framer-xdnwkp, .framer-DHtQt .framer-kdk7en, .framer-DHtQt .framer-13oyhdf, .framer-DHtQt .framer-17gpsx7, .framer-DHtQt .framer-17s9fd3, .framer-DHtQt .framer-1751ajw, .framer-DHtQt .framer-698xn5, .framer-DHtQt .framer-1rwxlia, .framer-DHtQt .framer-iwqckl, .framer-DHtQt .framer-11dxekm, .framer-DHtQt .framer-emg3c0, .framer-DHtQt .framer-1yk5pn0, .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-162dm7o, .framer-DHtQt .framer-q49dtq, .framer-DHtQt .framer-1eav9w2, .framer-DHtQt .framer-2sfjbq, .framer-DHtQt .framer-hxa0sp, .framer-DHtQt .framer-r8qtub, .framer-DHtQt .framer-113y3c1, .framer-DHtQt .framer-1vk0239, .framer-DHtQt .framer-1fbunpp, .framer-DHtQt .framer-1be3g5p, .framer-DHtQt .framer-k37ku2, .framer-DHtQt .framer-1xose9g, .framer-DHtQt .framer-ps4ie4, .framer-DHtQt .framer-lu96ts, .framer-DHtQt .framer-f7t6fu, .framer-DHtQt .framer-1quxb17, .framer-DHtQt .framer-1wech1k, .framer-DHtQt .framer-1xfqqiz, .framer-DHtQt .framer-zoxce, .framer-DHtQt .framer-ux0nkq, .framer-DHtQt .framer-19datg8, .framer-DHtQt .framer-1ozthkn, .framer-DHtQt .framer-1xfzycy, .framer-DHtQt .framer-1h8kbn5, .framer-DHtQt .framer-qn6vlx, .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-11xchv, .framer-DHtQt .framer-t37yzt, .framer-DHtQt .framer-17z9l8u, .framer-DHtQt .framer-se5pqx, .framer-DHtQt .framer-ppy1fz, .framer-DHtQt .framer-m8ufpr, .framer-DHtQt .framer-1tp0fc7, .framer-DHtQt .framer-mcdtz9, .framer-DHtQt .framer-1f2z3in, .framer-DHtQt .framer-lsv2zn, .framer-DHtQt .framer-1q4dyoc, .framer-DHtQt .framer-c719g7, .framer-DHtQt .framer-1sc2lzd, .framer-DHtQt .framer-6zn5li, .framer-DHtQt .framer-c39xnc, .framer-DHtQt .framer-5dmsi8, .framer-DHtQt .framer-k1cu7m, .framer-DHtQt .framer-1g1c3m9, .framer-DHtQt .framer-hkh8sx, .framer-DHtQt .framer-1iry7zu, .framer-DHtQt .framer-15maqfr, .framer-DHtQt .framer-qzeg02, .framer-DHtQt .framer-l31i64, .framer-DHtQt .framer-6ze4do, .framer-DHtQt .framer-1qg98n9, .framer-DHtQt .framer-1954yc0, .framer-DHtQt .framer-63xlfw, .framer-DHtQt .framer-bk5bmh, .framer-DHtQt .framer-nb9220, .framer-DHtQt .framer-pjlup, .framer-DHtQt .framer-1dk9e8q, .framer-DHtQt .framer-z92wa9, .framer-DHtQt .framer-19whlt9, .framer-DHtQt .framer-125821f, .framer-DHtQt .framer-1x1z0dx, .framer-DHtQt .framer-103h4pt, .framer-DHtQt .framer-1m2z98p, .framer-DHtQt .framer-19qxm70, .framer-DHtQt .framer-144rqbk, .framer-DHtQt .framer-illtn, .framer-DHtQt .framer-dp82ag, .framer-DHtQt .framer-ot6myz, .framer-DHtQt .framer-1xlu3fr, .framer-DHtQt .framer-7z6dui, .framer-DHtQt .framer-759s5s, .framer-DHtQt .framer-k9h74q, .framer-DHtQt .framer-1ngy5nl, .framer-DHtQt .framer-1ajaqfy, .framer-DHtQt .framer-d0d12q, .framer-DHtQt .framer-1q1527a, .framer-DHtQt .framer-6kd9ch, .framer-DHtQt .framer-11gwq2i, .framer-DHtQt .framer-4us6g5, .framer-DHtQt .framer-djecsc, .framer-DHtQt .framer-1wkuhhr, .framer-DHtQt .framer-1sgtg0e, .framer-DHtQt .framer-1yg9ruo, .framer-DHtQt .framer-l2rnvu, .framer-DHtQt .framer-152djvl, .framer-DHtQt .framer-1pl47t6, .framer-DHtQt .framer-17en9g2, .framer-DHtQt .framer-tl95k1, .framer-DHtQt .framer-1hpmeck, .framer-DHtQt .framer-vtmi4a, .framer-DHtQt .framer-1hw5zyq, .framer-DHtQt .framer-19lnfss, .framer-DHtQt .framer-kqdfuk, .framer-DHtQt .framer-pkcbyq, .framer-DHtQt .framer-1lhp7lu, .framer-DHtQt .framer-gpv7f4, .framer-DHtQt .framer-1pzdjyy, .framer-DHtQt .framer-1r3g3go, .framer-DHtQt .framer-jc8v70, .framer-DHtQt .framer-c6mtio, .framer-DHtQt .framer-nlxjfb, .framer-DHtQt .framer-v7uy3y, .framer-DHtQt .framer-1rbpj17, .framer-DHtQt .framer-x18tro, .framer-DHtQt .framer-1v0puvp, .framer-DHtQt .framer-afpp2n, .framer-DHtQt .framer-1405rli, .framer-DHtQt .framer-72i8v1, .framer-DHtQt .framer-8w3wc2, .framer-DHtQt .framer-148qneb, .framer-DHtQt .framer-gzmta2, .framer-DHtQt .framer-1pepbmc, .framer-DHtQt .framer-zbytr4, .framer-DHtQt .framer-r6sj4t, .framer-DHtQt .framer-sdblef, .framer-DHtQt .framer-oupus, .framer-DHtQt .framer-1rs78dl, .framer-DHtQt .framer-1modrcz, .framer-DHtQt .framer-1jrv7ep, .framer-DHtQt .framer-zrkjxg { gap: 0px; } .framer-DHtQt.framer-72rtr7 > *, .framer-DHtQt .framer-1h00ng3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DHtQt.framer-72rtr7 > :first-child, .framer-DHtQt .framer-e006b9 > :first-child, .framer-DHtQt .framer-1xmfp64 > :first-child, .framer-DHtQt .framer-1fifjqb > :first-child, .framer-DHtQt .framer-5xyw5j > :first-child, .framer-DHtQt .framer-1dle68w > :first-child, .framer-DHtQt .framer-1h00ng3 > :first-child, .framer-DHtQt .framer-1jq7msv > :first-child, .framer-DHtQt .framer-eu8ig > :first-child, .framer-DHtQt .framer-p2k6uz > :first-child, .framer-DHtQt .framer-10uve6y > :first-child, .framer-DHtQt .framer-mkynu0 > :first-child, .framer-DHtQt .framer-1ap0sj7 > :first-child, .framer-DHtQt .framer-g2ifgt > :first-child, .framer-DHtQt .framer-1o9yqvs > :first-child, .framer-DHtQt .framer-xdnwkp > :first-child, .framer-DHtQt .framer-kdk7en > :first-child, .framer-DHtQt .framer-17gpsx7 > :first-child, .framer-DHtQt .framer-17s9fd3 > :first-child, .framer-DHtQt .framer-1751ajw > :first-child, .framer-DHtQt .framer-698xn5 > :first-child, .framer-DHtQt .framer-iwqckl > :first-child, .framer-DHtQt .framer-1yk5pn0 > :first-child, .framer-DHtQt .framer-162dm7o > :first-child, .framer-DHtQt .framer-q49dtq > :first-child, .framer-DHtQt .framer-1eav9w2 > :first-child, .framer-DHtQt .framer-2sfjbq > :first-child, .framer-DHtQt .framer-r8qtub > :first-child, .framer-DHtQt .framer-113y3c1 > :first-child, .framer-DHtQt .framer-1vk0239 > :first-child, .framer-DHtQt .framer-1be3g5p > :first-child, .framer-DHtQt .framer-k37ku2 > :first-child, .framer-DHtQt .framer-1xose9g > :first-child, .framer-DHtQt .framer-ps4ie4 > :first-child, .framer-DHtQt .framer-f7t6fu > :first-child, .framer-DHtQt .framer-1wech1k > :first-child, .framer-DHtQt .framer-1xfqqiz > :first-child, .framer-DHtQt .framer-ux0nkq > :first-child, .framer-DHtQt .framer-19datg8 > :first-child, .framer-DHtQt .framer-1ozthkn > :first-child, .framer-DHtQt .framer-1xfzycy > :first-child, .framer-DHtQt .framer-11xchv > :first-child, .framer-DHtQt .framer-t37yzt > :first-child, .framer-DHtQt .framer-17z9l8u > :first-child, .framer-DHtQt .framer-se5pqx > :first-child, .framer-DHtQt .framer-m8ufpr > :first-child, .framer-DHtQt .framer-1f2z3in > :first-child, .framer-DHtQt .framer-lsv2zn > :first-child, .framer-DHtQt .framer-1q4dyoc > :first-child, .framer-DHtQt .framer-1sc2lzd > :first-child, .framer-DHtQt .framer-6zn5li > :first-child, .framer-DHtQt .framer-c39xnc > :first-child, .framer-DHtQt .framer-5dmsi8 > :first-child, .framer-DHtQt .framer-1g1c3m9 > :first-child, .framer-DHtQt .framer-hkh8sx > :first-child, .framer-DHtQt .framer-1iry7zu > :first-child, .framer-DHtQt .framer-15maqfr > :first-child, .framer-DHtQt .framer-qzeg02 > :first-child, .framer-DHtQt .framer-6ze4do > :first-child, .framer-DHtQt .framer-1qg98n9 > :first-child, .framer-DHtQt .framer-1954yc0 > :first-child, .framer-DHtQt .framer-63xlfw > :first-child, .framer-DHtQt .framer-nb9220 > :first-child, .framer-DHtQt .framer-1dk9e8q > :first-child, .framer-DHtQt .framer-z92wa9 > :first-child, .framer-DHtQt .framer-125821f > :first-child, .framer-DHtQt .framer-1x1z0dx > :first-child, .framer-DHtQt .framer-103h4pt > :first-child, .framer-DHtQt .framer-1m2z98p > :first-child, .framer-DHtQt .framer-144rqbk > :first-child, .framer-DHtQt .framer-dp82ag > :first-child, .framer-DHtQt .framer-k9h74q > :first-child, .framer-DHtQt .framer-1ajaqfy > :first-child, .framer-DHtQt .framer-d0d12q > :first-child, .framer-DHtQt .framer-1q1527a > :first-child, .framer-DHtQt .framer-6kd9ch > :first-child, .framer-DHtQt .framer-4us6g5 > :first-child, .framer-DHtQt .framer-djecsc > :first-child, .framer-DHtQt .framer-1wkuhhr > :first-child, .framer-DHtQt .framer-1yg9ruo > :first-child, .framer-DHtQt .framer-l2rnvu > :first-child, .framer-DHtQt .framer-152djvl > :first-child, .framer-DHtQt .framer-1pl47t6 > :first-child, .framer-DHtQt .framer-tl95k1 > :first-child, .framer-DHtQt .framer-vtmi4a > :first-child, .framer-DHtQt .framer-1hw5zyq > :first-child, .framer-DHtQt .framer-19lnfss > :first-child, .framer-DHtQt .framer-pkcbyq > :first-child, .framer-DHtQt .framer-1lhp7lu > :first-child, .framer-DHtQt .framer-gpv7f4 > :first-child, .framer-DHtQt .framer-c6mtio > :first-child, .framer-DHtQt .framer-nlxjfb > :first-child, .framer-DHtQt .framer-1rbpj17 > :first-child, .framer-DHtQt .framer-x18tro > :first-child, .framer-DHtQt .framer-1v0puvp > :first-child, .framer-DHtQt .framer-afpp2n > :first-child, .framer-DHtQt .framer-8w3wc2 > :first-child, .framer-DHtQt .framer-1pepbmc > :first-child, .framer-DHtQt .framer-r6sj4t > :first-child, .framer-DHtQt .framer-sdblef > :first-child, .framer-DHtQt .framer-oupus > :first-child, .framer-DHtQt .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-DHtQt.framer-72rtr7 > :last-child, .framer-DHtQt .framer-e006b9 > :last-child, .framer-DHtQt .framer-1xmfp64 > :last-child, .framer-DHtQt .framer-1fifjqb > :last-child, .framer-DHtQt .framer-5xyw5j > :last-child, .framer-DHtQt .framer-1dle68w > :last-child, .framer-DHtQt .framer-1h00ng3 > :last-child, .framer-DHtQt .framer-1jq7msv > :last-child, .framer-DHtQt .framer-eu8ig > :last-child, .framer-DHtQt .framer-p2k6uz > :last-child, .framer-DHtQt .framer-10uve6y > :last-child, .framer-DHtQt .framer-mkynu0 > :last-child, .framer-DHtQt .framer-1ap0sj7 > :last-child, .framer-DHtQt .framer-g2ifgt > :last-child, .framer-DHtQt .framer-1o9yqvs > :last-child, .framer-DHtQt .framer-xdnwkp > :last-child, .framer-DHtQt .framer-kdk7en > :last-child, .framer-DHtQt .framer-17gpsx7 > :last-child, .framer-DHtQt .framer-17s9fd3 > :last-child, .framer-DHtQt .framer-1751ajw > :last-child, .framer-DHtQt .framer-698xn5 > :last-child, .framer-DHtQt .framer-iwqckl > :last-child, .framer-DHtQt .framer-1yk5pn0 > :last-child, .framer-DHtQt .framer-162dm7o > :last-child, .framer-DHtQt .framer-q49dtq > :last-child, .framer-DHtQt .framer-1eav9w2 > :last-child, .framer-DHtQt .framer-2sfjbq > :last-child, .framer-DHtQt .framer-r8qtub > :last-child, .framer-DHtQt .framer-113y3c1 > :last-child, .framer-DHtQt .framer-1vk0239 > :last-child, .framer-DHtQt .framer-1be3g5p > :last-child, .framer-DHtQt .framer-k37ku2 > :last-child, .framer-DHtQt .framer-1xose9g > :last-child, .framer-DHtQt .framer-ps4ie4 > :last-child, .framer-DHtQt .framer-f7t6fu > :last-child, .framer-DHtQt .framer-1wech1k > :last-child, .framer-DHtQt .framer-1xfqqiz > :last-child, .framer-DHtQt .framer-ux0nkq > :last-child, .framer-DHtQt .framer-19datg8 > :last-child, .framer-DHtQt .framer-1ozthkn > :last-child, .framer-DHtQt .framer-1xfzycy > :last-child, .framer-DHtQt .framer-11xchv > :last-child, .framer-DHtQt .framer-t37yzt > :last-child, .framer-DHtQt .framer-17z9l8u > :last-child, .framer-DHtQt .framer-se5pqx > :last-child, .framer-DHtQt .framer-m8ufpr > :last-child, .framer-DHtQt .framer-1f2z3in > :last-child, .framer-DHtQt .framer-lsv2zn > :last-child, .framer-DHtQt .framer-1q4dyoc > :last-child, .framer-DHtQt .framer-1sc2lzd > :last-child, .framer-DHtQt .framer-6zn5li > :last-child, .framer-DHtQt .framer-c39xnc > :last-child, .framer-DHtQt .framer-5dmsi8 > :last-child, .framer-DHtQt .framer-1g1c3m9 > :last-child, .framer-DHtQt .framer-hkh8sx > :last-child, .framer-DHtQt .framer-1iry7zu > :last-child, .framer-DHtQt .framer-15maqfr > :last-child, .framer-DHtQt .framer-qzeg02 > :last-child, .framer-DHtQt .framer-6ze4do > :last-child, .framer-DHtQt .framer-1qg98n9 > :last-child, .framer-DHtQt .framer-1954yc0 > :last-child, .framer-DHtQt .framer-63xlfw > :last-child, .framer-DHtQt .framer-nb9220 > :last-child, .framer-DHtQt .framer-1dk9e8q > :last-child, .framer-DHtQt .framer-z92wa9 > :last-child, .framer-DHtQt .framer-125821f > :last-child, .framer-DHtQt .framer-1x1z0dx > :last-child, .framer-DHtQt .framer-103h4pt > :last-child, .framer-DHtQt .framer-1m2z98p > :last-child, .framer-DHtQt .framer-144rqbk > :last-child, .framer-DHtQt .framer-dp82ag > :last-child, .framer-DHtQt .framer-k9h74q > :last-child, .framer-DHtQt .framer-1ajaqfy > :last-child, .framer-DHtQt .framer-d0d12q > :last-child, .framer-DHtQt .framer-1q1527a > :last-child, .framer-DHtQt .framer-6kd9ch > :last-child, .framer-DHtQt .framer-4us6g5 > :last-child, .framer-DHtQt .framer-djecsc > :last-child, .framer-DHtQt .framer-1wkuhhr > :last-child, .framer-DHtQt .framer-1yg9ruo > :last-child, .framer-DHtQt .framer-l2rnvu > :last-child, .framer-DHtQt .framer-152djvl > :last-child, .framer-DHtQt .framer-1pl47t6 > :last-child, .framer-DHtQt .framer-tl95k1 > :last-child, .framer-DHtQt .framer-vtmi4a > :last-child, .framer-DHtQt .framer-1hw5zyq > :last-child, .framer-DHtQt .framer-19lnfss > :last-child, .framer-DHtQt .framer-pkcbyq > :last-child, .framer-DHtQt .framer-1lhp7lu > :last-child, .framer-DHtQt .framer-gpv7f4 > :last-child, .framer-DHtQt .framer-c6mtio > :last-child, .framer-DHtQt .framer-nlxjfb > :last-child, .framer-DHtQt .framer-1rbpj17 > :last-child, .framer-DHtQt .framer-x18tro > :last-child, .framer-DHtQt .framer-1v0puvp > :last-child, .framer-DHtQt .framer-afpp2n > :last-child, .framer-DHtQt .framer-8w3wc2 > :last-child, .framer-DHtQt .framer-1pepbmc > :last-child, .framer-DHtQt .framer-r6sj4t > :last-child, .framer-DHtQt .framer-sdblef > :last-child, .framer-DHtQt .framer-oupus > :last-child, .framer-DHtQt .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-DHtQt .framer-e006b9 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-DHtQt .framer-1xmfp64 > *, .framer-DHtQt .framer-1ap0sj7 > *, .framer-DHtQt .framer-iwqckl > *, .framer-DHtQt .framer-162dm7o > *, .framer-DHtQt .framer-f7t6fu > *, .framer-DHtQt .framer-144rqbk > *, .framer-DHtQt .framer-1ajaqfy > *, .framer-DHtQt .framer-tl95k1 > *, .framer-DHtQt .framer-8w3wc2 > *, .framer-DHtQt .framer-r6sj4t > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-DHtQt .framer-1fifjqb > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-DHtQt .framer-5xyw5j > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-DHtQt .framer-1dle68w > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-DHtQt .framer-1yftqk8 > *, .framer-DHtQt .framer-15nod7u > *, .framer-DHtQt .framer-1cq9i1m > *, .framer-DHtQt .framer-1c41714 > *, .framer-DHtQt .framer-13oyhdf > *, .framer-DHtQt .framer-1rwxlia > *, .framer-DHtQt .framer-11dxekm > *, .framer-DHtQt .framer-emg3c0 > *, .framer-DHtQt .framer-hxa0sp > *, .framer-DHtQt .framer-1fbunpp > *, .framer-DHtQt .framer-lu96ts > *, .framer-DHtQt .framer-1quxb17 > *, .framer-DHtQt .framer-zoxce > *, .framer-DHtQt .framer-ppy1fz > *, .framer-DHtQt .framer-1tp0fc7 > *, .framer-DHtQt .framer-c719g7 > *, .framer-DHtQt .framer-k1cu7m > *, .framer-DHtQt .framer-l31i64 > *, .framer-DHtQt .framer-bk5bmh > *, .framer-DHtQt .framer-pjlup > *, .framer-DHtQt .framer-19whlt9 > *, .framer-DHtQt .framer-19qxm70 > *, .framer-DHtQt .framer-illtn > *, .framer-DHtQt .framer-759s5s > *, .framer-DHtQt .framer-11gwq2i > *, .framer-DHtQt .framer-1sgtg0e > *, .framer-DHtQt .framer-17en9g2 > *, .framer-DHtQt .framer-1hpmeck > *, .framer-DHtQt .framer-kqdfuk > *, .framer-DHtQt .framer-1pzdjyy > *, .framer-DHtQt .framer-jc8v70 > *, .framer-DHtQt .framer-v7uy3y > *, .framer-DHtQt .framer-1405rli > *, .framer-DHtQt .framer-72i8v1 > *, .framer-DHtQt .framer-148qneb > *, .framer-DHtQt .framer-gzmta2 > *, .framer-DHtQt .framer-1modrcz > *, .framer-DHtQt .framer-1jrv7ep > *, .framer-DHtQt .framer-zrkjxg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DHtQt .framer-1yftqk8 > :first-child, .framer-DHtQt .framer-1df8tgi > :first-child, .framer-DHtQt .framer-15nod7u > :first-child, .framer-DHtQt .framer-1a25acp > :first-child, .framer-DHtQt .framer-1cq9i1m > :first-child, .framer-DHtQt .framer-1c41714 > :first-child, .framer-DHtQt .framer-13oyhdf > :first-child, .framer-DHtQt .framer-1rwxlia > :first-child, .framer-DHtQt .framer-11dxekm > :first-child, .framer-DHtQt .framer-emg3c0 > :first-child, .framer-DHtQt .framer-uulf7u > :first-child, .framer-DHtQt .framer-hxa0sp > :first-child, .framer-DHtQt .framer-1fbunpp > :first-child, .framer-DHtQt .framer-lu96ts > :first-child, .framer-DHtQt .framer-1quxb17 > :first-child, .framer-DHtQt .framer-zoxce > :first-child, .framer-DHtQt .framer-1h8kbn5 > :first-child, .framer-DHtQt .framer-qn6vlx > :first-child, .framer-DHtQt .framer-1m4pii4 > :first-child, .framer-DHtQt .framer-ppy1fz > :first-child, .framer-DHtQt .framer-1tp0fc7 > :first-child, .framer-DHtQt .framer-mcdtz9 > :first-child, .framer-DHtQt .framer-c719g7 > :first-child, .framer-DHtQt .framer-k1cu7m > :first-child, .framer-DHtQt .framer-l31i64 > :first-child, .framer-DHtQt .framer-bk5bmh > :first-child, .framer-DHtQt .framer-pjlup > :first-child, .framer-DHtQt .framer-19whlt9 > :first-child, .framer-DHtQt .framer-19qxm70 > :first-child, .framer-DHtQt .framer-illtn > :first-child, .framer-DHtQt .framer-ot6myz > :first-child, .framer-DHtQt .framer-1xlu3fr > :first-child, .framer-DHtQt .framer-7z6dui > :first-child, .framer-DHtQt .framer-759s5s > :first-child, .framer-DHtQt .framer-1ngy5nl > :first-child, .framer-DHtQt .framer-11gwq2i > :first-child, .framer-DHtQt .framer-1sgtg0e > :first-child, .framer-DHtQt .framer-17en9g2 > :first-child, .framer-DHtQt .framer-1hpmeck > :first-child, .framer-DHtQt .framer-kqdfuk > :first-child, .framer-DHtQt .framer-1pzdjyy > :first-child, .framer-DHtQt .framer-1r3g3go > :first-child, .framer-DHtQt .framer-jc8v70 > :first-child, .framer-DHtQt .framer-v7uy3y > :first-child, .framer-DHtQt .framer-1405rli > :first-child, .framer-DHtQt .framer-72i8v1 > :first-child, .framer-DHtQt .framer-148qneb > :first-child, .framer-DHtQt .framer-gzmta2 > :first-child, .framer-DHtQt .framer-zbytr4 > :first-child, .framer-DHtQt .framer-1modrcz > :first-child, .framer-DHtQt .framer-1jrv7ep > :first-child, .framer-DHtQt .framer-zrkjxg > :first-child { margin-left: 0px; } .framer-DHtQt .framer-1yftqk8 > :last-child, .framer-DHtQt .framer-1df8tgi > :last-child, .framer-DHtQt .framer-15nod7u > :last-child, .framer-DHtQt .framer-1a25acp > :last-child, .framer-DHtQt .framer-1cq9i1m > :last-child, .framer-DHtQt .framer-1c41714 > :last-child, .framer-DHtQt .framer-13oyhdf > :last-child, .framer-DHtQt .framer-1rwxlia > :last-child, .framer-DHtQt .framer-11dxekm > :last-child, .framer-DHtQt .framer-emg3c0 > :last-child, .framer-DHtQt .framer-uulf7u > :last-child, .framer-DHtQt .framer-hxa0sp > :last-child, .framer-DHtQt .framer-1fbunpp > :last-child, .framer-DHtQt .framer-lu96ts > :last-child, .framer-DHtQt .framer-1quxb17 > :last-child, .framer-DHtQt .framer-zoxce > :last-child, .framer-DHtQt .framer-1h8kbn5 > :last-child, .framer-DHtQt .framer-qn6vlx > :last-child, .framer-DHtQt .framer-1m4pii4 > :last-child, .framer-DHtQt .framer-ppy1fz > :last-child, .framer-DHtQt .framer-1tp0fc7 > :last-child, .framer-DHtQt .framer-mcdtz9 > :last-child, .framer-DHtQt .framer-c719g7 > :last-child, .framer-DHtQt .framer-k1cu7m > :last-child, .framer-DHtQt .framer-l31i64 > :last-child, .framer-DHtQt .framer-bk5bmh > :last-child, .framer-DHtQt .framer-pjlup > :last-child, .framer-DHtQt .framer-19whlt9 > :last-child, .framer-DHtQt .framer-19qxm70 > :last-child, .framer-DHtQt .framer-illtn > :last-child, .framer-DHtQt .framer-ot6myz > :last-child, .framer-DHtQt .framer-1xlu3fr > :last-child, .framer-DHtQt .framer-7z6dui > :last-child, .framer-DHtQt .framer-759s5s > :last-child, .framer-DHtQt .framer-1ngy5nl > :last-child, .framer-DHtQt .framer-11gwq2i > :last-child, .framer-DHtQt .framer-1sgtg0e > :last-child, .framer-DHtQt .framer-17en9g2 > :last-child, .framer-DHtQt .framer-1hpmeck > :last-child, .framer-DHtQt .framer-kqdfuk > :last-child, .framer-DHtQt .framer-1pzdjyy > :last-child, .framer-DHtQt .framer-1r3g3go > :last-child, .framer-DHtQt .framer-jc8v70 > :last-child, .framer-DHtQt .framer-v7uy3y > :last-child, .framer-DHtQt .framer-1405rli > :last-child, .framer-DHtQt .framer-72i8v1 > :last-child, .framer-DHtQt .framer-148qneb > :last-child, .framer-DHtQt .framer-gzmta2 > :last-child, .framer-DHtQt .framer-zbytr4 > :last-child, .framer-DHtQt .framer-1modrcz > :last-child, .framer-DHtQt .framer-1jrv7ep > :last-child, .framer-DHtQt .framer-zrkjxg > :last-child { margin-right: 0px; } .framer-DHtQt .framer-1df8tgi > *, .framer-DHtQt .framer-1h8kbn5 > *, .framer-DHtQt .framer-qn6vlx > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-DHtQt .framer-1jq7msv > *, .framer-DHtQt .framer-1o9yqvs > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DHtQt .framer-eu8ig > *, .framer-DHtQt .framer-1yk5pn0 > *, .framer-DHtQt .framer-113y3c1 > *, .framer-DHtQt .framer-1wech1k > *, .framer-DHtQt .framer-k9h74q > *, .framer-DHtQt .framer-djecsc > *, .framer-DHtQt .framer-1hw5zyq > *, .framer-DHtQt .framer-c6mtio > *, .framer-DHtQt .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-DHtQt .framer-1a25acp > *, .framer-DHtQt .framer-uulf7u > *, .framer-DHtQt .framer-1ngy5nl > * { margin: 0px; margin-left: calc(84px / 2); margin-right: calc(84px / 2); } .framer-DHtQt .framer-p2k6uz > *, .framer-DHtQt .framer-10uve6y > *, .framer-DHtQt .framer-g2ifgt > *, .framer-DHtQt .framer-17s9fd3 > *, .framer-DHtQt .framer-1751ajw > *, .framer-DHtQt .framer-q49dtq > *, .framer-DHtQt .framer-1eav9w2 > *, .framer-DHtQt .framer-k37ku2 > *, .framer-DHtQt .framer-1xose9g > *, .framer-DHtQt .framer-19datg8 > *, .framer-DHtQt .framer-1x1z0dx > *, .framer-DHtQt .framer-103h4pt > *, .framer-DHtQt .framer-d0d12q > *, .framer-DHtQt .framer-1q1527a > *, .framer-DHtQt .framer-l2rnvu > *, .framer-DHtQt .framer-152djvl > *, .framer-DHtQt .framer-1lhp7lu > *, .framer-DHtQt .framer-x18tro > *, .framer-DHtQt .framer-1v0puvp > *, .framer-DHtQt .framer-sdblef > *, .framer-DHtQt .framer-oupus > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-DHtQt .framer-mkynu0 > *, .framer-DHtQt .framer-17gpsx7 > *, .framer-DHtQt .framer-698xn5 > *, .framer-DHtQt .framer-2sfjbq > *, .framer-DHtQt .framer-1be3g5p > *, .framer-DHtQt .framer-ps4ie4 > *, .framer-DHtQt .framer-1ozthkn > *, .framer-DHtQt .framer-125821f > *, .framer-DHtQt .framer-1m2z98p > *, .framer-DHtQt .framer-6kd9ch > *, .framer-DHtQt .framer-1yg9ruo > *, .framer-DHtQt .framer-1pl47t6 > *, .framer-DHtQt .framer-gpv7f4 > *, .framer-DHtQt .framer-1rbpj17 > *, .framer-DHtQt .framer-afpp2n > *, .framer-DHtQt .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DHtQt .framer-xdnwkp > *, .framer-DHtQt .framer-1dk9e8q > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-DHtQt .framer-kdk7en > *, .framer-DHtQt .framer-1vk0239 > *, .framer-DHtQt .framer-1xfqqiz > *, .framer-DHtQt .framer-dp82ag > *, .framer-DHtQt .framer-1wkuhhr > *, .framer-DHtQt .framer-19lnfss > *, .framer-DHtQt .framer-nlxjfb > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-DHtQt .framer-r8qtub > *, .framer-DHtQt .framer-11xchv > *, .framer-DHtQt .framer-hkh8sx > *, .framer-DHtQt .framer-4us6g5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DHtQt .framer-ux0nkq > *, .framer-DHtQt .framer-z92wa9 > *, .framer-DHtQt .framer-pkcbyq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DHtQt .framer-1xfzycy > *, .framer-DHtQt .framer-vtmi4a > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-DHtQt .framer-1m4pii4 > *, .framer-DHtQt .framer-mcdtz9 > *, .framer-DHtQt .framer-1r3g3go > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-DHtQt .framer-t37yzt > *, .framer-DHtQt .framer-1f2z3in > *, .framer-DHtQt .framer-6zn5li > *, .framer-DHtQt .framer-1iry7zu > *, .framer-DHtQt .framer-1qg98n9 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-DHtQt .framer-17z9l8u > *, .framer-DHtQt .framer-se5pqx > *, .framer-DHtQt .framer-lsv2zn > *, .framer-DHtQt .framer-1q4dyoc > *, .framer-DHtQt .framer-c39xnc > *, .framer-DHtQt .framer-5dmsi8 > *, .framer-DHtQt .framer-15maqfr > *, .framer-DHtQt .framer-qzeg02 > *, .framer-DHtQt .framer-1954yc0 > *, .framer-DHtQt .framer-63xlfw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-DHtQt .framer-m8ufpr > *, .framer-DHtQt .framer-1sc2lzd > *, .framer-DHtQt .framer-1g1c3m9 > *, .framer-DHtQt .framer-6ze4do > *, .framer-DHtQt .framer-nb9220 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-DHtQt .framer-ot6myz > *, .framer-DHtQt .framer-1xlu3fr > *, .framer-DHtQt .framer-7z6dui > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-DHtQt .framer-zbytr4 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-DHtQt[data-border=\"true\"]::after, .framer-DHtQt [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-DHtQt.framer-72rtr7 { width: 1200px; } .framer-DHtQt .framer-1xmfp64, .framer-DHtQt .framer-1a25acp, .framer-DHtQt .framer-13oyhdf, .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-1fbunpp, .framer-DHtQt .framer-zoxce, .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-19whlt9, .framer-DHtQt .framer-dp82ag, .framer-DHtQt .framer-1ngy5nl, .framer-DHtQt .framer-1sgtg0e, .framer-DHtQt .framer-kqdfuk, .framer-DHtQt .framer-1r3g3go, .framer-DHtQt .framer-v7uy3y, .framer-DHtQt .framer-1uqkp7x, .framer-DHtQt .framer-zbytr4 { padding: 0px 70px 0px 70px; } .framer-DHtQt .framer-1jsse1n-container { right: 70px; } .framer-DHtQt.framer-nqfrei, .framer-DHtQt.framer-169au3c { height: var(--framer-aspect-ratio-supported, 113px); } .framer-DHtQt .framer-17gpsx7, .framer-DHtQt .framer-1be3g5p, .framer-DHtQt .framer-125821f, .framer-DHtQt .framer-1yg9ruo, .framer-DHtQt .framer-1rbpj17 { left: -203px; } .framer-DHtQt .framer-11dxekm, .framer-DHtQt .framer-1quxb17, .framer-DHtQt .framer-illtn, .framer-DHtQt .framer-1hpmeck, .framer-DHtQt .framer-148qneb { right: -203px; } .framer-DHtQt .framer-d4ykwh, .framer-DHtQt .framer-lhqb6b, .framer-DHtQt .framer-bajme7 { left: calc(30.583333333333357% - 445px / 2); width: 445px; } .framer-DHtQt .framer-1q617oj, .framer-DHtQt .framer-1lr9gq6, .framer-DHtQt .framer-1r2dnxe { left: calc(67.08333333333336% - 500px / 2); } .framer-DHtQt .framer-hkh8sx { max-width: 406px; } .framer-DHtQt .framer-1jrv7ep { padding: 120px 70px 0px 70px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-DHtQt.framer-72rtr7 { width: 810px; } .framer-DHtQt .framer-1xmfp64, .framer-DHtQt .framer-13oyhdf, .framer-DHtQt .framer-1fbunpp, .framer-DHtQt .framer-zoxce, .framer-DHtQt .framer-19whlt9, .framer-DHtQt .framer-dp82ag, .framer-DHtQt .framer-1sgtg0e, .framer-DHtQt .framer-kqdfuk, .framer-DHtQt .framer-v7uy3y { padding: 0px 50px 0px 50px; } .framer-DHtQt .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px 50px 0px 50px; } .framer-DHtQt .framer-ccisfy-container, .framer-DHtQt .framer-coxtid-container, .framer-DHtQt .framer-4g6wjg-container, .framer-DHtQt .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-DHtQt .framer-p2k6uz, .framer-DHtQt .framer-r6sj4t { flex: none; order: 0; width: 100%; } .framer-DHtQt .framer-17gpsx7, .framer-DHtQt .framer-1be3g5p, .framer-DHtQt .framer-125821f, .framer-DHtQt .framer-1yg9ruo, .framer-DHtQt .framer-1rbpj17 { bottom: -97px; left: -160px; } .framer-DHtQt .framer-1tww9lv, .framer-DHtQt .framer-1f0bf0k, .framer-DHtQt .framer-1wanmup, .framer-DHtQt .framer-dl3hzn, .framer-DHtQt .framer-1572i67, .framer-DHtQt .framer-1nikfft, .framer-DHtQt .framer-z6l0gn, .framer-DHtQt .framer-13mi3k9, .framer-DHtQt .framer-19lhpra, .framer-DHtQt .framer-4gj3xx { height: 170px; width: 407px; } .framer-DHtQt .framer-11dxekm, .framer-DHtQt .framer-1quxb17, .framer-DHtQt .framer-illtn, .framer-DHtQt .framer-1hpmeck, .framer-DHtQt .framer-148qneb { bottom: -97px; right: -160px; } .framer-DHtQt .framer-d4ykwh, .framer-DHtQt .framer-lhqb6b, .framer-DHtQt .framer-bajme7 { bottom: 19px; height: 70px; left: calc(64.07407407407409% - 404px / 2); width: 404px; } .framer-DHtQt .framer-1q617oj, .framer-DHtQt .framer-1lr9gq6, .framer-DHtQt .framer-1r2dnxe { bottom: 19px; height: 70px; left: calc(34.81481481481484% - 387px / 2); width: 387px; } .framer-DHtQt .framer-1qt1jil, .framer-DHtQt .framer-oo5q41, .framer-DHtQt .framer-1g68fug { height: 70px; } .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-1ngy5nl, .framer-DHtQt .framer-1r3g3go, .framer-DHtQt .framer-zbytr4 { flex-direction: column; padding: 0px 50px 0px 50px; } .framer-DHtQt .framer-162dm7o, .framer-DHtQt .framer-1ajaqfy { flex: none; max-width: unset; order: 0; width: 100%; } .framer-DHtQt .framer-5swblh, .framer-DHtQt .framer-1uqkp7x { grid-template-columns: repeat(2, minmax(50px, 1fr)); padding: 0px 50px 0px 50px; } .framer-DHtQt .framer-11xchv, .framer-DHtQt .framer-1w384ob-container, .framer-DHtQt .framer-3zij9t-container { flex: none; width: 100%; } .framer-DHtQt .framer-m8ufpr, .framer-DHtQt .framer-6ze4do, .framer-DHtQt .framer-nb9220 { max-width: 600px; } .framer-DHtQt .framer-hkh8sx { align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; } .framer-DHtQt .framer-1iry7zu, .framer-DHtQt .framer-1qg98n9 { flex: none; height: min-content; } .framer-DHtQt .framer-cjc5ji, .framer-DHtQt .framer-3x74ll, .framer-DHtQt .framer-19pf7ah { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-DHtQt .framer-ot6myz, .framer-DHtQt .framer-1xlu3fr, .framer-DHtQt .framer-7z6dui { align-self: unset; height: min-content; } .framer-DHtQt .framer-1jrv7ep { padding: 120px 50px 0px 50px; } .framer-DHtQt.framer-169au3c { height: var(--framer-aspect-ratio-supported, 113px); width: 80%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DHtQt .framer-1a25acp, .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-cjc5ji, .framer-DHtQt .framer-3x74ll, .framer-DHtQt .framer-19pf7ah, .framer-DHtQt .framer-1ngy5nl, .framer-DHtQt .framer-1r3g3go, .framer-DHtQt .framer-zbytr4 { gap: 0px; } .framer-DHtQt .framer-1a25acp > *, .framer-DHtQt .framer-uulf7u > *, .framer-DHtQt .framer-1ngy5nl > * { margin: 0px; margin-bottom: calc(84px / 2); margin-top: calc(84px / 2); } .framer-DHtQt .framer-1a25acp > :first-child, .framer-DHtQt .framer-uulf7u > :first-child, .framer-DHtQt .framer-1m4pii4 > :first-child, .framer-DHtQt .framer-cjc5ji > :first-child, .framer-DHtQt .framer-3x74ll > :first-child, .framer-DHtQt .framer-19pf7ah > :first-child, .framer-DHtQt .framer-1ngy5nl > :first-child, .framer-DHtQt .framer-1r3g3go > :first-child, .framer-DHtQt .framer-zbytr4 > :first-child { margin-top: 0px; } .framer-DHtQt .framer-1a25acp > :last-child, .framer-DHtQt .framer-uulf7u > :last-child, .framer-DHtQt .framer-1m4pii4 > :last-child, .framer-DHtQt .framer-cjc5ji > :last-child, .framer-DHtQt .framer-3x74ll > :last-child, .framer-DHtQt .framer-19pf7ah > :last-child, .framer-DHtQt .framer-1ngy5nl > :last-child, .framer-DHtQt .framer-1r3g3go > :last-child, .framer-DHtQt .framer-zbytr4 > :last-child { margin-bottom: 0px; } .framer-DHtQt .framer-1m4pii4 > *, .framer-DHtQt .framer-1r3g3go > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DHtQt .framer-cjc5ji > *, .framer-DHtQt .framer-3x74ll > *, .framer-DHtQt .framer-19pf7ah > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DHtQt .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-DHtQt.framer-72rtr7 { width: 390px; } .framer-DHtQt .framer-1xmfp64, .framer-DHtQt .framer-13oyhdf, .framer-DHtQt .framer-1fbunpp, .framer-DHtQt .framer-zoxce, .framer-DHtQt .framer-19whlt9, .framer-DHtQt .framer-1sgtg0e, .framer-DHtQt .framer-kqdfuk, .framer-DHtQt .framer-v7uy3y { padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-1fifjqb, .framer-DHtQt .framer-17s9fd3, .framer-DHtQt .framer-q49dtq, .framer-DHtQt .framer-k37ku2, .framer-DHtQt .framer-1x1z0dx, .framer-DHtQt .framer-d0d12q, .framer-DHtQt .framer-l2rnvu, .framer-DHtQt .framer-pkcbyq, .framer-DHtQt .framer-x18tro { max-width: 460px; } .framer-DHtQt .framer-15nod7u { flex-direction: column; justify-content: flex-end; } .framer-DHtQt .framer-udskdh, .framer-DHtQt .framer-11xchv, .framer-DHtQt .framer-1f2z3in, .framer-DHtQt .framer-6zn5li, .framer-DHtQt .framer-1w384ob-container, .framer-DHtQt .framer-3zij9t-container { flex: none; width: 100%; } .framer-DHtQt .framer-eu8ig { gap: 70px; padding: 20px 0px 0px 0px; } .framer-DHtQt .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 70px; padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-ccisfy-container, .framer-DHtQt .framer-coxtid-container, .framer-DHtQt .framer-4g6wjg-container { flex: none; height: 340px; max-width: unset; order: 1; width: 100%; } .framer-DHtQt .framer-p2k6uz, .framer-DHtQt .framer-r6sj4t { flex: none; max-width: 460px; order: 0; width: 100%; } .framer-DHtQt .framer-mkynu0, .framer-DHtQt .framer-698xn5, .framer-DHtQt .framer-2sfjbq, .framer-DHtQt .framer-ps4ie4, .framer-DHtQt .framer-1ozthkn, .framer-DHtQt .framer-1m2z98p, .framer-DHtQt .framer-6kd9ch, .framer-DHtQt .framer-1pl47t6, .framer-DHtQt .framer-gpv7f4, .framer-DHtQt .framer-afpp2n, .framer-DHtQt .framer-1rs78dl { gap: 3px; } .framer-DHtQt .framer-1c41714 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; } .framer-DHtQt .framer-2lovxa-container { order: 2; } .framer-DHtQt .framer-j8eubn-container { order: 1; } .framer-DHtQt .framer-xdnwkp, .framer-DHtQt .framer-1dk9e8q { gap: 100px; padding: 70px 0px 0px 0px; } .framer-DHtQt .framer-kdk7en, .framer-DHtQt .framer-1vk0239, .framer-DHtQt .framer-1wkuhhr, .framer-DHtQt .framer-nlxjfb { gap: 60px; } .framer-DHtQt .framer-17gpsx7, .framer-DHtQt .framer-1be3g5p, .framer-DHtQt .framer-125821f, .framer-DHtQt .framer-1yg9ruo, .framer-DHtQt .framer-1rbpj17 { bottom: -67px; left: -143px; } .framer-DHtQt .framer-1tww9lv, .framer-DHtQt .framer-1f0bf0k, .framer-DHtQt .framer-1wanmup, .framer-DHtQt .framer-dl3hzn, .framer-DHtQt .framer-1572i67, .framer-DHtQt .framer-1nikfft, .framer-DHtQt .framer-z6l0gn, .framer-DHtQt .framer-13mi3k9, .framer-DHtQt .framer-19lhpra, .framer-DHtQt .framer-4gj3xx { height: 110px; width: 263px; } .framer-DHtQt .framer-11dxekm, .framer-DHtQt .framer-1quxb17, .framer-DHtQt .framer-illtn, .framer-DHtQt .framer-1hpmeck, .framer-DHtQt .framer-148qneb { bottom: -67px; right: -143px; } .framer-DHtQt .framer-d4ykwh, .framer-DHtQt .framer-lhqb6b, .framer-DHtQt .framer-bajme7 { height: 52px; left: calc(38.205128205128226% - 248px / 2); width: 248px; } .framer-DHtQt .framer-1q617oj, .framer-DHtQt .framer-1lr9gq6, .framer-DHtQt .framer-1r2dnxe { height: 52px; left: calc(61.53846153846156% - 248px / 2); width: 248px; } .framer-DHtQt .framer-1qt1jil, .framer-DHtQt .framer-oo5q41, .framer-DHtQt .framer-1g68fug { height: 30px; } .framer-DHtQt .framer-1yk5pn0, .framer-DHtQt .framer-k9h74q, .framer-DHtQt .framer-1pepbmc { gap: 70px; } .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-1ngy5nl { flex-direction: column; gap: 70px; padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-162dm7o, .framer-DHtQt .framer-1ajaqfy { flex: none; gap: 40px; max-width: unset; order: 0; width: 100%; } .framer-DHtQt .framer-113y3c1, .framer-DHtQt .framer-1wech1k, .framer-DHtQt .framer-djecsc, .framer-DHtQt .framer-1hw5zyq { gap: 70px; padding: 70px 0px 0px 0px; } .framer-DHtQt .framer-5swblh, .framer-DHtQt .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-DHtQt .framer-1iasw4f-container, .framer-DHtQt .framer-1yhpn0f-container, .framer-DHtQt .framer-1p2nk6x-container, .framer-DHtQt .framer-1ivg8n0-container, .framer-DHtQt .framer-oljckm-container, .framer-DHtQt .framer-qixg8h-container { align-self: unset; height: auto; } .framer-DHtQt .framer-1xfqqiz, .framer-DHtQt .framer-19lnfss { gap: 40px; } .framer-DHtQt .framer-qn6vlx { align-content: flex-start; align-items: flex-start; } .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-1r3g3go { flex-direction: column; padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-17z9l8u, .framer-DHtQt .framer-lsv2zn, .framer-DHtQt .framer-c39xnc, .framer-DHtQt .framer-15maqfr, .framer-DHtQt .framer-1954yc0 { max-width: 500px; } .framer-DHtQt .framer-1tp0fc7 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-DHtQt .framer-mcdtz9 { flex-direction: column; } .framer-DHtQt .framer-hkh8sx { align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; } .framer-DHtQt .framer-1iry7zu, .framer-DHtQt .framer-1qg98n9 { flex: none; height: min-content; } .framer-DHtQt .framer-z92wa9 { gap: 30px; } .framer-DHtQt .framer-dp82ag { gap: 24px; padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-cjc5ji, .framer-DHtQt .framer-3x74ll, .framer-DHtQt .framer-19pf7ah { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-DHtQt .framer-ot6myz, .framer-DHtQt .framer-1xlu3fr, .framer-DHtQt .framer-7z6dui { align-self: unset; height: min-content; } .framer-DHtQt .framer-c6mtio { padding: 70px 0px 0px 0px; } .framer-DHtQt .framer-72i8v1 { width: 100%; } .framer-DHtQt .framer-orkfwg-container { flex: 1 0 0px; width: 1px; } .framer-DHtQt .framer-au87lm-container, .framer-DHtQt .framer-1xhbdpy-container, .framer-DHtQt .framer-1frx8y8-container, .framer-DHtQt .framer-1wvblu6-container, .framer-DHtQt .framer-7w32vh-container { align-self: unset; } .framer-DHtQt .framer-1q8y3zp-container { align-self: unset; width: 384px; } .framer-DHtQt .framer-zbytr4 { flex-direction: column; gap: 40px; padding: 0px 30px 0px 30px; } .framer-DHtQt .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-DHtQt .framer-1jrv7ep { padding: 80px 30px 0px 30px; } .framer-DHtQt .framer-zrkjxg { padding: 80px 0px 0px 0px; } .framer-DHtQt.framer-169au3c { height: var(--framer-aspect-ratio-supported, 198px); width: 90%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DHtQt .framer-15nod7u, .framer-DHtQt .framer-eu8ig, .framer-DHtQt .framer-1a25acp, .framer-DHtQt .framer-mkynu0, .framer-DHtQt .framer-1c41714, .framer-DHtQt .framer-xdnwkp, .framer-DHtQt .framer-kdk7en, .framer-DHtQt .framer-698xn5, .framer-DHtQt .framer-1yk5pn0, .framer-DHtQt .framer-uulf7u, .framer-DHtQt .framer-162dm7o, .framer-DHtQt .framer-2sfjbq, .framer-DHtQt .framer-113y3c1, .framer-DHtQt .framer-1vk0239, .framer-DHtQt .framer-ps4ie4, .framer-DHtQt .framer-5swblh, .framer-DHtQt .framer-1wech1k, .framer-DHtQt .framer-1xfqqiz, .framer-DHtQt .framer-1ozthkn, .framer-DHtQt .framer-1m4pii4, .framer-DHtQt .framer-1tp0fc7, .framer-DHtQt .framer-mcdtz9, .framer-DHtQt .framer-1dk9e8q, .framer-DHtQt .framer-z92wa9, .framer-DHtQt .framer-1m2z98p, .framer-DHtQt .framer-dp82ag, .framer-DHtQt .framer-cjc5ji, .framer-DHtQt .framer-3x74ll, .framer-DHtQt .framer-19pf7ah, .framer-DHtQt .framer-k9h74q, .framer-DHtQt .framer-1ngy5nl, .framer-DHtQt .framer-1ajaqfy, .framer-DHtQt .framer-6kd9ch, .framer-DHtQt .framer-djecsc, .framer-DHtQt .framer-1wkuhhr, .framer-DHtQt .framer-1pl47t6, .framer-DHtQt .framer-1hw5zyq, .framer-DHtQt .framer-19lnfss, .framer-DHtQt .framer-gpv7f4, .framer-DHtQt .framer-1r3g3go, .framer-DHtQt .framer-nlxjfb, .framer-DHtQt .framer-afpp2n, .framer-DHtQt .framer-1uqkp7x, .framer-DHtQt .framer-1pepbmc, .framer-DHtQt .framer-zbytr4, .framer-DHtQt .framer-1rs78dl { gap: 0px; } .framer-DHtQt .framer-15nod7u > *, .framer-DHtQt .framer-1tp0fc7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DHtQt .framer-15nod7u > :first-child, .framer-DHtQt .framer-eu8ig > :first-child, .framer-DHtQt .framer-1a25acp > :first-child, .framer-DHtQt .framer-mkynu0 > :first-child, .framer-DHtQt .framer-1c41714 > :first-child, .framer-DHtQt .framer-xdnwkp > :first-child, .framer-DHtQt .framer-kdk7en > :first-child, .framer-DHtQt .framer-698xn5 > :first-child, .framer-DHtQt .framer-1yk5pn0 > :first-child, .framer-DHtQt .framer-uulf7u > :first-child, .framer-DHtQt .framer-162dm7o > :first-child, .framer-DHtQt .framer-2sfjbq > :first-child, .framer-DHtQt .framer-113y3c1 > :first-child, .framer-DHtQt .framer-1vk0239 > :first-child, .framer-DHtQt .framer-ps4ie4 > :first-child, .framer-DHtQt .framer-5swblh > :first-child, .framer-DHtQt .framer-1wech1k > :first-child, .framer-DHtQt .framer-1xfqqiz > :first-child, .framer-DHtQt .framer-1ozthkn > :first-child, .framer-DHtQt .framer-1m4pii4 > :first-child, .framer-DHtQt .framer-1tp0fc7 > :first-child, .framer-DHtQt .framer-mcdtz9 > :first-child, .framer-DHtQt .framer-1dk9e8q > :first-child, .framer-DHtQt .framer-z92wa9 > :first-child, .framer-DHtQt .framer-1m2z98p > :first-child, .framer-DHtQt .framer-dp82ag > :first-child, .framer-DHtQt .framer-cjc5ji > :first-child, .framer-DHtQt .framer-3x74ll > :first-child, .framer-DHtQt .framer-19pf7ah > :first-child, .framer-DHtQt .framer-k9h74q > :first-child, .framer-DHtQt .framer-1ngy5nl > :first-child, .framer-DHtQt .framer-1ajaqfy > :first-child, .framer-DHtQt .framer-6kd9ch > :first-child, .framer-DHtQt .framer-djecsc > :first-child, .framer-DHtQt .framer-1wkuhhr > :first-child, .framer-DHtQt .framer-1pl47t6 > :first-child, .framer-DHtQt .framer-1hw5zyq > :first-child, .framer-DHtQt .framer-19lnfss > :first-child, .framer-DHtQt .framer-gpv7f4 > :first-child, .framer-DHtQt .framer-1r3g3go > :first-child, .framer-DHtQt .framer-nlxjfb > :first-child, .framer-DHtQt .framer-afpp2n > :first-child, .framer-DHtQt .framer-1uqkp7x > :first-child, .framer-DHtQt .framer-1pepbmc > :first-child, .framer-DHtQt .framer-zbytr4 > :first-child, .framer-DHtQt .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-DHtQt .framer-15nod7u > :last-child, .framer-DHtQt .framer-eu8ig > :last-child, .framer-DHtQt .framer-1a25acp > :last-child, .framer-DHtQt .framer-mkynu0 > :last-child, .framer-DHtQt .framer-1c41714 > :last-child, .framer-DHtQt .framer-xdnwkp > :last-child, .framer-DHtQt .framer-kdk7en > :last-child, .framer-DHtQt .framer-698xn5 > :last-child, .framer-DHtQt .framer-1yk5pn0 > :last-child, .framer-DHtQt .framer-uulf7u > :last-child, .framer-DHtQt .framer-162dm7o > :last-child, .framer-DHtQt .framer-2sfjbq > :last-child, .framer-DHtQt .framer-113y3c1 > :last-child, .framer-DHtQt .framer-1vk0239 > :last-child, .framer-DHtQt .framer-ps4ie4 > :last-child, .framer-DHtQt .framer-5swblh > :last-child, .framer-DHtQt .framer-1wech1k > :last-child, .framer-DHtQt .framer-1xfqqiz > :last-child, .framer-DHtQt .framer-1ozthkn > :last-child, .framer-DHtQt .framer-1m4pii4 > :last-child, .framer-DHtQt .framer-1tp0fc7 > :last-child, .framer-DHtQt .framer-mcdtz9 > :last-child, .framer-DHtQt .framer-1dk9e8q > :last-child, .framer-DHtQt .framer-z92wa9 > :last-child, .framer-DHtQt .framer-1m2z98p > :last-child, .framer-DHtQt .framer-dp82ag > :last-child, .framer-DHtQt .framer-cjc5ji > :last-child, .framer-DHtQt .framer-3x74ll > :last-child, .framer-DHtQt .framer-19pf7ah > :last-child, .framer-DHtQt .framer-k9h74q > :last-child, .framer-DHtQt .framer-1ngy5nl > :last-child, .framer-DHtQt .framer-1ajaqfy > :last-child, .framer-DHtQt .framer-6kd9ch > :last-child, .framer-DHtQt .framer-djecsc > :last-child, .framer-DHtQt .framer-1wkuhhr > :last-child, .framer-DHtQt .framer-1pl47t6 > :last-child, .framer-DHtQt .framer-1hw5zyq > :last-child, .framer-DHtQt .framer-19lnfss > :last-child, .framer-DHtQt .framer-gpv7f4 > :last-child, .framer-DHtQt .framer-1r3g3go > :last-child, .framer-DHtQt .framer-nlxjfb > :last-child, .framer-DHtQt .framer-afpp2n > :last-child, .framer-DHtQt .framer-1uqkp7x > :last-child, .framer-DHtQt .framer-1pepbmc > :last-child, .framer-DHtQt .framer-zbytr4 > :last-child, .framer-DHtQt .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-DHtQt .framer-eu8ig > *, .framer-DHtQt .framer-1a25acp > *, .framer-DHtQt .framer-1yk5pn0 > *, .framer-DHtQt .framer-uulf7u > *, .framer-DHtQt .framer-113y3c1 > *, .framer-DHtQt .framer-1wech1k > *, .framer-DHtQt .framer-k9h74q > *, .framer-DHtQt .framer-1ngy5nl > *, .framer-DHtQt .framer-djecsc > *, .framer-DHtQt .framer-1hw5zyq > *, .framer-DHtQt .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-DHtQt .framer-mkynu0 > *, .framer-DHtQt .framer-698xn5 > *, .framer-DHtQt .framer-2sfjbq > *, .framer-DHtQt .framer-ps4ie4 > *, .framer-DHtQt .framer-1ozthkn > *, .framer-DHtQt .framer-1m2z98p > *, .framer-DHtQt .framer-6kd9ch > *, .framer-DHtQt .framer-1pl47t6 > *, .framer-DHtQt .framer-gpv7f4 > *, .framer-DHtQt .framer-afpp2n > *, .framer-DHtQt .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-DHtQt .framer-1c41714 > *, .framer-DHtQt .framer-z92wa9 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-DHtQt .framer-xdnwkp > *, .framer-DHtQt .framer-1dk9e8q > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-DHtQt .framer-kdk7en > *, .framer-DHtQt .framer-1vk0239 > *, .framer-DHtQt .framer-1wkuhhr > *, .framer-DHtQt .framer-nlxjfb > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-DHtQt .framer-162dm7o > *, .framer-DHtQt .framer-1xfqqiz > *, .framer-DHtQt .framer-1ajaqfy > *, .framer-DHtQt .framer-19lnfss > *, .framer-DHtQt .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DHtQt .framer-5swblh > *, .framer-DHtQt .framer-1m4pii4 > *, .framer-DHtQt .framer-mcdtz9 > *, .framer-DHtQt .framer-dp82ag > *, .framer-DHtQt .framer-1r3g3go > *, .framer-DHtQt .framer-1uqkp7x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DHtQt .framer-cjc5ji > *, .framer-DHtQt .framer-3x74ll > *, .framer-DHtQt .framer-19pf7ah > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18603\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 * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"OCHHk2H9Y\":{\"pattern\":\":dFDcF1wOr-:OCHHk2H9Y\",\"name\":\"card-2\",\"slugs\":{\"dFDcF1wOr\":{\"identifier\":\"local-module:collection/yoco0NHMS:default\",\"provider\":\"UOQR4zY4M\"}}},\"k0nPmZYm0\":{\"pattern\":\":dFDcF1wOr-:k0nPmZYm0\",\"name\":\"card-3\",\"slugs\":{\"dFDcF1wOr\":{\"identifier\":\"local-module:collection/yoco0NHMS:default\",\"provider\":\"LrSKK0kRo\"}}},\"KU8PF2Ob_\":{\"pattern\":\":dFDcF1wOr-:KU8PF2Ob_\",\"name\":\"card-1\",\"slugs\":{\"dFDcF1wOr\":{\"identifier\":\"local-module:collection/yoco0NHMS:default\",\"provider\":\"CjqrNVxIP\"}}},\"tIMLpB5Xx\":{\"pattern\":\":tIMLpB5Xx\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-DHtQt\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:18603,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...NavigationNavBarFonts,...TagPrimaryTagFonts,...ButtonPrimaryButtonFonts,...InteractiveComponentsLogoImageFonts,...TickerFonts,...InteractiveComponentsVideoPlayerFonts,...YouTubeFonts,...VideoFonts,...CardAboutCardFonts,...InteractiveComponentsTextPointFonts,...InteractiveComponentsStarRatingFonts,...CardConsultationCardFonts,...SlideshowFonts,...CardProcessCardFonts,...CardFeatureCardFonts,...ButtonTagButtonFonts,...TagMiniTagFonts,...CardLargePortfolioCardFonts,...CardServiceCardFonts,...CardShowcaseCardFonts,...CardPricingCardFonts,...CardTestimonialCardFonts,...FAQFAQFonts,...NavigationCTAFonts,...NavigationFooterFonts,...BlurGradientFonts,...SmoothScrollFonts,...InteractiveComponentsCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"18603\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"OCHHk2H9Y\\\":{\\\"pattern\\\":\\\":dFDcF1wOr-:OCHHk2H9Y\\\",\\\"name\\\":\\\"card-2\\\",\\\"slugs\\\":{\\\"dFDcF1wOr\\\":{\\\"identifier\\\":\\\"local-module:collection/yoco0NHMS:default\\\",\\\"provider\\\":\\\"UOQR4zY4M\\\"}}},\\\"k0nPmZYm0\\\":{\\\"pattern\\\":\\\":dFDcF1wOr-:k0nPmZYm0\\\",\\\"name\\\":\\\"card-3\\\",\\\"slugs\\\":{\\\"dFDcF1wOr\\\":{\\\"identifier\\\":\\\"local-module:collection/yoco0NHMS:default\\\",\\\"provider\\\":\\\"LrSKK0kRo\\\"}}},\\\"KU8PF2Ob_\\\":{\\\"pattern\\\":\\\":dFDcF1wOr-:KU8PF2Ob_\\\",\\\"name\\\":\\\"card-1\\\",\\\"slugs\\\":{\\\"dFDcF1wOr\\\":{\\\"identifier\\\":\\\"local-module:collection/yoco0NHMS:default\\\",\\\"provider\\\":\\\"CjqrNVxIP\\\"}}},\\\"tIMLpB5Xx\\\":{\\\"pattern\\\":\\\":tIMLpB5Xx\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"euNp7MUYv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nWzKj3W9V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QvtLBAi1h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "OPACITY_0", "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", "playOffscreen", "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", "item", "setDelta", "delta", "transition", "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", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "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", "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", "RichText", "css", "FramerB_S7DoEbq", "withCSS", "B_S7DoEbq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "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", "humanReadableVariantMap", "getProps", "description", "height", "icon", "id", "padding", "stage", "tag1", "tag2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MDnAmdwHw", "acLwPEj9B", "qXT0C0aT_", "AHckVUVc2", "SJcnl68zs", "Wnju1oxF1", "gYnJmHWHb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "ResolveLinks", "resolvedLinks", "css", "Framerb8qvm_XpH", "withCSS", "b8qvm_XpH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "getProps", "height", "id", "image", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "OU90m7V7a", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramerCSWLbcLN4", "withCSS", "CSWLbcLN4_default", "addPropertyControls", "ControlType", "addFonts", "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", "Variants", "motion", "humanReadableVariantMap", "getProps", "bGImage", "bodyText", "height", "id", "tag1", "tag2", "tagTitle", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "If6UZHgBW", "z27LqGa7Y", "OqcRYKG92", "fRIbntgRe", "QNNDIysFU", "OAaP7YEbm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerDzWG2ePx4", "withCSS", "DzWG2ePx4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "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", "RichText", "css", "FramerB_S7DoEbq", "withCSS", "B_S7DoEbq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "humanReadableVariantMap", "getProps", "height", "id", "title1", "title2", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vRCnMdhbI", "QVn6jQ9Gi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FrameroumKcYECI", "withCSS", "oumKcYECI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "TagDualTitleTagFonts", "oumKcYECI_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", "humanReadableVariantMap", "getProps", "description", "discount", "duration", "height", "icon", "id", "package1", "point1", "point2", "point3", "point4", "point5", "popular", "price", "projectsLimit", "revisions", "suffix", "suffix1", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_ref12", "_humanReadableVariantMap_props_variant", "_ref13", "_ref14", "_ref15", "_ref16", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "AGgey1c2L", "FRMGpPdr0", "hZ9mp4c80", "krMX3EMwD", "G5aZ5m66o", "RIJaP8oyF", "WGjoDS5Cd", "erke26ekk", "hkN6uWVgI", "BZean0vsv", "ZNw0zmhqZ", "zJ1LMuqcm", "sT0LhqPqn", "UG7l7uZLm", "o_OgtVIi1", "lTppHd9C8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "ComponentViewportProvider", "RichText", "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", "Variants", "motion", "getProps", "height", "id", "logo", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "gXOj0HXL2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "css", "FramerJaq007kCb", "withCSS", "Jaq007kCb_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "TagDualTitleTagFonts", "oumKcYECI_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_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", "humanReadableVariantMap", "getProps", "amount", "count", "description", "duration", "heading", "height", "icon", "id", "padding", "point1", "point2", "time", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_humanReadableVariantMap_props_variant", "_ref9", "_ref10", "_ref11", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pNxsHM5vV", "V8JtIpW18", "uQdtLIJGR", "AApyg9JbZ", "ZqA3W9Mlz", "Nkegty3E9", "NKTrfhUgj", "oSWVysgFI", "ZSq9YyFUm", "rjXD03Hf0", "mLBNJZmJ_", "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", "RichText", "ResolveLinks", "resolvedLinks", "css", "FramerlyzAhdB6g", "withCSS", "lyzAhdB6g_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TickerFonts", "getFonts", "Ticker", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "image", "tag1", "tag2", "title", "width", "year", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hnTOlV6ni", "DauRXH8MM", "d8UofBqBQ", "jatZXXiSc", "B49Y7LKV1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerOH5eSrJ9g", "withCSS", "OH5eSrJ9g_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MNFGljJ89", "GHFq405kJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "FramerVDDwKFmWB", "withCSS", "VDDwKFmWB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "getProps", "bodyText", "company", "height", "id", "image", "link", "name1", "position", "socialIcon", "star1", "star2", "star3", "star4", "star5", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "mE9gwM3Ep", "rt7LCUDSa", "W6ORy4Nes", "UBtjtT2qi", "GVtFDWPuj", "GDgRkjQ07", "Cn_wuNpUl", "zJ7dVXMEI", "ezTVL4up9", "tYoTxAdAF", "gCtlnWMQG", "oHlymWWA0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "SVG", "RichText", "css", "Framerw69xjQsCC", "withCSS", "w69xjQsCC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavBarFonts", "getFonts", "VBcFpApnc_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "MotionDivWithOptimizedAppearEffect", "motion", "InteractiveComponentsLogoImageFonts", "Jaq007kCb_default", "TickerFonts", "Ticker", "InteractiveComponentsVideoPlayerFonts", "nMmjCpbb6_default", "YouTubeFonts", "Youtube", "VideoFonts", "Video", "CardAboutCardFonts", "ms2G8Wp92_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_default", "InteractiveComponentsStarRatingFonts", "Q5CZcxuFO_default", "CardConsultationCardFonts", "DzWG2ePx4_default", "SlideshowFonts", "Slideshow", "MotionDivWithFX", "withFX", "CardProcessCardFonts", "b8qvm_XpH_default", "ContainerWithFX", "CardFeatureCardFonts", "aVNCbnCZn_default", "ButtonTagButtonFonts", "VDDwKFmWB_default", "TagMiniTagFonts", "ukoXPr8VN_default", "CardLargePortfolioCardFonts", "OH5eSrJ9g_default", "CardServiceCardFonts", "lyzAhdB6g_default", "CardShowcaseCardFonts", "CSWLbcLN4_default", "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", "transition7", "animation7", "animation8", "animation9", "transformTemplate1", "_", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition8", "animation10", "animation11", "textEffect1", "textEffect2", "animation12", "transition9", "transition10", "animation13", "transition11", "animation14", "animation15", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "QueryData1", "QueryData2", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition12", "cursor", "cursor1", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "dFDcF1wOrCjqrNVxIP", "xLZiRq4JMCjqrNVxIP", "SVkiWUdwaCjqrNVxIP", "h7LVTCEemCjqrNVxIP", "CLr8mv4k3CjqrNVxIP", "keCC_yeTPCjqrNVxIP", "idCjqrNVxIP", "dFDcF1wOrUOQR4zY4M", "xLZiRq4JMUOQR4zY4M", "SVkiWUdwaUOQR4zY4M", "h7LVTCEemUOQR4zY4M", "CLr8mv4k3UOQR4zY4M", "keCC_yeTPUOQR4zY4M", "idUOQR4zY4M", "dFDcF1wOrLrSKK0kRo", "xLZiRq4JMLrSKK0kRo", "SVkiWUdwaLrSKK0kRo", "h7LVTCEemLrSKK0kRo", "CLr8mv4k3LrSKK0kRo", "keCC_yeTPLrSKK0kRo", "idLrSKK0kRo", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "KQAAWxa9D3bnx0g", "overlay", "args", "UEZSDT0Ax3bnx0g", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId", "useRouteElementId", "dynamicRef", "useDynamicRefs", "elementId1", "elementId2", "elementId3", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "resolvedLinks1", "resolvedLinks2", "l", "AnimatePresence", "Ga", "resolvedLinks3", "SVG", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "Image2", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "ChildrenCanSuspend", "yoco0NHMS_default", "collection", "index", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "overlay1", "resolvedLinks19", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
